/*##################################
## Global Styles
###################################*/
html{
  height:100%;
  min-height:100%;
}
body{
  min-height:100%;
  overflow-x: hidden;

}
body, p{
  font-weight: lighter !important;
}
p{
  font-size: 1.1em;
  font-weight: lighter !important;
  letter-spacing: 0.2px;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: lighter;
  text-transform: uppercase;
  letter-spacing: 1px;
}
ul li{
  font-weight: lighter !important;
}
h2{
  font-size: 3rem;
}
a{
  color: rgba(248, 237, 49, 1);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
a:hover{
  color: #999;
}
h2{
  text-align: center;
  color: rgba(248, 237, 49, 1);
}
#content {
  position: relative;
  background: rgb(38, 38, 38);
  color: white;
}
.moment {
  position: relative;
  width: 90%;
  padding: 2% 5%;
  height: 400px;
  margin: 0 auto;
}
.moment-image {
  width: 100%;
  padding: 0;
}
.moment-clipper {
  position: absolute;
  clip: rect(auto, auto, auto, auto);
  width: 100%;
  height: 100%;
}


/*##################################
## Video Player - Landing
###################################*/
#video {
  min-height: 100%;
  background-color: rgb(38, 38, 38);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
#video video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-title{
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
}
.video-title h3{
  color: white;
  margin: 0;
}
#video-spacer {
  display: block;
  width: 100%;
  height: 100%;
}
#mainSliderWrapper{
  width: 100%;
  text-align: center;
  margin: auto;
  padding-top: 15%;
}
#logoBig img {
  width: 300px;
  margin: auto;
  position: relative;
  display: block;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.btn-circle {
  position: relative;
  z-index: 0;
  width: 70px;
  height: 70px;
  margin-top: 15%;
  padding: 7px 16px;
  border: 2px solid #fff;
  border-radius: 35px;
  font-size: 40px;
  color: #fff;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
  outline: 0;
  color: #fff;
  background: rgba(255,255,255,.3);
}

/*##################################
## Story
###################################*/
#story{
  height: auto;
}


/*##################################
## Mission
###################################*/
.mission-image {
  background: #666 url(../img/Mission_new.jpg) no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
}

#mission{
  text-align: center;
  height: auto;
}


/*##################################
## Process
###################################*/
.process-image {
  background: #666 url(../img/SRFC_FARMTOPICTH_01BW.jpg) no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
}
#process{
  text-align: center;
  height: auto;
}


/*##################################
## Work
###################################*/
.work-image {
  background: #666 url(../img/Work_v2.jpg) no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
}
#work{
  height: auto;
}
#stats h4{
  font-size: 1.1em;
}
#stats p{
  font-size: .9em;
}
img.thumb{
  width: 100%;
}
#thumbs li{
  padding: 0 !important;
  position: relative;
}
#thumbs p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 241, 0, .7);
  color: rgb(38, 38, 38);
  opacity: 0;
  text-align: center;
  padding-top: 20px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: lighter;
}
#thumbs p:hover{
  opacity: 1;
}
#companies{
  padding-top: 20px;
}
.owl-item{
  padding: 30px;
}


/*##################################
## Connect
###################################*/
.connect-image {
  background: #666 url(../img/FOUNDERSBW.jpg) no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
}
#connect{
  height: auto;
  border-bottom: none !important;
  text-align: center;
}
.contact a{
  color: rgba(248, 237, 49, 1);
}
.contact a:hover{
  opacity: .8;
}



/*##################################
## Header Navigation
###################################*/
.top-bar{
  -moz-box-shadow: 0px 0px 7px #000000;
  -webkit-box-shadow: 0px 0px 7px #000000;
  box-shadow: 0px 0px 7px #000000;
}
.ha-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 50;
  font-family: 'Lato', Arial, sans-serif;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.ha-header-perspective {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-perspective: 1100px;
  -moz-perspective: 1100px;
  perspective: 1100px;
  -webkit-perspective-origin: 50% 0;
  -moz-perspective-origin: 50% 0;
  perspective-origin: 50% 0;
}
.ha-header-perspective > div {
  background: rgb(38, 38, 38);
  text-align: left;
  padding: 0 7%;
  height: 50%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: justify;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
.ha-header-front {
  z-index: 2;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -moz-box-shadow: 0px 0px 10px black;
  -webkit-box-shadow: 0px 0px 10px black;
  box-shadow: 0px 0px 10px black;
}
.ha-header-perspective .ha-header-bottom {
  background: black;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  z-index: 1;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  transition: top 0.5s;
  position: absolute;
  top: 0;
  -moz-box-shadow: 0px 0px 10px black;
  -webkit-box-shadow: 0px 0px 10px black;
  box-shadow: 0px 0px 10px black;
}
/* Justify inline-block elements (h1 on left side, nav on right) */
.ha-header-perspective > div::after {
    content: '';
    display: inline-block;
    width: 100%;
}
/* Logo styling */
.ha-header img {
  width: 240px;
  float: left;
  padding: 10px;
  margin: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.ha-header nav {
  height: 100%;
  padding: 46px 10px;
  float: right;
}
.ha-header-bottom nav{
  float: right;
  padding: 10px 0 27px 0;
  height: 30px;
  margin-top: 34px;
}
nav.rotated-main{
  float: right;
  border: none;
}
.ha-header nav a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: lighter;
  padding: 0.2em 0.4em;
  margin: 0 0.4em 0;
  font-size: 0.8em;
  cursor: pointer;
  color: rgba(248, 237, 49, 1);
  outline: none;
  text-decoration: none;
}
.ha-header nav a:hover {
  color: rgba(255, 241, 0, .7);
}
.ha-header .ha-header-bottom nav a:hover{
  color: rgba(255, 241, 0, .7);
}
.ha-header nav a:last-child {
    margin-right: 0;
}
/* Individual states */
.ha-header-large {
  height: 420px;
}
.ha-header-small {
  height: 220px;
}
.ha-header-hide {
  height: 220px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ha-header-sprocess {
  height: 220px;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
}
.ha-header-sprocess .ha-header-bottom {
  opacity: 0;
  -webkit-transition: top 0.5s, opacity 0s 0.5s;
  -moz-transition: top 0.5s, opacity 0s 0.5s;
  transition: top 0.5s, opacity 0s 0.5s;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  top: 0%;
}
.ha-header-subsprocess {
  height: 220px;
}
.ha-header-subsprocess .ha-header-bottom {
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  transition: top 0.5s;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  top: 50%;
}
.ha-header-shrink {
  height: 220px;
  top: 50px;
  padding-left: 50px;
  padding-right: 50px;
}
.ha-header-shrink .ha-header-bottom {
  opacity: 0;
}
.ha-header-rotate {
  height: 220px;

}
.ha-header-rotate .ha-header-front {
  -webkit-transform: translateY(-100%) rotateX(90deg);
  -moz-transform: translateY(-100%) rotateX(90deg);
  transform: translateY(-100%) rotateX(90deg);
}
.ha-header-rotate .ha-header-bottom {
  top: 50%;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: rotateX(0deg) translateY(-100%);
  -moz-transform: rotateX(0deg) translateY(-100%);
  transform: rotateX(0deg) translateY(-100%);
}
.ha-header-rotateBack {
  height: 220px;

}
.ha-header-rotateBack .ha-header-front {
  -webkit-transform: translateY(0%) rotateX(0deg);
  -moz-transform: translateY(0%) rotateX(0deg);
  transform: translateY(0%) rotateX(0deg);
}
.ha-header-rotateBack .ha-header-bottom {
  top: 50%;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.ha-header-color {
  height: 420px;
}
.ha-header-color .ha-header-front,
.ha-header-color .ha-header-bottom {
  background: #f3796c;
}
.ha-header-color h1,
.ha-header-color nav a {
  color: #fff;
}
.ha-header-box {
  height: 192px;
  width: 100px;
  top: 20px;
  left: 20px;
}
.ha-header-box h1 {
  padding-left: 150px;
}
.ha-header-box h1,
.ha-header-box nav a {
  color: transparent;
}
.ha-header-box h1:after {
  opacity: 1;
}
.ha-header-box nav {
  opacity: 0;
}
.ha-header-fullscreen {
  height: 100%;
  opacity: 0.9;
}
.ha-header-fullscreen .ha-header-front {
  height: 100%;
}
.ha-header-fullscreen .ha-header-bottom {
  opacity: 0;
  -webkit-transition: top 0.5s, opacity 0s 0.5s;
  -moz-transition: top 0.5s, opacity 0s 0.5s;
  transition: top 0.5s, opacity 0s 0.5s;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  top: 50%;
  background: #f3796c;
}
.ha-header-subfullscreen {
  height: 100%;
  opacity: 0.9;
}
.ha-header-subfullscreen .ha-header-bottom {
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  transition: top 0.5s;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  top: 50%;
  background: #f3796c;
}
.ha-header-subfullscreen .ha-header-bottom nav a {
  color: #fff;
}




@media screen and (max-width: 60em) {
  .ha-header-perspective > div,
  .ha-header nav {
    text-align: center;
  }
  .ha-header h1 {
    padding: 10px 0;
    height: 60%;
  }
  .ha-header .ha-header-bottom nav {
    padding: 10px 0px;
  }
  .ha-header nav {
    display: block;
    height: auto;
  }
}

@media screen and (max-width: 38em) {
  .ha-header h1 {
    font-size: 2em;
  }
  .ha-header nav {
    font-size: 60%;
  }
}


/*##################################
## Login Modal
###################################*/
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  top: 0;
  left: 0; 
}
dialog, .reveal-modal {
  visibility: hidden;
  text-align: center;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: black;
  padding: 1.25rem;
  border: solid 1px #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); 
}
dialog .column, dialog .columns, .reveal-modal .column, .reveal-modal .columns {
  min-width: 0; 
}
dialog > :first-child, .reveal-modal > :first-child {
  margin-top: 0; 
}
dialog > :last-child, .reveal-modal > :last-child {
  margin-bottom: 0; 
}
dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  top: 0.5rem;
  right: 0.6875rem;
  color: #aaaaaa;
  font-weight: lighter;
  cursor: pointer; 
}
.reveal-modal .button{
  margin-top: 10px;
}
dialog[open] {
  display: block;
  visibility: visible; 
}

dialog, .reveal-modal {
  padding: 1.875rem; 
}
dialog.radius, .reveal-modal.radius {
  border-radius: 3px; 
}
dialog.round, .reveal-modal.round {
  border-radius: 1000px; 
}
dialog.collapse, .reveal-modal.collapse {
  padding: 0; 
}

dialog.full, .reveal-modal.full {
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0 !important;
}


/*##################################
## Media Queries
###################################*/
@media only screen and (min-width: 40.063em) {
  dialog.small, .reveal-modal.small {
    margin-left: -20%;
    width: 40%; 
  }
  dialog, .reveal-modal {
    left: 50%;
    top: 6.25rem;
    margin-left: -40%;
    width: 80%; 
  }  
}

@media only screen and (max-width: 40em) {
  p{
    padding: 0 15px;
  }
  #landing{
    background: rgba(248, 237, 49, 1);
  }
  .btn-circle {
      color: #000;
      background: rgba(0,0,0,.3);
      border: #000 3px solid;

  }
  .btn-circle:hover,
  .btn-circle:focus {
      color: #000;
      background: rgba(0,0,0,1);
  }
  dialog, .reveal-modal {
    min-height: 100vh;
  }
  .mission-image, .process-image, .work-image, .connect-image{
    background: none;
  }
  .moment{
    height: auto;
  } 
}

@media print {
  dialog, .reveal-modal {
    background: white !important; 
  } 
}

/*Safari Fix*/
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { 
  @media {
    .mission-image, .process-image, .work-image, .connect-image { 
      position:static; 
    }
  }
}