@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes growdetailtop {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 174px;
  }
}
@keyframes growdetailtop {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 174px;
  }
}
@-webkit-keyframes growdetailtopphone {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 214px;
  }
}
@keyframes growdetailtopphone {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 214px;
  }
}
@-webkit-keyframes toolbargrow {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 54px;
  }
}
@keyframes toolbargrow {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 54px;
  }
}
@-webkit-keyframes splashspinner {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes splashspinner {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hike-section a, .cover-image a:not([class*=ga-button]) {
  color: inherit;
  text-decoration: underline 1px;
  text-underline-offset: 2px;
}
.hike-section a:hover, .cover-image a:hover:not([class*=ga-button]), .hike-section a:focus, .cover-image a:focus:not([class*=ga-button]) {
  text-decoration: none;
}

.cover-image {
  padding-top: 30px;
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #276338;
}
@media (min-width: 1024px) {
  .cover-image {
    min-height: 600px;
  }
}
.vertical-section {
  text-align: center;
}

.jumbotron .plans_container {
  text-align: left;
}
@media (max-width: 767px) {
  .jumbotron .plans_container {
    text-align: center;
  }
}
.jumbotron a {
  /*button spacing*/
  margin-top: 12px;
}

.feature-section {
  display: table;
  padding: 80px 30px 80px 30px;
  height: 100%;
  border-bottom: solid #E3E3E5 1px;
  padding-top: 60px;
}
@media (max-width: 767px) {
  .feature-section {
    padding-top: 0px;
  }
}
.feature-section.vertical-section {
  padding: 80px 0;
}

.banner-text-xs {
  text-align: left;
  padding: 50px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .banner-text-xs {
    margin-top: 10px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) {
  /* only for team, premium, member pages */
  .partner {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}
#featureImage, #hero-content {
  opacity: 1;
  transition: opacity 1s;
}

#featureImage.fade, #hero-content.fade {
  opacity: 0;
}

.plans_container form {
  display: inline;
}

.hero-stripe {
  background-color: #276338;
  padding: 20px;
  color: #FFFFFF;
  margin-top: -30px;
  margin-bottom: 30px;
}

.vertical-feature {
  margin-top: 30px;
  margin-bottom: 30px;
}

.section-header {
  margin-top: 20px;
  line-height: normal;
}

.section-header-subtext {
  margin: 0 auto 48px;
  max-width: 700px;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.preview-button {
  height: 50px;
  width: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* canada page */
.hike-section {
  width: 100%;
  color: #FFFFFF;
}
.brmb-section {
  margin-top: 60px;
  margin-bottom: 80px;
}

/* canada and app to prem footer */
.wide-section {
  padding: 80px;
  height: 100%;
}
@media (max-width: 767px) {
  .wide-section {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.hikes-content {
  max-width: 1170px;
  margin: 0px auto;
}

/* app to premium closer */
.appstore-buttons-section {
  background-color: #F1F2F3;
  margin-bottom: 0;
}

.arrow-down {
  position: relative;
}
.arrow-down:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #F1F2F3;
  position: absolute;
  top: 100%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.footer-premium-section {
  width: 100%;
  padding-top: 160px;
  padding-bottom: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  color: #FFFFFF;
}

.footer-premium-section .hikes-content {
  max-width: 500px;
}

/* Hunting maps pages */
.map-img {
  display: block;
  max-height: 200px;
  max-width: 100%;
}

.map-container {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: auto;
  max-width: 310px;
  position: relative;
}

.map-preview-link {
  margin-top: 16px;
}

.map-container:hover {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 9px 30px 0 rgba(0, 0, 0, 0.19);
}

.states-container {
  max-width: 60%;
  margin: 30px auto;
  text-align: center;
}
@media (max-width: 767px) {
  .states-container {
    max-width: 100%;
    margin: 15px auto;
  }
}

.states-container h4 {
  display: inline;
}

.map-description {
  height: 65px;
}

/*# sourceMappingURL=vertical_base.css.map */
