/*---------------------------------------------------
  Static Pages
  ---------------------------------------------------*/
/*---------------------------------------------------
  Variables
  ---------------------------------------------------*/
/*---------------------------------------------------
  Colors
  ---------------------------------------------------*/
.trans-dark {
  background: #666;
  background: rgba(0, 0, 0, 0.5);
}
/*---------------------------------------------------
  Mixins
  From http://lesselements.com
  ---------------------------------------------------*/
.static-page {
  position: relative;
}
@media (max-width: 740px) {
  .static-page {
    margin-top: 1rem;
  }
}
.static-page .static-page-header {
  padding: 1.9rem 0;
}
.static-page .static-page-header h2 {
  font-weight: 200;
  text-align: center;
  color: #333;
  font-size: 2.571rem;
  line-height: 3rem;
  margin: 5px 0;
}
.static-page .static-page-header .sub-header {
  text-align: center;
  font-size: 1rem;
  color: #999;
  line-height: 1rem;
}
.static-page .section-container {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.static-page .section-container:before,
.static-page .section-container:after {
  content: " ";
  display: table;
}
.static-page .section-container:after {
  clear: both;
}
.static-page .section-container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.static-page .section-hero {
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
@media (min-width: 740px) {
  .static-page .section-hero {
    padding-bottom: 33%;
  }
}
.static-page .section-hero .img-background {
  width: 100%;
}
.static-page .content-hero {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.static-page h1 {
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
}
@media (min-width: 740px) {
  .static-page h1 {
    line-height: 3.9rem;
  }
}
.static-page h2 {
  width: 100%;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 1.5rem 0;
}
.static-page h2.two-line-offset {
  line-height: 4rem;
}
.static-page h3 a {
  color: #f46420;
}
.static-page p {
  font-size: 1rem;
  line-height: 1.5rem;
}
.static-page p.callout-p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-bottom: 1rem;
}
.static-page .header-caption {
  text-transform: uppercase;
  font-weight: 600;
  font-size: .8rem;
}
.static-page .section-hero p {
  font-size: 1.25rem;
  line-height: 2rem;
}
.static-page .content-hero p {
  text-align: center;
  margin-bottom: .75em;
}
.static-page .launch-date {
  display: block;
  text-align: center;
  padding: 1.5rem 2em;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
}
.static-page .section-box-info {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding: 3.5em 0 4rem;
  text-align: center;
}
.static-page .section-box-info:before,
.static-page .section-box-info:after {
  content: " ";
  display: table;
}
.static-page .section-box-info:after {
  clear: both;
}
.static-page .section-box-info:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.static-page .section-box-info p {
  width: 80%;
  margin: 2rem auto;
  text-align: left;
}
.static-page .section-background {
  background-color: #f0f0f0;
}
.static-page .section-background .section-container {
  width: 62%;
  margin: 0 auto;
  padding-top: 3rem;
  padding-bottom: 5rem;
  text-align: center;
}
.static-page .section-background p {
  margin-bottom: 1rem;
}
.static-page .section-team {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 3rem;
  padding-bottom: 4rem;
  text-align: center;
}
.static-page .section-team:before,
.static-page .section-team:after {
  content: " ";
  display: table;
}
.static-page .section-team:after {
  clear: both;
}
.static-page .section-team:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.static-page .section-team .team-member-wrapper {
  display: inline-block;
}
.static-page .section-team .team-member {
  position: relative;
  display: inline-block;
  width: 250px;
  height: 250px;
  margin: 15px;
  vertical-align: top;
}
.static-page .section-team .team-member-inner {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.static-page .section-team .team-member:hover .team-member-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.static-page .section-team .team-member-outer {
  position: relative;
  margin-top: -20px;
}
.static-page .section-team h5 {
  text-transform: uppercase;
  font-size: 1rem;
  margin-top: 10px;
}
.static-page .section-team .team-member-inner p {
  font-weight: 600;
}
.static-page .member-mike {
  background: url('../images/lg/about-mike.jpg') center center;
  background-size: cover;
}
.static-page .member-john {
  background: url('../images/lg/about-john.jpg') center center;
  background-size: cover;
}
.static-page .member-ghan {
  background: url('../images/lg/about-ghan.jpg') center center;
  background-size: cover;
}
.static-page .member-andrew {
  background: url('../images/lg/about-andrew.jpg') center center;
  background-size: cover;
}
.static-page .member-audrey {
  background: url('../images/lg/about-audrey.jpg') center center;
  background-size: cover;
}
.static-page .member-katie {
  background: url('../images/lg/about-katie.jpg') center center;
  background-size: cover;
}
.static-page .section-details {
  background: #f0f0f0;
}
.static-page .section-details .details {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding: 5em 0;
}
.static-page .section-details .details:before,
.static-page .section-details .details:after {
  content: " ";
  display: table;
}
.static-page .section-details .details:after {
  clear: both;
}
.static-page .section-details .details:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.static-page .sprite {
  display: block;
  margin: 1rem auto 0;
}
.static-page .sprite-leaf {
  width: 140px;
  height: 110px;
  background: url("../images/icons/icon_sprite.png") 0px 116px;
  background: url("../images/icons/icon_sprite.svg") 0px 116px;
  background-size: 140px;
  margin-bottom: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .static-page .sprite-leaf {
    background: url("../images/icons/icon_sprite.png") -242px 116px;
    background: url("../images/icons/icon_sprite.svg") -242px 116px;
    background-size: 620px;
  }
}
.static-page .sprite-camper-detail {
  width: 100px;
  height: 110px;
  background: url("../images/icons/icon_sprite.png") 0px 0px;
  background: url("../images/icons/icon_sprite.svg") 0px 0px;
  background-size: 100px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .static-page .sprite-camper-detail {
    background: url("../images/icons/icon_sprite.png") -136px 0px;
    background: url("../images/icons/icon_sprite.svg") -136px 0px;
    background-size: 370px;
  }
}
.static-page .sprite-keeper-detail {
  width: 150px;
  height: 110px;
  background: url("../images/icons/icon_sprite.png") 0px -171px;
  background: url("../images/icons/icon_sprite.svg") 0px -171px;
  background-size: 150px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .static-page .sprite-keeper-detail {
    background: url("../images/icons/icon_sprite.png") -271px -133px;
    background: url("../images/icons/icon_sprite.svg") -271px -133px;
    background-size: 690px;
  }
}
.static-page .detail h3 {
  text-align: center;
}
.static-page .detail h3:after {
  content: " ";
  border-bottom: 1px solid #666;
  display: block;
  width: 6.5rem;
  margin: 0 auto;
  height: 1em;
}
.static-page .detail ul {
  margin: 1em 6.5rem 1em 6rem;
  padding: .5rem 0 0 1rem;
}
.static-page .detail li {
  margin-bottom: 1.5rem;
}
@media (max-width: 740px) {
  .static-page .details {
    padding-bottom: 2rem;
  }
  .static-page .detail {
    margin-bottom: 3rem;
  }
  .static-page .sprite-leaf {
    width: 140px;
    height: 110px;
    background: url("../images/icons/icon_sprite.png") 0px 120px;
    background: url("../images/icons/icon_sprite.svg") 0px 120px;
    background-size: 130px;
  }
  .static-page .sprite-camper-detail {
    width: 60px;
    height: 70px;
    background: url("../images/icons/icon_sprite.png") 0px 0px;
    background: url("../images/icons/icon_sprite.svg") 0px 0px;
    background-size: 60px;
  }
  .static-page .sprite-keeper-detail {
    width: 110px;
    height: 90px;
    background: url("../images/icons/icon_sprite.png") 0px -120px;
    background: url("../images/icons/icon_sprite.svg") 0px -120px;
    background-size: 110px;
  }
  .static-page .detail ul {
    margin: 0;
    margin-top: 1rem;
  }
}
.static-page .section-cta {
  text-align: center;
}
.static-page .section-cta-container {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5em;
  padding-bottom: 6em;
}
.static-page .section-cta-container:before,
.static-page .section-cta-container:after {
  content: " ";
  display: table;
}
.static-page .section-cta-container:after {
  clear: both;
}
.static-page .section-cta-container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.static-page .section-cta p {
  margin: 1em 10% 2em;
}
.section-contacts {
  background: url('../images/lg/about-trees.jpg') center center;
  background-size: cover;
  padding: 6rem 0;
}
.section-contacts .section-container {
  width: 80%;
}
.section-contacts .press-box,
.section-contacts .contact-box {
  display: inline-block;
  width: 45%;
  margin: 0 2%;
  vertical-align: top;
  background-color: #666;
  color: #fff;
  text-align: center;
  height: 15rem;
  padding: 3rem 0;
}
.section-contacts .press-box a,
.section-contacts .contact-box a {
  color: #fff;
  text-decoration: underline;
}
.section-contacts .press-box h6,
.section-contacts .contact-box h6 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.section-contacts .press-box p,
.section-contacts .contact-box p {
  line-height: 2.25rem;
}
.home h1 {
  font-size: 2.64rem;
  padding: 0 40px;
  line-height: 1;
  margin-bottom: 2rem;
  text-transform: none;
}
.home h1:after {
  display: none;
}
.home p {
  font-size: 1rem;
}
.home .section-title {
  font-size: 0.88rem;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
}
.home .link-watch-video {
  color: #fff;
  font-size: 1.50832rem;
  font-weight: 600;
  margin-top: 2rem;
}
.home .homepage-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home .homepage-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home .homepage-video .video-overlay-content {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: 20px;
  text-align: center;
  color: #fff;
}
.home .homepage-video .icon-close-video {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}
.home .section-hero {
  background: url('../images/lg/home-catskills.jpg') center center;
  background-size: cover;
  padding-bottom: 50%;
  min-height: 550px;
}
.home .section-basics {
  padding: 2rem 0;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 1030px) {
  .home .section-basics .basics-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.home .section-basics .basics-item {
  margin: 2rem 10%;
}
@media (min-width: 1030px) {
  .home .section-basics .basics-item {
    margin: 13px 20px 2rem;
  }
}
.home .section-basics .basics-item h5 {
  line-height: 1.2;
  margin-bottom: 8px;
}
.home .section-basics .basics-item p {
  line-height: 1.2;
}
.home .section-featured {
  background: #f5f2ef;
  padding: 2rem 0;
  position: relative;
}
.home .section-featured .section-container {
  padding: 0;
}
.home .sites-carousel {
  overflow: hidden;
}
.home .sites-carousel-ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 1000%;
  position: relative;
  left: 0;
  -webkit-transition: left 400ms ease-in-out;
  transition: left 400ms ease-in-out;
}
.home .carousel-advance {
  background: white;
  display: block;
  width: 80px;
  height: 60px;
  margin: 1rem auto 0;
  padding-top: 10px;
}
.home .carousel-advance .icon-homepage-arrow {
  display: block;
  margin: 0 auto;
}
.home .carousel-site {
  padding: 0 30px;
}
.home .carousel-site .carousel-img {
  width: 100%;
  display: block;
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
}
@media (min-width: 740px) {
  .home .carousel-site .carousel-img {
    height: auto;
    padding-bottom: 0;
  }
}
.home .carousel-site .carousel-site-text {
  background: #fff;
  width: 100%;
  padding: 30px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
}
.home .carousel-site .site-description {
  margin-top: 1rem;
  margin-bottom: 1rem;
  min-height: 6rem;
}
.home .carousel-site .react-star-rating__root {
  font-size: 16px;
}
.home .carousel-site h5 a {
  font-size: 1.25664rem;
  color: #333;
}
.home .carousel-site .site-location {
  text-transform: uppercase;
  font-size: 0.75416rem;
}
.home .carousel-site hr {
  color: #333;
  width: 70%;
  margin: 1rem 0;
}
.home .carousel-site .carousel-site-link a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}
.home .section-sign-up {
  background: url('../images/lg/homepage-signup.jpg') center center;
  background-size: cover;
  text-align: center;
  padding: 7rem 0;
}
.home .section-sign-up h2.header-text {
  color: #fff;
  padding: 30px 0;
  margin: 0;
  font-weight: 600;
  text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.2);
}
.home .section-sign-up .input {
  max-width: 300px;
  margin: 0 auto 2rem;
}
.home .section-sign-up input {
  background: #F3ECE6;
  border: none;
}
.home .section-testimonials {
  background: #f5f2ef;
  padding: 2rem 0;
}
.home .section-testimonials h5 {
  font-size: 1.25664rem;
}
.home .section-testimonials hr {
  color: #333;
  width: 70%;
  margin: 1rem 0;
}
.home .testimonial-ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.home .testimonial-img {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  border: 12px solid white;
}
.home .testimonial-one .testimonial-img {
  background: url('../images/lg/testimonial-alan.jpg') center center;
  background-size: cover;
}
.home .testimonial-two .testimonial-img {
  background: url('../images/lg/testimonial-terril.jpg') center center;
  background-size: cover;
  background-position-y: 0;
}
.home .testimonial-location {
  text-transform: uppercase;
  font-size: 1.005664rem;
}
.home .testimonial-text {
  margin: 2rem 10% 3rem;
}
.home .section-news {
  text-align: center;
  padding: 4rem 0;
}
.home .section-title-alt {
  font-size: 1.50832rem;
}
.home .news-quote,
.home .news-img {
  font-size: 1.005664rem;
  margin: 2rem 0;
}
.home .news-quote img,
.home .news-img img {
  height: 40px;
  width: auto;
}
@media (max-width: 740px) {
  .home .section-sign-up .field-error {
    position: relative;
    left: 0;
  }
  .home .section-sign-up .field-error:after {
    display: none;
  }
}
@media (min-width: 740px) {
  .home h1 {
    font-size: 3.01752rem;
    padding: 0;
  }
  .home .section-featured,
  .home .section-testimonials {
    padding: 3rem 0 4rem;
  }
  .home .carousel-site {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .home .section-sign-up .header-text {
    margin: 0 20%;
    line-height: 1.5;
  }
  .home .section-sign-up .form-subscribe {
    min-height: 160px;
  }
  .home .section-sign-up p {
    color: #fff;
    font-weight: 800;
  }
  .home .section-sign-up .input-email {
    position: relative;
  }
  .home .testimonial-ul {
    margin: 4rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .home .testimonial-li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
  }
  .home .testimonial-li .testimonial-img {
    display: inline-block;
    width: 48%;
    vertical-align: top;
  }
  .home .testimonial-li .testimonial-text {
    display: inline-block;
    width: 43%;
    vertical-align: top;
    margin: 0 0 0 4%;
  }
  .home .news-quote,
  .home .news-img {
    display: inline-block;
    vertical-align: middle;
    width: 33%;
    padding: 10px 10px;
  }
}
@media (min-width: 1030px) {
  .home .carousel-site {
    width: 900px;
  }
  .home .carousel-advance {
    position: absolute;
    top: 50%;
    right: 20px;
  }
}
.about-page h2 {
  font-size: 2.2rem;
}
.about-page .section-hero {
  background: url('../images/lg/about-header.jpg') center center;
  background-size: cover;
}
.about-page .section-box-info p {
  margin: 0 auto 1rem;
}
.about-page h1 {
  max-width: 85%;
  margin: 0;
}
.about-page .content-hero p {
  width: 30em;
  max-width: 85%;
}
.about-page .highlight-text p {
  margin: 1rem;
}
.about-page .section-cta-container {
  padding-top: 3em;
}
@media (max-width: 740px) {
  .about-page .section-hero {
    background: url('../images/xs/about-header.jpg') center center;
    background-size: cover;
    padding-top: 2rem;
    padding-bottom: 100%;
  }
  .about-page .section-background .section-container {
    width: 90%;
  }
  .about-page .press-box,
  .about-page .contact-box {
    width: 100%;
    margin: 1rem auto;
    height: auto;
    padding: 2rem 2%;
  }
}
.splash-page .tentrr-tip {
  top: 0;
  margin: 0;
}
.splash-page p {
  font-size: 1.2rem;
  line-height: 2rem;
}
.splash-page h1,
.splash-page h2,
.splash-page h3 {
  text-transform: none;
}
.splash-page h1 {
  margin-bottom: 200px;
  text-transform: uppercase;
}
.splash-page h2 {
  font-size: 2.5rem;
}
.splash-page .overflow-prevent {
  overflow: hidden;
  width: 100%;
}
.splash-page .section-box {
  width: 100%;
  padding: 3.5em 4rem;
}
@-webkit-keyframes appear-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes appear-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.splash-page .section-hero {
  padding-bottom: 0;
  height: auto;
  overflow: hidden;
  position: relative;
}
.splash-page .section-hero .hero-overlay {
  background-color: rgba(26, 182, 196, 0.5);
  width: 100%;
  position: absolute;
  left: 0;
  font-size: 2em;
  text-align: center;
  padding: 2em 0;
  bottom: 9px;
}
.splash-page .section-hero .hero-overlay {
  -webkit-animation: appear-fadein-overlay 1.5s ease-in forwards;
          animation: appear-fadein-overlay 1.5s ease-in forwards;
}
@-webkit-keyframes appear-fadein-overlay {
  from {
    background-color: transparent;
    opacity: 0;
  }
  to {
    background-color: rgba(26, 182, 196, 0.5);
    opacity: 1;
  }
}
@keyframes appear-fadein-overlay {
  from {
    background-color: transparent;
    opacity: 0;
  }
  to {
    background-color: rgba(26, 182, 196, 0.5);
    opacity: 1;
  }
}
.splash-page .section-hero h1 {
  -webkit-animation: appear-fadein 2s 1.5s ease-in backwards;
          animation: appear-fadein 2s 1.5s ease-in backwards;
}
.splash-page .section-box.set-up .feature {
  text-align: center;
}
.splash-page .section-box.set-up .feature .icon-group {
  -webkit-animation: appear-fadein 2s 2s ease-in backwards;
          animation: appear-fadein 2s 2s ease-in backwards;
}
.splash-page .section-box.additional {
  background-color: #666633;
  color: #fff;
  max-width: 100%;
}
.splash-page .section-box.additional > div {
  float: left;
  width: 33%;
  text-align: center;
  padding-right: 3em;
}
.splash-page .section-box.additional h3 {
  color: #fff;
  margin-bottom: 30px;
}
.splash-page .section-box.calculator {
  background-color: #666633;
  color: #fff;
}
.splash-page .section-box.calculator h1,
.splash-page .section-box.calculator h2,
.splash-page .section-box.calculator h3 {
  color: #fff;
}
.splash-page .section-box.calculator .feature .earnings-error {
  border: 1px solid #666633;
  padding: 30px;
  text-align: center;
}
.splash-page .section-box.calculator .feature .earnings-error .title {
  font-weight: bold;
  margin-bottom: 30px;
}
.splash-page .section-box.calculator .icon-calculator {
  position: relative;
  float: left;
}
@-webkit-keyframes fadein-slideup {
  from {
    opacity: 0;
    position: relative;
    top: 25px;
  }
  to {
    opacity: 1;
    position: relative;
    top: 0;
  }
}
@keyframes fadein-slideup {
  from {
    opacity: 0;
    position: relative;
    top: 25px;
  }
  to {
    opacity: 1;
    position: relative;
    top: 0;
  }
}
.splash-page .section-box.calculator .icon-calculator .average-amount {
  position: absolute;
  top: 42px;
  left: 33px;
  font-size: 2em;
}
.splash-page .section-box.calculator .icon-calculator.in-view {
  -webkit-animation: fadein-slideup 2s ease-out backwards;
          animation: fadein-slideup 2s ease-out backwards;
}
.splash-page .section-box.calculator .earnings-text {
  position: relative;
  top: 47px;
}
.splash-page .section-box.calculator .search-form {
  padding: 0;
  margin-top: 0;
  background-color: transparent;
}
.splash-page .section-box.calculator .search-form .input-search-location {
  width: 100% !important;
}
.splash-page .section-box.calculator .search-form.in-view {
  -webkit-animation: appear-fadein 2s 1s ease-in 1 backwards;
          animation: appear-fadein 2s 1s ease-in 1 backwards;
}
.splash-page .section-box.get-started {
  text-align: center;
}
.splash-page .section-box.get-started .btn {
  background: #f46420;
  color: #fff;
}
.splash-page .section-box.get-started .btn.in-view {
  -webkit-animation: fadein-slideup 1s ease-out backwards;
          animation: fadein-slideup 1s ease-out backwards;
}
.splash-page section:before,
.splash-page section:after {
  content: " ";
  display: table;
}
.splash-page section:after {
  clear: both;
}
.splash-page section:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.splash-page section .callout,
.splash-page section .feature {
  float: left;
  width: 50%;
  padding-right: 2em;
}
.splash-page section .media-box {
  margin-bottom: 30px;
}
.splash-page section .media-box:before,
.splash-page section .media-box:after {
  content: " ";
  display: table;
}
.splash-page section .media-box:after {
  clear: both;
}
.splash-page section .media-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.splash-page section .media-box .title {
  font-weight: bold;
  margin-bottom: 6px;
}
.splash-page section .media-box .step {
  float: left;
  width: 20%;
}
.splash-page section .media-box .step.one,
.splash-page section .media-box .step.two,
.splash-page section .media-box .step.three {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  color: #fff;
  line-height: 60px;
  font-size: 1.5em;
  font-weight: bold;
  position: relative;
  top: 6px;
  text-align: center;
  margin-right: 15px;
}
.splash-page section .media-box .step.one {
  background-color: #ebeff1;
}
.splash-page section .media-box .step.one.in-view {
  -webkit-animation: appear-fadein 1s 1s ease-in backwards;
          animation: appear-fadein 1s 1s ease-in backwards;
}
.splash-page section .media-box .step.two {
  background-color: #666633;
}
.splash-page section .media-box .step.two.in-view {
  -webkit-animation: appear-fadein 1s 1s ease-in backwards;
          animation: appear-fadein 1s 1s ease-in backwards;
}
.splash-page section .media-box .step.three {
  background-color: #666633;
}
.splash-page section .media-box .step.three.in-view {
  -webkit-animation: appear-fadein 1s 1s ease-in backwards;
          animation: appear-fadein 1s 1s ease-in backwards;
}
@-webkit-keyframes fadein-slideright {
  from {
    opacity: 0;
    position: relative;
    left: 25px;
  }
  to {
    opacity: 1;
    position: relative;
    left: 0;
  }
}
@keyframes fadein-slideright {
  from {
    opacity: 0;
    position: relative;
    left: 25px;
  }
  to {
    opacity: 1;
    position: relative;
    left: 0;
  }
}
.splash-page section .media-box .description {
  float: left;
  width: 80%;
}
.splash-page section .media-box .description.one.in-view {
  -webkit-animation: fadein-slideright 1s ease-in 1 backwards;
          animation: fadein-slideright 1s ease-in 1 backwards;
}
.splash-page section .media-box .description.two.in-view {
  -webkit-animation: fadein-slideright 1s 0.5s ease-in 1 backwards;
          animation: fadein-slideright 1s 0.5s ease-in 1 backwards;
}
.splash-page section .media-box .description.three.in-view {
  -webkit-animation: fadein-slideright 1s 1s ease-in 1 backwards;
          animation: fadein-slideright 1s 1s ease-in 1 backwards;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .splash-page .section-hero .hero-overlay {
    padding: 1em 4em !important;
    line-height: 1.3em !important;
  }
  .splash-page .media-box .description {
    width: 65% !important;
  }
}
.privacy {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8rem;
  padding-bottom: 6rem;
}
.privacy:before,
.privacy:after {
  content: " ";
  display: table;
}
.privacy:after {
  clear: both;
}
.privacy:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.privacy h1 {
  color: #333;
  text-transform: none;
  text-shadow: none;
  margin-top: 1rem;
}
.privacy h4 {
  color: #333;
  margin-top: 1rem;
}
.privacy p {
  margin-top: 1rem;
}
@media (max-width: 740px) {
  .privacy {
    padding-top: 0;
  }
}
.four-o-four {
  background: url('../images/lg/home-catskills.jpg') center center;
  background-size: cover;
  text-align: center;
  padding: 10rem 0;
  height: 80%;
  color: #fff;
  font-weight: 600;
}
.four-o-four .container {
  background: rgba(0, 0, 0, 0.5);
  width: 500px;
  max-width: 100%;
}
.four-o-four h1 {
  margin-bottom: 2rem;
}
.four-o-four .back-to-home {
  color: #fff;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: block;
  text-transform: uppercase;
}
.four-o-four .back-to-home:before {
  content: "\25C0";
  margin-right: 7px;
  top: 0px;
  position: relative;
  font-size: .8em;
}
@media (max-width: 740px) {
  .four-o-four {
    padding-top: 3rem;
  }
}
.app .four-o-four {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.password-reset {
  background: url('../images/lg/home-catskills.jpg') center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  min-height: 650px;
}
.password-reset ul {
  text-align: left;
  list-style-type: none;
  margin: 2rem 0;
  padding: 0;
}
.password-reset .modal {
  vertical-align: top;
  position: relative;
}
.password-reset .modal-dialog {
  width: 500px;
  padding: 2rem 5%;
  background: white;
  border-radius: 10px;
  margin-bottom: 6rem;
}
.password-reset form {
  margin-top: 2rem;
}
.password-reset li {
  color: red;
}
.password-reset li.valid {
  color: green;
}
.jobs h1 {
  max-width: 85%;
}
.jobs h2 {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.jobs .content-hero p {
  width: 30em;
  max-width: 85%;
}
.jobs .content-hero a {
  color: #fff;
  text-decoration: underline;
}
.jobs .highlight-text p {
  margin: 1rem;
}
.jobs .section-box-info {
  text-align: left;
}
.jobs .section-box-info .required-star {
  color: red;
  margin-left: .5em;
}
.jobs .section-box-info .why-join {
  margin: 0 20%;
}
.jobs .section-box-info .why-join p {
  margin: 1rem 0;
  width: 100%;
}
.jobs .section-box-info .why-join li {
  margin-bottom: 1rem;
}
.jobs .section-box-info .basic-info {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 2rem;
  margin: 2rem 0;
}
.jobs .section-box-info .basic-info input[type=text],
.jobs .section-box-info .basic-info input[type=file] {
  display: inline-block;
  width: 300px;
  line-height: 20px;
  margin-left: 10px;
}
.jobs .section-box-info .basic-info input[type=file] {
  line-height: 20px;
  margin-left: 10px;
  position: relative;
  top: 7px;
}
.jobs .section-box-info .basic-info label {
  display: inline-block;
  width: 200px;
  text-align: right;
  position: relative;
  top: 7px;
}
.jobs .section-box-info .secondary-info input {
  line-height: 10px;
}
.jobs .section-box-info .secondary-info label {
  display: inline-block;
}
.jobs .section-openings {
  padding: 3.5em 0 4rem;
}
.jobs .section-openings:before,
.jobs .section-openings:after {
  content: " ";
  display: table;
}
.jobs .section-openings:after {
  clear: both;
}
.jobs .section-openings:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.jobs .openings-list {
  list-style-type: none;
  margin: 0 0 3rem;
  padding: 0;
}
.jobs .openings-list .department-list {
  padding: 1rem 0;
}
.jobs .openings-list .department-list:before,
.jobs .openings-list .department-list:after {
  content: " ";
  display: table;
}
.jobs .openings-list .department-list:after {
  clear: both;
}
.jobs .openings-list .department-list:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.jobs .openings-list .department {
  color: #f46420;
  margin-bottom: 1.5rem;
}
.jobs .openings-list .title {
  font-weight: bold;
}
.jobs .openings-list .location {
  font-style: italic;
}
.jobs .openings-list .btn-apply-now,
.jobs .openings-list .btn-close-job {
  float: right;
  position: relative;
  padding: .4em 1em;
}
.jobs .openings-list .btn-close-job {
  display: none;
}
.jobs .openings-list .expanded-area {
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: max-height 1s ease-out;
  transition: max-height 1s ease-out;
}
.jobs .openings-list .expanded-area ul {
  margin-bottom: 1rem;
}
.jobs .openings-list .expanded-area p {
  margin-top: 1rem;
}
.jobs .openings-list .expanded-area h5 {
  font-weight: 300;
  font-size: 1rem;
  margin-top: 1rem;
  line-height: 2rem;
}
.jobs .openings-list .apply-job {
  padding: 0 2% 2%;
  border: 1px solid #f0f0f0;
  margin-top: 2rem;
}
.jobs .openings-list .apply-job label {
  display: inline-block;
  width: 18%;
  margin-right: 2%;
  text-align: right;
  font-size: 1.15rem;
}
.jobs .openings-list .apply-job input {
  display: inline-block;
  width: 79%;
  margin-bottom: 1rem;
}
.jobs .openings-list .apply-job .form-actions {
  text-align: center;
}
.jobs .openings-list .apply-header {
  text-align: center;
  font-weight: 600;
  margin-bottom: 1rem;
}
.jobs .openings-list .expand .error {
  color: #DF4134;
  display: none;
}
.jobs .openings-list .client-side-errors {
  color: #DF4134;
  display: none;
}
.jobs .openings-list .file-warning {
  margin-left: 211px;
}
.jobs .openings-list .submit-container:before,
.jobs .openings-list .submit-container:after {
  content: " ";
  display: table;
}
.jobs .openings-list .submit-container:after {
  clear: both;
}
.jobs .openings-list .submit-container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.jobs .openings-list input.btn-submit-job {
  width: auto;
}
.jobs .openings-list .expanded .expanded-area {
  max-height: none;
}
.jobs .openings-list .expanded .apply-now {
  display: none;
}
.jobs .openings-list .expanded .btn-close-job {
  display: inline-block;
}
.jobs .section-cta-container {
  padding-top: 3em;
}
.jobs .section-hero {
  padding-bottom: 43%;
  background: url('../images/lg/careers-foliage.jpg') center center;
  background-size: cover;
}
.jobs .highlight-one .image-highlight {
  background: url('../images/lg/camper-1.jpg') center center;
  background-size: cover;
}
.jobs .highlight-two .image-highlight {
  background: url('../images/lg/camper-2.jpg') center center;
  background-size: cover;
}
.jobs .highlight-three .image-highlight {
  background: url('../images/lg/camper-3.jpg') center center;
  background-size: cover;
}
@media (max-width: 740px) {
  .jobs .section-hero {
    padding-bottom: 100%;
  }
  .jobs .highlight-activity-one .image-highlight {
    background: url('../images/xs/camper-1.jpg') center center;
    background-size: cover;
  }
  .jobs .highlight-activity-two .image-highlight {
    background: url('../images/xs/camper-2.jpg') center center;
    background-size: cover;
  }
  .jobs .highlight-activity-three .image-highlight {
    background: url('../images/xs/camper-3.jpg') center center;
    background-size: cover;
  }
  .jobs h1 {
    max-width: 100%;
    margin: 0;
    width: 250px;
    line-height: 1;
    margin-bottom: 1em;
  }
  .jobs h5 {
    text-align: center;
    margin: 0 5%;
  }
  .jobs .section-box-info {
    padding-bottom: 1em;
  }
  .jobs .section-box-info .why-join {
    margin: 0 5%;
  }
  .jobs .section-box-info .why-join p {
    margin: 1rem 0;
    width: 100%;
    text-align: justify;
  }
  .jobs .section-box-info .why-join li {
    margin-bottom: 1rem;
    font-size: 1em;
  }
  .jobs .openings-list .apply-job {
    padding: 0 2% 2%;
    border: 1px solid #f0f0f0;
    margin-top: 2rem;
  }
  .jobs .openings-list .apply-job label {
    display: inline-block;
    width: 50%;
    text-align: left;
  }
  .jobs .openings-list .apply-job input {
    display: inline-block;
    width: 100%;
    margin-bottom: 1rem;
  }
  .jobs .openings-list .expanded-area li {
    font-size: 1rem !important;
  }
  .jobs .openings-list .expanded-area p {
    text-align: justify;
  }
}
.hello-page {
  background: #f0f0f0;
}
.hello-page .error {
  outline: 1px solid #DF4134;
}
.hello-page h1 {
  text-transform: none;
  font-size: 3.3rem;
  margin: 0;
}
.hello-page h2 {
  text-transform: none;
  font-size: 2.4rem;
}
.hello-page .section-hero {
  background: url('../images/lg/lakeside.jpg') center center;
  background-size: cover;
  padding-bottom: 43%;
}
.hello-page .section-hero p {
  width: 100%;
  font-weight: 600;
  margin-bottom: 5.75em;
}
.hello-page .section-hero:after {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
}
.hello-page .section-box.additional {
  background-color: #666633;
  color: #fff;
  max-width: 100%;
  padding: 4rem 5%;
}
.hello-page .section-box.additional .title {
  color: #fff;
  text-align: center;
}
.hello-page .section-box.additional:before,
.hello-page .section-box.additional:after {
  content: " ";
  display: table;
}
.hello-page .section-box.additional:after {
  clear: both;
}
.hello-page .section-box.additional:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hello-page .section-box.additional > div {
  float: left;
  width: 33%;
  text-align: center;
  padding: 0 2.5rem;
}
.hello-page .section-box.additional h3 {
  color: #fff;
  margin-bottom: 30px;
  margin-top: 45px;
}
.hello-page .respond-hello {
  background: #fff;
  padding: 20px;
  width: 460px;
  position: relative;
  margin: 0 auto;
  bottom: 13rem;
  border: solid 1px #ececec;
  overflow: hidden;
}
.hello-page .respond-hello.onload {
  max-height: 440px;
}
.hello-page .respond-hello label {
  margin-bottom: -4px;
  font-size: 14px;
}
.hello-page .respond-hello .button-container {
  margin-top: 15px;
  text-align: center;
}
.hello-page .respond-hello input[type=text],
.hello-page .respond-hello input[type=email] {
  height: 44px;
  padding: 10px;
}
.hello-page .respond-hello input,
.hello-page .respond-hello textarea {
  background: none;
  border: 1px solid #ececec;
  font-size: .9rem;
}
.hello-page .respond-hello textarea {
  height: 68px;
}
.hello-page .respond-hello .btn.btn-default {
  background: #f46420;
  border-radius: 3px;
}
.hello-page .respond-hello form p {
  position: relative;
  margin-bottom: 6px;
}
.hello-page .respond-hello form p:nth-child(2),
.hello-page .respond-hello form p:nth-child(3),
.hello-page .respond-hello form p:nth-child(4),
.hello-page .respond-hello form p:nth-child(5) {
  width: 48%;
  display: inline-block;
}
.hello-page .respond-hello form p:nth-child(2) select,
.hello-page .respond-hello form p:nth-child(3) select,
.hello-page .respond-hello form p:nth-child(4) select,
.hello-page .respond-hello form p:nth-child(5) select {
  width: 100%;
}
.hello-page .respond-hello form p:nth-child(3),
.hello-page .respond-hello form p:nth-child(5) {
  margin-left: 3%;
}
.hello-page .respond-hello form p:nth-child(4)::after,
.hello-page .respond-hello form p:nth-child(5)::after {
  content: "\25BE";
  position: absolute;
  top: 50%;
  right: 10px;
  color: #ccc;
  font-size: 1.5em;
}
.hello-page .respond-hello select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  height: 44px;
  background: #fff;
  padding-left: 10px;
  position: relative;
  font-size: 1rem;
}
.hello-page .respond-hello-thanks {
  background: #666633;
  width: 460px;
  position: relative;
  margin: 0 auto;
  bottom: 12rem;
  text-align: center;
  padding: 5%;
  text-transform: none;
}
.hello-page .respond-hello-thanks h3 {
  color: #fff;
  line-height: 1.5em;
}
.hello-page .section-box-info {
  margin-top: -246px;
}
.hello-page .section-box-info ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.hello-page .section-box-info ul li {
  font-size: 1rem;
  margin-bottom: 5px;
}
.hello-page .section-box-info ul li .strong {
  font-weight: bold;
}
.hello-page .section-box-info ul li > span:before {
  content: "-";
  position: relative;
  right: 2px;
}
.hello-page .section-box.get-started {
  text-align: center;
  padding: 2.5%;
  background: #fff;
}
.hello-page .section-box.get-started h2 {
  margin-top: 2.5rem;
}
.hello-page .section-box.get-started .btn-learn-more {
  margin: 2rem auto;
}
.hello-page .section-box.get-started .btn-learn-more a {
  background: #f46420;
}
.hello-page .client-side-errors,
.hello-page .missing-field-errors {
  color: #DF4134;
  display: none;
}
.hello-page.hello-complete h1 {
  margin: 0 0 45px 0;
  text-transform: capitalize;
}
.hello-page.hello-complete .section-hero {
  background: #666633;
}
.hello-page.hello-complete input[type=text] {
  height: 44px;
}
.hello-page.hello-complete .complete-hello {
  background: #fff;
  padding: 15px;
  width: 460px;
  position: relative;
  margin: 0 auto;
  bottom: 110px;
  border: solid 1px #ececec;
}
.hello-page.hello-complete .complete-hello .button-container {
  margin-top: 15px;
  text-align: center;
}
.hello-page.hello-complete .complete-hello input[type=text],
.hello-page.hello-complete .complete-hello input[type=email] {
  height: 44px;
}
.hello-page.hello-complete .complete-hello input,
.hello-page.hello-complete .complete-hello textarea {
  background: none;
  border: 1px solid #ececec;
}
.hello-page.hello-complete .complete-hello .btn.btn-default {
  background: #f46420;
  border-radius: 3px;
}
.hello-page.hello-complete .complete-hello form p {
  margin-bottom: 12px;
}
.hello-page.hello-complete .complete-hello form p:nth-child(2),
.hello-page.hello-complete .complete-hello form p:nth-child(3),
.hello-page.hello-complete .complete-hello form p:nth-child(4) {
  width: 30%;
  display: inline-block;
  margin-right: 7px;
}
.hello-page.hello-complete .complete-hello form p:nth-child(2)::after,
.hello-page.hello-complete .complete-hello form p:nth-child(3)::after,
.hello-page.hello-complete .complete-hello form p:nth-child(4)::after {
  content: "\25BE";
  position: relative;
  left: 102px;
  bottom: 35px;
  color: #ccc;
  font-size: 1.5em;
}
.hello-page.hello-complete .complete-hello select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  height: 44px;
  background: #fff;
  padding-left: 10px;
  width: 100%;
}
.hello-page.hello-complete .complete-hello .client-side-errors {
  color: #DF4134;
  display: none;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .static-page.hello-page .respond-hello {
    bottom: 7rem;
  }
  .static-page.hello-page .section-box-info {
    margin-top: -162px;
  }
}
@media (max-width: 740px) {
  .static-page.hello-page {
    position: relative;
    margin-top: 0;
  }
  .static-page.hello-page h1 {
    font-size: 2.5rem;
    line-height: 3.2rem;
    margin-bottom: 1.5rem;
  }
  .static-page.hello-page .section-hero {
    padding-bottom: 134%;
    width: 100%;
    height: auto;
  }
  .static-page.hello-page .section-hero p {
    font-size: 1.3rem;
    margin-bottom: 10.75rem;
  }
  .static-page.hello-page .respond-hello.onload {
    height: auto;
  }
  .static-page.hello-page .section-box.additional > div {
    float: none;
    width: 100%;
    padding: 0 2.5rem;
    margin-bottom: 2em;
  }
  .static-page.hello-page .respond-hello-thanks {
    width: 100%;
  }
  .static-page.hello-page .section-box-info {
    margin-top: -205px;
  }
  .static-page.hello-page .respond-hello,
  .static-page.hello-page .complete-hello {
    width: 100%;
  }
  .static-page.hello-page .section-box-info {
    padding-right: 1rem;
  }
  .static-page.hello-page form p:nth-child(2),
  .static-page.hello-page form p:nth-child(3),
  .static-page.hello-page form p:nth-child(4),
  .static-page.hello-page form p:nth-child(5) {
    width: 100%;
    display: block;
  }
  .static-page.hello-page form p:nth-child(2) select,
  .static-page.hello-page form p:nth-child(3) select,
  .static-page.hello-page form p:nth-child(4) select,
  .static-page.hello-page form p:nth-child(5) select {
    width: 100%;
  }
  .static-page.hello-page form p:nth-child(3),
  .static-page.hello-page form p:nth-child(5) {
    margin-left: 0;
  }
  .static-page.hello-page form p:nth-child(4)::after,
  .static-page.hello-page form p:nth-child(5)::after {
    left: 92%;
    bottom: 42px;
  }
  .hello-page.hello-complete form p:nth-child(2)::after,
  .hello-page.hello-complete form p:nth-child(3)::after,
  .hello-page.hello-complete form p:nth-child(4)::after {
    left: 92%;
    bottom: 42px;
  }
  .static-page.jobs {
    margin-top: 1.5em;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
}
