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

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

/* ==================================================================
  									Preloader
===================================================================== */
/* line 18, ../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 82, ../sass/style.scss */
.pace .pace-progress:after {
  content: attr(data-progress-text);
  display: inline-block;
}

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

/* line 90, ../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 101, ../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 116, ../sass/style.scss */
.pace-done #fade-out-curtain {
  background-color: rgba(128, 163, 62, 0);
  pointer-events: none;
  top: 100%;
  /* z-index: -1; */
}

/* line 124, ../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 137, ../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 154, ../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 170, ../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 177, ../sass/style.scss */
.top-nav ul {
  float: left;
}

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

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

/* line 190, ../sass/style.scss */
#logo {
  padding: .5em 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 202, ../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 224, ../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 230, ../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 241, ../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 261, ../sass/style.scss */
#go-back-button:hover {
  color: #e87d24;
  background-color: rgba(255, 255, 255, 0.9);
}

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

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

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

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

/* line 287, ../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 299, ../sass/style.scss */
.menu span.dot:hover + span.menu-text {
  opacity: 1;
  margin-left: 0;
}

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

/* line 310, ../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 327, ../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 340, ../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 349, ../sass/style.scss */
.main-menu-modal ul {
  display: table;
  width: 100%;
}

/* line 353, ../sass/style.scss */
.main-menu-modal ul li {
  padding: 1% 2.3%;
  /* text-align: center; */
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  width: 12%;
  height: 55px;
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  white-space: pre-wrap;
  white-space: pre-line;
  line-height: 1.4;
}

/* line 368, ../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);
}

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

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

/* line 386, ../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;
  zoom: 1;
  position: relative;
  white-space: pre-line;
  padding: 1% 3%;
  line-height: 1.4;
  color: white;
}

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

/* line 418, ../sass/style.scss */
h1 {
  text-align: left;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1em;
}

/* line 424, ../sass/style.scss */
h1.subheading {
  text-align: left;
  font-size: 3em;
  font-weight: 100;
  line-height: 1.2em;
  letter-spacing: -0.05em;
  /*padding: 2vh;*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 435, ../sass/style.scss */
h2 {
  font-size: 2.8em;
  font-size: 4.1vh;
  font-weight: 800;
}

/* line 440, ../sass/style.scss */
h2.hover-dark {
  color: #333333;
}

/* line 443, ../sass/style.scss */
h3 {
  text-align: left;
  font-size: 1.8em;
  font-weight: 300;
  color: #333333;
}

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

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

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

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

/* line 467, ../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 474, ../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 485, ../sass/style.scss */
#victory-gardens .overlay-box > h2, #victory-gardens .overlay-box > p {
  color: #0f3e46;
}

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

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

/* line 494, ../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 508, ../sass/style.scss */
.cc-text {
  color: #444;
}

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

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

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

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

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

/* line 536, ../sass/style.scss */
.logo-char1 {
  letter-spacing: -.08em;
}

/* line 539, ../sass/style.scss */
.logo-char2 {
  letter-spacing: -.02em;
}

/* line 542, ../sass/style.scss */
.logo-char3 {
  letter-spacing: .01em;
}

/* line 545, ../sass/style.scss */
.logo-char4 {
  letter-spacing: -.05em;
}

/* line 548, ../sass/style.scss */
.logo-char5 {
  letter-spacing: -.03em;
}

/* line 551, ../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 565, ../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 573, ../sass/style.scss */
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  *display: inline;
}

/* line 576, ../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 584, ../sass/style.scss */
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  *display: inline;
}

/* line 587, ../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 595, ../sass/style.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  *display: inline;
}

/* line 598, ../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 608, ../sass/style.scss */
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

/* line 611, ../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 615, ../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 619, ../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 622, ../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 629, ../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 636, ../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 643, ../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 656, ../sass/style.scss */
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  line-height: 1.1em;
  position: relative;
  top: -.05em;
}

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

/* ==================================================================
  							Button Styles
===================================================================== */
/* line 669, ../sass/style.scss */
.btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: left;
  font-size: 3em;
  font-weight: 100;
  line-height: 1em;
  letter-spacing: -0.05em;
  font-family: 'Roboto Slab', Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 100;
  padding: 14px;
  padding: 1.3vh;
  width: 44.1vh;
}

/* line 684, ../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 690, ../sass/style.scss */
.btn:hover > a {
  color: #3998a9;
}

/* line 693, ../sass/style.scss */
#home .btn:hover {
  background-color: #FFF;
}

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

/* line 699, ../sass/style.scss */
#home .btn {
  margin-top: .75em;
  margin-top: 3.3vh;
  font-size: 4.4vh;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 90ms ease-in-out;
  -moz-transition: background-color 90ms ease-in-out;
  -ms-transition: background-color 90ms ease-in-out;
  -o-transition: background-color 90ms ease-in-out;
  transition: background-color 90ms ease-in-out;
}

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

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

/* line 723, ../sass/style.scss */
button.md-close {
  border: none;
  padding: 0.6em 1.2em;
  background-color: #80A33E;
  color: #fff;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  margin: 3px 2px;
  border-radius: 2px;
}

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

/* line 740, ../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 766, ../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 781, ../sass/style.scss */
.overlay-center {
  position: absolute;
  left: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 879, ../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 889, ../sass/style.scss */
.middle-title > p {
  height: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 1vmax 0;
}

/* line 895, ../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 914, ../sass/style.scss */
.hover-inner-box-arrow {
  position: absolute;
  width: 4em;
  height: 4em;
  padding: 0.5em;
}

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

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

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

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

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

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

/* line 951, ../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 961, ../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 971, ../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 981, ../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 991, ../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 1001, ../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 1011, ../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 1021, ../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 1031, ../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 1041, ../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 1051, ../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 1061, ../sass/style.scss */
#average-family-savings {
  background-image: url(../img/concrete_wall_3.png);
  background-repeat: repeat;
  box-shadow: inset 5px 5px 350px #001f28;
}

/* line 1068, ../sass/style.scss */
.container {
  top: 70px;
  position: relative;
  margin: 0 auto;
  width: 86%;
  height: 85%;
}

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

/* ==================================================================
  							Timeline 
===================================================================== */
/* line 1084, ../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 1094, ../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 1098, ../sass/style.scss */
.tm-next-end {
  left: 79.3%;
}

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

/* line 1106, ../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 1109, ../sass/style.scss */
#timeline-1 .tm-line-over {
  position: relative;
  top: 160px;
  left: -20%;
  width: 140%;
  z-index: 0;
}

/* line 1116, ../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 1123, ../sass/style.scss */
#timeline-1 .tm-prev {
  position: absolute;
  top: 154px;
}

/* line 1127, ../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 1136, ../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 1145, ../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: 123px;
  font-size: 4em;
  color: #FFF;
  width: 1.4em;
  height: 1.4em;
  position: absolute;
  border: rgba(255, 255, 255, 0.6) solid 0.1em;
  background-color: rgba(232, 125, 36, 0.9);
  border-radius: 100%;
  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 1175, ../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;
}

/* line 1183, ../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: .05em .1em .1em .1em;
  background-color: #FFF;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 1203, ../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: .05em .1em .1em 0em;
}

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

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

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

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

/* line 1230, ../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 1241, ../sass/style.scss */
.tm-decade-first {
  margin-left: 3%;
}

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

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

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

/* line 1260, ../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 1270, ../sass/style.scss */
.tm-yr-date {
  display: block;
  font-size: 1.5em;
  padding: 4% 4% 2% 4%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1419, ../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 1426, ../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 1433, ../sass/style.scss */
.cc-box-container {
  width: 18%;
  float: left;
  margin: 0 1.25%;
}

/* ==================================================================
  		Benefits of Urban Farming  &  Types of Urban Farms
===================================================================== */
/* line 1443, ../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 1451, ../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;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/tf-backyard.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/tf-backyard.jpg', sizingMethod='scale')";
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

/* line 1464, ../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 1476, ../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 1487, ../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 1498, ../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 1514, ../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 1522, ../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 1528, ../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 1533, ../sass/style.scss */
#bf-community {
  position: relative;
  background-image: url(../img/wavegrid.png);
  background-repeat: repeat;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}

/* line 1540, ../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;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/tf-window-box.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/tf-window-box.jpg', sizingMethod='scale')";
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}

/* line 1552, ../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 1564, ../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 1575, ../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 1586, ../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 1602, ../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 1610, ../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 1616, ../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 1621, ../sass/style.scss */
#bf-employment {
  position: relative;
  background-image: url(../img/light_wool.png);
  background-repeat: repeat;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}

/* line 1628, ../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;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/tf-balcony.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/tf-balcony.jpg', sizingMethod='scale')";
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}

/* line 1640, ../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 1652, ../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 1663, ../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 1674, ../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 1690, ../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 1698, ../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 1704, ../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 1709, ../sass/style.scss */
#bf-ecological {
  position: relative;
  background-image: url(../img/white_texture.png);
  background-repeat: repeat;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}

/* line 1716, ../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;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/tf-city-block.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/tf-city-block.jpg', sizingMethod='scale')";
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}

/* line 1728, ../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 1740, ../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 1752, ../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 1763, ../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 1779, ../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 1787, ../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 1793, ../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 1802, ../sass/style.scss */
#as-container {
  position: absolute;
  width: 70%;
  height: 70%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

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

/* line 1815, ../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 1829, ../sass/style.scss */
#as-family-text-box {
  position: relative;
  height: 100%;
  width: 50%;
  float: left;
  padding-left: 10%;
}

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

/* line 1840, ../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 1847, ../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 1854, ../sass/style.scss */
#as-family-text-box .thick-text {
  font-weight: 800;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1926, ../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 1946, ../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 1961, ../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 1974, ../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 1981, ../sass/style.scss */
.em-add-person:hover, .em-add-veg:hover {
  opacity: 1;
}

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

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

/* line 1995, ../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 2003, ../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 2013, ../sass/style.scss */
.em-add-veg .em-title {
  bottom: -30px;
  opacity: 0;
}

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

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

/* line 2029, ../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 2043, ../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 2056, ../sass/style.scss */
.em-dropdown.em-active > span:after {
  content: '\25B2';
}

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

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

/* line 2072, ../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 2083, ../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 2092, ../sass/style.scss */
remove-person
.em-dropdown > span span[class^="icon-"],
.em-dropdown > span span[class*=" icon-"] {
  padding: 0 30px 0 45px;
}

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

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

/* line 2113, ../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 2133, ../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 2141, ../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 2146, ../sass/style.scss */
.em-dropdown ul {
  position: absolute;
  top: 5px;
  width: 100%;
}

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

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

/* line 2161, ../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 2166, ../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 2174, ../sass/style.scss */
.em-active.em-dropdown ul li span:hover {
  background: #f8b161;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

@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 2238, ../sass/style.scss */
.nl-form {
  padding: 13% 6%;
  width: 100%;
  font-size: 3em;
  line-height: 1.4;
  text-align: center;
}

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

/* normalize the input elements, make them look like everything else */
/* line 2253, ../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 2270, ../sass/style.scss */
.nl-form input:focus {
  outline: none;
}

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

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

/* the toggle is the visible part in the form */
/* line 2285, ../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 2296, ../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 2312, ../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 2323, ../sass/style.scss */
.nl-field ul li {
  color: #fff;
  position: relative;
}

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

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

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

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

/* icons for some elements */
/* line 2348, ../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 2360, ../sass/style.scss */
.nl-dd ul li.nl-dd-checked:before {
  content: "\e000";
  position: absolute;
  right: 1em;
  font-size: 50%;
  line-height: 3;
}

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

/* line 2372, ../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 2379, ../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 2391, ../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 2401, ../sass/style.scss */
input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

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

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

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

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

/* line 2423, ../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 2429, ../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 2438, ../sass/style.scss */
.nl-ti-text ul li.nl-ti-example em {
  color: #fff;
}

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

/* line 2447, ../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 2460, ../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 2469, ../sass/style.scss */
.no-touch .nl-form .nl-submit:hover,
.no-touch .nl-form .nl-submit:active {
  background: #69B1A9;
}

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

/* overlay becomes visible when a field is opened */
/* line 2479, ../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 2494, ../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 2503, ../sass/style.scss */
  .nl-form {
    font-size: 3em;
  }
}
@media screen and (max-width: 25em) {
  /* line 2509, ../sass/style.scss */
  .nl-form {
    font-size: 2em;
  }
}
/* ==================================================================
  						Animated More Info Modal Styling
===================================================================== */
/* line 2518, ../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 2533, ../sass/style.scss */
.more-info-modal {
  width: 80%;
  max-width: 800px;
  min-width: 320px;
}

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

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

/* line 2544, ../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(56, 152, 168, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

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

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

/* line 2570, ../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 2581, ../sass/style.scss */
.md-content > div {
  padding: 15px 40px 30px;
  margin: 0;
  font-weight: 300;
  font-size: 1.15em;
}

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

/* line 2591, ../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 2602, ../sass/style.scss */
.md-close {
  position: absolute;
  top: 6px;
  right: 6px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 0;
}

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

/* line 2617, ../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 2633, ../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;
}

/* ==================================================================
  				Border menu play button on front page
===================================================================== */
/* ==================================================================
  				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 2912, ../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 2975, ../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 3033, ../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 3115, ../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 3174, ../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 3194, ../sass/style.scss */
.animated.delay-1 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

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

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

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

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