/*!
Theme Name: FNV
Theme URI: http://underscores.me/
Author: CanicInteractive LLC
Author URI: http://canicinteractive.com
Description: Custom made WP theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fnv
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

fnv is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
@import url("//hello.myfonts.net/count/2ba838");
@import url("//hello.myfonts.net/count/2e0004");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*-----------------------------------------------------------*/
/* Easin' */
/*-----------------------------------------------------------*/
/* Colors */
/*-----------------------------------------------------------*/
/* Media queries */
/*-----------------------------------------------------------*/
/* Mixins */
/*-----------------------------------------------------------*/
/* Fonts */
/*-----------------------------------------------------------*/
/* Keyframes */
/*-----------------------------------------------------------*/
@-webkit-keyframes bouncey {
  0% {
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px); }
  50% {
    -webkit-transform: translate(-50%, -4px);
            transform: translate(-50%, -4px); }
  100% {
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px); } }
@keyframes bouncey {
  0% {
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px); }
  50% {
    -webkit-transform: translate(-50%, -4px);
            transform: translate(-50%, -4px); }
  100% {
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px); } }

@-webkit-keyframes pano {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -100%; } }

@keyframes pano {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -100%; } }

@-webkit-keyframes center-out {
  0% {
    width: 0;
    opacity: 0; }
  100% {
    width: 100%;
    opacity: 1; } }

@keyframes center-out {
  0% {
    width: 0;
    opacity: 0; }
  100% {
    width: 100%;
    opacity: 1; } }

@-webkit-keyframes dangle {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }
  100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); } }

@keyframes dangle {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }
  100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); } }

@-webkit-keyframes full-spin-in {
  0% {
    -webkit-transform: rotate(0deg) scale(0, 0);
            transform: rotate(0deg) scale(0, 0); }
  100% {
    -webkit-transform: rotate(360deg) scale(1, 1);
            transform: rotate(360deg) scale(1, 1); } }

@keyframes full-spin-in {
  0% {
    -webkit-transform: rotate(0deg) scale(0, 0);
            transform: rotate(0deg) scale(0, 0); }
  100% {
    -webkit-transform: rotate(360deg) scale(1, 1);
            transform: rotate(360deg) scale(1, 1); } }

@-webkit-keyframes full-spin-out {
  0% {
    -webkit-transform: rotate(0deg) scale(1, 1);
            transform: rotate(0deg) scale(1, 1); }
  100% {
    -webkit-transform: rotate(360deg) scale(0, 0);
            transform: rotate(360deg) scale(0, 0); } }

@keyframes full-spin-out {
  0% {
    -webkit-transform: rotate(0deg) scale(1, 1);
            transform: rotate(0deg) scale(1, 1); }
  100% {
    -webkit-transform: rotate(360deg) scale(0, 0);
            transform: rotate(360deg) scale(0, 0); } }

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0); }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0); } }

@keyframes floating {
  0% {
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0); }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0); } }

@-webkit-keyframes floating-phone {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); }
  50% {
    -webkit-transform: translate3d(0, -51%, 0);
            transform: translate3d(0, -51%, 0); }
  100% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); } }

@keyframes floating-phone {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); }
  50% {
    -webkit-transform: translate3d(0, -51%, 0);
            transform: translate3d(0, -51%, 0); }
  100% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); } }

@-webkit-keyframes floating-1 {
  0% {
    -webkit-transform: scaleX(-1) translate(0, 0px);
            transform: scaleX(-1) translate(0, 0px); }
  50% {
    -webkit-transform: scaleX(-1) translate(0, -5px);
            transform: scaleX(-1) translate(0, -5px); }
  100% {
    -webkit-transform: scaleX(-1) translate(0, 0px);
            transform: scaleX(-1) translate(0, 0px); } }

@keyframes floating-1 {
  0% {
    -webkit-transform: scaleX(-1) translate(0, 0px);
            transform: scaleX(-1) translate(0, 0px); }
  50% {
    -webkit-transform: scaleX(-1) translate(0, -5px);
            transform: scaleX(-1) translate(0, -5px); }
  100% {
    -webkit-transform: scaleX(-1) translate(0, 0px);
            transform: scaleX(-1) translate(0, 0px); } }

@-webkit-keyframes floating-slow {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px); }
  50% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px); }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px); } }

@keyframes floating-slow {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px); }
  50% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px); }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px); } }

@-webkit-keyframes floating-slow-1 {
  0% {
    -webkit-transform: translate(0, 0px) rotate(50deg);
            transform: translate(0, 0px) rotate(50deg); }
  50% {
    -webkit-transform: translate(0, 10px) rotate(50deg);
            transform: translate(0, 10px) rotate(50deg); }
  100% {
    -webkit-transform: translate(0, 0px) rotate(50deg);
            transform: translate(0, 0px) rotate(50deg); } }

@keyframes floating-slow-1 {
  0% {
    -webkit-transform: translate(0, 0px) rotate(50deg);
            transform: translate(0, 0px) rotate(50deg); }
  50% {
    -webkit-transform: translate(0, 10px) rotate(50deg);
            transform: translate(0, 10px) rotate(50deg); }
  100% {
    -webkit-transform: translate(0, 0px) rotate(50deg);
            transform: translate(0, 0px) rotate(50deg); } }

@-webkit-keyframes floating-slow-50 {
  0% {
    -webkit-transform: translate(0, 0px) rotate(-50deg);
            transform: translate(0, 0px) rotate(-50deg); }
  50% {
    -webkit-transform: translate(0, 10px) rotate(-50deg);
            transform: translate(0, 10px) rotate(-50deg); }
  100% {
    -webkit-transform: translate(0, 0px) rotate(-50deg);
            transform: translate(0, 0px) rotate(-50deg); } }

@keyframes floating-slow-50 {
  0% {
    -webkit-transform: translate(0, 0px) rotate(-50deg);
            transform: translate(0, 0px) rotate(-50deg); }
  50% {
    -webkit-transform: translate(0, 10px) rotate(-50deg);
            transform: translate(0, 10px) rotate(-50deg); }
  100% {
    -webkit-transform: translate(0, 0px) rotate(-50deg);
            transform: translate(0, 0px) rotate(-50deg); } }

@-webkit-keyframes floating-rotate-25 {
  0% {
    -webkit-transform: scaleX(-1) translate(0, 0px) rotate(-25deg);
            transform: scaleX(-1) translate(0, 0px) rotate(-25deg); }
  50% {
    -webkit-transform: scaleX(-1) translate(0, -10px) rotate(-25deg);
            transform: scaleX(-1) translate(0, -10px) rotate(-25deg); }
  100% {
    -webkit-transform: scaleX(-1) translate(0, 0px) rotate(-25deg);
            transform: scaleX(-1) translate(0, 0px) rotate(-25deg); } }

@keyframes floating-rotate-25 {
  0% {
    -webkit-transform: scaleX(-1) translate(0, 0px) rotate(-25deg);
            transform: scaleX(-1) translate(0, 0px) rotate(-25deg); }
  50% {
    -webkit-transform: scaleX(-1) translate(0, -10px) rotate(-25deg);
            transform: scaleX(-1) translate(0, -10px) rotate(-25deg); }
  100% {
    -webkit-transform: scaleX(-1) translate(0, 0px) rotate(-25deg);
            transform: scaleX(-1) translate(0, 0px) rotate(-25deg); } }

@-webkit-keyframes floating-rotate-45 {
  0% {
    -webkit-transform: scaleX(-1) translate(0, 0px) rotate(45deg);
            transform: scaleX(-1) translate(0, 0px) rotate(45deg); }
  50% {
    -webkit-transform: scaleX(-1) translate(0, 5px) rotate(42deg);
            transform: scaleX(-1) translate(0, 5px) rotate(42deg); }
  100% {
    -webkit-transform: scaleX(-1) translate(0, 0px) rotate(45deg);
            transform: scaleX(-1) translate(0, 0px) rotate(45deg); } }

@keyframes floating-rotate-45 {
  0% {
    -webkit-transform: scaleX(-1) translate(0, 0px) rotate(45deg);
            transform: scaleX(-1) translate(0, 0px) rotate(45deg); }
  50% {
    -webkit-transform: scaleX(-1) translate(0, 5px) rotate(42deg);
            transform: scaleX(-1) translate(0, 5px) rotate(42deg); }
  100% {
    -webkit-transform: scaleX(-1) translate(0, 0px) rotate(45deg);
            transform: scaleX(-1) translate(0, 0px) rotate(45deg); } }

@-webkit-keyframes floating-rotate-120 {
  0% {
    -webkit-transform: scaleX(-1) translate(0, 0px) rotate(-120deg);
            transform: scaleX(-1) translate(0, 0px) rotate(-120deg); }
  50% {
    -webkit-transform: scaleX(-1) translate(0, -10px) rotate(-120deg);
            transform: scaleX(-1) translate(0, -10px) rotate(-120deg); }
  100% {
    -webkit-transform: scaleX(-1) translate(0, 0px) rotate(-120deg);
            transform: scaleX(-1) translate(0, 0px) rotate(-120deg); } }

@keyframes floating-rotate-120 {
  0% {
    -webkit-transform: scaleX(-1) translate(0, 0px) rotate(-120deg);
            transform: scaleX(-1) translate(0, 0px) rotate(-120deg); }
  50% {
    -webkit-transform: scaleX(-1) translate(0, -10px) rotate(-120deg);
            transform: scaleX(-1) translate(0, -10px) rotate(-120deg); }
  100% {
    -webkit-transform: scaleX(-1) translate(0, 0px) rotate(-120deg);
            transform: scaleX(-1) translate(0, 0px) rotate(-120deg); } }

@-webkit-keyframes floating-banana-3 {
  0% {
    -webkit-transform: scaleX(-1) translate(0, 0px);
            transform: scaleX(-1) translate(0, 0px); }
  50% {
    -webkit-transform: scaleX(-1) translate(0, -10px);
            transform: scaleX(-1) translate(0, -10px); }
  100% {
    -webkit-transform: scaleX(-1) translate(0, 0px);
            transform: scaleX(-1) translate(0, 0px); } }

@keyframes floating-banana-3 {
  0% {
    -webkit-transform: scaleX(-1) translate(0, 0px);
            transform: scaleX(-1) translate(0, 0px); }
  50% {
    -webkit-transform: scaleX(-1) translate(0, -10px);
            transform: scaleX(-1) translate(0, -10px); }
  100% {
    -webkit-transform: scaleX(-1) translate(0, 0px);
            transform: scaleX(-1) translate(0, 0px); } }

@-webkit-keyframes floating-banana-4 {
  0% {
    -webkit-transform: translate(0, 0px) rotate(60deg);
            transform: translate(0, 0px) rotate(60deg); }
  50% {
    -webkit-transform: translate(0, 8px) rotate(60deg);
            transform: translate(0, 8px) rotate(60deg); }
  100% {
    -webkit-transform: translate(0, 0px) rotate(60deg);
            transform: translate(0, 0px) rotate(60deg); } }

@keyframes floating-banana-4 {
  0% {
    -webkit-transform: translate(0, 0px) rotate(60deg);
            transform: translate(0, 0px) rotate(60deg); }
  50% {
    -webkit-transform: translate(0, 8px) rotate(60deg);
            transform: translate(0, 8px) rotate(60deg); }
  100% {
    -webkit-transform: translate(0, 0px) rotate(60deg);
            transform: translate(0, 0px) rotate(60deg); } }

@-webkit-keyframes floating-asparagus-3 {
  0% {
    -webkit-transform: translate(0, 0px) rotate(20deg);
            transform: translate(0, 0px) rotate(20deg); }
  50% {
    -webkit-transform: translate(0, -6px) rotate(20deg);
            transform: translate(0, -6px) rotate(20deg); }
  100% {
    -webkit-transform: translate(0, 0px) rotate(20deg);
            transform: translate(0, 0px) rotate(20deg); } }

@keyframes floating-asparagus-3 {
  0% {
    -webkit-transform: translate(0, 0px) rotate(20deg);
            transform: translate(0, 0px) rotate(20deg); }
  50% {
    -webkit-transform: translate(0, -6px) rotate(20deg);
            transform: translate(0, -6px) rotate(20deg); }
  100% {
    -webkit-transform: translate(0, 0px) rotate(20deg);
            transform: translate(0, 0px) rotate(20deg); } }

@-webkit-keyframes floating-asparagus-4 {
  0% {
    -webkit-transform: translate(0, 0px) rotate(-23deg);
            transform: translate(0, 0px) rotate(-23deg); }
  50% {
    -webkit-transform: translate(0, 12px) rotate(-23deg);
            transform: translate(0, 12px) rotate(-23deg); }
  100% {
    -webkit-transform: translate(0, 0px) rotate(-23deg);
            transform: translate(0, 0px) rotate(-23deg); } }

@keyframes floating-asparagus-4 {
  0% {
    -webkit-transform: translate(0, 0px) rotate(-23deg);
            transform: translate(0, 0px) rotate(-23deg); }
  50% {
    -webkit-transform: translate(0, 12px) rotate(-23deg);
            transform: translate(0, 12px) rotate(-23deg); }
  100% {
    -webkit-transform: translate(0, 0px) rotate(-23deg);
            transform: translate(0, 0px) rotate(-23deg); } }

@-webkit-keyframes floating-orange-2 {
  0% {
    -webkit-transform: translate(0, 0px) rotate(-25deg);
            transform: translate(0, 0px) rotate(-25deg); }
  50% {
    -webkit-transform: translate(0, -10px) rotate(-25deg);
            transform: translate(0, -10px) rotate(-25deg); }
  100% {
    -webkit-transform: translate(0, 0px) rotate(-25deg);
            transform: translate(0, 0px) rotate(-25deg); } }

@keyframes floating-orange-2 {
  0% {
    -webkit-transform: translate(0, 0px) rotate(-25deg);
            transform: translate(0, 0px) rotate(-25deg); }
  50% {
    -webkit-transform: translate(0, -10px) rotate(-25deg);
            transform: translate(0, -10px) rotate(-25deg); }
  100% {
    -webkit-transform: translate(0, 0px) rotate(-25deg);
            transform: translate(0, 0px) rotate(-25deg); } }

@-webkit-keyframes floating-orange-3 {
  0% {
    -webkit-transform: translate(0, 0px) rotate(-72deg);
            transform: translate(0, 0px) rotate(-72deg); }
  50% {
    -webkit-transform: translate(0, -10px) rotate(-72deg);
            transform: translate(0, -10px) rotate(-72deg); }
  100% {
    -webkit-transform: translate(0, 0px) rotate(-72deg);
            transform: translate(0, 0px) rotate(-72deg); } }

@keyframes floating-orange-3 {
  0% {
    -webkit-transform: translate(0, 0px) rotate(-72deg);
            transform: translate(0, 0px) rotate(-72deg); }
  50% {
    -webkit-transform: translate(0, -10px) rotate(-72deg);
            transform: translate(0, -10px) rotate(-72deg); }
  100% {
    -webkit-transform: translate(0, 0px) rotate(-72deg);
            transform: translate(0, 0px) rotate(-72deg); } }

@-webkit-keyframes floating-cantalope-2 {
  0% {
    -webkit-transform: scaleX(-1) rotate(-50deg) translate3d(0, 0px, 0);
            transform: scaleX(-1) rotate(-50deg) translate3d(0, 0px, 0); }
  50% {
    -webkit-transform: scaleX(-1) rotate(-50deg) translate3d(0, 9px, 0);
            transform: scaleX(-1) rotate(-50deg) translate3d(0, 9px, 0); }
  100% {
    -webkit-transform: scaleX(-1) rotate(-50deg) translate3d(0, 0px, 0);
            transform: scaleX(-1) rotate(-50deg) translate3d(0, 0px, 0); } }

@keyframes floating-cantalope-2 {
  0% {
    -webkit-transform: scaleX(-1) rotate(-50deg) translate3d(0, 0px, 0);
            transform: scaleX(-1) rotate(-50deg) translate3d(0, 0px, 0); }
  50% {
    -webkit-transform: scaleX(-1) rotate(-50deg) translate3d(0, 9px, 0);
            transform: scaleX(-1) rotate(-50deg) translate3d(0, 9px, 0); }
  100% {
    -webkit-transform: scaleX(-1) rotate(-50deg) translate3d(0, 0px, 0);
            transform: scaleX(-1) rotate(-50deg) translate3d(0, 0px, 0); } }

@-webkit-keyframes floating-cantalope-3 {
  0% {
    -webkit-transform: scaleX(-1) rotate(35deg) translate3d(0, 0px, 0);
            transform: scaleX(-1) rotate(35deg) translate3d(0, 0px, 0); }
  50% {
    -webkit-transform: scaleX(-1) rotate(35deg) translate3d(0, -8px, 0);
            transform: scaleX(-1) rotate(35deg) translate3d(0, -8px, 0); }
  100% {
    -webkit-transform: scaleX(-1) rotate(35deg) translate3d(0, 0px, 0);
            transform: scaleX(-1) rotate(35deg) translate3d(0, 0px, 0); } }

@keyframes floating-cantalope-3 {
  0% {
    -webkit-transform: scaleX(-1) rotate(35deg) translate3d(0, 0px, 0);
            transform: scaleX(-1) rotate(35deg) translate3d(0, 0px, 0); }
  50% {
    -webkit-transform: scaleX(-1) rotate(35deg) translate3d(0, -8px, 0);
            transform: scaleX(-1) rotate(35deg) translate3d(0, -8px, 0); }
  100% {
    -webkit-transform: scaleX(-1) rotate(35deg) translate3d(0, 0px, 0);
            transform: scaleX(-1) rotate(35deg) translate3d(0, 0px, 0); } }

@-webkit-keyframes floating-cantalope-4 {
  0% {
    -webkit-transform: scaleX(-1) rotate(28deg) translate3d(0, 0px, 0);
            transform: scaleX(-1) rotate(28deg) translate3d(0, 0px, 0); }
  50% {
    -webkit-transform: scaleX(-1) rotate(28deg) translate3d(0, 6px, 0);
            transform: scaleX(-1) rotate(28deg) translate3d(0, 6px, 0); }
  100% {
    -webkit-transform: scaleX(-1) rotate(28deg) translate3d(0, 0px, 0);
            transform: scaleX(-1) rotate(28deg) translate3d(0, 0px, 0); } }

@keyframes floating-cantalope-4 {
  0% {
    -webkit-transform: scaleX(-1) rotate(28deg) translate3d(0, 0px, 0);
            transform: scaleX(-1) rotate(28deg) translate3d(0, 0px, 0); }
  50% {
    -webkit-transform: scaleX(-1) rotate(28deg) translate3d(0, 6px, 0);
            transform: scaleX(-1) rotate(28deg) translate3d(0, 6px, 0); }
  100% {
    -webkit-transform: scaleX(-1) rotate(28deg) translate3d(0, 0px, 0);
            transform: scaleX(-1) rotate(28deg) translate3d(0, 0px, 0); } }

@-webkit-keyframes step1-diagonal-slide {
  from {
    left: -130%;
    top: 115%; }
  to {
    left: 0%;
    top: 0%; } }

@keyframes step1-diagonal-slide {
  from {
    left: -130%;
    top: 115%; }
  to {
    left: 0%;
    top: 0%; } }

@-webkit-keyframes step1-diagonal-slideout {
  from {
    left: 0%;
    top: 0%; }
  to {
    left: -130%;
    top: 115%; } }

@keyframes step1-diagonal-slideout {
  from {
    left: 0%;
    top: 0%; }
  to {
    left: -130%;
    top: 115%; } }

@-webkit-keyframes step2-diagonal-slide {
  from {
    left: -130%;
    top: 82%; }
  to {
    left: 0%;
    top: 0%; } }

@keyframes step2-diagonal-slide {
  from {
    left: -130%;
    top: 82%; }
  to {
    left: 0%;
    top: 0%; } }

@-webkit-keyframes step2-diagonal-slideout {
  from {
    left: 0%;
    top: 0%; }
  to {
    left: -130%;
    top: 82%; } }

@keyframes step2-diagonal-slideout {
  from {
    left: 0%;
    top: 0%; }
  to {
    left: -130%;
    top: 82%; } }

@-webkit-keyframes step3-diagonal-slide {
  from {
    left: -130%;
    top: 150%; }
  to {
    left: 0%;
    top: 30%; } }

@keyframes step3-diagonal-slide {
  from {
    left: -130%;
    top: 150%; }
  to {
    left: 0%;
    top: 30%; } }

@-webkit-keyframes step3-diagonal-slideout {
  from {
    left: 0%;
    top: 30%; }
  to {
    left: -130%;
    top: 150%; } }

@keyframes step3-diagonal-slideout {
  from {
    left: 0%;
    top: 30%; }
  to {
    left: -130%;
    top: 150%; } }

@keyframes step2-diagonal-slide {
  from {
    right: -150%;
    top: 100%; }
  to {
    right: 0%;
    top: 20%; } }

@-webkit-keyframes step5-diagonal-slide {
  from {
    left: -150%;
    top: 165%; }
  to {
    left: 0%;
    top: 30%; } }

@keyframes step5-diagonal-slide {
  from {
    left: -150%;
    top: 165%; }
  to {
    left: 0%;
    top: 30%; } }

@-webkit-keyframes step5-diagonal-slideout {
  from {
    left: 0%;
    top: 30%; }
  to {
    left: -150%;
    top: 165%; } }

@keyframes step5-diagonal-slideout {
  from {
    left: 0%;
    top: 30%; }
  to {
    left: -150%;
    top: 165%; } }

/* Helpers */
/*-----------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.hidden {
  display: none; }

/* Misc */
/*-----------------------------------------------------------*/
.cta-btn-arr,
#name-trigger,
.the-vow-btn {
  background: green;
  padding: 10px 0px;
  border-radius: 50px;
  text-align: center;
  text-transform: uppercase;
  font-family: DinMedium;
  font-size: 12px;
  -webkit-transition: all 0.2s cubic-bezier(0.666, 0, 0.333, 1);
  transition: all 0.2s cubic-bezier(0.666, 0, 0.333, 1); }
  .cta-btn-arr::after,
  #name-trigger::after,
  .the-vow-btn::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff26b; }
  .cta-btn-arr:hover,
  #name-trigger:hover,
  .the-vow-btn:hover {
    cursor: pointer; }

@media all and (min-width: 768px) {
  .cta-btn-arr,
  #name-trigger,
  .the-vow-btn {
    padding: 30px 60px;
    font-size: 18px; } }

@font-face {
  font-family: 'DinLight';
  src: url("src/fonts/din/2BA838_0_0.eot");
  src: url("src/fonts/din/2BA838_0_0.eot?#iefix") format("embedded-opentype"), url("src/fonts/din/2BA838_0_0.woff") format("woff"), url("src/fonts/din/2BA838_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'DinReg';
  src: url("src/fonts/din/2BA838_3_0.eot");
  src: url("src/fonts/din/2BA838_3_0.eot?#iefix") format("embedded-opentype"), url("src/fonts/din/2BA838_3_0.woff") format("woff"), url("src/fonts/din/2BA838_3_0.ttf") format("truetype"); }

@font-face {
  font-family: 'DinMedium';
  src: url("src/fonts/din/2D683E_1_0.eot");
  src: url("src/fonts/din/2D683E_1_0.eot?#iefix") format("embedded-opentype"), url("src/fonts/din/2D683E_1_0.woff") format("woff"), url("src/fonts/din/2D683E_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'DinBold';
  src: url("src/fonts/din/2D683E_0_0.eot");
  src: url("src/fonts/din/2D683E_0_0.eot?#iefix") format("embedded-opentype"), url("src/fonts/din/2D683E_0_0.woff") format("woff"), url("src/fonts/din/2D683E_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'DinBlack';
  src: url("src/fonts/din/2BA838_1_0.eot");
  src: url("src/fonts/din/2BA838_1_0.eot?#iefix") format("embedded-opentype"), url("src/fonts/din/2BA838_1_0.woff") format("woff"), url("src/fonts/din/2BA838_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'steadyregular';
  src: url("src/fonts/steady/Steady-webfont.eot");
  src: url("src/fonts/steady/Steady-webfont.eot?#iefix") format("embedded-opentype"), url("src/fonts/steady/Steady-webfont.woff2") format("woff2"), url("src/fonts/steady/Steady-webfont.woff") format("woff"), url("src/fonts/steady/Steady-webfont.ttf") format("truetype"), url("src/fonts/steady/Steady-webfont.svg#steadyregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'BudmoJiggler-Regular';
  src: url("src/fonts/budmo/2E0004_0_0.eot");
  src: url("src/fonts/budmo/2E0004_0_0.eot?#iefix") format("embedded-opentype"), url("src/fonts/budmo/2E0004_0_0.woff2") format("woff2"), url("src/fonts/budmo/2E0004_0_0.woff") format("woff"), url("src/fonts/budmo/2E0004_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'BudmoSolid-Regular';
  src: url("src/fonts/budmo/2E0004_1_0.eot");
  src: url("src/fonts/budmo/2E0004_1_0.eot?#iefix") format("embedded-opentype"), url("src/fonts/budmo/2E0004_1_0.woff2") format("woff2"), url("src/fonts/budmo/2E0004_1_0.woff") format("woff"), url("src/fonts/budmo/2E0004_1_0.ttf") format("truetype"); }

/* Icons */
/*-----------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("src/fonts/icons/icomoon.eot?tnh77f");
  src: url("src/fonts/icons/icomoon.eot?#iefixtnh77f") format("embedded-opentype"), url("src/fonts/icons/icomoon.woff?tnh77f") format("woff"), url("src/fonts/icons/icomoon.ttf?tnh77f") format("truetype"), url("src/fonts/icons/icomoon.svg?tnh77f#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-calendar:before {
  content: "\e610"; }

.icon-globe:before {
  content: "\e644"; }

.icon-inkwell:before {
  content: "\e645"; }

.icon-leaf:before {
  content: "\e646"; }

.icon-youtube:before {
  content: "\e647"; }

.icon-download:before {
  content: "\e648"; }

.icon-check-box:before {
  content: "\e649"; }

.icon-checked-box:before {
  content: "\e64a"; }

.icon-share:before {
  content: "\e600"; }

.icon-arrow:before {
  content: "\e601"; }

.icon-chevron:before {
  content: "\e602"; }

.icon-facebook:before {
  content: "\e603"; }

.icon-instagram:before {
  content: "\e60c"; }

.icon-logo:before {
  content: "\e60d"; }

.icon-tumblr:before {
  content: "\e60e"; }

.icon-twitter:before {
  content: "\e60f"; }

.icon-badge:before {
  content: "\e604"; }

.icon-bible:before {
  content: "\e605"; }

.icon-check:before {
  content: "\e606"; }

.icon-contract:before {
  content: "\e607"; }

.icon-love:before {
  content: "\e608"; }

.icon-question:before {
  content: "\e609"; }

.icon-scoutshonor:before {
  content: "\e60a"; }

.icon-shirt:before {
  content: "\e60b"; }

/* Global Styles */
/*-----------------------------------------------------------*/
body {
  background: #ffffff;
  font-size: 14px;
  line-height: 16px; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

p {
  font-family: DinLight;
  font-size: 16px;
  font-weight: 100;
  line-height: 24px;
  letter-spacing: .0333em; }

h1 {
  font-family: steadyregular;
  font-size: 40px;
  text-align: center;
  line-height: 45px; }

h2 {
  font-family: DinBold;
  font-size: 18px;
  line-height: 22px; }

h3 {
  font-family: steadyregular;
  font-size: 25px;
  line-height: 35px; }

h4 {
  font-family: DinLight;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .0333em; }

a {
  display: block;
  text-decoration: none; }

button {
  border: none;
  background: none; }

ul {
  list-style: none; }

.entry-content ul {
  display: block;
  list-style-type: disc;
  margin: 15px 0;
  padding-left: 40px;
  line-height: 24px;
  font-family: DinLight;
  font-size: 18px;
  font-weight: 100; }
  .entry-content ul li {
    margin-bottom: 10px; }

b, strong {
  font-family: DinBold, Helvetica, Arial, sans-serif; }

.cf {
  clear: both; }

#wrapper .page {
  margin: 0 auto;
  width: auto; }

/* A common shop module found at the bottom of several pages */
.shop-ad {
  background: #f9f8f6;
  font-family: "DinLight", Helvetica, Arial, sans-serif;
  margin-top: 100px;
  text-align: center; }
  .shop-ad .shop-break {
    margin-bottom: 40px;
    padding-top: 66px; }
    .shop-ad .shop-break .circle {
      border: 3px solid #189ece;
      border-radius: 100%;
      height: 51px;
      margin: 0 auto;
      width: 51px; }
      .shop-ad .shop-break .circle .icon {
        color: #189ece;
        font-size: 40px;
        line-height: 45px; }
  .shop-ad .shop-blurb {
    font-size: 20px;
    line-height: 27px;
    margin: 0 auto 40px;
    padding: 0 20px;
    width: 80%; }
    @media all and (min-width: 768px) {
      .shop-ad .shop-blurb {
        font-size: 27px;
        line-height: 37px;
        padding: 0 60px;
        width: 700px; } }
    @media all and (min-width: 1024px) {
      .shop-ad .shop-blurb {
        margin: 0 auto; } }
  .shop-ad .shop-img {
    background: #199fcf url("dist/images/t-shirt-model.png") center 0 no-repeat;
    background-size: 540px 244px;
    height: 240px;
    overflow: hidden;
    text-align: center; }
    @media all and (min-width: 768px) {
      .shop-ad .shop-img {
        background-size: 1080px 488px;
        height: 460px; } }
  .shop-ad .shop-the-shop {
    background: #fff26b;
    color: #1186bb;
    font-family: "DinBold", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 16px;
    padding: 70px 0 54px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.15s cubic-bezier(0.666, 0, 0.333, 1);
    transition: all 0.15s cubic-bezier(0.666, 0, 0.333, 1);
    width: 100%; }
    @media all and (min-width: 1024px) {
      .shop-ad .shop-the-shop {
        font-size: 27px;
        height: 260px;
        padding: 110px 0 80px; } }
  .shop-ad .icon-arrow {
    margin-top: 6px;
    font-size: 40px; }
    @media all and (min-width: 1024px) {
      .shop-ad .icon-arrow {
        font-size: 70px; } }
  .shop-ad .shop-the-shop:hover {
    background: #fff69c;
    color: #32acdc; }

@media all and (min-width: 768px) {
  h2 {
    font-size: 24px;
    line-height: 36px; }
  h3 {
    font-size: 30px;
    line-height: 45px; }
  p {
    font-size: 18px;
    line-height: 27px; } }

@media all and (min-width: 1024px) {
  h1 {
    font-size: 50px;
    line-height: 55px; }
  h2 {
    font-size: 28px;
    line-height: 38px; }
  h3 {
    font-size: 36px;
    line-height: 44px; }
  h4 {
    font-size: 18px; } }

.load-two {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0; }

.load-three {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0; }

.load-me-two {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }

.load-me-three {
  -webkit-transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1); }

.site-main {
  position: relative;
  margin-bottom: 80px !important;
  z-index: 10;
  padding: 0 10%; }
  .site-main .entry-title {
    margin: 60px 0 20px;
    text-transform: uppercase;
    font-family: DinBold, Helvetica, Arial, sans-serif;
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px; }
  .site-main p {
    margin-bottom: 20px; }

/*-----------------------------------------------------------*/
/* Header */
/*-----------------------------------------------------------*/
.site-header {
  background: #ffffff;
  height: auto;
  -webkit-transition: top 0.2s cubic-bezier(0.666, 0, 0.333, 1);
  transition: top 0.2s cubic-bezier(0.666, 0, 0.333, 1);
  width: 100%;
  z-index: 9999; }
  @media all and (min-width: 768px) {
    .site-header {
      height: 120px; } }
  .site-header .header-nav {
    margin: 0 auto;
    max-width: 1440px;
    position: relative; }
    .site-header .header-nav .nav-logo {
      background: #fef26a;
      color: #f16d2c;
      display: block;
      font-size: 50px;
      height: 80px;
      line-height: 80px;
      margin: 0 auto 20px;
      text-align: center;
      width: 80px;
      -webkit-transition: all linear;
      transition: all linear; }
      @media all and (min-width: 768px) {
        .site-header .header-nav .nav-logo {
          font-size: 80px;
          height: 120px;
          left: 0;
          line-height: 120px;
          margin: 0;
          position: absolute;
          top: 0;
          width: 120px; } }
    .site-header .header-nav .nav-list {
      margin-bottom: 10px;
      text-align: center;
      width: 100%; }
      @media all and (min-width: 768px) {
        .site-header .header-nav .nav-list {
          float: left;
          height: 120px;
          margin: 0;
          padding-left: 60px; } }
      @media all and (min-width: 1024px) {
        .site-header .header-nav .nav-list {
          padding: 0; } }
      .site-header .header-nav .nav-list .nav-item {
        display: inline-block;
        margin: 0 10px 6px; }
        @media all and (min-width: 768px) {
          .site-header .header-nav .nav-list .nav-item {
            height: 120px;
            margin: 0 12px; } }
        @media all and (min-width: 1024px) {
          .site-header .header-nav .nav-list .nav-item {
            margin: 0 30px; } }
        .site-header .header-nav .nav-list .nav-item a {
          color: #afafad;
          display: block;
          font-family: DinBold, Helvetica, Arial, sans-serif;
          font-size: 16px;
          height: 40px;
          line-height: 40px;
          position: relative;
          text-transform: uppercase;
          -webkit-transition: all linear;
          transition: all linear; }
          @media all and (min-width: 768px) {
            .site-header .header-nav .nav-list .nav-item a {
              height: 120px;
              line-height: 120px; } }
        .site-header .header-nav .nav-list .nav-item a:hover {
          color: #60ab4b; }
      .site-header .header-nav .nav-list .nav-active a {
        color: #60ab4b; }
      .site-header .header-nav .nav-list .nav-active a:before {
        border-bottom: 3px solid #60ab4b;
        bottom: 2px;
        content: " ";
        height: 0;
        left: 0;
        position: absolute;
        width: 100%; }
        @media all and (min-width: 768px) {
          .site-header .header-nav .nav-list .nav-active a:before {
            bottom: 40px; } }
      .site-header .header-nav .nav-list .mobile-br {
        display: block; }
        @media all and (min-width: 768px) {
          .site-header .header-nav .nav-list .mobile-br {
            display: none; } }
    .site-header .header-nav .share {
      cursor: pointer;
      display: none;
      height: 42px;
      overflow: hidden;
      position: absolute;
      right: 0;
      top: 33px;
      width: 60px; }
      @media all and (min-width: 768px) {
        .site-header .header-nav .share {
          display: block; } }
      @media all and (min-width: 1024px) {
        .site-header .header-nav .share {
          width: 120px; } }
      .site-header .header-nav .share .slide {
        height: 42px;
        -webkit-transition: margin-top 0.2s cubic-bezier(0.666, 0, 0.333, 1);
        transition: margin-top 0.2s cubic-bezier(0.666, 0, 0.333, 1); }
        .site-header .header-nav .share .slide .text {
          color: #60ab4b;
          display: none;
          float: left;
          font-family: steadyregular, Helvetica, Arial, sans-serif;
          font-size: 24px;
          height: 42px;
          line-height: 50px;
          -webkit-transition: all 0.3s cubic-bezier(0.666, 0, 0.333, 1);
          transition: all 0.3s cubic-bezier(0.666, 0, 0.333, 1); }
          @media all and (min-width: 1024px) {
            .site-header .header-nav .share .slide .text {
              display: block; } }
        .site-header .header-nav .share .slide .icon-share {
          color: #60ab4b;
          float: left;
          font-size: 56px;
          line-height: 45px;
          -webkit-transition: all 0.3s cubic-bezier(0.666, 0, 0.333, 1);
          transition: all 0.3s cubic-bezier(0.666, 0, 0.333, 1); }
        .site-header .header-nav .share .slide .social-icons {
          height: 42px; }
          @media all and (min-width: 1024px) {
            .site-header .header-nav .share .slide .social-icons {
              padding-left: 12px; } }
          .site-header .header-nav .share .slide .social-icons .fb-share-button, .site-header .header-nav .share .slide .social-icons #twitter-widget-0 {
            display: block;
            height: 20px;
            width: 56px; }
          .site-header .header-nav .share .slide .social-icons .fb-share-button {
            margin-bottom: 2px; }
    .site-header .header-nav .share:hover .slide {
      margin-top: -45px; }
  .site-header .nav-break {
    background: white;
    height: 60px;
    left: 0;
    position: absolute;
    top: 202px;
    width: 100%; }
    @media all and (min-width: 768px) {
      .site-header .nav-break {
        top: 120px; } }
    .site-header .nav-break svg {
      height: 60px;
      width: 100%; }
  .site-header #collapse-box {
    background: #fff26b;
    cursor: pointer;
    height: 50px;
    left: 50%;
    padding: 17px 15px;
    position: fixed;
    top: 262px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -webkit-transition: all 0.2s cubic-bezier(0.666, 0, 0.333, 1);
    transition: all 0.2s cubic-bezier(0.666, 0, 0.333, 1);
    width: 50px; }
    .site-header #collapse-box.midnight {
      background: #373732; }
    @media all and (min-width: 768px) {
      .site-header #collapse-box {
        top: 180px;
        width: 80px;
        height: 80px;
        padding: 31px 30px; } }
    .site-header #collapse-box #hamburg {
      position: relative;
      width: 20px;
      height: 14px; }
      .site-header #collapse-box #hamburg .bar {
        position: absolute;
        width: 100%;
        height: 2px;
        background: #333; }
        @media all and (min-width: 768px) {
          .site-header #collapse-box #hamburg .bar {
            height: 3px; } }
        .site-header #collapse-box #hamburg .bar.blue {
          background: #199fcf; }
        .site-header #collapse-box #hamburg .bar.white {
          background: #afafad; }
        .site-header #collapse-box #hamburg .bar.green {
          background: #5baa4b; }
        .site-header #collapse-box #hamburg .bar.pink {
          background: #c14995; }
        .site-header #collapse-box #hamburg .bar.orange {
          background: #f06d2e; }
        .site-header #collapse-box #hamburg .bar.red {
          background: #c13044; }
        .site-header #collapse-box #hamburg .bar.lt-green {
          background: #bbdfac; }
      .site-header #collapse-box #hamburg #top {
        top: 50%;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .site-header #collapse-box #hamburg #mid {
        opacity: 0; }
      .site-header #collapse-box #hamburg #bot {
        top: 50%;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }

/* Join page special properties */
/*-----------------------------------------------------------*/
.page-contract .mobile-break, .page-mycontract .mobile-break {
  margin: 0;
  width: auto; }

.page-contract .site-header, .page-mycontract .site-header {
  left: 0;
  position: fixed;
  top: 0; }

.hidenav .site-header {
  top: -262px; }
  @media all and (min-width: 768px) {
    .hidenav .site-header {
      top: -180px; } }

.hidenav #collapse-box {
  top: 0; }
  .hidenav #collapse-box #hamburg #top {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  .hidenav #collapse-box #hamburg #mid {
    top: 50%;
    opacity: 1; }
  .hidenav #collapse-box #hamburg #bot {
    top: 100%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

/* Page-specific nav colors */
/*-----------------------------------------------------------*/
.page-none .site-header {
  /* Full length background color */
  background: yellow; }
  .page-none .site-header .header-nav {
    /* Nav background color */
    background: blue; }
    .page-none .site-header .header-nav .nav-logo {
      /* Logo background color */
      background: orange;
      /* Logo color */
      color: red; }
    .page-none .site-header .header-nav .nav-list .nav-item a {
      /* Link color */
      color: pink; }
    .page-none .site-header .header-nav .nav-list .nav-item a:hover {
      /* Link hover color */
      color: red; }
    .page-none .site-header .header-nav .nav-list .nav-active a {
      /* Current page color */
      color: cyan; }
    .page-none .site-header .header-nav .nav-list .nav-active a:before {
      /* Current page underline color */
      border-color: purple; }
    .page-none .site-header .header-nav .share .slide .text, .page-none .site-header .header-nav .share .slide .icon-share {
      /* Share color */
      color: red; }

.page-mycontract .site-header #collapse-box {
  background: #fff26b; }
  .page-mycontract .site-header #collapse-box #hamburg .bar {
    background: #60ab4b; }

/* Footer */
/*-----------------------------------------------------------*/
.footer-wrapper {
  background: #3f3f39;
  color: #656561;
  font-family: "DinLight", Helvetica, Arial, sans-serif; }
  .footer-wrapper footer {
    margin: 0 auto;
    max-width: 1440px;
    padding: 120px 0;
    position: relative; }
    @media all and (min-width: 768px) {
      .footer-wrapper footer {
        height: 546px;
        padding: 120px 60px; } }
    .footer-wrapper footer .footer-nav .nav-list {
      float: none;
      width: 100%; }
      @media all and (min-width: 768px) {
        .footer-wrapper footer .footer-nav .nav-list {
          float: left;
          margin-right: 60px;
          width: 120px; } }
      .footer-wrapper footer .footer-nav .nav-list .nav-item {
        font-family: "DinBold", Helvetica, Arial, sans-serif;
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 50px;
        text-align: center;
        text-transform: uppercase; }
        @media all and (min-width: 768px) {
          .footer-wrapper footer .footer-nav .nav-list .nav-item {
            margin-bottom: 20px;
            text-align: left; } }
        .footer-wrapper footer .footer-nav .nav-list .nav-item a {
          color: #fff26b; }
    @media all and (min-width: 768px) {
      .footer-wrapper footer .footer-nav .list-2 {
        margin: 0; } }
    .footer-wrapper footer .follow {
      margin-top: 50px; }
      @media all and (min-width: 768px) {
        .footer-wrapper footer .follow {
          margin: 0;
          position: absolute;
          top: 120px;
          right: 60px; } }
      .footer-wrapper footer .follow .title {
        font-family: "DinBold", Helvetica, Arial, sans-serif;
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 40px;
        text-align: center;
        text-transform: uppercase; }
        @media all and (min-width: 768px) {
          .footer-wrapper footer .follow .title {
            text-align: right; } }
      .footer-wrapper footer .follow .social-list {
        margin: 0 auto;
        text-align: center;
        width: 320px; }
        @media all and (min-width: 768px) {
          .footer-wrapper footer .follow .social-list {
            margin: 0;
            text-align: left;
            width: auto; } }
        .footer-wrapper footer .follow .social-list .social-item {
          display: inline-block;
          margin: 0 15px; }
          @media all and (min-width: 768px) {
            .footer-wrapper footer .follow .social-list .social-item {
              display: block;
              float: left;
              margin: 0 15px 0 0; } }
          .footer-wrapper footer .follow .social-list .social-item a {
            background: #292925;
            border-radius: 100%;
            color: #fff26b;
            display: block;
            font-size: 35px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            width: 50px; }
        .footer-wrapper footer .follow .social-list .social-item:nth-child(4), .footer-wrapper footer .follow .social-list .social-item:nth-child(5) {
          margin: 15px 15px 0 15px; }
          @media all and (min-width: 768px) {
            .footer-wrapper footer .follow .social-list .social-item:nth-child(4), .footer-wrapper footer .follow .social-list .social-item:nth-child(5) {
              margin: 0 15px 0 0; } }
        @media all and (min-width: 768px) {
          .footer-wrapper footer .follow .social-list .social-item:last-child {
            margin-right: 0; } }
    .footer-wrapper footer .logo {
      bottom: 120px;
      display: none;
      height: 50px;
      font-size: 50px;
      left: 60px;
      line-height: 50px;
      position: absolute;
      text-align: center;
      width: 50px; }
      @media all and (min-width: 768px) {
        .footer-wrapper footer .logo {
          display: block; } }
    .footer-wrapper footer .terms {
      margin: 140px 0 40px;
      text-align: center; }
      @media all and (min-width: 768px) {
        .footer-wrapper footer .terms {
          bottom: 120px;
          left: 50%;
          margin: 0;
          position: absolute;
          text-align: left;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); } }
      .footer-wrapper footer .terms a {
        color: #656561;
        display: inline-block;
        margin: 0 15px; }
        @media all and (min-width: 768px) {
          .footer-wrapper footer .terms a {
            display: block;
            float: left;
            margin: 0; } }
      @media all and (min-width: 768px) {
        .footer-wrapper footer .terms a:first-child {
          margin-right: 40px; } }
    .footer-wrapper footer .copyright {
      text-align: center; }
      @media all and (min-width: 768px) {
        .footer-wrapper footer .copyright {
          bottom: 120px;
          position: absolute;
          right: 60px;
          text-align: left; } }

/* IE HACKS */
/*-----------------------------------------------------------*/
.page-home.ie #wrapper {
  position: relative;
  top: -202px; }
  @media all and (min-width: 1024px) {
    .page-home.ie #wrapper {
      top: -120px; } }

/*-----------------------------------------------------------*/
.page-home header {
  position: absolute;
  top: 0;
  background: none; }
  .page-home header .nav-logo {
    background: #fef26a;
    color: #f16d2c; }
  .page-home header nav {
    z-index: 3; }
    .page-home header nav ul li a {
      color: #ffffff !important; }

.page-home.home-yellow header .nav-logo {
  background: #fef26a;
  color: #f16d2c; }

.page-home.home-yellow header .share .slide .text,
.page-home.home-yellow header .share .slide .icon-share {
  color: #fef26a; }

.page-home.home-yellow #wrapper #page-home #home-top #home-carousel button:before {
  border-color: #fef26a; }

.page-home.home-yellow #wrapper #page-home #home-top #home-bottom #svg-container .cta-btn-home {
  background: #fef26a;
  color: #f16d2c; }
  .page-home.home-yellow #wrapper #page-home #home-top #home-bottom #svg-container .cta-btn-home:hover {
    background: #f16d2c;
    color: #fef26a; }

.page-home.home-blue header .nav-logo {
  background: #9ae6f4;
  color: #1287bc; }

.page-home.home-blue header .share .slide .text,
.page-home.home-blue header .share .slide .icon-share {
  color: #9ae6f4; }

.page-home.home-blue #wrapper #page-home #home-top #home-carousel button:before {
  border-color: #9ae6f4; }

.page-home.home-blue #wrapper #page-home #home-top #home-bottom #svg-container .cta-btn-home {
  background: #9ae6f4;
  color: #1287bc; }
  .page-home.home-blue #wrapper #page-home #home-top #home-bottom #svg-container .cta-btn-home:hover {
    background: #199fcf;
    color: #9ae6f4; }

.page-home.home-green header .nav-logo {
  background: #479937;
  color: #cee5b1; }

.page-home.home-green header .share .slide .text,
.page-home.home-green header .share .slide .icon-share {
  color: #479937; }

.page-home.home-green #wrapper #page-home #home-top #home-carousel button:before {
  border-color: #479937; }

.page-home.home-green #wrapper #page-home #home-top #home-bottom #svg-container .cta-btn-home {
  background: #479937;
  color: #cee5b1; }
  .page-home.home-green #wrapper #page-home #home-top #home-bottom #svg-container .cta-btn-home:hover {
    background: #b2d999;
    color: #479937; }

.page-home #wrapper #page-home {
  background: #ffffff; }
  .page-home #wrapper #page-home #home-top {
    position: relative;
    min-height: 90vh;
    height: 100%; }
    .page-home #wrapper #page-home #home-top #home-carousel-con {
      background: #fef26a url(dist/images/join/loader.gif) center center no-repeat;
        background-size: 180px 180px; }
    .page-home #wrapper #page-home #home-top #home-carousel {
      opacity: 0;
      -webkit-transition: opacity 0.3s cubic-bezier(0.666, 0, 0.333, 1);
      transition: opacity 0.3s cubic-bezier(0.666, 0, 0.333, 1); }
      .page-home #wrapper #page-home #home-top #home-carousel .slick-prev,
      .page-home #wrapper #page-home #home-top #home-carousel .slick-next {
        top: 60%; }
      .page-home #wrapper #page-home #home-top #home-carousel .slick-prev {
        left: 5px; }
      .page-home #wrapper #page-home #home-top #home-carousel .slick-next {
        right: 5px; }
      @media all and (min-width: 768px) {
        .page-home #wrapper #page-home #home-top #home-carousel .slick-prev,
        .page-home #wrapper #page-home #home-top #home-carousel .slick-next {
          top: 53%; }
        .page-home #wrapper #page-home #home-top #home-carousel .slick-prev {
          left: 25px; }
        .page-home #wrapper #page-home #home-top #home-carousel .slick-next {
          right: 25px; } }
    .page-home #wrapper #page-home #home-top .slick-track {
      height: 85vh;
      min-height: 430px; }
      @media screen and (orientation: landscape) {
        .page-home #wrapper #page-home #home-top .slick-track {
          height: 150vh; } }
      @media all and (min-width: 768px) {
        .page-home #wrapper #page-home #home-top .slick-track {
          height: 580px; } }
      @media all and (min-width: 1024px) {
        .page-home #wrapper #page-home #home-top .slick-track {
          height: 65vh;
          min-height: 630px;
          max-height: 718px; } }
      @media all and (min-width: 1280px) {
        .page-home #wrapper #page-home #home-top .slick-track {
          height: 85vh;
          max-height: 100%; } }
      .page-home #wrapper #page-home #home-top .slick-track .slick-slide {
        position: relative; }
        .page-home #wrapper #page-home #home-top .slick-track .slick-slide .vert {
          position: relative;
          width: 100%;
          height: auto;
          top: 50%;
          -webkit-transform: translate3d(0, -50%, 0);
                  transform: translate3d(0, -50%, 0); }
          .page-home #wrapper #page-home #home-top .slick-track .slick-slide .vert img {
            top: 0%;
            width: 100%;
            -webkit-transition: all 0s;
            transition: all 0s; }
            .page-home #wrapper #page-home #home-top .slick-track .slick-slide .vert img.img {
              opacity: 0;
              z-index: 0;
              display: block; }
              @media all and (min-width: 768px) {
                .page-home #wrapper #page-home #home-top .slick-track .slick-slide .vert img.img {
                  opacity: 1;
                  display: block; } }
      .page-home #wrapper #page-home #home-top .slick-track .slick-active .img {
        opacity: 0;
        display: block; }
      .page-home #wrapper #page-home #home-top .slick-track .slick-active .mobile-type,
      .page-home #wrapper #page-home #home-top .slick-track .slick-active .desk-type {
        z-index: 2; }
      .page-home #wrapper #page-home #home-top .slick-track .slick-active .desk-type {
        display: none; }
      @media all and (min-width: 1024px) {
        .page-home #wrapper #page-home #home-top .slick-track .slick-active .mobile-type {
          display: none; }
        .page-home #wrapper #page-home #home-top .slick-track .slick-active .desk-type {
          opacity: 0;
          display: block; } }
    .page-home #wrapper #page-home #home-top .slider {
      background-position: center bottom;
      background-size: 160%;
      background-repeat: no-repeat; }
      @media screen and (orientation: landscape) {
        .page-home #wrapper #page-home #home-top .slider {
          background-size: 100%; } }
      @media all and (min-width: 1024px) {
        .page-home #wrapper #page-home #home-top .slider {
          background-position: 50%;
          background-size: 100%; } }
    .page-home #wrapper #page-home #home-top #slide-1 {
      background-image: url(dist/images/home/sell-out-mobile.jpg);
      background-color: #f69b4a;
      background-position: center bottom;
      background-size: 160%;
      background-repeat: no-repeat; }
      @media screen and (orientation: landscape) {
        .page-home #wrapper #page-home #home-top #slide-1 {
          background-size: 100%; } }
      @media all and (min-width: 1024px) {
        .page-home #wrapper #page-home #home-top #slide-1 {
          background-image: url(dist/images/home/sell-out-image.jpg);
          background-position: 50%;
          background-size: 100%; } }
    .page-home #wrapper #page-home #home-top #slide-2 {
      background-image: url(dist/images/home/avocado-mobile.jpg);
      background-color: #cce3af;
      background-position: center bottom;
      background-size: 160%;
      background-repeat: no-repeat; }
      @media screen and (orientation: landscape) {
        .page-home #wrapper #page-home #home-top #slide-2 {
          background-size: 100%; } }
      @media all and (min-width: 1024px) {
        .page-home #wrapper #page-home #home-top #slide-2 {
          background-image: url(dist/images/home/avocado-image.jpg);
          background-position: 50%;
          background-size: 100%; } }
    .page-home #wrapper #page-home #home-top #slide-3 {
      background-image: url(dist/images/home/team-mobile.jpg);
      background-color: #189fce;
      background-position: center bottom;
      background-size: 160%;
      background-repeat: no-repeat; }
      @media screen and (orientation: landscape) {
        .page-home #wrapper #page-home #home-top #slide-3 {
          background-size: 100%; } }
      @media all and (min-width: 1024px) {
        .page-home #wrapper #page-home #home-top #slide-3 {
          background-image: url(dist/images/home/team-image.jpg);
          background-position: 50%;
          background-size: 100%; } }
    .page-home #wrapper #page-home #home-top #home-bottom {
      display: block;
      position: relative;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .page-home #wrapper #page-home #home-top #home-bottom #svg-container {
        position: relative;
        height: 40px;
        margin-top: -39px; }
        @media all and (min-width: 1024px) {
          .page-home #wrapper #page-home #home-top #home-bottom #svg-container {
            height: 90px;
            margin-top: -89px; } }
        .page-home #wrapper #page-home #home-top #home-bottom #svg-container .cta-btn-home {
          position: absolute;
          z-index: 5;
          left: 50%;
          top: 0px;
          width: 190px;
          -webkit-transform: translate(-50%, 0);
                  transform: translate(-50%, 0);
          background: #fff26b;
          padding: 15px;
          border-radius: 50px;
          text-align: center;
          text-transform: uppercase;
          font-family: DinMedium;
          font-size: 12px;
          color: #f06d2e;
          -webkit-transition: color 0.15s cubic-bezier(0.666, 0, 0.333, 1);
          transition: color 0.15s cubic-bezier(0.666, 0, 0.333, 1);
          -webkit-transition: background 0.1s cubic-bezier(0.666, 0, 0.333, 1);
          transition: background 0.1s cubic-bezier(0.666, 0, 0.333, 1); }
          @media all and (min-width: 768px) {
            .page-home #wrapper #page-home #home-top #home-bottom #svg-container .cta-btn-home {
              width: 280px;
              padding: 30px 60px;
              font-size: 18px; } }
        .page-home #wrapper #page-home #home-top #home-bottom #svg-container svg {
          position: absolute;
          z-index: 4;
          bottom: 0px;
          width: 100%;
          height: 100%; }
          .page-home #wrapper #page-home #home-top #home-bottom #svg-container svg #bottom-angle {
            position: absolute;
            top: 0;
            z-index: 2; }
      .page-home #wrapper #page-home #home-top #home-bottom button {
        opacity: 1;
        display: block;
        -webkit-transition: all 0.3s cubic-bezier(0.666, 0, 0.333, 1);
        transition: all 0.3s cubic-bezier(0.666, 0, 0.333, 1); }
        @media all and (min-width: 768px) {
          .page-home #wrapper #page-home #home-top #home-bottom button {
            opacity: 1;
            display: block; } }
      .page-home #wrapper #page-home #home-top #home-bottom #home-copy {
        position: relative;
        z-index: 1;
        margin-top: 0px;
        width: 100%;
        padding: 12px 0 50px; }
        @media all and (min-width: 768px) {
          .page-home #wrapper #page-home #home-top #home-bottom #home-copy {
            padding: 34px 0 50px; } }
        @media all and (min-width: 1024px) {
          .page-home #wrapper #page-home #home-top #home-bottom #home-copy {
            padding: 0px 0 150px; } }
        .page-home #wrapper #page-home #home-top #home-bottom #home-copy #home-copy-inner {
          display: table;
          margin: 0 auto;
          width: 80%;
          height: 120px;
          text-align: center; }
          @media all and (min-width: 1024px) {
            .page-home #wrapper #page-home #home-top #home-bottom #home-copy #home-copy-inner {
              width: 50%; } }
          @media all and (min-width: 1280px) {
            .page-home #wrapper #page-home #home-top #home-bottom #home-copy #home-copy-inner {
              width: 35%; } }
          .page-home #wrapper #page-home #home-top #home-bottom #home-copy #home-copy-inner p {
            opacity: 0;
            display: table-cell;
            vertical-align: middle;
            position: relative;
            font-family: DinReg;
            color: #3f3f39;
            -webkit-transform: translate3d(0, 20px, 0);
                    transform: translate3d(0, 20px, 0); }
            .page-home #wrapper #page-home #home-top #home-bottom #home-copy #home-copy-inner p.visible {
              -webkit-transition: all 0.3s cubic-bezier(0.666, 0, 0.333, 1);
              transition: all 0.3s cubic-bezier(0.666, 0, 0.333, 1);
              opacity: 1;
              -webkit-transform: translate3d(0, 0px, 0px);
                      transform: translate3d(0, 0px, 0px); }

/* About */
/*-----------------------------------------------------------*/
.page-about .header-nav .nav-logo {
  background: #5baa4b;
  color: #cde3b0; }

#page-about {
  color: #3f3f39;
  font-family: "DinLight", Helvetica, Arial, sans-serif; }
  #page-about .mission-blurb {
    margin: 80px auto;
    max-width: 760px;
    padding: 0 20px;
    text-align: center; }
    #page-about .mission-blurb h2 {
      font-size: 22px;
      margin: 20px auto; }
      @media all and (min-width: 768px) {
        #page-about .mission-blurb h2 {
          font-size: 28px; } }
    #page-about .mission-blurb p {
      font-size: 18px; }
      @media all and (min-width: 768px) {
        #page-about .mission-blurb p {
          font-size: 26px;
          line-height: 32px; } }
  #page-about .about-hero {
    background: #c13044;
    height: 272px;
    margin: 40px 0;
    overflow: hidden;
    position: relative; }
    @media all and (min-width: 768px) {
      #page-about .about-hero {
        height: 364px;
        margin: 60px 0; } }
    @media all and (min-width: 1024px) {
      #page-about .about-hero {
        height: 544px; } }
    #page-about .about-hero svg {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 3; }
      #page-about .about-hero svg polygon {
        background: #ffffff;
        position: absolute; }
      #page-about .about-hero svg #top-angle {
        top: 0;
        width: 0; }
      #page-about .about-hero svg #bottom-angle {
        bottom: 0; }
    #page-about .about-hero .about-pattern-container {
      height: 200%;
      left: 0%;
      position: absolute;
      top: 0%;
      -webkit-transform: rotate(7deg) translateY(-37%) translateX(-10%);
              transform: rotate(7deg) translateY(-37%) translateX(-10%);
      width: 200%; }
      #page-about .about-hero .about-pattern-container .about-pattern {
        -webkit-animation: pano 120s linear infinite;
                animation: pano 120s linear infinite;
        background: #c23043 url("dist/images/about/pattern.jpg");
        background-size: 20%;
        height: 200%;
        width: 100%; }
        @media all and (min-width: 768px) {
          #page-about .about-hero .about-pattern-container .about-pattern {
            background-size: 15%; } }
        @media all and (min-width: 1024px) {
          #page-about .about-hero .about-pattern-container .about-pattern {
            background-size: 10%; } }
      #page-about .about-hero .about-pattern-container .bcbsnc-pattern {
        background: #009fd0 url("dist/images/bcbsnc/pattern.jpg");
        -webkit-animation: pano 120s linear infinite;
                animation: pano 120s linear infinite;
        background-size: 20%;
        height: 200%;
        width: 100%; }
        @media all and (min-width: 768px) {
          #page-about .about-hero .about-pattern-container .bcbsnc-pattern {
            background-size: 15%; } }
        @media all and (min-width: 1024px) {
          #page-about .about-hero .about-pattern-container .bcbsnc-pattern {
            background-size: 10%; } }
    #page-about .about-hero .about-headline {
      background: url("dist/images/about/about-headline.png") 0 0 no-repeat;
      background-size: 500px 436px;
      height: 436px;
      left: 50%;
      position: absolute;
      top: 100px;
      -webkit-transform: translate(-25%, 0);
              transform: translate(-25%, 0);
      -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
      width: 500px; }
      @media all and (min-width: 768px) {
        #page-about .about-hero .about-headline {
          background-size: 670px 584px;
          height: 584px;
          top: 150px;
          width: 670px; } }
      @media all and (min-width: 1024px) {
        #page-about .about-hero .about-headline {
          background-size: 1000px 872px;
          height: 872px;
          top: 200px;
          width: 1000px; } }
    #page-about .about-hero .load-me {
      -webkit-transform: translate(-8%, 15%);
              transform: translate(-8%, 15%); }
  #page-about .about-timeline {
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    width: auto;
    z-index: 100; }
    @media all and (min-width: 768px) {
      #page-about .about-timeline {
        margin: 0 auto 60px;
        padding: 0 60px;
        width: 740px; } }
    @media all and (min-width: 1024px) {
      #page-about .about-timeline {
        padding: 0;
        width: 800px; } }
    #page-about .about-timeline .history-box {
      background: #ffffff;
      border: 2px solid #c13044;
      color: #c13044;
      display: inline-block;
      font-family: "steadyregular", Georgia, serif;
      font-size: 20px;
      padding: 14px;
      position: relative;
      text-align: center;
      z-index: 550; }
      @media all and (min-width: 768px) {
        #page-about .about-timeline .history-box {
          border: 3px solid #c13044;
          font-size: 36px;
          padding: 25px; } }
    #page-about .about-timeline .history-step {
      font-size: 18px;
      line-height: 1px;
      margin: 0;
      position: relative;
      z-index: 150; }
      @media all and (min-width: 768px) {
        #page-about .about-timeline .history-step {
          text-align: left; } }
      #page-about .about-timeline .history-step .image {
        background: #ffffff url("dist/images/about/icons.png") -2px -2px no-repeat;
        border: 2px solid #c13044;
        border-radius: 100%;
        display: inline-block;
        height: 51px;
        width: 51px; }
        @media all and (min-width: 768px) {
          #page-about .about-timeline .history-step .image {
            border: 3px solid #c13044;
            display: block; } }
      #page-about .about-timeline .history-step .img-globe {
        margin: 40px 0 20px; }
        @media all and (min-width: 768px) {
          #page-about .about-timeline .history-step .img-globe {
            background-position: -3px -3px;
            margin: 60px auto 0; } }
      #page-about .about-timeline .history-step .img-leaf {
        background-position: -2px -53px;
        margin-bottom: 20px; }
        @media all and (min-width: 768px) {
          #page-about .about-timeline .history-step .img-leaf {
            background-position: -3px -54px;
            margin: 0 auto; } }
      #page-about .about-timeline .history-step .img-calendar {
        background-position: -2px -104px; }
        @media all and (min-width: 768px) {
          #page-about .about-timeline .history-step .img-calendar {
            background-position: -3px -105px;
            margin: 0 auto; } }
      #page-about .about-timeline .history-step .break {
        background: #ffffff;
        border: 2px solid #c13044;
        border-radius: 20px;
        height: 46px;
        margin: 20px auto;
        width: 21px; }
        @media all and (min-width: 768px) {
          #page-about .about-timeline .history-step .break {
            border: 3px solid #c13044;
            margin: 40px auto; } }
        #page-about .about-timeline .history-step .break .dot {
          background: #c13044;
          border-radius: 100%;
          height: 5px;
          margin: 6px auto;
          width: 5px; }
        #page-about .about-timeline .history-step .break .dot:first-child {
          margin-top: 7px; }
      #page-about .about-timeline .history-step .description {
        background: #ffffff;
        padding: 20px 60px; }
        @media all and (min-width: 768px) {
          #page-about .about-timeline .history-step .description {
            left: 0;
            padding: 0;
            position: absolute;
            top: 0;
            width: 240px; } }
        @media all and (min-width: 1024px) {
          #page-about .about-timeline .history-step .description {
            width: 300px; } }
        #page-about .about-timeline .history-step .description .title {
          font-family: "DinBold", Helvetica, Arial, sans-serif;
          font-size: 18px;
          line-height: 20px;
          margin-bottom: 18px;
          position: relative;
          text-transform: uppercase; }
        #page-about .about-timeline .history-step .description .title:after {
          background: url("dist/images/about/dotted-line.png") repeat-x;
          content: " ";
          display: none;
          height: 4px;
          position: absolute; }
          @media all and (min-width: 768px) {
            #page-about .about-timeline .history-step .description .title:after {
              display: block; } }
    @media all and (min-width: 768px) {
      #page-about .about-timeline .step-begins .description {
        top: 18px; } }
    #page-about .about-timeline .step-begins .description .title:after {
      top: 6px;
      right: -20px;
      width: 80px; }
      @media all and (min-width: 1024px) {
        #page-about .about-timeline .step-begins .description .title:after {
          right: -20px;
          width: 120px; } }
    @media all and (min-width: 768px) {
      #page-about .about-timeline .step-plants .description {
        left: auto;
        right: 0;
        top: 102px; } }
    @media all and (min-width: 768px) {
      #page-about .about-timeline .step-plants .description .title {
        padding-right: 20px;
        text-align: right; } }
    #page-about .about-timeline .step-plants .description .title:after {
      left: 0;
      top: 6px;
      width: 80px; }
      @media all and (min-width: 1024px) {
        #page-about .about-timeline .step-plants .description .title:after {
          width: 160px; } }
    #page-about .about-timeline .step-present {
      margin-bottom: 0; }
      @media all and (min-width: 768px) {
        #page-about .about-timeline .step-present .description {
          top: 102px; } }
      #page-about .about-timeline .step-present .description .title:after {
        right: 0;
        top: 6px;
        width: 100px; }
        @media all and (min-width: 1024px) {
          #page-about .about-timeline .step-present .description .title:after {
            right: -20px;
            width: 180px; } }
    #page-about .about-timeline .wrap-up {
      background: #ffffff;
      color: #c13044;
      display: inline-block;
      font-family: "steadyregular", Georgia, serif;
      font-size: 36px;
      line-height: 40px;
      padding: 20px;
      position: relative;
      z-index: 149; }
      @media all and (min-width: 768px) {
        #page-about .about-timeline .wrap-up {
          font-size: 36px;
          line-height: 40px;
          padding-top: 150px; } }
    #page-about .about-timeline .date-bar {
      border-left: 1px solid #dcdcdb;
      border-top: 1px solid #dcdcdb;
      border-right: 1px solid #dcdcdb;
      color: #afafad;
      display: none;
      font-size: 12px;
      height: 13px;
      left: 270px;
      line-height: 12px;
      position: absolute;
      top: 328px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      width: 360px; }
      @media all and (min-width: 1024px) {
        #page-about .about-timeline .date-bar {
          display: block; } }
      #page-about .about-timeline .date-bar .date {
        border-right: 1px solid #dcdcdb;
        float: left;
        height: 13px;
        text-align: center;
        width: 50%; }
        #page-about .about-timeline .date-bar .date .text {
          background: #ffffff;
          display: inline-block;
          height: 13px;
          line-height: 13px;
          padding: 0 10px;
          -webkit-transform: translateY(-5px);
                  transform: translateY(-5px); }
      #page-about .about-timeline .date-bar .date:last-child {
        border-right: 0;
        float: left;
        width: 50%; }
  #page-about .about-timeline:before {
    background: #c13044;
    content: " ";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 2px; }
    @media all and (min-width: 768px) {
      #page-about .about-timeline:before {
        width: 3px; } }
  #page-about .powered-by {
    background: #f9f8f6;
    font-size: 27px;
    line-height: 31px;
    padding: 60px; }
    @media all and (min-width: 768px) {
      #page-about .powered-by {
        padding: 90px 70px; } }
    #page-about .powered-by .icon {
      border: 2px solid #60ab4b;
      border-radius: 100%;
      color: #60ab4b;
      font-size: 30px;
      height: 51px;
      line-height: 47px;
      margin: 0 auto 50px;
      text-align: center;
      width: 51px; }
      @media all and (min-width: 768px) {
        #page-about .powered-by .icon {
          border: 3px solid #60ab4b;
          line-height: 45px; } }
    #page-about .powered-by .text {
      font-size: 18px;
      line-height: 22px;
      margin: 0 auto;
      text-align: center;
      width: auto; }
      #page-about .powered-by .text a {
        color: #3F3F39; }
      @media all and (min-width: 768px) {
        #page-about .powered-by .text {
          font-size: 27px;
          line-height: 31px;
          width: 500px; } }
  #page-about .partners {
    border-bottom: 1px solid #f9f8f6;
    border-right: 1px solid #f9f8f6;
    margin: 0 auto;
    max-width: 1440px; }
    #page-about .partners .partner {
      border-left: 1px solid #f9f8f6;
      border-top: 1px solid #f9f8f6;
      display: block;
      float: left;
      height: auto;
      padding: 5%;
      width: 50%; }
      @media all and (min-width: 768px) {
        #page-about .partners .partner {
          width: 33.3333%; } }

.clb {
  clear: both; }

.bcbsnc a {
  display: inline; }

.bcbsnc .headline {
  background: url("dist/images/bcbsnc/headline.png") 0 0 no-repeat;
  background-size: 500px 436px;
  height: 436px;
  left: 50%;
  position: absolute;
  top: 100px;
  -webkit-transform: translate(-25%, 0);
          transform: translate(-25%, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 500px; }
  @media all and (min-width: 768px) {
    .bcbsnc .headline {
      background-size: 670px 584px;
      height: 584px;
      top: 150px;
      width: 670px; } }
  @media all and (min-width: 1024px) {
    .bcbsnc .headline {
      background-size: 1000px 872px;
      height: 872px;
      top: 200px;
      width: 1000px; } }

.bcbsnc .load-me {
  -webkit-transform: translate(-8%, 15%);
          transform: translate(-8%, 15%); }

.bcbsnc .intro-text {
  margin: 60px auto;
  max-width: 1040px;
  min-height: 420px;
  padding: 0 20px; }
  .bcbsnc .intro-text h2, .bcbsnc .intro-text .subtitle {
    font-size: 22px;
    line-height: 26px;
    margin: 20px auto;
    text-align: center; }
    @media all and (min-width: 768px) {
      .bcbsnc .intro-text h2, .bcbsnc .intro-text .subtitle {
        text-align: left;
        font-size: 26px; } }
  .bcbsnc .intro-text .subtitle {
    font-family: "DinBold", Helvetica, Arial, sans-serif; }
  .bcbsnc .intro-text p {
    font-size: 16px;
    margin-bottom: 20px; }
    @media all and (min-width: 768px) {
      .bcbsnc .intro-text p {
        font-size: 18px; } }
  .bcbsnc .intro-text .image {
    float: none;
    margin: 0 0 20px 0;
    width: 100%; }
    .bcbsnc .intro-text .image img {
      max-width: 100%; }
    @media all and (min-width: 768px) {
      .bcbsnc .intro-text .image {
        float: right;
        margin: 0 0 0 40px;
        width: 420px; } }

.bcbsnc .powered-by {
  background: #f9f8f6;
  font-size: 27px;
  line-height: 31px;
  padding: 60px 0 !important; }
  @media all and (min-width: 768px) {
    .bcbsnc .powered-by {
      padding: 60px 0 !important; } }
  .bcbsnc .powered-by h2 {
    margin-bottom: 10px; }

.bcbsnc #events {
  margin: 0 auto;
  max-width: 1040px;
  min-height: 420px;
  padding: 0 20px;
  font-size: 22px; }
  .bcbsnc #events h2 {
    text-transform: uppercase; }
  .bcbsnc #events .col-half {
    width: 100%;
    float: none; }
    @media all and (min-width: 768px) {
      .bcbsnc #events .col-half {
        float: left;
        width: 50%; } }
  .bcbsnc #events p {
    margin-bottom: 10px; }
  .bcbsnc #events .events-intro,
  .bcbsnc #events .events-list {
    margin-bottom: 20px; }
  .bcbsnc #events .events-intro p {
    font-size: 20px;
    margin: 30px 0; }
  .bcbsnc #events .event {
    margin: 10px 0;
    font-size: 20px; }
  .bcbsnc #events .date {
    margin-bottom: 10px;
    font-family: "DinBold", Helvetica, Arial, sans-serif;
    font-size: 18px; }
  .bcbsnc #events .instagram-wrp {
    float: left;
    width: 100%; }
    .bcbsnc #events .instagram-wrp:after {
      display: block;
      content: '';
      clear: both; }
    .bcbsnc #events .instagram-wrp .instagram-featured-image {
      width: 100%;
      max-width: 100%;
      margin: 0 0 2% 0; }
      @media all and (min-width: 992px) {
        .bcbsnc #events .instagram-wrp .instagram-featured-image {
          display: none; } }
    .bcbsnc #events .instagram-wrp .instagram {
      display: none;
      float: left;
      width: 100%;
      margin: 0 0 2% 0;
      height: 320px;
      background-size: contain; }
      @media all and (min-width: 580px) {
        .bcbsnc #events .instagram-wrp .instagram {
          width: 100%;
          margin: 0 2% 2% 0;
          height: 320px; } }
      @media all and (min-width: 992px) {
        .bcbsnc #events .instagram-wrp .instagram {
          display: block;
          width: 64.6%;
          margin: 0 2% 2% 0;
          height: auto;
          padding-top: calc(626px + 2%); } }
      @media all and (min-width: 1280px) {
        .bcbsnc #events .instagram-wrp .instagram {
          width: 48%;
          margin: 0 2% 2% 0;
          height: auto;
          padding-top: calc(460px + 2%); } }
    .bcbsnc #events .instagram-wrp .instagram-image {
      float: left;
      position: relative;
      width: 100%;
      margin: 0 0 2% 0;
      height: 320px;
      background-size: cover !important; }
      @media all and (min-width: 580px) {
        .bcbsnc #events .instagram-wrp .instagram-image {
          width: 48%;
          margin: 0 2% 2% 0;
          background-size: cover !important; } }
      @media all and (min-width: 992px) {
        .bcbsnc #events .instagram-wrp .instagram-image {
          width: 31.3%;
          margin: 0 2% 2% 0;
          height: 313px;
          background-size: contain !important; } }
      @media all and (min-width: 1280px) {
        .bcbsnc #events .instagram-wrp .instagram-image {
          width: 23%;
          margin: 0 2% 2% 0;
          max-width: 100%;
          height: 230px;
          background-size: contain !important; } }
      .bcbsnc #events .instagram-wrp .instagram-image .icon {
        position: absolute;
        z-index: 2;
        top: 15px;
        right: 15px;
        width: 30px;
        height: 30px;
        margin: 0;
        line-height: 28px;
        color: #fff;
        border: 0px solid transparent;
        background: rgba(0, 0, 0, 0.7); }
        .bcbsnc #events .instagram-wrp .instagram-image .icon.icon-twitter {
          right: 55px; }

.footer-wrapper {
  clear: both; }

.btn-wrp {
  clear: both;
  text-align: center;
  padding-top: 30px; }
  .btn-wrp .load-more {
    width: 280px;
    padding: 30px 60px;
    font-size: 18px;
    border-radius: 50px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'DinMedium';
    color: #1287bc;
    background: #9ae6f4;
    -webkit-transition: color 0.15s cubic-bezier(0.666, 0, 0.333, 1);
    transition: color 0.15s cubic-bezier(0.666, 0, 0.333, 1);
    -webkit-transition: background 0.1s cubic-bezier(0.666, 0, 0.333, 1);
    transition: background 0.1s cubic-bezier(0.666, 0, 0.333, 1); }
    .btn-wrp .load-more:hover {
      color: #9ae6f4;
      background: #1287bc; }

.addtocalendar {
  margin: 0 10px; }

.atcb-link img {
  position: relative;
  top: 5px; }

.atcb-item:hover {
  background-color: #ebe9eb; }

.atcb-item {
  font-size: 14px;
  padding: 5px 10px !important; }

/* Join */
/*-----------------------------------------------------------*/
#page-fade {
  opacity: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff26b;
  pointer-events: none;
  -webkit-transition: all 1.3s cubic-bezier(0.666, 0, 0.333, 1);
  transition: all 1.3s cubic-bezier(0.666, 0, 0.333, 1); }

.page-join .header-nav .nav-logo {
  background: #5baa4b;
  color: #cde3b0; }

#page-join #sellout-hero {
  position: relative;
  height: 400px;
  overflow: hidden;
  background-color: #f16e2f; }
  @media all and (min-width: 768px) {
    #page-join #sellout-hero {
      margin-top: 0px;
      height: 500px; } }
  @media all and (min-width: 1024px) {
    #page-join #sellout-hero {
      height: 636px; } }
  #page-join #sellout-hero svg {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    #page-join #sellout-hero svg polygon {
      position: absolute;
      background: #ffffff; }
    #page-join #sellout-hero svg #top-angle {
      top: 0;
      width: 0; }
    #page-join #sellout-hero svg #bottom-angle {
      bottom: 0; }
  #page-join #sellout-hero #sellout-type {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 28%;
    -webkit-transform: translate(-30%, 0);
            transform: translate(-30%, 0);
    width: 450px;
    height: 262px;
    background: url("dist/images/join/sellout-title.png");
      background-size: 100%;
      background-position-x: 0px;
      background-repeat: no-repeat;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
    @media all and (min-width: 768px) {
      #page-join #sellout-hero #sellout-type {
        width: 650px;
        height: 332px;
        background-position: 0px 0; } }
    @media all and (min-width: 1024px) {
      #page-join #sellout-hero #sellout-type {
        width: 1050px;
        height: 532px;
        background-position: 0px 0; } }
    #page-join #sellout-hero #sellout-type.load-me {
      -webkit-transform: translate(30%, 100%);
              transform: translate(30%, 100%); }
  #page-join #sellout-hero #fnv-pattern-con {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 200%;
    height: 200%;
    -webkit-transform: rotate(-10deg) translateY(-37%);
            transform: rotate(-10deg) translateY(-37%);
    -moz-transform: translateZ(0); }
    #page-join #sellout-hero #fnv-pattern-con #fnv-pattern {
      width: 100%;
      height: 200%;
      background: url("dist/images/join/pattern.jpg");
        background-repeat: repeat;
        background-size: 20%;
      -webkit-animation: pano 120s linear infinite;
              animation: pano 120s linear infinite; }
      @media all and (min-width: 768px) {
        #page-join #sellout-hero #fnv-pattern-con #fnv-pattern {
          background: url("dist/images/join/pattern.jpg");
            background-size: 15%; } }
      @media all and (min-width: 1024px) {
        #page-join #sellout-hero #fnv-pattern-con #fnv-pattern {
          background: url("dist/images/join/pattern.jpg");
            background-size: 10%; } }

#page-join #why-sellout {
  position: relative;
  margin-bottom: 80px !important;
  z-index: 10;
  padding: 0 10%; }
  @media all and (min-width: 1024px) {
    #page-join #why-sellout {
      margin: 0px auto;
      max-width: 1280px; } }
  #page-join #why-sellout .why-content {
    position: relative;
    margin: 30px auto;
    width: 100%;
    height: 300px;
    background: #ffffff; }
    @media all and (min-width: 768px) {
      #page-join #why-sellout .why-content {
        width: 600px; } }
  @media all and (min-width: 768px) and (min-width: 1024px) {
    #page-join #why-sellout .why-content {
      margin: 0 auto;
      width: 70%; }
      #page-join #why-sellout .why-content h2 {
        margin-top: 32px; }
      #page-join #why-sellout .why-content p {
        margin-bottom: 28px; } }
    #page-join #why-sellout .why-content .why-content-copy {
      position: absolute;
      z-index: 1;
      margin: 20px 0;
      background: #ffffff;
      color: #3f3f39;
      text-align: center; }
      #page-join #why-sellout .why-content .why-content-copy:before, #page-join #why-sellout .why-content .why-content-copy:after {
        content: "";
        display: block;
        opacity: 0.08;
        margin: -2px auto;
        width: 50px;
        height: 2px;
        background: #333; }
      #page-join #why-sellout .why-content .why-content-copy:after {
        width: 90px; }
      #page-join #why-sellout .why-content .why-content-copy h2 {
        margin: 20px;
        font-family: DinBold;
        text-transform: uppercase; }
        #page-join #why-sellout .why-content .why-content-copy h2 span {
          display: none;
          color: #d9d9d7; }
      #page-join #why-sellout .why-content .why-content-copy p {
        margin-bottom: 20px; }
  #page-join #why-sellout h3 {
    margin: 150px 0 80px;
    text-align: center;
    color: #f16e2f; }
    @media all and (min-width: 1024px) {
      #page-join #why-sellout h3 {
        margin: 100px 0; } }
  #page-join #why-sellout #carrot-dangle-con {
    position: absolute;
    top: -31%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    height: 79%; }
    @media all and (min-width: 768px) {
      #page-join #why-sellout #carrot-dangle-con {
        top: -36%;
        height: 86%; } }
    @media all and (min-width: 1024px) {
      #page-join #why-sellout #carrot-dangle-con {
        top: -50%;
        height: 65%; } }
    #page-join #why-sellout #carrot-dangle-con .why-seperator {
      margin: 0 auto;
      font-family: steadyregular; }
      #page-join #why-sellout #carrot-dangle-con .why-seperator .desk-add {
        display: none; }
      #page-join #why-sellout #carrot-dangle-con .why-seperator .box {
        display: block;
        padding: 14px;
        font-size: 20px;
        text-align: center;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border: 2px solid #ffc971;
        color: #ffffff; }
        @media all and (min-width: 768px) {
          #page-join #why-sellout #carrot-dangle-con .why-seperator .box {
            font-size: 30px;
            padding: 20px;
            border-width: 3px; } }
        @media all and (min-width: 1024px) {
          #page-join #why-sellout #carrot-dangle-con .why-seperator .box {
            padding: 25px;
            font-size: 36px; } }
    #page-join #why-sellout #carrot-dangle-con #carrot-dangle {
      position: absolute;
      width: 100%;
      height: 147%;
      top: 0%;
      left: 0%;
      -webkit-transform-origin: 50% 40px;
              transform-origin: 50% 40px;
      -webkit-animation: dangle 4s ease-in-out infinite;
              animation: dangle 4s ease-in-out infinite; }
      @media all and (min-width: 768px) {
        #page-join #why-sellout #carrot-dangle-con #carrot-dangle {
          height: 136%; } }
      @media all and (min-width: 1024px) {
        #page-join #why-sellout #carrot-dangle-con #carrot-dangle {
          position: absolute;
          height: 200%;
          -webkit-transform-origin: 50% 60px;
                  transform-origin: 50% 60px; } }
      #page-join #why-sellout #carrot-dangle-con #carrot-dangle .vert-bar {
        position: absolute;
        top: 47px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        width: 2px;
        height: 100%;
        background: #ffc971; }
        @media all and (min-width: 768px) {
          #page-join #why-sellout #carrot-dangle-con #carrot-dangle .vert-bar {
            top: 60px;
            width: 3px; } }
        @media all and (min-width: 1024px) {
          #page-join #why-sellout #carrot-dangle-con #carrot-dangle .vert-bar {
            top: 70px; } }
      #page-join #why-sellout #carrot-dangle-con #carrot-dangle #carrot-dangle-img {
        position: absolute;
        width: 120px;
        height: 176px;
        top: 90%;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        background: url("dist/images/join/carrot.png");
          background-size: 100% 100%; }

#page-join #build-contract {
  margin: 0px auto;
  padding: 70px 0 54px;
  width: 100%;
  color: #9ae6f5;
  font-family: DinBold;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  background: #199fcf;
  -webkit-transition: color 0.15s cubic-bezier(0.666, 0, 0.333, 1);
  transition: color 0.15s cubic-bezier(0.666, 0, 0.333, 1);
  -webkit-transition: background 0.1s cubic-bezier(0.666, 0, 0.333, 1);
  transition: background 0.1s cubic-bezier(0.666, 0, 0.333, 1); }
  @media all and (min-width: 1024px) {
    #page-join #build-contract {
      padding: 110px 0 80px;
      font-size: 27px; } }
  #page-join #build-contract span {
    display: block;
    margin-top: 6px;
    font-size: 40px; }
    @media all and (min-width: 1024px) {
      #page-join #build-contract span {
        font-size: 70px; } }
  #page-join #build-contract:hover {
    cursor: pointer;
    color: #199fcf;
    background: #9ae6f5; }

.ie9 .page-contract #page-contract form .left {
  width: 100% !important; }

.ie9 .page-contract #page-contract form .right {
  display: none !important; }

/* IE HACKS */
/*-----------------------------------------------------------*/
.page-contract.ie #page-contract form #pagination .step-pag .name-con {
  display: none; }

/*-----------------------------------------------------------*/
.page-contract .header-nav .nav-logo {
  background: #5baa4b;
  color: #cde3b0; }

.page-contract #contract-preloader {
  position: absolute;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff26b;
  -webkit-transition: top 0.6s cubic-bezier(0.666, 0, 0.333, 1);
  transition: top 0.6s cubic-bezier(0.666, 0, 0.333, 1); }
  .page-contract #contract-preloader img {
    position: absolute;
    height: 90px;
    width: 90px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media all and (min-width: 1024px) {
      .page-contract #contract-preloader img {
        height: 180px;
        width: 180px; } }

.page-contract #page-contract form {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }
  .page-contract #page-contract form #step-count {
    display: none;
    position: fixed;
    z-index: 10;
    right: 40px;
    top: 40px;
    font-family: DinBold;
    text-align: center;
    color: #3f3f39; }
    @media all and (min-width: 1024px) {
      .page-contract #page-contract form #step-count {
        display: block; } }
    .page-contract #page-contract form #step-count #static,
    .page-contract #page-contract form #step-count #counter {
      float: left; }
    .page-contract #page-contract form #step-count #counter {
      position: relative;
      width: 10px;
      height: 12px;
      overflow: hidden; }
      .page-contract #page-contract form #step-count #counter #counter-numbers {
        position: absolute;
        -webkit-transition: all 0.6s cubic-bezier(0.666, 0, 0.333, 1);
        transition: all 0.6s cubic-bezier(0.666, 0, 0.333, 1); }
    .page-contract #page-contract form #step-count #dash {
      display: block;
      margin: 10px 0 0; }
  .page-contract #page-contract form #pagination {
    display: none;
    position: fixed;
    right: 40px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 20px;
    height: 200px;
    pointer-events: none; }
    @media all and (min-width: 1024px) {
      .page-contract #page-contract form #pagination {
        display: block; } }
    .page-contract #page-contract form #pagination .step-pag {
      position: relative;
      padding: 0;
      margin-bottom: 15px; }
      .page-contract #page-contract form #pagination .step-pag .circle {
        position: relative;
        width: 20px;
        height: 20px;
        border: 3px solid yellow;
          border-radius: 10px;
        overflow: hidden;
        -webkit-transition: all 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: all 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
        .page-contract #page-contract form #pagination .step-pag .circle .circle-fill {
          position: absolute;
          top: 0px;
          width: 15px;
          height: 15px;
          border-radius: 10px;
          background: yellow;
          -webkit-transform: scale(0, 0);
                  transform: scale(0, 0);
          -webkit-transition: all 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition: all 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
      .page-contract #page-contract form #pagination .step-pag .name-con {
        display: block;
        position: relative;
        top: -15px;
        left: -85%;
        width: 130px;
        height: 0px;
        text-transform: uppercase;
        font-family: DinLight;
        overflow: hidden;
        -webkit-transition: all 0.3s 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: all 0.3s 0.7s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
        .page-contract #page-contract form #pagination .step-pag .name-con .name {
          opacity: 0;
          position: absolute;
          width: 100%;
          top: 10%;
          text-align: left;
          -webkit-transition: all 0.3s 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition: all 0.3s 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
          .page-contract #page-contract form #pagination .step-pag .name-con .name .num {
            position: absolute;
            top: 0;
            font-family: DinBold;
            font-size: 14px;
            -webkit-transition: all 0.3s 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
            transition: all 0.3s 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
          .page-contract #page-contract form #pagination .step-pag .name-con .name h2 {
            margin-top: 20px;
            font-family: DinMedium;
            font-size: 18px;
            color: #3f3f39; }
        .page-contract #page-contract form #pagination .step-pag .name-con .squig-anim {
          position: absolute;
          top: 75px;
          left: 0px;
          width: 100%;
          -webkit-transition: all 0.3s 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition: all 0.3s 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
      .page-contract #page-contract form #pagination .step-pag.current .circle .circle-fill {
        -webkit-transform: scale(1.1, 1.1);
                transform: scale(1.1, 1.1); }
      .page-contract #page-contract form #pagination .step-pag.current .name-con {
        height: 72px; }
        .page-contract #page-contract form #pagination .step-pag.current .name-con .name {
          opacity: 1;
          top: 0%;
          left: 0%;
          height: 100%; }
        .page-contract #page-contract form #pagination .step-pag.current .name-con .squig-anim {
          top: 62px; }
    .page-contract #page-contract form #pagination.blue .circle {
      border-color: #199fcf; }
      .page-contract #page-contract form #pagination.blue .circle .circle-fill {
        background: #199fcf; }
    .page-contract #page-contract form #pagination.blue .num {
      color: #199fcf; }
    .page-contract #page-contract form #pagination.blue .current .circle {
      background: #199fcf; }
    .page-contract #page-contract form #pagination.green .circle {
      border-color: #5baa4b; }
      .page-contract #page-contract form #pagination.green .circle .circle-fill {
        background: #5baa4b; }
    .page-contract #page-contract form #pagination.green .num {
      color: #5baa4b; }
    .page-contract #page-contract form #pagination.green .current .circle {
      background: #5baa4b; }
    .page-contract #page-contract form #pagination.lt-green .circle {
      border-color: #bbdfac; }
      .page-contract #page-contract form #pagination.lt-green .circle .circle-fill {
        background: #bbdfac; }
    .page-contract #page-contract form #pagination.lt-green .num {
      color: #bbdfac; }
    .page-contract #page-contract form #pagination.lt-green .current .circle {
      background: #bbdfac; }
    .page-contract #page-contract form #pagination.pink .circle {
      border-color: #c14995; }
      .page-contract #page-contract form #pagination.pink .circle .circle-fill {
        background: #c14995; }
    .page-contract #page-contract form #pagination.pink .num {
      color: #c14995; }
    .page-contract #page-contract form #pagination.pink .current .circle {
      background: #c14995; }
    .page-contract #page-contract form #pagination.orange .circle {
      border-color: #f06d2e; }
      .page-contract #page-contract form #pagination.orange .circle .circle-fill {
        background: #f06d2e; }
    .page-contract #page-contract form #pagination.orange .num {
      color: #f06d2e; }
    .page-contract #page-contract form #pagination.orange .current .circle {
      background: #f06d2e; }
    .page-contract #page-contract form #pagination.red .circle {
      border-color: #c13044; }
      .page-contract #page-contract form #pagination.red .circle .circle-fill {
        background: #c13044; }
    .page-contract #page-contract form #pagination.red .num {
      color: #c13044; }
    .page-contract #page-contract form #pagination.red .current .circle {
      background: #c13044; }
  .page-contract #page-contract form .form-step {
    position: absolute;
    height: 100%;
    width: 100%;
    min-height: 100%;
    overflow: hidden; }
    @media all and (min-width: 768px) {
      .page-contract #page-contract form .form-step {
        overflow-x: hidden; } }
    @media all and (min-width: 1024px) {
      .page-contract #page-contract form .form-step {
        overflow: visible; } }
    .page-contract #page-contract form .form-step input {
      -webkit-appearance: none;
      -moz-appearance: none;
      padding: 40px 0;
      background: none;
      text-transform: uppercase;
      border-bottom: 3px solid #9ae6f5;
      border-right: none;
      border-left: none;
      border-top: none;
      border-radius: 0;
      color: #9ae6f5; }
      .page-contract #page-contract form .form-step input:focus {
        outline: none;
        color: #9ae6f5; }
      .page-contract #page-contract form .form-step input:autofill {
        background: none; }
      .page-contract #page-contract form .form-step input:first-child {
        padding-top: 0px; }
      .page-contract #page-contract form .form-step input::-webkit-input-placeholder {
        text-transform: capitalize;
        color: #9ae6f5;
        opacity: 0.32; }
    .page-contract #page-contract form .form-step .left,
    .page-contract #page-contract form .form-step .right {
      height: 100%; }
      @media all and (min-width: 1024px) {
        .page-contract #page-contract form .form-step .left,
        .page-contract #page-contract form .form-step .right {
          position: relative;
          float: left;
          width: 50%;
          height: 100%; } }
    .page-contract #page-contract form .form-step .left {
      overflow: hidden; }
      .page-contract #page-contract form .form-step .left .section-icon {
        position: absolute;
        z-index: 10;
        left: 25px;
        top: 10px;
        font-size: 35px;
        color: #ffffff; }
        @media all and (min-width: 1024px) {
          .page-contract #page-contract form .form-step .left .section-icon {
            top: 32px;
            left: 40px; } }
      .page-contract #page-contract form .form-step .left .form-step-inner {
        position: absolute;
        z-index: 10;
        width: 80%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: all 0.4s cubic-bezier(0.666, 0, 0.333, 1);
        transition: all 0.4s cubic-bezier(0.666, 0, 0.333, 1); }
        @media all and (min-width: 768px) {
          .page-contract #page-contract form .form-step .left .form-step-inner {
            width: 66%; } }
        @media all and (min-width: 1024px) {
          .page-contract #page-contract form .form-step .left .form-step-inner input {
            font-size: 32px; } }
        .page-contract #page-contract form .form-step .left .form-step-inner .step-title-con {
          position: relative;
          width: 100%;
          height: 100%; }
          .page-contract #page-contract form .form-step .left .form-step-inner .step-title-con .title-45 {
            position: absolute;
            top: 0%;
            left: 0%;
            width: 100%;
            height: 120%; }
            .page-contract #page-contract form .form-step .left .form-step-inner .step-title-con .title-45 img {
              position: absolute;
              z-index: 1; }
            .page-contract #page-contract form .form-step .left .form-step-inner .step-title-con .title-45 .shadow {
              position: absolute; }
        .page-contract #page-contract form .form-step .left .form-step-inner .form-step-options {
          width: 100%; }
          @media all and (min-width: 1024px) {
            .page-contract #page-contract form .form-step .left .form-step-inner .form-step-options {
              width: 80%; } }
        .page-contract #page-contract form .form-step .left .form-step-inner .radiobox {
          margin-left: -10px; }
          @media all and (min-width: 1024px) {
            .page-contract #page-contract form .form-step .left .form-step-inner .radiobox {
              margin-left: -17px; } }
        .page-contract #page-contract form .form-step .left .form-step-inner .radios {
          display: table;
          position: relative;
          margin-bottom: 0px;
          margin-left: 0px;
          padding: 10px;
          width: 100%;
          border-radius: 50px;
          -webkit-transition: background .1s linear;
          transition: background .1s linear; }
          @media all and (min-width: 1024px) {
            .page-contract #page-contract form .form-step .left .form-step-inner .radios {
              padding: 15px 18px; }
              .page-contract #page-contract form .form-step .left .form-step-inner .radios:first-child {
                margin-top: 0%; } }
          .page-contract #page-contract form .form-step .left .form-step-inner .radios .radios-btn {
            position: relative;
            float: left;
            height: 36px;
            font-family: DinBold;
            margin-right: 20px; }
            @media all and (min-width: 768px) {
              .page-contract #page-contract form .form-step .left .form-step-inner .radios .radios-btn {
                height: 45px; } }
            .page-contract #page-contract form .form-step .left .form-step-inner .radios .radios-btn input {
              margin: 0px;
              padding: 15px 0;
              width: 36px;
              height: 36px;
              border: 2px solid;
                border-radius: 30px;
              -webkit-transition: all 0.2s cubic-bezier(0.666, 0, 0.333, 1);
              transition: all 0.2s cubic-bezier(0.666, 0, 0.333, 1); }
              @media all and (min-width: 768px) {
                .page-contract #page-contract form .form-step .left .form-step-inner .radios .radios-btn input {
                  padding: 20px 0;
                  width: 47px;
                  height: 47px;
                  border: 3px solid; } }
              .page-contract #page-contract form .form-step .left .form-step-inner .radios .radios-btn input:checked {
                border-color: #ffffff;
                background: #ffffff; }
            .page-contract #page-contract form .form-step .left .form-step-inner .radios .radios-btn label {
              position: absolute;
              left: 50%;
              color: #ffffff;
              line-height: 36px;
              font-family: steadyregular;
              font-size: 20px;
              -webkit-transform: translate(-50%, 0);
                      transform: translate(-50%, 0);
              text-transform: uppercase;
              -webkit-transition: all 0.2s cubic-bezier(0.666, 0, 0.333, 1);
              transition: all 0.2s cubic-bezier(0.666, 0, 0.333, 1); }
              @media all and (min-width: 768px) {
                .page-contract #page-contract form .form-step .left .form-step-inner .radios .radios-btn label {
                  line-height: 50px;
                  font-size: 30px; } }
              .page-contract #page-contract form .form-step .left .form-step-inner .radios .radios-btn label .icon-check {
                display: none;
                font-size: 30px;
                line-height: 36px; }
                @media all and (min-width: 768px) {
                  .page-contract #page-contract form .form-step .left .form-step-inner .radios .radios-btn label .icon-check {
                    font-size: 40px;
                    line-height: 45px; } }
            .page-contract #page-contract form .form-step .left .form-step-inner .radios .radios-btn input:checked + label .label-num {
              display: none; }
            .page-contract #page-contract form .form-step .left .form-step-inner .radios .radios-btn input:checked + label .icon-check {
              display: block; }
          .page-contract #page-contract form .form-step .left .form-step-inner .radios .title-con {
            float: left;
            width: 62%; }
            .page-contract #page-contract form .form-step .left .form-step-inner .radios .title-con .title-con-inner {
              display: inline-block;
              position: relative; }
              .page-contract #page-contract form .form-step .left .form-step-inner .radios .title-con .title-con-inner h4 {
                font-size: 14px;
                line-height: 20px;
                text-transform: capitalized;
                text-align: left; }
                .page-contract #page-contract form .form-step .left .form-step-inner .radios .title-con .title-con-inner h4 small {
                  font-size: 10px; }
                @media all and (min-width: 1024px) {
                  .page-contract #page-contract form .form-step .left .form-step-inner .radios .title-con .title-con-inner h4 {
                    font-size: 18px; }
                    .page-contract #page-contract form .form-step .left .form-step-inner .radios .title-con .title-con-inner h4 small {
                      font-size: 12px; } }
          .page-contract #page-contract form .form-step .left .form-step-inner .radios:hover {
            cursor: pointer; }
        .page-contract #page-contract form .form-step .left .form-step-inner input {
          width: 100%;
          font-size: 22px; }
          @media all and (min-width: 768px) {
            .page-contract #page-contract form .form-step .left .form-step-inner input {
              font-size: 32px; } }
      .page-contract #page-contract form .form-step .left .mobile-images {
        position: absolute; }
        @media all and (min-width: 1024px) {
          .page-contract #page-contract form .form-step .left .mobile-images {
            display: none; } }
      .page-contract #page-contract form .form-step .left .left-back-cover-static,
      .page-contract #page-contract form .form-step .left .left-back-cover {
        position: absolute;
        top: 0;
        left: 0%;
        width: 100%;
        height: 100%;
        -webkit-perspective: 1000;
                perspective: 1000;
        -webkit-transition: all 0.4s 0.5s cubic-bezier(0.666, 0, 0.333, 1);
        transition: all 0.4s 0.5s cubic-bezier(0.666, 0, 0.333, 1); }
      @media all and (min-width: 1024px) {
        .page-contract #page-contract form .form-step .left .left-back-cover {
          left: -100%; } }
    .page-contract #page-contract form .form-step .right {
      display: none; }
      @media all and (min-width: 1024px) {
        .page-contract #page-contract form .form-step .right {
          display: block; } }
      .page-contract #page-contract form .form-step .right .floating-fnv {
        position: absolute;
        z-index: 999;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        -webkit-perspective: 1000;
                perspective: 1000;
        -webkit-transition: all 777ms 6ms cubic-bezier(0.33, 1.38, 0.555, 1.005);
        transition: all 777ms 6ms cubic-bezier(0.33, 1.38, 0.555, 1.005); }
        .page-contract #page-contract form .form-step .right .floating-fnv .banana-box {
          position: absolute;
          background: url(dist/images/join/apple.png);
            background-size: 100%;
            background-repeat: no-repeat; }
        .page-contract #page-contract form .form-step .right .floating-fnv .floating-delay {
          position: absolute;
          top: 120%;
          width: 100%;
          height: 100%;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden;
          -webkit-perspective: 1000;
                  perspective: 1000;
          -webkit-transition: all 666ms 555ms cubic-bezier(0.33, 1.38, 0.555, 1.005);
          transition: all 666ms 555ms cubic-bezier(0.33, 1.38, 0.555, 1.005); }
      .page-contract #page-contract form .form-step .right.visited .floating-fnv {
        top: 0% !important; }
        .page-contract #page-contract form .form-step .right.visited .floating-fnv .floating-delay {
          top: 0% !important; }
    .page-contract #page-contract form .form-step .cta-btn-arr,
    .page-contract #page-contract form .form-step #name-trigger,
    .page-contract #page-contract form .form-step .the-vow-btn {
      position: absolute;
      opacity: 0;
      z-index: 1000;
      left: 50%;
      padding: 15px 30px;
      bottom: -10%;
      width: auto;
      white-space: nowrap;
      background: #fff26b;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      -webkit-transition: all 0.4s cubic-bezier(0.666, 0, 0.333, 1);
      transition: all 0.4s cubic-bezier(0.666, 0, 0.333, 1); }
      @media all and (min-width: 768px) {
        .page-contract #page-contract form .form-step .cta-btn-arr,
        .page-contract #page-contract form .form-step #name-trigger,
        .page-contract #page-contract form .form-step .the-vow-btn {
          width: auto;
          padding: 30px 60px; } }
      .page-contract #page-contract form .form-step .cta-btn-arr.not-ready,
      .page-contract #page-contract form .form-step #name-trigger.not-ready,
      .page-contract #page-contract form .form-step .the-vow-btn.not-ready {
        pointer-events: none;
        opacity: 0; }
      .page-contract #page-contract form .form-step .cta-btn-arr.ready,
      .page-contract #page-contract form .form-step #name-trigger.ready,
      .page-contract #page-contract form .form-step .the-vow-btn.ready {
        pointer-events: auto;
        opacity: 0; }
    .page-contract #page-contract form .form-step #name-trigger {
      bottom: -10%; }
  .page-contract #page-contract form .current .left .left-back-cover {
    left: 0%; }
  .page-contract #page-contract form .current .cta-btn-arr,
  .page-contract #page-contract form .current #name-trigger,
  .page-contract #page-contract form .current .the-vow-btn {
    opacity: 1; }
    .page-contract #page-contract form .current .cta-btn-arr.not-ready,
    .page-contract #page-contract form .current #name-trigger.not-ready,
    .page-contract #page-contract form .current .the-vow-btn.not-ready {
      opacity: 0; }
    .page-contract #page-contract form .current .cta-btn-arr.ready,
    .page-contract #page-contract form .current #name-trigger.ready,
    .page-contract #page-contract form .current .the-vow-btn.ready {
      opacity: 1;
      bottom: 5%;
      -webkit-animation: bouncey 0.6s cubic-bezier(0.666, 0, 0.333, 1) infinite;
              animation: bouncey 0.6s cubic-bezier(0.666, 0, 0.333, 1) infinite; }
  .page-contract #page-contract form #step1 {
    top: 0;
    background: #9ae6f5; }
    .page-contract #page-contract form #step1 .left .section-icon {
      color: #9ae6f5; }
    .page-contract #page-contract form #step1 .left .line-anim {
      display: none;
      position: absolute; }
      .page-contract #page-contract form #step1 .left .line-anim .anim-bar {
        position: relative;
        top: 0;
        left: 0;
        width: 100px;
        height: 4px;
        overflow: hidden;
        -webkit-transform: rotate(-40deg);
                transform: rotate(-40deg);
        border-radius: 4px; }
        .page-contract #page-contract form #step1 .left .line-anim .anim-bar .inner-bar {
          position: absolute;
          left: -100px;
          width: 100px;
          height: 100%;
          background: #1186bb;
          border-radius: 4px;
          -webkit-transform-origin: center right;
                  transform-origin: center right;
          -webkit-transition: all .6s .8s ease-in;
          transition: all .6s .8s ease-in; }
    .page-contract #page-contract form #step1 .left .form-step-inner {
      top: 45%;
      height: 30%;
      overflow: visible; }
      @media all and (min-width: 768px) {
        .page-contract #page-contract form #step1 .left .form-step-inner {
          top: 50%;
          height: 50%; } }
      .page-contract #page-contract form #step1 .left .form-step-inner .step-title-con {
        top: 0%;
        left: 0%;
        -webkit-animation: step1-diagonal-slideout .1s ease-in-out;
                animation: step1-diagonal-slideout .1s ease-in-out;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }
        .page-contract #page-contract form #step1 .left .form-step-inner .step-title-con .title-45 .shadow {
          position: absolute;
          width: 71.9%;
          height: 200%;
          -webkit-transform: rotate(52deg) skewY(-39deg);
                  transform: rotate(52deg) skewY(-39deg);
            -webkit-transform-origin: top left;
                    transform-origin: top left;
          background: #1186bb; }
      .page-contract #page-contract form #step1 .left .form-step-inner #first-name {
        opacity: 0;
        position: absolute;
        top: 50%;
        padding-bottom: 20px;
        font-family: DinReg;
        -webkit-transition: all 333ms 1s cubic-bezier(0.666, 0, 0.333, 1);
        transition: all 333ms 1s cubic-bezier(0.666, 0, 0.333, 1); }
        @media all and (min-width: 768px) {
          .page-contract #page-contract form #step1 .left .form-step-inner #first-name {
            padding-bottom: 40px; } }
      .page-contract #page-contract form #step1 .left .form-step-inner .asterik {
        display: block;
        position: absolute;
        top: 74%;
        right: 0;
        color: #9ae6f5; }
        @media all and (min-width: 768px) {
          .page-contract #page-contract form #step1 .left .form-step-inner .asterik {
            top: 64%; } }
    .page-contract #page-contract form #step1 .left #m-banana-1 {
      z-index: 999;
      top: -23%;
      left: -55%;
      width: 34%;
      height: 100%;
      background: url(dist/images/join/single-banana.png);
        background-size: 100%;
        background-repeat: no-repeat;
      -webkit-transform: scaleX(-1) rotate(-65deg);
              transform: scaleX(-1) rotate(-65deg);
        transform-filter: FlipH; }
      @media all and (min-width: 768px) {
        .page-contract #page-contract form #step1 .left #m-banana-1 {
          top: -18%;
          left: -40%; } }
    .page-contract #page-contract form #step1 .left #m-banana-2 {
      z-index: 1;
      top: -3%;
      left: 60%;
      width: 160px;
      height: 128px;
      background: url(dist/images/join/bunch-banana.png);
        background-size: 100%;
        background-repeat: no-repeat; }
      @media all and (min-width: 768px) {
        .page-contract #page-contract form #step1 .left #m-banana-2 {
          top: 10%;
          left: 70%; } }
    .page-contract #page-contract form #step1 .left #m-banana-3 {
      z-index: 999;
      bottom: -63%;
      left: 50%;
      width: 50%;
      height: 100%;
      background: url(dist/images/join/single-banana.png);
        background-size: 100%;
        background-repeat: no-repeat; }
      @media all and (min-width: 768px) {
        .page-contract #page-contract form #step1 .left #m-banana-3 {
          bottom: -53%;
          left: 55%; } }
    .page-contract #page-contract form #step1 .left .left-back-cover {
      -webkit-transition-delay: .6s !important;
              transition-delay: .6s !important; }
    .page-contract #page-contract form #step1 .right .floating-fnv {
      top: 115%; }
      .page-contract #page-contract form #step1 .right .floating-fnv #banana-1 {
        z-index: 1;
        top: 48%;
        left: -29%;
        width: 45%;
        height: 100%;
        -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
        transition: all cubic-bezier(0.666, 0, 0.333, 1);
        background: url(dist/images/join/single-banana.png);
          background-size: 100%;
          background-repeat: no-repeat;
        -webkit-animation: floating 4s ease-in-out infinite;
                animation: floating 4s ease-in-out infinite; }
      .page-contract #page-contract form #step1 .right .floating-fnv #banana-2 {
        top: 15%;
        left: 40%;
        width: 40%;
        height: 100%;
        -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
        transition: all cubic-bezier(0.666, 0, 0.333, 1);
        background: url(dist/images/join/bunch-banana.png);
          background-size: 100%;
          background-repeat: no-repeat;
        -webkit-animation: floating-slow 5s ease-in-out infinite;
                animation: floating-slow 5s ease-in-out infinite; }
      .page-contract #page-contract form #step1 .right .floating-fnv #banana-3 {
        top: -10%;
        left: 14%;
        width: 31%;
        height: 100%;
        -webkit-transform: scaleX(-1);
                transform: scaleX(-1);
        -webkit-filter: FlipH;
                filter: FlipH;
        -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
        transition: all cubic-bezier(0.666, 0, 0.333, 1);
        background: url(dist/images/join/single-banana.png);
          background-size: 100%;
          background-repeat: no-repeat;
        -webkit-animation: floating-banana-3 4s ease-in-out infinite;
                animation: floating-banana-3 4s ease-in-out infinite; }
      .page-contract #page-contract form #step1 .right .floating-fnv #banana-4 {
        top: 53%;
        left: 31%;
        width: 42%;
        height: 100%;
        -webkit-transform: rotate(60deg);
                transform: rotate(60deg);
        -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
        transition: all cubic-bezier(0.666, 0, 0.333, 1);
        background: url(dist/images/join/bunch-banana.png);
          background-size: 100%;
          background-repeat: no-repeat;
        -webkit-animation: floating-banana-4 4s ease-in-out infinite;
                animation: floating-banana-4 4s ease-in-out infinite; }
      .page-contract #page-contract form #step1 .right .floating-fnv #asparagus-1 {
        top: -27%;
        left: 11%;
        width: 10%;
        height: 100%;
        -webkit-transform: rotate(50deg);
                transform: rotate(50deg);
        -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
        transition: all cubic-bezier(0.666, 0, 0.333, 1);
        background: url(dist/images/join/asparagus.png);
          background-size: 100%;
          background-repeat: no-repeat;
        -webkit-animation: floating-slow-1 6s ease-in-out infinite;
                animation: floating-slow-1 6s ease-in-out infinite; }
      .page-contract #page-contract form #step1 .right .floating-fnv #asparagus-2 {
        top: -61%;
        left: 111%;
        width: 11%;
        height: 100%;
        -webkit-transform: rotate(-120deg) scaleX(-1);
                transform: rotate(-120deg) scaleX(-1);
        -webkit-transform-origin: center center;
                transform-origin: center center;
        -webkit-filter: FlipH;
                filter: FlipH;
        -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
        transition: all cubic-bezier(0.666, 0, 0.333, 1);
        background: url(dist/images/join/asparagus.png);
          background-size: 100%;
          background-repeat: no-repeat; }
      .page-contract #page-contract form #step1 .right .floating-fnv #asparagus-3 {
        top: 35%;
        left: 10%;
        width: 8%;
        height: 100%;
        -webkit-transform: rotate(20deg);
                transform: rotate(20deg);
        -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
        transition: all cubic-bezier(0.666, 0, 0.333, 1);
        background: url(dist/images/join/asparagus.png);
          background-size: 100%;
          background-repeat: no-repeat;
        -webkit-animation: floating-asparagus-3 4s ease-in-out infinite;
                animation: floating-asparagus-3 4s ease-in-out infinite; }
      .page-contract #page-contract form #step1 .right .floating-fnv #asparagus-4 {
        top: 50%;
        left: 62%;
        width: 10%;
        height: 100%;
        -webkit-transform: rotate(-23deg);
                transform: rotate(-23deg);
        -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
        transition: all cubic-bezier(0.666, 0, 0.333, 1);
        background: url(dist/images/join/asparagus.png);
          background-size: 100%;
          background-repeat: no-repeat;
        -webkit-animation: floating-asparagus-4 6s ease-in-out infinite;
                animation: floating-asparagus-4 6s ease-in-out infinite; }
    .page-contract #page-contract form #step1 #name-trigger {
      color: #199fcf; }
    .page-contract #page-contract form #step1 .left-back-cover {
      background: #199fcf; }
    .page-contract #page-contract form #step1.current .left .form-step-inner .step-title-con {
      top: 115%;
      left: -130%;
      -webkit-animation: step1-diagonal-slide .3s .5s ease-in-out;
              animation: step1-diagonal-slide .3s .5s ease-in-out;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    .page-contract #page-contract form #step1.current .left .form-step-inner #first-name {
      opacity: 1; }
    .page-contract #page-contract form #step1.current .right .floating-fnv .floating-delay {
      top: 0; }
  .page-contract #page-contract form #name-in-lights {
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1010;
    -webkit-filter: blur(100%);
            filter: blur(100%);
    background: rgba(0, 0, 0, 0.9);
    pointer-events: none;
    -webkit-transition: all 0.3s cubic-bezier(0.666, 0, 0.333, 1);
    transition: all 0.3s cubic-bezier(0.666, 0, 0.333, 1); }
    .page-contract #page-contract form #name-in-lights.show {
      pointer-events: auto; }
    .page-contract #page-contract form #name-in-lights #name-con {
      position: relative;
      width: 100%;
      height: 100%; }
      .page-contract #page-contract form #name-in-lights #name-con #name-inner {
        opacity: 0;
        position: absolute;
        top: 100%;
        width: 100%;
        height: 50%;
        -webkit-transform: translate3d(0, -50%, 0);
                transform: translate3d(0, -50%, 0);
        -webkit-transition: all 666ms cubic-bezier(0.33, 1.38, 0.555, 1.005);
        transition: all 666ms cubic-bezier(0.33, 1.38, 0.555, 1.005); }
        .page-contract #page-contract form #name-in-lights #name-con #name-inner #font-top,
        .page-contract #page-contract form #name-in-lights #name-con #name-inner #font-bottom {
          position: absolute;
          left: 50%;
          top: 50%;
          width: 100%;
          -webkit-transform: translate3d(-50%, 0, 0);
                  transform: translate3d(-50%, 0, 0);
          font-size: 50px;
          line-height: 0; }
          @media all and (min-width: 768px) {
            .page-contract #page-contract form #name-in-lights #name-con #name-inner #font-top,
            .page-contract #page-contract form #name-in-lights #name-con #name-inner #font-bottom {
              font-size: 130px; } }
          @media all and (min-width: 1024px) {
            .page-contract #page-contract form #name-in-lights #name-con #name-inner #font-top,
            .page-contract #page-contract form #name-in-lights #name-con #name-inner #font-bottom {
              font-size: 200px; } }
        .page-contract #page-contract form #name-in-lights #name-con #name-inner #font-top {
          z-index: 1;
          font-family: BudmoJiggler-Regular;
          color: #fff26b; }
        .page-contract #page-contract form #name-in-lights #name-con #name-inner #font-bottom {
          text-align: center;
          font-family: BudmoSolid-Regular;
          color: #ffffff;
          text-shadow: 0 0 24px rgba(254, 241, 107, 0.75); }
        .page-contract #page-contract form #name-in-lights #name-con #name-inner #discuss-con {
          position: absolute;
          bottom: -20%;
          left: 50%;
          width: 80%;
          -webkit-transform: translate(-50%, 0);
                  transform: translate(-50%, 0); }
          .page-contract #page-contract form #name-in-lights #name-con #name-inner #discuss-con h3 {
            font-size: 21px;
            line-height: 28px;
            text-align: center;
            color: #afafad; }
            @media all and (min-width: 768px) {
              .page-contract #page-contract form #name-in-lights #name-con #name-inner #discuss-con h3 {
                font-size: 36px;
                line-height: 44px; } }
    .page-contract #page-contract form #name-in-lights #spotlights {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url(dist/images/join/join-spotlights.png);
        background-size: 100% 100%; }
    .page-contract #page-contract form #name-in-lights #overlay-close {
      background: #373732;
      color: #afafad;
      -webkit-transition-delay: 333ms;
              transition-delay: 333ms; }
      .page-contract #page-contract form #name-in-lights #overlay-close:after {
        border-top: 10px solid #373732; }
    .page-contract #page-contract form #name-in-lights.current #name-con #name-inner {
      opacity: 1;
      top: 46% !important; }
  .page-contract #page-contract form #step2 {
    top: 100%;
    background: #bbdfac; }
    .page-contract #page-contract form #step2 .left {
      color: #ffffff; }
      .page-contract #page-contract form #step2 .left .section-icon {
        color: #bbdfac; }
      .page-contract #page-contract form #step2 .left .form-step-inner {
        top: 43%;
        height: 67%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        overflow: visible; }
        @media all and (min-width: 1024px) {
          .page-contract #page-contract form #step2 .left .form-step-inner {
            top: 50%;
            min-height: 542px; } }
        .page-contract #page-contract form #step2 .left .form-step-inner .step-copy,
        .page-contract #page-contract form #step2 .left .form-step-inner .form-step-options {
          opacity: 0;
          -webkit-transition: all 333ms 1s cubic-bezier(0.666, 0, 0.333, 1);
          transition: all 333ms 1s cubic-bezier(0.666, 0, 0.333, 1); }
        .page-contract #page-contract form #step2 .left .form-step-inner .step-copy {
          display: none;
          position: absolute;
          top: 0%;
          width: 90%; }
          @media all and (min-width: 1024px) {
            .page-contract #page-contract form #step2 .left .form-step-inner .step-copy {
              display: block; } }
        .page-contract #page-contract form #step2 .left .form-step-inner .step-title-con {
          top: 0;
          -webkit-animation: step1-diagonal-slideout .3s ease-in-out;
                  animation: step1-diagonal-slideout .3s ease-in-out;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards; }
          .page-contract #page-contract form #step2 .left .form-step-inner .step-title-con .title-45 {
            top: 24%; }
            .page-contract #page-contract form #step2 .left .form-step-inner .step-title-con .title-45 .shadow {
              position: absolute;
              top: 0;
              left: 0;
              width: 68.2%;
              height: 200%;
              -webkit-transform: rotate(52deg) skewY(-46.6deg);
                      transform: rotate(52deg) skewY(-46.6deg);
                -webkit-transform-origin: top left;
                        transform-origin: top left;
              background: #419432; }
        .page-contract #page-contract form #step2 .left .form-step-inner .form-step-options {
          position: absolute;
          z-index: 10;
          top: 50%; }
          .page-contract #page-contract form #step2 .left .form-step-inner .form-step-options .radios .radios-btn {
            margin-right: 20px; }
            .page-contract #page-contract form #step2 .left .form-step-inner .form-step-options .radios .radios-btn input {
              border-color: #bbdfac; }
              @media all and (min-width: 1024px) {
                .page-contract #page-contract form #step2 .left .form-step-inner .form-step-options .radios .radios-btn input {
                  font-size: 32px; } }
              .page-contract #page-contract form #step2 .left .form-step-inner .form-step-options .radios .radios-btn input:checked {
                border-color: #ffffff; }
            .page-contract #page-contract form #step2 .left .form-step-inner .form-step-options .radios .radios-btn label .icon-check {
              color: #419432; }
          .page-contract #page-contract form #step2 .left .form-step-inner .form-step-options .radios h4 {
            line-height: 36px;
            white-space: nowrap;
            color: #bbdfac;
            -webkit-transition: color 0.2s cubic-bezier(0.666, 0, 0.333, 1);
            transition: color 0.2s cubic-bezier(0.666, 0, 0.333, 1); }
            @media all and (min-width: 768px) {
              .page-contract #page-contract form #step2 .left .form-step-inner .form-step-options .radios h4 {
                font-size: 18px;
                line-height: 45px; } }
          .page-contract #page-contract form #step2 .left .form-step-inner .form-step-options .radios:first-child {
            margin-top: 0%; }
          .page-contract #page-contract form #step2 .left .form-step-inner .form-step-options .radios:hover {
            background: #73bf64; }
            .page-contract #page-contract form #step2 .left .form-step-inner .form-step-options .radios:hover .radios-btn input {
              border-color: #ffffff; }
              .page-contract #page-contract form #step2 .left .form-step-inner .form-step-options .radios:hover .radios-btn input label {
                color: #ffffff; }
            .page-contract #page-contract form #step2 .left .form-step-inner .form-step-options .radios:hover h4 {
              color: #ffffff; }
          .page-contract #page-contract form #step2 .left .form-step-inner .form-step-options .tooltip {
            opacity: 1;
            position: absolute;
            top: 80%;
            left: 68%;
            width: 46%;
            -webkit-transform: all 0.3s cubic-bezier(0.666, 0, 0.333, 1);
                    transform: all 0.3s cubic-bezier(0.666, 0, 0.333, 1); }
            @media all and (min-width: 768px) {
              .page-contract #page-contract form #step2 .left .form-step-inner .form-step-options .tooltip {
                top: 90%;
                left: 100%; } }
      .page-contract #page-contract form #step2 .left p {
        padding-bottom: 200px; }
      .page-contract #page-contract form #step2 .left #m-orange-1 {
        z-index: 1;
        top: 8%;
        left: 14%;
        width: 23%;
        height: 100%;
        background: url(dist/images/join/orange.png);
          background-size: 100%;
          background-repeat: no-repeat; }
      .page-contract #page-contract form #step2 .left #m-zucchini-1 {
        z-index: 1;
        top: 27%;
        left: 55%;
        width: 21%;
        height: 100%;
        background: url(dist/images/join/zucchini-slice.png);
          background-size: 100%;
          background-repeat: no-repeat;
        -webkit-transform-origin: top center;
                transform-origin: top center;
        -webkit-transform: rotate(-95deg);
                transform: rotate(-95deg); }
      .page-contract #page-contract form #step2 .left #m-zucchini-2 {
        z-index: 1;
        top: 77%;
        left: 25%;
        width: 21%;
        height: 100%;
        background: url(dist/images/join/zucchini.png);
          background-size: 100%;
          background-repeat: no-repeat;
        -webkit-transform-origin: top center;
                transform-origin: top center;
        -webkit-transform: rotate(-95deg);
                transform: rotate(-95deg); }
      .page-contract #page-contract form #step2 .left .left-back-cover {
        background: #5baa4b; }
    .page-contract #page-contract form #step2 .right .floating-fnv {
      top: 100%;
      -webkit-transition-delay: 222ms;
              transition-delay: 222ms; }
      .page-contract #page-contract form #step2 .right .floating-fnv #zucchini-1 {
        z-index: 1;
        top: 20%;
        left: -3%;
        width: 25%;
        height: 100%;
        -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
        transition: all cubic-bezier(0.666, 0, 0.333, 1);
        background: url(dist/images/join/zucchini.png);
          background-size: 100%;
          background-repeat: no-repeat;
        -webkit-animation: floating 4s ease-in-out infinite;
                animation: floating 4s ease-in-out infinite; }
      .page-contract #page-contract form #step2 .right .floating-fnv #zucchini-2 {
        top: -24%;
        left: 62%;
        width: 20%;
        height: 100%;
        -webkit-transform: rotate(45deg) scaleX(-1);
                transform: rotate(45deg) scaleX(-1);
        -webkit-transform-origin: center center;
                transform-origin: center center;
        -webkit-filter: FlipH;
                filter: FlipH;
        -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
        transition: all cubic-bezier(0.666, 0, 0.333, 1);
        background: url(dist/images/join/zucchini.png);
          background-size: 100%;
          background-repeat: no-repeat;
        -webkit-animation: floating-rotate-45 6s ease-in-out infinite;
                animation: floating-rotate-45 6s ease-in-out infinite; }
      .page-contract #page-contract form #step2 .right .floating-fnv #zucchini-slice-1 {
        top: 63%;
        left: 30%;
        width: 19%;
        height: 100%;
        -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
        transition: all cubic-bezier(0.666, 0, 0.333, 1);
        background: url(dist/images/join/zucchini-slice.png);
          background-size: 100%;
          background-repeat: no-repeat;
        -webkit-animation: floating-slow 3s ease-in-out infinite;
                animation: floating-slow 3s ease-in-out infinite; }
      .page-contract #page-contract form #step2 .right .floating-fnv #zucchini-slice-2 {
        top: -2%;
        left: 81%;
        width: 17%;
        height: 100%;
        -webkit-transform: rotate(-15deg);
                transform: rotate(-15deg);
        -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
        transition: all cubic-bezier(0.666, 0, 0.333, 1);
        background: url(dist/images/join/zucchini-slice.png);
          background-size: 100%;
          background-repeat: no-repeat; }
      .page-contract #page-contract form #step2 .right .floating-fnv #zucchini-slice-3 {
        top: 76%;
        left: 57%;
        width: 18%;
        height: 100%;
        -webkit-transform: rotate(-25deg);
                transform: rotate(-25deg);
        -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
        transition: all cubic-bezier(0.666, 0, 0.333, 1);
        background: url(dist/images/join/zucchini-slice.png);
          background-size: 100%;
          background-repeat: no-repeat;
        -webkit-animation: floating-rotate-25 4s ease-in-out infinite;
                animation: floating-rotate-25 4s ease-in-out infinite; }
      .page-contract #page-contract form #step2 .right .floating-fnv #orange-1 {
        top: 33%;
        left: 39%;
        width: 30%;
        height: 100%;
        -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
        transition: all cubic-bezier(0.666, 0, 0.333, 1);
        background: url(dist/images/join/orange.png);
          background-size: 100%;
          background-repeat: no-repeat;
        -webkit-animation: floating-slow 7s ease-in-out infinite;
                animation: floating-slow 7s ease-in-out infinite; }
      .page-contract #page-contract form #step2 .right .floating-fnv #orange-2 {
        top: 74%;
        left: 34%;
        width: 24%;
        height: 100%;
        -webkit-transform: rotate(-25deg);
                transform: rotate(-25deg);
        -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
        transition: all cubic-bezier(0.666, 0, 0.333, 1);
        background: url(dist/images/join/orange.png);
          background-size: 100%;
          background-repeat: no-repeat;
        -webkit-animation: floating-orange-2 4s ease-in-out infinite;
                animation: floating-orange-2 4s ease-in-out infinite; }
      .page-contract #page-contract form #step2 .right .floating-fnv #orange-3 {
        top: -13%;
        left: 58%;
        width: 24%;
        height: 100%;
        -webkit-transform: rotate(-72deg);
                transform: rotate(-72deg);
        -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
        transition: all cubic-bezier(0.666, 0, 0.333, 1);
        background: url(dist/images/join/orange.png);
          background-size: 100%;
          background-repeat: no-repeat;
        -webkit-animation: floating-orange-3 5s ease-in-out infinite;
                animation: floating-orange-3 5s ease-in-out infinite; }
    .page-contract #page-contract form #step2 .cta-btn-arr {
      color: #5baa4b; }
    .page-contract #page-contract form #step2.current .left .form-step-inner .step-copy,
    .page-contract #page-contract form #step2.current .left .form-step-inner .form-step-options {
      opacity: 1; }
    .page-contract #page-contract form #step2.current .left .form-step-inner .step-title-con {
      top: 0%;
      left: -130%;
      -webkit-animation: step1-diagonal-slide .3s .3s ease-in-out;
              animation: step1-diagonal-slide .3s .3s ease-in-out;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    .page-contract #page-contract form #step2.current .right .floating-fnv {
      top: 0%; }
      .page-contract #page-contract form #step2.current .right .floating-fnv .floating-delay {
        top: 0%; }
  .page-contract #page-contract form #step3 {
    top: 200%;
    background: #edbadd; }
    .page-contract #page-contract form #step3 .left .section-icon {
      color: #edbadd; }
    .page-contract #page-contract form #step3 .left .form-step-inner {
      top: 40%;
      height: 50%;
      overflow: visible; }
      .page-contract #page-contract form #step3 .left .form-step-inner .step-title-con {
        top: 30%;
        -webkit-animation: step3-diagonal-slideout .3s ease-in-out;
                animation: step3-diagonal-slideout .3s ease-in-out;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }
        .page-contract #page-contract form #step3 .left .form-step-inner .step-title-con .title-45 .shadow {
          position: absolute;
          top: 2.5%;
          left: 0%;
          width: 81.8%;
          height: 200%;
          -webkit-transform: rotate(52deg) skewY(-27.6deg);
                  transform: rotate(52deg) skewY(-27.6deg);
            -webkit-transform-origin: top left;
                    transform-origin: top left;
          background: #af398b; }
    .page-contract #page-contract form #step3 .left #m-jessica {
      z-index: 1;
      top: 5%;
      left: 8%;
      width: 35%;
      height: 100%;
      background: url(dist/images/join/jessica-circle.png);
        background-size: 100%;
        background-repeat: no-repeat; }
    .page-contract #page-contract form #step3 .left #m-kristen {
      z-index: 1;
      top: 65%;
      right: 5%;
      width: 35%;
      height: 100%;
      background: url(dist/images/join/kristen-circle.png);
        background-size: 100%;
        background-repeat: no-repeat; }
    .page-contract #page-contract form #step3 .left #m-cam {
      z-index: 1;
      top: 8%;
      right: 15%;
      width: 35%;
      height: 100%;
      background: url(dist/images/join/cam-circle.png);
        background-size: 100%;
        background-repeat: no-repeat; }
    .page-contract #page-contract form #step3 .left .left-back-cover {
      background: #c14995; }
    .page-contract #page-contract form #step3 .right .floating-fnv {
      top: 100%;
      -webkit-transition-delay: 333ms;
              transition-delay: 333ms; }
      .page-contract #page-contract form #step3 .right .floating-fnv #phone-contacts-1 {
        position: absolute;
        top: -29%;
        left: 5%;
        width: 390px;
        height: 433px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: center center;
                transform-origin: center center;
        -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
        transition: all cubic-bezier(0.666, 0, 0.333, 1);
        background: url(dist/images/join/phone-contacts.png);
          background-size: 100%;
          background-repeat: no-repeat;
        -webkit-animation: floating-rotate-45 5s ease-in-out infinite;
                animation: floating-rotate-45 5s ease-in-out infinite; }
      .page-contract #page-contract form #step3 .right .floating-fnv #phone-contacts-main {
        position: absolute;
        top: 20%;
        left: 20%;
        width: 482px;
        height: 591px;
        -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
        transition: all cubic-bezier(0.666, 0, 0.333, 1);
        background: url(dist/images/join/phone-contacts.png);
          background-size: 100%;
          background-repeat: no-repeat;
        -webkit-animation: floating 4s ease-in-out infinite;
                animation: floating 4s ease-in-out infinite; }
      .page-contract #page-contract form #step3 .right .floating-fnv #phone-contacts-2 {
        position: absolute;
        top: 77%;
        left: 60%;
        width: 390px;
        height: 433px;
        -webkit-transform: rotate(-50deg);
                transform: rotate(-50deg);
        -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
        transition: all cubic-bezier(0.666, 0, 0.333, 1);
        background: url(dist/images/join/phone-contacts.png);
          background-size: 100%;
          background-repeat: no-repeat;
        -webkit-animation: floating-slow-50 7s ease-in-out infinite;
                animation: floating-slow-50 7s ease-in-out infinite; }
    .page-contract #page-contract form #step3 .cta-btn-arr {
      color: #c14995; }
    .page-contract #page-contract form #step3.current .left .form-step-inner .step-title-con {
      top: 150%;
      left: -130%;
      -webkit-animation: step3-diagonal-slide .3s .3s ease-in-out;
              animation: step3-diagonal-slide .3s .3s ease-in-out;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    .page-contract #page-contract form #step3.current .right .floating-fnv {
      top: 0%; }
      .page-contract #page-contract form #step3.current .right .floating-fnv .floating-delay {
        top: 0%; }
  .page-contract #page-contract form #step3a {
    top: 300%;
    background: #edbadd; }
    @media all and (min-width: 1024px) {
      .page-contract #page-contract form #step3a {
        display: block; } }
    .page-contract #page-contract form #step3a .left .section-icon {
      color: #edbadd; }
    .page-contract #page-contract form #step3a .left .form-step-inner {
      top: 50%;
      height: 50%;
      overflow: visible; }
      .page-contract #page-contract form #step3a .left .form-step-inner .step-title-con {
        top: 30%;
        -webkit-animation: step3-diagonal-slideout .3s ease-in-out;
                animation: step3-diagonal-slideout .3s ease-in-out;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }
        .page-contract #page-contract form #step3a .left .form-step-inner .step-title-con .title-45 .shadow {
          position: absolute;
          top: 0;
          left: 0;
          width: 59.4%;
          height: 200%;
          -webkit-transform: rotate(52deg) skewY(-35.4deg);
                  transform: rotate(52deg) skewY(-35.4deg);
            -webkit-transform-origin: top left;
                    transform-origin: top left;
          background: #af398b; }
      .page-contract #page-contract form #step3a .left .form-step-inner #results-badge {
        position: absolute;
        top: -15%;
        left: 55%;
        width: 60px;
        height: 60px;
        background: url(dist/images/join/results-may-vary.png);
          background-size: 100%;
          background-repeat: no-repeat;
        -webkit-transform: rotate(0deg) scale(0, 0);
                transform: rotate(0deg) scale(0, 0); }
        @media all and (min-width: 1024px) {
          .page-contract #page-contract form #step3a .left .form-step-inner #results-badge {
            top: -19%;
            left: 50%;
            width: 110px;
            height: 110px; } }
    .page-contract #page-contract form #step3a .left .left-back-cover-static {
      background: #c14995; }
    .page-contract #page-contract form #step3a .right .floating-fnv {
      top: 100%;
      -webkit-transition-delay: 333ms;
              transition-delay: 333ms; }
      .page-contract #page-contract form #step3a .right .floating-fnv #phone {
        position: relative;
        top: 50%;
        left: 23%;
        width: 300px;
        height: 605px;
        -webkit-transform: translate3d(0, -50%, 0);
                transform: translate3d(0, -50%, 0);
        -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
        transition: all cubic-bezier(0.666, 0, 0.333, 1);
        background: url(dist/images/join/phone.png);
          background-size: 100%;
          background-repeat: no-repeat;
        -webkit-animation: floating-phone 4s ease-in-out infinite;
                animation: floating-phone 4s ease-in-out infinite; }
        .page-contract #page-contract form #step3a .right .floating-fnv #phone .phone-vid video {
          display: none;
          position: absolute;
          width: 85%;
          height: auto;
          top: 11.8%;
          left: 4.8%; }
          .page-contract #page-contract form #step3a .right .floating-fnv #phone .phone-vid video::-webkit-media-controls {
            opacity: 0 !important; }
          .page-contract #page-contract form #step3a .right .floating-fnv #phone .phone-vid video.show {
            display: block; }
    .page-contract #page-contract form #step3a .cta-btn-arr {
      color: #c14995; }
    .page-contract #page-contract form #step3a.current .left .form-step-inner .step-title-con {
      top: 30%;
      left: -130%;
      -webkit-animation: step3-diagonal-slide .3s .3s ease-in-out forwards;
              animation: step3-diagonal-slide .3s .3s ease-in-out forwards; }
    .page-contract #page-contract form #step3a.current .left .form-step-inner #results-badge {
      -webkit-animation: full-spin-in 0.7s 1s cubic-bezier(0.666, 0, 0.333, 1) 1 forwards;
              animation: full-spin-in 0.7s 1s cubic-bezier(0.666, 0, 0.333, 1) 1 forwards; }
    .page-contract #page-contract form #step3a.current .right .floating-fnv {
      top: 0%; }
  .page-contract #page-contract form #step4 {
    top: 400%;
    background: #fbcf7b; }
    .page-contract #page-contract form #step4 .left .section-icon {
      color: #fbcf7b; }
    .page-contract #page-contract form #step4 .left .form-step-inner {
      top: 40%;
      height: 50%;
      overflow: visible; }
      @media all and (min-width: 1024px) {
        .page-contract #page-contract form #step4 .left .form-step-inner {
          min-height: 632px; } }
      .page-contract #page-contract form #step4 .left .form-step-inner .step-title-con {
        top: 30%;
        -webkit-animation: step3-diagonal-slideout .3s ease-in-out;
                animation: step3-diagonal-slideout .3s ease-in-out;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }
        .page-contract #page-contract form #step4 .left .form-step-inner .step-title-con .title-45 .shadow {
          position: absolute;
          top: 3.4%;
          left: 1%;
          width: 76.4%;
          height: 200%;
          -webkit-transform: rotate(52deg) skewY(-35.4deg);
                  transform: rotate(52deg) skewY(-35.4deg);
            -webkit-transform-origin: top left;
                    transform-origin: top left;
          background: #d85421; }
          @media all and (min-width: 768px) {
            .page-contract #page-contract form #step4 .left .form-step-inner .step-title-con .title-45 .shadow {
              top: 4.7%; } }
          @media all and (min-width: 1024px) {
            .page-contract #page-contract form #step4 .left .form-step-inner .step-title-con .title-45 .shadow {
              top: 2.4%; } }
          @media all and (min-width: 1280px) {
            .page-contract #page-contract form #step4 .left .form-step-inner .step-title-con .title-45 .shadow {
              top: 3.4%; } }
    .page-contract #page-contract form #step4 .left #m-tomato-1 {
      z-index: 1;
      top: 5%;
      left: 5%;
      width: 34%;
      height: 100%;
      background: url(dist/images/join/tomato-2.png);
        background-size: 100%;
        background-repeat: no-repeat; }
    .page-contract #page-contract form #step4 .left #m-cantalope-1 {
      z-index: 1;
      top: 13%;
      left: 45%;
      width: 30%;
      height: 100%;
      background: url(dist/images/join/cantalope.png);
        background-size: 100%;
        background-repeat: no-repeat;
      -webkit-transform-origin: top center;
              transform-origin: top center;
      -webkit-transform: rotate(-85deg);
              transform: rotate(-85deg); }
    .page-contract #page-contract form #step4 .left #m-cantalope-2 {
      z-index: 1;
      top: 53%;
      left: 40%;
      width: 45%;
      height: 100%;
      background: url(dist/images/join/cantalope.png);
        background-size: 100%;
        background-repeat: no-repeat; }
      @media all and (min-width: 768px) {
        .page-contract #page-contract form #step4 .left #m-cantalope-2 {
          left: 60%; } }
    .page-contract #page-contract form #step4 .left .left-back-cover {
      background: #f06d2e; }
    .page-contract #page-contract form #step4 .right .floating-fnv {
      top: 100%;
      -webkit-transition-delay: 333ms;
              transition-delay: 333ms; }
      .page-contract #page-contract form #step4 .right .floating-fnv #cantalope-1 {
        top: 80%;
        left: 67%;
        width: 35%;
        height: 100%;
        -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
        transition: all cubic-bezier(0.666, 0, 0.333, 1);
        background: url(dist/images/join/cantalope.png);
          background-size: 100%;
          background-repeat: no-repeat;
        -webkit-animation: floating-slow 5s ease-in-out infinite;
                animation: floating-slow 5s ease-in-out infinite; }
      .page-contract #page-contract form #step4 .right .floating-fnv #cantalope-2 {
        top: 40%;
        left: -10%;
        width: 46%;
        height: 100%;
        -webkit-transform: rotate(-50deg) scaleX(-1);
                transform: rotate(-50deg) scaleX(-1);
        -webkit-filter: FlipH;
                filter: FlipH;
        -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
        transition: all cubic-bezier(0.666, 0, 0.333, 1);
        background: url(dist/images/join/cantalope.png);
          background-size: 100%;
          background-repeat: no-repeat;
        -webkit-animation: floating-cantalope-2 7s ease-in-out infinite;
                animation: floating-cantalope-2 7s ease-in-out infinite; }
      .page-contract #page-contract form #step4 .right .floating-fnv #cantalope-3 {
        top: 2%;
        left: 42%;
        width: 42%;
        height: 100%;
        -webkit-transform: rotate(35deg) scaleX(-1);
                transform: rotate(35deg) scaleX(-1);
        -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
        transition: all cubic-bezier(0.666, 0, 0.333, 1);
        background: url(dist/images/join/cantalope.png);
          background-size: 100%;
          background-repeat: no-repeat;
        -webkit-animation: floating-cantalope-3 6s ease-in-out infinite;
                animation: floating-cantalope-3 6s ease-in-out infinite; }
      .page-contract #page-contract form #step4 .right .floating-fnv #tomato-1 {
        top: 40%;
        left: -16%;
        width: 44%;
        height: 100%;
        -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
        transition: all cubic-bezier(0.666, 0, 0.333, 1);
        background: url(dist/images/join/tomato-2.png);
          background-size: 100%;
          background-repeat: no-repeat;
        -webkit-animation: floating-slow 6s ease-in-out infinite;
                animation: floating-slow 6s ease-in-out infinite; }
      .page-contract #page-contract form #step4 .right .floating-fnv #tomato-2 {
        top: -8%;
        left: 30%;
        width: 43%;
        height: 100%;
        -webkit-transform: rotate(-25deg) scaleX(-1);
                transform: rotate(-25deg) scaleX(-1);
        -webkit-transform-origin: center center;
                transform-origin: center center;
        -webkit-filter: FlipH;
                filter: FlipH;
        -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
        transition: all cubic-bezier(0.666, 0, 0.333, 1);
        background: url(dist/images/join/tomato-2.png);
          background-size: 100%;
          background-repeat: no-repeat;
        -webkit-animation: floating-rotate-25 6s ease-in-out infinite;
                animation: floating-rotate-25 6s ease-in-out infinite; }
      .page-contract #page-contract form #step4 .right .floating-fnv #tomato-3 {
        top: 79%;
        left: -20%;
        width: 38%;
        height: 60%;
        -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
        transition: all cubic-bezier(0.666, 0, 0.333, 1);
        background: url(dist/images/join/tomato-1.png);
          background-size: 100%;
          background-repeat: no-repeat;
        -webkit-animation: floating-slow-1 8s ease-in-out infinite;
                animation: floating-slow-1 8s ease-in-out infinite; }
    .page-contract #page-contract form #step4 .cta-btn-arr {
      color: #f06d2e; }
    .page-contract #page-contract form #step4.current .left .form-step-inner .step-title-con {
      top: 30%;
      left: -130%;
      -webkit-animation: step3-diagonal-slide .3s .3s ease-in-out;
              animation: step3-diagonal-slide .3s .3s ease-in-out;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    .page-contract #page-contract form #step4.current .right .floating-fnv {
      top: 0%; }
      .page-contract #page-contract form #step4.current .right .floating-fnv .floating-delay {
        top: 0%; }
  .page-contract #page-contract form #step4a {
    top: 500%;
    background: #fbcf7b; }
    .page-contract #page-contract form #step4a .left .section-icon {
      color: #fbcf7b; }
    .page-contract #page-contract form #step4a .left .form-step-inner {
      top: 33%;
      width: 80%;
      height: 50%;
      overflow: visible; }
      @media all and (min-width: 768px) {
        .page-contract #page-contract form #step4a .left .form-step-inner {
          top: 40%;
          width: 66%; } }
      .page-contract #page-contract form #step4a .left .form-step-inner .step-title-con {
        top: 0;
        -webkit-animation: step1-diagonal-slideout .3s ease-in-out;
                animation: step1-diagonal-slideout .3s ease-in-out;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }
        .page-contract #page-contract form #step4a .left .form-step-inner .step-title-con .title-45 {
          top: 30%; }
          .page-contract #page-contract form #step4a .left .form-step-inner .step-title-con .title-45 .shadow {
            position: absolute;
            top: 0;
            left: 0;
            width: 65.5%;
            height: 200%;
            -webkit-transform: rotate(52deg) skewY(-37.2deg);
                    transform: rotate(52deg) skewY(-37.2deg);
              -webkit-transform-origin: top left;
                      transform-origin: top left;
            background: #d85421; }
      .page-contract #page-contract form #step4a .left .form-step-inner .form-step-options {
        opacity: 0;
        position: absolute;
        top: 80%;
        margin-top: -25px;
        width: 100%;
        -webkit-transition: all 333ms 1s cubic-bezier(0.666, 0, 0.333, 1);
        transition: all 333ms 1s cubic-bezier(0.666, 0, 0.333, 1); }
        @media all and (min-width: 1024px) {
          .page-contract #page-contract form #step4a .left .form-step-inner .form-step-options {
            width: 90%; } }
        .page-contract #page-contract form #step4a .left .form-step-inner .form-step-options .radios {
          width: 100%; }
          .page-contract #page-contract form #step4a .left .form-step-inner .form-step-options .radios .radios-btn input {
            border-color: #f7c76c; }
            .page-contract #page-contract form #step4a .left .form-step-inner .form-step-options .radios .radios-btn input:checked {
              border-color: #ffffff; }
            .page-contract #page-contract form #step4a .left .form-step-inner .form-step-options .radios .radios-btn input:hover {
              border-color: #f7c76c; }
              .page-contract #page-contract form #step4a .left .form-step-inner .form-step-options .radios .radios-btn input:hover label {
                color: #ffffff; }
          .page-contract #page-contract form #step4a .left .form-step-inner .form-step-options .radios .radios-btn label .icon-check {
            color: #d85421; }
          .page-contract #page-contract form #step4a .left .form-step-inner .form-step-options .radios .title-con {
            width: 72%;
            height: 35px; }
            @media all and (min-width: 1024px) {
              .page-contract #page-contract form #step4a .left .form-step-inner .form-step-options .radios .title-con {
                height: auto; } }
            .page-contract #page-contract form #step4a .left .form-step-inner .form-step-options .radios .title-con h4 {
              margin-top: 0px;
              color: #f7c76c;
              -webkit-transition: color 0.2s cubic-bezier(0.666, 0, 0.333, 1);
              transition: color 0.2s cubic-bezier(0.666, 0, 0.333, 1); }
              @media all and (min-width: 768px) {
                .page-contract #page-contract form #step4a .left .form-step-inner .form-step-options .radios .title-con h4 {
                  font-size: 18px;
                  margin-top: 4px; } }
          .page-contract #page-contract form #step4a .left .form-step-inner .form-step-options .radios:hover {
            background: #f38b45; }
            .page-contract #page-contract form #step4a .left .form-step-inner .form-step-options .radios:hover .radios-btn input {
              border-color: #ffffff; }
              .page-contract #page-contract form #step4a .left .form-step-inner .form-step-options .radios:hover .radios-btn input label {
                color: #ffffff; }
            .page-contract #page-contract form #step4a .left .form-step-inner .form-step-options .radios:hover h4 {
              color: #ffffff; }
        .page-contract #page-contract form #step4a .left .form-step-inner .form-step-options .vert-bar {
          background: #f7c76c; }
    .page-contract #page-contract form #step4a .left .left-back-cover-static {
      background: #f06d2e; }
    .page-contract #page-contract form #step4a .right .floating-fnv {
      top: 100%;
      -webkit-transition-delay: 333ms;
              transition-delay: 333ms; }
      .page-contract #page-contract form #step4a .right .floating-fnv #celeb-circle-con {
        position: absolute;
        top: 48%;
        left: 50%;
        width: 44%;
        height: 54%;
        min-height: 500px;
        -webkit-transform: translate3d(-50%, -50%, 0);
                transform: translate3d(-50%, -50%, 0); }
        .page-contract #page-contract form #step4a .right .floating-fnv #celeb-circle-con #scaled-celeb-con {
          position: absolute;
          z-index: 2;
          top: 50%;
          -webkit-transform: translate(0, -38%);
                  transform: translate(0, -38%);
          width: 300px;
          height: 300px;
          border: 3px solid;
            border-radius: 50%;
          background: #333; }
          .page-contract #page-contract form #step4a .right .floating-fnv #celeb-circle-con #scaled-celeb-con .scaled-celeb {
            position: absolute;
            top: 0;
            width: 100%; }
        .page-contract #page-contract form #step4a .right .floating-fnv #celeb-circle-con .celeb-circle {
          position: absolute;
          width: 300px;
          height: 300px;
          background: #f38b45;
          border: 3px solid #f38b45;
            border-radius: 50%;
          -webkit-box-shadow: -30px 30px 0px rgba(213, 167, 96, 0.2);
                  box-shadow: -30px 30px 0px rgba(213, 167, 96, 0.2);
          -webkit-perspective: 1000;
                  perspective: 1000;
          -webkit-transform: scale(0.3, 0.3) translate3d(0, 0, 0);
                  transform: scale(0.3, 0.3) translate3d(0, 0, 0);
          -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.205, 1.55);
          transition: all 0.4s cubic-bezier(0.68, -0.55, 0.205, 1.55);
          z-index: 1; }
          .page-contract #page-contract form #step4a .right .floating-fnv #celeb-circle-con .celeb-circle img {
            position: absolute;
            z-index: 2;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0; }
          .page-contract #page-contract form #step4a .right .floating-fnv #celeb-circle-con .celeb-circle .emoji-bg {
            position: absolute;
            z-index: 1;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            border-radius: 50%;
            background: #f38b45; }
          .page-contract #page-contract form #step4a .right .floating-fnv #celeb-circle-con .celeb-circle img,
          .page-contract #page-contract form #step4a .right .floating-fnv #celeb-circle-con .celeb-circle .emoji-bg {
            -webkit-perspective: 1000;
                    perspective: 1000;
            -webkit-transition: all 0.3s cubic-bezier(0.666, 0, 0.333, 1);
            transition: all 0.3s cubic-bezier(0.666, 0, 0.333, 1); }
        .page-contract #page-contract form #step4a .right .floating-fnv #celeb-circle-con #kristen-circle {
          top: 0%;
          background: url(dist/images/join/kristen-circle.png);
            background-size: 100%;
            background-repeat: no-repeat; }
          .page-contract #page-contract form #step4a .right .floating-fnv #celeb-circle-con #kristen-circle.scaled {
            -webkit-transform: scale(1, 1) translate3d(0, 50%, 0) !important;
                    transform: scale(1, 1) translate3d(0, 50%, 0) !important; }
        .page-contract #page-contract form #step4a .right .floating-fnv #celeb-circle-con #jessica-circle {
          top: 27%;
          background: url(dist/images/join/jessica-circle.png);
            background-size: 100%;
            background-repeat: no-repeat; }
        .page-contract #page-contract form #step4a .right .floating-fnv #celeb-circle-con #cam-circle {
          top: 54%;
          background: url(dist/images/join/cam-circle.png);
            background-size: 100%;
            background-repeat: no-repeat; }
          .page-contract #page-contract form #step4a .right .floating-fnv #celeb-circle-con #cam-circle.scaled {
            -webkit-transform: scale(1, 1) translate3d(0, -50%, 0) !important;
                    transform: scale(1, 1) translate3d(0, -50%, 0) !important; }
        .page-contract #page-contract form #step4a .right .floating-fnv #celeb-circle-con .celeb-circle.scaled {
          z-index: 2;
          -webkit-transform: scale(1, 1) !important;
                  transform: scale(1, 1) !important;
          -webkit-box-shadow: -50px 50px 0px rgba(213, 167, 96, 0.4);
                  box-shadow: -50px 50px 0px rgba(213, 167, 96, 0.4); }
          .page-contract #page-contract form #step4a .right .floating-fnv #celeb-circle-con .celeb-circle.scaled img,
          .page-contract #page-contract form #step4a .right .floating-fnv #celeb-circle-con .celeb-circle.scaled .emoji-bg {
            opacity: 0; }
      .page-contract #page-contract form #step4a .right .floating-fnv #cantalope-4 {
        top: 5%;
        left: 46%;
        width: 40%;
        height: 100%;
        -webkit-transform: rotate(28deg) scaleX(-1);
                transform: rotate(28deg) scaleX(-1);
        -webkit-transform-origin: top center;
                transform-origin: top center;
        -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
        transition: all cubic-bezier(0.666, 0, 0.333, 1);
        background: url(dist/images/join/cantalope.png);
          background-size: 100%;
          background-repeat: no-repeat;
        -webkit-animation: floating-cantalope-4 6s ease-in-out infinite;
                animation: floating-cantalope-4 6s ease-in-out infinite; }
      .page-contract #page-contract form #step4a .right .floating-fnv #cantalope-5 {
        top: -5%;
        left: 40%;
        width: 34%;
        height: 100%;
        -webkit-transform: rotate(280deg);
                transform: rotate(280deg);
        -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
        transition: all cubic-bezier(0.666, 0, 0.333, 1);
        background: url(dist/images/join/cantalope.png);
          background-size: 100%;
          background-repeat: no-repeat; }
      .page-contract #page-contract form #step4a .right .floating-fnv #cantalope-6 {
        top: 75%;
        left: 62%;
        width: 38%;
        height: 100%;
        -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
        transition: all cubic-bezier(0.666, 0, 0.333, 1);
        background: url(dist/images/join/cantalope.png);
          background-size: 100%;
          background-repeat: no-repeat;
        -webkit-animation: floating-slow 6s ease-in-out infinite;
                animation: floating-slow 6s ease-in-out infinite; }
      .page-contract #page-contract form #step4a .right .floating-fnv #tomato-4 {
        top: 60%;
        left: -10%;
        width: 34%;
        height: 100%;
        -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
        transition: all cubic-bezier(0.666, 0, 0.333, 1);
        background: url(dist/images/join/tomato-1.png);
          background-size: 100%;
          background-repeat: no-repeat;
        -webkit-animation: floating-slow 6s ease-in-out infinite;
                animation: floating-slow 6s ease-in-out infinite; }
    .page-contract #page-contract form #step4a .cta-btn-arr {
      color: #f06d2e; }
    .page-contract #page-contract form #step4a.current .left .form-step-inner .form-step-options {
      opacity: 1; }
    .page-contract #page-contract form #step4a.current .left .form-step-inner .step-title-con {
      top: 30%;
      left: -130%;
      -webkit-animation: step1-diagonal-slide .3s .3s ease-in-out;
              animation: step1-diagonal-slide .3s .3s ease-in-out;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    .page-contract #page-contract form #step4a.current .right .floating-fnv {
      top: 0%; }
      .page-contract #page-contract form #step4a.current .right .floating-fnv .floating-delay {
        top: 0%; }
  .page-contract #page-contract form #step5 {
    top: 600%;
    background: #fdb7b1; }
    .page-contract #page-contract form #step5 .left .section-icon {
      color: #fdb7b1; }
    .page-contract #page-contract form #step5 .left .form-step-inner {
      top: 40%;
      height: 50%;
      overflow: visible; }
      .page-contract #page-contract form #step5 .left .form-step-inner .step-title-con {
        top: 30%;
        -webkit-animation: step5-diagonal-slideout .3s ease-in-out;
                animation: step5-diagonal-slideout .3s ease-in-out;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }
        .page-contract #page-contract form #step5 .left .form-step-inner .step-title-con .title-45 {
          top: 0%; }
          .page-contract #page-contract form #step5 .left .form-step-inner .step-title-con .title-45 .shadow {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 76.9%;
            height: 200%;
            -webkit-transform: rotate(52deg) skewY(-8.8deg);
                    transform: rotate(52deg) skewY(-8.8deg);
              -webkit-transform-origin: top left;
                      transform-origin: top left;
            background: #a62534; }
    .page-contract #page-contract form #step5 .left #m-strawberry-1 {
      z-index: 1;
      top: 5%;
      left: -7%;
      width: 32%;
      height: 100%;
      background: url(dist/images/join/strawberry.png);
        background-size: 100%;
        background-repeat: no-repeat; }
    .page-contract #page-contract form #step5 .left #m-strawberry-2 {
      z-index: 1;
      top: 45%;
      left: 88%;
      width: 25%;
      height: 100%;
      background: url(dist/images/join/strawberry.png);
        background-size: 100%;
        background-repeat: no-repeat;
      -webkit-transform-origin: top center;
              transform-origin: top center;
      -webkit-transform: rotate(55deg);
              transform: rotate(55deg); }
      @media all and (min-width: 768px) {
        .page-contract #page-contract form #step5 .left #m-strawberry-2 {
          left: 77%; } }
    .page-contract #page-contract form #step5 .left #m-brocolli-1 {
      z-index: 1;
      top: -3%;
      left: 65%;
      width: 28%;
      height: 100%;
      background: url(dist/images/join/broccoli.png);
        background-size: 100%;
        background-repeat: no-repeat; }
    .page-contract #page-contract form #step5 .left .left-back-cover {
      background: #c13044; }
    .page-contract #page-contract form #step5 .right .floating-fnv {
      top: 100%;
      -webkit-transition-delay: 333ms;
              transition-delay: 333ms; }
      .page-contract #page-contract form #step5 .right .floating-fnv #strawberry-1 {
        top: 20%;
        left: 5%;
        width: 37%;
        height: 100%;
        -webkit-transform-origin: top center;
                transform-origin: top center;
        -webkit-transform: rotate(50deg);
                transform: rotate(50deg);
        -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
        transition: all cubic-bezier(0.666, 0, 0.333, 1);
        background: url(dist/images/join/strawberry.png);
          background-size: 100%;
          background-repeat: no-repeat; }
      .page-contract #page-contract form #step5 .right .floating-fnv #strawberry-2 {
        top: 30%;
        left: 45%;
        width: 27%;
        height: 100%;
        -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
        transition: all cubic-bezier(0.666, 0, 0.333, 1);
        background: url(dist/images/join/strawberry.png);
          background-size: 100%;
          background-repeat: no-repeat; }
      .page-contract #page-contract form #step5 .right .floating-fnv #brocolli-1 {
        top: 10%;
        left: 65%;
        width: 27%;
        height: 100%;
        -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
        transition: all cubic-bezier(0.666, 0, 0.333, 1);
        background: url(dist/images/join/broccoli.png);
          background-size: 100%;
          background-repeat: no-repeat; }
      .page-contract #page-contract form #step5 .right .floating-fnv #brocolli-2 {
        top: 80%;
        left: 21%;
        width: 32%;
        height: 100%;
        -webkit-transform-origin: top center;
                transform-origin: top center;
        -webkit-transform: rotate(-10deg) scale(1, -1);
                transform: rotate(-10deg) scale(1, -1);
        -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
        transition: all cubic-bezier(0.666, 0, 0.333, 1);
        background: url(dist/images/join/broccoli.png);
          background-size: 100%;
          background-repeat: no-repeat; }
      .page-contract #page-contract form #step5 .right .floating-fnv #brocolli-3 {
        top: 80%;
        left: 49%;
        width: 26%;
        height: 100%;
        -webkit-transform: rotate(-55deg);
                transform: rotate(-55deg);
        -webkit-transform-origin: top center;
                transform-origin: top center;
        -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
        transition: all cubic-bezier(0.666, 0, 0.333, 1);
        background: url(dist/images/join/broccoli.png);
          background-size: 100%;
          background-repeat: no-repeat; }
    .page-contract #page-contract form #step5 .the-vow-btn,
    .page-contract #page-contract form #step5 .cta-btn-arr {
      color: #c13044; }
    .page-contract #page-contract form #step5.current .left .form-step-inner .step-title-con {
      top: 30%;
      left: -165%;
      -webkit-animation: step5-diagonal-slide .3s .3s ease-in-out;
              animation: step5-diagonal-slide .3s .3s ease-in-out;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    .page-contract #page-contract form #step5.current .right .floating-fnv {
      top: 0%; }
      .page-contract #page-contract form #step5.current .right .floating-fnv .floating-delay {
        top: 0%; }
    .page-contract #page-contract form #step5 #the-vow-btn-1 {
      display: block; }
    .page-contract #page-contract form #step5 #the-vow-btn-2,
    .page-contract #page-contract form #step5 #the-vow-btn-3 {
      display: none; }
  .page-contract #page-contract form #step5a {
    top: 700%;
    background: #fdb7b1; }
    .page-contract #page-contract form #step5a .left .section-icon {
      color: #fdb7b1; }
    .page-contract #page-contract form #step5a .left .form-step-inner {
      top: 50%;
      height: 50%;
      width: 80%;
      overflow: visible; }
      @media all and (min-width: 768px) {
        .page-contract #page-contract form #step5a .left .form-step-inner {
          width: 66%; } }
      @media all and (min-width: 1024px) {
        .page-contract #page-contract form #step5a .left .form-step-inner {
          width: 86%; } }
      .page-contract #page-contract form #step5a .left .form-step-inner .step-title-con {
        top: 0%; }
        .page-contract #page-contract form #step5a .left .form-step-inner .step-title-con .title-45 {
          top: 10%; }
          .page-contract #page-contract form #step5a .left .form-step-inner .step-title-con .title-45 .shadow {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 76.9%;
            height: 200%;
            -webkit-transform: rotate(52deg) skewY(-8.8deg);
                    transform: rotate(52deg) skewY(-8.8deg);
              -webkit-transform-origin: top left;
                      transform-origin: top left;
            background: #a62534; }
      .page-contract #page-contract form #step5a .left .form-step-inner #the-vow-wrap {
        opacity: 0;
        position: absolute;
        height: 100%;
        width: 100%;
        -webkit-transition: all 333ms 1s cubic-bezier(0.666, 0, 0.333, 1);
        transition: all 333ms 1s cubic-bezier(0.666, 0, 0.333, 1); }
        .page-contract #page-contract form #step5a .left .form-step-inner #the-vow-wrap .the-vow-steps-con {
          position: relative;
          margin-top: 0;
          height: 100%; }
          .page-contract #page-contract form #step5a .left .form-step-inner #the-vow-wrap .the-vow-steps-con .the-vow-steps {
            position: absolute;
            top: 50%;
            height: auto;
            -webkit-transform: translate(0, -50%);
                    transform: translate(0, -50%);
            -webkit-transition: all 0.5s cubic-bezier(0.666, 0, 0.333, 1);
            transition: all 0.5s cubic-bezier(0.666, 0, 0.333, 1); }
            @media all and (min-width: 1024px) {
              .page-contract #page-contract form #step5a .left .form-step-inner #the-vow-wrap .the-vow-steps-con .the-vow-steps {
                height: 340px;
                margin-left: 58px; } }
            .page-contract #page-contract form #step5a .left .form-step-inner #the-vow-wrap .the-vow-steps-con .the-vow-steps .radios {
              height: 80px;
              padding: 0px;
              pointer-events: none; }
              @media all and (min-width: 1024px) {
                .page-contract #page-contract form #step5a .left .form-step-inner #the-vow-wrap .the-vow-steps-con .the-vow-steps .radios:first-child {
                  margin-top: 0%; } }
              .page-contract #page-contract form #step5a .left .form-step-inner #the-vow-wrap .the-vow-steps-con .the-vow-steps .radios .radios-btn {
                margin-right: 20px;
                height: 46px; }
                @media all and (min-width: 768px) {
                  .page-contract #page-contract form #step5a .left .form-step-inner #the-vow-wrap .the-vow-steps-con .the-vow-steps .radios .radios-btn {
                    margin-right: 50px;
                    height: 48px;
                    width: 48px; } }
                .page-contract #page-contract form #step5a .left .form-step-inner #the-vow-wrap .the-vow-steps-con .the-vow-steps .radios .radios-btn input {
                  visibility: hidden;
                  border: 3px solid #ffffff;
                  -webkit-transition: all 0.4s cubic-bezier(0.666, 0, 0.333, 1);
                  transition: all 0.4s cubic-bezier(0.666, 0, 0.333, 1); }
                  @media all and (min-width: 768px) {
                    .page-contract #page-contract form #step5a .left .form-step-inner #the-vow-wrap .the-vow-steps-con .the-vow-steps .radios .radios-btn input {
                      height: 48px;
                      width: 48px; } }
                .page-contract #page-contract form #step5a .left .form-step-inner #the-vow-wrap .the-vow-steps-con .the-vow-steps .radios .radios-btn .vow-num {
                  left: 0;
                  -webkit-transform: translate(0, 0);
                          transform: translate(0, 0);
                  font-size: 20px;
                  line-height: 47px;
                  color: #db5c67;
                  text-align: left;
                  text-transform: lowercase;
                  white-space: nowrap; }
                  @media all and (min-width: 768px) {
                    .page-contract #page-contract form #step5a .left .form-step-inner #the-vow-wrap .the-vow-steps-con .the-vow-steps .radios .radios-btn .vow-num {
                      font-size: 24px; } }
                  @media all and (min-width: 1024px) {
                    .page-contract #page-contract form #step5a .left .form-step-inner #the-vow-wrap .the-vow-steps-con .the-vow-steps .radios .radios-btn .vow-num {
                      font-size: 27px; } }
                .page-contract #page-contract form #step5a .left .form-step-inner #the-vow-wrap .the-vow-steps-con .the-vow-steps .radios .radios-btn .icon-check {
                  visibility: hidden;
                  position: absolute;
                  top: 0;
                  left: 50%;
                  -webkit-transform: translate(-50%, 0%);
                          transform: translate(-50%, 0%);
                  font-size: 30px;
                  line-height: 36px;
                  color: #c13044;
                  -webkit-transition: all 0.4s cubic-bezier(0.666, 0, 0.333, 1);
                  transition: all 0.4s cubic-bezier(0.666, 0, 0.333, 1); }
                  @media all and (min-width: 768px) {
                    .page-contract #page-contract form #step5a .left .form-step-inner #the-vow-wrap .the-vow-steps-con .the-vow-steps .radios .radios-btn .icon-check {
                      font-size: 40px;
                      line-height: 48px; } }
              .page-contract #page-contract form #step5a .left .form-step-inner #the-vow-wrap .the-vow-steps-con .the-vow-steps .radios .title-con {
                width: 78%; }
                @media all and (min-width: 1024px) {
                  .page-contract #page-contract form #step5a .left .form-step-inner #the-vow-wrap .the-vow-steps-con .the-vow-steps .radios .title-con {
                    width: 72%; } }
                .page-contract #page-contract form #step5a .left .form-step-inner #the-vow-wrap .the-vow-steps-con .the-vow-steps .radios .title-con h4 {
                  line-height: 16px;
                  color: #db5c67;
                  -webkit-transition: all 0.4s cubic-bezier(0.666, 0, 0.333, 1);
                  transition: all 0.4s cubic-bezier(0.666, 0, 0.333, 1); }
                  @media all and (min-width: 768px) {
                    .page-contract #page-contract form #step5a .left .form-step-inner #the-vow-wrap .the-vow-steps-con .the-vow-steps .radios .title-con h4 {
                      font-size: 18px;
                      line-height: 26px; } }
              .page-contract #page-contract form #step5a .left .form-step-inner #the-vow-wrap .the-vow-steps-con .the-vow-steps .radios .vert-bar {
                display: none;
                margin-top: 45px;
                margin-left: 17px;
                width: 3px;
                height: 30px;
                background: #db5c67;
                -webkit-transition: all 0.4s cubic-bezier(0.666, 0, 0.333, 1);
                transition: all 0.4s cubic-bezier(0.666, 0, 0.333, 1); }
                @media all and (min-width: 768px) {
                  .page-contract #page-contract form #step5a .left .form-step-inner #the-vow-wrap .the-vow-steps-con .the-vow-steps .radios .vert-bar {
                    display: block;
                    margin-left: 22px;
                    height: 100px; } }
              .page-contract #page-contract form #step5a .left .form-step-inner #the-vow-wrap .the-vow-steps-con .the-vow-steps .radios.active .radios-btn .vow-num {
                color: #ffffff; }
              .page-contract #page-contract form #step5a .left .form-step-inner #the-vow-wrap .the-vow-steps-con .the-vow-steps .radios.active .title-con h4 {
                color: #ffffff; }
              .page-contract #page-contract form #step5a .left .form-step-inner #the-vow-wrap .the-vow-steps-con .the-vow-steps .radios.checked .radios-btn input {
                opacity: 1;
                visibility: visible;
                background: #fdb7b1;
                border-color: #fdb7b1; }
              .page-contract #page-contract form #step5a .left .form-step-inner #the-vow-wrap .the-vow-steps-con .the-vow-steps .radios.checked .radios-btn .vow-num {
                display: none; }
              .page-contract #page-contract form #step5a .left .form-step-inner #the-vow-wrap .the-vow-steps-con .the-vow-steps .radios.checked .radios-btn .icon-check {
                visibility: visible; }
              .page-contract #page-contract form #step5a .left .form-step-inner #the-vow-wrap .the-vow-steps-con .the-vow-steps .radios.checked .title-con h4 {
                color: #db5c67; }
              .page-contract #page-contract form #step5a .left .form-step-inner #the-vow-wrap .the-vow-steps-con .the-vow-steps .radios.checked .vert-bar {
                background: #fdb7b1; }
              .page-contract #page-contract form #step5a .left .form-step-inner #the-vow-wrap .the-vow-steps-con .the-vow-steps .radios h4 {
                display: table-cell;
                vertical-align: middle;
                text-transform: initial;
                color: #ffffff;
                -webkit-transition: color 0.2s cubic-bezier(0.666, 0, 0.333, 1);
                transition: color 0.2s cubic-bezier(0.666, 0, 0.333, 1); }
    .page-contract #page-contract form #step5a .left .left-back-cover-static {
      background: #c13044; }
    .page-contract #page-contract form #step5a .right .floating-fnv-long {
      position: absolute;
      z-index: 1000;
      top: 100%;
      height: 100%;
      width: 100%;
      -webkit-transition: all 777ms 6ms cubic-bezier(0.33, 1.38, 0.555, 1.005);
      transition: all 777ms 6ms cubic-bezier(0.33, 1.38, 0.555, 1.005); }
      .page-contract #page-contract form #step5a .right .floating-fnv-long .floating-fnv-vow {
        position: absolute;
        width: 100%;
        -webkit-transition: all 777ms 6ms cubic-bezier(0.33, 1.38, 0.555, 1.005);
        transition: all 777ms 6ms cubic-bezier(0.33, 1.38, 0.555, 1.005); }
        .page-contract #page-contract form #step5a .right .floating-fnv-long .floating-fnv-vow .banana-box {
          position: absolute; }
      .page-contract #page-contract form #step5a .right .floating-fnv-long #vow-images-1 {
        top: 0%;
        height: 100%; }
        .page-contract #page-contract form #step5a .right .floating-fnv-long #vow-images-1 #hash-1 {
          top: 11%;
          left: -8%;
          width: 360px;
          height: 325px;
          -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
          transition: all cubic-bezier(0.666, 0, 0.333, 1);
          background: url(dist/images/join/hashtag-strawberry.png);
            background-size: 100%;
            background-repeat: no-repeat;
          -webkit-animation: floating-slow 4s ease-in-out infinite;
                  animation: floating-slow 4s ease-in-out infinite; }
        .page-contract #page-contract form #step5a .right .floating-fnv-long #vow-images-1 #hash-brocc {
          top: 42%;
          left: 42%;
          width: 250px;
          height: 272px;
          -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
          transition: all cubic-bezier(0.666, 0, 0.333, 1);
          background: url(dist/images/join/hash-brocc.png);
            background-size: 100%;
            background-repeat: no-repeat;
          -webkit-animation: floating 5s ease-in-out infinite;
                  animation: floating 5s ease-in-out infinite; }
      .page-contract #page-contract form #step5a .right .floating-fnv-long #vow-images-2 {
        top: 67%;
        height: 100%; }
        .page-contract #page-contract form #step5a .right .floating-fnv-long #vow-images-2 #hat-1 {
          top: 19%;
          left: -6%;
          width: 55%;
          height: 100%;
          -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
          transition: all cubic-bezier(0.666, 0, 0.333, 1);
          background: url(dist/images/join/hat-1.png);
            background-size: 100%;
            background-repeat: no-repeat;
          -webkit-animation: floating-slow 6s ease-in-out infinite;
                  animation: floating-slow 6s ease-in-out infinite; }
          .page-contract #page-contract form #step5a .right .floating-fnv-long #vow-images-2 #hat-1 img {
            position: absolute;
            top: 5%;
            left: 49%;
            width: 30%; }
        .page-contract #page-contract form #step5a .right .floating-fnv-long #vow-images-2 #hat-2 {
          top: 69%;
          left: 54%;
          width: 43%;
          height: 100%;
          -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
          transition: all cubic-bezier(0.666, 0, 0.333, 1);
          background: url(dist/images/join/hat-2.png);
            background-size: 100%;
            background-repeat: no-repeat;
          -webkit-animation: floating-slow 3s ease-in-out infinite;
                  animation: floating-slow 3s ease-in-out infinite; }
      .page-contract #page-contract form #step5a .right .floating-fnv-long #vow-images-3 {
        top: 200%;
        height: 100%; }
        .page-contract #page-contract form #step5a .right .floating-fnv-long #vow-images-3 #hash-3 {
          top: 25%;
          left: -13%;
          width: 64%;
          height: 100%;
          -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
          transition: all cubic-bezier(0.666, 0, 0.333, 1);
          background: url(dist/images/join/laptop.png);
            background-size: 100%;
            background-repeat: no-repeat;
          -webkit-animation: floating 4s ease-in-out infinite;
                  animation: floating 4s ease-in-out infinite; }
        .page-contract #page-contract form #step5a .right .floating-fnv-long #vow-images-3 #hash-4 {
          top: 59%;
          left: 49%;
          width: 35%;
          height: 100%;
          -webkit-transition: all cubic-bezier(0.666, 0, 0.333, 1);
          transition: all cubic-bezier(0.666, 0, 0.333, 1);
          background: url(dist/images/join/laptop-2.png);
            background-size: 100%;
            background-repeat: no-repeat; }
    .page-contract #page-contract form #step5a .the-vow-btn,
    .page-contract #page-contract form #step5a .cta-btn-arr {
      color: #c13044; }
    .page-contract #page-contract form #step5a.current .left .form-step-inner #the-vow-wrap {
      opacity: 1; }
    .page-contract #page-contract form #step5a.current .left .form-step-inner .step-title-con {
      top: 0%;
      left: -130%;
      -webkit-animation: step1-diagonal-slide .3s .8s ease-in-out;
              animation: step1-diagonal-slide .3s .8s ease-in-out;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    .page-contract #page-contract form #step5a.current .right .floating-fnv-long {
      top: 0%; }
      .page-contract #page-contract form #step5a.current .right .floating-fnv-long .floating-delay {
        top: 0%; }
    .page-contract #page-contract form #step5a #the-vow-btn-1 {
      display: block; }
    .page-contract #page-contract form #step5a #the-vow-btn-2,
    .page-contract #page-contract form #step5a #the-vow-btn-3 {
      display: none; }
  .page-contract #page-contract form #step6 {
    top: 800%;
    background: #61ac4c; }
    .page-contract #page-contract form #step6 .section-icon {
      color: #bbdfac; }
    .page-contract #page-contract form #step6 #contract-loader {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .page-contract #page-contract form #step6 #contract-loader #gif {
        margin: 0 auto;
        width: 120px;
        height: 120px;
        background: url(dist/images/join/fruit-loader.gif);
          background-size: 120px 120px; }
      .page-contract #page-contract form #step6 #contract-loader #message span {
        display: block;
        position: absolute;
        left: 50%;
        width: 0;
        height: 3px;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        background: #bbdfac; }
      .page-contract #page-contract form #step6 #contract-loader #message h2 {
        font-size: 16px;
        line-height: 22px;
        padding: 10px 0;
        color: #bbdfac;
        text-transform: uppercase;
        text-align: center; }
        @media all and (min-width: 1024px) {
          .page-contract #page-contract form #step6 #contract-loader #message h2 {
            font-size: 18px;
            line-height: 36px;
            padding: 6px 0; } }
    .page-contract #page-contract form #step6.current #contract-loader #message span {
      -webkit-animation: center-out 1s cubic-bezier(0.666, 0, 0.333, 1) infinite;
              animation: center-out 1s cubic-bezier(0.666, 0, 0.333, 1) infinite; }

.page-contract footer {
  display: none; }

.font-loader {
  bottom: -5000px;
  font-family: "Waiting for the Sunrise", Georgia, serif;
  left: -5000px;
  position: absolute; }

/* My Contract */
/*-----------------------------------------------------------*/
.page-mycontract .header-nav .nav-logo {
  background: #5baa4b;
  color: #cde3b0; }

.page-mycontract {
  background: #ffffff;
  color: #3f3f39;
  font-family: DinLight, Helvetica, Arial, sans-serif; }
  .page-mycontract .icon-badge {
    color: #fff26b;
    display: block;
    font-size: 40px;
    height: 40px;
    left: 40px;
    position: absolute;
    text-align: center;
    top: 32px;
    width: 40px;
    z-index: 200; }
  .page-mycontract .mycontract-hero {
    background: #61ac4c;
    height: 500px;
    overflow: hidden;
    padding: 100px 5% 0;
    padding-top: 180px;
    position: relative;
    -webkit-transition: all 0.5s cubic-bezier(0.666, 0, 0.333, 1);
    transition: all 0.5s cubic-bezier(0.666, 0, 0.333, 1);
    z-index: 100; }
    @media all and (min-width: 768px) {
      .page-mycontract .mycontract-hero {
        height: 800px;
        padding-top: 260px; } }
    .page-mycontract .mycontract-hero .title-45 {
      margin: 0 auto;
      position: relative;
      -webkit-transition: all 0.5s cubic-bezier(0.666, 0, 0.333, 1);
      transition: all 0.5s cubic-bezier(0.666, 0, 0.333, 1);
      width: 100%; }
      @media all and (min-width: 768px) {
        .page-mycontract .mycontract-hero .title-45 {
          width: 737px; } }
      .page-mycontract .mycontract-hero .title-45 img {
        margin: 0 auto;
        position: relative; }
    .page-mycontract .mycontract-hero .title-45::before {
      background: #419432;
      content: " ";
      height: 2000px;
      left: 6.3%;
      position: absolute;
      top: 26%;
      -webkit-transform: rotate(51deg) skewY(-38deg);
              transform: rotate(51deg) skewY(-38deg);
        -webkit-transform-origin: top left;
                transform-origin: top left;
      width: 73.75%; }
  .page-mycontract .mycontract-contract {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0;
    position: relative;
    z-index: 200; }
    .page-mycontract .mycontract-contract .contract {
      height: auto;
      margin: 0 auto;
      width: 100%;
      overflow: hidden;
      position: relative; }
      @media all and (min-width: 1024px) {
        .page-mycontract .mycontract-contract .contract {
          height: 1688px;
          margin: -170px auto 0;
          width: 1000px; } }
      .page-mycontract .mycontract-contract .contract #draw-contract {
        display: none;
        height: 1688px;
        width: 1000px; }
        @media all and (min-width: 1024px) {
          .page-mycontract .mycontract-contract .contract #draw-contract {
            display: block; } }
      .page-mycontract .mycontract-contract .contract #img-contract {
        display: block;
        -webkit-transform: translate(-14.4%, -4.6%);
                transform: translate(-14.4%, -4.6%); }
        @media all and (min-width: 1024px) {
          .page-mycontract .mycontract-contract .contract #img-contract {
            display: none; } }
      .page-mycontract .mycontract-contract .contract .mask-bot {
        background: #ffffff;
        bottom: 0;
        height: 19.5%;
        left: 0;
        position: absolute;
        width: 100%; }
        @media all and (min-width: 1024px) {
          .page-mycontract .mycontract-contract .contract .mask-bot {
            display: none; } }
  .page-mycontract .share-box {
    margin: -60px 0 40px;
    margin: 0 0 40px;
    margin: -46% 0 40px;
    position: relative;
    text-align: center;
    z-index: 300; }
    @media all and (min-width: 1024px) {
      .page-mycontract .share-box {
        margin: -174px 0 40px;
        z-index: 100; } }
    .page-mycontract .share-box .line {
      background: #189ece;
      height: 130px;
      margin: 0 auto;
      position: relative;
      width: 3px; }
    .page-mycontract .share-box .box {
      border: 3px solid #189ece;
      color: #189ece;
      display: inline-block;
      font-family: "steadyregular", Georgia, serif;
      font-size: 37px;
      height: 74px;
      line-height: 68px;
      margin: 0 auto;
      padding: 0 26px;
      text-align: center;
      width: auto; }
  .page-mycontract .share-blurb {
    font-size: 27px;
    line-height: 37px;
    margin: 0 auto 40px;
    position: relative;
    text-align: center;
    width: 80%;
    z-index: 300; }
    @media all and (min-width: 768px) {
      .page-mycontract .share-blurb {
        width: 640px; } }
  .page-mycontract .share-list {
    font-size: 18px;
    line-height: 20px;
    margin: 0 auto 40px;
    position: relative;
    width: 80%;
    z-index: 300; }
    @media all and (min-width: 768px) {
      .page-mycontract .share-list {
        padding: 0;
        width: 512px; } }
    .page-mycontract .share-list .share-item {
      cursor: pointer;
      float: left;
      margin-right: 5%;
      text-align: center;
      -webkit-transition: opacity 0.2s cubic-bezier(0.666, 0, 0.333, 1);
      transition: opacity 0.2s cubic-bezier(0.666, 0, 0.333, 1);
      width: 30%; }
      @media all and (min-width: 768px) {
        .page-mycontract .share-list .share-item {
          margin-right: 36px;
          width: 144px; } }
      .page-mycontract .share-list .share-item .dot {
        background: #3f3f39;
        border-radius: 100%;
        height: 0;
        margin-bottom: 15px;
        padding-bottom: 100%;
        position: relative;
        width: 100%; }
        @media all and (min-width: 768px) {
          .page-mycontract .share-list .share-item .dot {
            height: 144px;
            margin-bottom: 25px;
            padding: 0;
            width: 144px; } }
        .page-mycontract .share-list .share-item .dot .icon {
          color: #fff26b;
          font-size: 40px;
          left: calc(50% - 20px);
          line-height: 40px;
          position: absolute;
          text-align: center;
          top: calc(50% - 20px); }
          @media all and (min-width: 768px) {
            .page-mycontract .share-list .share-item .dot .icon {
              font-size: 60px;
              left: calc(50% - 30px);
              line-height: 60px;
              top: calc(50% - 30px); } }
      .page-mycontract .share-list .share-item .text {
        color: #3F3F39; }
        @media all and (min-width: 768px) {
          .page-mycontract .share-list .share-item .text {
            margin: 0 auto;
            width: 110px; } }
    .page-mycontract .share-list .share-item:last-child {
      margin: 0; }
    .page-mycontract .share-list .disabled {
      cursor: default;
      opacity: 0.2; }
  .page-mycontract .age-gate {
    margin: 0 auto;
    padding-top: 40px;
    position: relative;
    width: 300px; }
    @media all and (min-width: 768px) {
      .page-mycontract .age-gate {
        width: 360px; } }
    .page-mycontract .age-gate .age-arrow {
      background: url("dist/images/mycontract/my-contract-arrow.png") no-repeat;
      height: 129px;
      left: 93px;
      opacity: 1;
      position: absolute;
      top: -119px;
      -webkit-transition: opacity 0.2s cubic-bezier(0.666, 0, 0.333, 1);
      transition: opacity 0.2s cubic-bezier(0.666, 0, 0.333, 1);
      width: 35px; }
      @media all and (min-width: 768px) {
        .page-mycontract .age-gate .age-arrow {
          left: 84px; } }
    .page-mycontract .age-gate .age-text {
      color: #189ece;
      font-family: "steadyregular", Georgia, serif;
      font-size: 30px;
      height: 32px;
      line-height: 32px;
      opacity: 1;
      overflow: hidden;
      text-align: center;
      -webkit-transition: all 0.2s cubic-bezier(0.666, 0, 0.333, 1);
      transition: all 0.2s cubic-bezier(0.666, 0, 0.333, 1); }
    .page-mycontract .age-gate .age-check {
      border-radius: 40px;
      color: #3f3f39;
      cursor: pointer;
      font-family: "DinReg", Helvetica, Arial, sans-serif;
      font-size: 14px;
      line-height: 29px;
      margin-top: 10px;
      padding: 23px 23px 23px 87px;
      position: relative;
      width: auto; }
      @media all and (min-width: 768px) {
        .page-mycontract .age-gate .age-check {
          font-size: 18px;
          padding: 23px 23px 23px 87px;
          width: 360px; } }
      .page-mycontract .age-gate .age-check .checkbox {
        border: 3px solid #3f3f39;
        border-radius: 2px;
        height: 29px;
        left: 38px;
        position: absolute;
        top: 23px;
        width: 29px; }
      .page-mycontract .age-gate .age-check .icon-check {
        font-size: 60px;
        left: 25px;
        position: absolute;
        top: 5px; }
    .page-mycontract .age-gate .age-check:hover {
      background: #f7f7f7; }
    .page-mycontract .age-gate .age-confirmed:hover {
      background: none; }
  .page-mycontract .load-font {
    font-family: 'Waiting for the Sunrise';
    top: -5000px;
    position: absolute; }

/* Team */
/*-----------------------------------------------------------*/
.page-products .header-nav .nav-logo {
  background: #5baa4b;
  color: #cde3b0; }

#page-products {
  overflow: hidden; }
  #page-products .product-hero-mobile {
    display: block;
    height: 603px;
    margin-top: 40px; }
    @media all and (min-width: 1024px) {
      #page-products .product-hero-mobile {
        display: none; } }
    #page-products .product-hero-mobile .hero-top {
      background: #4dbbde;
      height: 403px;
      overflow: hidden;
      position: relative;
      text-align: center;
      width: 100%; }
      #page-products .product-hero-mobile .hero-top .celeb {
        background: url("/wp-content/themes/fnv/dist/images/products/hero-cam.png") center 0 no-repeat;
        background-size: 500px 403px;
        height: 403px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 5; }
        #page-products .product-hero-mobile .hero-top .celeb img {
          display: none;
          width: 60%; }
      #page-products .product-hero-mobile .hero-top .svg-white {
        height: 50px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 4; }
      #page-products .product-hero-mobile .hero-top .svg-lightblue {
        bottom: 0;
        height: 50px;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 6; }
    #page-products .product-hero-mobile .hero-bot {
      background: #189fcf;
      height: 200px;
      overflow: hidden;
      position: relative;
      width: 100%; }
      #page-products .product-hero-mobile .hero-bot .headline {
        left: 50%;
        position: absolute;
        top: 5%;
        -webkit-transform: translateX(-80%);
                transform: translateX(-80%);
        width: 725px;
        z-index: 5; }
        @media all and (min-width: 768px) {
          #page-products .product-hero-mobile .hero-bot .headline {
            top: 5%;
            width: 775px; } }
      #page-products .product-hero-mobile .hero-bot .svg-white {
        bottom: 0;
        height: 50px;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 6; }
  #page-products .product-hero-desktop {
    display: none;
    height: 700px;
    line-height: 0;
    overflow: hidden;
    padding-top: 100px;
    position: relative;
    z-index: 5; }
    @media all and (min-width: 1024px) {
      #page-products .product-hero-desktop {
        display: block; } }
    #page-products .product-hero-desktop .top-background {
      height: 320px;
      left: 0;
      position: absolute;
      bottom: 0;
      width: 100%;
      z-index: 3; }
      @media all and (min-width: 768px) {
        #page-products .product-hero-desktop .top-background {
          height: 600px; } }
      #page-products .product-hero-desktop .top-background polygon {
        background: #ffffff;
        position: absolute; }
      #page-products .product-hero-desktop .top-background .top {
        top: 0;
        width: 0; }
      #page-products .product-hero-desktop .top-background .bottom {
        bottom: 0; }
    #page-products .product-hero-desktop .bot-background {
      height: 120px;
      left: 0;
      position: absolute;
      bottom: 0;
      width: 100%;
      z-index: 10; }
    #page-products .product-hero-desktop .headline {
      background: url("/wp-content/themes/fnv/dist/images/products/products-headline.png");
      background-size: 792px 767px;
      height: 767px;
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-40%, -2%);
              transform: translate(-40%, -2%);
      -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.666, 0, 0.333, 1);
      transition: -webkit-transform 0.2s cubic-bezier(0.666, 0, 0.333, 1);
      transition: transform 0.2s cubic-bezier(0.666, 0, 0.333, 1);
      transition: transform 0.2s cubic-bezier(0.666, 0, 0.333, 1), -webkit-transform 0.2s cubic-bezier(0.666, 0, 0.333, 1);
      width: 792px;
      z-index: 4; }
      #page-products .product-hero-desktop .headline .burst {
        background: url("/wp-content/themes/fnv/dist/images/products/cam-burst.png");
        height: 40px;
        opacity: 1;
        position: absolute;
        right: 110px;
        top: -70px;
        -webkit-transition: all 0.5s 0.2s cubic-bezier(0.666, 0, 0.333, 1);
        transition: all 0.5s 0.2s cubic-bezier(0.666, 0, 0.333, 1);
        width: 88px;
        z-index: 4; }
    #page-products .product-hero-desktop .celeb {
      bottom: 0;
      left: 50%;
      position: absolute;
      -webkit-transform: translateX(-75%);
              transform: translateX(-75%);
      width: 700px;
      z-index: 5; }
      #page-products .product-hero-desktop .celeb .name {
        bottom: 30%;
        color: #ffffff;
        font-family: "DinReg", Helvetica, Arial, sans-serif;
        font-size: 15px;
        left: 5%;
        line-height: 20px;
        position: absolute;
        z-index: 11; }
    #page-products .product-hero-desktop .load-header {
      -webkit-transform: translate(-65%, 20%);
              transform: translate(-65%, 20%); }
      #page-products .product-hero-desktop .load-header .burst {
        opacity: 0;
        top: -40px; }
  #page-products .product-hero-mid {
    background: #f3f1ed;
    height: 326px;
    margin: 60px 0 40px;
    position: relative;
    width: 100%; }
    @media all and (min-width: 1024px) {
      #page-products .product-hero-mid {
        height: 560px;
        margin: 60px 0 0; } }
    #page-products .product-hero-mid svg {
      height: 50px;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 4; }
      @media all and (min-width: 768px) {
        #page-products .product-hero-mid svg {
          height: 100px; } }
    #page-products .product-hero-mid .celeb {
      line-height: 0;
      margin: 0 auto;
      position: relative;
      width: 320px;
      z-index: 5; }
      @media all and (min-width: 1024px) {
        #page-products .product-hero-mid .celeb {
          bottom: 0;
          left: 50%;
          margin: 0;
          position: absolute;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: 640px; } }
      #page-products .product-hero-mid .celeb .name {
        bottom: -40px;
        color: #3f3f39;
        font-family: "DinReg", Helvetica, Arial, sans-serif;
        font-size: 15px;
        left: 0;
        line-height: 20px;
        position: absolute;
        text-align: center;
        width: 100%;
        z-index: 11; }
        @media all and (min-width: 1024px) {
          #page-products .product-hero-mid .celeb .name {
            bottom: 50%;
            left: 0;
            text-align: left;
            width: auto; } }
        #page-products .product-hero-mid .celeb .name span {
          display: inline; }
          @media all and (min-width: 1024px) {
            #page-products .product-hero-mid .celeb .name span {
              display: block; } }
  #page-products .products-controls {
    color: #afafad;
    display: none;
    font-family: "DinReg", Helvetica, Arial, sans-serif;
    height: 50px;
    margin: 40px auto;
    padding: 0 3%;
    max-width: 1440px; }
    @media all and (min-width: 768px) {
      #page-products .products-controls {
        display: block;
        height: auto; } }
    @media all and (min-width: 1024px) {
      #page-products .products-controls {
        height: 50px; } }
    #page-products .products-controls .controls-section {
      display: none;
      float: left;
      height: 50px; }
      @media all and (min-width: 1024px) {
        #page-products .products-controls .controls-section {
          display: block; } }
      #page-products .products-controls .controls-section .page {
        color: #afafad;
        float: left;
        font-size: 14px;
        height: 50px;
        line-height: 52px;
        text-transform: uppercase; }
      #page-products .products-controls .controls-section .page:hover {
        color: #60ab4b; }
      #page-products .products-controls .controls-section .page-current {
        color: #60ab4b; }
      #page-products .products-controls .controls-section .br {
        color: #c7c7c5;
        float: left;
        font-family: Helvetica, Arial, sans-serif;
        font-size: 30px;
        font-weight: 300;
        height: 50px;
        line-height: 52px;
        padding: 0 15px; }
    #page-products .products-controls .controls-type {
      float: left;
      position: relative; }
      @media all and (min-width: 768px) {
        #page-products .products-controls .controls-type {
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); } }
      @media all and (min-width: 1024px) {
        #page-products .products-controls .controls-type {
          float: right;
          left: auto;
          -webkit-transform: translateX(0);
                  transform: translateX(0); } }
      #page-products .products-controls .controls-type .showme {
        float: left;
        height: 50px;
        line-height: 52px;
        text-transform: uppercase; }
        @media all and (min-width: 768px) {
          #page-products .products-controls .controls-type .showme {
            float: none;
            text-align: center; } }
        @media all and (min-width: 1024px) {
          #page-products .products-controls .controls-type .showme {
            float: left;
            margin-right: 30px;
            text-align: left; } }
      #page-products .products-controls .controls-type .type {
        border-radius: 999px;
        cursor: pointer;
        float: left;
        font-size: 18px;
        height: 50px;
        line-height: 44px;
        padding: 0 20px;
        position: relative;
        width: 190px; }
      #page-products .products-controls .controls-type .type-veggie {
        background: #60ab4b;
        border: 3px solid #60ab4b;
        color: #bbdfac;
        margin-right: 10px; }
      #page-products .products-controls .controls-type .type-fruit {
        background: #c13044;
        border: 3px solid #c13044;
        color: #fdb7b1; }
      #page-products .products-controls .controls-type .type-veggie.hide {
        color: #60ab4b;
        background: transparent; }
      #page-products .products-controls .controls-type .type-fruit.hide {
        background: transparent;
        color: #c13044; }
      #page-products .products-controls .controls-type .type:after, #page-products .products-controls .controls-type .hide:after {
        content: "\00D7";
        font-size: 24px;
        position: absolute;
        right: 20px;
        top: 0; }
      #page-products .products-controls .controls-type .hide:after {
        content: "\002B"; }
  #page-products .product-list {
    padding: 3% 0 0 3%;
    position: relative;
    z-index: 10;
    /* Larger modules */
    /*-----------------------------------------------------------*/
    /*-----------------------------------------------------------*/ }
    @media all and (min-width: 1280px) {
      #page-products .product-list {
        margin: 0 auto;
        max-width: 1440px; } }
    #page-products .product-list .product-item {
      background: #f3f1ed;
      -webkit-box-shadow: 0 6px 54px rgba(0, 0, 0, 0.05);
              box-shadow: 0 6px 54px rgba(0, 0, 0, 0.05);
      float: left;
      margin: 0 3% 3% 0;
      opacity: 0.3;
      padding-bottom: 70%;
      position: relative;
      -webkit-transition: z-index 0.2s step-end, -webkit-box-shadow 0.2s cubic-bezier(0.666, 0, 0.333, 1);
      transition: z-index 0.2s step-end, -webkit-box-shadow 0.2s cubic-bezier(0.666, 0, 0.333, 1);
      transition: box-shadow 0.2s cubic-bezier(0.666, 0, 0.333, 1), z-index 0.2s step-end;
      transition: box-shadow 0.2s cubic-bezier(0.666, 0, 0.333, 1), z-index 0.2s step-end, -webkit-box-shadow 0.2s cubic-bezier(0.666, 0, 0.333, 1);
      width: 47%; }
      @media all and (min-width: 1024px) {
        #page-products .product-list .product-item {
          padding-bottom: 33%;
          width: 22%; } }
      #page-products .product-list .product-item .item-image, #page-products .product-list .product-item .item-details {
        height: 72%;
        left: 0;
        overflow: hidden;
        position: absolute;
        text-align: center;
        top: 0;
        -webkit-transition: all 0.2s cubic-bezier(0.666, 0, 0.333, 1);
        transition: all 0.2s cubic-bezier(0.666, 0, 0.333, 1);
        width: 100%; }
        #page-products .product-list .product-item .item-image img, #page-products .product-list .product-item .item-details img {
          -webkit-transition: all 0.2s cubic-bezier(0.666, 0, 0.333, 1);
          transition: all 0.2s cubic-bezier(0.666, 0, 0.333, 1); }
      #page-products .product-list .product-item .item-details {
        background: #ffffff;
        bottom: 0;
        height: auto;
        left: 0;
        overflow: hidden;
        text-align: left;
        top: auto;
        padding: 9%; }
        @media all and (min-width: 768px) {
          #page-products .product-list .product-item .item-details {
            height: 28%; } }
        #page-products .product-list .product-item .item-details .details-name {
          color: #3f3f39;
          font-family: "DinBold", Helvetica, Arial, sans-serif;
          font-size: 12px;
          line-height: 14px;
          text-transform: uppercase; }
          @media all and (min-width: 768px) {
            #page-products .product-list .product-item .item-details .details-name {
              font-size: 15px;
              line-height: 17px;
              margin-bottom: 6%; } }
          @media all and (min-width: 1280px) {
            #page-products .product-list .product-item .item-details .details-name {
              font-size: 17px;
              line-height: 19px; } }
        #page-products .product-list .product-item .item-details .details-description {
          color: #afafad;
          display: none;
          font-family: "DinLight", Helvetica, Arial, sans-serif;
          font-size: 13px;
          line-height: 15px;
          overflow: hidden; }
          @media all and (min-width: 768px) {
            #page-products .product-list .product-item .item-details .details-description {
              display: block;
              font-size: 14px;
              line-height: 18px; } }
          @media all and (min-width: 1024px) {
            #page-products .product-list .product-item .item-details .details-description {
              font-size: 13px;
              line-height: 15px; } }
          @media all and (min-width: 1280px) {
            #page-products .product-list .product-item .item-details .details-description {
              font-size: 15px;
              line-height: 19px; } }
        #page-products .product-list .product-item .item-details .details-fade {
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, white));
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 70%);
          bottom: 0;
          display: none;
          height: 70%;
          left: 0;
          position: absolute;
          -webkit-transition: all 0.2s cubic-bezier(0.666, 0, 0.333, 1);
          transition: all 0.2s cubic-bezier(0.666, 0, 0.333, 1);
          width: 100%; }
          @media all and (min-width: 1024px) {
            #page-products .product-list .product-item .item-details .details-fade {
              display: block; } }
      #page-products .product-list .product-item .item-colors {
        margin: 0 9%;
        padding: 3% 0;
        position: absolute;
        top: 70%;
        width: 82%;
        z-index: 60; }
        @media all and (min-width: 768px) {
          #page-products .product-list .product-item .item-colors {
            top: 62%; } }
        #page-products .product-list .product-item .item-colors .color-count {
          color: #afafad;
          display: none;
          float: left;
          font-family: "DinLight", Helvetica, Arial, sans-serif;
          font-size: 13px;
          height: 13px;
          line-height: 13px;
          -webkit-transition: -webkit-transform 0.2s 0.2s cubic-bezier(0.666, 0, 0.333, 1);
          transition: -webkit-transform 0.2s 0.2s cubic-bezier(0.666, 0, 0.333, 1);
          transition: transform 0.2s 0.2s cubic-bezier(0.666, 0, 0.333, 1);
          transition: transform 0.2s 0.2s cubic-bezier(0.666, 0, 0.333, 1), -webkit-transform 0.2s 0.2s cubic-bezier(0.666, 0, 0.333, 1); }
          @media all and (min-width: 768px) {
            #page-products .product-list .product-item .item-colors .color-count {
              display: block; } }
        #page-products .product-list .product-item .item-colors .color-swatches {
          height: 13px;
          text-align: center;
          -webkit-transition: -webkit-transform 0.2s 0.2s cubic-bezier(0.666, 0, 0.333, 1);
          transition: -webkit-transform 0.2s 0.2s cubic-bezier(0.666, 0, 0.333, 1);
          transition: transform 0.2s 0.2s cubic-bezier(0.666, 0, 0.333, 1);
          transition: transform 0.2s 0.2s cubic-bezier(0.666, 0, 0.333, 1), -webkit-transform 0.2s 0.2s cubic-bezier(0.666, 0, 0.333, 1);
          width: 100%; }
          @media all and (min-width: 768px) {
            #page-products .product-list .product-item .item-colors .color-swatches {
              float: right;
              width: auto; } }
          #page-products .product-list .product-item .item-colors .color-swatches .dot {
            border-radius: 100%;
            display: inline-block;
            height: 13px;
            margin-right: 4px;
            width: 13px; }
          #page-products .product-list .product-item .item-colors .color-swatches .dot:last-child {
            margin: 0; }
        #page-products .product-list .product-item .item-colors .color-br {
          background: #f3f1ed;
          bottom: -25%;
          display: none;
          height: 2px;
          left: 50%;
          position: absolute;
          -webkit-transition: all 0.3s cubic-bezier(0.666, 0, 0.333, 1);
          transition: all 0.3s cubic-bezier(0.666, 0, 0.333, 1);
          width: 1%; }
          @media all and (min-width: 768px) {
            #page-products .product-list .product-item .item-colors .color-br {
              display: block; } }
          @media all and (min-width: 1280px) {
            #page-products .product-list .product-item .item-colors .color-br {
              bottom: -40%; } }
    #page-products .product-list .allow-hover {
      opacity: 1; }
    @media all and (min-width: 1024px) {
      #page-products .product-list .allow-hover:hover {
        -webkit-box-shadow: 0 80px 100px rgba(0, 0, 0, 0.1);
                box-shadow: 0 80px 100px rgba(0, 0, 0, 0.1);
        -webkit-transition: z-index 0.2s step-start, -webkit-box-shadow 0.2s cubic-bezier(0.666, 0, 0.333, 1);
        transition: z-index 0.2s step-start, -webkit-box-shadow 0.2s cubic-bezier(0.666, 0, 0.333, 1);
        transition: box-shadow 0.2s cubic-bezier(0.666, 0, 0.333, 1), z-index 0.2s step-start;
        transition: box-shadow 0.2s cubic-bezier(0.666, 0, 0.333, 1), z-index 0.2s step-start, -webkit-box-shadow 0.2s cubic-bezier(0.666, 0, 0.333, 1);
        z-index: 5000; } }
    @media all and (min-width: 1024px) {
      #page-products .product-list .allow-hover:hover .item-image {
        height: 82%;
        left: -5%;
        top: -5%;
        width: 110%; } }
    @media all and (min-width: 1024px) {
      #page-products .product-list .allow-hover:hover .item-details {
        bottom: -15%;
        height: 58%;
        left: -5%;
        padding: 31.5% 14% 14%;
        width: 110%;
        z-index: 50; } }
    @media all and (min-width: 1024px) {
      #page-products .product-list .allow-hover:hover .item-details .details-fade {
        opacity: 0; } }
    @media all and (min-width: 1024px) {
      #page-products .product-list .allow-hover:hover .item-colors .color-br {
        left: 0;
        width: 100%; } }
    #page-products .product-list .allow-hover:hover .disabled {
      display: none; }
    #page-products .product-list .product-module {
      -webkit-box-shadow: none;
              box-shadow: none;
      height: auto;
      line-height: 0;
      margin: 0 3% 3% 0;
      position: relative;
      text-align: center;
      width: 97%;
      /* Avocado spinner */
      /*-----------------------------------------------------------*/
      /* Broccoli hotspots */
      /*-----------------------------------------------------------*/
      /* Apple color changer */
      /*-----------------------------------------------------------*/ }
      @media all and (min-width: 1024px) {
        #page-products .product-list .product-module {
          padding-bottom: 69%;
          width: 47%; } }
      @media all and (min-width: 1024px) {
        #page-products .product-list .product-module .module-container {
          left: 0;
          position: absolute;
          top: 0;
          width: 100%; } }
      #page-products .product-list .product-module .module-spinner {
        overflow: hidden;
        padding: 20px 0 40px;
        position: relative; }
        @media all and (min-width: 1024px) {
          #page-products .product-list .product-module .module-spinner {
            padding: 0;
            position: absolute;
            top: 48%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); } }
        #page-products .product-list .product-module .module-spinner .spinner {
          text-align: center;
          width: 100%; }
          #page-products .product-list .product-module .module-spinner .spinner .avocado-container {
            height: 360px;
            margin: 0 auto;
            text-align: center;
            width: 290px; }
            @media all and (min-width: 580px) {
              #page-products .product-list .product-module .module-spinner .spinner .avocado-container {
                height: 458px; } }
            @media all and (min-width: 768px) {
              #page-products .product-list .product-module .module-spinner .spinner .avocado-container {
                height: 525px; } }
            @media all and (min-width: 1024px) {
              #page-products .product-list .product-module .module-spinner .spinner .avocado-container {
                height: 458px; } }
            @media all and (min-width: 1160px) {
              #page-products .product-list .product-module .module-spinner .spinner .avocado-container {
                height: 525px; } }
            @media all and (min-width: 1280px) {
              #page-products .product-list .product-module .module-spinner .spinner .avocado-container {
                height: 600px;
                width: 435px; } }
            #page-products .product-list .product-module .module-spinner .spinner .avocado-container .avocado {
              background: url("dist/images/products/featured-avocado-sprite.png") repeat-x;
              background-size: 7395px 600px;
              display: inline-block;
              height: 600px;
              position: relative;
              -webkit-transform: scale(0.6, 0.6) translateX(37px);
                      transform: scale(0.6, 0.6) translateX(37px);
              -webkit-transform-origin: 0 0;
                      transform-origin: 0 0;
              width: 435px;
              z-index: 600; }
              @media all and (min-width: 580px) {
                #page-products .product-list .product-module .module-spinner .spinner .avocado-container .avocado {
                  -webkit-transform: scale(0.75, 0.75) translateX(-18px);
                          transform: scale(0.75, 0.75) translateX(-18px); } }
              @media all and (min-width: 768px) {
                #page-products .product-list .product-module .module-spinner .spinner .avocado-container .avocado {
                  -webkit-transform: scale(0.88, 0.88) translateX(-52px);
                          transform: scale(0.88, 0.88) translateX(-52px); } }
              @media all and (min-width: 1024px) {
                #page-products .product-list .product-module .module-spinner .spinner .avocado-container .avocado {
                  -webkit-transform: scale(0.75, 0.75) translateX(-18px);
                          transform: scale(0.75, 0.75) translateX(-18px); } }
              @media all and (min-width: 1160px) {
                #page-products .product-list .product-module .module-spinner .spinner .avocado-container .avocado {
                  -webkit-transform: scale(0.88, 0.88) translateX(-52px);
                          transform: scale(0.88, 0.88) translateX(-52px); } }
              @media all and (min-width: 1280px) {
                #page-products .product-list .product-module .module-spinner .spinner .avocado-container .avocado {
                  -webkit-transform: scale(1, 1) translateX(0);
                          transform: scale(1, 1) translateX(0); } }
            #page-products .product-list .product-module .module-spinner .spinner .avocado-container .drag {
              background: url("dist/images/products/avocado-drag.png");
              height: 55px;
              left: 50%;
              opacity: 1;
              position: absolute;
              top: 200px;
              -webkit-transform: translateX(-48%) scale(0.75, 0.75);
                      transform: translateX(-48%) scale(0.75, 0.75);
              -webkit-transition: opacity 0.4s cubic-bezier(0.666, 0, 0.333, 1);
              transition: opacity 0.4s cubic-bezier(0.666, 0, 0.333, 1);
              width: 271px;
              z-index: 605; }
              @media all and (min-width: 580px) {
                #page-products .product-list .product-module .module-spinner .spinner .avocado-container .drag {
                  top: 260px;
                  -webkit-transform: translateX(-50%) scale(0.75, 0.75);
                          transform: translateX(-50%) scale(0.75, 0.75); } }
              @media all and (min-width: 768px) {
                #page-products .product-list .product-module .module-spinner .spinner .avocado-container .drag {
                  top: 300px;
                  -webkit-transform: translateX(-50%) scale(0.88, 0.88);
                          transform: translateX(-50%) scale(0.88, 0.88); } }
              @media all and (min-width: 1024px) {
                #page-products .product-list .product-module .module-spinner .spinner .avocado-container .drag {
                  top: 260px;
                  -webkit-transform: translateX(-50%) scale(0.75, 0.75);
                          transform: translateX(-50%) scale(0.75, 0.75); } }
              @media all and (min-width: 1160px) {
                #page-products .product-list .product-module .module-spinner .spinner .avocado-container .drag {
                  top: 300px;
                  -webkit-transform: translateX(-50%) scale(0.88, 0.88);
                          transform: translateX(-50%) scale(0.88, 0.88); } }
              @media all and (min-width: 1280px) {
                #page-products .product-list .product-module .module-spinner .spinner .avocado-container .drag {
                  top: 340px;
                  -webkit-transform: translateX(-50%) scale(1, 1);
                          transform: translateX(-50%) scale(1, 1); } }
          #page-products .product-list .product-module .module-spinner .spinner .avocado-blurb-wrapper {
            height: 120px;
            margin: 0 auto;
            position: relative;
            width: 300px; }
            @media all and (min-width: 580px) {
              #page-products .product-list .product-module .module-spinner .spinner .avocado-blurb-wrapper {
                width: 360px; } }
          #page-products .product-list .product-module .module-spinner .spinner .avocado-blurb {
            background: #ffffff;
            color: #3f3f39;
            font-family: "DinLight", Helvetica, Arial, sans-serif;
            font-size: 14px;
            line-height: 18px;
            opacity: 0;
            padding: 20px 20px;
            position: absolute;
            right: 0;
            text-align: center;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            -webkit-transition: all 1s cubic-bezier(0.666, 0, 0.333, 1);
            transition: all 1s cubic-bezier(0.666, 0, 0.333, 1);
            width: 300px;
            z-index: 575; }
            @media all and (min-width: 580px) {
              #page-products .product-list .product-module .module-spinner .spinner .avocado-blurb {
                font-size: 14px;
                line-height: 18px;
                width: 360px; } }
            @media all and (min-width: 768px) {
              #page-products .product-list .product-module .module-spinner .spinner .avocado-blurb {
                font-size: 16px;
                line-height: 21px; } }
            @media all and (min-width: 1024px) {
              #page-products .product-list .product-module .module-spinner .spinner .avocado-blurb {
                font-size: 14px;
                line-height: 18px; } }
            @media all and (min-width: 1160px) {
              #page-products .product-list .product-module .module-spinner .spinner .avocado-blurb {
                font-size: 16px;
                line-height: 21px; } }
            @media all and (min-width: 1280px) {
              #page-products .product-list .product-module .module-spinner .spinner .avocado-blurb {
                font-size: 18px;
                line-height: 25px; } }
          #page-products .product-list .product-module .module-spinner .spinner .blurb-active {
            opacity: 1;
            right: 0; }
          #page-products .product-list .product-module .module-spinner .spinner .avocado-box {
            border: 2px solid #5baa4b;
            color: #5baa4b;
            display: inline-block;
            font-family: "steadyregular", Georgia, serif;
            font-size: 20px;
            height: 48px;
            line-height: 44px;
            margin: 24px auto 0;
            padding: 0 14px;
            position: relative;
            text-align: center;
            width: auto;
            z-index: 550; }
            #page-products .product-list .product-module .module-spinner .spinner .avocado-box .helvetica {
              font-family: Helvetica, Arial, sans-serif;
              font-size: 16px; }
            @media all and (min-width: 580px) {
              #page-products .product-list .product-module .module-spinner .spinner .avocado-box {
                border: 3px solid #5baa4b;
                font-size: 27px;
                height: 56px;
                line-height: 50px; } }
            @media all and (min-width: 768px) {
              #page-products .product-list .product-module .module-spinner .spinner .avocado-box {
                font-size: 30px;
                height: 60px;
                line-height: 54px;
                margin: 30px auto 0;
                padding: 0 20px; } }
            @media all and (min-width: 1024px) {
              #page-products .product-list .product-module .module-spinner .spinner .avocado-box {
                font-size: 27px;
                height: 56px;
                line-height: 50px; } }
            @media all and (min-width: 1160px) {
              #page-products .product-list .product-module .module-spinner .spinner .avocado-box {
                font-size: 30px;
                height: 60px;
                line-height: 54px; } }
            @media all and (min-width: 1280px) {
              #page-products .product-list .product-module .module-spinner .spinner .avocado-box {
                font-size: 36px;
                height: 72px;
                line-height: 70px;
                padding: 0 25px; } }
          #page-products .product-list .product-module .module-spinner .spinner .avocado-box:before {
            background: #5baa4b;
            content: " ";
            height: 310px;
            left: 50%;
            position: absolute;
            top: -310px;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
            width: 2px; }
            @media all and (min-width: 580px) {
              #page-products .product-list .product-module .module-spinner .spinner .avocado-box:before {
                width: 3px; } }
            @media all and (min-width: 768px) {
              #page-products .product-list .product-module .module-spinner .spinner .avocado-box:before {
                height: 320px;
                top: -320px; } }
            @media all and (min-width: 1024px) {
              #page-products .product-list .product-module .module-spinner .spinner .avocado-box:before {
                height: 310px;
                top: -310px;
                width: 3px; } }
            @media all and (min-width: 1280px) {
              #page-products .product-list .product-module .module-spinner .spinner .avocado-box:before {
                height: 320px;
                top: -320px;
                width: 3px; } }
          #page-products .product-list .product-module .module-spinner .spinner .avocado-box:after {
            border: 2px solid #5baa4b;
            border-radius: 100%;
            content: " ";
            height: 10px;
            left: 50%;
            position: absolute;
            top: -322px;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
            width: 10px; }
            @media all and (min-width: 768px) {
              #page-products .product-list .product-module .module-spinner .spinner .avocado-box:after {
                border: 3px solid #5baa4b;
                top: -335px; } }
            @media all and (min-width: 1024px) {
              #page-products .product-list .product-module .module-spinner .spinner .avocado-box:after {
                border: 2px solid #5baa4b;
                top: -322px; } }
            @media all and (min-width: 1280px) {
              #page-products .product-list .product-module .module-spinner .spinner .avocado-box:after {
                border: 3px solid #5baa4b;
                top: -335px; } }
      #page-products .product-list .product-module .module-hotspots {
        padding: 20px 0 40px; }
        @media all and (min-width: 1024px) {
          #page-products .product-list .product-module .module-hotspots {
            padding: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); } }
        #page-products .product-list .product-module .module-hotspots .broccoli {
          background: url("dist/images/products/featured-broccoli.png") 30px 0 no-repeat;
          /* SMALL */
          background-position: 30px 0;
          background-size: 252px 295px;
          height: 295px;
          margin: 0 auto;
          position: relative;
          width: 282px;
          z-index: 600;
          -webkit-transform: translate3d(0, 0, 0);
                  transform: translate3d(0, 0, 0); }
          @media all and (min-width: 580px) {
            #page-products .product-list .product-module .module-hotspots .broccoli {
              /* LARGE */
              background-position: 50px 0;
              background-size: 420px 492px;
              height: 492px;
              width: 470px; } }
          @media all and (min-width: 1024px) {
            #page-products .product-list .product-module .module-hotspots .broccoli {
              /* SMALL */
              background-position: 30px 0;
              background-size: 252px 295px;
              height: 295px;
              width: 282px; } }
          @media all and (min-width: 1280px) {
            #page-products .product-list .product-module .module-hotspots .broccoli {
              /* LARGE */
              background-position: 50px 0;
              background-size: 420px 492px;
              height: 492px;
              width: 470px; } }
          #page-products .product-list .product-module .module-hotspots .broccoli .hotspot {
            border: 6px solid #ffffff;
            border-radius: 100%;
            -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.65);
                    box-shadow: 0 0 10px rgba(0, 0, 0, 0.65);
            height: 95px;
            left: 0;
            overflow: hidden;
            position: absolute;
            top: 0;
            -webkit-transform: scale(0.3, 0.3);
                    transform: scale(0.3, 0.3);
            -webkit-transition: all 0.2s cubic-bezier(0.666, 0, 0.333, 1);
            transition: all 0.2s cubic-bezier(0.666, 0, 0.333, 1);
            width: 95px;
            z-index: 605; }
            @media all and (min-width: 580px) {
              #page-products .product-list .product-module .module-hotspots .broccoli .hotspot {
                border: 10px solid #ffffff;
                -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.65);
                        box-shadow: 0 0 20px rgba(0, 0, 0, 0.65);
                height: 190px;
                width: 190px; } }
            @media all and (min-width: 1024px) {
              #page-products .product-list .product-module .module-hotspots .broccoli .hotspot {
                border: 5px solid #ffffff;
                -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.65);
                        box-shadow: 0 0 10px rgba(0, 0, 0, 0.65);
                height: 95px;
                width: 95px; } }
            @media all and (min-width: 1280px) {
              #page-products .product-list .product-module .module-hotspots .broccoli .hotspot {
                border: 10px solid #ffffff;
                -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.65);
                        box-shadow: 0 0 20px rgba(0, 0, 0, 0.65);
                height: 190px;
                width: 190px; } }
            #page-products .product-list .product-module .module-hotspots .broccoli .hotspot .hotspot-inside {
              background: url("dist/images/products/featured-broccoli.png") -24px -85px no-repeat;
              border-radius: 100%;
              height: 100%;
              left: 0;
              opacity: 0;
              position: absolute;
              top: 0;
              -webkit-transition: opacity 0.2s cubic-bezier(0.666, 0, 0.333, 1);
              transition: opacity 0.2s cubic-bezier(0.666, 0, 0.333, 1);
              width: 100%; }
            #page-products .product-list .product-module .module-hotspots .broccoli .hotspot .hotspot-inside-glare {
              background: rgba(255, 255, 255, 0.3);
              border-radius: 100%;
              -webkit-box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.3);
                      box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.3);
              height: 100%;
              left: 0;
              opacity: 1;
              position: absolute;
              top: 0;
              -webkit-transition: opacity 0.2s cubic-bezier(0.666, 0, 0.333, 1);
              transition: opacity 0.2s cubic-bezier(0.666, 0, 0.333, 1);
              width: 100%; }
          #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-active {
            border: 3px solid #ffffff;
            opacity: 1;
            -webkit-transform: scale(1, 1);
                    transform: scale(1, 1);
            -webkit-transition: all 0.2s cubic-bezier(0.666, 0, 0.333, 1);
            transition: all 0.2s cubic-bezier(0.666, 0, 0.333, 1);
            z-index: 610; }
            @media all and (min-width: 580px) {
              #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-active {
                border: 2px solid #ffffff; } }
            @media all and (min-width: 768px) {
              #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-active {
                border: 4px solid #ffffff; } }
            #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-active .hotspot-inside {
              opacity: 1; }
            #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-active .hotspot-inside-glare {
              opacity: 0; }
          #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-1 {
            left: 5px;
            top: 10px; }
            @media all and (min-width: 580px) {
              #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-1 {
                left: 0;
                top: 0; } }
            @media all and (min-width: 1024px) {
              #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-1 {
                left: 5px;
                top: 10px; } }
            @media all and (min-width: 1280px) {
              #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-1 {
                left: 0;
                top: 0; } }
            #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-1 .hotspot-inside {
              background-position: -38px -155px; }
              @media all and (min-width: 580px) {
                #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-1 .hotspot-inside {
                  background-position: -24px -85px; } }
              @media all and (min-width: 1024px) {
                #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-1 .hotspot-inside {
                  background-position: -38px -155px; } }
              @media all and (min-width: 1280px) {
                #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-1 .hotspot-inside {
                  background-position: -24px -85px; } }
          #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-2 {
            left: 40px;
            top: 52px; }
            @media all and (min-width: 580px) {
              #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-2 {
                left: 55px;
                top: 65px; } }
            #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-2 .hotspot-inside {
              background-position: -146px -291px; }
              @media all and (min-width: 580px) {
                #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-2 .hotspot-inside {
                  background-position: -136px -201px; } }
          #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-3 {
            left: 120px;
            top: -24px; }
            @media all and (min-width: 580px) {
              #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-3 {
                left: 200px;
                top: -50px; } }
            @media all and (min-width: 1024px) {
              #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-3 {
                left: 120px;
                top: -24px; } }
            @media all and (min-width: 1280px) {
              #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-3 {
                left: 200px;
                top: -50px; } }
            #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-3 .hotspot-inside {
              background-position: -425px -40px; }
              @media all and (min-width: 580px) {
                #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-3 .hotspot-inside {
                  background-position: -340px 2px; } }
              @media all and (min-width: 1024px) {
                #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-3 .hotspot-inside {
                  background-position: -425px -40px; } }
              @media all and (min-width: 1280px) {
                #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-3 .hotspot-inside {
                  background-position: -340px 2px; } }
          #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-4 {
            left: 194px;
            top: 35px; }
            @media all and (min-width: 580px) {
              #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-4 {
                left: 310px;
                top: 45px; } }
            @media all and (min-width: 1024px) {
              #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-4 {
                left: 194px;
                top: 35px; } }
            @media all and (min-width: 1280px) {
              #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-4 {
                left: 310px;
                top: 45px; } }
            #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-4 .hotspot-inside {
              background-position: -660px -230px; }
              @media all and (min-width: 580px) {
                #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-4 .hotspot-inside {
                  background-position: -600px -170px; } }
              @media all and (min-width: 1024px) {
                #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-4 .hotspot-inside {
                  background-position: -660px -230px; } }
              @media all and (min-width: 1280px) {
                #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-4 .hotspot-inside {
                  background-position: -600px -170px; } }
          #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-5 {
            left: 90px;
            top: 125px; }
            @media all and (min-width: 580px) {
              #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-5 {
                left: 135px;
                top: 200px; } }
            @media all and (min-width: 1024px) {
              #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-5 {
                left: 90px;
                top: 125px; } }
            @media all and (min-width: 1280px) {
              #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-5 {
                left: 135px;
                top: 200px; } }
            #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-5 .hotspot-inside {
              background-position: -320px -560px; }
              @media all and (min-width: 580px) {
                #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-5 .hotspot-inside {
                  background-position: -280px -530px; } }
              @media all and (min-width: 1024px) {
                #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-5 .hotspot-inside {
                  background-position: -320px -560px; } }
              @media all and (min-width: 1280px) {
                #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-5 .hotspot-inside {
                  background-position: -280px -530px; } }
          #page-products .product-list .product-module .module-hotspots .broccoli .hotspot:before {
            border-top: 5px solid #ffffff;
            border-radius: 100%;
            content: " ";
            height: 50px;
            left: 10px;
            opacity: 1;
            position: absolute;
            top: 10px;
            -webkit-transform: rotate(-30deg);
                    transform: rotate(-30deg);
            -webkit-transition: opacity 0.2s cubic-bezier(0.666, 0, 0.333, 1);
            transition: opacity 0.2s cubic-bezier(0.666, 0, 0.333, 1);
            width: 60px; }
            @media all and (min-width: 580px) {
              #page-products .product-list .product-module .module-hotspots .broccoli .hotspot:before {
                border-top: 10px solid #ffffff;
                height: 100px;
                left: 20px;
                top: 20px;
                width: 120px; } }
            @media all and (min-width: 1024px) {
              #page-products .product-list .product-module .module-hotspots .broccoli .hotspot:before {
                border-top: 5px solid #ffffff;
                height: 50px;
                left: 10px;
                top: 10px;
                width: 60px; } }
            @media all and (min-width: 1280px) {
              #page-products .product-list .product-module .module-hotspots .broccoli .hotspot:before {
                border-top: 10px solid #ffffff;
                height: 100px;
                left: 20px;
                top: 20px;
                width: 120px; } }
          #page-products .product-list .product-module .module-hotspots .broccoli .hotspot-active:before {
            opacity: 0; }
        #page-products .product-list .product-module .module-hotspots .broccoli-blurb-wrapper {
          height: 110px;
          margin: 0 auto;
          position: relative;
          width: 300px; }
          @media all and (min-width: 580px) {
            #page-products .product-list .product-module .module-hotspots .broccoli-blurb-wrapper {
              width: 360px; } }
          @media all and (min-width: 1024px) {
            #page-products .product-list .product-module .module-hotspots .broccoli-blurb-wrapper {
              width: 300px; } }
          @media all and (min-width: 1280px) {
            #page-products .product-list .product-module .module-hotspots .broccoli-blurb-wrapper {
              width: 360px; } }
        #page-products .product-list .product-module .module-hotspots .broccoli-blurb {
          background: #ffffff;
          font-family: "DinLight", Helvetica, Arial, sans-serif;
          font-size: 14px;
          left: 0;
          line-height: 18px;
          opacity: 0;
          padding: 20px 20px;
          position: absolute;
          text-align: center;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          -webkit-transition: all 1s cubic-bezier(0.666, 0, 0.333, 1);
          transition: all 1s cubic-bezier(0.666, 0, 0.333, 1);
          width: 300px;
          z-index: 575; }
          @media all and (min-width: 580px) {
            #page-products .product-list .product-module .module-hotspots .broccoli-blurb {
              /* LARGE */
              font-size: 14px;
              line-height: 18px;
              width: 360px; } }
          @media all and (min-width: 1024px) {
            #page-products .product-list .product-module .module-hotspots .broccoli-blurb {
              font-size: 16px;
              line-height: 21px; } }
          @media all and (min-width: 1024px) {
            #page-products .product-list .product-module .module-hotspots .broccoli-blurb {
              /* SMALL */
              font-size: 14px;
              line-height: 18px;
              width: 300px; } }
          @media all and (min-width: 1280px) {
            #page-products .product-list .product-module .module-hotspots .broccoli-blurb {
              /* LARGE */
              font-size: 18px;
              line-height: 22px;
              width: 360px; } }
        #page-products .product-list .product-module .module-hotspots .blurb-active {
          left: 0;
          opacity: 1; }
        #page-products .product-list .product-module .module-hotspots .broccoli-box {
          border: 2px solid #5baa4b;
          color: #5baa4b;
          display: inline-block;
          font-family: "steadyregular", Georgia, serif;
          font-size: 20px;
          height: 48px;
          line-height: 44px;
          margin: 24px auto 0;
          padding: 0 14px;
          position: relative;
          text-align: center;
          width: auto;
          z-index: 550; }
          @media all and (min-width: 580px) {
            #page-products .product-list .product-module .module-hotspots .broccoli-box {
              border: 3px solid #5baa4b;
              font-size: 27px;
              height: 56px;
              line-height: 50px; } }
          @media all and (min-width: 768px) {
            #page-products .product-list .product-module .module-hotspots .broccoli-box {
              font-size: 30px;
              height: 60px;
              line-height: 54px;
              margin: 30px auto 0;
              padding: 0 20px; } }
          @media all and (min-width: 1024px) {
            #page-products .product-list .product-module .module-hotspots .broccoli-box {
              font-size: 27px;
              height: 56px;
              line-height: 50px; } }
          @media all and (min-width: 1160px) {
            #page-products .product-list .product-module .module-hotspots .broccoli-box {
              font-size: 30px;
              height: 60px;
              line-height: 54px; } }
          @media all and (min-width: 1280px) {
            #page-products .product-list .product-module .module-hotspots .broccoli-box {
              font-size: 36px;
              height: 72px;
              line-height: 70px;
              padding: 0 25px; } }
        #page-products .product-list .product-module .module-hotspots .broccoli-box:before {
          background: #5baa4b;
          content: " ";
          height: 310px;
          left: 50%;
          position: absolute;
          top: -310px;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: 2px; }
          @media all and (min-width: 768px) {
            #page-products .product-list .product-module .module-hotspots .broccoli-box:before {
              height: 320px;
              top: -320px;
              width: 3px; } }
        #page-products .product-list .product-module .module-hotspots .broccoli-box:after {
          border: 2px solid #5baa4b;
          border-radius: 100%;
          content: " ";
          height: 10px;
          left: 50%;
          position: absolute;
          top: -322px;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: 10px; }
          @media all and (min-width: 768px) {
            #page-products .product-list .product-module .module-hotspots .broccoli-box:after {
              border: 3px solid #5baa4b;
              top: -335px; } }
      #page-products .product-list .product-module .module-colorpicker {
        padding: 100px 0; }
        @media all and (min-width: 1024px) {
          #page-products .product-list .product-module .module-colorpicker {
            padding: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); } }
        @media all and (min-width: 1280px) {
          #page-products .product-list .product-module .module-colorpicker {
            top: 49%; } }
        #page-products .product-list .product-module .module-colorpicker .color-choices {
          height: 110px;
          width: 100%; }
          #page-products .product-list .product-module .module-colorpicker .color-choices .choices {
            margin: 0 auto;
            text-align: center;
            width: 300px; }
            #page-products .product-list .product-module .module-colorpicker .color-choices .choices .choice {
              display: inline-block;
              position: relative;
              width: 70px; }
              #page-products .product-list .product-module .module-colorpicker .color-choices .choices .choice .circle {
                border: 4px solid #ffffff;
                border-radius: 100%;
                -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15), inset 0 5px 0 rgba(0, 0, 0, 0.15);
                        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15), inset 0 5px 0 rgba(0, 0, 0, 0.15);
                cursor: pointer;
                height: 53px;
                margin: 0 auto 16px;
                width: 53px; }
              #page-products .product-list .product-module .module-colorpicker .color-choices .choices .choice .text {
                color: #2c3232;
                font-family: "DinBold", Helvetica, Arial, sans-serif;
                font-size: 14px;
                left: 50%;
                line-height: 16px;
                opacity: 0;
                position: absolute;
                text-align: center;
                text-transform: uppercase;
                top: 70px;
                -webkit-transform: translateX(-50%);
                        transform: translateX(-50%);
                -webkit-transition: opacity 0.5s cubic-bezier(0.666, 0, 0.333, 1);
                transition: opacity 0.5s cubic-bezier(0.666, 0, 0.333, 1);
                width: 110px; }
                @media all and (min-width: 1024px) {
                  #page-products .product-list .product-module .module-colorpicker .color-choices .choices .choice .text {
                    font-size: 16px;
                    line-height: 18px; } }
            #page-products .product-list .product-module .module-colorpicker .color-choices .choices .choice:last-child {
              margin: 0; }
            #page-products .product-list .product-module .module-colorpicker .color-choices .choices .red .circle {
              background: #d32a1a; }
            #page-products .product-list .product-module .module-colorpicker .color-choices .choices .yellow .circle {
              background: #eecc44; }
            #page-products .product-list .product-module .module-colorpicker .color-choices .choices .green .circle {
              background: #85cc4c; }
            #page-products .product-list .product-module .module-colorpicker .color-choices .choices .space .circle {
              background: #929296; }
        #page-products .product-list .product-module .module-colorpicker .apple-container {
          height: 200px;
          position: relative;
          z-index: 600; }
          @media all and (min-width: 580px) {
            #page-products .product-list .product-module .module-colorpicker .apple-container {
              height: 450px; } }
          #page-products .product-list .product-module .module-colorpicker .apple-container .apple {
            height: 200px;
            right: -500px;
            opacity: 0;
            position: absolute;
            top: 0;
            -webkit-transition: all 0.5s cubic-bezier(0.666, 0, 0.333, 1);
            transition: all 0.5s cubic-bezier(0.666, 0, 0.333, 1);
            width: 200px; }
            @media all and (min-width: 580px) {
              #page-products .product-list .product-module .module-colorpicker .apple-container .apple {
                height: 450px;
                width: 450px; } }
        #page-products .product-list .product-module .module-colorpicker .apple-blurb {
          background: #ffffff;
          font-family: "DinLight", Helvetica, Arial, sans-serif;
          font-size: 14px;
          line-height: 18px;
          margin: 0 auto;
          padding: 20px 20px;
          position: relative;
          text-align: center;
          width: 300px;
          z-index: 575; }
          @media all and (min-width: 768px) {
            #page-products .product-list .product-module .module-colorpicker .apple-blurb {
              font-size: 16px;
              line-height: 21px;
              width: 360px; } }
          @media all and (min-width: 1024px) {
            #page-products .product-list .product-module .module-colorpicker .apple-blurb {
              font-size: 14px;
              line-height: 18px;
              width: 300px; } }
          @media all and (min-width: 1280px) {
            #page-products .product-list .product-module .module-colorpicker .apple-blurb {
              font-size: 18px;
              line-height: 25px; } }
        #page-products .product-list .product-module .module-colorpicker .apple-box {
          border: 2px solid #5baa4b;
          color: #5baa4b;
          display: inline-block;
          font-family: "steadyregular", Georgia, serif;
          font-size: 20px;
          margin: 30px auto 0;
          padding: 14px;
          position: relative;
          text-align: center;
          width: auto;
          z-index: 550; }
          @media all and (min-width: 768px) {
            #page-products .product-list .product-module .module-colorpicker .apple-box {
              border: 3px solid #5baa4b;
              font-size: 36px;
              padding: 25px; } }
        #page-products .product-list .product-module .module-colorpicker .apple-box:before {
          background: #5baa4b;
          content: " ";
          height: 210px;
          left: 50%;
          position: absolute;
          top: -210px;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: 2px; }
          @media all and (min-width: 768px) {
            #page-products .product-list .product-module .module-colorpicker .apple-box:before {
              height: 300px;
              top: -300px;
              width: 3px; } }
        #page-products .product-list .product-module .module-colorpicker .apple-box:after {
          border: 2px solid #5baa4b;
          border-radius: 100%;
          content: " ";
          height: 10px;
          left: 50%;
          position: absolute;
          top: -222px;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: 10px; }
          @media all and (min-width: 768px) {
            #page-products .product-list .product-module .module-colorpicker .apple-box:after {
              border: 3px solid #5baa4b;
              top: -315px; } }
      #page-products .product-list .product-module .current-red .color-choices .choices .red .text {
        opacity: 1; }
      #page-products .product-list .product-module .current-red .apple-container .apple-red {
        opacity: 1;
        right: 50%;
        -webkit-transform: translateX(50%);
                transform: translateX(50%); }
      #page-products .product-list .product-module .current-yellow .color-choices .choices .yellow .text {
        opacity: 1; }
      #page-products .product-list .product-module .current-yellow .apple-container .apple-yellow {
        opacity: 1;
        right: 50%;
        -webkit-transform: translateX(50%);
                transform: translateX(50%); }
      #page-products .product-list .product-module .current-green .color-choices .choices .green .text {
        opacity: 1; }
      #page-products .product-list .product-module .current-green .apple-container .apple-green {
        opacity: 1;
        right: 50%;
        -webkit-transform: translateX(50%);
                transform: translateX(50%); }
      #page-products .product-list .product-module .current-space .color-choices .choices .space .text {
        opacity: 1; }
      #page-products .product-list .product-module .current-space .apple-container .apple-space {
        opacity: 1;
        right: 50%;
        -webkit-transform: translateX(50%);
                transform: translateX(50%); }
  #page-products .fl {
    float: left; }
  #page-products .fr {
    float: left; }
    @media all and (min-width: 768px) {
      #page-products .fr {
        float: right; } }
  #page-products .bump-up {
    margin-top: 0; }
    @media all and (min-width: 1024px) {
      #page-products .bump-up {
        margin-top: -12%; } }

/*-----------------------------------------------------------*/
/* All those fucking colors... */
/*-----------------------------------------------------------*/
.dot-green-1 {
  background: #50872d; }

.dot-green-2 {
  background: #929032; }

.dot-green-3 {
  background: #68b338; }

.dot-green-4 {
  background: #2b6721; }

.dot-green-5 {
  background: #1a4612; }

.dot-red-1 {
  background: #8d2b30; }

.dot-red-2 {
  background: #bf3933; }

.dot-orange-1 {
  background: #dc7430; }

.dot-white-1 {
  background: #eedab7; }

.dot-white-2 {
  background: #dcd3c2; }

.dot-yellow-1 {
  background: #f3d66f; }

.dot-yellow-2 {
  background: #e4bd43; }

.dot-purple-1 {
  background: #743f5e; }

.dot-purple-2 {
  background: #222236; }

/* Store */
/*-----------------------------------------------------------*/
body.page-cart,
body.page-checkout,
body.page-store {
  background-color: #fafafa; }

.page-cart h2,
.page-checkout h2,
.page-store h2 {
  text-transform: uppercase;
  font-family: DinBold, Helvetica, Arial, sans-serif;
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px; }

.page-cart h3,
.page-checkout h3,
.page-store h3 {
  font-family: "DinBold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase; }

.page-cart #main,
.page-checkout #main,
.page-store #main {
  margin: 0 auto;
  max-width: 1440px;
  padding: 30px 15px;
  position: relative;
  font-family: DinLight, Helvetica, Arial, sans-serif; }
  @media all and (min-width: 768px) {
    .page-cart #main,
    .page-checkout #main,
    .page-store #main {
      padding: 30px 60px; } }

.page-cart .nav-list,
.page-checkout .nav-list,
.page-store .nav-list {
  text-align: right !important; }

.page-cart small a,
.page-checkout small a,
.page-store small a {
  display: inline-block; }

.page-cart .order_item .product-name span,
.page-cart .order_item th.product-name,
.page-checkout .order_item .product-name span,
.page-checkout .order_item th.product-name,
.page-store .order_item .product-name span,
.page-store .order_item th.product-name {
  font-family: DinBold, Helvetica, Arial, sans-serif; }

.page-checkout .site-header .header-nav .nav-logo {
  background: #479937;
  color: #cee5b1; }

.page-store #main {
  margin-bottom: 20px; }

.page-store .site-header .header-nav .nav-logo {
  background: #479937;
  color: #cee5b1; }

.page-store .preview-image {
  display: none; }

.page-store .kit {
  float: none;
  width: 100%;
  max-width: 433px;
  margin: 20px auto 40px;
  background-color: #fff;
  overflow: hidden; }
  @media all and (min-width: 768px) {
    .page-store .kit {
      float: left;
      width: 30%;
      margin-right: 3%; } }
  .page-store .kit .description {
    padding: 40px 20px 20px; }
    .page-store .kit .description p {
      color: #afafad;
      font-size: 14px;
      line-height: 18px; }
  .page-store .kit .image {
    width: 100%; }
  .page-store .kit button {
    position: relative;
    display: block;
    margin: 20px auto 40px;
    padding: 10px 30px;
    background: #333;
    border: 1px solid #333;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-weight: bold; }
    .page-store .kit button:hover {
      cursor: pointer; }
  .page-store .kit:hover, .page-store .kit.active {
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 15px #ccc;
            box-shadow: 0px 0px 15px #ccc; }
    @media all and (min-width: 768px) {
      .page-store .kit:hover, .page-store .kit.active {
        margin-bottom: 20px; } }
  @media all and (min-width: 768px) {
    .page-store .kit:hover .image img {
      max-width: 110%;
      margin-left: -5%; } }
  .page-store .kit.active button:after {
    color: #333;
    background: #fff;
    content: "Selected";
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.page-store .kit-info {
  clear: both;
  margin: 40px auto;
  max-width: 600px; }
  .page-store .kit-info p {
    text-align: center; }

.page-store .products {
  position: relative; }
  .page-store .products form {
    position: relative;
    z-index: 5; }
    .page-store .products form input[type=submit] {
      position: relative;
      display: block;
      margin: 20px auto;
      padding: 0 20px;
      height: 50px;
      line-height: 44px;
      font-size: 14px;
      background: #60ab4b;
      border: 3px solid #60ab4b;
      color: #fff;
      border-radius: 999px;
      text-transform: uppercase;
      cursor: pointer; }
    .page-store .products form .agreement {
      display: block;
      text-align: center;
      width: 50%;
      margin: 100px auto 20px; }
      .page-store .products form .agreement a {
        display: inline;
        color: #479937; }
      .page-store .products form .agreement a:hover {
        text-decoration: underline; }

.page-store .preview-area {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 280px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: calc(90% - 300px);
  height: 600px;
  text-align: center;
  background: #fff url(dist/images/watermark.png) no-repeat center center; }
  @media all and (min-width: 1024px) {
    .page-store .preview-area {
      width: 720px; } }
  @media all and (min-width: 1280px) {
    .page-store .preview-area {
      width: 920px; } }
  @media all and (min-width: 1440px) {
    .page-store .preview-area {
      width: 1020px; } }
  @media all and (max-width: 768px) {
    .page-store .preview-area {
      display: none; } }

.page-store .category-dropdown {
  border: 3px solid #cce3ad;
  margin-bottom: 10px;
  background: #fff;
  max-width: 260px;
  padding: 10px; }
  @media all and (max-width: 768px) {
    .page-store .category-dropdown {
      margin: 0 auto 10px; } }

.page-store .category-title {
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px; }

.page-store .product-list {
  width: 230px;
  margin: 0 !important; }

.page-store .product-item {
  position: relative;
  margin: 5px 0;
  padding: 0 20px; }
  .page-store .product-item:hover {
    background-color: #ededed;
    cursor: pointer; }
  .page-store .product-item input {
    position: absolute;
    top: 0;
    left: 0; }
  .page-store .product-item label {
    font-family: "DinLight", Helvetica, Arial, sans-serif;
    font-size: 16px;
    display: block;
    padding: 2px; }

.page-store .icon-search:before {
  content: "\e986";
  position: absolute;
  top: 2px;
  right: 2px; }

.page-store .footer-wrapper footer {
  height: 400px;
  padding: 80px 60px 20px; }
  .page-store .footer-wrapper footer .logo,
  .page-store .footer-wrapper footer .terms,
  .page-store .footer-wrapper footer .copyright {
    bottom: 40px; }

/* Team */
/*-----------------------------------------------------------*/
.page-team .header-nav .nav-logo {
  background: #5baa4b;
  color: #cde3b0; }

#page-team {
  color: #2c3232; }
  #page-team .team-hero-mobile {
    display: block;
    height: 640px;
    margin-top: 40px; }
    @media all and (min-width: 1024px) {
      #page-team .team-hero-mobile {
        display: none; } }
    #page-team .team-hero-mobile .hero-top {
      background: #f09d9d;
      height: 480px;
      overflow: hidden;
      position: relative;
      text-align: center;
      width: 100%; }
      #page-team .team-hero-mobile .hero-top .celeb {
        background: url("/wp-content/themes/fnv/dist/images/team/hero-alba.png") center bottom no-repeat;
        background-size: 500px 503px;
        height: 503px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 5; }
        #page-team .team-hero-mobile .hero-top .celeb img {
          display: none;
          width: 60%; }
      #page-team .team-hero-mobile .hero-top .svg-white {
        height: 110px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 4; }
      #page-team .team-hero-mobile .hero-top .svg-lightblue {
        bottom: 0;
        height: 30px;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 6; }
    #page-team .team-hero-mobile .hero-bot {
      background: #fdb7b1;
      height: 200px;
      overflow: hidden;
      position: relative;
      width: 100%; }
      #page-team .team-hero-mobile .hero-bot .headline {
        left: 50%;
        position: absolute;
        top: 10%;
        -webkit-transform: translateX(-75%);
                transform: translateX(-75%);
        width: 575px;
        z-index: 5; }
      #page-team .team-hero-mobile .hero-bot .svg-white {
        bottom: 0;
        height: 30px;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 6; }
  #page-team .team-hero-desktop {
    display: none;
    height: 646px;
    line-height: 0;
    overflow: hidden;
    padding-top: 100px;
    position: relative; }
    @media all and (min-width: 1024px) {
      #page-team .team-hero-desktop {
        display: block; } }
    #page-team .team-hero-desktop svg {
      height: 546px;
      left: 0;
      position: absolute;
      bottom: 0;
      width: 100%;
      z-index: 3; }
      #page-team .team-hero-desktop svg polygon {
        background: #ffffff;
        position: absolute; }
      #page-team .team-hero-desktop svg .top {
        top: 0;
        width: 0; }
      #page-team .team-hero-desktop svg .bottom {
        bottom: 0; }
    #page-team .team-hero-desktop .headline {
      background: url("/wp-content/themes/fnv/dist/images/team/team-headline.png");
      background-size: 792px 767px;
      height: 767px;
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-40%, -2%);
              transform: translate(-40%, -2%);
      -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.666, 0, 0.333, 1);
      transition: -webkit-transform 0.2s cubic-bezier(0.666, 0, 0.333, 1);
      transition: transform 0.2s cubic-bezier(0.666, 0, 0.333, 1);
      transition: transform 0.2s cubic-bezier(0.666, 0, 0.333, 1), -webkit-transform 0.2s cubic-bezier(0.666, 0, 0.333, 1);
      width: 792px;
      z-index: 4; }
      #page-team .team-hero-desktop .headline .burst {
        background: url("/wp-content/themes/fnv/dist/images/team/alba-burst.png");
        height: 55px;
        opacity: 1;
        position: absolute;
        right: 87px;
        top: -65px;
        -webkit-transition: all 0.5s 0.2s cubic-bezier(0.666, 0, 0.333, 1);
        transition: all 0.5s 0.2s cubic-bezier(0.666, 0, 0.333, 1);
        width: 58px;
        z-index: 4; }
    #page-team .team-hero-desktop .celeb {
      bottom: 0;
      left: 50%;
      position: absolute;
      -webkit-transform: translateX(-75%);
              transform: translateX(-75%);
      width: 680px;
      z-index: 5; }
    #page-team .team-hero-desktop .load-header {
      -webkit-transform: translate(-65%, 20%);
              transform: translate(-65%, 20%); }
      #page-team .team-hero-desktop .load-header .burst {
        opacity: 0;
        right: 107px;
        top: -45px; }
  #page-team .team-blurb {
    display: none;
    font-family: "DinLight", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin: 80px auto 40px;
    max-width: 760px;
    padding: 0 20px;
    text-align: center; }
    @media all and (min-width: 768px) {
      #page-team .team-blurb {
        display: block; } }
  #page-team .team-list {
    margin-top: 40px;
    overflow: hidden;
    padding: 3% 0 0 3%; }
    @media all and (min-width: 768px) {
      #page-team .team-list {
        margin: 0; } }
    @media all and (min-width: 1280px) {
      #page-team .team-list {
        margin: 0 auto;
        max-width: 1440px; } }
    #page-team .team-list .team-item {
      background: #ffffff;
      -webkit-box-shadow: 0 6px 54px rgba(0, 0, 0, 0.05);
              box-shadow: 0 6px 54px rgba(0, 0, 0, 0.05);
      float: left;
      margin: 0 3% 3% 0;
      padding-bottom: 70%;
      position: relative;
      width: 47%;
      z-index: 700; }
      @media all and (min-width: 1024px) {
        #page-team .team-list .team-item {
          padding-bottom: 33%;
          width: 22%; } }
      #page-team .team-list .team-item .item-image, #page-team .team-list .team-item .item-details {
        position: absolute;
        width: 100%; }
      #page-team .team-list .team-item .img-mobile {
        display: block; }
        @media all and (min-width: 1024px) {
          #page-team .team-list .team-item .img-mobile {
            display: none; } }
      #page-team .team-list .team-item .img-desktop {
        display: none; }
        @media all and (min-width: 1024px) {
          #page-team .team-list .team-item .img-desktop {
            display: block; } }
      #page-team .team-list .team-item .item-details {
        background: #ffffff;
        bottom: 0;
        left: 0;
        overflow: hidden;
        padding: 20px 22px 15px; }
        @media all and (min-width: 768px) {
          #page-team .team-list .team-item .item-details {
            padding: 24px 28px 19px; } }
        #page-team .team-list .team-item .item-details .details-name {
          color: #2C3232;
          font-family: "DinBold", Helvetica, Arial, sans-serif;
          font-size: 15px;
          line-height: 21px;
          margin-bottom: 10px;
          text-transform: uppercase; }
          #page-team .team-list .team-item .item-details .details-name br + br {
            display: none; }
        #page-team .team-list .team-item .item-details .details-social {
          position: relative;
          padding: 0;
          height: 26px;
          line-height: 26px;
          font-size: 13px;
          color: #afafad; }
          #page-team .team-list .team-item .item-details .details-social a {
            position: relative;
            float: left;
            width: 26px;
            margin-right: 5px;
            right: 9999px; }
          #page-team .team-list .team-item .item-details .details-social a:before {
            position: absolute;
            right: -9992px;
            width: 100%;
            text-align: center;
            height: 100%;
            color: #afafaf;
            font-size: 26px; }
          #page-team .team-list .team-item .item-details .details-social a:hover:before {
            color: #232323; }
        #page-team .team-list .team-item .item-details .details-twitter {
          color: #afafad;
          display: inline-block;
          font-family: "DinLight", Helvetica, Arial, sans-serif;
          font-size: 13px;
          height: 26px;
          line-height: 26px;
          padding: 0;
          position: relative;
          -webkit-transition: all 0.2s cubic-bezier(0.666, 0, 0.333, 1);
          transition: all 0.2s cubic-bezier(0.666, 0, 0.333, 1); }
          #page-team .team-list .team-item .item-details .details-twitter .bird {
            color: #2C3232;
            left: -60px;
            font-size: 26px;
            position: absolute;
            top: 0;
            -webkit-transition: all 0.2s cubic-bezier(0.666, 0, 0.333, 1);
            transition: all 0.2s cubic-bezier(0.666, 0, 0.333, 1); }
    #page-team .team-list .mobile-wide {
      width: 97%; }
      @media all and (min-width: 1024px) {
        #page-team .team-list .mobile-wide {
          padding-bottom: 33%;
          width: 22%; } }
    #page-team .team-list .team-module {
      -webkit-box-shadow: none;
              box-shadow: none;
      line-height: 0;
      padding-bottom: 143%;
      width: 97%; }
      #page-team .team-list .team-module .item-image {
        bottom: 1px;
        pointer-events: none;
        text-align: center;
        z-index: 675; }
      @media all and (min-width: 1024px) {
        #page-team .team-list .team-module {
          padding-bottom: 69%;
          width: 47%; } }
      #page-team .team-list .team-module .inside-item {
        padding-bottom: 72%;
        position: absolute;
        width: 48.333%;
        z-index: 650; }
        @media all and (min-width: 1024px) {
          #page-team .team-list .team-module .inside-item {
            padding-bottom: 70.15%;
            width: 47%; } }
        #page-team .team-list .team-module .inside-item .module-details {
          padding: 20px 20px 35px;
          width: 100%; }
          #page-team .team-list .team-module .inside-item .module-details .details-name {
            color: #ffffff;
            font-family: "DinBold", Helvetica, Arial, sans-serif;
            font-size: 15px;
            line-height: 17px;
            margin-bottom: 10px;
            text-transform: uppercase; }
          #page-team .team-list .team-module .inside-item .module-details .details-social {
            position: relative;
            padding: 0;
            height: 26px;
            line-height: 26px;
            font-size: 13px;
            color: #afafad; }
            #page-team .team-list .team-module .inside-item .module-details .details-social a {
              position: relative;
              float: left;
              width: 26px;
              margin-right: 5px;
              right: 9999px; }
            #page-team .team-list .team-module .inside-item .module-details .details-social a:before {
              position: absolute;
              right: -9992px;
              width: 100%;
              text-align: center;
              height: 100%;
              color: rgba(255, 255, 255, 0.7);
              font-size: 26px; }
            #page-team .team-list .team-module .inside-item .module-details .details-social a:hover:before {
              color: #fff; }
          #page-team .team-list .team-module .inside-item .module-details .details-twitter {
            color: #afafad;
            display: inline-block;
            font-family: "DinLight", Helvetica, Arial, sans-serif;
            font-size: 13px;
            height: 26px;
            line-height: 26px;
            padding: 0;
            position: relative;
            -webkit-transition: all 0.2s cubic-bezier(0.666, 0, 0.333, 1);
            transition: all 0.2s cubic-bezier(0.666, 0, 0.333, 1); }
            #page-team .team-list .team-module .inside-item .module-details .details-twitter .bird {
              color: #ffffff;
              left: -60px;
              font-size: 26px;
              position: absolute;
              top: 0;
              -webkit-transition: all 0.2s cubic-bezier(0.666, 0, 0.333, 1);
              transition: all 0.2s cubic-bezier(0.666, 0, 0.333, 1); }
        #page-team .team-list .team-module .inside-item .module-stats {
          left: 0;
          padding: 22px;
          position: absolute;
          top: 0; }
          @media all and (min-width: 768px) {
            #page-team .team-list .team-module .inside-item .module-stats {
              padding: 28px; } }
          #page-team .team-list .team-module .inside-item .module-stats .stats-name {
            font-family: "DinBold", Helvetica, Arial, sans-serif;
            font-size: 15px;
            line-height: 17px;
            margin-bottom: 10px;
            text-transform: uppercase; }
            @media all and (max-width: 420px) {
              #page-team .team-list .team-module .inside-item .module-stats .stats-name {
                margin-bottom: 5px; } }
            @media all and (min-width: 768px) {
              #page-team .team-list .team-module .inside-item .module-stats .stats-name {
                margin-bottom: 20px; } }
          #page-team .team-list .team-module .inside-item .module-stats .stats-info {
            font-family: "DinBold", Helvetica, Arial, sans-serif;
            font-size: 24px;
            line-height: 30px;
            margin-bottom: 20px; }
            @media all and (max-width: 420px) {
              #page-team .team-list .team-module .inside-item .module-stats .stats-info {
                font-size: 18px;
                line-height: 22px;
                margin-bottom: 20px; } }
            @media all and (min-width: 580px) {
              #page-team .team-list .team-module .inside-item .module-stats .stats-info {
                font-size: 42px;
                line-height: 48px;
                margin-bottom: 40px; } }
            @media all and (min-width: 768px) {
              #page-team .team-list .team-module .inside-item .module-stats .stats-info {
                font-size: 54px;
                line-height: 60px;
                margin-bottom: 40px; } }
            @media all and (min-width: 1024px) {
              #page-team .team-list .team-module .inside-item .module-stats .stats-info {
                font-size: 24px;
                line-height: 30px;
                margin-bottom: 20px; } }
            @media all and (min-width: 1280px) {
              #page-team .team-list .team-module .inside-item .module-stats .stats-info {
                font-size: 42px;
                line-height: 48px;
                margin-bottom: 40px; } }
          #page-team .team-list .team-module .inside-item .module-stats .stats-fact {
            font-family: "DinReg", Helvetica, Arial, sans-serif;
            font-size: 14px;
            line-height: 16px; }
            @media all and (min-width: 580px) {
              #page-team .team-list .team-module .inside-item .module-stats .stats-fact {
                font-size: 18px;
                line-height: 20px; } }
            @media all and (min-width: 768px) {
              #page-team .team-list .team-module .inside-item .module-stats .stats-fact {
                font-size: 18px;
                line-height: 20px; } }
            @media all and (min-width: 1024px) {
              #page-team .team-list .team-module .inside-item .module-stats .stats-fact {
                font-size: 14px;
                line-height: 16px; } }
            @media all and (min-width: 1280px) {
              #page-team .team-list .team-module .inside-item .module-stats .stats-fact {
                font-size: 18px;
                line-height: 20px; } }
      #page-team .team-list .team-module .inside-tl {
        left: 0;
        top: 0; }
      #page-team .team-list .team-module .inside-tr {
        right: 0;
        top: 0; }
      #page-team .team-list .team-module .inside-bl {
        bottom: 0;
        left: 0; }
      #page-team .team-list .team-module .inside-br {
        bottom: 0;
        right: 0; }
      #page-team .team-list .team-module .inside-name {
        overflow: hidden; }
      #page-team .team-list .team-module .inside-name:hover .module-details .details-twitter {
        color: #ffffff;
        padding-left: 28px; }
        #page-team .team-list .team-module .inside-name:hover .module-details .details-twitter .bird {
          left: -7px; }
    #page-team .team-list .module-steph .item-image {
      bottom: 5%; }
      #page-team .team-list .module-steph .item-image img {
        width: 120%; }
        @media all and (min-width: 1024px) {
          #page-team .team-list .module-steph .item-image img {
            width: 135%; } }
    #page-team .team-list .module-steph .inside-tl {
      background: #ef6d2e; }
    #page-team .team-list .module-steph .inside-tr {
      background: none; }
    #page-team .team-list .module-steph .inside-bl {
      background: #f3f1ed; }
    #page-team .team-list .module-steph .inside-br {
      background: #fff26b;
      z-index: 700; }
    #page-team .team-list .module-steph .inside-item .module-stats .stats-info, #page-team .team-list .module-steph .inside-item .module-stats .stats-fact {
      color: #ef6d2e; }
    #page-team .team-list .module-steph .inside-item .tweet-link .module-details .details-twitter {
      color: #f6bcad; }
    #page-team .team-list .module-beer .item-image img {
      width: 85%; }
      @media all and (min-width: 1024px) {
        #page-team .team-list .module-beer .item-image img {
          width: 90%; } }
    #page-team .team-list .module-beer .inside-tl {
      background: #73bf64; }
    #page-team .team-list .module-beer .inside-tr {
      background: none; }
    #page-team .team-list .module-beer .inside-bl {
      background: #f3f1ed; }
    #page-team .team-list .module-beer .inside-br {
      background: #cce3b0;
      z-index: 700; }
    #page-team .team-list .module-beer .inside-item .module-stats .stats-name {
      color: #2c3232; }
    #page-team .team-list .module-beer .inside-item .module-stats .stats-info, #page-team .team-list .module-beer .inside-item .module-stats .stats-fact {
      color: #479938; }
    #page-team .team-list .module-beer .inside-item .tweet-link .module-details .details-twitter {
      color: #c7e2c3; }
    #page-team .team-list .team-empty {
      background: #f3f1ed;
      -webkit-box-shadow: none;
              box-shadow: none;
      display: none;
      z-index: 670; }
      @media all and (min-width: 1024px) {
        #page-team .team-list .team-empty {
          display: block; } }
    #page-team .team-list .team-empty.last {
      display: none; }
    #page-team .team-list .team-wide {
      width: 97%; }
      @media all and (min-width: 1024px) {
        #page-team .team-list .team-wide {
          width: 47%; } }
    #page-team .team-list .wide-small {
      width: 97%; }
      @media all and (min-width: 1024px) {
        #page-team .team-list .wide-small {
          width: 22%; } }
    #page-team .team-list .fl {
      float: left; }
    #page-team .team-list .fr {
      float: left; }
      @media all and (min-width: 768px) {
        #page-team .team-list .fr {
          float: right; } }
    #page-team .team-list .gap {
      display: none; }
      @media all and (min-width: 1024px) {
        #page-team .team-list .gap {
          display: block; } }
    #page-team .team-list .break {
      display: block;
      float: left;
      height: 0;
      margin-bottom: 3%;
      padding-bottom: 3%;
      width: 97%; }

.sellout-ad {
  background: #f9f8f6;
  font-family: "DinLight", Helvetica, Arial, sans-serif;
  margin-top: 100px;
  text-align: center; }
  .sellout-ad .sellout-break {
    margin-bottom: 40px;
    padding-top: 66px; }
    .sellout-ad .sellout-break .circle {
      border: 3px solid #c13044;
      border-radius: 100%;
      height: 51px;
      margin: 0 auto;
      width: 51px; }
      .sellout-ad .sellout-break .circle .icon {
        color: #c13044;
        font-size: 40px;
        line-height: 45px; }
  .sellout-ad .sellout-blurb {
    font-size: 20px;
    line-height: 27px;
    margin: 0 auto 40px;
    padding: 0 20px;
    width: 80%; }
    @media all and (min-width: 768px) {
      .sellout-ad .sellout-blurb {
        font-size: 27px;
        line-height: 37px;
        padding: 0 60px;
        width: 700px; } }
    @media all and (min-width: 1024px) {
      .sellout-ad .sellout-blurb {
        margin: 0 auto 40px; } }
  .sellout-ad .sellout-twitter {
    background: #c13044;
    display: none;
    height: 444px;
    overflow: hidden;
    text-align: center; }
    @media all and (min-width: 768px) {
      .sellout-ad .sellout-twitter {
        display: block; } }
    .sellout-ad .sellout-twitter svg {
      height: 50px;
      position: relative;
      width: 100%;
      z-index: 50; }
    .sellout-ad .sellout-twitter .twitter-feed {
      margin: 0 auto;
      position: relative;
      width: 760px;
      z-index: 40; }
      .sellout-ad .sellout-twitter .twitter-feed .feed-list {
        left: 0;
        position: absolute;
        top: 0; }
        .sellout-ad .sellout-twitter .twitter-feed .feed-list .feed-item {
          background: #b62c3e;
          border-radius: 40px;
          color: #ffffff;
          float: left;
          font-family: "DinReg", Helvetica, Arial, sans-serif;
          font-size: 18px;
          height: 176px;
          line-height: 22px;
          margin: 0 60px 40px 0;
          padding: 34px;
          position: relative;
          text-align: left;
          width: 330px; }
          .sellout-ad .sellout-twitter .twitter-feed .feed-list .feed-item .feed-avatar {
            background: url("/wp-content/themes/fnv/dist/images/team/temp-alba.jpg") 0 0 no-repeat;
            background-size: 100%;
            border: 4px solid #ffffff;
            border-radius: 100%;
            -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2), inset 0 5px 0 rgba(0, 0, 0, 0.2);
                    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2), inset 0 5px 0 rgba(0, 0, 0, 0.2);
            height: 84px;
            overflow: hidden;
            position: absolute;
            right: -42px;
            top: -21px;
            width: 84px; }
          .sellout-ad .sellout-twitter .twitter-feed .feed-list .feed-item .avatar-jeffgreen {
            background: url("/wp-content/themes/fnv/dist/images/team/avatar-jeffgreen.jpg") center center no-repeat; }
          .sellout-ad .sellout-twitter .twitter-feed .feed-list .feed-item .avatar-victorcruz {
            background: url("/wp-content/themes/fnv/dist/images/team/avatar-victorcruz.jpg") center center no-repeat; }
          .sellout-ad .sellout-twitter .twitter-feed .feed-list .feed-item .avatar-kbell {
            background: url("/wp-content/themes/fnv/dist/images/team/avatar-kbell.jpg") center center no-repeat; }
          .sellout-ad .sellout-twitter .twitter-feed .feed-list .feed-item .avatar-cena {
            background: url("/wp-content/themes/fnv/dist/images/team/avatar-cena.jpg") center center no-repeat; }
          .sellout-ad .sellout-twitter .twitter-feed .feed-list .feed-item .avatar-alba {
            background: url("/wp-content/themes/fnv/dist/images/team/avatar-alba.jpg") center center no-repeat; }
          .sellout-ad .sellout-twitter .twitter-feed .feed-list .feed-item .avatar-jonas {
            background: url("/wp-content/themes/fnv/dist/images/team/avatar-jonas.jpg") center center no-repeat; }
          .sellout-ad .sellout-twitter .twitter-feed .feed-list .feed-item .avatar-kaep {
            background: url("/wp-content/themes/fnv/dist/images/team/avatar-kaep.jpg") center center no-repeat; }
          .sellout-ad .sellout-twitter .twitter-feed .feed-list .feed-item .avatar-cam {
            background: url("/wp-content/themes/fnv/dist/images/team/avatar-cam.jpg") center center no-repeat; }
          .sellout-ad .sellout-twitter .twitter-feed .feed-list .feed-item .feed-handle {
            color: #fdb7b1;
            font-family: "DinBold", Helvetica, Arial, sans-serif;
            font-size: 15px;
            line-height: 17px;
            margin-bottom: 20px;
            text-transform: uppercase; }
        .sellout-ad .sellout-twitter .twitter-feed .feed-list .feed-item:nth-child(2n) {
          margin: -90px 40px 0 0; }
      .sellout-ad .sellout-twitter .twitter-feed .feed-list-2 {
        top: 864px; }
  .sellout-ad .sell-out {
    background: #fff26b;
    color: #c13044;
    font-family: "DinBold", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 16px;
    padding: 70px 0 54px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.15s cubic-bezier(0.666, 0, 0.333, 1);
    transition: all 0.15s cubic-bezier(0.666, 0, 0.333, 1);
    width: 100%; }
    @media all and (min-width: 1024px) {
      .sellout-ad .sell-out {
        font-size: 27px;
        height: 260px;
        padding: 110px 0 80px; } }
  .sellout-ad .icon-arrow {
    margin-top: 6px;
    font-size: 40px; }
    @media all and (min-width: 1024px) {
      .sellout-ad .icon-arrow {
        font-size: 70px; } }
  .sellout-ad .sell-out:hover {
    background: #fff69c;
    color: #c13044; }

.tweet-link {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

/*-----------------------------------------------------------*/
/* IE HACKS */
/*-----------------------------------------------------------*/
.error404.ie #wrapper {
  position: relative;
  top: -202px; }
  @media all and (min-width: 1024px) {
    .error404.ie #wrapper {
      top: -120px; } }

/*-----------------------------------------------------------*/
.error404 a,
.page-id-381 a {
  display: inline; }

.error404 .header-nav,
.page-id-381 .header-nav {
  z-index: 1; }
  .error404 .header-nav .nav-logo,
  .page-id-381 .header-nav .nav-logo {
    background: #5baa4b;
    color: #cde3b0; }

.error404 #wrapper,
.page-id-381 #wrapper {
  margin-top: -202px; }
  @media all and (min-width: 1024px) {
    .error404 #wrapper,
    .page-id-381 #wrapper {
      margin-top: -120px; } }
  .error404 #wrapper #page-four-oh-four,
  .page-id-381 #wrapper #page-four-oh-four {
    background: #ffffff; }
    .error404 #wrapper #page-four-oh-four #home-bottom,
    .page-id-381 #wrapper #page-four-oh-four #home-bottom {
      display: block;
      position: relative;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background: #f3f1ed; }
      .error404 #wrapper #page-four-oh-four #home-bottom .img,
      .page-id-381 #wrapper #page-four-oh-four #home-bottom .img {
        position: relative;
        top: 0px;
        height: 100%;
        width: 100%;
        min-height: 603px; }
        .error404 #wrapper #page-four-oh-four #home-bottom .img img,
        .page-id-381 #wrapper #page-four-oh-four #home-bottom .img img {
          position: absolute;
          left: 50%;
          top: 50%;
          width: 60%;
          -webkit-transform: translate(-50%, -30%);
                  transform: translate(-50%, -30%); }
      .error404 #wrapper #page-four-oh-four #home-bottom #svg-container,
      .page-id-381 #wrapper #page-four-oh-four #home-bottom #svg-container {
        position: relative;
        height: 40px;
        margin-top: -39px; }
        @media all and (min-width: 1024px) {
          .error404 #wrapper #page-four-oh-four #home-bottom #svg-container,
          .page-id-381 #wrapper #page-four-oh-four #home-bottom #svg-container {
            height: 90px;
            margin-top: -89px; } }
        .error404 #wrapper #page-four-oh-four #home-bottom #svg-container svg,
        .page-id-381 #wrapper #page-four-oh-four #home-bottom #svg-container svg {
          position: absolute;
          z-index: 4;
          bottom: 0px;
          width: 100%;
          height: 100%; }
          .error404 #wrapper #page-four-oh-four #home-bottom #svg-container svg #bottom-angle,
          .page-id-381 #wrapper #page-four-oh-four #home-bottom #svg-container svg #bottom-angle {
            position: absolute;
            top: 0;
            z-index: 2; }
      .error404 #wrapper #page-four-oh-four #home-bottom button,
      .page-id-381 #wrapper #page-four-oh-four #home-bottom button {
        opacity: 1;
        display: block;
        -webkit-transition: all 0.3s cubic-bezier(0.666, 0, 0.333, 1);
        transition: all 0.3s cubic-bezier(0.666, 0, 0.333, 1); }
        @media all and (min-width: 768px) {
          .error404 #wrapper #page-four-oh-four #home-bottom button,
          .page-id-381 #wrapper #page-four-oh-four #home-bottom button {
            opacity: 1;
            display: block; } }
      .error404 #wrapper #page-four-oh-four #home-bottom #home-copy,
      .page-id-381 #wrapper #page-four-oh-four #home-bottom #home-copy {
        position: relative;
        z-index: 1;
        margin-top: 0px;
        width: 100%;
        padding: 0 0 50px;
        background: #ffffff; }
        @media all and (min-width: 1024px) {
          .error404 #wrapper #page-four-oh-four #home-bottom #home-copy,
          .page-id-381 #wrapper #page-four-oh-four #home-bottom #home-copy {
            padding: 0px 0 50px; } }
        .error404 #wrapper #page-four-oh-four #home-bottom #home-copy #home-copy-inner,
        .page-id-381 #wrapper #page-four-oh-four #home-bottom #home-copy #home-copy-inner {
          display: table;
          margin: 0 auto;
          width: 80%;
          height: 120px;
          text-align: center; }
          @media all and (min-width: 1024px) {
            .error404 #wrapper #page-four-oh-four #home-bottom #home-copy #home-copy-inner,
            .page-id-381 #wrapper #page-four-oh-four #home-bottom #home-copy #home-copy-inner {
              width: 30%; } }
          .error404 #wrapper #page-four-oh-four #home-bottom #home-copy #home-copy-inner p,
          .page-id-381 #wrapper #page-four-oh-four #home-bottom #home-copy #home-copy-inner p {
            opacity: 1;
            display: table-cell;
            vertical-align: middle;
            position: relative;
            font-family: DinReg;
            color: #3f3f39;
            -webkit-transform: translate(0, 20px);
                    transform: translate(0, 20px);
            -webkit-transition: all 0.6s cubic-bezier(0.666, 0, 0.333, 1);
            transition: all 0.6s cubic-bezier(0.666, 0, 0.333, 1); }
            .error404 #wrapper #page-four-oh-four #home-bottom #home-copy #home-copy-inner p.visible,
            .page-id-381 #wrapper #page-four-oh-four #home-bottom #home-copy #home-copy-inner p.visible {
              opacity: 1;
                opacity-transform: translate(0, 0px); }

.page-id-381 #wrapper #page-four-oh-four #home-bottom .img img {
  width: 55%; }
  @media all and (min-width: 1024px) {
    .page-id-381 #wrapper #page-four-oh-four #home-bottom .img img {
      width: 35%; } }
  @media all and (min-width: 1440px) {
    .page-id-381 #wrapper #page-four-oh-four #home-bottom .img img {
      width: 28%; } }
  @media all and (min-width: 1920px) {
    .page-id-381 #wrapper #page-four-oh-four #home-bottom .img img {
      width: 20%; } }
