/* RESET */
* {
  -webkit-overflow-scrolling: touch;
}

body, html {
  min-height: 100%;
}

body {
  padding: 0;
}

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;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

/* remember to define focus styles! */
del {
  text-decoration: line-through;
}

[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;
  }
}
body, html {
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-size: 14px;
  line-height: 1.3;
}

h1, .h1 {
  font-size: 3.5714285714rem;
  line-height: 1.08;
  margin-bottom: 16px;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2.8571428571rem;
    line-height: 1.1;
  }
}

h2, .h2 {
  font-size: 2.8571428571rem;
  line-height: 1.1;
  margin-bottom: 16px;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 2.2857142857rem;
    line-height: 1.125;
  }
}

h3, .h3 {
  font-size: 2.2857142857rem;
  line-height: 1.125;
  margin-bottom: 8px;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 1.7142857143rem;
    line-height: 1.2;
  }
}

h4, .h4 {
  font-size: 1.7142857143rem;
  line-height: 1.1666666667;
  margin-bottom: 8px;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 1.4285714286rem;
    line-height: 1.2;
  }
}

h5, .h5 {
  font-size: 1.4285714286rem;
  line-height: 1.2;
  margin-bottom: 8px;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 1.2857142857rem;
    line-height: 1.2222222222;
  }
}

h6, .h6 {
  line-height: 1.2222222222;
  font-size: 1.2857142857rem;
  margin-bottom: 8px;
}

p, .body1 {
  font-size: 1.1428571429rem;
  margin-bottom: 16px;
}

.body2 {
  font-size: 1rem;
}

a {
  font-size: inherit;
}

.jumbotron h1 {
  margin-bottom: 32px;
  line-height: 1.027027027;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  font-size: 5.2857142857rem;
}
@media (max-width: 767px) {
  .jumbotron h1 {
    font-size: 3.5714285714rem;
    line-height: 1.08;
  }
}
.jumbotron p {
  color: inherit;
  font-size: 1.4285714286rem;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}

.text-bold {
  font-weight: 600;
  font-variation-settings: "wght" 600;
}

.text-semibold {
  font-weight: 500;
  font-variation-settings: "wght" 500;
}

@media (max-width: 767px) {
  .hidephone, .hidephone.ibmid {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hidenotphone, .hidenotphone.ibmid {
    display: none;
  }
}
@media (min-width: 1024px) {
  .hidenotphone, .hidenotphone.ibmid {
    display: none;
  }
}

@-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. */
.material-icons.md-12, .md-12 {
  font-size: 12px !important;
}

.material-icons.md-14, .md-14 {
  font-size: 14px !important;
}

.material-icons.md-16, .md-16 {
  font-size: 16px !important;
}

.material-icons.md-18, .md-18 {
  font-size: 18px !important;
}

.material-icons.md-24, .md-24 {
  font-size: 24px !important;
}

.material-icons.md-36, .md-36 {
  font-size: 36px !important;
}

.material-icons.md-48, .md-48 {
  font-size: 48px !important;
}

.material-icons.md-60, .md-60 {
  font-size: 60px !important;
}

.material-icons.md-88, .md-88 {
  font-size: 88px !important;
}

.material-icons.md-big, .md-big {
  font-size: 100px !important;
}

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

.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. */
.md-light, .material-icons.md-light, .gaicon.md-light {
  color: rgb(255, 255, 255);
}

.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. */
.md-gray, .material-icons.md-gray, .gaicon.md-gray {
  color: #F1F2F3;
}

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

.md-blue, .material-icons.md-blue, .gaicon.md-blue {
  color: #0A708A;
}

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

.md-red, .material-icons.md-red, .gaicon.md-red {
  color: #CF4425;
}

.md-red.md-inactive, .material-icons.md-red.md-inactive, .gaicon.md-red.md-inactive {
  color: transparent;
}

.md-green, .material-icons.md-green, .gaicon.md-green {
  color: #4CD948;
}

.md-green-dark, .material-icons.md-green-dark {
  color: #38B234;
}

.md-conifer, .material-icons.md-conifer {
  color: #276338;
}

.material-icons.md-summer3 {
  color: #B8381C;
}

.md-green.md-inactive, .material-icons.md-green.md-inactive, .gaicon.md-green.md-inactive {
  color: transparent;
}

.darkiconhover:hover i {
  color: #38383B;
}

.rediconhover:hover i {
  color: #CF4425;
}

.blueiconhover:hover i {
  color: #0A708A;
}

/* Custom icons */
@font-face {
  font-family: "gaiamaterial";
  src: url(../font/gaiamaterial/gaiamaterial.woff) format("woff"), url(../font/gaiamaterial/gaiamaterial.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
.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;
}

.gaicon-archive::before {
  content: "\e800";
}

.gaicon-stack {
  position: relative;
  line-height: 1;
  text-align: center;
}

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

.gaicon-shadow {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.gaicon-noshadow {
  text-shadow: initial;
}

.filetype-icon {
  background: #2F7944;
  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));
  } */
}
.filetype-icon i {
  font-size: 28px;
  line-height: 1;
  color: white;
}

.filetype-icon-sm {
  width: 16px;
  height: 16px;
}
.filetype-icon-sm i {
  font-size: 16px;
}

.filetype-icon-map, .filetype-icon-mapsource {
  background: #00BCD4;
}
.filetype-icon-map::after, .filetype-icon-mapsource::after {
  border-color: white transparent transparent #007888;
}

.filetype-icon-track {
  background: #4CD948;
}
.filetype-icon-track::after {
  border-color: white transparent transparent #276338;
}

.filetype-icon-waypoint {
  background: #E35030;
}
.filetype-icon-waypoint::after {
  border-color: white transparent transparent #CF4425;
}

.filetype-icon-route {
  background: #673AB7;
}
.filetype-icon-route::after {
  border-color: white transparent transparent #46287d;
}

.filetype-icon-folder {
  background: #0C86A5;
}
.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`
*/
.ga-button-mr {
  margin-right: 8px;
}

.ga-button-mb {
  margin-bottom: 8px;
}

.ga-button-fullwide.ga-button-fullwide {
  min-width: 100%;
}

.ga-button-large.ga-button-large {
  font-size: 1.2857142857rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  min-width: 220px;
  padding: 8px 24px;
}

.ga-button-small.ga-button-small {
  padding: 4px 8px;
  font-size: 0.8571428571rem;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
.ga-button-small.ga-button-small .material-icons, .ga-button-small.ga-button-small .gaicon {
  font-size: 1.1428571429rem;
}

.ga-button.ga-toolbar-button, .comment-form-container input.ga-toolbar-button[type=submit] {
  margin-right: 4px;
  z-index: 9;
}
@media (max-width: 767px) {
  .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;
  }
}
.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;
}

.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-variation-settings: "wght" 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(39, 99, 56, 0.5);
  color: #276338;
}
.ga-button-outline:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  -webkit-text-fill-color: currentColor;
}
@media (hover: none) {
  .ga-button-outline:hover {
    background-color: transparent;
  }
}
.ga-button-outline:hover:disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.ga-button-outline:focus {
  background-color: rgba(20, 20, 20, 0);
  color: #fff;
  outline: none;
  text-decoration: none;
}
.ga-button-outline:active {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  text-decoration: none;
}
.ga-button-outline:disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: rgba(0, 0, 0, 0.12);
  pointer-events: none;
}
.ga-button-outline:hover, .ga-button-outline:focus {
  background-color: rgba(39, 99, 56, 0.04);
  color: #276338;
}
.ga-button-outline:disabled {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.12);
}

.ga-button-primary, input.btn.btn-primary, button.btn.btn-primary, .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: #276338;
  border-radius: 4px;
  font-weight: 500;
  font-variation-settings: "wght" 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;
}
.ga-button-primary:hover, input.btn.btn-primary:hover, button.btn.btn-primary:hover, .comment-form-container input[type=submit]:hover {
  color: #fff;
  background-color: #1b4627;
  text-decoration: none;
  -webkit-text-fill-color: currentColor;
}
@media (hover: none) {
  .ga-button-primary:hover, input.btn.btn-primary:hover, button.btn.btn-primary:hover, .comment-form-container input[type=submit]:hover {
    background-color: #276338;
  }
}
.ga-button-primary:hover:disabled, input.btn.btn-primary:hover:disabled, button.btn.btn-primary:hover:disabled, .comment-form-container input[type=submit]:hover:disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.ga-button-primary:focus, input.btn.btn-primary:focus, button.btn.btn-primary:focus, .comment-form-container input[type=submit]:focus {
  background-color: #338049;
  color: #fff;
  outline: none;
  text-decoration: none;
}
.ga-button-primary:active, input.btn.btn-primary:active, button.btn.btn-primary:active, .comment-form-container input[type=submit]:active {
  background-color: #1b4627;
  color: #fff;
  text-decoration: none;
}
.ga-button-primary:disabled, input.btn.btn-primary:disabled, button.btn.btn-primary: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;
}
.cover-image .ga-button-primary, .cover-image input.btn.btn-primary, .cover-image button.btn.btn-primary, .cover-image .comment-form-container input[type=submit], .comment-form-container .cover-image input[type=submit], .dark-mode .ga-button-primary, .dark-mode input.btn.btn-primary, .dark-mode button.btn.btn-primary, .dark-mode .comment-form-container input[type=submit], .comment-form-container .dark-mode input[type=submit] {
  background-color: #2F9B2C;
}
.cover-image .ga-button-primary:hover, .cover-image input.btn.btn-primary:hover, .cover-image button.btn.btn-primary:hover, .cover-image .comment-form-container input[type=submit]:hover, .comment-form-container .cover-image input[type=submit]:hover, .cover-image .ga-button-primary:active, .cover-image input.btn.btn-primary:active, .cover-image button.btn.btn-primary:active, .cover-image .comment-form-container input[type=submit]:active, .comment-form-container .cover-image input[type=submit]:active, .cover-image .ga-button-primary:focus, .cover-image input.btn.btn-primary:focus, .cover-image button.btn.btn-primary:focus, .cover-image .comment-form-container input[type=submit]:focus, .comment-form-container .cover-image input[type=submit]:focus, .dark-mode .ga-button-primary:hover, .dark-mode input.btn.btn-primary:hover, .dark-mode button.btn.btn-primary:hover, .dark-mode .comment-form-container input[type=submit]:hover, .comment-form-container .dark-mode input[type=submit]:hover, .dark-mode .ga-button-primary:active, .dark-mode input.btn.btn-primary:active, .dark-mode button.btn.btn-primary:active, .dark-mode .comment-form-container input[type=submit]:active, .comment-form-container .dark-mode input[type=submit]:active, .dark-mode .ga-button-primary:focus, .dark-mode input.btn.btn-primary:focus, .dark-mode button.btn.btn-primary:focus, .dark-mode .comment-form-container input[type=submit]:focus, .comment-form-container .dark-mode input[type=submit]:focus {
  background-color: #257b23;
}

.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-variation-settings: "wght" 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;
}
.ga-button-facebook:hover {
  color: #fff;
  background-color: #30487b;
  text-decoration: none;
  -webkit-text-fill-color: currentColor;
}
@media (hover: none) {
  .ga-button-facebook:hover {
    background-color: #3b5998;
  }
}
.ga-button-facebook:hover:disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.ga-button-facebook:focus {
  background-color: #466ab5;
  color: #fff;
  outline: none;
  text-decoration: none;
}
.ga-button-facebook:active {
  background-color: #30487b;
  color: #fff;
  text-decoration: none;
}
.ga-button-facebook:disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: rgba(0, 0, 0, 0.12);
  pointer-events: none;
}

.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-variation-settings: "wght" 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;
}
.ga-button-destruct:hover {
  color: #fff;
  background-color: #ac391f;
  text-decoration: none;
  -webkit-text-fill-color: currentColor;
}
@media (hover: none) {
  .ga-button-destruct:hover {
    background-color: #CF4425;
  }
}
.ga-button-destruct:hover:disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.ga-button-destruct:focus {
  background-color: #dd5d40;
  color: #fff;
  outline: none;
  text-decoration: none;
}
.ga-button-destruct:active {
  background-color: #ac391f;
  color: #fff;
  text-decoration: none;
}
.ga-button-destruct:disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: rgba(0, 0, 0, 0.12);
  pointer-events: none;
}
.ga-button-destruct:hover {
  background-color: rgba(207, 68, 37, 0.04);
  color: #CF4425;
}
.ga-button-destruct:focus {
  background-color: #F1F2F3;
  color: #CF4425;
}
.ga-button-destruct:disabled {
  background-color: transparent;
}

.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: #276338;
  border-radius: 4px;
  font-weight: 500;
  font-variation-settings: "wght" 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: #276338;
}
.ga-button:hover, .comment-form-container input[type=submit]:hover {
  color: #fff;
  background-color: #1b4627;
  text-decoration: none;
  -webkit-text-fill-color: currentColor;
}
@media (hover: none) {
  .ga-button:hover, .comment-form-container input[type=submit]:hover {
    background-color: #276338;
  }
}
.ga-button:hover:disabled, .comment-form-container input[type=submit]:hover:disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.ga-button:focus, .comment-form-container input[type=submit]:focus {
  background-color: #338049;
  color: #fff;
  outline: none;
  text-decoration: none;
}
.ga-button:active, .comment-form-container input[type=submit]:active {
  background-color: #1b4627;
  color: #fff;
  text-decoration: none;
}
.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;
}
.ga-button:hover, .comment-form-container input[type=submit]:hover, .ga-button:focus, .comment-form-container input[type=submit]:focus {
  background-color: rgba(39, 99, 56, 0.04);
  color: #276338;
}
.ga-button:disabled, .comment-form-container input[type=submit]:disabled {
  background-color: transparent;
}

.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-variation-settings: "wght" 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;
}
.ga-button-secondary:hover {
  color: #fff;
  background-color: #242426;
  text-decoration: none;
  -webkit-text-fill-color: currentColor;
}
@media (hover: none) {
  .ga-button-secondary:hover {
    background-color: #38383B;
  }
}
.ga-button-secondary:hover:disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.ga-button-secondary:focus {
  background-color: #4c4c50;
  color: #fff;
  outline: none;
  text-decoration: none;
}
.ga-button-secondary:active {
  background-color: #242426;
  color: #fff;
  text-decoration: none;
}
.ga-button-secondary:disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: rgba(0, 0, 0, 0.12);
  pointer-events: none;
}
.ga-button-secondary:hover, .ga-button-secondary:focus {
  background-color: #F1F2F3;
  color: #38383B;
}
.ga-button-secondary:disabled {
  background-color: transparent;
}

.ga-nonbutton {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  color: inherit;
}

.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-variation-settings: "wght" 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(39, 99, 56, 0.5);
  color: #276338;
}
.ga-button-outline:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  -webkit-text-fill-color: currentColor;
}
@media (hover: none) {
  .ga-button-outline:hover {
    background-color: transparent;
  }
}
.ga-button-outline:hover:disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.ga-button-outline:focus {
  background-color: rgba(20, 20, 20, 0);
  color: #fff;
  outline: none;
  text-decoration: none;
}
.ga-button-outline:active {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  text-decoration: none;
}
.ga-button-outline:disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: rgba(0, 0, 0, 0.12);
  pointer-events: none;
}
.ga-button-outline:hover, .ga-button-outline:focus {
  background-color: rgba(39, 99, 56, 0.04);
  border-color: #276338;
  color: #276338;
}
.ga-button-outline:disabled {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.12);
}

.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-variation-settings: "wght" 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;
}
.ga-button-outline-inverted:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  -webkit-text-fill-color: currentColor;
}
@media (hover: none) {
  .ga-button-outline-inverted:hover {
    background-color: transparent;
  }
}
.ga-button-outline-inverted:hover:disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.ga-button-outline-inverted:focus {
  background-color: rgba(20, 20, 20, 0);
  color: #fff;
  outline: none;
  text-decoration: none;
}
.ga-button-outline-inverted:active {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  text-decoration: none;
}
.ga-button-outline-inverted:disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: rgba(0, 0, 0, 0.12);
  pointer-events: none;
}
.ga-button-outline-inverted:hover, .ga-button-outline-inverted:focus {
  background-color: rgba(255, 255, 255, 0.25);
}
.ga-button-outline-inverted:disabled {
  background-color: transparent;
}

.ga-button-primary.ga-button-outside, input.ga-button-outside.btn.btn-primary, button.ga-button-outside.btn.btn-primary, .comment-form-container input.ga-button-outside[type=submit] {
  background-color: #ffd200;
  color: #000;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
.ga-button-primary.ga-button-outside:hover, input.ga-button-outside.btn.btn-primary:hover, button.ga-button-outside.btn.btn-primary:hover, .comment-form-container input.ga-button-outside[type=submit]:hover, .ga-button-primary.ga-button-outside:active, input.ga-button-outside.btn.btn-primary:active, button.ga-button-outside.btn.btn-primary:active, .comment-form-container input.ga-button-outside[type=submit]:active, .ga-button-primary.ga-button-outside:focus, input.ga-button-outside.btn.btn-primary:focus, button.ga-button-outside.btn.btn-primary:focus, .comment-form-container input.ga-button-outside[type=submit]:focus {
  background-color: #000;
  color: #fff;
}

.ga-button-outline.ga-button-outside {
  border-color: #ffd200;
  color: #38383B;
}
.ga-button-outline.ga-button-outside:hover, .ga-button-outline.ga-button-outside:active, .ga-button-outline.ga-button-outside:focus {
  border-color: #d6b000;
  background-color: rgba(255, 210, 0, 0.1);
}

.fb-button {
  color: #3b5998;
}

.twitter-button {
  color: #55acee;
}

.sharelink-button {
  border-radius: 5px;
  color: #FFFFFF;
  width: 34px;
  height: 34px;
  font-size: 30px;
}

/* Tooltips */
.ga-tooltipitem {
  position: relative;
}

.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 rgb(0, 0, 0);
  -moz-box-shadow: 0 0 4px rgb(0, 0, 0);
  box-shadow: 0 0 4px rgb(0, 0, 0);
  background: #333;
  color: white;
  padding: 8px;
  margin-top: 12px;
  font-size: 0.8571428571rem;
  text-align: center;
}

.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;
}

.ga-tooltipitem .ga-tooltipitem-tooltip-right {
  left: auto;
  right: 0;
  margin-left: 0;
}

.ga-tooltipitem .ga-tooltipitem-tooltip-right::after {
  top: -8px;
  left: auto;
  right: 11px;
  margin-left: 0;
  margin-right: 8px;
}

.ga-tooltipitem:hover .ga-tooltipitem-tooltip {
  display: block;
}

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

label.ga-toggleicons .ga-toggleicons-checkbox {
  display: none;
}

label.ga-toggleicons .ga-toggleicons-iconcontainer .ga-toggleicons-iconoff {
  display: inline-block;
}

label.ga-toggleicons .ga-toggleicons-iconcontainer .ga-toggleicons-iconon {
  display: none;
}

label.ga-toggleicons .ga-toggleicons-checkbox:checked + .ga-toggleicons-iconcontainer .ga-toggleicons-iconoff {
  display: none;
}

label.ga-toggleicons .ga-toggleicons-checkbox:checked + .ga-toggleicons-iconcontainer .ga-toggleicons-iconon {
  display: inline-block;
}

.ga-dropdownmenu-button {
  position: relative;
}
.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);
}
.ga-dropdownmenu-button .dropdown-toggle {
  padding: 10px 14px;
}
.ga-dropdownmenu-button.ga-button-small .dropdown-toggle {
  padding: 4px 6px;
}
@media (max-width: 767px) {
  .ga-dropdownmenu-button.ga-toolbar-button .dropdown-toggle {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.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;
}

.ga-dropdownmenu-item {
  display: block;
}
.ga-dropdownmenu-item a {
  display: block;
  padding: 14px 20px 14px 17px !important;
  border-left: 3px solid transparent;
  color: #0A708A !important;
}
.ga-dropdownmenu-item a:hover {
  background: #f0f0f0;
  border-left-color: #0A708A;
}

.dropdown-menu {
  z-index: 9000;
}

.ga-pagetitlebuttons {
  margin-top: 2px;
  float: right;
}
@media (max-width: 767px) {
  .ga-pagetitlebuttons {
    margin-top: 12px;
  }
}

/* The stripe checkout API injects its own stylesheet and CSS classes without any option to override. */
.stripe-button-el.stripe-button-el {
  background-image: none;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  -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: #276338;
  border-radius: 4px;
  font-weight: 500;
  font-variation-settings: "wght" 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-size: 1.2857142857rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
  min-width: 220px;
  padding: 8px 24px;
}
.stripe-button-el.stripe-button-el:hover {
  color: #fff;
  background-color: #1b4627;
  text-decoration: none;
  -webkit-text-fill-color: currentColor;
}
@media (hover: none) {
  .stripe-button-el.stripe-button-el:hover {
    background-color: #276338;
  }
}
.stripe-button-el.stripe-button-el:hover:disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.stripe-button-el.stripe-button-el:focus {
  background-color: #338049;
  color: #fff;
  outline: none;
  text-decoration: none;
}
.stripe-button-el.stripe-button-el:active {
  background-color: #1b4627;
  color: #fff;
  text-decoration: none;
}
.stripe-button-el.stripe-button-el:disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: rgba(0, 0, 0, 0.12);
  pointer-events: none;
}
.stripe-button-el.stripe-button-el:active {
  background-color: #1b4627 !important;
}
.stripe-button-el.stripe-button-el span {
  background: none !important;
  box-shadow: none !important;
  font: inherit;
}
.cover-image .stripe-button-el.stripe-button-el {
  background-color: #2F9B2C;
}
.cover-image .stripe-button-el.stripe-button-el:hover, .cover-image .stripe-button-el.stripe-button-el:active, .cover-image .stripe-button-el.stripe-button-el:focus {
  background-color: #257b23 !important;
}

#stripe-profile-script .stripe-button-el.stripe-button-el {
  -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: #276338;
  border-radius: 4px;
  font-weight: 500;
  font-variation-settings: "wght" 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: #276338;
}
#stripe-profile-script .stripe-button-el.stripe-button-el:hover {
  color: #fff;
  background-color: #1b4627;
  text-decoration: none;
  -webkit-text-fill-color: currentColor;
}
@media (hover: none) {
  #stripe-profile-script .stripe-button-el.stripe-button-el:hover {
    background-color: #276338;
  }
}
#stripe-profile-script .stripe-button-el.stripe-button-el:hover:disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
#stripe-profile-script .stripe-button-el.stripe-button-el:focus {
  background-color: #338049;
  color: #fff;
  outline: none;
  text-decoration: none;
}
#stripe-profile-script .stripe-button-el.stripe-button-el:active {
  background-color: #1b4627;
  color: #fff;
  text-decoration: none;
}
#stripe-profile-script .stripe-button-el.stripe-button-el:disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: rgba(0, 0, 0, 0.12);
  pointer-events: none;
}
#stripe-profile-script .stripe-button-el.stripe-button-el span {
  background: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font: inherit;
  color: #276338;
  padding: 0px;
  min-height: 24px !important;
  height: 24px !important;
}
#stripe-profile-script .stripe-button-el.stripe-button-el:hover, #stripe-profile-script .stripe-button-el.stripe-button-el:focus, #stripe-profile-script .stripe-button-el.stripe-button-el:active {
  background-color: rgba(39, 99, 56, 0.04) !important;
  color: #276338;
}
#stripe-profile-script .stripe-button-el.stripe-button-el:disabled {
  background-color: transparent;
}

.ga-label {
  font-weight: normal;
  display: block;
  margin: 0 0 6px 0;
  font-size: 15px;
  color: #666;
}

.folderlink {
  font-size: 1.0714285714rem;
}

/* Text */
.capitalize {
  text-transform: capitalize;
}

p {
  line-height: 1.3;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.username {
  font-size: 1.4285714286rem;
}

.ga-notetext {
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-size: 1.1428571429rem;
  color: #606163;
}

.linkcolor {
  color: #0A708A;
}
.linkcolor:hover {
  color: link-color-hover;
  text-decoration: none;
}

.helpertext, .help-block {
  font-style: italic;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  color: #606163;
  margin-bottom: 8px;
  margin-top: 5px;
}

/* Text */
.username {
  font-size: 1.4285714286rem;
  width: auto;
  display: inline-block;
  max-width: 100%;
  word-wrap: break-word;
}

.username-big {
  font-size: 28px;
}

.ga-notetext {
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: normal;
  font-size: 1.1428571429rem;
  color: #606163;
}
@media (max-width: 767px) {
  .ga-notetext {
    font-size: 1rem;
  }
}

.linkcolor {
  color: #0A708A;
}
.linkcolor:hover {
  color: link-color-hover;
  text-decoration: none;
}

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

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

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

.modal-content {
  border-radius: 0;
}

.modal-content-content {
  padding: 10px 20px 20px 20px;
}

.modal-header {
  text-align: left;
  padding: 15px 15px;
  border-bottom: 0;
}

.modal-buttons {
  padding: 10px 20px 20px 20px;
}

.modal-buttons-contentleft {
  text-align: left;
  float: left;
}

.modal-buttons-contentleft a, .modal-buttons-contentleft button {
  margin-right: 8px;
}

.modal-buttons-contentright {
  text-align: right;
  float: right;
}

.modal-buttons-contentright a, .modal-buttons-contentright button {
  margin-left: 8px;
}

.modal-title {
  margin: 0;
  font-size: 1.7142857143rem;
  font-weight: normal;
}

.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;
}

.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;
}
.modalImagesThumbs-thumb.active {
  border-color: #4CD948;
}

.modal.in .modal-dialog {
  -webkit-transform: initial;
  transform: initial;
}

@-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;
  }
}
html, body {
  color: #38383B;
}

a {
  display: inline-block;
  color: #0A708A;
}
a:hover {
  color: #053643;
  text-decoration: none;
}

#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;
}

.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 */
}

.padder-tb {
  padding: 20px 0;
}

ul {
  list-style: none;
}

.ga-hr {
  border-bottom: 1px solid #ddd;
}

.center {
  text-align: center;
}

/* Layout */
.ln1 {
  line-height: 1;
}

.ibmid, .ga-titleicons {
  display: inline-block;
  vertical-align: middle;
}

.ibtop {
  display: inline-block;
  vertical-align: top;
}

.ibbot {
  display: inline-block;
  vertical-align: bottom;
}

.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;
}
.ng-cloak-splash .ng-cloak-splash-loader {
  display: none;
}

.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;
}

[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;
}
[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;
}
[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) {
  [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;
  }
}
[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: #2F7944;
  display: block;
  z-index: 9999999;
}
[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;
  }
}
.folderpickertable {
  border: 1px solid #eee;
}

.folderpickertable-td {
  padding: 16px 20px;
  text-align: left;
  word-break: break-all;
}

.folderui {
  overflow: hidden;
  position: relative;
  height: 350px;
}
.folderui .header {
  text-align: left;
  border-bottom: 1px solid #ddd;
  line-height: 0;
}
.folderui .header .count {
  vertical-align: top;
  line-height: 50px;
  background-color: #E8EDEB;
  color: #3d6646;
  border-radius: 6px;
  padding: 3px 10px 2px;
  font-size: 0.9285714286rem;
  margin-left: 10px;
}
.folderui .header .search {
  float: right;
  margin: 0 6px;
  line-height: 50px;
}
.folderui .header .search input {
  line-height: 20px;
  border-radius: 15px;
  border: 1px solid #ddd;
  padding: 6px 15px;
}
.folderui .files {
  position: absolute;
  width: 100%;
  top: 51px;
  bottom: 0;
  left: 0;
  transition: left 500ms;
  background-color: #fff;
  overflow-y: scroll;
}
.folderui .files .linkStyle {
  text-align: left;
}
.folderui .files .linkStyle.fa {
  color: #999;
  margin-right: 10px;
}
.folderui .files table {
  width: 100%;
  border: 0;
  font-size: 1rem;
  border-collapse: collapse;
  border-style: hidden;
  border-bottom: 1px solid #d4d4d4;
}
.folderui .files table th, .folderui .files table td {
  text-align: left;
  padding: 13px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.folderui .files table th.check, .folderui .files table td.check {
  width: 38px;
  padding: 13px 3px;
  text-align: center;
}
.folderui .files table th.action, .folderui .files table td.action {
  color: gray;
  padding: 0 8px;
  font-size: 1.1428571429rem;
}
.folderui .files table th input[type=checkbox], .folderui .files table td input[type=checkbox] {
  position: relative;
  margin: 0;
}
.folderui .files table td {
  font-weight: 500;
}
.folderui .files table td {
  font-weight: 400;
}
.folderui .files table td input[type=text] {
  margin-top: -4px;
  margin-bottom: -4px;
}
.folderui .files table td img {
  width: 20px;
  padding-right: 5px;
  margin-top: -5px;
  margin-bottom: -1px;
  vertical-align: bottom;
}
.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);
}
.folderui .files table tbody tr {
  border-bottom: 1px solid #d4d4d4;
}
.folderui .files table tbody tr:nth-child(odd) {
  background-color: #fafafa;
}
.folderui .files table tbody tr:nth-child(even) {
  background-color: #fff;
}
.folderui .files.parent {
  left: -800px;
}
.folderui .files.child {
  left: 800px;
}
.folderui .files.empty table {
  border-bottom: none;
}
.folderui .files.empty table tbody tr {
  background-color: inherit;
  height: 150px;
  border-bottom: none;
}
.folderui .files.empty table tr td {
  vertical-align: middle;
  text-align: center;
}
.folderui .navcrumb {
  list-style: none;
  overflow: hidden;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 1.0714285714rem;
  font-weight: 500;
}
.folderui .navcrumb li {
  float: left;
}
.folderui .navcrumb li button, .folderui .navcrumb li span {
  color: #2F7944;
  text-decoration: none;
  padding: 0 0 0 45px;
  background-color: #E8EDEB;
  position: relative;
  display: block;
  float: left;
  line-height: 50px;
  cursor: pointer;
  border: none;
}
.folderui .navcrumb li button::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;
}
.folderui .navcrumb li button::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;
}
.folderui .navcrumb li button:hover, .folderui .navcrumb li span:hover {
  background: #dce0dc;
  border-left-color: #dce0dc !important;
}
.folderui .navcrumb li button:hover::after, .folderui .navcrumb li span:hover::after {
  border-left-color: #dce0dc;
}
.folderui .navcrumb li button:first-child {
  text-transform: capitalize;
  padding-left: 20px;
}
.folderui .navcrumb li span:last-child {
  background: transparent !important;
}
.folderui .navcrumb li.placeholder {
  background: transparent !important;
}
.folderui .navcrumb li.placeholder span {
  padding-left: 45px;
}
.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;
}
.folderui .navcrumb li.placeholder a {
  border: 0;
}
.folderui .navcrumb li:last-child button, .folderui .navcrumb li:last-child span {
  border: 0;
}

.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 Neue", "Helvetica", "Arial", "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;
}

.feedbackbar.feedbackbar-show {
  top: 60px;
}

.feedbackbar[data-feedbacktype=success] {
  background: #276338;
  border-bottom-color: #1C4F2B;
}

ul.notification-popup {
  margin: 0px;
}

ul.notification-popup li {
  padding: 10px;
}

ul.notification-popup li.new {
  background-color: #89E894;
}

.container_12 {
  box-sizing: border-box;
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.headline {
  margin-bottom: 30px;
  font-size: 2.2857142857rem;
  font-weight: 500;
}

.headline-softmargin {
  margin-bottom: 4px;
  line-height: 1;
}

.headerLined {
  text-align: center;
  position: relative;
}
.headerLined::before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -1px;
  border-bottom: 1px solid #999;
}

.headerLined-text {
  position: relative;
  z-index: 9;
  color: #2F7944;
  font-size: 2.4285714286rem;
  background: #F1F2F3;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
}

.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;
}
.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: "";
}
.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;
}

.section-gotobottom {
  flex: 1;
}

.section-noshadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.section-white {
  background: white;
}

.section-gray, .section-grey {
  background: #F1F2F3;
}

.section-green {
  background: #276338;
  color: inherit;
}
.section-green .ga-toolbar-button {
  color: white;
  font-weight: 400;
}

.section-content {
  width: 100%;
  max-width: 1170px;
  padding: 20px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section-content {
    padding: 20px 14px;
  }
}

.section-content-skinny {
  max-width: 970px;
}

.section-content-bigpadding {
  padding: 40px 20px;
}
@media (max-width: 767px) {
  .section-content-bigpadding {
    padding: 40px 14px;
  }
}

.section-content-nobottompadding {
  padding-bottom: 0;
}

.section-content-notoppadding {
  padding-top: 0;
}

#comments {
  margin: 20px 0;
}

.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) {
  .comment {
    padding: 15px;
  }
}

.comment-avatar {
  width: 80px;
  margin-right: 20px;
  float: left;
}
@media (max-width: 767px) {
  .comment-avatar {
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }
}

.comment-content {
  display: block;
  width: auto;
  margin-left: 100px;
  color: #606163;
}
@media (max-width: 767px) {
  .comment-content {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .comment-comment {
    margin-top: 10px;
    padding: 5px 5px;
  }
}

.comment-actions {
  clear: both;
  margin: 10px 0 0 84px;
}
@media (max-width: 767px) {
  .comment-actions {
    margin-left: 0;
  }
}

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

.comment-username-link {
  color: #0A708A !important;
  font-weight: 300;
  font-size: 1.2857142857rem;
}

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

.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;
}

.comment-input-extend {
  height: 120px !important;
}

.comment-helpertext {
  margin-bottom: 20px;
}

.comments-container {
  text-align: left;
}

.loader,
.loader::before,
.loader::after {
  border-radius: 50%;
}

.loader::before,
.loader::after {
  position: absolute;
  content: "";
}

.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;
}

.loader {
  font-size: 0.7857142857rem;
  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);
}

.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);
  }
}
.editphotos {
  margin-top: 20px;
  margin-right: -5px;
}

.editphotos-photo-controls {
  display: none;
  position: absolute;
  right: 4px;
  top: 4px;
}

.editphotos-photo {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 88px;
  height: 88px;
  margin: 0 5px 5px 0;
}
.editphotos-photo:hover {
  z-index: 9;
}
.editphotos-photo:hover .editphotos-photo-controls {
  display: block;
}

.editphotos-photo-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.photoContainer_inner {
  padding: 0 4px 4px 0;
  box-sizing: border-box;
}

.photoContainer_photo {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 4px 0 0 4px;
}

.detailphoto-sm {
  width: 100%;
  box-sizing: border-box;
  height: 79px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
}

.coverPhoto {
  width: 100%;
  height: 100%;
}

.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;
}
.detailphoto-overlay:hover {
  text-decoration: underline;
}

.detailphoto-lg {
  width: 100%;
  height: 300px;
}

.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;
}
.user-photo-wrapper img {
  width: 100%;
  height: 100%;
}

.user-photo-base {
  position: relative;
}

.user-photo-overlay {
  top: 16px;
  left: 16px;
  height: 16px !important;
  width: 16px !important;
  border-radius: 100%;
  border-style: none;
  position: absolute;
  background-color: white;
  color: #34573C;
  font-size: 16px;
}

.user-photo-wrapper-square {
  -webkit-border-radius: 8%;
  -moz-border-radius: 8%;
  -ms-border-radius: 8%;
  border-radius: 8%;
}

.user-photo-wrapper-small {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.user-photo-wrapper-large {
  width: 230px;
  height: 230px;
}
.user-photo-wrapper-large .user-photo-overlay {
  top: 170px;
  left: 170px;
  height: 50px !important;
  width: 50px !important;
  font-size: 50px;
}

.user-photo-wrapper-link {
  padding: 0 !important;
  display: block !important;
  height: 100% !important;
  width: 100% !important;
  overflow: hidden;
}

.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;
}
.user-photo-wrapper-changepicture * {
  vertical-align: middle;
}

.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;
}

.user-photo-wrapper-link:hover .user-photo-wrapper-changepicture {
  background: rgba(0, 0, 0, 0.6);
}
.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;
  }
}
.cardcontainer {
  display: block;
  overflow: hidden;
  padding: 4px;
}

.cardcontainer-right {
  float: right;
  width: 344px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .cardcontainer-right {
    float: none;
    width: auto;
    margin-left: 0;
  }
}

.cardcontainer-left {
  float: left;
  width: 290px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .cardcontainer-left {
    float: none;
    width: auto;
    margin-right: 0;
  }
}

.cardcontainer-content {
  max-width: 100%;
}

.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;
}

.card-pad {
  padding: 20px;
}

.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;
}

.card-header-title {
  color: #2F7944;
  text-transform: uppercase;
  margin: 0;
  padding: 8px;
  font-weight: bold;
  font-size: 1.7142857143rem;
}

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

.share-btns-title {
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .share-btns-title {
    display: inline-block;
    margin: 8px 8px 8px 0;
  }
}

.shareModalContainer .modal-body {
  margin-top: 0;
  padding-top: 0;
}
.shareModalContainer .modal-body .make-public {
  margin-bottom: 10px;
}
.shareModalContainer .modal-body .make-public label {
  cursor: pointer;
}
.shareModalContainer .modal-body .make-public input {
  vertical-align: baseline;
  margin-right: 5px;
}
.shareModalContainer .modal-body .copy-text textarea {
  height: 80px;
  cursor: text;
  color: gray;
  margin-bottom: 10px;
}
.shareModalContainer .modal-body .well {
  margin-top: 5px;
  overflow: hidden;
}
.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;
  }
}
.ga-pagetitle-container {
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  margin-bottom: 10px;
  padding-top: 10px;
  line-height: 1;
}
@media (max-width: 767px) {
  .ga-pagetitle-container {
    padding-top: 18px;
    margin-bottom: 18px;
  }
}

.ga-pagetitle-container-bordered {
  padding-bottom: 10px;
  border-bottom: 2px solid #4CD948;
  margin-bottom: 30px;
}

.ga-pagetitle-container-gray-bordered {
  padding-bottom: 10px;
  border-bottom: 1px solid #ACACAE;
  margin-bottom: 30px;
}

.ga-pagetitle-container-marginbottom {
  margin-bottom: 40px;
}

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

.ga-pagetitle-small {
  font-size: 1.4285714286rem;
}

.ga-headline {
  margin-top: 30px;
  letter-spacing: -0.01em;
  color: #184023;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .ga-headline {
    margin-bottom: 2px;
  }
}

.ga-headline-small {
  margin-top: 8px;
  font-size: 2.2857142857rem;
}
@media (max-width: 767px) {
  .ga-headline-small {
    font-size: 1.5714285714rem;
    margin-bottom: 2px;
  }
}

.ga-subpagetitle, .ga-pagesubtitle {
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  color: #777;
  margin-top: 8px;
  line-height: 1;
}

.tracktitle {
  max-width: 65%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tracktitle {
    max-width: 55%;
  }
}
@media (max-width: 767px) {
  .tracktitle {
    max-width: 49%;
  }
}

@media (max-width: 767px) {
  .ga-titleicons-container {
    float: right;
  }
}

.ga-pagetitle-secondaryinfo {
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .ga-pagetitle-secondaryinfo {
    display: none;
    margin: 0;
  }
}

.ga-titleicons {
  padding: 8px;
  margin-left: 8px;
  line-height: 1;
}
.ga-titleicons i {
  font-size: 2.2857142857rem;
}
@media (max-width: 767px) {
  .ga-titleicons {
    padding: 8px 2px;
    margin-left: 2px;
  }
  .ga-titleicons i {
    font-size: 1.8571428571rem;
  }
}

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

.ga-toolbar-noborder {
  border: 0;
}

.ga-toolbar-left {
  float: left;
}

.ga-toolbar-right {
  float: right;
  position: relative;
  border-left: 1px solid #eee;
}

.ga-toolbar-right-noborder {
  border-left: none;
}

.ga-viewselect {
  vertical-align: top;
  line-height: 1;
  /* flat button styles */
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", "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;
}

.ga-viewselect:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  .ga-toolbar-button-text {
    display: none;
  }
}

.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) {
  .filetype-toolbar {
    display: none !important;
  }
}

.ga-input, .form-row input, .comment-input {
  font-size: 1.1428571429rem;
  padding: 8px 8px 9px;
  border-radius: 4px;
  border: solid 1px #ccc;
  max-width: 100%;
  color: #222;
  font-weight: normal;
  line-height: 1.2;
}

.ga-input-smallfont {
  font-size: 1rem;
}

.ga-input-error {
  color: #CF4425;
  border-color: #CF4425;
}

.ga-input-fullwide {
  box-sizing: border-box;
  width: 100%;
}

.form-row {
  margin-bottom: 20px;
}
.help-block {
  margin-bottom: 0;
}
.help-block strong {
  color: #CF4425;
}

.stats-helpertext {
  margin-top: 40px;
  margin-left: 20px;
}

.stats-important-item {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 30px;
  margin-bottom: 20px;
}

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

.stats-important-item-text {
  display: inline-block;
  vertical-align: middle;
}

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

.stats-important-item-text-label {
  color: #606163;
  font-size: 1.1428571429rem;
  font-weight: 500;
}

.statsselect {
  font-size: 16px;
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}

.statsselect-label {
  display: block !important;
  margin-top: 10px;
  font-size: 1.1428571429rem;
}

.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;
}

.sticky-wrapper {
  position: relative;
  z-index: 1000;
}

.is-sticky-show {
  display: none;
}

.is-sticky .is-sticky-show {
  display: block;
}
.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;
}

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

.fileuploadimage-input {
  display: block !important;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  cursor: hand;
  cursor: pointer;
}

.fileuploadimage-icon {
  font-size: 80px;
}

.fileuploadimage-title {
  color: #404040;
}

@-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;
  }
}
input.btn.btn-warning, button.btn.btn-warning {
  background-color: #FA921B;
  border-color: #F58311;
}
input.btn.btn-warning:hover, button.btn.btn-warning:hover {
  background-color: #F58311;
  border-color: #E06214;
}
.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);
}

.alert-dark {
  background: #404040;
  color: #f0f0f0;
  border-color: #555;
}

.alert-green {
  background: #2F7944;
  color: #f0f0f0;
  border-color: #409D5B;
}
.alert-green a {
  color: #09647c;
}

.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;
}

.nav-tabs > li > div:hover {
  border: none;
  border-bottom: 3px solid rgba(47, 121, 68, 0.5);
  background: transparent;
}

.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 #2F7944;
}

@-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;
  }
}
#map_nav .navbar-toolbar-container .show-places-toggle {
  position: absolute;
  top: 3px;
  left: 310px;
}

#osm-search-map-container {
  padding-left: 8px;
  display: inline-block;
}

#osm-search {
  width: 310px;
}
@media (max-width: 767px) {
  #osm-search {
    width: 100%;
  }
}
#osm-search .icon {
  width: 24px;
  height: 24px;
}
#osm-search.toolbar-search {
  position: relative;
  display: inline-block;
  width: 300px;
  margin-top: 3px;
}
#osm-search.sidebar {
  padding-top: 4px;
  padding-bottom: 8px;
}

#osm-search-bar {
  display: flex;
  z-index: 5;
}
#osm-search-bar .search-component {
  display: flex;
  flex: 1;
  background-color: #CFD1D3;
  border-radius: 14px;
  height: 30px;
  color: #939496;
  padding: 0 0 0 8px;
}
#osm-search-bar .search-component input {
  font-size: 14px;
  white-space: nowrap;
  border: none;
  background-color: transparent;
}
#osm-search-bar .search-component input {
  width: 190px;
  height: 32px;
  color: #606163;
  border: none;
  background-color: transparent;
  overflow-x: hidden;
}
#osm-search-bar .close-icon, #osm-search-bar .location-icon {
  border: none;
  background: transparent;
  width: 28px;
  height: 28px;
  padding: 0;
  cursor: pointer;
}
#osm-search-bar .close-icon, #osm-search-bar .search-spinner {
  position: absolute;
  right: 50px;
  margin-top: 3px;
}
#osm-search-bar .search-spinner {
  margin-top: 7px;
}
#osm-search-bar .location-icon {
  margin-left: 10px;
  margin-bottom: 1px;
}
#osm-search-bar .search-icon {
  margin-top: 4px;
}
#osm-search-bar .search-icon path {
  fill: #939496;
}
#osm-search-bar .location-icon path {
  fill: #276338;
}
#osm-search-bar .close-icon path {
  fill: #606163;
}
#osm-search-bar .locked path {
  fill: #85EB81;
}

.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);
}
.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;
}
.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;
}
.react-autosuggest__suggestions-container .osm-suggestion .icon svg, .react-autosuggest__suggestions-container .hike-suggestion .icon svg {
  width: 24px;
  height: 24px;
}
.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: #276338;
}
.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;
}
.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%;
}
.react-autosuggest__suggestions-container .react-autosuggest__suggestion--highlighted {
  background-color: #E3E3E5 !important;
}

#osm-elevation-wrapper {
  position: absolute;
  bottom: 0;
  right: 50px;
  left: 35px;
  padding: 0;
}
#osm-elevation-wrapper.sidebar-visible {
  left: 345px;
}
#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;
}
#osm-elevation-wrapper .osm-elevation-profile.visible {
  display: block;
}
@media (max-width: 767px) {
  #osm-elevation-wrapper .osm-elevation-profile.visible {
    display: none;
  }
}

.action-bar-component button span {
  text-transform: none !important;
  font-size: 14px !important;
}

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

.pagecrumbs {
  display: block;
  border-bottom: 1px solid #CFD1D3;
  padding: 10px 0;
  margin-left: 0 !important;
  margin-bottom: 20px;
}

.crumbs-left {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 0;
}

@media (max-width: 767px) {
  .less-padding-small {
    padding-top: 0;
  }
  #titleSpan {
    font-size: 1.2857142857rem !important;
  }
}
.pagecrumbs-crumb {
  display: inline-block;
  vertical-align: middle;
  color: #ACACAE;
}

@media (max-width: 767px) {
  .expand-small {
    width: 100%;
    display: inline-block;
    margin-top: 1px;
  }
  .expand-small-center {
    text-align: center;
    margin-top: 12px;
  }
}
a.pagecrumbs-crumb-link {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  cursor: hand;
  cursor: pointer;
  text-decoration: underline;
}

a.pagecrumbs-crumb-link-left {
  padding-left: 0;
}

.pagecrumbs-crumb-current {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  color: #606163;
}

.pagecrumbs-crumb-break {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  color: #ACACAE;
}

.hk-title {
  margin-bottom: 0px;
  line-height: 1em;
  display: flex;
  font-size: 2.1428571429rem;
}

.less-important {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 0 1 auto;
}

.more-important {
  white-space: nowrap;
  padding: 0 5px;
  flex: 0 0 auto;
}

.hk-subtitle {
  color: #7B7B7D;
}
.hk-subtitle a {
  color: #1399BA;
}
.hk-subtitle a:hover {
  color: #0C86A5;
}

.photomapwall {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .photomapwall {
    display: block;
  }
}

.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) {
  .photomapwall-photomain {
    width: 100%;
    max-width: none;
  }
}

.photomapwall-photo {
  background: #eee;
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
}
.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;
}

.photomapwall-photomain-photo {
  object-fit: none;
  object-position: center;
}
.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;
}

.photomapwall-photosecondary {
  width: 200px;
  height: 300px;
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 0 0;
  flex-grow: 1;
}
.photomapwall-photosecondary .photomapwall-photo {
  height: 147px;
  margin: 0 0 6px 0;
}
.photomapwall-photosecondary .photomapwall-photo *:last-child {
  margin: 0;
}

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

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

.photowall-map-expand, .mapboxgl-ctrl-top-right {
  -webkit-transform: translateZ(0);
}

.photowall-map-expand:hover,
.photowall-map-expand:focus {
  background-color: #f4f4f4;
}

.lightbox-close {
  z-index: 1000;
}

.hk-toolbar {
  padding: 10px 12px;
  border-bottom: 1px solid #F1F2F3;
  margin-bottom: 10px;
  border-radius: 4px;
  border: 1px solid #EEE;
}
.hk-toolbar .ga-button-outline {
  color: #407F44;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 15px;
}
.hk-toolbar .ga-button-outline:hover, .hk-toolbar .ga-button-outline:active {
  color: #2F7944;
  box-shadow: none;
  background: transparent;
}
.hk-toolbar .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.hk-toolbar a {
  text-decoration: none !important;
}

.hk-stats {
  display: inline-block;
  vertical-align: top;
  padding-left: 0;
  padding-top: 20px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .hk-stats {
    padding-right: 0;
  }
}
.hk-stats .stats-important-item {
  width: 148px;
  margin-bottom: 30px;
  margin-top: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .hk-stats .stats-important-item {
    width: 28%;
  }
}
@media (max-width: 767px) {
  .hk-stats .stats-important-item-long {
    width: 33%;
  }
}
.hk-stats .stats-important-divider {
  width: 1px;
  background: #CFD1D3;
  height: 48px;
  display: inline-block;
  margin: 0 15px 30px 15px;
}
@media (max-width: 767px) {
  .hk-stats .stats-important-divider {
    margin: 0;
    margin-left: 4px;
    margin-right: 4px;
  }
}
.hk-stats .stats-important-item-icon {
  color: #7B7B7D;
}
.hk-stats .stats-important-item-text-label {
  text-transform: uppercase;
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  color: #7B7B7D;
  font-size: 0.8571428571rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .hk-stats .stats-important-item-text-label {
    font-size: 0.8571428571rem;
  }
}
.hk-stats .stats-important-item-text-value {
  font-size: 1.2857142857rem;
}
@media (max-width: 767px) {
  .hk-stats .stats-important-item-text-value {
    font-size: 1rem;
  }
}

.hk-stats-right-column {
  padding-right: 0;
}

.hk-graph {
  flex-grow: 1;
  background: #276338;
  width: 100%;
  height: 150px;
  vertical-align: top;
  padding-top: 12px;
  margin-bottom: 36px;
  margin-top: 8px;
}

.hk-info-small {
  display: inline-block;
  vertical-align: top;
  margin-right: 36px;
}

.hk-info-header {
  margin-bottom: 4px;
  color: #7B7B7D;
  font-size: 1.4285714286rem;
}

.hk-secondaryrow .hk-info-header {
  margin-bottom: 12px;
}

.hk-section-content {
  margin-bottom: 40px;
}

.reviews_list {
  margin-top: 20px;
}
.reviews_list li {
  margin-bottom: 10px;
}

.hk-info-content {
  margin-bottom: 30px;
}
.hk-info-content i {
  vertical-align: middle;
  font-size: 1.3571428571rem;
  width: 19px;
  color: #0A708A;
}
.hk-info-content span {
  vertical-align: middle;
}

.hk-section-header {
  font-size: 1.7142857143rem;
  font-weight: normal;
  margin-bottom: 24px;
  margin-top: 24px;
  color: #1C4F2B;
}

.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) {
  .hk-sitetosee {
    width: 100%;
  }
}

.hk-sitetosee div.photo-bg {
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 200px;
}

.hk-sitetosee a {
  width: 100%;
  display: inline-block;
}

.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.2857142857rem;
  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;
}

.hk-nearbyhike {
  margin-bottom: 30px;
  width: 100%;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
  padding: 20px;
  background-color: white;
  border-radius: 6px;
}
.hk-nearbyhike a {
  text-decoration: none !important;
}

.hk-nearbyhike a {
  width: 100%;
}

.hk-nearbyhike-image {
  background: #eee;
  height: 180px;
  background-size: cover;
  background-position: center;
}

.hk-nearbyhike-area {
  margin: 6px 0 6px 0;
  font-size: 1rem;
  color: #7B7B7D;
}

.hk-nearbyhike-title {
  margin: 9px 0 0 0;
  font-size: 1.2857142857rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 400px;
  width: 100%;
}

.hk-nearbyhike-trail-count {
  color: #0A708A;
  font-size: 1rem;
}

.hk-nearbyhike-difficulty {
  margin: 10px 0 10px 0;
  text-transform: uppercase;
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: bold;
}

.hk-nearbyhike-difficulty-medium {
  color: #FA921B;
}

.hk-nearbyhike-difficulty-hard {
  color: #CF4425;
}

.hk-nearbyhike-difficulty-easy {
  color: #4CD948;
}

.hk-nearbyhike-rating {
  color: #0A708A;
  padding-left: 51px;
}
.hk-nearbyhike-rating i {
  margin: 0 2px 0 0;
}

ol.hike-list li {
  list-style-type: none;
  padding-left: 4px;
  padding-right: 4px;
}

.hk-hike-title {
  top: 3px;
  position: relative;
  display: inline-block;
  padding-left: 51px;
}

.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;
}

.hk-userhike {
  border-bottom-width: 1px;
}

.hk-firstcomment {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.hk-onlycomment {
  border-top-width: 1px;
  padding-bottom: 0;
}

.hk-lastcomment {
  padding-bottom: 0;
}

.reviewText {
  margin-top: 12px;
  margin-bottom: 12px;
}

.hk-userhike-user-name {
  font-size: 1rem;
}

.hk-userhike-hike {
  margin: 0 auto;
}

hk-userhike-user-avatar {
  vertical-align: middle;
}

.react-rater-star.is-active, .react-rater-star.is-active-half::before {
  color: #85EB81 !important;
}

.react-rater-star.will-be-active {
  color: #ffd27f !important;
}

#sortoptions span {
  margin-right: 8px;
  margin-bottom: 12px;
  display: inline-block;
}

.input-range__track--active {
  background: white !important;
}

.input-range__label--min,
.input-range__label--max {
  display: none;
}

.input-range__label {
  color: white !important;
  font-size: 0.8571428571rem !important;
  height: 20px;
}

.input-range__slider {
  background: white !important;
}

#infoEditForm textarea {
  overflow: hidden;
}

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

.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.0714285714rem;
}
.filter-container h2 {
  display: inline-block;
  margin-bottom: 0;
  font-size: 1.2142857143rem !important;
  color: #7B7B7D;
}
.filter-container .distance-filter-container {
  display: inline-block;
  vertical-align: middle;
}
.filter-container .distance-filter-container div {
  margin-bottom: 0;
  font-size: 1.0714285714rem;
  border: none;
}

.title-row {
  padding-left: 0;
  min-height: 51px;
  margin-top: 12px;
}

.hk-toolbar li i {
  font-size: 1.1428571429rem;
  margin: 0 6px;
}

.hk-toolbar li img {
  width: 16px;
  margin: 0 6px;
}

#description {
  margin-bottom: 4px;
  max-height: 150px;
  overflow-y: auto;
}

.search-right {
  padding-left: 0;
}

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

.marker-selected span {
  background: #FA921B;
}

.marker-nomap span {
  transform-origin: center 22px;
  height: 38px;
  width: 38px;
}

.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;
}

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

.lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  cursor: hand;
  cursor: pointer;
  background: none;
  border: 0;
}
.lightbox-close:hover {
  color: rgb(255, 255, 255);
}

.lightbox-photo-container {
  position: relative;
  display: inline-block;
  flex-grow: 5;
  height: 100%;
}

.lightbox-photo {
  background: #000 center center;
  background-size: contain;
  background-repeat: no-repeat;
  align-self: center;
  height: 100%;
}

.lightbox-photo-leftarrow {
  position: absolute;
  top: 50%;
  left: 0;
  color: white;
  margin-top: -35px;
  padding: 10px;
  margin-left: 2px;
  opacity: 0;
  background: none;
  border: 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;
}

.lightbox-photo-rightarrow {
  position: absolute;
  top: 50%;
  right: 0;
  color: white;
  margin-top: -35px;
  padding: 10px;
  margin-right: 2px;
  opacity: 0;
  background: none;
  border: 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;
}

.lightbox-photo-title {
  opacity: 0;
  font-size: 1.2857142857rem;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  background: linear-gradient(top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  background-repeat: repeat-x;
  text-align: left;
  padding: 20px 20px 40px 20px;
}

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

.lightbox-photo-title-index {
  opacity: 0;
  font-size: 1.1428571429rem;
  margin-top: 8px;
}

.lightbox-photo-button {
  margin-top: 8px;
}

.lightbox-photo-container:hover .lightbox-photo-leftarrow, .lightbox-photo-container:hover .lightbox-photo-rightarrow {
  opacity: 0.7;
}
.lightbox-photo-container:hover .lightbox-photo-leftarrow:hover, .lightbox-photo-container:hover .lightbox-photo-rightarrow:hover {
  opacity: 1;
}
.lightbox-photo-container:hover .lightbox-photo-title {
  opacity: 1;
}
.lightbox-photo-container:hover .lightbox-photo-title-index {
  opacity: 0.7;
}

@-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;
  }
}
.profile-username {
  margin-bottom: 10px !important;
  display: block !important;
}

.profile-bio {
  margin-bottom: 20px;
  line-height: 1.2;
}

.profile-info-row {
  line-height: normal;
  margin-bottom: 4px;
}

.profile-info-row-text {
  max-width: 180px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#profile_image {
  width: 250px;
  height: 250px;
}

.edit-photo {
  border: 1px solid #1C1D1F;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
  top: 0;
  left: 0;
}

.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;
}

.profile form h1 {
  margin-bottom: 0px !important;
}
.profile .bio textarea {
  width: 80%;
  height: 300px;
  display: block;
}

.affiliate-background-img {
  padding: 30px 15px;
  background-image: url(../img/resources/affiliate/affiliate_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
}

.affiliate-logo {
  margin-left: 40px;
  margin-top: 24px;
  margin-bottom: 24px;
  max-width: 300px;
}
@media (max-width: 990px) {
  .affiliate-logo {
    margin-right: auto;
    margin-left: auto;
  }
}

.affiliate-white-logo-box {
  background-color: white;
  padding: 15px;
  border-radius: 4px;
  border-width: 2px;
  width: 50%;
}

.affiliate-intro-text {
  color: #FFFFFF;
  margin-left: 40px;
  max-width: 350px;
  text-align: left;
}
@media (max-width: 990px) {
  .affiliate-intro-text {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
}

.affiliate-section-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.affiliate-prem-description-section {
  background-color: #F1F2F3;
  padding-top: 60px;
  padding-bottom: 60px;
}

.premium-discount-block {
  margin: 36px 5% 0 16%;
}
.premium-discount-block .h3 {
  color: #276338;
}
@media (max-width: 767px) {
  .premium-discount-block {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .premium-discount-block {
    margin: 36px 5% 36px 5%;
  }
}

.subscription-features {
  text-align: left;
  display: inline-block;
  margin-left: 10px;
}
.subscription-features img {
  margin-right: 5px;
  vertical-align: bottom;
}

.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;
}
.discount-box .h4 {
  line-height: 24px;
  border-bottom: 0.3px solid #000000;
  margin: 15px 50px;
  padding-bottom: 15px;
}
.discount-box .h5 {
  text-decoration: line-through;
  color: #E35030;
}
.discount-box .h1 {
  margin: 5px 0;
}
.discount-box li {
  margin: 2px 0;
  font-size: 1.1428571429rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .discount-box li {
    font-size: 0.9285714286rem;
  }
}
.discount-box p {
  color: #939496;
}
@media (max-width: 425px) {
  .discount-box {
    width: 100%;
  }
}

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

#buy-now {
  margin: 24px auto;
}
@media (max-width: 767px) {
  #buy-now {
    margin: 5% auto;
  }
}

html {
  scroll-padding-top: 80px;
}

#base_body {
  background: white;
  font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  min-width: 320px;
  display: flex;
  min-height: 100vh;
  height: 100%;
  flex-direction: column;
}

#base_content, #main_container, #ssr-html {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  width: 100%;
}

#base_header, #base_footer {
  flex: none;
}

a {
  cursor: pointer;
}

abbr {
  text-decoration: none;
}

.alert-warning {
  color: #38383B;
}

.alert-warning a {
  color: #1399BA;
}

.jumbotron-nomargin {
  margin-bottom: 0;
}

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