@media (max-width: 767px) {
  /* line 22, screensize.scss */
  .hidephone, .hidephone.ibmid, .hidephone.ga-titleicons {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 26, screensize.scss */
  .hidenotphone, .hidenotphone.ibmid, .hidenotphone.ga-titleicons {
    display: none;
  }
}
@media (min-width: 1024px) {
  /* line 26, screensize.scss */
  .hidenotphone, .hidenotphone.ibmid, .hidenotphone.ga-titleicons {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 31, screensize.scss */
  .nofloatphone, .pull-left.nofloatphone, .pull-left.nofloatphone {
    float: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 35, screensize.scss */
  .nofloattablet, .pull-left.nofloattablet, .pull-left.nofloattablet {
    float: none !important;
  }
}

/* RESET */
/* line 4, reset.scss */
* {
  -webkit-overflow-scrolling: touch;
}

/* line 8, reset.scss */
body, html {
  min-height: 100%;
}

/* line 12, reset.scss */
body {
  padding: 0;
}

/* line 16, reset.scss */
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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

/* line 32, reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
/* line 40, reset.scss */
hr {
  border: 0;
  clear: both;
  display: block;
  width: 96%;
  background-color: #fff;
  height: 1px;
}

/* line 49, reset.scss */
blockquote, q {
  quotes: none;
}

/* line 53, reset.scss */
blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none;
}

/* line 58, reset.scss */
:focus {
  outline: 0;
}

/* remember to define focus styles! */
/* line 63, reset.scss */
del {
  text-decoration: line-through;
}

/* line 67, reset.scss */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  opacity: 0;
  display: block !important;
}

@-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;
  }
}
/* line 4, typography.scss */
body, html {
  font-family: "Inter", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

/* line 15, typography.scss */
h1, .h1 {
  font-size: 3.57143rem;
  line-height: 1.08;
  margin-bottom: 16px;
  font-weight: 600;
  font-variation-settings: 'wght' 600;
}
@media (max-width: 767px) {
  /* line 15, typography.scss */
  h1, .h1 {
    font-size: 2.85714rem;
    line-height: 1.1;
  }
}

/* line 27, typography.scss */
h2, .h2 {
  font-size: 2.85714rem;
  line-height: 1.1;
  margin-bottom: 16px;
  font-weight: 600;
  font-variation-settings: 'wght' 600;
}
@media (max-width: 767px) {
  /* line 27, typography.scss */
  h2, .h2 {
    font-size: 2.28571rem;
    line-height: 1.125;
  }
}

/* line 39, typography.scss */
h3, .h3 {
  font-size: 2.28571rem;
  line-height: 1.125;
  margin-bottom: 8px;
  font-weight: 600;
  font-variation-settings: 'wght' 600;
}
@media (max-width: 767px) {
  /* line 39, typography.scss */
  h3, .h3 {
    font-size: 1.71429rem;
    line-height: 1.2;
  }
}

/* line 51, typography.scss */
h4, .h4 {
  font-size: 1.71429rem;
  line-height: 1.16667;
  margin-bottom: 8px;
  font-weight: 600;
  font-variation-settings: 'wght' 600;
}
@media (max-width: 767px) {
  /* line 51, typography.scss */
  h4, .h4 {
    font-size: 1.42857rem;
    line-height: 1.2;
  }
}

/* line 63, typography.scss */
h5, .h5 {
  font-size: 1.42857rem;
  line-height: 1.2;
  margin-bottom: 8px;
  font-weight: 600;
  font-variation-settings: 'wght' 600;
}
@media (max-width: 767px) {
  /* line 63, typography.scss */
  h5, .h5 {
    font-size: 1.28571rem;
    line-height: 1.22222;
  }
}

/* line 75, typography.scss */
h6, .h6 {
  line-height: 1.22222;
  font-size: 1.28571rem;
  margin-bottom: 8px;
}

/* line 81, typography.scss */
p, .body1 {
  font-size: 1.14286rem;
  margin-bottom: 16px;
}

/* line 86, typography.scss */
.body2 {
  font-size: 1rem;
}

/* line 90, typography.scss */
a {
  font-size: inherit;
}

/* line 96, typography.scss */
.jumbotron h1 {
  margin-bottom: 32px;
  line-height: 1.02703;
  font-weight: 700;
  font-variation-settings: 'wght' 700;
  font-size: 5.28571rem;
}
@media (max-width: 767px) {
  /* line 96, typography.scss */
  .jumbotron h1 {
    font-size: 3.57143rem;
    line-height: 1.08;
  }
}
/* line 107, typography.scss */
.jumbotron p {
  color: inherit;
  font-size: 1.42857rem;
  font-weight: 400;
  font-variation-settings: 'wght' 400;
}

@-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;
  }
}
/* Material design icons modifiers */
/* Rules for sizing the icon. */
/* line 7, icons.scss */
.material-icons.md-12, .md-12 {
  font-size: 12px !important;
}

/* line 11, icons.scss */
.material-icons.md-14, .md-14 {
  font-size: 14px !important;
}

/* line 15, icons.scss */
.material-icons.md-16, .md-16 {
  font-size: 16px !important;
}

/* line 19, icons.scss */
.material-icons.md-18, .md-18 {
  font-size: 18px !important;
}

/* line 23, icons.scss */
.material-icons.md-24, .md-24 {
  font-size: 24px !important;
}

/* line 27, icons.scss */
.material-icons.md-36, .md-36 {
  font-size: 36px !important;
}

/* line 31, icons.scss */
.material-icons.md-48, .md-48 {
  font-size: 48px !important;
}

/* line 35, icons.scss */
.material-icons.md-60, .md-60 {
  font-size: 60px !important;
}

/* line 39, icons.scss */
.material-icons.md-88, .md-88 {
  font-size: 88px !important;
}

/* line 43, icons.scss */
.material-icons.md-big, .md-big {
  font-size: 100px !important;
}

/* Rules for using icons as black on a light background. */
/* line 48, icons.scss */
.md-dark, .material-icons.md-dark, .gaicon.md-dark {
  color: #606163;
}

/* line 52, icons.scss */
.md-dark.md-inactive, .material-icons.md-dark.md-inactive, .gaicon.md-dark.md-inactive {
  color: rgba(96, 97, 99, 0.3);
}

/* Rules for using icons as white on a dark background. */
/* line 57, icons.scss */
.md-light, .material-icons.md-light, .gaicon.md-light {
  color: white;
}

/* line 61, icons.scss */
.md-light.md-inactive, .material-icons.md-light.md-inactive, .gaicon.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

/* Rules for using icons as white on a dark background. */
/* line 66, icons.scss */
.md-gray, .material-icons.md-gray, .gaicon.md-gray {
  color: #F1F2F3;
}

/* line 70, icons.scss */
.md-gray.md-inactive, .material-icons.md-gray.md-inactive, .gaicon.md-gray.md-inactive {
  color: rgba(241, 242, 243, 0.3);
}

/* line 74, icons.scss */
.md-blue, .material-icons.md-blue, .gaicon.md-blue {
  color: #0A708A;
}

/* line 78, icons.scss */
.md-blue.md-inactive, .material-icons.md-blue.md-inactive, .gaicon.md-blue.md-inactive {
  color: rgba(10, 112, 138, 0.3);
}

/* line 82, icons.scss */
.md-red, .material-icons.md-red, .gaicon.md-red {
  color: #CF4425;
}

/* line 86, icons.scss */
.md-red.md-inactive, .material-icons.md-red.md-inactive, .gaicon.md-red.md-inactive {
  color: transparent;
}

/* line 90, icons.scss */
.md-green, .material-icons.md-green, .gaicon.md-green {
  color: #4CD948;
}

/* line 94, icons.scss */
.md-green-dark, .material-icons.md-green-dark {
  color: #38B234;
}

/* line 98, icons.scss */
.md-conifer, .material-icons.md-conifer {
  color: #2D5E38;
}

/* line 102, icons.scss */
.material-icons.md-summer3 {
  color: #B8381C;
}

/* line 106, icons.scss */
.md-green.md-inactive, .material-icons.md-green.md-inactive, .gaicon.md-green.md-inactive {
  color: transparent;
}

/* line 111, icons.scss */
.darkiconhover:hover i {
  color: #38383B;
}

/* line 117, icons.scss */
.rediconhover:hover i {
  color: #CF4425;
}

/* line 123, icons.scss */
.blueiconhover:hover i {
  color: #0A708A;
}

/* Custom icons */
@font-face {
  font-family: 'gaiamaterial';
  src: url("../font/gaiamaterial/gaiamaterial.be33d358a1d5.eot?96403498");
  src: url("../font/gaiamaterial/gaiamaterial.be33d358a1d5.eot?96403498#iefix") format("embedded-opentype"), url("../font/gaiamaterial/gaiamaterial.f2d97e7e89e5.woff?96403498") format("woff"), url("../font/gaiamaterial/gaiamaterial.37594e88c34e.ttf?96403498") format("truetype"), url("../font/gaiamaterial/gaiamaterial.1cdd3a040065.svg?96403498#gaiamaterial") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 137, icons.scss */
.gaicon::before {
  font-family: "gaiamaterial";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/* line 153, icons.scss */
.gaicon-archive::before {
  content: '\e800';
}

/* line 157, icons.scss */
.gaicon-stack {
  position: relative;
  line-height: 1;
  text-align: center;
}

/* line 163, icons.scss */
.gaicon-stack-top {
  font-size: 70%;
  line-height: 1;
  position: absolute;
  z-index: 2;
  top: 15%;
  left: 0;
  right: 0;
}

/* line 173, icons.scss */
.gaicon-shadow {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

/* line 177, icons.scss */
.gaicon-noshadow {
  text-shadow: initial;
}

/* line 181, icons.scss */
.filetype-icon {
  background: #36703E;
  width: 28px;
  height: 28px;
  /* padding: 10px 6px 6px 6px; */
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  box-sizing: content-box;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  position: relative;
  margin-bottom: 0;
  line-height: 1;
  /* &::after{
  position: absolute;
  top:0px;
  right:0px;
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 0 8px;
  border-color: white transparent transparent darken( $conifer4, 15% );
  @include box-shadow(-1px 1px 1px rgba(0,0,0,0.15));
  } */
}
/* line 211, icons.scss */
.filetype-icon i {
  font-size: 28px;
  line-height: 1;
  color: white;
}

/* line 218, icons.scss */
.filetype-icon-sm {
  width: 16px;
  height: 16px;
}
/* line 222, icons.scss */
.filetype-icon-sm i {
  font-size: 16px;
}

/* line 227, icons.scss */
.filetype-icon-map, .filetype-icon-mapsource {
  background: #00BCD4;
}
/* line 230, icons.scss */
.filetype-icon-map::after, .filetype-icon-mapsource::after {
  border-color: white transparent transparent #007888;
}

/* line 235, icons.scss */
.filetype-icon-track {
  background: #4CD948;
}
/* line 238, icons.scss */
.filetype-icon-track::after {
  border-color: white transparent transparent #2D5E38;
}

/* line 243, icons.scss */
.filetype-icon-waypoint {
  background: #E34B2A;
}
/* line 246, icons.scss */
.filetype-icon-waypoint::after {
  border-color: white transparent transparent #CF4425;
}

/* line 251, icons.scss */
.filetype-icon-route {
  background: #673AB7;
}
/* line 254, icons.scss */
.filetype-icon-route::after {
  border-color: white transparent transparent #46287d;
}

/* line 259, icons.scss */
.filetype-icon-folder {
  background: #0C86A5;
}
/* line 262, icons.scss */
.filetype-icon-folder::after {
  border-color: white transparent transparent #0A708A;
}

/*
Button types map to the following classes:
-   Default - `ga-button`
-   Primary - `ga-button-primary`
-   Secondary - `ga-button-secondary`
-   Destruct - `ga-button-destruct`
-   Outlined - `ga-button-outline`
-   Outlined Inverted - `ga-button-outline-inverted`
*/
/* line 92, buttons.scss */
.ga-button-mr {
  margin-right: 8px;
}

/* line 96, buttons.scss */
.ga-button-mb {
  margin-bottom: 8px;
}

/* line 100, buttons.scss */
.ga-button-fullwide {
  min-width: 100%;
}

/* line 104, buttons.scss */
.ga-button-large.ga-button-large {
  font-size: 1.28571rem;
  font-weight: 600;
  font-variation-settings: 'wght' 600;
  min-width: 220px;
  padding: 8px 24px;
}

/* line 112, buttons.scss */
.ga-button-small.ga-button-small {
  padding: 4px 8px;
  font-size: 0.85714rem;
  font-weight: 400;
  font-variation-settings: 'wght' 400;
}
/* line 118, buttons.scss */
.ga-button-small.ga-button-small .material-icons, .ga-button-small.ga-button-small .gaicon {
  font-size: 1.14286rem;
}

/* line 123, buttons.scss */
.ga-button.ga-toolbar-button, .comment-form-container input.ga-toolbar-button[type=submit] {
  margin-right: 4px;
  z-index: 9;
}
@media (max-width: 767px) {
  /* line 123, buttons.scss */
  .ga-button.ga-toolbar-button, .comment-form-container input.ga-toolbar-button[type=submit] {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 4px;
    min-width: auto;
  }
}
/* line 135, buttons.scss */
.ga-button.ga-toolbar-button .ga-toolbar-button-text, .comment-form-container input.ga-toolbar-button[type=submit] .ga-toolbar-button-text {
  margin-left: 4px;
}

/* line 140, buttons.scss */
.ga-button-outline {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
  align-items: center;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  outline: 0;
  position: relative;
  user-select: none;
  vertical-align: middle;
  -moz-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: transparent;
  border-radius: 4px;
  font-weight: 500;
  font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 6px 16px;
  min-width: 64px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.75;
  border: 1px solid rgba(45, 94, 56, 0.5);
  color: #2D5E38;
}
/* line 49, buttons.scss */
.ga-button-outline:hover {
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-fill-color: currentColor;
}
@media (hover: none) {
  /* line 49, buttons.scss */
  .ga-button-outline:hover {
    background-color: transparent;
  }
}
/* line 59, buttons.scss */
.ga-button-outline:hover:disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
/* line 63, buttons.scss */
.ga-button-outline:focus {
  background-color: rgba(20, 20, 20, 0);
  color: #fff;
  outline: none;
  text-decoration: none;
}
/* line 69, buttons.scss */
.ga-button-outline:active {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}
/* line 74, buttons.scss */
.ga-button-outline:disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: rgba(0, 0, 0, 0.12);
  pointer-events: none;
}
/* line 146, buttons.scss */
.ga-button-outline:hover, .ga-button-outline:focus {
  background-color: rgba(45, 94, 56, 0.04);
  color: #2D5E38;
}
/* line 151, buttons.scss */
.ga-button-outline:disabled {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.12);
}

/* line 157, buttons.scss */
.ga-button-primary, .comment-form-container input[type=submit], input.btn.btn-primary, button.btn.btn-primary {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
  align-items: center;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  outline: 0;
  position: relative;
  user-select: none;
  vertical-align: middle;
  -moz-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #2D5E38;
  border-radius: 4px;
  font-weight: 500;
  font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 6px 16px;
  min-width: 64px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.75;
}
/* line 49, buttons.scss */
.ga-button-primary:hover, .comment-form-container input[type=submit]:hover, input.btn.btn-primary:hover, button.btn.btn-primary:hover {
  color: #fff;
  background-color: #204228;
  text-decoration: none;
  -webkit-text-fill-color: currentColor;
}
@media (hover: none) {
  /* line 49, buttons.scss */
  .ga-button-primary:hover, .comment-form-container input[type=submit]:hover, input.btn.btn-primary:hover, button.btn.btn-primary:hover {
    background-color: #2D5E38;
  }
}
/* line 59, buttons.scss */
.ga-button-primary:hover:disabled, .comment-form-container input[type=submit]:hover:disabled, input.btn.btn-primary:hover:disabled, button.btn.btn-primary:hover:disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
/* line 63, buttons.scss */
.ga-button-primary:focus, .comment-form-container input[type=submit]:focus, input.btn.btn-primary:focus, button.btn.btn-primary:focus {
  background-color: #3a7a48;
  color: #fff;
  outline: none;
  text-decoration: none;
}
/* line 69, buttons.scss */
.ga-button-primary:active, .comment-form-container input[type=submit]:active, input.btn.btn-primary:active, button.btn.btn-primary:active {
  background-color: #204228;
  color: #fff;
  text-decoration: none;
}
/* line 74, buttons.scss */
.ga-button-primary:disabled, .comment-form-container input[type=submit]:disabled, input.btn.btn-primary:disabled, button.btn.btn-primary:disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: rgba(0, 0, 0, 0.12);
  pointer-events: none;
}

/* line 162, buttons.scss */
.ga-button-winter {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
  align-items: center;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  outline: 0;
  position: relative;
  user-select: none;
  vertical-align: middle;
  -moz-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #1399BA;
  border-radius: 4px;
  font-weight: 500;
  font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 6px 16px;
  min-width: 64px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.75;
}
/* line 49, buttons.scss */
.ga-button-winter:hover {
  color: #fff;
  background-color: #0f7b95;
  text-decoration: none;
  -webkit-text-fill-color: currentColor;
}
@media (hover: none) {
  /* line 49, buttons.scss */
  .ga-button-winter:hover {
    background-color: #1399BA;
  }
}
/* line 59, buttons.scss */
.ga-button-winter:hover:disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
/* line 63, buttons.scss */
.ga-button-winter:focus {
  background-color: #17b7df;
  color: #fff;
  outline: none;
  text-decoration: none;
}
/* line 69, buttons.scss */
.ga-button-winter:active {
  background-color: #0f7b95;
  color: #fff;
  text-decoration: none;
}
/* line 74, buttons.scss */
.ga-button-winter:disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: rgba(0, 0, 0, 0.12);
  pointer-events: none;
}

/* line 166, buttons.scss */
.ga-button-facebook {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
  align-items: center;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  outline: 0;
  position: relative;
  user-select: none;
  vertical-align: middle;
  -moz-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #3b5998;
  border-radius: 4px;
  font-weight: 500;
  font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 6px 16px;
  min-width: 64px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.75;
}
/* line 49, buttons.scss */
.ga-button-facebook:hover {
  color: #fff;
  background-color: #30487b;
  text-decoration: none;
  -webkit-text-fill-color: currentColor;
}
@media (hover: none) {
  /* line 49, buttons.scss */
  .ga-button-facebook:hover {
    background-color: #3b5998;
  }
}
/* line 59, buttons.scss */
.ga-button-facebook:hover:disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
/* line 63, buttons.scss */
.ga-button-facebook:focus {
  background-color: #466ab5;
  color: #fff;
  outline: none;
  text-decoration: none;
}
/* line 69, buttons.scss */
.ga-button-facebook:active {
  background-color: #30487b;
  color: #fff;
  text-decoration: none;
}
/* line 74, buttons.scss */
.ga-button-facebook:disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: rgba(0, 0, 0, 0.12);
  pointer-events: none;
}

/* line 171, buttons.scss */
.ga-button-destruct {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
  align-items: center;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  outline: 0;
  position: relative;
  user-select: none;
  vertical-align: middle;
  -moz-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #CF4425;
  border-radius: 4px;
  font-weight: 500;
  font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 6px 16px;
  min-width: 64px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.75;
  background-color: transparent;
  border: none;
  color: #CF4425;
}
/* line 49, buttons.scss */
.ga-button-destruct:hover {
  color: #fff;
  background-color: #ac391f;
  text-decoration: none;
  -webkit-text-fill-color: currentColor;
}
@media (hover: none) {
  /* line 49, buttons.scss */
  .ga-button-destruct:hover {
    background-color: #CF4425;
  }
}
/* line 59, buttons.scss */
.ga-button-destruct:hover:disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
/* line 63, buttons.scss */
.ga-button-destruct:focus {
  background-color: #dd5d40;
  color: #fff;
  outline: none;
  text-decoration: none;
}
/* line 69, buttons.scss */
.ga-button-destruct:active {
  background-color: #ac391f;
  color: #fff;
  text-decoration: none;
}
/* line 74, buttons.scss */
.ga-button-destruct:disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: rgba(0, 0, 0, 0.12);
  pointer-events: none;
}
/* line 177, buttons.scss */
.ga-button-destruct:hover {
  background-color: rgba(207, 68, 37, 0.04);
  color: #CF4425;
}
/* line 182, buttons.scss */
.ga-button-destruct:focus {
  background-color: #F1F2F3;
  color: #CF4425;
}
/* line 187, buttons.scss */
.ga-button-destruct:disabled {
  background-color: transparent;
}

/* line 193, buttons.scss */
.ga-button, .comment-form-container input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
  align-items: center;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  outline: 0;
  position: relative;
  user-select: none;
  vertical-align: middle;
  -moz-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #2D5E38;
  border-radius: 4px;
  font-weight: 500;
  font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 6px 16px;
  min-width: 64px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.75;
  background-color: transparent;
  border: none;
  color: #2D5E38;
}
/* line 49, buttons.scss */
.ga-button:hover, .comment-form-container input[type=submit]:hover {
  color: #fff;
  background-color: #204228;
  text-decoration: none;
  -webkit-text-fill-color: currentColor;
}
@media (hover: none) {
  /* line 49, buttons.scss */
  .ga-button:hover, .comment-form-container input[type=submit]:hover {
    background-color: #2D5E38;
  }
}
/* line 59, buttons.scss */
.ga-button:hover:disabled, .comment-form-container input[type=submit]:hover:disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
/* line 63, buttons.scss */
.ga-button:focus, .comment-form-container input[type=submit]:focus {
  background-color: #3a7a48;
  color: #fff;
  outline: none;
  text-decoration: none;
}
/* line 69, buttons.scss */
.ga-button:active, .comment-form-container input[type=submit]:active {
  background-color: #204228;
  color: #fff;
  text-decoration: none;
}
/* line 74, buttons.scss */
.ga-button:disabled, .comment-form-container input[type=submit]:disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: rgba(0, 0, 0, 0.12);
  pointer-events: none;
}
/* line 199, buttons.scss */
.ga-button:hover, .comment-form-container input[type=submit]:hover, .ga-button:focus, .comment-form-container input[type=submit]:focus {
  background-color: rgba(45, 94, 56, 0.04);
  color: #2D5E38;
}
/* line 204, buttons.scss */
.ga-button:disabled, .comment-form-container input[type=submit]:disabled {
  background-color: transparent;
}

/* line 210, buttons.scss */
.ga-button-secondary {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
  align-items: center;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  outline: 0;
  position: relative;
  user-select: none;
  vertical-align: middle;
  -moz-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #38383B;
  border-radius: 4px;
  font-weight: 500;
  font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 6px 16px;
  min-width: 64px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.75;
  background-color: transparent;
  border: none;
  color: #38383B;
}
/* line 49, buttons.scss */
.ga-button-secondary:hover {
  color: #fff;
  background-color: #242426;
  text-decoration: none;
  -webkit-text-fill-color: currentColor;
}
@media (hover: none) {
  /* line 49, buttons.scss */
  .ga-button-secondary:hover {
    background-color: #38383B;
  }
}
/* line 59, buttons.scss */
.ga-button-secondary:hover:disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
/* line 63, buttons.scss */
.ga-button-secondary:focus {
  background-color: #4c4c50;
  color: #fff;
  outline: none;
  text-decoration: none;
}
/* line 69, buttons.scss */
.ga-button-secondary:active {
  background-color: #242426;
  color: #fff;
  text-decoration: none;
}
/* line 74, buttons.scss */
.ga-button-secondary:disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: rgba(0, 0, 0, 0.12);
  pointer-events: none;
}
/* line 216, buttons.scss */
.ga-button-secondary:hover, .ga-button-secondary:focus {
  background-color: #F1F2F3;
  color: #38383B;
}
/* line 221, buttons.scss */
.ga-button-secondary:disabled {
  background-color: transparent;
}

/* line 226, buttons.scss */
.ga-nonbutton {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  color: inherit;
}

/* line 234, buttons.scss */
.ga-button-outline {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
  align-items: center;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  outline: 0;
  position: relative;
  user-select: none;
  vertical-align: middle;
  -moz-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: transparent;
  border-radius: 4px;
  font-weight: 500;
  font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 6px 16px;
  min-width: 64px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.75;
  border: 1px solid rgba(45, 94, 56, 0.5);
  color: #2D5E38;
}
/* line 49, buttons.scss */
.ga-button-outline:hover {
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-fill-color: currentColor;
}
@media (hover: none) {
  /* line 49, buttons.scss */
  .ga-button-outline:hover {
    background-color: transparent;
  }
}
/* line 59, buttons.scss */
.ga-button-outline:hover:disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
/* line 63, buttons.scss */
.ga-button-outline:focus {
  background-color: rgba(20, 20, 20, 0);
  color: #fff;
  outline: none;
  text-decoration: none;
}
/* line 69, buttons.scss */
.ga-button-outline:active {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}
/* line 74, buttons.scss */
.ga-button-outline:disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: rgba(0, 0, 0, 0.12);
  pointer-events: none;
}
/* line 240, buttons.scss */
.ga-button-outline:hover, .ga-button-outline:focus {
  background-color: rgba(45, 94, 56, 0.04);
  border-color: #2D5E38;
  color: #2D5E38;
}
/* line 245, buttons.scss */
.ga-button-outline:disabled {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.12);
}

/* line 252, buttons.scss */
.ga-button-outline-inverted {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
  align-items: center;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  outline: 0;
  position: relative;
  user-select: none;
  vertical-align: middle;
  -moz-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: transparent;
  border-radius: 4px;
  font-weight: 500;
  font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 6px 16px;
  min-width: 64px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.75;
  border: 1px solid #FFFFFF;
}
/* line 49, buttons.scss */
.ga-button-outline-inverted:hover {
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-fill-color: currentColor;
}
@media (hover: none) {
  /* line 49, buttons.scss */
  .ga-button-outline-inverted:hover {
    background-color: transparent;
  }
}
/* line 59, buttons.scss */
.ga-button-outline-inverted:hover:disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
/* line 63, buttons.scss */
.ga-button-outline-inverted:focus {
  background-color: rgba(20, 20, 20, 0);
  color: #fff;
  outline: none;
  text-decoration: none;
}
/* line 69, buttons.scss */
.ga-button-outline-inverted:active {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}
/* line 74, buttons.scss */
.ga-button-outline-inverted:disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: rgba(0, 0, 0, 0.12);
  pointer-events: none;
}
/* line 256, buttons.scss */
.ga-button-outline-inverted:hover, .ga-button-outline-inverted:focus {
  background-color: rgba(255, 255, 255, 0.25);
}
/* line 259, buttons.scss */
.ga-button-outline-inverted:disabled {
  background-color: transparent;
}

/* line 264, buttons.scss */
.fb-button {
  color: #3b5998;
}

/* line 268, buttons.scss */
.twitter-button {
  color: #55acee;
}

/* line 272, buttons.scss */
.sharelink-button {
  border-radius: 5px;
  color: #FFFFFF;
  width: 34px;
  height: 34px;
  font-size: 30px;
}

/* Tooltips */
/* line 282, buttons.scss */
.ga-tooltipitem {
  position: relative;
}

/* line 286, buttons.scss */
.ga-tooltipitem .ga-tooltipitem-tooltip {
  display: none;
  position: absolute;
  z-index: 99999;
  top: 100%;
  left: 50%;
  width: 120px;
  margin-left: -60px;
  -webkit-box-shadow: 0 0 4px black;
  -moz-box-shadow: 0 0 4px black;
  box-shadow: 0 0 4px black;
  background: #333;
  color: white;
  padding: 8px;
  margin-top: 12px;
  font-size: 0.85714rem;
  text-align: center;
}

/* line 305, buttons.scss */
.ga-tooltipitem .ga-tooltipitem-tooltip::after {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #333;
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -8px;
}

/* line 319, buttons.scss */
.ga-tooltipitem .ga-tooltipitem-tooltip-right {
  left: auto;
  right: 0;
  margin-left: 0;
}

/* line 325, buttons.scss */
.ga-tooltipitem .ga-tooltipitem-tooltip-right::after {
  top: -8px;
  left: auto;
  right: 11px;
  margin-left: 0;
  margin-right: 8px;
}

/* line 333, buttons.scss */
.ga-tooltipitem:hover .ga-tooltipitem-tooltip {
  display: block;
}

/* Toggle icons for a checkbox */
/* Must be label to get functionality of click */
/* line 339, buttons.scss */
label.ga-toggleicons:hover {
  cursor: pointer;
  cursor: hand;
}

/* line 344, buttons.scss */
label.ga-toggleicons .ga-toggleicons-checkbox {
  display: none;
}

/* line 348, buttons.scss */
label.ga-toggleicons .ga-toggleicons-iconcontainer .ga-toggleicons-iconoff {
  display: inline-block;
}

/* line 352, buttons.scss */
label.ga-toggleicons .ga-toggleicons-iconcontainer .ga-toggleicons-iconon {
  display: none;
}

/* line 356, buttons.scss */
label.ga-toggleicons .ga-toggleicons-checkbox:checked + .ga-toggleicons-iconcontainer .ga-toggleicons-iconoff {
  display: none;
}

/* line 360, buttons.scss */
label.ga-toggleicons .ga-toggleicons-checkbox:checked + .ga-toggleicons-iconcontainer .ga-toggleicons-iconon {
  display: inline-block;
}

/* line 364, buttons.scss */
.ga-dropdownmenu-button {
  position: relative;
}
/* line 367, buttons.scss */
.ga-dropdownmenu-button:active {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  background: initial;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 375, buttons.scss */
.ga-dropdownmenu-button .dropdown-toggle {
  padding: 10px 14px;
}
/* line 380, buttons.scss */
.ga-dropdownmenu-button.ga-button-small .dropdown-toggle {
  padding: 4px 6px;
}
@media (max-width: 767px) {
  /* line 386, buttons.scss */
  .ga-dropdownmenu-button.ga-toolbar-button .dropdown-toggle {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* line 395, buttons.scss */
.ga-dropdownmenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFFFFF;
  border: 1px solid #F1F2F3;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  padding: 0;
  min-width: 200px !important;
  text-align: left;
}

/* line 410, buttons.scss */
.ga-dropdownmenu-item {
  display: block;
}
/* line 413, buttons.scss */
.ga-dropdownmenu-item a {
  display: block;
  padding: 14px 20px 14px 17px !important;
  border-left: 3px solid transparent;
  color: #0A708A !important;
}
/* line 419, buttons.scss */
.ga-dropdownmenu-item a:hover {
  background: #f0f0f0;
  border-left-color: #0A708A;
}

/* line 426, buttons.scss */
.dropdown-menu {
  z-index: 9000;
}

/* line 430, buttons.scss */
.ga-pagetitlebuttons {
  margin-top: 2px;
  float: right;
}
@media (max-width: 767px) {
  /* line 430, buttons.scss */
  .ga-pagetitlebuttons {
    margin-top: 12px;
  }
}

/* The stripe checkout API injects its own stylesheet and CSS classes without any option to override. */
/* line 440, buttons.scss */
.stripe-button-el.stripe-button-el {
  background-image: none;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}

/* line 447, buttons.scss */
.stripe-button-el.stripe-button-el span {
  background-image: none;
  height: auto;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
  align-items: center;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  outline: 0;
  position: relative;
  user-select: none;
  vertical-align: middle;
  -moz-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #2D5E38;
  border-radius: 4px;
  font-weight: 500;
  font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 6px 16px;
  min-width: 64px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 600;
  font-variation-settings: 'wght' 600;
  min-width: 220px;
  font-size: 1.28571rem;
  padding: 8px 24px;
}
/* line 49, buttons.scss */
.stripe-button-el.stripe-button-el span:hover {
  color: #fff;
  background-color: #204228;
  text-decoration: none;
  -webkit-text-fill-color: currentColor;
}
@media (hover: none) {
  /* line 49, buttons.scss */
  .stripe-button-el.stripe-button-el span:hover {
    background-color: #2D5E38;
  }
}
/* line 59, buttons.scss */
.stripe-button-el.stripe-button-el span:hover:disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
/* line 63, buttons.scss */
.stripe-button-el.stripe-button-el span:focus {
  background-color: #3a7a48;
  color: #fff;
  outline: none;
  text-decoration: none;
}
/* line 69, buttons.scss */
.stripe-button-el.stripe-button-el span:active {
  background-color: #204228;
  color: #fff;
  text-decoration: none;
}
/* line 74, buttons.scss */
.stripe-button-el.stripe-button-el span:disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: rgba(0, 0, 0, 0.12);
  pointer-events: none;
}

/* primary */
/* line 455, buttons.scss */
.conifer-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
  align-items: center;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  outline: 0;
  position: relative;
  user-select: none;
  vertical-align: middle;
  -moz-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #2D5E38;
  border-radius: 4px;
  font-weight: 500;
  font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 6px 16px;
  min-width: 64px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 600;
  font-variation-settings: 'wght' 600;
  min-width: 220px;
  font-size: 1.28571rem;
  padding: 8px 24px;
}
/* line 49, buttons.scss */
.conifer-button:hover {
  color: #fff;
  background-color: #204228;
  text-decoration: none;
  -webkit-text-fill-color: currentColor;
}
@media (hover: none) {
  /* line 49, buttons.scss */
  .conifer-button:hover {
    background-color: #2D5E38;
  }
}
/* line 59, buttons.scss */
.conifer-button:hover:disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
/* line 63, buttons.scss */
.conifer-button:focus {
  background-color: #3a7a48;
  color: #fff;
  outline: none;
  text-decoration: none;
}
/* line 69, buttons.scss */
.conifer-button:active {
  background-color: #204228;
  color: #fff;
  text-decoration: none;
}
/* line 74, buttons.scss */
.conifer-button:disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: rgba(0, 0, 0, 0.12);
  pointer-events: none;
}

/* hiking */
/* line 460, buttons.scss */
.spring-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
  align-items: center;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  outline: 0;
  position: relative;
  user-select: none;
  vertical-align: middle;
  -moz-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #268523;
  border-radius: 4px;
  font-weight: 500;
  font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 6px 16px;
  min-width: 64px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 600;
  font-variation-settings: 'wght' 600;
  min-width: 220px;
  font-size: 1.28571rem;
  padding: 8px 24px;
}
/* line 49, buttons.scss */
.spring-button:hover {
  color: #fff;
  background-color: #1d651b;
  text-decoration: none;
  -webkit-text-fill-color: currentColor;
}
@media (hover: none) {
  /* line 49, buttons.scss */
  .spring-button:hover {
    background-color: #268523;
  }
}
/* line 59, buttons.scss */
.spring-button:hover:disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
/* line 63, buttons.scss */
.spring-button:focus {
  background-color: #2fa52c;
  color: #fff;
  outline: none;
  text-decoration: none;
}
/* line 69, buttons.scss */
.spring-button:active {
  background-color: #1d651b;
  color: #fff;
  text-decoration: none;
}
/* line 74, buttons.scss */
.spring-button:disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: rgba(0, 0, 0, 0.12);
  pointer-events: none;
}

/* hunting */
/* line 465, buttons.scss */
.summer-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
  align-items: center;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  outline: 0;
  position: relative;
  user-select: none;
  vertical-align: middle;
  -moz-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #B8381C;
  border-radius: 4px;
  font-weight: 500;
  font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 6px 16px;
  min-width: 64px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 600;
  font-variation-settings: 'wght' 600;
  min-width: 220px;
  font-size: 1.28571rem;
  padding: 8px 24px;
}
/* line 49, buttons.scss */
.summer-button:hover {
  color: #fff;
  background-color: #952d17;
  text-decoration: none;
  -webkit-text-fill-color: currentColor;
}
@media (hover: none) {
  /* line 49, buttons.scss */
  .summer-button:hover {
    background-color: #B8381C;
  }
}
/* line 59, buttons.scss */
.summer-button:hover:disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
/* line 63, buttons.scss */
.summer-button:focus {
  background-color: #db4321;
  color: #fff;
  outline: none;
  text-decoration: none;
}
/* line 69, buttons.scss */
.summer-button:active {
  background-color: #952d17;
  color: #fff;
  text-decoration: none;
}
/* line 74, buttons.scss */
.summer-button:disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: rgba(0, 0, 0, 0.12);
  pointer-events: none;
}

/* offroad */
/* line 470, buttons.scss */
.fall-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
  align-items: center;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  outline: 0;
  position: relative;
  user-select: none;
  vertical-align: middle;
  -moz-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #ED7011;
  border-radius: 4px;
  font-weight: 500;
  font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 6px 16px;
  min-width: 64px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 600;
  font-variation-settings: 'wght' 600;
  min-width: 220px;
  font-size: 1.28571rem;
  padding: 8px 24px;
}
/* line 49, buttons.scss */
.fall-button:hover {
  color: #fff;
  background-color: #c75e0e;
  text-decoration: none;
  -webkit-text-fill-color: currentColor;
}
@media (hover: none) {
  /* line 49, buttons.scss */
  .fall-button:hover {
    background-color: #ED7011;
  }
}
/* line 59, buttons.scss */
.fall-button:hover:disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
/* line 63, buttons.scss */
.fall-button:focus {
  background-color: #f18736;
  color: #fff;
  outline: none;
  text-decoration: none;
}
/* line 69, buttons.scss */
.fall-button:active {
  background-color: #c75e0e;
  color: #fff;
  text-decoration: none;
}
/* line 74, buttons.scss */
.fall-button:disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: rgba(0, 0, 0, 0.12);
  pointer-events: none;
}

/* ski */
/* line 475, buttons.scss */
.winter-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
  align-items: center;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  outline: 0;
  position: relative;
  user-select: none;
  vertical-align: middle;
  -moz-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #0C86A5;
  border-radius: 4px;
  font-weight: 500;
  font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 6px 16px;
  min-width: 64px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 600;
  font-variation-settings: 'wght' 600;
  min-width: 220px;
  font-size: 1.28571rem;
  padding: 8px 24px;
}
/* line 49, buttons.scss */
.winter-button:hover {
  color: #fff;
  background-color: #09677f;
  text-decoration: none;
  -webkit-text-fill-color: currentColor;
}
@media (hover: none) {
  /* line 49, buttons.scss */
  .winter-button:hover {
    background-color: #0C86A5;
  }
}
/* line 59, buttons.scss */
.winter-button:hover:disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
/* line 63, buttons.scss */
.winter-button:focus {
  background-color: #0fa5cb;
  color: #fff;
  outline: none;
  text-decoration: none;
}
/* line 69, buttons.scss */
.winter-button:active {
  background-color: #09677f;
  color: #fff;
  text-decoration: none;
}
/* line 74, buttons.scss */
.winter-button:disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: rgba(0, 0, 0, 0.12);
  pointer-events: none;
}

/* granite */
/* line 480, buttons.scss */
.granite-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
  align-items: center;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  outline: 0;
  position: relative;
  user-select: none;
  vertical-align: middle;
  -moz-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #939496;
  border-radius: 4px;
  font-weight: 500;
  font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 6px 16px;
  min-width: 64px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 600;
  font-variation-settings: 'wght' 600;
  min-width: 220px;
  font-size: 1.28571rem;
  padding: 8px 24px;
}
/* line 49, buttons.scss */
.granite-button:hover {
  color: #fff;
  background-color: #7e8082;
  text-decoration: none;
  -webkit-text-fill-color: currentColor;
}
@media (hover: none) {
  /* line 49, buttons.scss */
  .granite-button:hover {
    background-color: #939496;
  }
}
/* line 59, buttons.scss */
.granite-button:hover:disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
/* line 63, buttons.scss */
.granite-button:focus {
  background-color: #a8a8aa;
  color: #fff;
  outline: none;
  text-decoration: none;
}
/* line 69, buttons.scss */
.granite-button:active {
  background-color: #7e8082;
  color: #fff;
  text-decoration: none;
}
/* line 74, buttons.scss */
.granite-button:disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: rgba(0, 0, 0, 0.12);
  pointer-events: none;
}

/* line 1, text.scss */
.ga-label, .registerform label {
  font-weight: normal;
  display: block;
  margin: 0 0 6px 0;
  font-size: 15px;
  color: #666;
}

/* line 9, text.scss */
.folderlink {
  font-size: 1.07143rem;
}

/* Text */
/* line 18, text.scss */
.capitalize {
  text-transform: capitalize;
}

/* line 22, text.scss */
p {
  line-height: 1.3;
  color: #38383B;
}

/* line 27, text.scss */
.right {
  text-align: right;
}

/* line 30, text.scss */
.left {
  text-align: left;
}

/* line 33, text.scss */
.center {
  text-align: center;
}

/* line 37, text.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 41, text.scss */
.username {
  font-size: 1.42857rem;
}

/* line 45, text.scss */
.ga-notetext {
  font-family: "Inter", Helvetica, sans-serif;
  font-size: 1.14286rem;
  color: #606163;
}

/* line 51, text.scss */
.linkcolor {
  color: #0A708A;
}
/* line 53, text.scss */
.linkcolor:hover {
  color: link-color-hover;
  text-decoration: none;
}

/* line 59, text.scss */
.helpertext, .registerform .help-block, .help-block {
  font-style: italic;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Inter", Helvetica, sans-serif;
  color: #606163;
  margin-bottom: 8px;
  margin-top: 5px;
}

/* Text */
/* line 72, text.scss */
.username {
  font-size: 1.42857rem;
  width: auto;
  display: inline-block;
  max-width: 100%;
  word-wrap: break-word;
}

/* line 80, text.scss */
.username-big {
  font-size: 28px;
}

/* line 84, text.scss */
.ga-notetext {
  font-family: "Inter", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.14286rem;
  color: #606163;
}
@media (max-width: 767px) {
  /* line 84, text.scss */
  .ga-notetext {
    font-size: 1rem;
  }
}

/* line 94, text.scss */
.linkcolor {
  color: #0A708A;
}
/* line 96, text.scss */
.linkcolor:hover {
  color: link-color-hover;
  text-decoration: none;
}

/* line 102, text.scss */
.ga-smallpagetitle {
  max-width: 102px;
  margin-right: 10px;
  font-size: 1rem;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 110, text.scss */
.tipscontainer {
  margin-top: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background: #E9EAEC;
  color: #2D5E38;
  padding: 15px;
}

/* line 118, text.scss */
.tipscontainer-tiphead {
  font-size: 1.14286rem;
  font-weight: bold;
}

/* Modal modifications */
/* line 4, modal.scss */
.modal-backdrop {
  opacity: 0.25 !important;
  background: black;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 13, modal.scss */
.modal-dialog {
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  text-align: left;
}

/* line 19, modal.scss */
.modal-content {
  border-radius: 0;
}

/* line 22, modal.scss */
.modal-content-content {
  padding: 10px 20px 20px 20px;
}

/* line 25, modal.scss */
.modal-header {
  text-align: left;
  padding: 15px 15px;
  border-bottom: 0;
}

/* line 30, modal.scss */
.modal-buttons {
  padding: 10px 20px 20px 20px;
}

/* line 35, modal.scss */
.modal-buttons-contentleft {
  text-align: left;
  float: left;
}

/* line 40, modal.scss */
.modal-buttons-contentleft a, .modal-buttons-contentleft button {
  margin-right: 8px;
}

/* line 44, modal.scss */
.modal-buttons-contentright {
  text-align: right;
  float: right;
}

/* line 49, modal.scss */
.modal-buttons-contentright a, .modal-buttons-contentright button {
  margin-left: 8px;
}

/* line 54, modal.scss */
.modal-title {
  margin: 0;
  font-size: 1.71429rem;
  font-weight: normal;
}

/* line 60, modal.scss */
.modalImagesThumbs {
  position: fixed;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  bottom: 0;
  padding-bottom: 4px;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}

/* line 71, modal.scss */
.modalImagesThumbs-thumb {
  width: 46px;
  height: 46px;
  margin: 8px 4px;
  border: 4px solid #eee;
  background: #f0f0f0;
  display: inline-block;
  background-size: cover;
  cursor: hand;
  cursor: pointer;
}
/* line 82, modal.scss */
.modalImagesThumbs-thumb.active {
  border-color: #4CD948;
}

/* line 88, modal.scss */
.modal.in .modal-dialog {
  -webkit-transform: initial;
  transform: initial;
}

/* line 93, modal.scss */
.volunteer-modal {
  z-index: 1050;
}

@-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;
  }
}
/* line 4, footer.scss */
.footer {
  clear: both;
  position: relative;
  background: #38383B;
  color: #fafafa;
  padding: 0;
}
/* line 11, footer.scss */
.footer a {
  color: #fff;
  text-decoration: none;
}
/* line 15, footer.scss */
.footer a:hover {
  color: #fff;
}

/* line 23, footer.scss */
.footer-nav a {
  display: inline-block;
  color: white;
  cursor: hand;
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 21, footer.scss */
  .footer-nav {
    margin-left: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 21, footer.scss */
  .footer-nav {
    text-align: center;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  /* line 21, footer.scss */
  .footer-nav {
    text-align: center;
  }
}

/* line 43, footer.scss */
.footer-nav-item {
  display: inline-block;
  vertical-align: top;
  margin: 6px 6.7% 20px 0;
  text-align: left;
}
@media (max-width: 767px) {
  /* line 43, footer.scss */
  .footer-nav-item {
    width: 210px;
  }
}
@media (min-width: 1024px) and (max-width: 1169px) {
  /* line 43, footer.scss */
  .footer-nav-item {
    margin: 6px 4% 20px 0;
  }
}

/* line 59, footer.scss */
.footer-nav-section-title {
  font-size: 1.42857rem;
  line-height: 24px;
  margin-bottom: 8px;
  color: #E9EAEC;
  font-weight: 600;
  vertical-align: top;
  padding-bottom: 6px;
}

/* line 69, footer.scss */
a.footer-nav-section-title {
  color: white;
}

/* line 73, footer.scss */
.footer-nav-section-list {
  font-size: 1.14286rem;
  line-height: 27px;
}

/* line 78, footer.scss */
.footer-icon {
  height: 24px;
  width: 24px;
  margin: 0 6px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 84, footer.scss */
  .follow-us {
    margin-right: 4%;
    line-height: 24px;
  }
}
/* line 91, footer.scss */
.follow-us h4 {
  margin: 26px 0 12px 6px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 91, footer.scss */
  .follow-us h4 {
    font-size: 1.14286rem;
    margin: 34px 0 4px 2px;
  }
}

/* line 101, footer.scss */
.footer-connect {
  display: inline-block;
  text-align: left;
  border-left: 1px solid #7E8282;
  padding-left: 5.2%;
}
@media (max-width: 767px) {
  /* line 101, footer.scss */
  .footer-connect {
    margin-top: 24px;
    border-top: 1px solid #7E8282;
    border-left: none;
    padding-top: 24px;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 101, footer.scss */
  .footer-connect {
    border-top: 1px solid #7E8282;
    border-left: none;
    padding-top: 20px;
    padding-left: 0;
    display: flex;
    line-height: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 126, footer.scss */
  .footer-logo {
    margin: 6px 4% 0 0;
    width: 30%;
  }
}

/* line 134, footer.scss */
.footer-app-icon {
  margin-top: 26px;
}
/* line 137, footer.scss */
.footer-app-icon img {
  height: 40px;
}

/* line 142, footer.scss */
.footer-legal {
  background: #1C1D1F;
  text-align: left;
}

/* line 147, footer.scss */
.footer-legal-section-list {
  max-width: 1170px;
  margin: 0 auto;
  padding: 9px 0 9px 1%;
}
/* line 152, footer.scss */
.footer-legal-section-list p {
  color: #FFFFFF;
  display: inline;
}
@media (max-width: 767px) {
  /* line 147, footer.scss */
  .footer-legal-section-list {
    width: 280px;
    margin: 0 6px 0px 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 147, footer.scss */
  .footer-legal-section-list {
    margin: 0 6px 0px 14px;
  }
}

@-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;
  }
}
/* line 4, common.scss */
html, body {
  color: #38383B;
}

/* line 8, common.scss */
a {
  display: inline-block;
  color: #0A708A;
}
/* line 12, common.scss */
a:hover {
  color: #053643;
  text-decoration: none;
}

/* line 18, common.scss */
#base_header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1050;
  border-bottom: 1px solid rgba(28, 29, 31, 0.1);
  margin-bottom: -1px;
}

/* line 28, common.scss */
.capitalize {
  text-transform: capitalize;
}

/* line 32, common.scss */
.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-background-clip: padding-box;
  /* IOS fix */
  background-clip: padding-box;
  /* IOS fix */
}

/* line 36, common.scss */
.padder-tb {
  padding: 20px 0;
}

/* line 40, common.scss */
ul {
  list-style: none;
}

/* line 44, common.scss */
.ga-hr {
  border-bottom: 1px solid #ddd;
}

/* line 48, common.scss */
.center {
  text-align: center;
}

/* Layout */
/* line 54, common.scss */
.ln1 {
  line-height: 1;
}

/* line 58, common.scss */
.ibmid, .ga-titleicons {
  display: inline-block;
  vertical-align: middle;
}

/* line 63, common.scss */
.ibtop {
  display: inline-block;
  vertical-align: top;
}

/* line 68, common.scss */
.ibbot {
  display: inline-block;
  vertical-align: bottom;
}

/* line 3, cloak.scss */
.ng-cloak-splash {
  min-height: 0px;
  background: #F1F2F3;
  width: auto;
  display: block !important;
  opacity: 0;
  position: absolute;
  top: 66px;
  left: 0;
  right: 0;
  -webkit-transition: opacity ease-out 400ms 200ms;
  -moz-transition: opacity ease-out 400ms 200ms;
  -ms-transition: opacity ease-out 400ms 200ms;
  -o-transition: opacity ease-out 400ms 200ms;
  transition: opacity ease-out 400ms 200ms;
}
/* line 14, cloak.scss */
.ng-cloak-splash .ng-cloak-splash-loader {
  display: none;
}

/* line 18, cloak.scss */
.ng-cloak-movedownreveal {
  position: relative;
  top: 0px;
  opacity: 1;
  -webkit-transition: opacity ease-out 500ms 400ms, top ease-out 500ms 300ms;
  -moz-transition: opacity ease-out 500ms 400ms, top ease-out 500ms 300ms;
  -ms-transition: opacity ease-out 500ms 400ms, top ease-out 500ms 300ms;
  -o-transition: opacity ease-out 500ms 400ms, top ease-out 500ms 300ms;
  transition: opacity ease-out 500ms 400ms, top ease-out 500ms 300ms;
}

/* line 26, cloak.scss */
[ng\:cloak].ng-cloak-splash, [ng-cloak].ng-cloak-splash, [data-ng-cloak].ng-cloak-splash, [x-ng-cloak].ng-cloak-splash, .ng-cloak.ng-cloak-splash, .x-ng-cloak.ng-cloak-splash {
  opacity: 1;
  min-height: 2000px;
}
/* line 29, cloak.scss */
[ng\:cloak].ng-cloak-splash .ng-cloak-splash-loader, [ng-cloak].ng-cloak-splash .ng-cloak-splash-loader, [data-ng-cloak].ng-cloak-splash .ng-cloak-splash-loader, [x-ng-cloak].ng-cloak-splash .ng-cloak-splash-loader, .ng-cloak.ng-cloak-splash .ng-cloak-splash-loader, .x-ng-cloak.ng-cloak-splash .ng-cloak-splash-loader {
  display: block;
  -webkit-animation-name: splashspinner;
  animation-name: splashspinner;
  -webkit-animation-delay: 1800ms;
  /* Chrome, Safari, Opera */
  animation-delay: 1800ms;
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
/* line 33, cloak.scss */
[ng\:cloak].ng-cloak-splash .ng-cloak-splash-growdetailtop, [ng-cloak].ng-cloak-splash .ng-cloak-splash-growdetailtop, [data-ng-cloak].ng-cloak-splash .ng-cloak-splash-growdetailtop, [x-ng-cloak].ng-cloak-splash .ng-cloak-splash-growdetailtop, .ng-cloak.ng-cloak-splash .ng-cloak-splash-growdetailtop, .x-ng-cloak.ng-cloak-splash .ng-cloak-splash-growdetailtop {
  -webkit-animation-name: growdetailtop;
  animation-name: growdetailtop;
  -webkit-animation-delay: 310ms;
  /* Chrome, Safari, Opera */
  animation-delay: 310ms;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  position: relative;
  background: white;
}
@media (max-width: 767px) {
  /* line 33, cloak.scss */
  [ng\:cloak].ng-cloak-splash .ng-cloak-splash-growdetailtop, [ng-cloak].ng-cloak-splash .ng-cloak-splash-growdetailtop, [data-ng-cloak].ng-cloak-splash .ng-cloak-splash-growdetailtop, [x-ng-cloak].ng-cloak-splash .ng-cloak-splash-growdetailtop, .ng-cloak.ng-cloak-splash .ng-cloak-splash-growdetailtop, .x-ng-cloak.ng-cloak-splash .ng-cloak-splash-growdetailtop {
    -webkit-animation-name: growdetailtopphone;
    animation-name: growdetailtopphone;
  }
}
/* line 39, cloak.scss */
[ng\:cloak].ng-cloak-splash .ng-cloak-splash-growdetailtop .ng-cloak-splash-toolbargrow, [ng-cloak].ng-cloak-splash .ng-cloak-splash-growdetailtop .ng-cloak-splash-toolbargrow, [data-ng-cloak].ng-cloak-splash .ng-cloak-splash-growdetailtop .ng-cloak-splash-toolbargrow, [x-ng-cloak].ng-cloak-splash .ng-cloak-splash-growdetailtop .ng-cloak-splash-toolbargrow, .ng-cloak.ng-cloak-splash .ng-cloak-splash-growdetailtop .ng-cloak-splash-toolbargrow, .x-ng-cloak.ng-cloak-splash .ng-cloak-splash-growdetailtop .ng-cloak-splash-toolbargrow {
  -webkit-animation-name: toolbargrow;
  animation-name: toolbargrow;
  -webkit-animation-delay: 710ms;
  /* Chrome, Safari, Opera */
  animation-delay: 710ms;
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: #36703E;
  display: block;
  z-index: 9999999;
}
/* line 51, cloak.scss */
[ng\:cloak] .ng-cloak-movedownreveal, [ng-cloak] .ng-cloak-movedownreveal, [data-ng-cloak] .ng-cloak-movedownreveal, [x-ng-cloak] .ng-cloak-movedownreveal, .ng-cloak .ng-cloak-movedownreveal, .x-ng-cloak .ng-cloak-movedownreveal {
  top: -30px;
  opacity: 0;
}

@-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;
  }
}
/* line 10, folders.scss */
.folderpickertable {
  border: 1px solid #eee;
}

/* line 14, folders.scss */
.folderpickertable-td {
  padding: 16px 20px;
  text-align: left;
}

/* line 19, folders.scss */
.folderui {
  overflow: hidden;
  position: relative;
  height: 350px;
}
/* line 24, folders.scss */
.folderui .header {
  text-align: left;
  border-bottom: 1px solid #ddd;
  line-height: 0;
}
/* line 29, folders.scss */
.folderui .header .count {
  vertical-align: top;
  line-height: 50px;
  background-color: #E8EDEB;
  color: #3d6646;
  border-radius: 6px;
  padding: 3px 10px 2px;
  font-size: 0.92857rem;
  margin-left: 10px;
}
/* line 39, folders.scss */
.folderui .header .search {
  float: right;
  margin: 0 6px;
  line-height: 50px;
}
/* line 44, folders.scss */
.folderui .header .search input {
  line-height: 20px;
  border-radius: 15px;
  border: 1px solid #ddd;
  padding: 6px 15px;
}
/* line 53, folders.scss */
.folderui .files {
  position: absolute;
  width: 100%;
  top: 51px;
  bottom: 0;
  left: 0;
  transition: left 500ms;
  background-color: #fff;
  overflow-y: scroll;
}
/* line 63, folders.scss */
.folderui .files a {
  cursor: pointer;
}
/* line 65, folders.scss */
.folderui .files a.fa {
  color: #999;
  margin-right: 10px;
}
/* line 71, folders.scss */
.folderui .files table {
  width: 100%;
  border: 0;
  font-size: 1rem;
  border-collapse: collapse;
  border-style: hidden;
  border-bottom: 1px solid #d4d4d4;
}
/* line 79, folders.scss */
.folderui .files table th, .folderui .files table td {
  text-align: left;
  padding: 13px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
/* line 84, folders.scss */
.folderui .files table th.check, .folderui .files table td.check {
  width: 38px;
  padding: 13px 3px;
  text-align: center;
}
/* line 89, folders.scss */
.folderui .files table th.action, .folderui .files table td.action {
  color: gray;
  padding: 0 8px;
  font-size: 1.14286rem;
}
/* line 94, folders.scss */
.folderui .files table th input[type="checkbox"], .folderui .files table td input[type="checkbox"] {
  position: relative;
  margin: 0;
}
/* line 100, folders.scss */
.folderui .files table td {
  font-weight: 500;
}
/* line 102, folders.scss */
.folderui .files table td {
  font-weight: 400;
}
/* line 104, folders.scss */
.folderui .files table td input[type="text"] {
  margin-top: -4px;
  margin-bottom: -4px;
}
/* line 108, folders.scss */
.folderui .files table td img {
  width: 20px;
  padding-right: 5px;
  margin-top: -5px;
  margin-bottom: -1px;
  vertical-align: bottom;
}
/* line 117, folders.scss */
.folderui .files table thead {
  border-bottom: 1px solid #d4d4d4;
  background-color: #f3f3f3;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
/* line 124, folders.scss */
.folderui .files table tbody tr {
  border-bottom: 1px solid #d4d4d4;
}
/* line 126, folders.scss */
.folderui .files table tbody tr:nth-child(odd) {
  background-color: #fafafa;
}
/* line 127, folders.scss */
.folderui .files table tbody tr:nth-child(even) {
  background-color: #fff;
}
/* line 132, folders.scss */
.folderui .files.parent {
  left: -800px;
}
/* line 133, folders.scss */
.folderui .files.child {
  left: 800px;
}
/* line 135, folders.scss */
.folderui .files.empty table {
  border-bottom: none;
}
/* line 137, folders.scss */
.folderui .files.empty table tbody tr {
  background-color: inherit;
  height: 150px;
  border-bottom: none;
}
/* line 142, folders.scss */
.folderui .files.empty table tr td {
  vertical-align: middle;
  text-align: center;
}
/* line 150, folders.scss */
.folderui .navcrumb {
  list-style: none;
  overflow: hidden;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 1.07143rem;
  font-weight: 500;
}
/* line 162, folders.scss */
.folderui .navcrumb li {
  float: left;
}
/* line 165, folders.scss */
.folderui .navcrumb li a, .folderui .navcrumb li span {
  color: #36703E;
  text-decoration: none;
  padding: 0 0 0 45px;
  background-color: #E8EDEB;
  position: relative;
  display: block;
  float: left;
  line-height: 50px;
  cursor: pointer;
}
/* line 176, folders.scss */
.folderui .navcrumb li a::after, .folderui .navcrumb li span::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 30px solid #E8EDEB;
  position: absolute;
  top: 50%;
  margin-top: -60px;
  left: 100%;
  z-index: 2;
}
/* line 191, folders.scss */
.folderui .navcrumb li a::before, .folderui .navcrumb li span::before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 30px solid #f7f8f7;
  position: absolute;
  top: 50%;
  margin-top: -60px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}
/* line 207, folders.scss */
.folderui .navcrumb li a:hover, .folderui .navcrumb li span:hover {
  background: #dce0dc;
  border-left-color: #dce0dc !important;
}
/* line 211, folders.scss */
.folderui .navcrumb li a:hover::after, .folderui .navcrumb li span:hover::after {
  border-left-color: #dce0dc;
}
/* line 217, folders.scss */
.folderui .navcrumb li a:first-child {
  text-transform: capitalize;
  padding-left: 20px;
}
/* line 222, folders.scss */
.folderui .navcrumb li span:last-child {
  background: transparent !important;
}
/* line 226, folders.scss */
.folderui .navcrumb li.placeholder {
  background: transparent !important;
}
/* line 228, folders.scss */
.folderui .navcrumb li.placeholder span {
  padding-left: 45px;
}
/* line 231, folders.scss */
.folderui .navcrumb li.placeholder span::before {
  margin-left: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 20px solid #fff;
  margin-top: -40px;
  border-left-color: #fff;
}
/* line 240, folders.scss */
.folderui .navcrumb li.placeholder a {
  border: 0;
}
/* line 246, folders.scss */
.folderui .navcrumb li:last-child a, .folderui .navcrumb li:last-child span {
  border: 0;
}

/* Register Popup */
/* line 2, register.scss */
.register-modal-container .list-icon {
  width: 15px;
  height: 15px;
}

/* line 7, register.scss */
.register-modal-container .register-box {
  border: 1px solid black;
  padding: 10px;
}

/* line 12, register.scss */
.register-modal-container .register-box h3 {
  padding-bottom: 20px;
}

/* line 16, register.scss */
.register-modal-container ul.feature-list li {
  padding: 5px 0;
}

/* line 20, register.scss */
.register-modal-container .apps {
  margin-top: 10px;
}

/* line 24, register.scss */
.register-modal-container .haveaccount {
  margin-top: 10px;
}

/* End Register Popup */
/* Register page */
/* line 32, register.scss */
#register {
  float: right;
  margin-top: 10px;
}

/* line 37, register.scss */
#register input.button {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 44, register.scss */
#cloudfeatures {
  float: left;
}

/* line 49, register.scss */
#devices {
  clear: both;
  height: 272px;
  margin-bottom: 15px;
}

/* line 55, register.scss */
#devices img {
  float: left;
  width: 50%;
}

/* line 60, register.scss */
#devices p {
  float: right;
  width: 50%;
  margin-top: 10%;
}

@media only screen and (max-width: 767px) {
  /* line 69, register.scss */
  #cloudfeatures {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 75, register.scss */
  #register {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    float: none;
  }

  /* line 82, register.scss */
  #devices {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  /* line 88, register.scss */
  h2 {
    font-size: 2.14286rem;
    margin: 10px 0 25px;
  }
}
/* line 1, feedback.scss */
.feedbackbar {
  display: none;
  position: fixed;
  top: 30px;
  left: 50%;
  width: 340px;
  margin-left: -170px;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 12px 20px;
  font-size: 1rem;
  font-family: "Inter", Helvetica, sans-serif;
  line-height: 1.4;
  background: #404040;
  border-bottom: 2px solid #222;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
  z-index: 999999;
  -webkit-backface-visibility: hidden;
  -webkit-transition: top ease-out 260ms;
  -moz-transition: top ease-out 260ms;
  -ms-transition: top ease-out 260ms;
  -o-transition: top ease-out 260ms;
  transition: top ease-out 260ms;
}

/* line 30, feedback.scss */
.feedbackbar.feedbackbar-show {
  top: 60px;
}

/* line 34, feedback.scss */
.feedbackbar[data-feedbacktype='success'] {
  background: #2D5E38;
  border-bottom-color: #274F2D;
}

/* line 1, notifications.scss */
ul.notification-popup {
  margin: 0px;
}

/* line 5, notifications.scss */
ul.notification-popup li {
  padding: 10px;
}

/* line 9, notifications.scss */
ul.notification-popup li.new {
  background-color: #89E894;
}

/* line 1, container.scss */
.container_12 {
  box-sizing: border-box;
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

/* line 8, container.scss */
.middle .container_12 {
  box-sizing: border-box;
}

/* line 4, headlines.scss */
.headline {
  margin-bottom: 30px;
  font-size: 2.28571rem;
  font-weight: 500;
}

/* line 10, headlines.scss */
.headline-softmargin {
  margin-bottom: 4px;
  line-height: 1;
}

/* line 14, headlines.scss */
.headerLined {
  text-align: center;
  position: relative;
}
/* line 17, headlines.scss */
.headerLined::before {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -1px;
  border-bottom: 1px solid #999;
}

/* line 27, headlines.scss */
.headerLined-text {
  position: relative;
  z-index: 9;
  color: #36703E;
  font-size: 2.42857rem;
  font-family: "HeroRegular Condensed", sans-serif;
  background: #F1F2F3;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
}

/* line 39, headlines.scss */
#headline h1 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* line 2, section.scss */
.section, [ng\:cloak].ng-cloak-splash .ng-cloak-splash-growdetailtop, [ng-cloak].ng-cloak-splash .ng-cloak-splash-growdetailtop, [data-ng-cloak].ng-cloak-splash .ng-cloak-splash-growdetailtop, [x-ng-cloak].ng-cloak-splash .ng-cloak-splash-growdetailtop, .ng-cloak.ng-cloak-splash .ng-cloak-splash-growdetailtop, .x-ng-cloak.ng-cloak-splash .ng-cloak-splash-growdetailtop {
  background: transparent;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  *zoom: 1;
  clear: both;
}
/* line 3, mixins.scss */
.section::before, [ng\:cloak].ng-cloak-splash .ng-cloak-splash-growdetailtop::before, [ng-cloak].ng-cloak-splash .ng-cloak-splash-growdetailtop::before, [data-ng-cloak].ng-cloak-splash .ng-cloak-splash-growdetailtop::before, [x-ng-cloak].ng-cloak-splash .ng-cloak-splash-growdetailtop::before, .ng-cloak.ng-cloak-splash .ng-cloak-splash-growdetailtop::before, .x-ng-cloak.ng-cloak-splash .ng-cloak-splash-growdetailtop::before, .section::after, [ng\:cloak].ng-cloak-splash .ng-cloak-splash-growdetailtop::after, [ng-cloak].ng-cloak-splash .ng-cloak-splash-growdetailtop::after, [data-ng-cloak].ng-cloak-splash .ng-cloak-splash-growdetailtop::after, [x-ng-cloak].ng-cloak-splash .ng-cloak-splash-growdetailtop::after, .ng-cloak.ng-cloak-splash .ng-cloak-splash-growdetailtop::after, .x-ng-cloak.ng-cloak-splash .ng-cloak-splash-growdetailtop::after {
  display: table;
  content: "";
}
/* line 8, mixins.scss */
.section::after, [ng\:cloak].ng-cloak-splash .ng-cloak-splash-growdetailtop::after, [ng-cloak].ng-cloak-splash .ng-cloak-splash-growdetailtop::after, [data-ng-cloak].ng-cloak-splash .ng-cloak-splash-growdetailtop::after, [x-ng-cloak].ng-cloak-splash .ng-cloak-splash-growdetailtop::after, .ng-cloak.ng-cloak-splash .ng-cloak-splash-growdetailtop::after, .x-ng-cloak.ng-cloak-splash .ng-cloak-splash-growdetailtop::after {
  clear: both;
}

/* line 9, section.scss */
.section-gotobottom {
  margin-bottom: -60px;
  padding-bottom: 60px;
}

/* line 14, section.scss */
.section-noshadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 18, section.scss */
.section-white {
  background: white;
}

/* line 21, section.scss */
.section-gray, .section-grey {
  background: #F1F2F3;
}

/* line 25, section.scss */
.section-green {
  background: #2D5E38;
  color: inherit;
}
/* line 28, section.scss */
.section-green .ga-toolbar-button {
  color: white;
  font-weight: 400;
}

/* line 34, section.scss */
.section-content {
  max-width: 1170px;
  padding: 20px;
  margin: 0 auto;
  z-index: 2;
}
@media (max-width: 767px) {
  /* line 34, section.scss */
  .section-content {
    padding: 20px 14px;
  }
}

/* line 46, section.scss */
.section-content-skinny {
  max-width: 970px;
}

/* line 50, section.scss */
.section-content-bigpadding {
  padding: 40px 20px;
}
@media (max-width: 767px) {
  /* line 50, section.scss */
  .section-content-bigpadding {
    padding: 40px 14px;
  }
}

/* line 58, section.scss */
.section-content-nobottompadding {
  padding-bottom: 0;
}

/* line 62, section.scss */
.section-content-notoppadding {
  padding-top: 0;
}

/* line 1, comments.scss */
#comments {
  margin: 20px 0;
}

/* line 5, comments.scss */
.comment {
  padding: 30px;
  background: white;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  /* line 5, comments.scss */
  .comment {
    padding: 15px;
  }
}

/* line 14, comments.scss */
.comment-avatar {
  width: 80px;
  margin-right: 20px;
  float: left;
}
@media (max-width: 767px) {
  /* line 14, comments.scss */
  .comment-avatar {
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }
}

/* line 24, comments.scss */
.comment-content {
  display: block;
  width: auto;
  margin-left: 100px;
  color: #606163;
}
@media (max-width: 767px) {
  /* line 24, comments.scss */
  .comment-content {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  /* line 34, comments.scss */
  .comment-comment {
    margin-top: 10px;
    padding: 5px 5px;
  }
}

/* line 41, comments.scss */
.comment-actions {
  clear: both;
  margin: 10px 0 0 84px;
}
@media (max-width: 767px) {
  /* line 41, comments.scss */
  .comment-actions {
    margin-left: 0;
  }
}

/* line 49, comments.scss */
#div_id_comment {
  margin-bottom: 6px;
}

/* line 52, comments.scss */
.comment-username {
  margin-right: 10px;
  line-height: 1;
}
@media (max-width: 767px) {
  /* line 52, comments.scss */
  .comment-username {
    max-width: 73% !important;
  }
}

/* line 59, comments.scss */
.comment-username-link {
  color: #0A708A !important;
  font-weight: 300;
  font-size: 1.28571rem;
}

/* line 65, comments.scss */
.comment-datetime {
  line-height: 1;
  display: inline-block;
  vertical-align: bottom;
  float: right;
  margin-top: 3px;
}
@media (max-width: 767px) {
  /* line 65, comments.scss */
  .comment-datetime {
    float: none;
    display: block;
  }
}

/* line 77, comments.scss */
.comment-input {
  padding: 12px 12px 12px 12px !important;
  height: 48px !important;
  -webkit-transition: all ease-out 300ms 100ms;
  -moz-transition: all ease-out 300ms 100ms;
  -ms-transition: all ease-out 300ms 100ms;
  -o-transition: all ease-out 300ms 100ms;
  transition: all ease-out 300ms 100ms;
  resize: none;
}

/* line 86, comments.scss */
.comment-input-extend {
  height: 120px !important;
}

/* line 96, comments.scss */
.comment-helpertext {
  margin-bottom: 20px;
}

/* line 100, comments.scss */
.comments-container {
  text-align: left;
}

/* line 107, comments.scss */
.commentcreatebox {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  border-top: 1px solid #eee;
  background: white;
  display: flex;
}

/* line 118, comments.scss */
.commentcreatebox-avatar {
  display: inline-block;
  vertical-align: top;
  padding-right: 6px;
  flex-grow: 0;
}

/* line 125, comments.scss */
.commentcreatebox-input-container {
  display: inline-block;
  vertical-align: top;
  flex-grow: 1;
}

/* line 131, comments.scss */
.commentcreatebox-input {
  width: 100%;
  box-sizing: border-box;
  padding: 6px 8px;
  font-size: 1rem;
  min-height: 30px;
  max-height: 100px;
  line-height: 1.2;
  resize: none;
  border: 1px solid #ccc;
  border-radius: 10px;
}

/* line 1, loader.scss */
.loader,
.loader::before,
.loader::after {
  border-radius: 50%;
}

/* line 6, loader.scss */
.loader::before,
.loader::after {
  position: absolute;
  content: '';
}

/* line 11, loader.scss */
.loader::before {
  width: 5.2em;
  height: 10.2em;
  background: #F1F2F3;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 5.2em 5.1em;
  transform-origin: 5.2em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s;
}

/* line 23, loader.scss */
.loader {
  font-size: 0.78571rem;
  text-indent: -99999em;
  margin: 120px auto;
  position: relative;
  width: 10em;
  height: 10em;
  box-shadow: inset 0 0 0 1em #4CD948;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 35, loader.scss */
.loader::after {
  width: 5.2em;
  height: 10.2em;
  background: #F1F2F3;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 5.1em;
  -webkit-transform-origin: 0 5.1em;
  transform-origin: 0 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease;
}

@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 2, photos.scss */
.editphotos {
  margin-top: 20px;
  margin-right: -5px;
}

/* line 7, photos.scss */
.editphotos-photo-controls {
  display: none;
  position: absolute;
  right: 4px;
  top: 4px;
}

/* line 13, photos.scss */
.editphotos-photo {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 88px;
  height: 88px;
  margin: 0 5px 5px 0;
}
/* line 20, photos.scss */
.editphotos-photo:hover {
  z-index: 9;
}
/* line 22, photos.scss */
.editphotos-photo:hover .editphotos-photo-controls {
  display: block;
}

/* line 28, photos.scss */
.editphotos-photo-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

/* line 38, photos.scss */
.photoContainer_inner {
  padding: 0 4px 4px 0;
  box-sizing: border-box;
}

/* line 43, photos.scss */
.photoContainer_photo {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 4px 0 0 4px;
}

/* line 50, photos.scss */
.detailphoto-sm {
  width: 100%;
  box-sizing: border-box;
  height: 79px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
}

/* line 61, photos.scss */
.coverPhoto {
  width: 100%;
  height: 100%;
}

/* line 65, photos.scss */
.detailphoto-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  box-sizing: border-box;
  padding: 24px 0px;
  text-align: center;
  z-index: 9;
}
/* line 77, photos.scss */
.detailphoto-overlay:hover {
  text-decoration: underline;
}

/* line 82, photos.scss */
.detailphoto-lg {
  width: 100%;
  height: 300px;
}

/* line 88, photos.scss */
.user-photo-wrapper {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 80px;
  height: 80px;
  max-width: 100%;
  max-height: 100%;
  border: 2px solid white;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
  overflow: hidden;
}
/* line 107, photos.scss */
.user-photo-wrapper img {
  width: 100%;
  height: 100%;
}

/* line 113, photos.scss */
.user-photo-wrapper-square {
  -webkit-border-radius: 8%;
  -moz-border-radius: 8%;
  -ms-border-radius: 8%;
  border-radius: 8%;
}

/* line 117, photos.scss */
.user-photo-wrapper-small {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

/* line 123, photos.scss */
.user-photo-wrapper-large {
  width: 230px;
  height: 230px;
}

/* line 128, photos.scss */
.user-photo-wrapper-link {
  padding: 0 !important;
  display: block !important;
  height: 100% !important;
  width: 100% !important;
  overflow: hidden;
}

/* line 135, photos.scss */
.user-photo-small {
  height: 32px;
  width: 32px;
}

/* line 140, photos.scss */
.user-photo-wrapper-changepicture {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  background: transparent;
  color: white;
  padding: 14px 18px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -webkit-transition: all ease-out 200ms;
  -moz-transition: all ease-out 200ms;
  -ms-transition: all ease-out 200ms;
  -o-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
  font-size: 1rem;
}
/* line 152, photos.scss */
.user-photo-wrapper-changepicture * {
  vertical-align: middle;
}

/* line 156, photos.scss */
.user-photo-wrapper-changepicture-text {
  -webkit-transition: all ease-out 200ms;
  -moz-transition: all ease-out 200ms;
  -ms-transition: all ease-out 200ms;
  -o-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
  opacity: 0;
}

/* line 162, photos.scss */
.user-photo-wrapper-link:hover .user-photo-wrapper-changepicture {
  background: rgba(0, 0, 0, 0.6);
}
/* line 165, photos.scss */
.user-photo-wrapper-link:hover .user-photo-wrapper-changepicture-text {
  opacity: 1;
}

@-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;
  }
}
/* line 6, cards.scss */
.cardcontainer {
  display: block;
  overflow: hidden;
  padding: 4px;
}

/* line 12, cards.scss */
.cardcontainer-right {
  float: right;
  width: 344px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  /* line 12, cards.scss */
  .cardcontainer-right {
    float: none;
    width: auto;
    margin-left: 0;
  }
}

/* line 22, cards.scss */
.cardcontainer-left {
  float: left;
  width: 290px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  /* line 22, cards.scss */
  .cardcontainer-left {
    float: none;
    width: auto;
    margin-right: 0;
  }
}

/* line 33, cards.scss */
.cardcontainer-content {
  max-width: 100%;
}

/* line 37, cards.scss */
.card {
  background: white;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 28px;
  overflow: hidden;
}

/* line 44, cards.scss */
.card-gray {
  background: #F1F2F3 !important;
}

/* line 48, cards.scss */
.card-pad {
  padding: 20px;
}

/* line 52, cards.scss */
.card-bigpad {
  padding: 40px;
}

/* line 56, cards.scss */
.card-margin {
  margin: 10px;
}

/* line 60, cards.scss */
.card-header {
  background: #F1F2F3;
  -webkit-box-shadow: inset 0 1px 1px 0x white;
  -moz-box-shadow: inset 0 1px 1px 0x white;
  box-shadow: inset 0 1px 1px 0x white;
  border-bottom: 1px solid #eee;
  display: block;
}

/* line 67, cards.scss */
.card-header-title {
  color: #36703E;
  text-transform: uppercase;
  font-family: "HeroRegular Condensed", sans-serif;
  margin: 0;
  padding: 8px;
  letter-spacing: -0.035em;
  font-weight: bold;
  font-size: 1.71429rem;
}

@-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;
  }
}
/* line 4, sharing.scss */
#share-btns-top {
  float: right;
  text-align: left;
  margin-top: 18px;
}
@media (max-width: 767px) {
  /* line 4, sharing.scss */
  #share-btns-top {
    float: none;
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
  }
}

/* line 18, sharing.scss */
.share-btns-title {
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  /* line 18, sharing.scss */
  .share-btns-title {
    display: inline-block;
    margin: 8px 8px 8px 0;
  }
}

/* line 26, sharing.scss */
.btn-facebook {
  display: block;
  margin: 10px auto 20px;
  background-image: linear-gradient(#476bb7, #355093);
  background: -webkit-linear-gradient(#476bb7, #355093);
}
/* line 32, sharing.scss */
.btn-facebook:hover {
  background-color: #355093;
}
/* line 36, sharing.scss */
.btn-facebook a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
}

/* line 47, sharing.scss */
.shareModalContainer .modal-body {
  margin-top: 0;
  padding-top: 0;
}
/* line 51, sharing.scss */
.shareModalContainer .modal-body .make-public {
  margin-bottom: 10px;
}
/* line 54, sharing.scss */
.shareModalContainer .modal-body .make-public label {
  cursor: pointer;
}
/* line 55, sharing.scss */
.shareModalContainer .modal-body .make-public input {
  vertical-align: baseline;
  margin-right: 5px;
}
/* line 62, sharing.scss */
.shareModalContainer .modal-body .copy-text textarea {
  height: 80px;
  cursor: text;
  color: gray;
  margin-bottom: 10px;
}
/* line 71, sharing.scss */
.shareModalContainer .modal-body .well {
  margin-top: 5px;
  overflow: hidden;
}
/* line 76, sharing.scss */
.shareModalContainer .modal-body #modalUrlField {
  width: 100%;
  cursor: text;
}

@-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;
  }
}
/* line 4, page.scss */
.ga-pagetitle-container {
  font-family: "Inter", Helvetica, sans-serif;
  margin-bottom: 10px;
  padding-top: 10px;
  line-height: 1;
}
@media (max-width: 767px) {
  /* line 4, page.scss */
  .ga-pagetitle-container {
    padding-top: 18px;
    margin-bottom: 18px;
  }
}

/* line 16, page.scss */
.ga-pagetitle-container-bordered {
  padding-bottom: 10px;
  border-bottom: 2px solid #4CD948;
  margin-bottom: 30px;
}

/* line 22, page.scss */
.ga-pagetitle-container-gray-bordered {
  padding-bottom: 10px;
  border-bottom: 1px solid #ACACAE;
  margin-bottom: 30px;
}

/* line 28, page.scss */
.ga-pagetitle-container-marginbottom {
  margin-bottom: 40px;
}

/* line 32, page.scss */
.ga-pagetitle {
  font-family: "Inter", Helvetica, sans-serif;
  letter-spacing: -0.01em;
  color: #1C1D1F;
  margin-bottom: 0;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  /* line 32, page.scss */
  .ga-pagetitle {
    margin-bottom: 2px;
  }
}

/* line 46, page.scss */
.ga-pagetitle-small {
  font-size: 1.42857rem;
}

/* line 50, page.scss */
.ga-headline {
  margin-top: 30px;
  letter-spacing: -0.01em;
  color: #294530;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 767px) {
  /* line 50, page.scss */
  .ga-headline {
    margin-bottom: 2px;
  }
}

/* line 62, page.scss */
.ga-headline-small {
  margin-top: 8px;
  font-size: 2.28571rem;
}
@media (max-width: 767px) {
  /* line 62, page.scss */
  .ga-headline-small {
    font-size: 1.57143rem;
    margin-bottom: 2px;
  }
}

/* line 72, page.scss */
.ga-subpagetitle, .ga-pagesubtitle {
  font-family: "Inter", Helvetica, sans-serif;
  color: #777;
  margin-top: 8px;
  line-height: 1;
}

/* line 79, page.scss */
.tracktitle {
  max-width: 65%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 79, page.scss */
  .tracktitle {
    max-width: 55%;
  }
}
@media (max-width: 767px) {
  /* line 79, page.scss */
  .tracktitle {
    max-width: 49%;
  }
}

@media (max-width: 767px) {
  /* line 92, page.scss */
  .ga-titleicons-container {
    float: right;
  }
}

/* line 98, page.scss */
.ga-pagetitle-secondaryinfo {
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  /* line 98, page.scss */
  .ga-pagetitle-secondaryinfo {
    display: none;
    margin: 0;
  }
}

/* line 107, page.scss */
.ga-titleicons {
  padding: 8px;
  margin-left: 8px;
  line-height: 1;
}
/* line 114, page.scss */
.ga-titleicons i {
  font-size: 2.28571rem;
}
@media (max-width: 767px) {
  /* line 107, page.scss */
  .ga-titleicons {
    padding: 8px 2px;
    margin-left: 2px;
  }
  /* line 122, page.scss */
  .ga-titleicons i {
    font-size: 1.85714rem;
  }
}

@-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;
  }
}
/* Toolbar and toolbar items */
/* line 6, toolbar.scss */
.ga-toolbar {
  font-family: "Inter", Helvetica, sans-serif;
  border-top: 1px solid #eee;
  padding: 4px 0;
}

/* line 12, toolbar.scss */
.ga-toolbar-noborder {
  border: 0;
}

/* line 16, toolbar.scss */
.ga-toolbar-left {
  float: left;
}

/* line 20, toolbar.scss */
.ga-toolbar-right {
  float: right;
  position: relative;
  border-left: 1px solid #eee;
}

/* line 26, toolbar.scss */
.ga-toolbar-right-noborder {
  border-left: none;
}

/* line 30, toolbar.scss */
.ga-viewselect {
  vertical-align: top;
  line-height: 1;
  /* flat button styles */
  font-family: "Inter", Helvetica, sans-serif;
  padding: 10px 12px;
  min-height: 46px;
  border-radius: 2px;
  margin-left: 8px;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all ease-out 260ms;
  -moz-transition: all ease-out 260ms;
  -ms-transition: all ease-out 260ms;
  -o-transition: all ease-out 260ms;
  transition: all ease-out 260ms;
}

/* line 45, toolbar.scss */
.ga-viewselect:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  /* line 49, toolbar.scss */
  .ga-toolbar-button-text {
    display: none;
  }
}

/* line 55, toolbar.scss */
.filetype-toolbar {
  cursor: pointer;
  cursor: hand;
  position: absolute;
  right: 4px;
  width: 334px;
  -webkit-transition: top 200ms ease-out 200ms;
  -moz-transition: top 200ms ease-out 200ms;
  -ms-transition: top 200ms ease-out 200ms;
  -o-transition: top 200ms ease-out 200ms;
  transition: top 200ms ease-out 200ms;
  background: white;
  padding: 14px 20px 10px;
  margin: -4px 0 -4px 0;
  border-right: 1px solid #eee;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1100px) {
  /* line 55, toolbar.scss */
  .filetype-toolbar {
    display: none !important;
  }
}

/* line 3, input.scss */
.ga-input, .comment-input, .ga-input-container input, .form-row input, .registerform input:not([type='submit']) {
  font-size: 1.14286rem;
  padding: 8px 8px 9px;
  border-radius: 4px;
  border: solid 1px #ccc;
  max-width: 100%;
  color: #222;
  font-weight: normal;
  line-height: 1.2;
}

/* line 14, input.scss */
.ga-input-smallfont {
  font-size: 1rem;
}

/* line 18, input.scss */
.ga-select {
  font-size: 1.14286rem;
  line-height: 1.2;
  width: 164px;
}

/* line 30, input.scss */
.ga-input-error {
  color: #CF4425;
  border-color: #CF4425;
}

/* line 35, input.scss */
.ga-input-fullwide, .ga-input-container-fullwide input {
  box-sizing: border-box;
  width: 100%;
}

/* line 46, input.scss */
.ga-input-row {
  margin-bottom: 20px;
  display: block;
}

/* line 51, input.scss */
.form-buttons {
  margin-top: 30px;
}

/* line 55, input.scss */
.form-row {
  margin-bottom: 20px;
}

/* line 62, input.scss */
.errorlist {
  color: #CF4425;
}

/* line 67, input.scss */
.registerform .form-group {
  margin-left: 0;
  margin-right: 0;
}
/* line 71, input.scss */
.registerform .asteriskField {
  display: none;
}
/* line 74, input.scss */
.registerform label {
  text-align: left !important;
  margin: 0 0 6px !important;
}
/* line 82, input.scss */
.registerform .help-block {
  margin-bottom: 0;
}
/* line 85, input.scss */
.registerform .help-block strong {
  color: #CF4425;
}

/* line 92, input.scss */
.registerform-container {
  width: 500px;
  max-width: 100%;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
}

/* line 100, input.scss */
.help-block {
  margin-bottom: 0;
}
/* line 103, input.scss */
.help-block strong {
  color: #CF4425;
}

/* line 1, slick.scss */
.slick-dots li {
  margin: 0;
}
/* line 3, slick.scss */
.slick-dots li button::before {
  color: #0A708A;
}

/* line 8, slick.scss */
.slick-prev {
  left: 6px !important;
  z-index: 9;
}
/* line 11, slick.scss */
.slick-prev::before {
  color: #0A708A !important;
}

/* line 15, slick.scss */
.slick-next {
  right: 6px !important;
  z-index: 9;
}
/* line 18, slick.scss */
.slick-next::before {
  color: #0A708A !important;
}

/* line 22, slick.scss */
.slick-disabled {
  display: none !important;
}

/* line 25, slick.scss */
.slick-dots {
  bottom: -21px !important;
}
/* line 27, slick.scss */
.slick-dots li {
  margin: 0 !important;
}
/* line 29, slick.scss */
.slick-dots li button::before {
  color: #0A708A !important;
}

/* line 35, slick.scss */
.slick-slider {
  margin-bottom: 0 !important;
  border-bottom: 20px solid #f9f9f9;
}

/* line 41, slick.scss */
.slick-prev:before {
  font-family: 'Material Icons' !important;
  content: '\e314' !important;
  background: white;
  padding: 20px 5px 20px 5px;
  margin-left: -8px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  font-size: 20px !important;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}

/* line 51, slick.scss */
.slick-next:before {
  font-family: 'Material Icons' !important;
  content: '\e315' !important;
  background: white;
  padding: 20px 5px 20px 5px;
  margin-right: -8px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  font-size: 20px !important;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -ms-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}

/* line 64, slick.scss */
.slider_container {
  float: right;
  width: 220px;
  text-align: left;
  padding: 0 4px;
}

/* line 1, stats.scss */
.stats-helpertext {
  margin-top: 40px;
  margin-left: 20px;
}

/* line 5, stats.scss */
.stats-important-item {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 30px;
  margin-bottom: 20px;
}

/* line 13, stats.scss */
.stats-important-item-icon {
  color: #4CD948;
  font-size: 50px;
  margin-right: 10px;
  vertical-align: middle;
}

/* line 20, stats.scss */
.stats-important-item-text {
  display: inline-block;
  vertical-align: middle;
}

/* line 24, stats.scss */
.stats-important-item-text-value {
  color: #38383B;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 4px;
  line-height: 1;
}
/* line 30, stats.scss */
.stats-important-item-text-value .unit {
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  border: none;
}

/* line 37, stats.scss */
.stats-important-item-text-label {
  color: #606163;
  font-size: 1.14286rem;
  font-weight: 500;
}

/* line 43, stats.scss */
.statsselect {
  font-size: 16px;
  font-family: "Inter", Helvetica, sans-serif;
}

/* line 52, stats.scss */
.statsselect-label {
  display: block !important;
  margin-top: 10px;
  font-size: 1.14286rem;
}

/* line 2, sticky.scss */
.is-sticky .filetype-toolbar {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 10ms;
  /* Chrome, Safari, Opera */
  animation-delay: 10ms;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* line 6, sticky.scss */
.sticky-wrapper {
  position: relative;
  z-index: 1000;
}

/* line 11, sticky.scss */
.is-sticky-show {
  display: none;
}

/* line 16, sticky.scss */
.is-sticky .is-sticky-show {
  display: block;
}
/* line 18, sticky.scss */
.is-sticky .is-sticky-show.ibmid, .is-sticky .is-sticky-show.ga-titleicons, .is-sticky .is-sticky-show.ibbot, .is-sticky .is-sticky-show.ibtop {
  display: inline-block;
}

@-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;
  }
}
/* line 4, tracklinks.scss */
.tracklink {
  display: inline-flex !important;
  float: none;
  border-bottom: #eee 1px solid;
  width: auto;
  padding: 20px;
  *zoom: 1;
}
/* line 3, mixins.scss */
.tracklink::before, .tracklink::after {
  display: table;
  content: "";
}
/* line 8, mixins.scss */
.tracklink::after {
  clear: both;
}

/* line 13, tracklinks.scss */
.tracklink-img-container {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
}

/* line 19, tracklinks.scss */
.tracklink-img {
  height: 60px;
  width: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  -ms-border-radius: 4;
  border-radius: 4;
  background-color: #eee;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

/* line 31, tracklinks.scss */
.tracklink-content {
  display: inline-block;
  vertical-align: middle;
  width: 210px;
}
@media (max-width: 767px) {
  /* line 31, tracklinks.scss */
  .tracklink-content {
    width: 160px;
  }
}

/* line 40, tracklinks.scss */
.tracklink-title {
  margin-bottom: 10px;
}

/* line 44, tracklinks.scss */
.tracklink-title-link {
  font-size: 1.28571rem;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 50, tracklinks.scss */
.tracklink-distance {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/* line 53, tracklinks.scss */
.tracklink-distance abbr {
  border-bottom: none;
}

/* line 1, upload.scss */
.fileuploadimage {
  width: auto;
  display: block;
  padding: 40px;
  min-height: 200px;
  background: #fafafa;
  border: 1px solid #eee;
  text-align: center;
  font-weight: 300;
  position: relative;
}

/* line 13, upload.scss */
.fileuploadimage-input {
  display: block !important;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  cursor: hand;
  cursor: pointer;
}

/* line 26, upload.scss */
.fileuploadimage-icon {
  font-size: 80px;
}

/* line 29, upload.scss */
.fileuploadimage-title {
  color: #404040;
}

/* line 1, activity.scss */
.activity {
  padding: 20px 40px;
  margin: 0 15px;
  border-bottom: 1px solid #e0e0e0;
}
/* line 5, activity.scss */
.activity:last-child {
  border-bottom: none;
}

/* line 9, activity.scss */
.activity-text {
  margin-bottom: 4px;
}

/* line 12, activity.scss */
.activity-image {
  display: block;
  max-height: 300px;
  max-width: 100%;
  overflow: hidden;
  border-bottom: 3px solid #36703E;
}

/* line 19, activity.scss */
.activity-image-img {
  width: 100%;
  display: block;
}

/* line 23, activity.scss */
.activity-biglink-container {
  border: 1px solid #ccc;
  background-color: white;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  display: inline-block;
  margin-top: 20px;
  width: 400px;
  max-width: 100%;
  color: #38383B;
  overflow: hidden;
  position: relative;
}
/* line 34, activity.scss */
.activity-biglink-container:hover {
  color: #38383B;
}

/* line 38, activity.scss */
.activity-notes {
  padding: 16px;
  max-height: 130px;
}
/* line 42, activity.scss */
.activity-notes:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), white);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), white);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0), white);
  background: linear-gradient(top, rgba(255, 255, 255, 0), white);
  background-repeat: repeat-x;
}

/* line 55, activity.scss */
.activity-notes-info {
  margin-top: 6px;
}

/* line 58, activity.scss */
.activity-notes-text {
  margin-top: 10px;
}

/* line 1, emptystate.scss */
.emptystate {
  background: #fff;
  padding: 50px 60px;
  text-align: center;
}

/* line 7, emptystate.scss */
.emptystate-header {
  font-size: 1.57143rem;
  font-weight: bold;
  color: #777;
  margin-bottom: 20px;
  line-height: 1;
}

/* line 15, emptystate.scss */
.emptystate-icon {
  font-size: 100px;
  color: #777;
  line-height: 1;
}

/* line 21, emptystate.scss */
.emptystate-text {
  font-size: 1.14286rem;
  color: #606163;
  margin-bottom: 0 !important;
  width: 80%;
  display: inline-block;
  line-height: 1.4;
}

/* line 30, emptystate.scss */
.emptystate-publicview {
  margin: 20px !important;
}

/* line 34, emptystate.scss */
.emptystate-publicview-pagination {
  margin-left: 20px;
}

@-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;
  }
}
/* line 8, bootstrap.scss */
input.btn.btn-warning, button.btn.btn-warning {
  background-color: #FA921B;
  border-color: #F58311;
}
/* line 11, bootstrap.scss */
input.btn.btn-warning:hover, button.btn.btn-warning:hover {
  background-color: #F58311;
  border-color: #E06214;
}

/* line 21, bootstrap.scss */
.alert-light {
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.7);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}

/* line 26, bootstrap.scss */
.alert-dark {
  background: #404040;
  color: #f0f0f0;
  border-color: #555;
}

/* line 32, bootstrap.scss */
.alert-green {
  background: #36703E;
  color: #f0f0f0;
  border-color: #409D5B;
}
/* line 36, bootstrap.scss */
.alert-green a {
  color: #09647c;
}

/* line 41, bootstrap.scss */
.nav-tabs > li > div, .nav-tabs > li > div:active, .nav-tabs > li > div:hover {
  background: transparent;
  border: none;
  color: #555;
  font-weight: normal;
  text-decoration: none;
  padding: 10px 15px;
  margin-right: 2px;
  line-height: 1.42857143;
}

/* line 52, bootstrap.scss */
.nav-tabs > li > div:hover {
  border: none;
  border-bottom: 3px solid rgba(54, 112, 62, 0.5);
  background: transparent;
}

/* line 58, bootstrap.scss */
.nav-tabs > li.active > div, .nav-tabs > li.active > div:hover, .nav-tabs > li.active > div:focus, .nav-tabs > li.active > div:active {
  color: #38383B;
  font-weight: 500;
  border: none;
  border-bottom: 3px solid #36703E;
}

@-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;
  }
}
@media (max-width: 767px) {
  /* line 22, screensize.scss */
  .hidephone, .hidephone.ibmid, .hidephone.ga-titleicons {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 26, screensize.scss */
  .hidenotphone, .hidenotphone.ibmid, .hidenotphone.ga-titleicons {
    display: none;
  }
}
@media (min-width: 1024px) {
  /* line 26, screensize.scss */
  .hidenotphone, .hidenotphone.ibmid, .hidenotphone.ga-titleicons {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 31, screensize.scss */
  .nofloatphone, .pull-left.nofloatphone, .pull-left.nofloatphone {
    float: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 35, screensize.scss */
  .nofloattablet, .pull-left.nofloattablet, .pull-left.nofloattablet {
    float: none !important;
  }
}

/* line 8, detail.scss */
#base_middle,
#base_content {
  max-width: 100%;
}

/* line 13, detail.scss */
.map img {
  max-width: none;
}

/* line 17, detail.scss */
#DataDetailController {
  position: relative;
  text-align: left;
}
/* line 21, detail.scss */
#DataDetailController .mapContainer {
  height: 500px;
  position: relative;
}
/* line 25, detail.scss */
#DataDetailController .mapContainer .topRightControls {
  position: absolute;
  z-index: 700;
  right: 10px;
  top: 10px;
  text-align: right;
}
/* line 35, detail.scss */
#DataDetailController .card .card-header {
  text-align: left;
}

/* line 44, detail.scss */
.layers-container h4.menu_section_header:first-child {
  display: none;
}

/* line 47, detail.scss */
.nearby-tracks {
  padding: 20px;
  overflow: auto;
}

/* line 52, detail.scss */
.nearby-track {
  display: inline-block;
  padding: 10px;
}

/* line 57, detail.scss */
.nearby-track .linkContainer {
  width: 150px;
  overflow: hidden;
}

/* line 62, detail.scss */
.sideContainer,
.mainContainer {
  position: relative;
  text-align: left;
}

/* line 68, detail.scss */
.sideContainer {
  padding-top: 20px;
}

/* line 72, detail.scss */
#verticalUploadBtn {
  height: 106px;
  width: 25px;
  position: relative;
  padding: 0;
  overflow: hidden;
  margin-left: -14px;
}

/* line 81, detail.scss */
.verticalUploadForm form, .verticalUploadForm input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 90, detail.scss */
.verticalDiv {
  width: 200px;
  height: 25px;
  top: 40px;
  left: -90px;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-background-clip: padding-box;
  /* IOS fix */
  background-clip: padding-box;
  /* IOS fix */
}

/* line 99, detail.scss */
#base_container_12 {
  padding-left: 0;
  padding-right: 0;
  width: auto;
}

/* line 105, detail.scss */
.titleText {
  font-size: 1.78571rem;
  padding-left: 0;
}

/* line 110, detail.scss */
.favorite_count {
  padding-left: 5px;
}

/* line 113, detail.scss */
.titleDate {
  font-size: 1.42857rem;
  font-style: italic;
  color: #aaa;
  text-align: right;
  padding-top: 7px;
}

/* --- S T A T S --- */
/* line 124, detail.scss */
.titleEditField {
  width: 400px;
  max-width: 100%;
  margin-bottom: 10px;
}

/* line 130, detail.scss */
.titleEditBtn {
  -webkit-border-top-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* line 139, detail.scss */
.share-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
}

/* line 145, detail.scss */
.btn-icon-share {
  width: 30px;
  height: 30px;
  background-color: transparent;
  opacity: 0.85;
  border-width: 0;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}

/* line 154, detail.scss */
.btn-icon-share.hover,
.btn-icon-share:hover {
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  opacity: 1;
}

/* line 161, detail.scss */
.comment-icon {
  vertical-align: middle;
  width: 40px;
}

/* line 166, detail.scss */
.favorite-icon {
  height: 45px;
  width: 40px;
  vertical-align: middle;
}

/* line 172, detail.scss */
.favorite-icon.starred {
  color: green;
}

/* line 176, detail.scss */
.favorite-number {
  width: 15px;
  height: 15px;
  position: relative;
  top: -30px;
}
/* line 182, detail.scss */
.favorite-number div {
  float: left;
  width: 100%;
  padding-top: 50%;
  line-height: 1em;
  margin-top: -0.5em;
  text-align: center;
  color: white;
}
/* line 192, detail.scss */
.favorite-number ::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #4679BD;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* line 205, detail.scss */
.hairline {
  margin-top: 5px;
  margin-bottom: 5px;
  border-color: #ccc;
}

/* line 213, detail.scss */
.statsInfo dd {
  margin-left: 120px;
  text-align: left;
}
/* line 218, detail.scss */
.statsInfo dt {
  width: 105px;
  padding-left: 8px;
  text-align: left;
}
/* line 224, detail.scss */
.statsInfo li {
  display: inline-block;
  vertical-align: top;
  float: none;
  width: 110px;
  padding: 3px 0;
  color: #38383B;
}
/* line 232, detail.scss */
.statsInfo li div.stat-label {
  color: #606163;
  font-size: 1rem;
  font-weight: 500;
}
/* line 238, detail.scss */
.statsInfo li strong {
  font-size: 1.14286rem;
  font-weight: 500;
}
/* line 242, detail.scss */
.statsInfo li strong abbr {
  font-size: 1rem;
  border: none;
  font-weight: normal;
}

/* line 251, detail.scss */
.actionsInfo {
  margin: 10px 0 0;
}

/* line 255, detail.scss */
.statsGraphContainer {
  height: 180px;
  position: relative;
  margin: 40px 0;
}

/* line 262, detail.scss */
.rickshaw_graph .detail .x_label {
  padding: 0;
  margin-top: -15px;
  border-color: transparent;
  background: transparent;
  opacity: 0.7;
  color: #555;
}
/* line 271, detail.scss */
.rickshaw_graph .y_ticks text {
  opacity: 0.55;
}
/* line 276, detail.scss */
.rickshaw_graph .tick-left path, .rickshaw_graph .tick-left .tick {
  stroke: #b53b01;
  stroke-width: 2;
}
/* line 283, detail.scss */
.rickshaw_graph .tick-right path .tick {
  stroke: #AADAE6;
  stroke-width: 3;
}

/* line 290, detail.scss */
#statsLegend ul {
  cursor: default;
  margin: 0 !important;
  padding: 0 !important;
}

/* line 295, detail.scss */
.statsLegendContainer {
  background: #f9f9f9;
  padding: 40px 30px;
  min-height: 260px;
}

/* line 300, detail.scss */
.rickshaw_legend {
  padding: 0 !important;
  margin: 0 0 10px;
  background: transparent !important;
  color: #38383B !important;
}
/* line 306, detail.scss */
.rickshaw_legend .line {
  margin-bottom: 6px !important;
}
/* line 310, detail.scss */
.rickshaw_legend .swatch {
  width: 15px !important;
  height: 15px !important;
  vertical-align: middle !important;
  display: inline-block !important;
}
/* line 317, detail.scss */
.rickshaw_legend .label {
  margin-left: 4px !important;
  font-size: 15px !important;
  vertical-align: middle !important;
  display: inline-block !important;
}

/* line 325, detail.scss */
#statsGraph {
  position: relative;
  left: 60px;
  width: 100%;
  height: 140px;
}

/* line 331, detail.scss */
#rightAxis,
#leftAxis {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 60px;
}

/* line 339, detail.scss */
#rightAxis {
  width: 55px;
  left: 555px;
}

/* line 344, detail.scss */
div#leftAxis svg {
  overflow: visible;
}

/* line 348, detail.scss */
.btn-graph {
  padding: 0 10px;
  display: block;
  width: 75px;
  height: 45px;
  margin-bottom: 5px;
}

/* line 356, detail.scss */
.smallHr {
  border: none;
  height: 1px;
  background-color: #aaa;
  color: #aaa;
  width: 100%;
  margin: 0;
}

/* --- M A P --- */
/* line 367, detail.scss */
.mapContainer-waypoint {
  height: 600px;
}

/* line 371, detail.scss */
.mainContent {
  box-shadow: 1px 1px 2px 3px rgba(55, 55, 66, 0.35);
  margin-bottom: 20px;
  background: #fff;
  padding: 10px;
}

/* line 378, detail.scss */
#mapDiv {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
/* line 384, detail.scss */
#mapDiv svg polyline {
  -webkit-svg-shadow: 0 0 4px #999;
  -webkit-user-select: none;
}

/* line 390, detail.scss */
.mapPhoto {
  box-shadow: 1px 1px 2px 3px rgba(0, 0, 0, 0.3);
}

/* line 394, detail.scss */
.olPopup {
  background: url("../img/opacity80.069c4029cba1.png") !important;
  border-radius: 18px;
  border-top-left-radius: 0;
  color: #ddd;
}

/* line 400, detail.scss */
.olPopupCloseBox {
  display: none;
}

/* line 404, detail.scss */
.olImageLoadError {
  display: none !important;
}

/* line 408, detail.scss */
.btn-edge {
  -webkit-border-top-left-radius: 0px !important;
  -moz-border-top-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  -moz-border-top-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

/* Gallery */
/* line 419, detail.scss */
.detailHead {
  /* dimensions */
  padding: 15px 0;
  /* some "skinning" */
  -moz-ouline-radius: 4px;
}

/* line 427, detail.scss */
ul.slick-dots {
  margin: 0;
}
/* line 430, detail.scss */
ul.slick-dots li {
  margin: 0;
}
/* line 432, detail.scss */
ul.slick-dots li button {
  color: #08c;
}

/* line 438, detail.scss */
.slick-next::before,
.slick-prev::before {
  color: black;
}

/* line 443, detail.scss */
.photoContainer_inner {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 448, detail.scss */
.photoContainer_inner a.photo {
  display: block;
  position: relative;
  background-color: #efefef;
}

/* line 455, detail.scss */
.photoContainer_photo {
  display: inline-block;
  vertical-align: bottom;
}

/* line 460, detail.scss */
.photo img {
  position: absolute;
  display: block;
  min-height: 80px;
  height: auto;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* line 472, detail.scss */
.photobg {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  background-position: center center;
}

/* Notes */
/* line 483, detail.scss */
.notesContainer {
  white-space: normal;
  transition: height 0.4s;
  -webkit-transition: height 0.4s;
  z-index: 800;
  padding-left: 3px;
  padding-right: 3px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 494, detail.scss */
.notesContainer .alert {
  margin-top: 10px;
}

/* line 499, detail.scss */
.notesHeader {
  color: #0088cc;
}

/* line 503, detail.scss */
#notesEditBox {
  height: 200px;
  width: 100%;
}

/* --- S I D E B A R --- */
/* line 510, detail.scss */
.sideContainer {
  padding: 10px;
}
/* line 513, detail.scss */
.sideContainer span {
  color: #555;
}

/* line 518, detail.scss */
.upload {
  height: 15px;
}

/* line 522, detail.scss */
.photos {
  margin: 5px;
}
/* line 524, detail.scss */
.photos img {
  cursor: pointer;
  width: 230px;
  margin-bottom: 5px;
  max-height: 300px;
  vertical-align: top;
}

/* line 533, detail.scss */
.photo {
  width: 100%;
  height: 100%;
}

/* line 538, detail.scss */
.waypoints {
  overflow-x: hidden;
}
/* line 541, detail.scss */
.waypoints p {
  margin: 1px;
  text-align: left;
  padding-left: 8px;
  padding-bottom: 0;
}

/* --- M O D A L --- */
/* line 551, detail.scss */
.photoModal > .modal-dialog > .modal-content {
  width: 100%;
  background-color: #eee;
  display: inline-block;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 563, detail.scss */
.photoModal,
.photoModal > .modal-dialog,
.photoModal > .modal-dialog > .modal-content {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
}

/* line 573, detail.scss */
.photoModal > .modal-dialog > .modal-content {
  background: rgba(0, 0, 0, 0.8);
}

/* line 577, detail.scss */
.modalNavBar {
  position: fixed;
  color: white;
  text-align: center;
  width: 100%;
  z-index: 9;
  cursor: default;
  height: 53px;
  padding: 10px;
  background: transparent;
}

/* line 589, detail.scss */
.mainModalContainer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 33px;
  padding: 5px 5% 230px;
  height: 100%;
  width: 100%;
  position: relative;
}

/* line 598, detail.scss */
.photoModal,
.mainModalContainer,
.modalImageContainer {
  background: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
}

/* line 606, detail.scss */
.photoArrow {
  color: white;
  font-family: monospace;
  font-size: 1rem;
  display: inline-block;
  cursor: pointer;
  text-shadow: 1px 1px 1px #aaa;
  position: absolute;
  opacity: 0.7;
}
/* line 616, detail.scss */
.photoArrow:hover {
  opacity: 1;
}
/* line 618, detail.scss */
.photoArrow .material-icons {
  font-size: 7.14286rem;
}

/* line 621, detail.scss */
#leftArrow {
  left: 1%;
  top: 30%;
  text-align: left;
}

/* line 627, detail.scss */
#rightArrow {
  right: 1%;
  top: 30%;
  text-align: right;
}

/* line 633, detail.scss */
.mainModalContainer {
  position: relative;
  perspective: 500px;
  -webkit-perspective: 500px;
  perspective-origin: 50% 80%;
  -webkit-perspective-origin: 50% 80%;
}

/* line 641, detail.scss */
.modalMapContainer {
  background: transparent;
  position: absolute;
  bottom: -225px;
  left: -20%;
  right: -20%;
  height: 755px;
  width: 140%;
  transform: rotateX(30deg);
  -webkit-transform: rotateX(30deg);
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  z-index: -1 !important;
  box-shadow: 1px 1px 13px 13px rgba(0, 0, 0, 0.5);
}

/* line 657, detail.scss */
.modalMapContainer img {
  max-width: none;
}

/* line 661, detail.scss */
.modalImageContainer {
  position: absolute;
  top: 30px;
  bottom: -20px;
  left: 0;
  right: 0;
  max-height: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 280px;
  perspective: 800px;
  -webkit-perspective: 800px;
  perspective-origin: 50% 50%;
  -webkit-perspective-origin: 50% 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 681, detail.scss */
.modalPhoto {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
  opacity: 1;
  z-index: 0;
  max-width: 100%;
  box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.5);
}

/* line 695, detail.scss */
.photoCaption {
  position: absolute;
  z-index: 995;
  bottom: -44px;
  left: 0;
  right: 0;
  margin: auto;
  height: 44px;
  color: white;
  background: url("../img/opacity80.069c4029cba1.png");
  font-size: 1.85714rem;
  transition: bottom 0.5s;
  -webkit-transition: bottom 0.5s;
  padding: 10px 6px;
  font-weight: 300;
  overflow: hidden;
}

/* line 713, detail.scss */
h1 {
  margin: 0;
  padding: 0;
}

/* line 718, detail.scss */
.leaflet-control-locate {
  display: none;
}

/* line 722, detail.scss */
.leaflet-top {
  top: 0 !important;
}

/* line 726, detail.scss */
.leaflet-top, .leaflet-bottom {
  z-index: 999;
}

/* line 730, detail.scss */
#share-btns {
  text-align: center;
}

/* line 734, detail.scss */
.error {
  color: red;
}

@media only screen and (max-width: 767px) {
  /* line 738, detail.scss */
  .titleDate {
    text-align: left;
    padding-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  /* line 745, detail.scss */
  .mainContainer {
    width: 100%;
  }

  /* line 748, detail.scss */
  .rickshaw_legend .line {
    display: inline-block;
  }

  /* line 751, detail.scss */
  .statsLegendContainer {
    min-height: auto;
    padding: 40px;
  }

  /* line 755, detail.scss */
  .statsselect-label-text {
    display: inline-block;
    min-width: 80px;
  }

  /* line 759, detail.scss */
  .statsDiv {
    margin-top: 10px;
    overflow: hidden;
  }

  /* line 763, detail.scss */
  .titleText {
    font-size: 1.07143rem;
  }

  /* line 766, detail.scss */
  .mainContent {
    margin-left: auto;
    margin-right: auto;
  }

  /* line 770, detail.scss */
  .mapContainer .btn {
    width: 50px;
    font-size: 0.64286rem;
    padding-left: 2px;
    padding-right: 2px;
    white-space: normal;
    line-height: 12px;
  }

  /* line 778, detail.scss */
  .mapContainer .btn-directions {
    line-height: 28px;
  }

  /* line 782, detail.scss */
  .sideContainer {
    margin-left: 15px;
    margin-right: 15px;
  }

  /* line 787, detail.scss */
  .statsInfo dt {
    float: left;
  }
}
/* line 792, detail.scss */
.leaflet-routing-container-hide {
  display: none;
}

/* line 796, detail.scss */
.detail-by-item {
  margin-left: 15px;
}

/* line 800, detail.scss */
.detail-head-user .user-photo-wrapper {
  margin: 10px 15px 10px 0;
}
@media (max-width: 767px) {
  /* line 800, detail.scss */
  .detail-head-user .user-photo-wrapper {
    width: 50px;
    height: 50px;
    margin: 10px 6px 10px 0;
  }
}

/* line 808, detail.scss */
.detail-head-user-info {
  max-width: 195px;
}

/* line 812, detail.scss */
.detailmainphoto {
  position: relative;
  background: #FFFFFF;
}

/* line 817, detail.scss */
.detailmainphoto-empty {
  font-size: 1.07143rem;
  text-align: center;
  padding: 68px 80px;
}

/* line 823, detail.scss */
.detailmainphoto-upload {
  position: absolute;
  right: 8px;
  top: 8px;
}

/* line 829, detail.scss */
.notesInner {
  font-size: 1.07143rem;
}

@-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;
  }
}
/* line 4, datasummary.scss */
#base_body {
  background: #FFFFFF;
}

/* line 8, datasummary.scss */
.ga-pagetitlebuttons a {
  cursor: pointer;
}

/* line 12, datasummary.scss */
.gridStyle {
  border: 1px solid #d4d4d4;
  height: 844px;
  margin-bottom: 20px;
  position: relative;
}

/* line 19, datasummary.scss */
.gridEmptyState, .gridLoading {
  position: absolute;
  top: 30px;
  padding: 140px 60px 20px;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  background: #eee;
  color: #777;
}

/* line 30, datasummary.scss */
.gridEmptyState a {
  cursor: pointer;
}

/* line 34, datasummary.scss */
.gridLoading {
  font-size: 1.42857rem;
  background: url("../img/spinner.cbaf46ebc061.gif") no-repeat center 110px;
}

/* line 39, datasummary.scss */
.gridEmptyState-header {
  margin-bottom: 20px;
}

/* line 42, datasummary.scss */
.gridEmptyState-text {
  max-width: 500px;
  margin: 0 auto !important;
}

/* line 47, datasummary.scss */
.gridEmptyState {
  font-weight: normal;
  font-size: 1rem;
}

/* line 52, datasummary.scss */
.col2, .col3, .col4, .col5 {
  text-align: left;
}

/* line 56, datasummary.scss */
.col3 {
  cursor: pointer !important;
}

/* line 60, datasummary.scss */
.linkStyle {
  color: #0A708A;
}

/* line 64, datasummary.scss */
.linkStyle:hover {
  cursor: pointer !important;
  color: #053643;
  text-decoration: underline;
}

/* line 70, datasummary.scss */
.synced_cell {
  background-color: rgba(0, 255, 0, 0.07);
}

/* line 74, datasummary.scss */
.unsynced_cell {
  background-color: rgba(255, 0, 0, 0.07);
}

/* line 78, datasummary.scss */
.headerSearchBox {
  width: 200;
}

/* line 82, datasummary.scss */
.shared-folders {
  padding-top: 60px;
}
/* line 86, datasummary.scss */
.shared-folders .share-options {
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 92, datasummary.scss */
.shared-folders input.form-control {
  margin-top: 20px;
}
/* line 97, datasummary.scss */
.shared-folders textarea {
  margin-top: 5px;
  resize: none;
}
/* line 102, datasummary.scss */
.shared-folders img {
  width: 30px;
  height: 30px;
  float: left;
}
/* line 108, datasummary.scss */
.shared-folders .text-image {
  margin-left: 5px;
  vertical-align: middle;
}

@-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;
  }
}
@media (max-width: 767px) {
  /* line 22, screensize.scss */
  .hidephone, .hidephone.ibmid, .hidephone.ga-titleicons {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 26, screensize.scss */
  .hidenotphone, .hidenotphone.ibmid, .hidenotphone.ga-titleicons {
    display: none;
  }
}
@media (min-width: 1024px) {
  /* line 26, screensize.scss */
  .hidenotphone, .hidenotphone.ibmid, .hidenotphone.ga-titleicons {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 31, screensize.scss */
  .nofloatphone, .pull-left.nofloatphone, .pull-left.nofloatphone {
    float: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 35, screensize.scss */
  .nofloattablet, .pull-left.nofloattablet, .pull-left.nofloattablet {
    float: none !important;
  }
}

/* line 11, map/osm.scss */
#map_nav .navbar-toolbar-container .show-places-toggle {
  position: absolute;
  top: 3px;
  left: 310px;
}

/* line 19, map/osm.scss */
#osm-search-map-container {
  padding-left: 8px;
  display: inline-block;
}

/* line 25, map/osm.scss */
#osm-search {
  width: 310px;
}
@media (max-width: 767px) {
  /* line 25, map/osm.scss */
  #osm-search {
    width: 100%;
  }
}
/* line 35, map/osm.scss */
#osm-search .icon {
  width: 24px;
  height: 24px;
}
/* line 40, map/osm.scss */
#osm-search.toolbar-search {
  position: relative;
  display: inline-block;
  width: 300px;
  margin-top: 3px;
}
/* line 47, map/osm.scss */
#osm-search.sidebar {
  padding-top: 4px;
  padding-bottom: 8px;
}

/* line 53, map/osm.scss */
#osm-search-bar {
  display: flex;
  z-index: 5;
}
/* line 58, map/osm.scss */
#osm-search-bar .search-component {
  display: flex;
  flex: 1;
  background-color: #CFD1D3;
  border-radius: 14px;
  height: 30px;
  color: #939496;
  padding: 0 0 0 8px;
}
/* line 67, map/osm.scss */
#osm-search-bar .search-component input {
  font-size: 14px;
  white-space: nowrap;
  border: none;
  background-color: transparent;
}
/* line 74, map/osm.scss */
#osm-search-bar .search-component input {
  width: 190px;
  height: 32px;
  color: #606163;
  border: none;
  background-color: transparent;
  overflow-x: hidden;
}
/* line 85, map/osm.scss */
#osm-search-bar .close-icon, #osm-search-bar .location-icon {
  border: none;
  background: transparent;
  width: 28px;
  height: 28px;
  padding: 0;
  cursor: pointer;
}
/* line 94, map/osm.scss */
#osm-search-bar .close-icon, #osm-search-bar .search-spinner {
  position: absolute;
  right: 50px;
  margin-top: 3px;
}
/* line 100, map/osm.scss */
#osm-search-bar .search-spinner {
  margin-top: 7px;
}
/* line 104, map/osm.scss */
#osm-search-bar .location-icon {
  margin-left: 10px;
  margin-bottom: 1px;
}
/* line 109, map/osm.scss */
#osm-search-bar .search-icon {
  margin-top: 4px;
}
/* line 113, map/osm.scss */
#osm-search-bar .search-icon path {
  fill: #939496;
}
/* line 117, map/osm.scss */
#osm-search-bar .location-icon path {
  fill: #2D5E38;
}
/* line 121, map/osm.scss */
#osm-search-bar .close-icon path {
  fill: #606163;
}
/* line 125, map/osm.scss */
#osm-search-bar .locked path {
  fill: #85EB81;
}

/* line 130, map/osm.scss */
.react-autosuggest__suggestions-container {
  z-index: 10000;
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 5px 0 0 -40px;
  min-width: 100%;
  max-height: 90vh;
  background-color: white;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
/* line 142, map/osm.scss */
.react-autosuggest__suggestions-container .osm-suggestion, .react-autosuggest__suggestions-container .hike-suggestion {
  display: block;
  padding: 6px 0 10px 10px;
  border-bottom: 1px dotted #ACACAE;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}
/* line 152, map/osm.scss */
.react-autosuggest__suggestions-container .osm-suggestion .type-icon svg, .react-autosuggest__suggestions-container .hike-suggestion .type-icon svg {
  display: inline-block;
  vertical-align: middle;
  margin-top: 4px;
  margin-right: 10px;
}
/* line 159, map/osm.scss */
.react-autosuggest__suggestions-container .osm-suggestion .icon svg, .react-autosuggest__suggestions-container .hike-suggestion .icon svg {
  width: 24px;
  height: 24px;
}
/* line 164, map/osm.scss */
.react-autosuggest__suggestions-container .osm-suggestion .icon path, .react-autosuggest__suggestions-container .osm-suggestion .icon polygon, .react-autosuggest__suggestions-container .hike-suggestion .icon path, .react-autosuggest__suggestions-container .hike-suggestion .icon polygon {
  fill: #2D5E38;
}
/* line 168, map/osm.scss */
.react-autosuggest__suggestions-container .osm-suggestion .subtitle, .react-autosuggest__suggestions-container .hike-suggestion .subtitle {
  margin-top: -6px;
  margin-left: 35px;
  font-size: 12px;
  color: #939496;
}
/* line 175, map/osm.scss */
.react-autosuggest__suggestions-container .osm-suggestion hr, .react-autosuggest__suggestions-container .hike-suggestion hr {
  display: none;
  padding: 0;
  height: 2px;
  border: 0;
  background-color: #7B7B7D;
  margin: 0;
  margin-top: 12px;
  width: 100%;
}
/* line 187, map/osm.scss */
.react-autosuggest__suggestions-container .react-autosuggest__suggestion--highlighted {
  background-color: #E9EAEC !important;
}

/* line 192, map/osm.scss */
#osm-elevation-wrapper {
  position: absolute;
  bottom: 0;
  right: 50px;
  left: 35px;
  padding: 0;
}
/* line 201, map/osm.scss */
#osm-elevation-wrapper.sidebar-visible {
  left: 345px;
}
/* line 205, map/osm.scss */
#osm-elevation-wrapper .osm-elevation-profile {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding-top: 4px;
  display: none;
}
/* line 213, map/osm.scss */
#osm-elevation-wrapper .osm-elevation-profile.visible {
  display: block;
}
@media (max-width: 767px) {
  /* line 218, map/osm.scss */
  #osm-elevation-wrapper .osm-elevation-profile.visible {
    display: none;
  }
}

/* line 225, map/osm.scss */
.action-bar-component button span {
  text-transform: none !important;
  font-size: 14px !important;
}

/* line 4, hike.scss */
.hk-page a {
  text-decoration: underline;
}
/* line 8, hike.scss */
.hk-page hr {
  width: 100%;
  background: #ACACAE;
  margin-top: 20px;
  margin-bottom: 40px;
}
/* line 15, hike.scss */
.hk-page #description p {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.8;
  font-family: "Inter", Helvetica, sans-serif;
  color: #1C1D1F;
}

/* line 24, hike.scss */
.pagecrumbs {
  display: block;
  border-bottom: 1px solid #CFD1D3;
  padding: 10px 0;
  margin-left: 0 !important;
  margin-bottom: 20px;
}

/* line 32, hike.scss */
.crumbs-left {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 0;
}

@media (max-width: 767px) {
  /* line 40, hike.scss */
  .less-padding-small {
    padding-top: 0;
  }

  /* line 44, hike.scss */
  #titleSpan {
    font-size: 1.28571rem !important;
  }
}
/* line 49, hike.scss */
.pagecrumbs-crumb {
  display: inline-block;
  vertical-align: middle;
  color: #ACACAE;
}

@media (max-width: 767px) {
  /* line 56, hike.scss */
  .expand-small {
    width: 100%;
    display: inline-block;
    margin-top: 1px;
  }

  /* line 62, hike.scss */
  .expand-small-center {
    text-align: center;
    margin-top: 12px;
  }
}
/* line 68, hike.scss */
a.pagecrumbs-crumb-link {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  cursor: hand;
  cursor: pointer;
  text-decoration: underline;
}

/* line 77, hike.scss */
a.pagecrumbs-crumb-link-left {
  padding-left: 0;
}

/* line 81, hike.scss */
.pagecrumbs-crumb-current {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  color: #606163;
}

/* line 88, hike.scss */
.pagecrumbs-crumb-break {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  color: #ACACAE;
}

/* line 95, hike.scss */
.hk-title {
  margin-bottom: 0px;
  line-height: 1em;
  display: flex;
  font-size: 2.14286rem;
}

/* line 102, hike.scss */
.less-important {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 0 1 auto;
}

/* line 109, hike.scss */
.more-important {
  white-space: nowrap;
  padding: 0 5px;
  flex: 0 0 auto;
}

/* line 115, hike.scss */
.hk-subtitle {
  color: #7B7B7D;
}
/* line 118, hike.scss */
.hk-subtitle a {
  color: #1399BA;
}
/* line 121, hike.scss */
.hk-subtitle a:hover {
  color: #0C86A5;
}

/* line 127, hike.scss */
.photomapwall {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  /* line 127, hike.scss */
  .photomapwall {
    display: block;
  }
}

/* line 140, hike.scss */
.photomapwall-photomain {
  width: 500px;
  max-width: 626px;
  height: 300px;
  display: inline-block;
  vertical-align: top;
  flex-grow: 2;
  margin: 0 6px 0 0;
  position: relative;
}
@media (max-width: 767px) {
  /* line 140, hike.scss */
  .photomapwall-photomain {
    width: 100%;
    max-width: none;
  }
}

/* line 157, hike.scss */
.photomapwall-photo {
  background: #eee;
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
}
/* line 166, hike.scss */
.photomapwall-photo:hover:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  cursor: hand;
  cursor: pointer;
}

/* line 180, hike.scss */
.photomapwall-photomain-photo {
  object-fit: none;
  object-position: center;
}
/* line 184, hike.scss */
.photomapwall-photomain-photo .ga-button-outline {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
/* line 190, hike.scss */
.photomapwall-photomain-photo:before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: -moz-linear-gradient(top, rgba(28, 29, 31, 0), rgba(28, 29, 31, 0.65));
  background: -ms-linear-gradient(top, rgba(28, 29, 31, 0), rgba(28, 29, 31, 0.65));
  background: -webkit-linear-gradient(top, rgba(28, 29, 31, 0), rgba(28, 29, 31, 0.65));
  background: -o-linear-gradient(top, rgba(28, 29, 31, 0), rgba(28, 29, 31, 0.65));
  background: linear-gradient(top, rgba(28, 29, 31, 0), rgba(28, 29, 31, 0.65));
  background-repeat: repeat-x;
}

/* line 202, hike.scss */
.photomapwall-photosecondary {
  width: 200px;
  height: 300px;
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 0 0;
  flex-grow: 1;
}
/* line 210, hike.scss */
.photomapwall-photosecondary .photomapwall-photo {
  height: 147px;
  margin: 0 0 6px 0;
}
/* line 214, hike.scss */
.photomapwall-photosecondary .photomapwall-photo *:last-child {
  margin: 0;
}

/* line 220, hike.scss */
.photomapwall-map {
  background: #ccc;
  width: 292px;
  display: inline-block;
  flex-grow: 1;
}
@media (max-width: 767px) {
  /* line 220, hike.scss */
  .photomapwall-map {
    width: 100%;
  }
}

/* line 231, hike.scss */
.photowall-map-expand {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  color: #38383B;
  cursor: pointer;
  height: 24px;
  position: absolute;
  right: 13px;
  top: 80px;
  width: 24px;
  z-index: 1;
}

/* line 246, hike.scss */
.photowall-map-expand, .mapboxgl-ctrl-top-right {
  -webkit-transform: translateZ(0);
}

/* line 250, hike.scss */
.photowall-map-expand:hover {
  background-color: #f4f4f4;
}

/* line 254, hike.scss */
.lightbox-close {
  z-index: 1000;
}

/* line 258, hike.scss */
.hk-toolbar {
  padding: 10px 12px;
  border-bottom: 1px solid #F1F2F3;
  margin-bottom: 10px;
  border-radius: 4px;
  border: 1px solid #EEE;
}
/* line 265, hike.scss */
.hk-toolbar .ga-button-outline {
  color: #407F44;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 15px;
}
/* line 271, hike.scss */
.hk-toolbar .ga-button-outline:hover, .hk-toolbar .ga-button-outline:active {
  color: #36703E;
  box-shadow: none;
  background: transparent;
}
/* line 278, hike.scss */
.hk-toolbar .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
/* line 282, hike.scss */
.hk-toolbar a {
  text-decoration: none !important;
}

/* line 287, hike.scss */
.hk-stats {
  display: inline-block;
  vertical-align: top;
  padding-left: 0;
  padding-top: 20px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  /* line 287, hike.scss */
  .hk-stats {
    padding-right: 0;
  }
}
/* line 298, hike.scss */
.hk-stats .stats-important-item {
  width: 148px;
  margin-bottom: 30px;
  margin-top: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  /* line 298, hike.scss */
  .hk-stats .stats-important-item {
    width: 28%;
  }
}
@media (max-width: 767px) {
  /* line 309, hike.scss */
  .hk-stats .stats-important-item-long {
    width: 33%;
  }
}
/* line 315, hike.scss */
.hk-stats .stats-important-divider {
  width: 1px;
  background: #CFD1D3;
  height: 48px;
  display: inline-block;
  margin: 0 15px 30px 15px;
}
@media (max-width: 767px) {
  /* line 315, hike.scss */
  .hk-stats .stats-important-divider {
    margin: 0;
    margin-left: 4px;
    margin-right: 4px;
  }
}
/* line 329, hike.scss */
.hk-stats .stats-important-item-icon {
  color: #7B7B7D;
}
/* line 333, hike.scss */
.hk-stats .stats-important-item-text-label {
  text-transform: uppercase;
  font-family: "Inter", Helvetica, sans-serif;
  color: #7B7B7D;
  font-size: 0.85714rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  /* line 333, hike.scss */
  .hk-stats .stats-important-item-text-label {
    font-size: 0.85714rem;
  }
}
/* line 345, hike.scss */
.hk-stats .stats-important-item-text-value {
  font-size: 1.28571rem;
}
@media (max-width: 767px) {
  /* line 345, hike.scss */
  .hk-stats .stats-important-item-text-value {
    font-size: 1rem;
  }
}

/* line 354, hike.scss */
.hk-stats-right-column {
  padding-right: 0;
}

/* line 358, hike.scss */
.hk-graph {
  flex-grow: 1;
  background: #2D5E38;
  width: 100%;
  height: 150px;
  vertical-align: top;
  padding-top: 12px;
  margin-bottom: 36px;
  margin-top: 8px;
}

/* line 369, hike.scss */
.hk-info-small {
  display: inline-block;
  vertical-align: top;
  margin-right: 36px;
}

/* line 375, hike.scss */
.hk-info-header {
  margin-bottom: 4px;
  color: #7B7B7D;
  font-size: 1.42857rem;
}

/* line 381, hike.scss */
.hk-secondaryrow .hk-info-header {
  margin-bottom: 12px;
}

/* line 385, hike.scss */
.hk-section-content {
  margin-bottom: 40px;
}

/* line 389, hike.scss */
.reviews_list {
  margin-top: 20px;
}
/* line 392, hike.scss */
.reviews_list li {
  margin-bottom: 10px;
}

/* line 397, hike.scss */
.hk-info-content {
  margin-bottom: 30px;
}
/* line 400, hike.scss */
.hk-info-content i {
  vertical-align: middle;
  font-size: 1.35714rem;
  width: 19px;
  color: #0A708A;
}
/* line 407, hike.scss */
.hk-info-content span {
  vertical-align: middle;
}

/* line 412, hike.scss */
.hk-section-header {
  font-size: 1.71429rem;
  font-weight: normal;
  margin-bottom: 24px;
  margin-top: 24px;
  color: #274F2D;
}

/* line 420, hike.scss */
.hk-sitetosee {
  height: 200px;
  width: 300px;
  background: #eee;
  position: relative;
  margin: 0 20px 20px 0;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
@media (max-width: 767px) {
  /* line 420, hike.scss */
  .hk-sitetosee {
    width: 100%;
  }
}

/* line 436, hike.scss */
.hk-sitetosee div.photo-bg {
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 200px;
}

/* line 443, hike.scss */
.hk-sitetosee a {
  width: 100%;
  display: inline-block;
}

/* line 448, hike.scss */
.hk-sitetosee-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  letter-spacing: 0.03em;
  box-sizing: border-box;
  padding: 12px 12px 12px 12px;
  color: white;
  font-size: 1.28571rem;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(top, rgba(28, 29, 31, 0), rgba(28, 29, 31, 0.65));
  background: -ms-linear-gradient(top, rgba(28, 29, 31, 0), rgba(28, 29, 31, 0.65));
  background: -webkit-linear-gradient(top, rgba(28, 29, 31, 0), rgba(28, 29, 31, 0.65));
  background: -o-linear-gradient(top, rgba(28, 29, 31, 0), rgba(28, 29, 31, 0.65));
  background: linear-gradient(top, rgba(28, 29, 31, 0), rgba(28, 29, 31, 0.65));
  background-repeat: repeat-x;
}

/* line 463, hike.scss */
.hk-nearbyhike {
  margin-bottom: 30px;
  width: 100%;
  box-shadow: 0 4px 10px 0 #c8cbcb;
  padding: 20px;
  background-color: white;
  border-radius: 6px;
}
/* line 471, hike.scss */
.hk-nearbyhike a {
  text-decoration: none !important;
}

/* line 476, hike.scss */
.hk-nearbyhike:hover {
  box-shadow: 0 4px 10px 0 rgba(20, 188, 189, 0.2), 0 4px 30px 0 rgba(20, 188, 189, 0.19);
}

/* line 480, hike.scss */
.hk-nearbyhike a {
  width: 100%;
}

/* line 484, hike.scss */
.hk-nearbyhike-image {
  background: #eee;
  height: 180px;
  background-size: cover;
  background-position: center;
}

/* line 491, hike.scss */
.hk-nearbyhike-area {
  margin: 6px 0 6px 0;
  font-size: 1rem;
  color: #7B7B7D;
}

/* line 497, hike.scss */
.hk-nearbyhike-title {
  margin: 9px 0 0 0;
  font-size: 1.28571rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 400px;
  width: 100%;
}

/* line 507, hike.scss */
.hk-nearbyhike-trail-count {
  color: #0A708A;
  font-size: 1rem;
}

/* line 512, hike.scss */
.hk-nearbyhike-difficulty {
  margin: 10px 0 10px 0;
  text-transform: uppercase;
  font-family: "Inter", Helvetica, sans-serif;
  font-weight: bold;
}

/* line 519, hike.scss */
.hk-nearbyhike-difficulty-medium {
  color: #FA921B;
}

/* line 523, hike.scss */
.hk-nearbyhike-difficulty-hard {
  color: #CF4425;
}

/* line 527, hike.scss */
.hk-nearbyhike-difficulty-easy {
  color: #4CD948;
}

/* line 531, hike.scss */
.hk-nearbyhike-rating {
  color: #0A708A;
  padding-left: 51px;
}
/* line 534, hike.scss */
.hk-nearbyhike-rating i {
  margin: 0 2px 0 0;
}

/* line 544, hike.scss */
ol.hike-list li {
  list-style-type: none;
  padding-left: 4px;
  padding-right: 4px;
}

/* line 550, hike.scss */
.hk-hike-title {
  top: 3px;
  position: relative;
  display: inline-block;
  padding-left: 51px;
}

/* line 561, hike.scss */
.hk-userreview {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top-style: solid;
  border-top-color: #CFD1D3;
  border-bottom-style: solid;
  border-bottom-color: #CFD1D3;
  border-bottom-width: 0;
  border-top-width: 0;
}

/* line 572, hike.scss */
.hk-userhike {
  border-bottom-width: 1px;
}

/* line 576, hike.scss */
.hk-firstcomment {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

/* line 581, hike.scss */
.hk-onlycomment {
  border-top-width: 1px;
  padding-bottom: 0;
}

/* line 586, hike.scss */
.hk-lastcomment {
  padding-bottom: 0;
}

/* line 590, hike.scss */
.reviewText {
  margin-top: 12px;
  margin-bottom: 12px;
}

/* line 595, hike.scss */
.hk-userhike-user-name {
  font-size: 1rem;
}

/* line 599, hike.scss */
.hk-userhike-hike {
  margin: 0 auto;
}

/* line 603, hike.scss */
hk-userhike-user-avatar {
  vertical-align: middle;
}

/* line 607, hike.scss */
.react-rater-star.is-active, .react-rater-star.is-active-half::before {
  color: #85EB81 !important;
}

/* line 611, hike.scss */
.react-rater-star.will-be-active {
  color: #ffd27f !important;
}

/* line 615, hike.scss */
#sortoptions a {
  text-decoration: underline;
}

/* line 619, hike.scss */
#sortoptions span {
  margin-right: 8px;
  margin-bottom: 12px;
  display: inline-block;
}

/* line 625, hike.scss */
.input-range__track--active {
  background: white !important;
}

/* line 629, hike.scss */
.input-range__label--min,
.input-range__label--max {
  display: none;
}

/* line 634, hike.scss */
.input-range__label {
  color: white !important;
  font-size: 0.85714rem !important;
  height: 20px;
}

/* line 640, hike.scss */
.input-range__slider {
  background: white !important;
}

/* line 644, hike.scss */
#infoEditForm textarea {
  overflow: hidden;
}

/* line 648, hike.scss */
.hk-search-box {
  padding: 0;
  margin-top: -5px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 648, hike.scss */
  .hk-search-box {
    margin-top: 8px;
  }
}
/* line 658, hike.scss */
.hk-search-box .search-spinner {
  position: relative !important;
  right: 0 !important;
}

/* line 665, hike.scss */
.filter-container {
  width: 100%;
  margin-bottom: 12px;
  display: inline-block;
  background-color: #F1F2F3;
  padding: 12px;
  padding-top: 12px;
  padding-bottom: 6px;
  border-radius: 6px;
  font-size: 1.07143rem;
}
/* line 676, hike.scss */
.filter-container h2 {
  display: inline-block;
  margin-bottom: 0;
  font-size: 1.21429rem !important;
  color: #7B7B7D;
}
/* line 683, hike.scss */
.filter-container .distance-filter-container {
  display: inline-block;
  vertical-align: middle;
}
/* line 688, hike.scss */
.filter-container .distance-filter-container div {
  margin-bottom: 0;
  font-size: 1.07143rem;
  border: none;
}

/* line 697, hike.scss */
.title-row {
  padding-left: 0;
  min-height: 51px;
  margin-top: 12px;
}

/* line 703, hike.scss */
.hk-toolbar li i {
  font-size: 1.14286rem;
  margin: 0 6px;
}

/* line 708, hike.scss */
.hk-toolbar li img {
  width: 16px;
  margin: 0 6px;
}

/* line 715, hike.scss */
#description {
  margin-bottom: 4px;
  max-height: 150px;
  overflow-y: auto;
}

/* line 721, hike.scss */
.search-right {
  padding-left: 0;
}

@media (max-width: 720px) {
  /* line 726, hike.scss */
  .pull-right-md {
    text-align: left !important;
  }
}
/* line 732, hike.scss */
.marker {
  width: 0;
  height: 0;
}
/* line 736, hike.scss */
.marker span {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  color: #fff;
  background: #36703E;
  border: solid 2px;
  border-radius: 0 70% 70%;
  box-shadow: 0 0 2px #000;
  cursor: pointer;
  transform-origin: 0 0;
  transform: rotateZ(-135deg);
}
/* line 753, hike.scss */
.marker b {
  transform: rotateZ(135deg);
}

/* line 759, hike.scss */
.marker-selected span {
  background: #FA921B;
}

/* line 764, hike.scss */
.marker-nomap span {
  transform-origin: center 22px;
  height: 38px;
  width: 38px;
}

/* line 3, lightbox.scss */
.lightbox-overlay {
  z-index: 1051;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

/* line 14, lightbox.scss */
.lightbox {
  display: inline-flex;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 40px 80px;
}
@media (max-width: 767px) {
  /* line 14, lightbox.scss */
  .lightbox {
    padding: 0;
  }
}

/* line 26, lightbox.scss */
.lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  cursor: hand;
  cursor: pointer;
}
/* line 36, lightbox.scss */
.lightbox-close:hover {
  color: white;
}

/* line 41, lightbox.scss */
.lightbox-photo-container {
  position: relative;
  display: inline-block;
  flex-grow: 5;
  height: 100%;
}

/* line 48, lightbox.scss */
.lightbox-comments-container {
  position: relative;
  display: inline-block;
  flex-grow: 0;
  box-sizing: border-box;
  padding: 20px;
  background: white;
  width: 320px;
}

/* line 58, lightbox.scss */
.lightbox-photo {
  background: #000 center center;
  background-size: contain;
  background-repeat: no-repeat;
  align-self: center;
  height: 100%;
}

/* line 66, lightbox.scss */
.lightbox-photo-leftarrow {
  position: absolute;
  top: 50%;
  left: 0;
  color: white;
  margin-top: -35px;
  padding: 10px;
  margin-left: 2px;
  opacity: 0;
  -webkit-transition: all ease-out 190ms 0ms;
  -moz-transition: all ease-out 190ms 0ms;
  -ms-transition: all ease-out 190ms 0ms;
  -o-transition: all ease-out 190ms 0ms;
  transition: all ease-out 190ms 0ms;
  cursor: hand;
  cursor: pointer;
}

/* line 82, lightbox.scss */
.lightbox-photo-rightarrow {
  position: absolute;
  top: 50%;
  right: 0;
  color: white;
  margin-top: -35px;
  padding: 10px;
  margin-right: 2px;
  opacity: 0;
  -webkit-transition: all ease-out 190ms 0ms;
  -moz-transition: all ease-out 190ms 0ms;
  -ms-transition: all ease-out 190ms 0ms;
  -o-transition: all ease-out 190ms 0ms;
  transition: all ease-out 190ms 0ms;
  cursor: hand;
  cursor: pointer;
}

/* line 98, lightbox.scss */
.lightbox-photo-fullscreen {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  padding: 10px;
  margin: 2px;
  opacity: 0;
  -webkit-transition: all ease-out 190ms 0ms;
  -moz-transition: all ease-out 190ms 0ms;
  -ms-transition: all ease-out 190ms 0ms;
  -o-transition: all ease-out 190ms 0ms;
  transition: all ease-out 190ms 0ms;
  cursor: hand;
  cursor: pointer;
}

/* line 113, lightbox.scss */
.lightbox-photo-bottomactions {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  padding: 20px;
  font-size: 1.14286rem;
  opacity: 0;
  -webkit-transition: all ease-out 190ms 0ms;
  -moz-transition: all ease-out 190ms 0ms;
  -ms-transition: all ease-out 190ms 0ms;
  -o-transition: all ease-out 190ms 0ms;
  transition: all ease-out 190ms 0ms;
}

/* line 125, lightbox.scss */
.lightbox-photo-title {
  opacity: 0;
  font-size: 1.28571rem;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top, black, transparent);
  background: -ms-linear-gradient(top, black, transparent);
  background: -webkit-linear-gradient(top, black, transparent);
  background: -o-linear-gradient(top, black, transparent);
  background: linear-gradient(top, black, transparent);
  background-repeat: repeat-x;
  text-align: left;
  padding: 20px 20px 40px 20px;
}

/* line 140, lightbox.scss */
.lightbox-photo-title-text {
  max-width: 80%;
  word-wrap: none;
  text-overflow: ellipsis;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

/* line 147, lightbox.scss */
.lightbox-photo-title-index {
  opacity: 0;
  font-size: 1.14286rem;
  margin-top: 8px;
}

/* line 153, lightbox.scss */
.lightbox-photo-button {
  margin-top: 8px;
}

/* line 158, lightbox.scss */
.lightbox-photo-container:hover .lightbox-photo-leftarrow, .lightbox-photo-container:hover .lightbox-photo-rightarrow, .lightbox-photo-container:hover .lightbox-photo-fullscreen {
  opacity: 0.7;
}
/* line 161, lightbox.scss */
.lightbox-photo-container:hover .lightbox-photo-leftarrow:hover, .lightbox-photo-container:hover .lightbox-photo-rightarrow:hover, .lightbox-photo-container:hover .lightbox-photo-fullscreen:hover {
  opacity: 1;
}
/* line 166, lightbox.scss */
.lightbox-photo-container:hover .lightbox-photo-bottomactions, .lightbox-photo-container:hover .lightbox-photo-title {
  opacity: 1;
}
/* line 170, lightbox.scss */
.lightbox-photo-container:hover .lightbox-photo-title-index {
  opacity: 0.7;
}

/* line 175, lightbox.scss */
.lightbox-photo-like, .lightbox-photo-comment {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 20px;
  cursor: hand;
  cursor: pointer;
}
/* line 182, lightbox.scss */
.lightbox-photo-like i, .lightbox-photo-comment i {
  vertical-align: middle;
  margin-right: 2px;
}

/* line 188, lightbox.scss */
.lightbox-comments-header {
  padding-bottom: 10px;
  margin-bottom: 0;
}

/* line 193, lightbox.scss */
.lightbox-comments-title {
  font-size: 1rem;
  text-align: left;
  font-weight: bold;
  margin-bottom: 0;
}

/* line 200, lightbox.scss */
.lightbox-comments-date {
  text-align: left;
  font-size: 1rem;
  font-weight: normal;
  color: #aaa;
  margin: 5px 0 0 0;
}

/* line 208, lightbox.scss */
.lightbox-comments-notes {
  height: 60px;
  overflow: auto;
}

/* line 213, lightbox.scss */
.lightbox-comments-actions {
  padding: 10px 0;
  margin: 0 -20px 20px -20px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #fcfcfc;
}
/* line 220, lightbox.scss */
.lightbox-comments-actions .ga-button-outline {
  margin-right: 20px;
}
/* line 223, lightbox.scss */
.lightbox-comments-actions .ga-button-outline:last-child {
  margin-right: 0;
}

/* line 1, subscriptions.scss */
.subscriptions {
  border-radius: 6px;
}

/* line 5, subscriptions.scss */
.subscription {
  background-color: #F1F2F3;
  border: 1px solid #ACACAE;
  padding: 15px;
}

/* line 11, subscriptions.scss */
.subscription-plan {
  margin-bottom: 8px;
  color: #2D5E38;
  font-weight: 600;
}

/* line 17, subscriptions.scss */
.subscription-plan-cancelled {
  color: #939496;
}

/* line 21, subscriptions.scss */
.subscription-plan-status {
  font-weight: 300;
  color: #606163;
}

@-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;
  }
}
/* line 4, profile.scss */
.onboardinglist {
  list-style: none;
  border: 1px solid #E9EAEC;
}

/* line 9, profile.scss */
.onboardinglist-item {
  padding: 10px 20px;
  font-size: 1.14286rem;
  background: #FFFFFF;
  border-bottom: 1px solid #E9EAEC;
  -webkit-box-shadow: 1px 1px 1px rbga(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 1px rbga(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px rbga(0, 0, 0, 0.2);
}

/* line 18, profile.scss */
.onboardinglist-item-complete {
  color: #36703E;
}

/* line 22, profile.scss */
.override-background-gray {
  background: #F1F2F3 !important;
}

/* line 26, profile.scss */
.profile-username {
  margin-bottom: 10px !important;
  display: block !important;
}

/* line 31, profile.scss */
.profile-bio {
  margin-bottom: 20px;
  line-height: 1.2;
}

/* line 36, profile.scss */
.profile-info-row {
  line-height: normal;
  margin-bottom: 4px;
}

/* line 41, profile.scss */
.profile-info-row-text {
  max-width: 180px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 45, profile.scss */
#profile_image {
  width: 250px;
  height: 250px;
}

/* line 49, profile.scss */
.edit-photo {
  border: 1px solid #1C1D1F;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
  top: 0;
  left: 0;
}

/* line 57, profile.scss */
.file-upload {
  z-index: 2;
  position: absolute;
  top: 10px;
  left: 10px;
  height: 40px;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  background-color: transparent;
  color: transparent;
}

/* line 72, profile.scss */
.activity-content .nav-tabs {
  margin-bottom: 0px;
  background-color: #E9EAEC;
  font-size: 15px;
}
/* line 78, profile.scss */
.activity-content .tab-content {
  padding: 30px 15px;
  border-left: 1px solid #E9EAEC;
  border-bottom: 1px solid #E9EAEC;
  background-color: #FFFFFF;
}
/* line 84, profile.scss */
.activity-content .tab-black-background {
  background-color: #1C1D1F;
}

/* line 91, profile.scss */
.profile .mapContainer {
  height: 300px;
  position: relative;
  margin-bottom: 50px;
  background: #FFFFFF;
}
/* line 97, profile.scss */
.profile form h1 {
  margin-bottom: 0px !important;
}
/* line 101, profile.scss */
.profile .complete .material-icons {
  color: #939496;
}
/* line 104, profile.scss */
.profile .complete a {
  color: #939496;
  font-style: italic;
  text-decoration: line-through;
}
/* line 109, profile.scss */
.profile .complete p {
  color: #939496;
  font-style: italic;
  text-decoration: line-through;
}
/* line 116, profile.scss */
.profile .bio textarea {
  width: 80%;
  height: 300px;
  display: block;
}

@-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;
  }
}
/* line 4, discounts.scss */
.discount-header {
  text-align: center;
  margin: 15px 0;
}

/* line 9, discounts.scss */
.premium-discount-block {
  margin: 36px 5% 45px 16%;
}
@media (max-width: 767px) {
  /* line 9, discounts.scss */
  .premium-discount-block {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 9, discounts.scss */
  .premium-discount-block {
    margin: 36px 5% 45px 5%;
  }
}

/* line 21, discounts.scss */
.subscription-features {
  text-align: left;
  display: inline-block;
  margin-left: 10px;
}
/* line 26, discounts.scss */
.subscription-features img {
  margin-right: 5px;
  vertical-align: bottom;
}
/* line 31, discounts.scss */
.subscription-features p {
  margin: 1px 0;
}

/* DISCOUNT TABLE STYLING */
/* line 38, discounts.scss */
.discount-box {
  margin-top: 24px;
  padding: 15px;
  width: 426px;
  box-shadow: 0px 0px 21px 2px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
}
/* line 49, discounts.scss */
.discount-box h6 {
  font-weight: 600;
  line-height: 24px;
  border-bottom: 0.3px solid #000000;
  margin: 15px 50px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  /* line 57, discounts.scss */
  .discount-box p {
    font-size: 0.85714rem;
  }
}
@media (max-width: 767px) {
  /* line 38, discounts.scss */
  .discount-box {
    height: 95%;
  }
}
@media (max-width: 700px) {
  /* line 38, discounts.scss */
  .discount-box {
    width: 100%;
  }
}
@media (min-width: 701px) and (max-width: 991px) {
  /* line 38, discounts.scss */
  .discount-box {
    width: 70%;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  /* line 38, discounts.scss */
  .discount-box {
    width: 100%;
  }
}

/* line 81, discounts.scss */
.corner-ribbon {
  width: 147px;
  background: #2D5E38;
  position: absolute;
  top: 25px;
  left: -40px;
  line-height: 24px;
  font-weight: 600;
  font-size: 1.14286rem;
  color: #FFFFFF;
  -webkit-transform: rotate(-45deg);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/* line 95, discounts.scss */
.corner-button {
  background: #2D5E38;
  position: absolute;
  border-radius: 8px;
  top: -10px;
  right: -20px;
  width: 66px;
  line-height: 20px;
  font-size: 0.85714rem;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  /* line 95, discounts.scss */
  .corner-button {
    right: -10px;
  }
}

/* MIXINS */
/* BUTTON STYLING */
/* line 116, discounts.scss */
#buy-now {
  margin: 30px 125px;
  display: inline-block;
  color: white;
}
@media (max-width: 767px) {
  /* line 116, discounts.scss */
  #buy-now {
    margin: 5% 10%;
  }
}

/* line 126, discounts.scss */
.buy-now-all {
  margin: 30px auto;
  color: white;
}
@media (max-width: 767px) {
  /* line 126, discounts.scss */
  .buy-now-all {
    margin: 5% 10%;
  }
}

/* line 135, discounts.scss */
.plan-select {
  margin: 0 0 1.5rem;
}
/* line 138, discounts.scss */
.plan-select input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
/* line 139, discounts.scss */
.plan-select input + label {
  margin: 7px 0;
  padding: .75rem 1rem;
  width: 307px;
  height: 91px;
  border-radius: 8px;
  color: #1C1D1F;
  position: relative;
  background-color: #E9EAEC;
  font-size: 1.28571rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  /* line 139, discounts.scss */
  .plan-select input + label {
    font-size: 1.14286rem;
  }
}
/* line 155, discounts.scss */
.plan-select input + label .plan {
  float: left;
  margin-left: 15px;
}
@media (max-width: 767px) {
  /* line 155, discounts.scss */
  .plan-select input + label .plan {
    margin-left: 0px;
  }
}
/* line 164, discounts.scss */
.plan-select input + label .discount-price {
  font-size: 2.85714rem;
  line-height: 48px;
}
@media (max-width: 767px) {
  /* line 164, discounts.scss */
  .plan-select input + label .discount-price {
    font-size: 2.42857rem;
    line-height: 40px;
  }
}
/* line 174, discounts.scss */
.plan-select input + label sup {
  font-size: 1rem;
  line-height: 48px;
  vertical-align: top;
}
@media (max-width: 767px) {
  /* line 174, discounts.scss */
  .plan-select input + label sup {
    font-size: 0.85714rem;
    line-height: 40px;
  }
}
@media (max-width: 360px) {
  /* line 174, discounts.scss */
  .plan-select input + label sup {
    margin-left: 11%;
  }
}
/* line 190, discounts.scss */
.plan-select input + label .price {
  font-size: 1.35714rem;
  text-decoration: line-through;
  color: rgba(255, 0, 0, 0.5);
  text-align: right;
  margin-right: 30px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  /* line 190, discounts.scss */
  .plan-select input + label .price {
    font-size: 1.14286rem;
  }
}
/* line 203, discounts.scss */
.plan-select input + label .duration {
  font-size: 0.92857rem;
}
@media (max-width: 767px) {
  /* line 203, discounts.scss */
  .plan-select input + label .duration {
    font-size: 0.85714rem;
  }
}
/* line 212, discounts.scss */
.plan-select label {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
/* line 215, discounts.scss */
.plan-select input:checked + label {
  background-color: #7B7B7D;
  color: #FFFFFF;
  border: solid 1px #000;
}

/* line 52, base.scss */
#base_body {
  background: white;
  font-family: "Inter", Helvetica, sans-serif;
}

/* line 57, base.scss */
a {
  cursor: pointer;
}

/* line 61, base.scss */
abbr {
  text-decoration: none;
}

/* line 65, base.scss */
.alert-warning {
  color: #38383B;
}

/* line 69, base.scss */
.alert-warning a {
  color: #1399BA;
}

/* line 73, base.scss */
.jumbotron-nomargin {
  margin-bottom: 0;
}
