@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css);@font-face {
  font-family: 'Futura-CondensedBold';
  src: url(/d632db33.otf) format("truetype"); }
@font-face {
  font-family: 'Futura-CondensedMedium';
  src: url(/c758d4f1.otf) format("truetype"); }
@font-face {
  font-family: 'Avenir-Book';
  src: url(/ecb0c2ae.otf) format("truetype"); }
@font-face {
  font-family: 'Avenir-Black';
  src: url(/8efdf830.ttf) format("truetype"); }
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }
html, body {
  width: 100%;
  font-family: "Avenir-Book", "Arial", sans-serif;
  font-weight: 400;
  color: #222;
  overflow-x: hidden; }
html.is-active, body.is-active {
    overflow: hidden; }
.wrapper {
  width: 100%; }
@media (max-width: 768px) {
  html.mobile-active, body.mobile-active, .wrapper.mobile-active {
    overflow: hidden; } }
.flex-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.flex-display.position-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.flex-display.space-around {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
.flex-display.direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
span.br {
  content: ' ';
  display: block; }
span.br-mobile {
  content: ' ';
  display: inline-block;
  margin: 0 3px; }
@media (max-width: 768px) {
  span.br {
    display: inline-block;
    margin: 0 5px; }
  span.br-mobile {
    content: ' ';
    display: block; } }
@media (min-width: 768px) {
  .row-eq-height.sm-fix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
@media (min-width: 992px) {
  .row-eq-height.md-fix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
/**
 * Text styles
 */
h1 {
  font-family: "Futura-CondensedMedium", "Arial", sans-serif;
  font-size: 46px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center; }
h1 a {
    color: #579843;
    text-decoration: none; }
h2 {
  font-family: "Futura-CondensedMedium", "Arial", sans-serif;
  font-size: 32px;
  letter-spacing: 1px;
  text-transform: uppercase; }
h3 {
  font-family: "Futura-CondensedMedium", "Arial", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ed3424; }
p {
  font-family: "Avenir-Book", "Arial", sans-serif;
  font-size: 18px;
  letter-spacing: 1px; }
.section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.section-heading .heading-container {
    position: relative;
    margin: 15px 0; }
.section-heading .heading-container.small-leaf.white-heading:before, .section-heading .heading-container.small-leaf.green-heading:before {
      height: 15px;
      width: 15px;
      right: -15px;
      top: -10px; }
.section-heading .heading-container.white-heading {
      color: #ffffff; }
.section-heading .heading-container.white-heading:before {
        content: '';
        position: absolute;
        top: -12.5px;
        right: -30px;
        height: 25px;
        width: 25px;
        background-image: url(/images/icons/whiteleaf-icon.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
.section-heading .heading-container.green-heading {
      color: #579843; }
.section-heading .heading-container.green-heading:before {
        content: '';
        position: absolute;
        top: -12.5px;
        right: -30px;
        height: 25px;
        width: 25px;
        background-image: url(/images/icons/greenleaf-icon.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
.section-heading p.heading-blurb {
    text-align: left;
    max-width: 580px; }
.section-heading p.heading-blurb.short {
      max-width: 380px; }
@media (max-width: 768px) {
  p {
    font-size: 16px; } }
@media (max-width: 576px) {
  h1 {
    font-size: 35px; }
  h2 {
    font-size: 24px; }
  h3 {
    font-size: 20px; }
  p {
    font-size: 16px; }
  .section-heading .heading-container {
    position: relative;
    margin: 7px 0; }
    .section-heading .heading-container.white-heading:before, .section-heading .heading-container.green-heading:before {
      height: 15px;
      width: 15px;
      right: -15px;
      top: -10px; } }
span.br {
  display: inline-block; }
@media (max-width: 768px) {
  span.br {
    display: block; } }
/**
 * Button styles
 */
input[type="submit"], a.button {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 6px 20px;
  background: transparent;
  border: 3px solid transparent;
  min-width: 120px;
  border-radius: 25px;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: "Futura-CondensedMedium", "Arial", sans-serif;
  -webkit-transition: .2s all ease;
  transition: .2s all ease; }
input[type="submit"].button-yellow, a.button.button-yellow {
    background-color: #fbb621;
    color: #ffffff;
    border-color: #fbb621; }
input[type="submit"].button-yellow:hover, a.button.button-yellow:hover {
      background-color: #ffffff;
      color: #fbb621;
      border-color: #fbb621; }
input[type="submit"].button-red-ghost, a.button.button-red-ghost {
    color: #ed3424;
    border: 3px solid #ed3424; }
input[type="submit"].button-red-ghost:hover, a.button.button-red-ghost:hover {
      color: #ffffff;
      background-color: #ed3424; }
input[type="submit"].button-white, a.button.button-white {
    background-color: #ffffff;
    color: #fbb621;
    border-color: #fbb621; }
input[type="submit"].button-white:hover, a.button.button-white:hover {
      background-color: #fbb621;
      color: #ffffff;
      border-color: #fbb621; }
/**
 * Image/Icon styles
 */
figure img {
  width: 100%;
  vertical-align: bottom; }
.chevron-border {
  padding: 15px;
  border: 4px solid #fbb621;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 900; }
.chevron-border.green {
    border: 3px solid #579843; }
.chevron-border.green .chevron {
      border-color: #579843; }
.chevron-border .chevron {
    position: relative;
    top: -5px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    border-style: solid;
    border-width: 4px 4px 0 0;
    border-color: #fbb621;
    vertical-align: top;
    width: 20px;
    height: 20px; }
.chevron-border .chevron.bounce {
      -webkit-animation: bouncing .5s;
              animation: bouncing .5s;
      -webkit-animation-direction: alternate;
              animation-direction: alternate;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
              animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5); }
.dotted-wrapper.clip-to-right figure {
  -webkit-animation-name: clipright;
          animation-name: clipright; }
.dotted-wrapper.clip-to-left figure {
  -webkit-animation-name: clipleft;
          animation-name: clipleft; }
.dotted-wrapper figure {
  -webkit-animation-duration: 2000ms;
          animation-duration: 2000ms;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }
.dotted-wrapper p {
  font-family: "Futura-CondensedMedium", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 13px; }
@-webkit-keyframes clipright {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0); }
  50% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0); }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%); } }
@keyframes clipright {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0); }
  50% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0); }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%); } }
@-webkit-keyframes clipleft {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%); }
  50% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0); }
  100% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0); } }
@keyframes clipleft {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%); }
  50% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0); }
  100% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0); } }
@-webkit-keyframes bouncing {
  from {
    -webkit-transform: translate3d(0, 0, 0) rotate(135deg);
            transform: translate3d(0, 0, 0) rotate(135deg); }
  to {
    -webkit-transform: translate3d(0, 5px, 0) rotate(135deg);
            transform: translate3d(0, 5px, 0) rotate(135deg); } }
@keyframes bouncing {
  from {
    -webkit-transform: translate3d(0, 0, 0) rotate(135deg);
            transform: translate3d(0, 0, 0) rotate(135deg); }
  to {
    -webkit-transform: translate3d(0, 5px, 0) rotate(135deg);
            transform: translate3d(0, 5px, 0) rotate(135deg); } }
/**
 * Navigation Styles
 */
nav.main-navigation {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
nav.main-navigation.sticky-nav {
    position: fixed;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
nav.main-navigation.sticky-nav.sticky-nav-active {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: 400ms all ease;
      transition: 400ms all ease; }
nav.main-navigation.sticky-nav .navigation-logo-wrapper {
      display: block; }
nav.main-navigation .navigation-logo-wrapper {
    position: absolute;
    margin: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: none; }
nav.main-navigation .navigation-logo-wrapper figure.heading-logo-image {
      max-width: 60px; }
nav.main-navigation .navigation-list-wrapper {
    position: relative;
    display: block;
    margin-left: auto;
    padding-top: 20px; }
nav.main-navigation .navigation-list-wrapper:before {
      content: '';
      height: 5px;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      background-color: #fbb621; }
nav.main-navigation .navigation-list-wrapper ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      list-style: none; }
nav.main-navigation .navigation-list-wrapper ul li {
        position: relative;
        text-align: center;
        margin: 0 12px; }
nav.main-navigation .navigation-list-wrapper ul li a {
          color: #ffffff;
          font-size: 18px; }
nav.main-navigation .navigation-list-wrapper ul li a.navLink {
            position: relative; }
nav.main-navigation .navigation-list-wrapper ul li a.navLink:hover, nav.main-navigation .navigation-list-wrapper ul li a.navLink.active {
              color: #fbb621; }
nav.main-navigation .navigation-list-wrapper ul li a.navLink:hover:before, nav.main-navigation .navigation-list-wrapper ul li a.navLink.active:before {
                opacity: 1; }
nav.main-navigation .navigation-list-wrapper ul li a.navLink:before {
              content: '';
              opacity: 0;
              position: absolute;
              bottom: -12px;
              left: 50%;
              -webkit-transform: translateX(-50%);
                      transform: translateX(-50%);
              height: 7px;
              width: 100%;
              background-image: url(/images/icons/navbar-underline.svg);
              background-size: contain;
              background-position: center;
              background-repeat: no-repeat;
              -webkit-transition: 200ms all ease;
              transition: 200ms all ease; }
a.navLink {
  font-family: "Futura-CondensedBold", "Arial", sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: .2s all ease;
  transition: .2s all ease; }
@media (max-width: 1440px) {
  nav.main-navigation .navigation-logo-wrapper {
    position: relative;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin: 0 50px; } }
@media (max-width: 768px) {
  nav.main-navigation.sticky-nav .navigation-logo-wrapper {
    display: none; }
  nav.main-navigation .navigation-logo-wrapper {
    display: none; }
  nav.main-navigation {
    background-color: transparent;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto; }
    nav.main-navigation.sticky-nav {
      position: fixed;
      -webkit-transform: initial;
              transform: initial; }
      nav.main-navigation.sticky-nav.sticky-nav-active {
        -webkit-transform: initial;
                transform: initial; }
    nav.main-navigation .hamburger, nav.main-navigation .navigation-logo-wrapper {
      margin: 15px 25px; }
    nav.main-navigation .hamburger {
      position: fixed;
      display: block;
      top: 25px;
      right: 0;
      z-index: 1100; }
    nav.main-navigation .navigation-list-wrapper {
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      padding: 0;
      margin: 0;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      -webkit-transition: 400ms -webkit-transform cubic-bezier(0.25, 0.1, 0.25, 1);
      transition: 400ms -webkit-transform cubic-bezier(0.25, 0.1, 0.25, 1);
      transition: 400ms transform cubic-bezier(0.25, 0.1, 0.25, 1);
      transition: 400ms transform cubic-bezier(0.25, 0.1, 0.25, 1), 400ms -webkit-transform cubic-bezier(0.25, 0.1, 0.25, 1); }
      nav.main-navigation .navigation-list-wrapper.mobile-active {
        -webkit-transform: translateX(0);
                transform: translateX(0); }
      nav.main-navigation .navigation-list-wrapper:before {
        display: none; }
      nav.main-navigation .navigation-list-wrapper ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 100%;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        background-color: rgba(0, 0, 0, 0.85); }
        nav.main-navigation .navigation-list-wrapper ul li {
          margin-bottom: 25px; } }
/*
 * JS WAYPOINT ANIMATION
 **/
.waypoint {
  -webkit-transition: 1000ms all cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 1000ms all cubic-bezier(0.25, 0.1, 0.25, 1); }
.waypoint.inView {
    opacity: 1; }
.waypoint.notInView {
    opacity: 0; }
.waypoint.animated-visible {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
.waypoint.bottomToTop-hidden {
    -webkit-transform: translateY(100px);
            transform: translateY(100px); }
.waypoint.leftToRight-hidden {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px); }
.waypoint.rightToLeft-hidden {
    -webkit-transform: translateX(100px);
            transform: translateX(100px); }
.waypoint.leftToRightSpecial-hidden {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
.slick-prev:before, .slick-next:before {
  content: ''; }
/*
 * ==============================================
 *             HAMBURGER STYLE
 * ==============================================
 */
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: opacity,-webkit-filter;
  transition-property: opacity,-webkit-filter;
  transition-property: opacity,filter;
  transition-property: opacity,filter,-webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  outline: none;
  border-radius: 5px;
  -webkit-transform: scale(0.7, 0.7);
          transform: scale(0.7, 0.7);
  display: none; }
.hamburger .hamburger-box {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px; }
.hamburger .hamburger-box .hamburger-inner {
      display: block;
      top: 50%;
      margin-top: -2px; }
.hamburger .hamburger-box .hamburger-inner:before, .hamburger .hamburger-box .hamburger-inner:after {
        content: "";
        display: block; }
.hamburger .hamburger-box .hamburger-inner:before {
        top: -10px; }
.hamburger .hamburger-box .hamburger-inner:after {
        bottom: -10px; }
.hamburger .hamburger-box .hamburger-inner, .hamburger .hamburger-box .hamburger-inner::before, .hamburger .hamburger-box .hamburger-inner::after {
      width: 60px;
      height: 6px;
      background-color: #ffffff;
      border-radius: 4px;
      position: absolute;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: 300ms;
              transition-duration: 300ms;
      -webkit-transition-timing-function: ease;
              transition-timing-function: ease; }
.hamburger.hamburger--slider .hamburger-box .hamburger-inner {
  top: 2px; }
.hamburger.hamburger--slider .hamburger-box .hamburger-inner:before {
    top: 14px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms; }
.hamburger.hamburger--slider .hamburger-box .hamburger-inner:after {
    top: 28px; }
.hamburger.hamburger--slider.mobile-active .hamburger-box .hamburger-inner {
  -webkit-transform: translate3d(0, 14px, 0) rotate(45deg);
          transform: translate3d(0, 14px, 0) rotate(45deg); }
.hamburger.hamburger--slider.mobile-active .hamburger-box .hamburger-inner:before {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -10px, 0);
            transform: rotate(-45deg) translate3d(-5.71429px, -10px, 0);
    opacity: 0; }
.hamburger.hamburger--slider.mobile-active .hamburger-box .hamburger-inner:after {
    -webkit-transform: translate3d(0, -28px, 0) rotate(90deg);
            transform: translate3d(0, -28px, 0) rotate(90deg); }
/**
 * Section Styles
 */
section.section {
  position: relative; }
section.section .section-container {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 15px; }
section.section .heading-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px;
    height: 340px; }
section.section .heading-block.thin-block {
      height: 280px; }
section.section .section-fixed-image {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
section.section .section-fixed-image figure {
      width: 100%; }
section.section .section-fixed-image figure img {
        width: 100%; }
section.section .hero-background-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
section.section .hero-background-container .hero-background-image {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: -1;
      background-position: center top;
      background-size: cover;
      background-repeat: no-repeat; }
section.section .hero-background-container .hero-background-image:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4); }
section.section-hero {
  min-height: 785px;
  height: 100vh;
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }
section.section-hero .hero-container {
    position: relative;
    height: 100%;
    width: 100%; }
section.section-hero .hero-container .hero-logo {
      max-width: 120px; }
section.section-hero .hero-container .section-heading {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
section.section-hero .hero-container .section-heading h1 {
        text-align: left;
        font-size: 55px;
        white-space: nowrap; }
section.section-hero .hero-container .section-heading.hero-heading {
        position: absolute;
        top: 40%;
        left: 15%;
        -webkit-transform: translate(-15%, -40%);
                transform: translate(-15%, -40%); }
section.section-hero .hero-container .heading-underline {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 100%;
      margin-bottom: 25px; }
section.section-hero .hero-container .heading-underline:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 2px;
        background-color: #ffffff;
        -webkit-transition: 1000ms all cubic-bezier(0.25, 0.1, 0.25, 1);
        transition: 1000ms all cubic-bezier(0.25, 0.1, 0.25, 1);
        -webkit-transition-delay: 500ms;
                transition-delay: 500ms; }
section.section-hero .hero-container .heading-underline.waypoint.inView:before {
        width: 100%; }
section.section-hero .hero-container p.hero-blurb {
      color: #fff;
      margin-bottom: 20px; }
@media (max-width: 576px) {
  section.section-hero {
    min-height: auto; }
    section.section-hero .hero-container .hero-logo {
      max-width: 80px; }
    section.section-hero .hero-container .section-heading.hero-heading {
      width: 100%;
      max-width: 320px;
      padding: 0 20px;
      top: 38%;
      -webkit-transform: translate(-15%, -50%);
              transform: translate(-15%, -50%); }
    section.section-hero .hero-container .section-heading h1 {
      font-size: 42px;
      white-space: normal; }
    section.section-hero .hero-container .heading-underline {
      margin-bottom: 15px;
      border-bottom-width: 1px; } }
/**
 * Footer Styles
 */
footer.section-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px; }
footer.section-footer figure.footer-mf-logo, footer.section-footer figure.footer-mg-logo {
    width: 50px; }
footer.section-footer .footer-left, footer.section-footer .footer-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
footer.section-footer .footer-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
footer.section-footer .footer-center .footer-nav-wrapper ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      list-style: none; }
footer.section-footer .footer-center .footer-nav-wrapper ul li {
        position: relative;
        text-align: center;
        margin: 0 12px; }
footer.section-footer .footer-center .footer-nav-wrapper ul li a {
          color: #222;
          font-size: 16px; }
footer.section-footer .footer-center .footer-nav-wrapper ul li a.navLink:hover {
            color: #ed3424; }
footer.section-footer .footer-center p.footerCopyright {
      font-size: 12px;
      text-transform: uppercase;
      text-align: center; }
@media (max-width: 320px) {
  section.section-hero .hero-container .hero-logo {
    max-width: 60px; } }
@media (max-width: 768px) {
  footer.section-footer {
    height: auto; }
    footer.section-footer .footer-left, footer.section-footer .footer-right {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    footer.section-footer .footer-center .footer-nav-wrapper {
      margin-bottom: 15px; }
      footer.section-footer .footer-center .footer-nav-wrapper ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column; }
        footer.section-footer .footer-center .footer-nav-wrapper ul li {
          margin-bottom: 12px; }
          footer.section-footer .footer-center .footer-nav-wrapper ul li a {
            font-family: "Futura-CondensedMedium", "Arial", sans-serif; } }
section.section-hero .hero-background-container .hero-background-image {
  background-image: url(/images/about/about-hero.jpg); }
section.section.about-view--core {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 550px;
  background-color: #ffffff; }
section.section.about-view--core .core-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
section.section.about-view--core .core-container .core-contents {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 45%;
              flex: 0 1 45%;
      margin-bottom: 60px; }
section.section.about-view--core .core-container .core-contents figure, section.section.about-view--core .core-container .core-contents img {
        width: 95px;
        margin-right: 5px; }
section.section.about-view--core .core-container .core-contents .core-blurb {
        color: #579843; }
section.section.about-view--core .core-container .core-contents .core-blurb .core-inline {
          display: inline-block; }
section.section.about-view--core .core-container .core-contents .core-blurb h4 {
          font-size: 40px;
          font-family: "Futura-CondensedMedium", "Arial", sans-serif;
          line-height: 100%; }
section.section.about-view--core .core-container .core-contents .core-blurb h4.large {
            font-size: 80px; }
section.section.about-view--core .core-container .core-contents .core-blurb h5 {
          font-size: 40px;
          font-family: "Futura-CondensedMedium", "Arial", sans-serif;
          line-height: 100%; }
section.section.about-view--values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 720px;
  background-color: #579843; }
section.section.about-view--values p.hero-blurb {
    color: #ffffff;
    max-width: 320px;
    width: 100%; }
section.section.about-view--values .values-carousel-section {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
section.section.about-view--values .values-carousel-section .chevron-border {
      border-color: #ffffff;
      height: 60px;
      width: 60px; }
section.section.about-view--values .values-carousel-section .chevron-border .chevron {
        border-color: #ffffff; }
section.section.about-view--values .values-carousel-section .carousel-prev {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
section.section.about-view--values .values-carousel-section .carousel-next {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
section.section.about-view--values .values-carousel-container {
    height: 210px;
    width: 210px;
    position: relative;
    -webkit-perspective: 1000px;
            perspective: 1000px;
    margin: 0 auto 40px; }
section.section.about-view--values .values-carousel-container .values-carousel {
      position: relative;
      display: block;
      height: 210px;
      width: 210px;
      -webkit-transform: translateZ(-600px) rotateY(0deg);
              transform: translateZ(-600px) rotateY(0deg);
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d; }
section.section.about-view--values .values-carousel-container .values-carousel.carousel-animate {
        -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.25, 0.1, 0.25, 1);
        transition: -webkit-transform 1000ms cubic-bezier(0.25, 0.1, 0.25, 1);
        transition: transform 1000ms cubic-bezier(0.25, 0.1, 0.25, 1);
        transition: transform 1000ms cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 1000ms cubic-bezier(0.25, 0.1, 0.25, 1); }
section.section.about-view--values .values-carousel-container .values-carousel .values-slide {
        position: absolute;
        width: 210px;
        height: 210px;
        cursor: pointer;
        -webkit-transition: 1000ms opacity cubic-bezier(0.25, 0.1, 0.25, 1);
        transition: 1000ms opacity cubic-bezier(0.25, 0.1, 0.25, 1); }
section.section.about-view--values .values-carousel-container .values-carousel .values-slide:nth-child(1) {
          -webkit-transform: rotateY(0deg) translateZ(600px);
                  transform: rotateY(0deg) translateZ(600px); }
section.section.about-view--values .values-carousel-container .values-carousel .values-slide:nth-child(2) {
          -webkit-transform: rotateY(24deg) translateZ(600px);
                  transform: rotateY(24deg) translateZ(600px); }
section.section.about-view--values .values-carousel-container .values-carousel .values-slide:nth-child(3) {
          -webkit-transform: rotateY(48deg) translateZ(600px);
                  transform: rotateY(48deg) translateZ(600px); }
section.section.about-view--values .values-carousel-container .values-carousel .values-slide:nth-child(4) {
          -webkit-transform: rotateY(72deg) translateZ(600px);
                  transform: rotateY(72deg) translateZ(600px); }
section.section.about-view--values .values-carousel-container .values-carousel .values-slide:nth-child(5) {
          -webkit-transform: rotateY(96deg) translateZ(600px);
                  transform: rotateY(96deg) translateZ(600px); }
section.section.about-view--values .values-carousel-container .values-carousel .values-slide:nth-child(6) {
          -webkit-transform: rotateY(120deg) translateZ(600px);
                  transform: rotateY(120deg) translateZ(600px); }
section.section.about-view--values .values-carousel-container .values-carousel .values-slide:nth-child(7) {
          -webkit-transform: rotateY(144deg) translateZ(600px);
                  transform: rotateY(144deg) translateZ(600px); }
section.section.about-view--values .values-carousel-container .values-carousel .values-slide:nth-child(8) {
          -webkit-transform: rotateY(168deg) translateZ(600px);
                  transform: rotateY(168deg) translateZ(600px); }
section.section.about-view--values .values-carousel-container .values-carousel .values-slide:nth-child(9) {
          -webkit-transform: rotateY(192deg) translateZ(600px);
                  transform: rotateY(192deg) translateZ(600px); }
section.section.about-view--values .values-carousel-container .values-carousel .values-slide:nth-child(10) {
          -webkit-transform: rotateY(216deg) translateZ(600px);
                  transform: rotateY(216deg) translateZ(600px); }
section.section.about-view--values .values-carousel-container .values-carousel .values-slide:nth-child(11) {
          -webkit-transform: rotateY(240deg) translateZ(600px);
                  transform: rotateY(240deg) translateZ(600px); }
section.section.about-view--values .values-carousel-container .values-carousel .values-slide:nth-child(12) {
          -webkit-transform: rotateY(264deg) translateZ(600px);
                  transform: rotateY(264deg) translateZ(600px); }
section.section.about-view--values .values-carousel-container .values-carousel .values-slide:nth-child(13) {
          -webkit-transform: rotateY(288deg) translateZ(600px);
                  transform: rotateY(288deg) translateZ(600px); }
section.section.about-view--values .values-carousel-container .values-carousel .values-slide:nth-child(14) {
          -webkit-transform: rotateY(312deg) translateZ(600px);
                  transform: rotateY(312deg) translateZ(600px); }
section.section.about-view--values .values-carousel-container .values-carousel .values-slide:nth-child(15) {
          -webkit-transform: rotateY(336deg) translateZ(600px);
                  transform: rotateY(336deg) translateZ(600px); }
section.section.about-view--values .values-carousel-container .values-carousel .values-slide .slide-contents {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-flow: column;
                  flex-flow: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          height: 210px;
          width: 210px;
          overflow: hidden; }
section.section.about-view--values .values-carousel-container .values-carousel .values-slide .slide-contents figure {
            width: 100%;
            margin: 0 auto; }
section.section.about-view--values .values-carousel-container .values-carousel .values-slide .slide-contents figure img {
              -webkit-transition: 1000ms ease-out all;
              transition: 1000ms ease-out all;
              height: 68px; }
section.section.about-view--values .values-carousel-container .values-carousel .values-slide .slide-contents h3 {
            color: #ffffff;
            font-size: 20px;
            text-align: center;
            margin-bottom: 20px;
            font-family: "Futura-CondensedMedium", "Arial", sans-serif; }
section.section.about-view--values .values-blurb-container {
    position: relative;
    min-height: 200px;
    width: 100%;
    text-align: center;
    margin: 0 auto; }
section.section.about-view--values .values-blurb-container p.values-blurb {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      opacity: 0;
      max-width: 625px;
      padding: 15px;
      text-align: left;
      -webkit-transition-duration: 0ms;
              transition-duration: 0ms;
      -webkit-transition-property: all;
      transition-property: all;
      -webkit-transition-timing-function: ease-out;
              transition-timing-function: ease-out; }
section.section.about-view--people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 890px;
  background-color: #fff; }
section.section.about-view--people .section-heading {
    margin-bottom: 30px; }
section.section.about-view--people .hero-background-container {
    z-index: 9; }
section.section.about-view--people .hero-background-container .hero-background-image {
      -webkit-filter: blur(3px);
              filter: blur(3px);
      background-image: url(/images/about/bio/field.png); }
section.section.about-view--people .hero-background-container .hero-background-image:before {
        background-color: rgba(255, 255, 255, 0.7); }
section.section.about-view--people .people-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    max-width: 875px; }
section.section.about-view--people .people-container .people-banner {
      position: relative;
      max-width: 260px;
      width: 100%;
      margin: 17px 0;
      background-color: #173633; }
section.section.about-view--people .people-container .people-banner#guillermoBanner {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
section.section.about-view--people .people-container .people-banner#erickBanner {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
section.section.about-view--people .people-container .people-banner#joseBanner {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
section.section.about-view--people .people-container .people-banner:before, section.section.about-view--people .people-container .people-banner:after {
        content: '';
        position: absolute;
        left: 50%;
        background-image: url(/images/about/bio/tape.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 30px;
        width: 80px; }
section.section.about-view--people .people-container .people-banner:before {
        top: -15px;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
section.section.about-view--people .people-container .people-banner:after {
        bottom: -15px;
        -webkit-transform: translateX(-50%) rotateY(180deg);
                transform: translateX(-50%) rotateY(180deg); }
section.section.about-view--people .people-container .people-banner .people-content {
        padding: 25px 15px; }
section.section.about-view--people .people-container .people-banner h3 {
        font-family: "Futura-CondensedMedium", "Arial", sans-serif;
        text-align: center;
        color: orange;
        font-size: 22px;
        max-width: 180px;
        margin: 0 auto 15px; }
section.section.about-view--people .people-container .people-banner p {
        text-align: left;
        font-size: 15px;
        color: #ffffff; }
section.section.about-view--certif {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 565px;
  background-color: #fff; }
section.section.about-view--certif .section-heading {
    margin-bottom: 30px; }
section.section.about-view--certif .certif-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    max-width: 750px;
    width: 100%;
    margin: 0 auto; }
section.section.about-view--certif .certif-container .certif-icon {
      max-width: 130px;
      margin-bottom: 15px; }
section.section.about-view--certif .certif-container .certif-icon:nth-of-type(5n) {
        margin-right: 0; }
section.section.about-view--friends {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 765px;
  background-color: #eee; }
section.section.about-view--friends .section-container {
    padding-bottom: 120px; }
section.section.about-view--friends .section-heading {
    margin-bottom: 30px; }
section.section.about-view--friends .friends-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 100%;
    max-width: 968px;
    margin: 0 auto; }
section.section.about-view--friends .friends-container .friends-logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 30px;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 20%;
              flex: 0 1 20%;
      padding: 0 3px; }
section.section.about-view--friends .friends-container .friends-logo:nth-of-type(5n) {
        margin-right: 0; }
section.section.about-view--friends .friends-container .friends-logo img {
        margin: 0 auto;
        -webkit-transform: scale(1.25);
                transform: scale(1.25); }
@media (max-width: 1024px) {
  section.section.about-view--friends {
    min-height: auto; }
    section.section.about-view--friends .section-container {
      padding-bottom: 60px;
      padding-top: 60px; } }
@media (max-width: 950px) {
  section.section.about-view--values .values-carousel-section .chevron-border {
    display: none; } }
@media (max-width: 768px) {
  section.section.about-view--core .core-container {
    padding-left: 25px; }
    section.section.about-view--core .core-container .core-contents figure, section.section.about-view--core .core-container .core-contents img {
      width: 70px; }
    section.section.about-view--core .core-container .core-contents .core-blurb h4 {
      font-size: 32px; }
  section.section.about-view--values {
    min-height: 720px; }
    section.section.about-view--values .values-carousel-section .chevron-border {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    section.section.about-view--values .values-blurb-container p.values-blurb {
      max-width: 420px; }
    section.section.about-view--values .values-carousel-container {
      overflow: hidden; }
      section.section.about-view--values .values-carousel-container .values-carousel {
        height: 210px;
        width: 210px;
        -webkit-transform: translateZ(-600px) rotateY(24deg);
                transform: translateZ(-600px) rotateY(24deg); }
        section.section.about-view--values .values-carousel-container .values-carousel.carousel-animate {
          -webkit-transition: -webkit-transform 300ms ease;
          transition: -webkit-transform 300ms ease;
          transition: transform 300ms ease;
          transition: transform 300ms ease, -webkit-transform 300ms ease; }
        section.section.about-view--values .values-carousel-container .values-carousel .values-slide {
          width: 210px;
          height: 210px; }
          section.section.about-view--values .values-carousel-container .values-carousel .values-slide .slide-contents {
            height: 210px;
            width: 210px; }
  section.section.about-view--people {
    min-height: auto; }
    section.section.about-view--people .people-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      section.section.about-view--people .people-container .people-banner {
        margin-bottom: 35px; }
        section.section.about-view--people .people-container .people-banner#guillermoBanner {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; }
        section.section.about-view--people .people-container .people-banner#erickBanner {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; }
        section.section.about-view--people .people-container .people-banner#joseBanner {
          -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3; }
        section.section.about-view--people .people-container .people-banner h3 {
          font-size: 18px; }
        section.section.about-view--people .people-container .people-banner p {
          font-size: 14px; }
  section.section.about-view--certif {
    min-height: auto; }
    section.section.about-view--certif .section-container {
      padding: 60px 15px; }
    section.section.about-view--certif .certif-container {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      max-width: none; }
      section.section.about-view--certif .certif-container .certif-icon {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 16%;
                flex: 0 1 16%;
        margin-right: 5%;
        max-width: 130px;
        margin-bottom: 25px; }
        section.section.about-view--certif .certif-container .certif-icon:last-of-type {
          margin-right: 0; }
  section.section.about-view--friends .friends-container {
    max-width: none; }
    section.section.about-view--friends .friends-container .friends-logo {
      margin-bottom: 20px;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 49%;
              flex: 0 1 49%; } }
@media (max-width: 576px) {
  section.section.about-view--core .core-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    section.section.about-view--core .core-container .core-contents {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 90%;
              flex: 0 1 90%;
      margin-left: auto;
      margin-right: auto; }
      section.section.about-view--core .core-container .core-contents:first-of-type {
        margin-top: 45px; }
      section.section.about-view--core .core-container .core-contents .core-blurb p {
        font-size: 15px; }
      section.section.about-view--core .core-container .core-contents .core-blurb h4.large {
        font-size: 63px; }
      section.section.about-view--core .core-container .core-contents .core-blurb .core-inline {
        font-size: 30px; }
      section.section.about-view--core .core-container .core-contents figure, section.section.about-view--core .core-container .core-contents img {
        width: 70px; } }
