/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
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 */
  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;
}

/**
 * Add the correct font style in Android 4.3-.
 */
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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 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 {
  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"] {
  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;
}

/* Responsive aspect-ratio-preserving container
 *  - uncle-dave is the wrapper which sets the aspect ratio
 *  - daves-nephew is the element containing the content
 */
html {
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

* {
  box-sizing: border-box;
}

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

img {
  max-width: 100%;
  font-style: italic;
  vertical-align: middle;
}

body {
  font-family: 'Raleway', sans-serif;
  background-color: #F1F1F1;
}

/**
 * Remove extra vertical spacing when nesting lists.
 */
li > ul,
li > ol {
  margin-bottom: 0;
}

.site-wrap {
  margin: 0 auto;
}

.container {
  max-width: 60rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.container--small {
  max-width: 46.875rem;
}

.image-wrapper {
  position: relative;
}

.image-wrapper > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.image-wrapper > img.loaded {
  opacity: 1;
}

.image-wrapper--1-1 {
  padding-bottom: 100%;
}

body {
  text-rendering: optimizeLegibility;
}

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

html {
  font-size: 100%;
  line-height: 1.3;
}

h1, .h1 {
  font-size: 2rem;
}

h2, .h2 {
  font-size: 1.5rem;
}

h3, .h3 {
  font-size: 1.17rem;
}

h4, .h4 {
  font-size: 1rem;
}

h5, .h5 {
  font-size: 0.83rem;
}

h6, .h6 {
  font-size: 0.75rem;
}

p {
  line-height: 1.3;
  margin: 0 0 1rem;
}

::-moz-selection {
  color: white;
  background: #7BB846;
}

::selection {
  color: white;
  background: #7BB846;
}

.section-heading {
  font-weight: 700;
  font-size: 1.875rem;
  margin: 0 0 0.5rem 0;
}

.editor-content h1 {
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 2em;
}

.editor-content h1 + h2 {
  margin-top: -0.5em;
}

.editor-content h2 {
  margin: 1em 0 0.5em;
  font-size: 1.5em;
}

.editor-content h2 + h3 {
  margin-top: -0.4em;
  margin-bottom: .2em;
}

.editor-content h3 {
  margin: 1em 0 0.5em;
  font-size: 1.25em;
}

.editor-content h3 + h4 {
  margin-top: -0.3em;
}

.editor-content h4 {
  margin: 1em 0 0.5em;
  font-size: 1.125em;
}

.editor-content h4 + h5 {
  margin-top: -0.3em;
}

.editor-content h5 {
  margin: 1em 0 0.5em;
  font-size: 1em;
}

.editor-content h5 + h6 {
  margin-top: -0.2em;
}

.editor-content h6 {
  margin: 1em 0 0.5em;
  font-size: 1em;
}

.editor-content h1:first-child, .editor-content h2:first-child, .editor-content h3:first-child, .editor-content h4:first-child, .editor-content h5:first-child, .editor-content h6:first-child {
  margin-top: 0;
  padding-top: 0;
}

@media screen and (max-width: 37.5em) {
  .editor-content h1 {
    font-size: 1.75em;
  }
  .editor-content h2 {
    font-size: 1.375em;
  }
  .editor-content h3 {
    font-size: 1.125em;
  }
  .editor-content h4 {
    font-size: 1em;
  }
  .editor-content h5 {
    font-size: 0.875em;
  }
  .editor-content h6 {
    font-size: 0.875em;
  }
}

.editor-content p, .editor-content address {
  margin: 0 0 1em 0;
  font-size: 1em;
}

.editor-content p {
  line-height: 1.5;
}

.editor-content p:first-child {
  margin-top: 0;
}

.editor-content blockquote {
  margin: 1.75em 2.5em;
  font-style: italic;
  line-height: 1.5;
  text-align: center;
}

.editor-content code, .editor-content pre {
  font-family: "Andale Mono", monospace;
  font-size: 1em;
}

.editor-content pre {
  margin: 1em 0 0;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.editor-content sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.editor-content sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

.editor-content sub {
  bottom: -0.25em;
}

.editor-content abbr {
  cursor: help;
}

.editor-content address {
  line-height: 1.5;
}

@media screen and (max-width: 37.5em) {
  .editor-content p, .editor-content address {
    font-size: 0.875em;
  }
  .editor-content code, .editor-content pre {
    font-size: 0.875em;
  }
}

.editor-content dl {
  line-height: 1.5;
}

.editor-content dt, .editor-content dd {
  font-size: 1em;
}

.editor-content dt {
  font-weight: bold;
}

.editor-content dd {
  margin: 0 0 1em 0;
}

.editor-content ul, .editor-content ol {
  margin: 1em 0;
}

.editor-content ul, .editor-content ol {
  padding: 0 0 0 2.5em;
}

.editor-content ul {
  list-style-type: disc;
}

.editor-content ul ul {
  margin: 0;
  list-style-type: circle;
}

.editor-content ul ul ul {
  list-style-type: square;
}

.editor-content ol {
  list-style-type: decimal;
}

.editor-content li:not(.gfield) {
  margin-bottom: .5em;
  font-size: 1em;
  line-height: 1.5;
}

.editor-content li:not(.gfield) li {
  font-size: 1em;
}

@media screen and (max-width: 37.5em) {
  .editor-content dt, .editor-content dd {
    font-size: 0.875em;
  }
  .editor-content li {
    font-size: 0.875em;
  }
}

.editor-content table {
  margin: 0;
  padding: 0;
}

.editor-content th, .editor-content td {
  padding: .625em 1.25em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  font-size: .875em;
  text-align: left;
}

.editor-content th {
  border-width: 2px;
}

.editor-content tr:last-child td {
  border-bottom: none;
}

.editor-content tr:nth-child(even) {
  background: #eee;
  background: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 37.5em) {
  .editor-content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .editor-content th, .editor-content td {
    font-size: 1em;
  }
}

.editor-content img,
.editor-content img[class*="align"],
.editor-content img[class*="wp-image-"] {
  max-width: 100%;
  height: auto;
  border: none;
}

.editor-content .alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.editor-content .alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.editor-content img.alignright {
  float: right;
  margin: 1em 0 1em 1em;
}

.editor-content img.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}

.editor-content img.aligncenter {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 37.5em) {
  .editor-content .alignnone {
    margin: 1em 1em 0 0;
  }
  .editor-content .aligncenter, .editor-content .alignright, .editor-content .alignleft, .editor-content .aligncenter {
    display: block;
    margin: 1em auto;
  }
  .editor-content img.alignright, .editor-content img.alignleft, .editor-content img.aligncenter {
    display: block;
    margin: 1em auto;
  }
  .editor-content .wp-caption.alignnone, .editor-content .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
  }
  .editor-content .wp-caption.alignright {
    margin: 5px 0 20px 20px;
  }
}

.editor-content .wp-caption {
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.editor-content .wp-caption img {
  max-width: 98.5%;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0 none;
}

.editor-content .wp-caption .wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: .875em;
  line-height: 1.5;
}

.editor-content .entry-caption {
  margin: 0;
  padding: 0 4px 5px;
  font-size: .875em;
  line-height: 1.5;
}

.editor-content hr {
  box-sizing: content-box;
  clear: both;
  height: 1px;
  margin-top: 1em;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

.editor-content .entry-oembed {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.editor-content .entry-oembed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gform_wrapper ul {
  margin: 0;
  padding: 0;
}

.gform_wrapper li {
  list-style: none;
}

.gfield {
  margin-bottom: 1em;
}

.gform_wrapper label {
  display: block;
  font-weight: bold;
}

.gform_wrapper select,
.gform_wrapper textarea,
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password] {
  font-family: 'Raleway', sans-serif;
  display: block;
  width: 100%;
  padding: .5em 0;
  border: none;
  border-bottom: 1px solid white;
  font-size: 1em;
  background: none;
  color: white;
  resize: none;
}

.gform_wrapper select:focus,
.gform_wrapper textarea:focus,
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=url]:focus,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=number]:focus,
.gform_wrapper input[type=password]:focus {
  outline: none;
}

.gform_wrapper textarea {
  height: 3.125rem;
}

.gform_footer button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  overflow: hidden;
  padding: 0.5rem 2rem;
  border: 1px solid white;
  background: transparent;
  color: #4AA14B;
  z-index: 1;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.gform_footer button:hover {
  color: white;
}

.gform_footer button:hover:after {
  top: 100%;
}

.gform_footer button:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  z-index: -1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.gform_wrapper label {
  display: inline-block;
  position: relative;
  left: 1rem;
  font-weight: 400;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.gform_wrapper label.show {
  left: 0;
  opacity: 1;
}

.ginput_left,
.ginput_right,
.ginput_full {
  display: block;
  margin-bottom: 1em;
}

.ginput_left label,
.ginput_right label,
.ginput_full label {
  display: block;
  font-size: 1rem;
  font-weight: normal;
}

.gfield_checkbox input,
.gfield_checkbox label,
.gfield_radio input,
.gfield_radio label {
  display: inline;
  vertical-align: middle;
  font-weight: normal;
}

.gfield_checkbox li,
.gfield_radio li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.gform_fileupload_multifile .gform_drop_area {
  margin-bottom: 10px;
  padding: 25px;
  border: 2px dashed #ddd;
  color: #aaa;
  text-align: center;
}

.gfield_description {
  font-size: .75em;
}

.gform_wrapper ::-webkit-input-placeholder {
  color: #ffffff;
}

.gform_wrapper ::-moz-placeholder {
  color: #ffffff;
}

.gform_wrapper :-ms-input-placeholder {
  color: #ffffff;
}

.gfield_required {
  color: #d83003;
}

.validation_message {
  margin-top: 0.25rem;
  color: #d83003;
  font-size: .75em;
  font-weight: bold;
  text-align: center;
}

.validation_error {
  margin: 1.5em 0;
  padding: 1.5em;
  border-left: 5px solid #d83003;
  color: #d83003;
  font-weight: bold;
  line-height: 1.5;
}

.gform_ajax_spinner {
  margin-left: 1em;
}

.gform_confirmation_wrapper {
  font-size: 1.5rem;
  margin: 1rem 0;
}

.gform_validation_container {
  display: none;
}

.gf_clear {
  clear: both;
}

.ginput_left {
  float: left;
  width: 48%;
  clear: left;
}

.ginput_right {
  float: right;
  width: 48%;
  clear: right;
}

@media screen and (max-width: 37.5em) {
  .ginput_left {
    float: none;
    width: 100%;
  }
  .ginput_right {
    float: none;
    width: 100%;
  }
}

/* ==========================================================================
  Homepage Contact Form Tweaks
========================================================================== */
.home-contact-form .gform_footer {
  text-align: center;
}

/* ==========================================================================
  Brand Boxes
========================================================================== */
.site-footer__brands {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 43.75rem) {
  .site-footer__brands {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
}

.site-footer__colophon {
  text-align: center;
  color: #4AA14B;
}

.site-footer__colophon .copyright {
  font-size: 0.75rem;
}

.site-footer__colophon p {
  margin-bottom: 0.5rem;
}

.footer-brand-box {
  padding: 3rem 0;
  width: 33%;
  text-align: center;
}

@media screen and (max-width: 43.75rem) {
  .footer-brand-box {
    width: auto;
    padding: 1.5rem 0;
  }
}

.footer-brand-box svg {
  max-width: 170px;
  height: auto;
}

.footer-brand-box .gt-brands-logo {
  max-width: 100px;
  height: auto;
}

.footer-brand-box .sundia-logo {
  max-width: 120px;
}

.footer-brand-box__logo {
  margin-bottom: 1rem;
}

.footer-brand-box__social {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0 3rem;
}

@media screen and (max-width: 43.75rem) {
  .footer-brand-box__social {
    max-width: 7.5rem;
    margin: 0 auto;
    padding: 0;
  }
}

/* ==========================================================================
  Hero Grid Section
========================================================================== */
.hero-grid {
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 56.25rem) {
  .hero-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.hero-grid__item {
  width: 50%;
}

@media screen and (max-width: 56.25rem) {
  .hero-grid__item {
    width: 100%;
  }
}

.hero-sub-grid {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.hero-sub-grid__item {
  width: 50%;
}

.gt-brands-logo,
.sundia-logo,
.goodgreens-logo {
  max-width: 100%;
  max-height: 100%;
  position: relative;
}

.gt-brands,
.sundia,
.goodgreens {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.gt-brands {
  padding: 1rem;
  background-color: #F1F1F1;
}

@media screen and (max-width: 56.25rem) {
  .gt-brands {
    height: 50vh;
  }
}

.sundia {
  padding: 1rem 2rem;
  background-color: #7BB846;
}

.goodgreens {
  padding: 1rem 2rem;
  background-color: #4AA14B;
}

.hero-logo-block:hover .hero-logo-block__url {
  bottom: 2rem;
  opacity: 1;
}

.hero-logo-block:hover .hero-logo-block__logo {
  bottom: 1rem;
}

.hero-logo-block__logo {
  bottom: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.hero-logo-block__url {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  width: 100%;
  color: white;
  font-weight: 700;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.hero-logo-block .arrow {
  font-size: 1.3rem;
}

.sundia-image,
.goodgreens-image {
  background: #f1f1f1;
}

.sundia-image img,
.goodgreens-image img {
  width: 100%;
}

/* ==========================================================================
  Copy Section
========================================================================== */
.home-copy {
  padding: 3.125rem 0;
  color: #4AA14B;
  background-color: white;
  font-size: 1.125rem;
  text-align: center;
}

@media screen and (max-width: 31.25rem) {
  .home-copy {
    display: none;
  }
}

.home-copy__heading {
  margin: 0 0 1rem 0;
  font-size: 1.7rem;
}

.home-copy p {
  line-height: 1.5;
}

/* ==========================================================================
  Contact Form
========================================================================== */
.home-contact {
  padding: 3.125rem 0;
  background: -webkit-linear-gradient(left, #7BB846, #4AA14B);
  background: linear-gradient(to right, #7BB846, #4AA14B);
  color: white;
}

/* ==========================================================================
  Banner Section
========================================================================== */
.home-banner {
  height: 400px;
  background: url("../images/backgrounds/home-pattern.jpg") no-repeat center center/cover;
}

.small-letter {
  position: relative;
}

.letter-dance {
  -webkit-animation-name: letter-dance;
  animation-name: letter-dance;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes letter-dance {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes letter-dance {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*# sourceMappingURL=lost.css.map */

/*# sourceMappingURL=main.css.map */
