/*@font-face {
  font-family: MuseoSansDisplay_Black;
  src: url("/static/fonts/MuseoSans/4_MuseoSansDisplay_Black.otf")  format("opentype");
}

@font-face {
  font-family: MuseoSansDisplay_Black_Light;
  src: url("/static/fonts/MuseoSans/3_MuseoSansDisplay_Light.otf")  format("opentype");
}*/

/*@font-face {
  font-family: CloneRoundedPE_Regular;
  src: url("/static/fonts/CloneRoundedPE/CloneRoundedPE-Rg.otf")  format("opentype");
}

@font-face {
  font-family: CloneRoundedPE_Light;
  src: url("/static/fonts/CloneRoundedPE/CloneRoundedPE-Lt.otf")  format("opentype");
}

@font-face {
  font-family: CloneRoundedPE_Bold;
  src: url("/static/fonts/CloneRoundedPE/CloneRoundedPE-Bd.otf")  format("opentype");
}*/

@font-face {
  font-family: OpenSans_Regular;
  src: url("/static/fonts/OpenSans-Regular.ttf")  format("truetype");
}

@font-face {
  font-family: OpenSansCondensed_Bold;
  src: url("/static/fonts/OpenSans_Condensed-Bold.ttf")  format("truetype");
}

/* The static directory has been deprecated in favor of the public directory. https://err.sh/zeit/next.js/static-dir-deprecated */

/* https://gist.github.com/dmurawsky/d45f068097d181c733a53687edce1919 */
/*html,
body,
body > div:first-child,
div#__next,
div#__next > div {
    height: 100%;
    width: 100%;
}*/

iframe .content-wrap{
  padding-bottom: 0rem; 
}

.leaderboard-inner-solo{
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: none;
  justify-content: center;
}

html{
  font-size: 10px;
  -webkit-text-size-adjust:none;
}

.tour-search input::placeholder{
  color:#434573;
}

.font-bold {
  font-family: OpenSansCondensed_Bold !important;
}

body {
  margin: 0;
  font-family: OpenSans_Regular;
  background-color: white;
}

.hero-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 50%;
  background-position-y: center;
  height: 60rem;
}

.hero-content{
  position: absolute;
  top: 0rem;
  width: 100%;
	height: 100%;
	font-family: OpenSansCondensed_Bold;
	font-weight: 500;
}

.raised-banner{
  position: absolute;
  top: 0rem;
  width: 100%;
	background-color: rgba(67, 69, 115, .75);
}

.raised-text{
  font-size: 5rem;
	font-style: italic;
	color: white;
	padding: 3rem;
}

#guidestar-logo {
  position:absolute;
  right:15rem;
}

/*@media screen and (max-width: 450px) {
  .banner-outer{
    height: 100%;
  }
}

@media screen and (max-width: 800px) and (min-width: 451px) {
  .banner-outer{
    height: 75vw;
  }
}

@media screen and (min-width: 801px) {
  .banner-outer{
    height: 60rem;
  }
}*/

.leaderboard-outer{
  width: 95%;
  margin: auto;
}

.leaderboard-inner{
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(30rem, 75rem));
  justify-content: center;
}

.leaderboard-container{
  margin: 1rem auto 1rem auto;
}

.leadboard-table{
  width: 100%;
}

.leadboard-row{
  margin:1rem;
}

.banner-outer{
  height: fit-content;
  width: 100%;
  text-align: center;
  background-image: url(https://yoc-h3.s3.us-west-2.amazonaws.com/photos/Hiker+Page+Images/yoc-bg.jpg);
  background-size: 101% auto;
  box-shadow: 0rem 1.5rem 1rem -1.5rem rgb(75 75 75 / 20%);
  position: relative;
}

.banner-image-container{
  position: relative;
  text-align: center;
  color: white;
}

.banner-image{
  max-height: 60rem;
  width: 100%;
  /*object-fit: contain;*/
}

.banner-container{
  box-Shadow: 0 1rem 1rem #f2f2f2; 
  width: 100%;
  position: relative;
  height: 75vw;
  max-height: 60rem;
  z-Index: 0;
  background-Image: linear-gradient(to right, #fcfcfc, #ededed, #fcfcfc);
}

.hiker-title-container {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0rem;
  left: 3rem;
  text-shadow: rgba(67, 69, 115, 0.4) .3rem .3rem 0rem;
}

.hiker-title {
  font-size: 7.7rem;
  width: 100%;
  color: #fff;
  padding: .6rem 1rem .2rem 1rem;
}

.hiker-title-component {
  display: inline-block;
}

.hike-banner-modal {
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.hike-banner-body {
  top: 7rem;
  text-align:center;
  width:80%;
  margin:0 auto; 
  color:#fff;
}

.hike-banner-body .hike-title {
  font-size: 5rem;
}

.hike-banner-body .hike-raised {
  font-size: 2.5rem;
}

.hike-banner-body .hike-story {
  font-size: 1.7rem;
}

.video-container {
  width:100%;
  padding: 0rem 3rem;
}

.leaderboard .pager {
  color: #434573;
  width: 100%;
  display: flex; 
  margin-top: 2.5rem;
}

#quick-links {
  padding-left: 10rem;
}

.footer .container {
  display: flex;
} 

.footer .wrapper {
  width: 50% ;
  margin: 0 auto; 
  padding-top: 5rem; 
  font-size: 1.5rem;
  background-color: #515050;
}

.donation-container {
  padding-top: 5rem; 
}

.help-block {
	color: red;
}

.btn-primary {
  color: #fff;
  background-color: #434573;
  border-color: #434573;
  -webkit-transition:background-color 1s;
}

.widget {
  border-radius: .8rem;
  background-color: #fff;
  box-shadow:0 0 1rem rgba(75,75,75,0.10);
  padding: 1rem;
  margin: 1rem;
  background-color: #f8f9fa;
  border: .1rem solid #ebeced!important;
}

.pop-up-widget {
  border-radius: .8rem;
  background-color: #fff;
  box-shadow:0 0 1rem rgba(75,75,75,0.10);
  padding: 1rem;
  margin: 1rem;
  background-color: #f8f9fa;
  border: .1rem solid #ebeced !important;
}

.icon {
  height: 2rem;
  width: 2rem;
  display: block;
}

.inner {
  padding: 2.5rem;
  width: 100%;
}

.max-w-400 {
  max-width: 40rem;
}

.max-w-700 {
  max-width: 70rem;
}

.flex {
	display: flex;
}

.flex-vert-center {
  align-items: center;
}

.horz-center {
  justify-content: center
}

.centered {
  margin-right: auto;
  margin-left: auto;
}

.footer-social {
  color: #2C7C69;
  display: inline-block;
  padding: 0rem .2rem;
  text-decoration: none;
}

.menu-item {
  text-decoration: none;
  cursor: pointer;
}

.page-container {
  position: relative;
  min-height: 100vh;
}

.content-wrap {
  padding-bottom: 35rem;    /* Footer height */
  /*margin-top:7.4rem;*/
}

.header-chevron{
  color: #434573;
}

.header-path-text{
  color: #434573;
  text-decoration: underline;
}

.learn-more-button-desktop{
  display: initial;
  padding-left: 3rem;
}

.hero-bottom-cont{
  position: absolute;
  bottom: 0rem;
	width: 100%;
	display: inline-flex;
}

.view-leaderboard-cont{
  margin-top: auto;
  margin-bottom: 6rem;
	margin-left: 10%;
}

.leaderboard-arrows{
  position: absolute;
	height: 15rem;
	width: 100%;
	margin-left: 10rem;
  margin-top: 2rem;
}

.hiker-content{
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.profile-image{
  max-height: 40rem;
  height: 30rem;
  display: block;
}

.goal-text{
  font-size: 4rem;
  margin-bottom: 1rem;
  color: #434573;
}

.goal-bar{
  font-size: 6rem;
  margin-bottom: 1rem;
  color: #434573;
}

.donate-button {
	width: 50%; 
	height: 5rem;
	padding: .2rem 0rem;
	border-style: none;
	font-size: 2rem;
	color: white;
	background-color: #2C7C69;
	border-radius: 0rem;
	display: block;
	margin: auto;
}

.hiker-story{
  color: #434573;
  font-size: 2rem;
  padding: 4rem 3rem 1rem 3rem
}

.hiker-story a{
  color: #2C7C69;
  text-decoration: underline;
}

.hiker-details{
  color: #434573;
  font-size: 2.8rem;
  font-family: OpenSans_Regular;
}

.footer {
  width: 100%;
  height: 25rem;
  border-top: .2rem solid #2C7C69;
  background-color: #F9F9F9;
  margin-top: 10rem;
  position: absolute;
  bottom: 0;
}

.footer-horiz-section{
  max-width: 35rem;
}

.footer-link{
  align-content: center;
}

.footer-link .footer-linkText{
  font-size: 3rem;
  color: #2C7C69;
  text-decoration: underline;
}

.footer-link .footer-linkText a{
  color: #2C7C69;
}

.footer-link .insta-img{
  height: 7rem;
  display: block;
  margin: auto;
}

.footer-link .insta-text{
  font-size: 3rem;
  color: #434573;
  text-align: center;
  width: 30rem;
}

.footer .bottom-content {
  color: #434573;
  text-align: center;
  margin-top: 1rem;
  padding: .8rem 0rem;
}

.footer .bottom-content{
  font-size: 1.5rem;
}

.footer .bottom-content a{
  color: #2C7C69;
  text-decoration: underline;
}

.footer ul{
  list-style-type: none;
  padding: 0;
}

.footer li{
  margin-top: 1rem;
}

.footer ul a{
  text-decoration: none;
  color:#2C7C69;
}

.footer ul a:hover,
.footer-social:hover {
  color: #2C7C69;
}

.image-edit-breadcrumb ul {
  list-style-type: none;
  padding: 0;
}

.image-edit-breadcrumb ul li:hover {
  color: #2C7C69;
}

.image-edit-breadcrumb  li{
  padding-top: 1rem;
}

.container {
  max-width: 105rem;
  margin: 0 auto;
}

.yoc-green {
  background-color: #2C7C69;
}

.yoc-blue {
  color: #434573;
}

.grey-btn {
  background-color: #e6e6e6;
}

.underline {
  text-decoration: underline
}

.no-drag {
  user-drag: none; 
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.bold {
  font-weight: bold
}

.white-hover:hover {
  background-color: #dededd;
} 

.white-hover:active {
  background-color: #c5c5c4;
} 

.pointer {
  cursor: pointer !important;
}

.dynamic-field:hover,
.dynamic-btn:hover:enabled {
  filter: brightness(80%) !important;
  cursor: pointer !important;
}

.dynamic-field:active,
.dynamic-btn:active:enabled {
  filter: brightness(70%) !important;
  cursor: pointer !important;
}

.dynamic-btn:disabled {
  background-color: #c2e3aa;
  cursor: progress !important;
}

.pointer-hover:hover {
  background-color: #e3e3e3 !important;
  cursor: pointer !important;
}

.pop-up {
  position: absolute;
  width: 100%;
  z-index: 100;
}

.wide { 
  width: 100%;
}

.close {
  float: right;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 .1rem 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  border:0;
  background: 0 0;
  cursor: pointer;
}

.search-button {
  background-color: #434573;
  border: .1rem solid #434573;
  color: #fff;
  align-items: center;
  box-sizing: border-box;
}

.header {
  transition: top 0.5s;
  /*position:fixed; */
  width:100%; 
  top:0rem; 
  z-index:100;
}

.header.hidden {
  top: -20rem;
}

.full-input {
  border: .1rem solid #2C7C69;
  box-sizing: border-box;
  width: 100%;
  padding:.5rem;
  border-radius: .2rem;
}

.grey {
  color: #cbced3;
}

.grey:hover {
  color: #a8abaf !important;
}

.ticketForm .form-group {
  width: 50%;
}

li.has-error {
  color: red;
  font-weight: bold;
}

.yoc-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 11;
}

.yoc-modal-overlay .pop-up-widget {  
  margin-top: 10rem;
  position: fixed;
}

.padding-25 {
  padding: 2.5rem;
}

/* for react-input-autosize in IE, see https://github.com/JedWatson/react-input-autosize */
input::-ms-clear {
  display: none;
}

.yearCont {
	margin-left: auto;
}

.yearText {
	display: flex;
	font-size: 33rem;
	line-height: 25.6rem;
	color: white;
	opacity: .7;
	width: 100%;
	text-shadow: rgba(67, 69, 115, 0.4) 1rem 1rem 0rem;
}