/* ==================================================================
  									STYLES
===================================================================== */
/* line 6, ../sass/style.scss */
html, body, section, .container {
  height: 100%;
}

/* line 9, ../sass/style.scss */
body {
  background: #1D270A;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}

/* ==================================================================
  									Preloader
===================================================================== */
/* line 19, ../sass/style.scss */
.pace {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 12px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 250px;
  height: 46px;
  border: 3px solid #FFF;
  background-color: #80a33e;
}

/* line 48, ../sass/style.scss */
.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: width 1s ease-in-out 1s linear;
  -moz-transition: width 1s ease-in-out 1s linear;
  -ms-transition: width 1s ease-in-out 1s linear;
  -o-transition: width 1s ease-in-out 1s linear;
  transition: width 1s ease-in-out 1s linear;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 238px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  height: 34px;
  font-size: 1.3em;
  background: #FFF;
  color: #FFFFFF;
  line-height: 7.2em;
  text-align: center;
}

/* line 81, ../sass/style.scss */
.pace .pace-progress:after {
  content: attr(data-progress-text);
  display: inline-block;
}

/* line 85, ../sass/style.scss */
.pace.pace-inactive {
  display: none;
}

/* line 88, ../sass/style.scss */
.pace .pace-activity:after {
  content: 'LOADING';
  text-align: center;
  color: #FFF;
  margin-top: -40px;
  font-size: 2em;
  display: block;
  font-weight: 700;
  font-family: 'Roboto Slab', Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* line 98, ../sass/style.scss */
#fade-out-curtain {
  background-color: #80a33e;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* line 112, ../sass/style.scss */
.pace-done #fade-out-curtain {
  background-color: rgba(128, 163, 62, 0);
  pointer-events: none;
  top: 100%;
  /* z-index: -1; */
}

/* line 118, ../sass/style.scss */
for development #previous-slide-index {
  position: fixed;
  bottom: 40px;
  left: 40px;
  z-index: 1000;
  font-size: 1.3em;
  background-color: #000;
  color: #FFF;
  opacity: 0.7;
  cursor: pointer;
  visibility: visible;
}

/* line 130, ../sass/style.scss */
#current-slide-index {
  position: fixed;
  bottom: 40px;
  left: 50%;
  z-index: 1000;
  font-size: 1.3em;
  background-color: #000;
  color: #FFF;
  opacity: 0.7;
  cursor: pointer;
  visibility: visible;
}

/* ==================================================================
  							Top nav styles
===================================================================== */
/* line 146, ../sass/style.scss */
.top-nav {
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  z-index: 1000;
  pointer-events: none;
  -webkit-transform: translateX(-150%);
  -moz-transform: translateX(-150%);
  -o-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  transform: translateX(-150%);
  -webkit-transition: all 700ms ease-in-out;
  -moz-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}

/* line 162, ../sass/style.scss */
.top-nav-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* line 169, ../sass/style.scss */
.top-nav ul {
  float: left;
}

/* line 172, ../sass/style.scss */
.top-nav li:first-child {
  display: inline-block;
  font-size: 2.4em;
  color: #FFF;
}

/* line 177, ../sass/style.scss */
.top-nav li:last-child {
  display: inline-block;
  font-size: 3.2em;
  color: #FFF;
}

/* line 182, ../sass/style.scss */
#logo {
  padding: .47em 0 0 .5em;
  float: left;
  background-color: #729137;
  font-family: 'Roboto Slab', Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #FFF;
  cursor: pointer;
  pointer-events: auto;
  height: 1.7em;
  width: 4.5em;
}

/* line 194, ../sass/style.scss */
#logo img {
  height: 0.7em;
}

/* line 197, ../sass/style.scss */
#current-section {
  display: inline-block;
  top: 0;
  height: 1.54em;
  position: relative;
  padding: 0 .7em;
  float: left;
  background-color: #5C7A1A;
  font-family: 'Roboto Slab', Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 100;
  -webkit-transition: all 90ms ease-in-out;
  -moz-transition: all 90ms ease-in-out;
  transition: all 90ms ease-in-out;
  -webkit-transition: -webkit-transform 180ms ease-in-out;
  -moz-transition: -moz-transform 180ms ease-in-out;
  transition: transform 180ms ease-in-out;
  -ms-transform: translateX(-1.54em);
  -webkit-transform: translateX(-1.54em);
  -moz-transform: translateX(-1.54em);
  transform: translateX(-1.54em);
  pointer-events: auto;
}

/* line 219, ../sass/style.scss */
#current-section:hover, #go-back-button:hover + #current-section {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}

/* line 225, ../sass/style.scss */
#logo:after {
  position: relative;
  content: '';
  right: -.22em;
  top: 1.94em;
  height: 0;
  width: 0;
  border-top: .39em solid #22300A;
  border-left: .39em solid transparent;
  z-index: -1;
}

/* line 236, ../sass/style.scss */
#go-back-button {
  display: inline-block;
  top: 0;
  color: white;
  height: 1.23em;
  width: 1.23em;
  font-size: 4em;
  position: relative;
  padding: .07em;
  float: left;
  background-color: #e87d24;
  font-family: 'Roboto Slab', Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 100;
  -webkit-transition: all 90ms ease-in-out;
  -moz-transition: all 90ms ease-in-out;
  transition: all 90ms ease-in-out;
  box-shadow: -2px -2px 3px rgba(44, 62, 12, 0.7);
  cursor: pointer;
  pointer-events: auto;
}

/* line 256, ../sass/style.scss */
#go-back-button:hover {
  color: #e87d24;
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 260, ../sass/style.scss */
#current-section > span {
  margin-top: 0.45em;
}

/* ==================================================================
  							Side Navigation
===================================================================== */
/* line 267, ../sass/style.scss */
.menu {
  position: relative;
}

/* line 270, ../sass/style.scss */
.menu a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #FFF;
  pointer-events: none;
}

/* line 277, ../sass/style.scss */
.menu > li {
  margin: 1.2em;
  pointer-events: none;
}

/* line 281, ../sass/style.scss */
.menu li span.menu-text {
  opacity: 0;
  padding: 10px 10px 10px 0;
  margin-left: -20px;
  font-family: 'Roboto Slab', Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 2em;
  z-index: -1;
  -webkit-transition: all 90ms ease-in-out;
  -moz-transition: all 90ms ease-in-out;
  transition: all 90ms ease-in-out;
}

/* line 293, ../sass/style.scss */
.menu span.dot:hover + span.menu-text {
  opacity: 1;
  margin-left: 0;
}

/* line 297, ../sass/style.scss */
#side-nav {
  position: fixed;
  left: 2em;
  top: 50%;
  margin-top: -306px;
  z-index: 100;
}

/* line 304, ../sass/style.scss */
.menu li a > span.dot:before {
  content: '';
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-top: .1em;
  margin-left: -2em;
  z-index: 1;
  pointer-events: auto;
  -webkit-transition: all 90ms ease-in-out;
  -moz-transition: all 90ms ease-in-out;
  transition: all 90ms ease-in-out;
}

/* line 321, ../sass/style.scss */
.menu li.active a > span.dot:before, .menu li a > span.dot:hover:before {
  width: 1.6em;
  height: 1.6em;
  border: 2px solid #a3c66f;
  margin-top: -.3em;
  margin-left: -2.35em;
  background-color: #80a33e;
}

/* ==================================================================
  							Main menu styling
===================================================================== */
/* line 333, ../sass/style.scss */
.main-menu-modal nav {
  display: table;
  border-spacing: 2px;
  border-spacing: .3vw;
  font-family: 'Roboto Slab', Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  width: 100%;
  font-size: .75rem;
}

/* line 342, ../sass/style.scss */
.main-menu-modal ul {
  display: table;
  width: 100%;
}

/* line 346, ../sass/style.scss */
.main-menu-modal ul li {
  padding: .5% 2.3%;
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  width: 9%;
  height: 3em;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
}

/* line 358, ../sass/style.scss */
.main-menu-modal li {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  transform: scale(1);
  white-space: pre-wrap;
}

/* line 368, ../sass/style.scss */
.main-menu-modal ul > li:first-of-type {
  background-color: rgba(0, 0, 0, 0.5);
  /* zoom: 1; */
  color: white;
}

/* line 374, ../sass/style.scss */
.main-menu-modal ul li.active {
  border: 4px solid rgba(255, 255, 255, 0.9);
  background-color: #eb7e1e;
}

/* line 378, ../sass/style.scss */
.main-menu-modal li:hover, .main-menu-modal ul > li:first-of-type:hover {
  background-color: #eb7e1e;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 90ms ease;
  -moz-transition: all 90ms ease;
  -ms-transition: all 90ms ease;
  -o-transition: all 90ms ease;
  transition: all 90ms ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  position: relative;
  color: white;
}

/* line 396, ../sass/style.scss */
.main-menu-modal ul > li:first-of-type:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

/* ==================================================================
  							Typography styles
===================================================================== */
/* line 434, ../sass/style.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.2;
}

/* line 438, ../sass/style.scss */
h1 {
  font-size: 3.2em;
  font-weight: 300;
  letter-spacing: -.005em;
}

/* line 443, ../sass/style.scss */
#home h1 {
  line-height: 1.05;
}

/* line 446, ../sass/style.scss */
h1.subheading {
  text-align: left;
  font-size: 3em;
  font-weight: 100;
  color: #FFFFFF;
  line-height: 1.2em;
  letter-spacing: -0.05em;
}

/* line 454, ../sass/style.scss */
h2 {
  font-size: 2.4em;
  font-weight: 700;
  letter-spacing: -.005em;
}

/* line 459, ../sass/style.scss */
h3 {
  font-size: 1.8em;
  font-weight: 300;
  letter-spacing: .01em;
}

/* line 464, ../sass/style.scss */
h4 {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: .02em;
}

/* line 469, ../sass/style.scss */
h5 {
  font-size: 1.25em;
  font-weight: 300;
  letter-spacing: .03em;
}

/* line 474, ../sass/style.scss */
h6 {
  font-weight: 700;
  letter-spacing: .03em;
}

/* line 478, ../sass/style.scss */
p {
  color: #FFF;
  font-size: 1.15em;
  font-size: 1.7vh;
  line-height: 1.35em;
}

/* line 484, ../sass/style.scss */
#home .overlay-box > h1 {
  font-size: 13vh;
  position: relative;
}

/* line 488, ../sass/style.scss */
#home .overlay-box > h1.subheading {
  font-size: 4.4vh;
  position: relative;
}

/* line 492, ../sass/style.scss */
.overlay-box > h2 {
  line-height: 2.3em;
  line-height: 7.2vh;
}

/* line 496, ../sass/style.scss */
.overlay-box > p {
  font-size: 2.2vh;
  line-height: 1.5em;
  line-height: 1.5em;
  margin-top: .8em;
  margin-top: 1.8vh;
}

/* line 503, ../sass/style.scss */
#home .overlay-box > p {
  text-align: left;
  color: #FFF;
  font-size: 1.5em;
  font-size: 2.2vh;
  margin-top: 1.7em;
  margin-top: 1.9vh;
  line-height: 1.6em;
  position: relative;
  z-index: 1;
}

/* line 514, ../sass/style.scss */
#home .overlay-box img {
  width: 93%;
  padding: 0 0 0 0.5%;
}

/* line 518, ../sass/style.scss */
#victory-gardens .overlay-box > h2, #victory-gardens .overlay-box > p {
  color: #0f3e46;
}

/* line 521, ../sass/style.scss */
.farmur-intro {
  height: 6%;
}

/* line 524, ../sass/style.scss */
#estimate-your-needs .farmur-intro {
  text-align: center;
}

/* line 527, ../sass/style.scss */
.farmur-title {
  margin-bottom: 20px;
  margin-bottom: 3.4vmin;
  margin-bottom: 3.4vm;
  font-size: 1.8em;
  font-size: 2.6vmin;
  font-size: 2.6vm;
  line-height: 2.8vmin;
  line-height: 2.8vm;
  width: 100%;
  height: 30%;
  font-family: 'Roboto Slab', Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
}

/* line 541, ../sass/style.scss */
.cc-text {
  color: #444;
}

/* line 544, ../sass/style.scss */
.cc-image {
  background-color: #262626;
  width: 96%;
  height: 16vh;
  margin: 0 auto;
  color: white;
}

/* line 551, ../sass/style.scss */
.large-number {
  color: #D87760;
  font-size: 2rem;
  font-weight: 300;
}

/* line 556, ../sass/style.scss */
.large-number.odometer {
  font-weight: 200;
  position: relative;
  top: -1vmax;
}

/* line 561, ../sass/style.scss */
.middle-title > p {
  margin: 0 auto;
  width: 80%;
}

/* line 565, ../sass/style.scss */
.hover-inner-box-text {
  margin-top: 1.2em;
  color: #333333;
}

/* line 584, ../sass/style.scss */
.drop-caps {
  float: left;
  font-size: 4.8em;
  padding-top: .32em;
  padding-right: .15em;
  padding-bottom: 0.1em;
  margin-left: -.05em;
  font-weight: 800;
}

/* ==================================================================
  							Odometer Styles
===================================================================== */
/* line 597, ../sass/style.scss */
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}

/* line 605, ../sass/style.scss */
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  *display: inline;
}

/* line 608, ../sass/style.scss */
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}

/* line 616, ../sass/style.scss */
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  *display: inline;
}

/* line 619, ../sass/style.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  visibility: hidden;
}

/* line 627, ../sass/style.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  *display: inline;
}

/* line 630, ../sass/style.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

/* line 640, ../sass/style.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

/* line 643, ../sass/style.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

/* line 647, ../sass/style.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

/* line 651, ../sass/style.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

/* line 654, ../sass/style.scss */
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}

/* line 661, ../sass/style.scss */
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 668, ../sass/style.scss */
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 675, ../sass/style.scss */
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* line 687, ../sass/style.scss */
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  line-height: 1.1em;
  position: relative;
  top: -.05em;
}

/* line 692, ../sass/style.scss */
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

/* ==================================================================
  							Button Styles
===================================================================== */
/* line 699, ../sass/style.scss */
.btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  font-weight: 100;
  line-height: 1;
  display: table;
  color: #FFFFFF;
  -webkit-transition: all 90ms ease-in-out;
  -moz-transition: all 90ms ease-in-out;
  -ms-transition: all 90ms ease-in-out;
  -o-transition: all 90ms ease-in-out;
  transition: all 90ms ease-in-out;
}

/* line 714, ../sass/style.scss */
.btn.big {
  font-size: 3em;
  font-size: 1.4em;
  font-family: 'Roboto Slab', Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: -0.05em;
  padding: 14px;
  padding: 1.3vh;
  width: 44.1vh;
}

/* line 723, ../sass/style.scss */
.btn > a, .btn > a:visited {
  color: #FFF;
  -webkit-transition: all 180ms ease-in-out;
  -moz-transition: all 180ms ease-in-out;
  transition: all 180ms ease-in-out;
}

/* line 729, ../sass/style.scss */
.btn:hover > a {
  color: #3998a9;
}

/* line 732, ../sass/style.scss */
.btn.blue {
  background: #3998a9;
}

/* line 735, ../sass/style.scss */
.btn.orange {
  background: #e87d24;
}

/* line 738, ../sass/style.scss */
.btn:hover {
  background-color: #FFFFFF;
}

/* line 741, ../sass/style.scss */
.btn.orange:hover {
  color: #e87d24;
}

/* line 744, ../sass/style.scss */
#home .btn {
  margin-top: .75em;
  margin-top: 3.3vh;
  font-size: 4.4vh;
  text-align: center;
  cursor: pointer;
  position: relative;
}

/* line 752, ../sass/style.scss */
.btn.pl-item-icon {
  width: 100%;
  height: 17%;
}

/* line 756, ../sass/style.scss */
#home .btn a span {
  margin-right: .4em;
  vertical-align: middle;
}

/* line 760, ../sass/style.scss */
.btn > span {
  display: table-cell;
  vertical-align: middle;
}

/* line 764, ../sass/style.scss */
button {
  color: #fff;
  border: 0;
}

/* line 768, ../sass/style.scss */
button.md-close {
  border: none;
  padding: .5em .8em;
  background-color: #80A33E;
  color: #fff;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 1.5em;
  cursor: pointer;
  margin: .3em;
  border-radius: 3px;
  line-height: 1.2;
}

/* line 781, ../sass/style.scss */
button.md-close:hover {
  background-color: #678432;
}

/* line 784, ../sass/style.scss */
button.btn-more-info {
  position: absolute;
  right: .7em;
  top: 1.2em;
  border: rgba(255, 255, 255, 0.4) solid 0.2em;
  background-color: #3898A8;
  text-transform: lowercase;
  margin: 0;
  margin-top: -0.75em;
  font-family: 'Roboto Slab', Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 2em;
  border-radius: 100%;
  height: 2.5em;
  width: 2.5em;
  z-index: 100;
  cursor: pointer;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transition: all 90ms ease-in-out;
  -moz-transition: all 90ms ease-in-out;
  transition: all 90ms ease-in-out;
}

/* line 810, ../sass/style.scss */
button.btn-more-info:hover {
  border: #3898A8 solid .3em;
  color: #3898A8;
  background-color: #FFF;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* ==================================================================
  							Boxes and Overlays 
===================================================================== */
/* line 824, ../sass/style.scss */
.overlay-center {
  position: absolute;
  left: 50%;
}

/* line 828, ../sass/style.scss */
.overlay-center > div {
  position: relative;
  left: -50%;
}

/* line 832, ../sass/style.scss */
.overlay-box {
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  margin: 0;
}

/* line 837, ../sass/style.scss */
#home > .overlay-box {
  position: absolute;
  top: 12.6%;
  left: 50%;
  width: 47vh;
  margin-left: 3.9vh;
}

/* line 844, ../sass/style.scss */
#modern-urban-farming > .overlay-box {
  position: absolute;
  top: 23.2%;
  right: 50%;
  width: 36vh;
  margin-right: 6.8vh;
}

/* line 851, ../sass/style.scss */
#history-of-urban-farming > .overlay-box {
  position: absolute;
  top: 7.5%;
  left: 50%;
  width: 39vh;
  margin-left: 20.7vh;
}

/* line 858, ../sass/style.scss */
#world-wars > .overlay-box {
  position: absolute;
  top: 46.5%;
  right: 50%;
  width: 39vh;
  margin-right: 3.7vh;
}

/* line 865, ../sass/style.scss */
#victory-gardens > .overlay-box {
  position: absolute;
  top: 12.2%;
  left: 50%;
  width: 39vh;
  margin-left: 4.7vh;
}

/* line 872, ../sass/style.scss */
#us-highway-system > .overlay-box {
  position: absolute;
  top: 5.5%;
  left: 50%;
  width: 39vh;
  margin-left: 9.1vh;
}

/* line 879, ../sass/style.scss */
#suburb-growth > .overlay-box {
  position: absolute;
  top: 57.6%;
  left: 50%;
  width: 39vh;
  margin-left: 9vh;
}

/* line 886, ../sass/style.scss */
#corporate-pollution > .overlay-box {
  position: absolute;
  top: 10.7%;
  left: 50%;
  width: 39vh;
  margin-left: -1vh;
}

/* line 893, ../sass/style.scss */
#yearly-livestock-waste > .overlay-box {
  position: absolute;
  top: 4.7%;
  left: 50%;
  width: 39vh;
  margin-left: 7vh;
}

/* line 900, ../sass/style.scss */
.hover-box {
  display: block;
  float: left;
  width: 50%;
  height: 50%;
  border-top: 1px solid rgba(0, 0, 0, 0.8);
}

/* line 908, ../sass/style.scss */
#bf-healthy-food.hover-box, #bf-employment.hover-box, #tf-backyard.hover-box, #tf-balcony.hover-box {
  border-left: 1px solid rgba(0, 0, 0, 0.8);
}

/* line 912, ../sass/style.scss */
#bf-community.hover-box, #bf-ecological.hover-box, #tf-window-box.hover-box, #tf-city-block.hover-box {
  border-left: 1px solid rgba(0, 0, 0, 0.8);
}

/* line 916, ../sass/style.scss */
.middle-title {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  height: 10%;
  background-color: #743c27;
  border-top: 3px solid #5d1300;
  border-bottom: 3px solid #5d1300;
}

/* line 926, ../sass/style.scss */
.middle-title > p {
  height: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 1vmax 0;
}

/* line 932, ../sass/style.scss */
.hover-inner-box {
  position: absolute;
  height: 24.5em;
  width: 30em;
  background-color: #FFF;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 300ms cubic-bezier(1, 0, 0, 1);
  -o-transition: all 300ms cubic-bezier(1, 0, 0, 1);
  transition: all 300ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}

/* line 952, ../sass/style.scss */
.hover-inner-box-arrow {
  position: absolute;
  width: 4em;
  height: 4em;
  padding: 0.5em;
}

/* line 958, ../sass/style.scss */
.hover-inner-box-arrow > div {
  font-size: 3em;
  color: white;
}

/* line 962, ../sass/style.scss */
.hover-text-container {
  height: 100%;
  width: 100%;
  padding: 4.2em;
}

/* line 967, ../sass/style.scss */
.hover-text-container.hover-bottom {
  margin-top: -1em;
}

/* line 970, ../sass/style.scss */
.absolute-center {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* ==================================================================
  							Section Styles 
===================================================================== */
/* line 982, ../sass/style.scss */
section {
  position: relative;
}

/* line 985, ../sass/style.scss */
.backface-visibility {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

/* line 990, ../sass/style.scss */
#home {
  position: relative;
  background-image: url(../img/01_bg.jpg);
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: center center;
}

/* line 1000, ../sass/style.scss */
#modern-urban-farming {
  position: relative;
  background-image: url(../img/02_bg.jpg);
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: center center;
}

/* line 1010, ../sass/style.scss */
#history-of-urban-farming {
  position: relative;
  background-image: url(../img/03_bg.jpg);
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: center center;
}

/* line 1020, ../sass/style.scss */
#timeline-1, #timeline-2, #timeline-3, #timeline-4, #timeline-5, #timeline-6 {
  position: relative;
  background-image: url(../img/04_bg.jpg);
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: center center;
}

/* line 1030, ../sass/style.scss */
#world-wars {
  position: relative;
  background-image: url(../img/05_bg.jpg);
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: center center;
}

/* line 1040, ../sass/style.scss */
#victory-gardens {
  position: relative;
  background-image: url(../img/06_bg.jpg);
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: center center;
}

/* line 1050, ../sass/style.scss */
#us-highway-system {
  position: relative;
  background-image: url(../img/07_bg.jpg);
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: center center;
}

/* line 1060, ../sass/style.scss */
#suburb-growth {
  position: relative;
  background-image: url(../img/08_bg.jpg);
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: center center;
}

/* line 1070, ../sass/style.scss */
#rural-population-goes-urban {
  position: relative;
  background-image: url(../img/09_bg.jpg);
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: center center;
}

/* line 1080, ../sass/style.scss */
#corporate-pollution {
  position: relative;
  background-image: url(../img/10_bg.jpg);
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: center center;
}

/* line 1090, ../sass/style.scss */
#yearly-livestock-waste {
  position: relative;
  background-image: url(../img/11_bg.jpg);
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: center center;
}

/* line 1100, ../sass/style.scss */
#average-family-savings, #estimate-your-needs, #plan-your-garden, #about {
  background-image: url(../img/concrete_wall_3.png);
  background-repeat: repeat;
  box-shadow: inset 5px 5px 350px #001f28;
}

/* line 1106, ../sass/style.scss */
.container {
  padding: 5.5em;
  margin: 0 auto;
}

/* line 1115, ../sass/style.scss */
.container-inner {
  margin: 0 auto;
  width: 97.3%;
}

/* ==================================================================
  					history of urban farming page 
===================================================================== */
/* line 1123, ../sass/style.scss */
.hf-planet {
  height: 46%;
  width: 83%;
  width: 95vmin;
  padding: 0 3em;
  max-width: 780px;
  margin: 0 auto;
  position: relative;
  top: 38%;
  display: block;
}

/* line 1134, ../sass/style.scss */
.hf-planet li {
  display: block;
  width: 50%;
  height: 24%;
  clear: both;
  position: relative;
  margin-bottom: -3vmin;
}

/* line 1142, ../sass/style.scss */
.hf-timeline-right div {
  text-align: right;
}

/* line 1145, ../sass/style.scss */
.hf-timeline-right div, .hf-timeline-left div {
  height: 100%;
  width: 100%;
  max-width: 385px;
  position: absolute;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 3% 4%;
  background-position: 0% 100%;
  transition: all 280ms ease-in-out;
}

/* line 1157, ../sass/style.scss */
.hf-timeline-left div {
  background-image: url(../img/timeline-item-left.svg);
  transform-origin: 100% 90%;
  background-size: 100% 120%;
}

/* line 1162, ../sass/style.scss */
.hf-timeline-right div {
  background-image: url(../img/timeline-item-right.svg);
  transform-origin: 0% 90%;
  background-size: 100% 120%;
}

/*.hf-timeline-left div {
      transform: rotateY(-180deg);
    }
    .hf-timeline-left div h4, .hf-timeline-left div p {
      transform: rotateY(180deg);
    }*/
/* line 1174, ../sass/style.scss */
.hf-planet p {
  margin: 1.2em 0 0;
  padding: 0 0 0 38%;
}

/* line 1178, ../sass/style.scss */
.hf-timeline-left p {
  padding: 0 38% 0 0;
}

/* line 1181, ../sass/style.scss */
.hf-planet span {
  position: absolute;
  width: 3em;
  height: 3em;
  background-color: #8AC0C9;
  z-index: 1;
  border-radius: 50%;
  box-shadow: inset 0 0.25em 0em 0.25em #328E9C, 0 0 0em 0.5em rgba(0, 0, 0, 0.6);
  transition: all 90ms ease-in-out;
  cursor: pointer;
}

/* line 1192, ../sass/style.scss */
.hf-planet span:hover {
  background-color: #C3E2E7;
  box-shadow: inset 0em -0.2em 0em 0.2em #1E6D79, 0 0 0em 0.3em rgba(0, 0, 0, 0.9);
  transform: scale(1.2);
}

/* line 1197, ../sass/style.scss */
.hf-planet li:nth-of-type(even) span {
  left: -1.5em;
  bottom: 1.4vmin;
}

/* line 1201, ../sass/style.scss */
.hf-planet li:nth-of-type(odd) span {
  right: -1.5em;
  bottom: 1.4vmin;
}

/* line 1205, ../sass/style.scss */
.hf-planet .hf-timeline-right p {
  float: right;
}

/* line 1208, ../sass/style.scss */
.hf-planet li:nth-of-type(even) {
  float: right;
}

/* line 1211, ../sass/style.scss */
.hf-planet li:nth-of-type(odd) {
  float: left;
}

/* line 1214, ../sass/style.scss */
.hf-timeline-right .hf-timeline-closed {
  transform: rotate(-90deg) scale(0);
}

/* line 1217, ../sass/style.scss */
.hf-timeline-left .hf-timeline-closed {
  transform: rotate(90deg) scale(0);
}

/* ==================================================================
  							Timeline 
===================================================================== */
/* line 1224, ../sass/style.scss */
.tm-dot {
  background-color: white;
  border: 6px solid #333333;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  z-index: 100;
}

/* line 1234, ../sass/style.scss */
#timeline-1 .tm-dot, #timeline-2 .tm-dot, #timeline-3 .tm-dot, #timeline-4 .tm-dot, #timeline-5 .tm-dot, #timeline-6 .tm-dot {
  background-color: white;
  border: 3px solid #80a33e;
}

/* line 1238, ../sass/style.scss */
.tm-next-end {
  left: 79.3%;
}

/* line 1241, ../sass/style.scss */
.tm-line {
  width: 100%;
  background-color: #333333;
  height: 5px;
}

/* line 1246, ../sass/style.scss */
#timeline-1 .tm-line, #timeline-2 .tm-line, #timeline-3 .tm-line, #timeline-4 .tm-line, #timeline-5 .tm-line, #timeline-6 .tm-line {
  background-color: #80a33e;
}

/* line 1249, ../sass/style.scss */
#timeline-1 .tm-line-over {
  position: relative;
  top: 160px;
  left: -20%;
  width: 140%;
  z-index: 0;
}

/* line 1256, ../sass/style.scss */
#timeline-2 .tm-line-over, #timeline-3 .tm-line-over, #timeline-4 .tm-line-over, #timeline-5 .tm-line-over, #timeline-6 .tm-line-over {
  position: relative;
  top: 160px;
  left: -20%;
  width: 140%;
  z-index: 0;
}

/* line 1263, ../sass/style.scss */
#timeline-1 .tm-prev {
  position: absolute;
  top: 230px;
}

/* line 1267, ../sass/style.scss */
#timeline-2 .tm-prev, #timeline-3 .tm-prev, #timeline-4 .tm-prev, #timeline-5 .tm-prev, #timeline-6 .tm-prev {
  position: relative;
  left: -.7em;
  margin-bottom: -.57em;
}

/* line 1272, ../sass/style.scss */
#timeline-1 .tm-next, #timeline-2 .tm-next, #timeline-3 .tm-next, #timeline-4 .tm-next, #timeline-5 .tm-next {
  position: absolute;
  right: -.7em;
  padding-left: .04em;
}

/* line 1277, ../sass/style.scss */
#timeline-2 .tm-prev, #timeline-3 .tm-prev, #timeline-4 .tm-prev, #timeline-5 .tm-prev, #timeline-6 .tm-prev, #timeline-1 .tm-next, #timeline-2 .tm-next, #timeline-3 .tm-next, #timeline-4 .tm-next, #timeline-5 .tm-next {
  top: 204px;
  color: #FFF;
  width: 1.25em;
  height: 1.25em;
  font-size: 4em;
  position: absolute;
  border: rgba(255, 255, 255, 0.6) solid 0em;
  background-color: rgba(232, 125, 36, 0.9);
  border-radius: 3px;
  padding: .1em .1em .1em .15em;
  cursor: pointer;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transition: all 80ms ease-out;
  -moz-transition: all 80ms ease-out;
  transition: all 80ms ease-out;
}

/* line 1298, ../sass/style.scss */
#timeline-1 .tm-next, #timeline-2 .tm-next, #timeline-3 .tm-next, #timeline-4 .tm-next, #timeline-5 .tm-next {
  right: 3%;
}

/* line 1301, ../sass/style.scss */
#timeline-2 .tm-prev, #timeline-3 .tm-prev, #timeline-4 .tm-prev, #timeline-5 .tm-prev, #timeline-6 .tm-prev {
  padding: .1em .1em .1em .1em;
  left: 3%;
}

/* line 1305, ../sass/style.scss */
#timeline-1 .tm-next:hover, #timeline-2 .tm-next:hover, #timeline-3 .tm-next:hover, #timeline-4 .tm-next:hover, #timeline-5 .tm-next:hover, #timeline-2 .tm-prev:hover, #timeline-3 .tm-prev:hover, #timeline-4 .tm-prev:hover, #timeline-5 .tm-prev:hover, #timeline-6 .tm-prev:hover {
  color: #e87d24;
  border: #e87d24 solid 0.15em;
  padding: 0em 1em 1em 0em;
  background-color: #FFF;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 1316, ../sass/style.scss */
#timeline-2 .tm-prev:hover, #timeline-3 .tm-prev:hover, #timeline-4 .tm-prev:hover, #timeline-5 .tm-prev:hover, #timeline-6 .tm-prev:hover {
  padding: 0em 1em 1em 0em;
}

/* line 1319, ../sass/style.scss */
#timeline-6 .tm-next {
  position: absolute;
  top: 154px;
  right: -.5em;
}

/* line 1324, ../sass/style.scss */
.tm-line-over.tm-line-over-end {
  width: 100%;
}

/* line 1327, ../sass/style.scss */
.tm-line-over-start {
  left: 0;
}

/* line 1330, ../sass/style.scss */
.tm-decade {
  background-color: #dddddd;
  width: 22%;
  float: left;
  margin: 0 1%;
}

/* line 1336, ../sass/style.scss */
.tm-decade .tm-dot {
  position: relative;
  top: 0px;
  left: 50%;
  background-color: #333333;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 1347, ../sass/style.scss */
.tm-decade-first {
  margin-left: 3%;
}

/* line 1350, ../sass/style.scss */
.tm-decade-last {
  margin-right: 3%;
}

/* line 1353, ../sass/style.scss */
.tm-decade-date {
  display: block;
  font-size: 2.2em;
  text-align: center;
  margin: 10px 4%;
}

/* line 1359, ../sass/style.scss */
.tm-image {
  width: 96%;
  height: 100px;
  margin: 10px 2%;
  background-color: #333333;
  clear: left;
}

/* line 1366, ../sass/style.scss */
.tm-yr {
  background-color: white;
  border: 1px solid #cccccc;
  -moz-border-radius: 1%;
  -webkit-border-radius: 1%;
  border-radius: 1%;
  width: 96%;
  margin: 10px 2%;
  clear: left;
}

/* line 1376, ../sass/style.scss */
.tm-yr-date {
  display: block;
  font-size: 1.5em;
  padding: 4% 4% 2% 4%;
}

/* line 1381, ../sass/style.scss */
.tm-yr-desc {
  display: block;
  padding: 2% 4% 4% 4%;
}

/* ==================================================================
  							Rural Population Goes Urban 
===================================================================== */
/* line 1389, ../sass/style.scss */
#rural-population-goes-urban > .container {
  top: 9%;
  max-width: 900px;
}

/* line 1393, ../sass/style.scss */
#rural-population-goes-urban > .container p.farmur-intro {
  margin: 0 40px 40px;
  height: auto;
  text-align: center;
  max-width: 850px;
}

/* line 1399, ../sass/style.scss */
.ru-box {
  background-color: #FFF;
  margin: 0 auto 0.8rem;
  float: left;
}

/* line 1404, ../sass/style.scss */
#ru-year-box {
  position: relative;
  width: 96%;
  height: 2.4em;
  float: none;
}

/* line 1410, ../sass/style.scss */
.ru-dot-start {
  position: absolute;
  left: -9px;
  top: -10px;
}

/* line 1415, ../sass/style.scss */
.ru-dot-end {
  position: absolute;
  right: -9px;
  top: -10px;
}

/* line 1420, ../sass/style.scss */
.ru-line {
  position: absolute;
  top: -4px;
}

/* line 1424, ../sass/style.scss */
.ru-year {
  width: 8.33%;
  float: left;
  text-align: center;
  margin-top: 8px;
  cursor: pointer;
}

/* line 1431, ../sass/style.scss */
#ru-box-rural, #ru-box-urban {
  width: 49%;
  float: left;
}

/* line 1435, ../sass/style.scss */
#ru-box-rural {
  margin-right: 1%;
}

/* line 1438, ../sass/style.scss */
#ru-box-urban {
  margin-left: 1%;
}

/* line 1441, ../sass/style.scss */
.ru-sm-box-image {
  position: relative;
  background-color: #333333;
  margin: 2%;
  height: 120px;
}

/* line 1447, ../sass/style.scss */
.ru-sm-box-inner {
  height: 1.5em;
  margin: 1.2rem 2%;
  display: table;
  width: 96%;
}

/* line 1453, ../sass/style.scss */
.ru-lg-box-image {
  float: left;
  background-color: #333333;
  margin: 1% 0 1% 1%;
  height: 120px;
  width: 99%;
}

/* line 1460, ../sass/style.scss */
.ru-lg-box-inner {
  width: 32%;
  display: table-cell;
  vertical-align: middle;
}

/* line 1465, ../sass/style.scss */
.ru-sm-box-title {
  width: 76%;
  display: table-cell;
  vertical-align: middle;
}

/* line 1470, ../sass/style.scss */
.ru-lg-box-title {
  width: 100%;
  margin-bottom: 1.2rem;
  text-align: center;
  line-height: 1.8rem;
}

/* line 1476, ../sass/style.scss */
.ru-lg-box-title > h3 {
  text-align: center;
}

/* line 1479, ../sass/style.scss */
.ru-sm-box-inner > .large-number {
  width: 60%;
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}

/* line 1485, ../sass/style.scss */
.large-number .percent-symbol {
  line-height: 1.1em;
  position: relative;
}

/* line 1489, ../sass/style.scss */
#ru-box-labor-force .large-number .percent-symbol {
  top: .05em;
}

/* line 1492, ../sass/style.scss */
.ru-lg-box-inner > .large-number {
  width: 100%;
  text-align: center;
  display: inline-table;
}

/* line 1497, ../sass/style.scss */
#ru-box-acres, #ru-box-labor-force {
  width: 100%;
  display: table;
}

/* ==================================================================
  						Corporate Consolidation 
===================================================================== */
/* line 1505, ../sass/style.scss */
#cc-crop-seeds-and-biotechnology {
  margin-left: 0;
}

/* line 1508, ../sass/style.scss */
#cc-animal-genetics {
  margin-right: 0;
}

/* line 1511, ../sass/style.scss */
#corporate-consolidation > .container p.farmur-intro {
  margin-bottom: 0;
}

/* line 1514, ../sass/style.scss */
#corporate-consolidation .farmur-title {
  min-height: 54px;
}

/* line 1517, ../sass/style.scss */
#corporate-consolidation > .container div {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

/* line 1522, ../sass/style.scss */
#corporate-consolidation > .container div .cc-box-top {
  background-color: #dddddd;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 1529, ../sass/style.scss */
#corporate-consolidation > .container div .cc-box-bottom {
  background-color: #FFF;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 auto;
  width: 90%;
}

/* line 1536, ../sass/style.scss */
.cc-box-container {
  width: 18%;
  float: left;
  margin: 0 1.25%;
}

/* ==================================================================
  		Benefits of Urban Farming  &  Types of Urban Farms
===================================================================== */
/* line 1545, ../sass/style.scss */
#bf-healthy-food {
  position: relative;
  background-image: url(../img/textured_stripes.png);
  background-repeat: repeat;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

/* line 1553, ../sass/style.scss */
#tf-backyard {
  position: relative;
  background: url(../img/tf-backyard.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/tf-backyard.jpg', sizingMethod='scale')";
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

/* line 1566, ../sass/style.scss */
#bf-healthy-food > .hover-inner-image {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url(../img/bf-healthy-food.png);
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 50% 100%;
}

/* line 1578, ../sass/style.scss */
#bf-healthy-food > .hover-inner-box, #tf-backyard > .hover-inner-box {
  bottom: 0;
  right: 0;
  -webkit-transform: translate(26em, 20.5em);
  -moz-transform: translate(26em, 20.5em);
  -ms-transform: translate(26em, 20.5em);
  -o-transform: translate(26em, 20.5em);
  transform: translate(26em, 20.5em);
  -webkit-backface-visibility: hidden;
}

/* line 1588, ../sass/style.scss */
#bf-healthy-food > .hover-inner-box:hover, #tf-backyard > .hover-inner-box:hover {
  bottom: 0;
  right: 0;
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  -webkit-backface-visibility: hidden;
}

/* line 1598, ../sass/style.scss */
#bf-healthy-food > .hover-inner-box .icon-up-left, #tf-backyard > .hover-inner-box .icon-up-left {
  -webkit-transition: all 450ms ease-out;
  -moz-transition: all 450ms ease-out;
  transition: all 450ms ease-out;
  -webkit-transition: all 450ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 450ms cubic-bezier(1, 0, 0, 1);
  -o-transition: all 450ms cubic-bezier(1, 0, 0, 1);
  transition: all 450ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}

/* line 1614, ../sass/style.scss */
#bf-healthy-food > .hover-inner-box:hover .icon-up-left, #tf-backyard > .hover-inner-box:hover .icon-up-left {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 1621, ../sass/style.scss */
#bf-healthy-food > .hover-inner-box > .hover-inner-box-arrow, #tf-backyard > .hover-inner-box > .hover-inner-box-arrow {
  background-color: #d3654b;
  top: 0;
  left: 0;
}

/* line 1626, ../sass/style.scss */
#bf-healthy-food > .hover-inner-box > p.hover-inner-box-text, #tf-backyard > .hover-inner-box > p.hover-inner-box-text {
  margin: 2.9em 3.3em;
  color: #333;
}

/* line 1630, ../sass/style.scss */
#bf-community {
  position: relative;
  background-image: url(../img/wavegrid.png);
  background-repeat: repeat;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}

/* line 1637, ../sass/style.scss */
#tf-window-box {
  position: relative;
  background: url(../img/tf-window-box.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/tf-window-box.jpg', sizingMethod='scale')";
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}

/* line 1649, ../sass/style.scss */
#bf-community > .hover-inner-image {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url(../img/bf-community.png);
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 50% 100%;
}

/* line 1661, ../sass/style.scss */
#bf-community > .hover-inner-box, #tf-window-box > .hover-inner-box {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-26em, 20.5em);
  -moz-transform: translate(-26em, 20.5em);
  -ms-transform: translate(-26em, 20.5em);
  -o-transform: translate(-26em, 20.5em);
  transform: translate(-26em, 20.5em);
  -webkit-backface-visibility: hidden;
}

/* line 1671, ../sass/style.scss */
#bf-community > .hover-inner-box:hover, #tf-window-box > .hover-inner-box:hover {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  -webkit-backface-visibility: hidden;
}

/* line 1681, ../sass/style.scss */
#bf-community > .hover-inner-box .icon-up-right, #tf-window-box > .hover-inner-box .icon-up-right {
  -webkit-transition: all 450ms ease-out;
  -moz-transition: all 450ms ease-out;
  transition: all 450ms ease-out;
  -webkit-transition: all 450ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 450ms cubic-bezier(1, 0, 0, 1);
  -o-transition: all 450ms cubic-bezier(1, 0, 0, 1);
  transition: all 450ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}

/* line 1697, ../sass/style.scss */
#bf-community > .hover-inner-box:hover .icon-up-right, #tf-window-box > .hover-inner-box:hover .icon-up-right {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 1704, ../sass/style.scss */
#bf-community > .hover-inner-box > .hover-inner-box-arrow, #tf-window-box > .hover-inner-box > .hover-inner-box-arrow {
  background-color: #e87d24;
  top: 0;
  right: 0;
}

/* line 1709, ../sass/style.scss */
#bf-community > .hover-inner-box > p.hover-inner-box-text, #tf-window-box > .hover-inner-box > p.hover-inner-box-text {
  margin-left: 5em;
  color: #333;
}

/* line 1713, ../sass/style.scss */
#bf-employment {
  position: relative;
  background-image: url(../img/light_wool.png);
  background-repeat: repeat;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}

/* line 1720, ../sass/style.scss */
#tf-balcony {
  position: relative;
  background: url(../img/tf-balcony.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/tf-balcony.jpg', sizingMethod='scale')";
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}

/* line 1732, ../sass/style.scss */
#bf-employment > .hover-inner-image {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url(../img/bf-employment.png);
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 50% 100%;
}

/* line 1744, ../sass/style.scss */
#bf-employment > .hover-inner-box, #tf-balcony > .hover-inner-box {
  top: 0;
  right: 0;
  -webkit-transform: translate(26em, -20.5em);
  -moz-transform: translate(26em, -20.5em);
  -ms-transform: translate(26em, -20.5em);
  -o-transform: translate(26em, -20.5em);
  transform: translate(26em, -20.5em);
  -webkit-backface-visibility: hidden;
}

/* line 1754, ../sass/style.scss */
#bf-employment > .hover-inner-box:hover, #tf-balcony > .hover-inner-box:hover {
  top: 0;
  right: 0;
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  -webkit-backface-visibility: hidden;
}

/* line 1764, ../sass/style.scss */
#bf-employment > .hover-inner-box .icon-down-left, #tf-balcony > .hover-inner-box .icon-down-left {
  -webkit-transition: all 450ms ease-out;
  -moz-transition: all 450ms ease-out;
  transition: all 450ms ease-out;
  -webkit-transition: all 450ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 450ms cubic-bezier(1, 0, 0, 1);
  -o-transition: all 450ms cubic-bezier(1, 0, 0, 1);
  transition: all 450ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}

/* line 1780, ../sass/style.scss */
#bf-employment > .hover-inner-box:hover .icon-down-left, #tf-balcony > .hover-inner-box:hover .icon-down-left {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 1787, ../sass/style.scss */
#bf-employment > .hover-inner-box > .hover-inner-box-arrow, #tf-balcony > .hover-inner-box > .hover-inner-box-arrow {
  background-color: #3898a8;
  bottom: 0;
  left: 0;
}

/* line 1792, ../sass/style.scss */
#bf-employment > .hover-inner-box > p.hover-inner-box-text, #tf-balcony > .hover-inner-box > p.hover-inner-box-text {
  margin-left: 5em;
  color: #333;
}

/* line 1796, ../sass/style.scss */
#bf-ecological {
  position: relative;
  background-image: url(../img/white_texture.png);
  background-repeat: repeat;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}

/* line 1803, ../sass/style.scss */
#tf-city-block {
  position: relative;
  background: url(../img/tf-city-block.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/tf-city-block.jpg', sizingMethod='scale')";
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}

/* line 1815, ../sass/style.scss */
#bf-ecological > .hover-inner-image {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url(../img/bf-ecological.png);
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 50% 100%;
}

/* line 1827, ../sass/style.scss */
#bf-ecological > .hover-inner-box, #tf-city-block > .hover-inner-box {
  top: 0;
  left: 0;
  -webkit-transform: translate(-26em, -20.5em);
  -moz-transform: translate(-26em, -20.5em);
  -ms-transform: translate(-26em, -20.5em);
  -o-transform: translate(-26em, -20.5em);
  transform: translate(-26em, -20.5em);
  -webkit-backface-visibility: hidden;
}

/* line 1837, ../sass/style.scss */
#bf-ecological > .hover-inner-box:hover, #tf-city-block > .hover-inner-box:hover {
  top: 0;
  left: 0;
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  -webkit-backface-visibility: hidden;
}

/* line 1847, ../sass/style.scss */
#bf-ecological > .hover-inner-box .icon-down-right, #tf-city-block > .hover-inner-box .icon-down-right {
  -webkit-transition: all 450ms ease-out;
  -moz-transition: all 450ms ease-out;
  transition: all 450ms ease-out;
  -webkit-transition: all 450ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 450ms cubic-bezier(1, 0, 0, 1);
  -o-transition: all 450ms cubic-bezier(1, 0, 0, 1);
  transition: all 450ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}

/* line 1863, ../sass/style.scss */
#bf-ecological > .hover-inner-box .icon-down-right:hover, #tf-city-block > .hover-inner-box .icon-down-right:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 1870, ../sass/style.scss */
#bf-ecological > .hover-inner-box > .hover-inner-box-arrow, #tf-city-block > .hover-inner-box > .hover-inner-box-arrow {
  background-color: #81a43f;
  bottom: 0;
  right: 0;
}

/* line 1875, ../sass/style.scss */
#bf-ecological > .hover-inner-box > p.hover-inner-box-text #tf-city-block > .hover-inner-box > p.hover-inner-box-text {
  margin-left: 5em;
  color: #333;
}

/* ==================================================================
  						Average Family Savings
===================================================================== */
/* line 1883, ../sass/style.scss */
#as-container {
  position: absolute;
  width: 70%;
  height: 70%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 1893, ../sass/style.scss */
.hover-inner-box-arrow {
  cursor: pointer;
}

/* line 1896, ../sass/style.scss */
#as-family-image {
  float: left;
  position: relative;
  height: 100%;
  width: 50%;
  background-image: url(../img/as-family.png);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 20%;
}

/* line 1910, ../sass/style.scss */
#as-family-text-box {
  position: relative;
  height: 100%;
  width: 50%;
  float: left;
  padding-left: 10%;
}

/* line 1917, ../sass/style.scss */
#as-family-text-box > h2 {
  line-height: 1em;
  margin-bottom: .8em;
}

/* line 1921, ../sass/style.scss */
#as-family-text-box > p {
  font-size: 2.2vh;
  line-height: 1.5em;
  line-height: 1.5em;
  margin-top: .8em;
  margin-top: 1.8vh;
}

/* line 1928, ../sass/style.scss */
#as-family-text-box .large-number {
  margin-top: .5em;
  color: #D87760;
  font-size: 4.5em;
  font-size: 7.1vmin;
  font-size: 5.1vm;
}

/* line 1935, ../sass/style.scss */
#as-family-text-box .thick-text {
  font-weight: 800;
}

/* line 1938, ../sass/style.scss */
#as-family-text-box > p.thick-text {
  margin-top: 1.8em;
  margin-top: 4vh;
}

/* ==================================================================
  						Estimate Your Needs
===================================================================== */
/* line 1946, ../sass/style.scss */
.em-left-container {
  width: 73%;
  float: left;
  margin-right: 2%;
  height: 94%;
}

/* line 1952, ../sass/style.scss */
.em-right-container {
  width: 25%;
  float: left;
  height: 94%;
}

/* line 1957, ../sass/style.scss */
.em-top-box-row {
  height: 60%;
  padding-bottom: 2%;
}

/* line 1961, ../sass/style.scss */
.em-left-people {
  background-color: #dddddd;
  padding: 1%;
  height: 100%;
  overflow: hidden;
}

/* line 1967, ../sass/style.scss */
.em-left-vegetables {
  background-color: #dddddd;
  height: 40%;
}

/* line 1971, ../sass/style.scss */
.em-row {
  width: 100%;
  height: 100%;
  padding: 1%;
}

/* line 1976, ../sass/style.scss */
.em-person {
  position: relative;
  width: 100%;
  float: left;
  height: 100%;
  background-color: #FFF;
  overflow: hidden;
  cursor: pointer;
}

/* line 1985, ../sass/style.scss */
.em-veg {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

/* line 1992, ../sass/style.scss */
.em-row-dropdown {
  height: 10%;
}

/* line 1995, ../sass/style.scss */
.em-row-number {
  height: 20%;
  padding-top: 6%;
  text-align: right;
}

/* line 2000, ../sass/style.scss */
.em-box-number {
  height: 100%;
  width: 100%;
  background-color: #FFF;
  padding: 6%;
  padding: 2vmin;
  padding: 2vm;
}

/* line 2008, ../sass/style.scss */
.em-icon {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: #EB6916;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #FFF;
  padding-top: 6px;
  font-size: 1.6em;
  font-weight: 200;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

/* line 2028, ../sass/style.scss */
.em-icon-add {
  right: 50%;
  top: 60%;
  margin-top: -40px;
  margin-right: -40px;
  width: 80px;
  height: 80px;
  padding-top: 0;
  font-size: 3.6em;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

/* line 2043, ../sass/style.scss */
.em-edit {
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -25px;
  background-color: #158799;
  color: #FFF;
  width: 50px;
  height: 30px;
  text-align: center;
  padding-top: 6px;
  opacity: 1;
}

/* line 2056, ../sass/style.scss */
.em-add-veg {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

/* line 2063, ../sass/style.scss */
.em-add-person:hover, .em-add-veg:hover {
  opacity: 1;
}

/* line 2066, ../sass/style.scss */
.em-add-person .em-edit {
  bottom: -30px;
  opacity: 0;
}

/* line 2070, ../sass/style.scss */
.em-person-illustration, .em-veg-illustration {
  width: 100%;
  height: 100%;
  background-color: #262626;
  text-align: center;
  color: #FFF;
}

/* line 2077, ../sass/style.scss */
.em-person-illustration > span, .em-veg-illustration > span {
  position: absolute;
  top: 18%;
  left: 0;
  right: 0;
  font-size: 1.2em;
  font-weight: 300;
}

/* line 2085, ../sass/style.scss */
.em-title {
  text-transform: capitalize;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  padding: 6px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 2095, ../sass/style.scss */
.em-add-veg .em-title {
  bottom: -30px;
  opacity: 0;
}

/* line 2099, ../sass/style.scss */
.em-dropdown {
  height: 100%;
}

/* line 2102, ../sass/style.scss */
.em-dropdown, .em-select {
  position: relative;
  width: 100%;
  margin: 0;
  height: 100%;
  display: block;
}

/* line 2109, ../sass/style.scss */
.em-dropdown > span {
  width: 100%;
  height: 100%;
  line-height: 65px;
  color: #FFF;
  font-weight: 300;
  font-size: 1.5em;
  background: #EB6916;
  display: block;
  padding: 0 5%;
  position: relative;
  cursor: pointer;
}

/* line 2122, ../sass/style.scss */
.em-dropdown > span:after {
  content: '\25BC';
  position: absolute;
  right: 0px;
  top: 15%;
  width: 50px;
  text-align: center;
  font-size: 1.2em;
  padding: 10px;
  height: 40%;
  line-height: 24px;
}

/* line 2134, ../sass/style.scss */
.em-dropdown.em-active > span:after {
  content: '\25B2';
}

/* line 2137, ../sass/style.scss */
.em-dropdown ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

/* line 2144, ../sass/style.scss */
.em-dropdown ul li {
  display: block;
}

/* line 2147, ../sass/style.scss */
.em-dropdown ul li span {
  width: 100%;
  background: #D5D5D5;
  line-height: 60px;
  padding: 0 5%;
  display: block;
  color: #262626;
  cursor: pointer;
  font-weight: 800;
}

/* line 2157, ../sass/style.scss */
.em-dropdown > span, .em-dropdown ul li span {
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 2166, ../sass/style.scss */
remove-person .em-dropdown > span span[class^="icon-"], .em-dropdown > span span[class*=" icon-"] {
  padding: 0 30px 0 45px;
}

/* ==================================================================
  						Plan Your Garden Page
===================================================================== */
/* line 2174, ../sass/style.scss */
.pl-plan-row {
  width: 100%;
  height: 14%;
  background-color: #dddddd;
  margin: 0 0 2%;
  padding: 1%;
  display: none;
}

/* line 2182, ../sass/style.scss */
.pl-ideas-row {
  width: 100%;
  height: 92%;
  background-color: #dddddd;
  padding: .5%;
}

/* line 2188, ../sass/style.scss */
.drop-idea-here {
  float: left;
  width: 15%;
  height: 100%;
  margin: 0 2%;
  background-color: #FFFFFF;
}

/* line 2195, ../sass/style.scss */
.pl-ideas-item {
  height: 48%;
  width: 32.33%;
  background-color: #FFFFFF;
  cursor: pointer;
  padding: 1em;
  margin: .5%;
  float: left;
}

/* line 2204, ../sass/style.scss */
.pl-item-illustration {
  height: 50%;
  width: 100%;
  background-color: #262626;
}

/* line 2209, ../sass/style.scss */
.pl-title {
  width: 100%;
  height: 33%;
  padding: 1em 0;
  text-align: center;
}

/* ==================================================================
  							About Page 
===================================================================== */
/* line 2220, ../sass/style.scss */
.tabs-container {
  position: relative;
  top: 9%;
  width: 87%;
  height: 90%;
  margin: 0 auto;
}

/* line 2227, ../sass/style.scss */
.tabs {
  margin: 0 auto;
}

/* line 2230, ../sass/style.scss */
.tabs-start {
  margin-left: 3%;
}

/* line 2233, ../sass/style.scss */
.tabs-end {
  margin-right: 3%;
}

/* line 2236, ../sass/style.scss */
.tabs a {
  display: block;
  margin: 0 1%;
  float: left;
  width: 22%;
  color: #333;
  text-align: center;
  border-radius: 5px 5px 0 0;
  border: 1px solid #ccc;
  background: #fff;
  line-height: 40px;
  font-size: 25px;
  font-style: italic;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ddd));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ffffff, #ddd);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #ffffff, #ddd);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ffffff, #ddd);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ffffff, #ddd);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #ffffff, #ddd);
}

/* line 2267, ../sass/style.scss */
.tabs a.active {
  color: #fff;
  background: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #333, #000);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #333, #000);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #333, #000);
  /* IE10 */
  background-image: -o-linear-gradient(top, #333, #000);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #333, #000);
  border-bottom: 1px solid #000;
}

/* ==================================================================
  						Select fallback styling
===================================================================== */
/* line 2292, ../sass/style.scss */
.em-select {
  border: 1px solid #ddd;
}

/* line 2295, ../sass/style.scss */
.em-dropdown {
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  -ms-perspective: 800px;
  perspective: 800px;
}

/* line 2302, ../sass/style.scss */
.em-dropdown > span {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  -o-transition: -o-transform .3s;
  -ms-transition: -ms-transform .3s;
  transition: transform .3s;
}

/* line 2319, ../sass/style.scss */
.em-dropdown > span:active {
  -webkit-transform: rotateX(60deg);
  -moz-transform: rotateX(60deg);
  -o-transform: rotateX(60deg);
  -ms-transform: rotateX(60deg);
  transform: rotateX(60deg);
}

/* line 2326, ../sass/style.scss */
.em-dropdown > span, .em-dropdown ul li:nth-last-child(-n+3) span {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* line 2329, ../sass/style.scss */
.em-dropdown ul {
  position: absolute;
  top: 5px;
  width: 100%;
}

/* line 2334, ../sass/style.scss */
.em-dropdown ul li {
  position: absolute;
  width: 100%;
}

/* line 2338, ../sass/style.scss */
.em-active.em-dropdown > span {
  color: #262626;
}

/* line 2341, ../sass/style.scss */
.em-active.em-dropdown > span, .em-active.em-dropdown ul li span {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* line 2344, ../sass/style.scss */
.em-active.em-dropdown ul li span {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

/* line 2351, ../sass/style.scss */
.em-active.em-dropdown ul li span:hover {
  background: #f8b161;
  color: #fff;
}

/* line 2355, ../sass/style.scss */
.em-row-dropdown-top {
  z-index: 1;
  position: relative;
}

/* line 2359, ../sass/style.scss */
.em-row-dropdown-bottom {
  padding-top: 3%;
}

/* ==================================================================
  						masonry styles
===================================================================== */
/* line 2366, ../sass/style.scss */
.masonry, .masonry-2 {
  width: 100%;
  height: 50%;
  overflow: hidden;
}

/* clearfix */
/* line 2373, ../sass/style.scss */
.masonry:after, .masonry-2:after {
  content: '';
  display: block;
  clear: both;
}

/* line 2378, ../sass/style.scss */
.gutter-sizer {
  width: 2%;
}

/* line 2381, ../sass/style.scss */
.grid-sizer {
  width: 25%;
}

/* line 2384, ../sass/style.scss */
.grid-sizer-2 {
  width: 20%;
  height: 100%;
}

/* line 2388, ../sass/style.scss */
.masonry .item {
  width: 25%;
  height: 100%;
  padding: .5%;
  float: left;
}

/* line 2394, ../sass/style.scss */
.masonry-2 .item {
  width: 20%;
  height: 100%;
  padding: .5%;
  float: left;
}

/* line 2400, ../sass/style.scss */
.item:hover {
  background: #EB6916;
}

@font-face {
  font-family: 'nlicons';
  src: url("../fonts/nlicons/nlicons.eot");
  src: url("../fonts/nlicons/nlicons.eot?#iefix") format("embedded-opentype"), url("../fonts/nlicons/nlicons.woff") format("woff"), url("../fonts/nlicons/nlicons.ttf") format("truetype"), url("../fonts/nlicons/nlicons.svg#nlicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* general style for the form */
/* line 2412, ../sass/style.scss */
.nl-form {
  padding: 13% 6%;
  width: 100%;
  font-size: 3em;
  line-height: 1.4;
  text-align: center;
}

/* line 2419, ../sass/style.scss */
.nl-form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* normalize the input elements, make them look like everything else */
/* line 2426, ../sass/style.scss */
.nl-form input, .nl-form select, .nl-form button {
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 2440, ../sass/style.scss */
.nl-form input:focus {
  outline: none;
}

/* custom field (drop-down, text element) styling  */
/* line 2445, ../sass/style.scss */
.nl-field {
  display: inline-block;
  position: relative;
}

/* line 2449, ../sass/style.scss */
.nl-field.nl-field-open {
  z-index: 10000;
}

/* the toggle is the visible part in the form */
/* line 2454, ../sass/style.scss */
.nl-field-toggle, .nl-form input, .nl-form select {
  line-height: inherit;
  display: inline-block;
  color: #C8E09B;
  cursor: pointer;
  border-bottom: 1px dashed #C8E09B;
}

/* drop-down list / text element */
/* line 2463, ../sass/style.scss */
.nl-field ul {
  position: absolute;
  visibility: hidden;
  background: #BCD58F;
  left: -0.5em;
  top: 50%;
  font-size: 80%;
  opacity: 0;
  -webkit-transform: translateY(-40%) scale(0.9);
  -moz-transform: translateY(-40%) scale(0.9);
  transform: translateY(-40%) scale(0.9);
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s;
}

/* line 2478, ../sass/style.scss */
.nl-field.nl-field-open ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-transition: visibility 0s 0s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: visibility 0s 0s, opacity 0.3s, -moz-transform 0.3s;
  transition: visibility 0s 0s, opacity 0.3s, transform 0.3s;
}

/* line 2488, ../sass/style.scss */
.nl-field ul li {
  color: #fff;
  position: relative;
}

/* line 2492, ../sass/style.scss */
.nl-dd ul li {
  padding: 0 1.5em 0 0.5em;
  cursor: pointer;
  white-space: nowrap;
}

/* line 2497, ../sass/style.scss */
.nl-dd ul li.nl-dd-checked {
  color: #5E8813;
}

/* line 2500, ../sass/style.scss */
.no-touch .nl-dd ul li:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 2503, ../sass/style.scss */
.no-touch .nl-dd ul li:hover:active {
  color: #478982;
}

/* icons for some elements */
/* line 2508, ../sass/style.scss */
.nl-dd ul li.nl-dd-checked:before, .nl-submit:before, .nl-field-go:before {
  font-family: 'nlicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

/* line 2517, ../sass/style.scss */
.nl-dd ul li.nl-dd-checked:before {
  content: "\e000";
  position: absolute;
  right: 1em;
  font-size: 50%;
  line-height: 3;
}

/* line 2524, ../sass/style.scss */
.nl-ti-text ul {
  min-width: 8em;
}

/* line 2527, ../sass/style.scss */
.nl-ti-text ul li.nl-ti-input input {
  width: 100%;
  padding: 0.2em 2em 0.2em 0.5em;
  border-bottom: none;
  color: #fff;
}

/* line 2533, ../sass/style.scss */
.nl-form .nl-field-go {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
  width: 1.8em;
  text-align: center;
  color: transparent;
}

/* line 2544, ../sass/style.scss */
.nl-field-go:before {
  content: "\e001";
  font-size: 75%;
  color: #fff;
  width: 100%;
  line-height: 2.5;
  display: block;
}

/* custom placeholder color */
/* line 2554, ../sass/style.scss */
input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/* line 2557, ../sass/style.scss */
input:active::-webkit-input-placeholder, input:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}

/* line 2560, ../sass/style.scss */
input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/* line 2563, ../sass/style.scss */
input:active::-moz-placeholder, input:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}

/* line 2566, ../sass/style.scss */
input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/* line 2569, ../sass/style.scss */
input:active::-ms-input-placeholder, input:focus::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}

/* example field below text input */
/* line 2574, ../sass/style.scss */
.nl-ti-text ul li.nl-ti-example {
  font-size: 40%;
  font-style: italic;
  font-weight: 400;
  padding: 0.4em 1em;
  color: rgba(0, 0, 0, 0.2);
  border-top: 1px dashed rgba(255, 255, 255, 0.7);
}

/* line 2582, ../sass/style.scss */
.nl-ti-text ul li.nl-ti-example em {
  color: #fff;
}

/* submit button */
/* line 2587, ../sass/style.scss */
.nl-submit-wrap {
  margin-top: 0.4em;
}

/* line 2590, ../sass/style.scss */
.nl-form .nl-submit {
  line-height: 3;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  background: #76C3BD;
  color: #fff;
  padding: 0 1em 0 0;
  font-size: 40%;
  font-weight: bold;
  letter-spacing: 3px;
}

/* line 2602, ../sass/style.scss */
.nl-submit:before {
  content: "\e001";
  color: #fff;
  float: left;
  padding: 0 0.7em;
  margin: 0 0.8em 0 0;
  background: #69B1A9;
}

/* line 2610, ../sass/style.scss */
.no-touch .nl-form .nl-submit:hover, .no-touch .nl-form .nl-submit:active {
  background: #69B1A9;
}

/* line 2613, ../sass/style.scss */
.no-touch .nl-form .nl-submit:hover:before {
  background: #58a199;
}

/* overlay becomes visible when a field is opened */
/* line 2618, ../sass/style.scss */
.nl-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s;
}

/* line 2632, ../sass/style.scss */
.nl-field.nl-field-open ~ .nl-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

@media screen and (max-width: 45em) {
  /* line 2640, ../sass/style.scss */
  .nl-form {
    font-size: 3em;
  }
}
@media screen and (max-width: 25em) {
  /* line 2645, ../sass/style.scss */
  .nl-form {
    font-size: 2em;
  }
}
/* ==================================================================
  						Animated More Info Modal Styling
===================================================================== */
/* line 2653, ../sass/style.scss */
.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* line 2668, ../sass/style.scss */
.more-info-modal {
  width: 80%;
  max-width: 800px;
  min-width: 320px;
}

/* line 2673, ../sass/style.scss */
.main-menu-modal {
  width: 95%;
}

/* line 2676, ../sass/style.scss */
.md-show {
  visibility: visible;
}

/* line 2679, ../sass/style.scss */
.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background-color: rgba(75, 40, 28, 0.93);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 2693, ../sass/style.scss */
.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}

/* Content styles */
/* line 2699, ../sass/style.scss */
.md-content {
  color: #fff;
  background-color: #5C7A1A;
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
}

/* line 2706, ../sass/style.scss */
.md-content h3 {
  margin: 0;
  padding: 0.4em;
  text-align: center;
  font-size: 2.4em;
  font-weight: 700;
  /* opacity: 0.8; */
  background: rgba(0, 0, 0, 0.075);
  border-radius: 3px 3px 0 0;
  color: #FFF;
}

/* line 2718, ../sass/style.scss */
.md-content > div {
  padding: 15px 40px 30px;
  margin: 0;
  font-weight: 300;
  font-size: 1.15em;
}

/* line 2724, ../sass/style.scss */
.main-menu-modal .md-content > div {
  padding: .7em 1.2em 1.2em;
}

/* line 2727, ../sass/style.scss */
.md-content > div p {
  margin: 0;
  padding: 10px 0;
}

/* line 2731, ../sass/style.scss */
.md-content > div > ul {
  margin: 0;
  padding: 0 0 30px 20px;
}

/* 
.md-content button {
	display: block;
	margin: 0 auto;
	float: right;
}
 */
/* #em-modal #md-close-form.md-close, #em-modal-2 #md-close-form-2.md-close */
/* line 2744, ../sass/style.scss */
.md-close {
  position: absolute;
  top: 0;
  right: 0;
}

/* Effect 6: side fall */
/* line 2751, ../sass/style.scss */
.more-info-modal.md-modal, .main-menu-modal.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

/* line 2756, ../sass/style.scss */
.more-info-modal .md-content, .main-menu-modal .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: translate(70%) translateZ(100px) rotateY(-90deg);
  -moz-transform: translate(70%) translateZ(100px) rotateY(-90deg);
  -ms-transform: translate(3070) translateZ(100px) rotateY(-90deg);
  transform: translate(3070) translateZ(100px) rotateY(-90deg);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 2772, ../sass/style.scss */
.md-show.more-info-modal .md-content, .md-show.main-menu-modal .md-content {
  -webkit-transform: translate(0%) translateZ(0) rotate(0deg);
  -moz-transform: translate(0%) translateZ(0) rotate(0deg);
  -ms-transform: translate(0%) translateZ(0) rotate(0deg);
  transform: translate(0%) translateZ(0) rotate(0deg);
  opacity: 1;
}

/* ==================================================================
  				Animated Home Page BG Styling
===================================================================== */
@-webkit-keyframes bg-home {
  0% {
    -webkit-background-size: auto 110%;
    opacity: 0;
  }
  100% {
    -webkit-background-size: auto 100%;
    opacity: 1;
  }
}
@-moz-keyframes bg-home {
  0% {
    -moz-background-size: auto 110%;
    opacity: 0;
  }
  100% {
    -moz-background-size: auto 100%;
    opacity: 1;
  }
}
@-o-keyframes bg-home {
  0% {
    -o-background-size: auto 110%;
    opacity: 0;
  }
  100% {
    -o-background-size: auto 100%;
    opacity: 1;
  }
}
@keyframes bg-home {
  0% {
    background-size: auto 110%;
    opacity: 0;
  }
  100% {
    background-size: auto 100%;
    opacity: 1;
  }
}
/* line 2823, ../sass/style.scss */
.animated.bg-home {
  -webkit-animation-name: bg-home;
  -moz-animation-name: bg-home;
  -o-animation-name: bg-home;
  animation-name: bg-home;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* ==================================================================
  				Animated Home Page Slide Up Styling
===================================================================== */
@-webkit-keyframes home-slide {
  0% {
    -webkit-transform: translateY(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    opacity: 1;
  }
}
@-moz-keyframes home-slide {
  0% {
    -moz-transform: translateY(80px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0px);
    opacity: 1;
  }
}
@-o-keyframes home-slide {
  0% {
    -o-transform: translateY(80px);
    opacity: 0;
  }
  100% {
    -o-transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes home-slide {
  0% {
    transform: translateY(80px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
/* line 2885, ../sass/style.scss */
.animated.home-slide {
  -webkit-animation-name: home-slide;
  -moz-animation-name: home-slide;
  -o-animation-name: home-slide;
  animation-name: home-slide;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes nav-slide {
  0% {
    left: -2em;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@-moz-keyframes nav-slide {
  0% {
    left: -2em;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@-o-keyframes nav-slide {
  0% {
    left: -2em;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes nav-slide {
  0% {
    left: -2em;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
/* line 2943, ../sass/style.scss */
.animated.nav-slide {
  -webkit-animation-name: nav-slide;
  -moz-animation-name: nav-slide;
  -o-animation-name: nav-slide;
  animation-name: nav-slide;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
/* line 3025, ../sass/style.scss */
.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes zoomHome {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2) translateY(8%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
  }
}
@-moz-keyframes zoomHome {
  0% {
    opacity: 0;
    -moz-transform: scale(1.2) translateY(8%);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1) translateY(0);
  }
}
@-o-keyframes zoomHome {
  0% {
    opacity: 0;
    -o-transform: scale(1.2) translateY(8%);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1) translateY(0);
  }
}
@keyframes zoomHome {
  0% {
    opacity: 0;
    transform: scale(1.2) translateY(8%);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
/* line 3083, ../sass/style.scss */
.animated.zoomHome {
  -webkit-animation-name: zoomHome;
  -moz-animation-name: zoomHome;
  -o-animation-name: zoomHome;
  animation-name: zoomHome;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* line 3101, ../sass/style.scss */
.animated.delay-1 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

/* line 3107, ../sass/style.scss */
.animated.delay-2 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

/* line 3113, ../sass/style.scss */
.animated.delay-3 {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}

/* line 3119, ../sass/style.scss */
.animated.delay-4 {
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s;
}

/* line 3125, ../sass/style.scss */
.animated.delay-5 {
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

/* ==================================================================
  							Media Queries
===================================================================== */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  /* Styles */
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  /* Styles */
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  /* Styles */
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (max-width: 1024px) {
  /* Styles */
  /* line 3160, ../sass/style.scss */
  #home {
    background-position: 62% center;
  }

  /* line 3163, ../sass/style.scss */
  #home > .overlay-box {
    margin-left: -6.8vh;
  }

  /* line 3172, ../sass/style.scss */
  #logo {
    padding: .2em 0 0 .5em;
    height: 1.3em;
    width: 3em;
  }

  /* line 3177, ../sass/style.scss */
  #logo img {
    height: 0.4em;
  }

  /* line 3180, ../sass/style.scss */
  #go-back-button {
    height: 1.2em;
    width: 1.2em;
    font-size: 3em;
    padding: .06em;
  }

  /* line 3186, ../sass/style.scss */
  .top-nav li:last-child {
    font-size: 2.2em;
  }

  /* line 3189, ../sass/style.scss */
  #current-section {
    height: 1.63em;
    padding: 0 .7em;
    -ms-transform: translateX(-1.63em);
    -webkit-transform: translateX(-1.63em);
    -moz-transform: translateX(-1.63em);
    transform: translateX(-1.63em);
  }
}
/* iPads (landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* Styles */
}
/* iPads (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* Styles */
}
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  /* Styles */
}
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  /* Styles */
}
