#find-your-bike {
  /*$pink : transparentize(#aa29f4,.27);*/
  /* line 3, scss/style.scss */
  margin-top: 0 !important;
  /* line 5, scss/style.scss */

  /* line 6, scss/style.scss */

  /* line 9, scss/style.scss */

  /* line 10, scss/style.scss */

  /* line 13, scss/style.scss */

  /* line 16, scss/style.scss */

  /* line 18, scss/style.scss */

  /* line 21, scss/style.scss */

  /* line 22, scss/style.scss */

  /* -- Header ------------------------------------------ */

  /* line 26, scss/style.scss */

  /* line 33, scss/style.scss */

  /* -- end Header ------------------------------------------ */

  /* line 38, scss/style.scss */

  /* line 41, scss/style.scss */

  /* line 46, scss/style.scss */

  /* line 49, scss/style.scss */

  /* line 50, scss/style.scss */

  /* -- Question ------------------------------------------ */

  /* line 54, scss/style.scss */

  /* line 58, scss/style.scss */

  /* line 59, scss/style.scss */

  /* line 60, scss/style.scss */

  /* line 64, scss/style.scss */

  /* line 67, scss/style.scss */

  /* line 72, scss/style.scss */

  /* line 73, scss/style.scss */

  /* line 80, scss/style.scss */

  /* line 85, scss/style.scss */

  /* line 88, scss/style.scss */

  /* line 91, scss/style.scss */

  /* line 93, scss/style.scss */

  /* line 95, scss/style.scss */

  /* line 103, scss/style.scss */

  /* line 105, scss/style.scss */

  /* line 106, scss/style.scss */

  /* line 107, scss/style.scss */

  /* -- end Question ------------------------------------ */

  /* -- Map / Line elements ----------------------------- */

  /* line 117, scss/style.scss */

  /* line 122, scss/style.scss */

  /* line 123, scss/style.scss */

  /* -- end Map / Line elements ------------------------- */

  /* -- Final Result ------------------------------------ */

  /* line 130, scss/style.scss */

  /* line 133, scss/style.scss */

  /* line 136, scss/style.scss */

  /* line 137, scss/style.scss */

  /* line 140, scss/style.scss */

  /* line 148, scss/style.scss */

  /* line 156, scss/style.scss */

  /* line 164, scss/style.scss */

  /* line 168, scss/style.scss */

  /* line 174, scss/style.scss */

  /* line 180, scss/style.scss */

  /* line 181, scss/style.scss */

  /* line 184, scss/style.scss */

  /* line 191, scss/style.scss */

  /* line 196, scss/style.scss */

  /* line 198, scss/style.scss */

  /* line 206, scss/style.scss */

  /* line 208, scss/style.scss */

  /* line 209, scss/style.scss */

  /* line 210, scss/style.scss */

  /* -- end Final Result -------------------------------- */

  /* -- Footer ------------------------------------------ */

  /* line 219, scss/style.scss */

  /* line 225, scss/style.scss */

}
#find-your-bike h1,
#find-your-bike h2,
#find-your-bike h3,
#find-your-bike h4,
#find-your-bike h5,
#find-your-bike h6 {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 700;
}
#find-your-bike h1 a,
#find-your-bike h2 a,
#find-your-bike h3 a,
#find-your-bike h4 a,
#find-your-bike h5 a,
#find-your-bike h6 a {
  color: black;
  text-decoration: none;
}
#find-your-bike p {
  display: block;
  margin: 0 0 0.5em;
  color: #555555;
}
#find-your-bike p a {
  color: #555555;
  text-decoration: none;
}
#find-your-bike .row {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #find-your-bike .row {
    max-width: 100%;
  }
}
#find-your-bike .row.half {
  max-width: 480px;
}
#find-your-bike .row img {
  max-width: 100%;
}
#find-your-bike .clear {
  clear: both;
}
#find-your-bike .bgWhite {
  width: 100%;
  background: white;
}
#find-your-bike header {
  position: fixed;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 40px;
  padding: 25px 0 15px;
  color: white;
  font-size: 130%;
  text-align: center;
  background: #555555;
}
#find-your-bike header p {
  margin: 0;
  color: white;
}
#find-your-bike #feature {
  height: 510px;
  background: url("/Content/img/bike-finder/bgFeature.jpg") center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 480px) {
  #find-your-bike #feature {
    height: auto;
  }
}
#find-your-bike #feature img {
  margin-top: 320px;
}
@media only screen and (max-width: 480px) {
  #find-your-bike #feature img {
    margin: 80px 0 20px;
  }
}
#find-your-bike #intro {
  margin: 2em auto;
}
@media only screen and (max-width: 768px) {
  #find-your-bike #intro {
    margin: 2em 16px;
  }
}
#find-your-bike #intro h2 {
  margin-bottom: 0;
  text-transform: uppercase;
}
#find-your-bike #intro p {
  color: #626060;
}
#find-your-bike .questionSection {
  margin: -120px auto 0;
  padding-top: 120px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  #find-your-bike .questionSection {
    margin: -120px 16px 0;
  }
}
#find-your-bike .questionSection .story {
  max-width: 780px;
  margin: 0 auto;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 700;
}
#find-your-bike .questionSection .story p {
  font-size: 20px;
  line-height: 40px;
  color: #555555;
}
#find-your-bike .questionSection .story p span {
  text-decoration: underline;
}
#find-your-bike .questionSection .question h3 {
  margin: 0;
  letter-spacing: -1px;
  font-size: 50px;
  color: #555555;
  font-family: 'cheddar_jackregular';
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
@media only screen and (max-width: 480px) {
  #find-your-bike .questionSection .question h3 {
    font-size: 32px;
    letter-spacing: 0;
  }
}
#find-your-bike .questionSection .question h3::first-letter {
  letter-spacing: -10px;
}
@media only screen and (max-width: 480px) {
  #find-your-bike .questionSection .question h3::first-letter {
    letter-spacing: -2px;
  }
}
#find-your-bike .questionSection .answers {
  margin-bottom: 2em;
}
#find-your-bike .questionSection .answers a {
  display: block;
  max-width: 600px;
  margin: 1em auto;
  padding: 0.25em 1em;
  text-decoration: none;
  color: #555555;
  background: white;
  border: 1px solid #6ed1c7;
}
#find-your-bike .questionSection .answers a:hover {
  cursor: pointer;
  background: #e8c5fc;
}
#find-your-bike .questionSection.one .answers a {
  max-width: 528px;
}
#find-your-bike .questionSection.two .answers a {
  max-width: 700px;
}
#find-your-bike .questionSection .bikeOptions {
  width: 700px;
  max-width: 100%;
  margin: 0 auto 4em;
  text-align: center;
}
#find-your-bike .questionSection .bikeOptions p {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 700;
}
#find-your-bike .questionSection .bikeOptions .row .column {
  float: left;
  width: 25%;
  padding: 1em;
  text-transform: uppercase;
  font-size: 80%;
  color: #555555;
  border-right: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#find-your-bike .questionSection .bikeOptions .row .column:first-of-type {
  border-left: 1px solid #dddddd;
}
#find-your-bike .questionSection .bikeOptions .row .column img {
  margin-bottom: 0.5em;
}
#find-your-bike .questionSection .bikeOptions .row .column h5 {
  margin: 0;
  font-size: 100%;
}
#find-your-bike .questionSection .bikeOptions .row .column p {
  margin: 0;
  font-size: 90%;
  color: #999999;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
}
#find-your-bike .map {
  height: 1000px;
  margin: 3em auto;
  background: url("/Content/img/bike-finder/imgDottedLine.png") center center repeat-y;
}
#find-your-bike .map .wheel {
  position: relative;
  display: block;
  width: 116px;
  height: 116px;
  margin: 0 auto;
  text-align: center;
}
#find-your-bike .map .wheel img {
  position: absolute;
  display: block;
  top: 0;
}
#find-your-bike #finalResult {
  margin: -120px auto 0;
  padding-top: 120px;
}
@media only screen and (max-width: 480px) {
  #find-your-bike #finalResult {
    max-width: 100%;
  }
}
#find-your-bike #finalResult .story {
  text-align: center;
}
@media only screen and (max-width: 480px) {
  #find-your-bike #finalResult .story {
    margin: 0 16px;
  }
}
#find-your-bike #finalResult .story h3 {
  margin: 0 auto;
  color: #00bff3;
  font-family: 'cheddar_jackregular';
  font-weight: normal;
  font-style: normal;
  font-size: 400%;
}
#find-your-bike #finalResult .story p {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 700;
}
#find-your-bike #finalResult #finalBike {
  position: relative;
  min-height: 550px;
  text-align: center;
  background: url("/Content/img/bike-finder/bgBushes.png") top center no-repeat;
  /*background-position-y:20%;*/

}
@media only screen and (max-width: 768px) {
  #find-your-bike #finalResult #finalBike {
    min-height: 0;
  }
}
#find-your-bike #finalResult #finalBike #bikeImg {
  position: absolute;
  top: 60px;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #find-your-bike #finalResult #finalBike #bikeImg {
    position: relative;
    top: auto;
    display: block;
    max-width: 100%;
  }
}
#find-your-bike #finalResult #finalBike #bikeImg #bikeImgContainer {
  position: relative;
  max-width: 960px;
  width: 900px;
  height: 450px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #find-your-bike #finalResult #finalBike #bikeImg #bikeImgContainer {
    max-width: 100%;
    height: auto;
  }
}
#find-your-bike #finalResult #finalBike #bikeImg #bikeImgContainer img#bike {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #find-your-bike #finalResult #finalBike #bikeImg #bikeImgContainer img#bike {
    position: relative;
    display: block;
    top: auto;
    left: auto;
    max-width: 100%;
  }
}
#find-your-bike #finalResult #finalBike #bikeImg #bikeImgContainer #finalBikeDetails {
  position: absolute;
  z-index: 1;
  top: 270px;
  right: 0;
  text-align: right;
  font-size: 90%;
}
@media only screen and (max-width: 768px) {
  #find-your-bike #finalResult #finalBike #bikeImg #bikeImgContainer #finalBikeDetails {
    display: none;
  }
}
#find-your-bike #finalResult #finalBike #bikeImg #bikeImgContainer #finalBikeDetails #bikeTag {
  margin-bottom: 5px;
  padding: 1em;
  padding-left: 2em;
  text-transform: uppercase;
  text-align: center;
  background: white;
  border: 1px solid #6ed1c7;
}
#find-your-bike #finalResult #finalBike #bikeImg #bikeImgContainer #finalBikeDetails #bikeTag h5 {
  margin: 0 2em 0;
  font-size: 100%;
}
#find-your-bike #finalResult #finalBike #bikeImg #bikeImgContainer #finalBikeDetails #bikeTag p {
  margin: 0;
  font-size: 90%;
  color: #999999;
}
#find-your-bike #finalResult #finalBike #bikeImg #bikeImgContainer #finalBikeDetails p {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  color: white;
}
#find-your-bike #finalResult #endChooser {
  max-width: 100%;
  width: 700px;
  margin: 0 auto;
  padding-bottom: 4em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #find-your-bike #finalResult #endChooser {
    max-width: 100%;
    padding-top: 16px;
  }
}
#find-your-bike #finalResult #endChooser p {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 700;
}
#find-your-bike #finalResult #endChooser .row .column {
  float: left;
  width: 25%;
  padding: 1em;
  text-transform: uppercase;
  font-size: 80%;
  color: #555555;
  border-right: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#find-your-bike #finalResult #endChooser .row .column:first-of-type {
  border-left: 1px solid #dddddd;
}
#find-your-bike #finalResult #endChooser .row .column img {
  margin-bottom: 0.5em;
}
#find-your-bike #finalResult #endChooser .row .column h5 {
  margin: 0;
  font-size: 100%;
}
#find-your-bike #finalResult #endChooser .row .column p {
  margin: 0;
  font-size: 90%;
  color: #999999;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
}
#find-your-bike footer {
  width: 100%;
  height: 40px;
  padding: 25px 0 15px;
  color: white;
  font-size: 130%;
  text-align: center;
  background: #555555;
}
#find-your-bike footer p {
  margin: 0;
  color: white;
}
#find-your-bike {
  font-size: 16px;
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  background: url("/Content/img/bike-finder/bgSky.jpg") center center no-repeat fixed !important;
}
