/* roboto-slab-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/roboto-slab-v34-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-slab-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/roboto-slab-v34-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-slab-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/roboto-slab-v34-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-slab-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/roboto-slab-v34-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ropa-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Ropa Sans";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/ropa-sans-v15-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.bf-report *,
.bf-report ::after,
.bf-report ::before,
html.bf-report {
  -webkit-box-sizing: border-box;
}

section#bikeflash-report .clearfloat,
section#bikeflash-report article,
section#bikeflash-report aside,
section#bikeflash-report details,
section#bikeflash-report figcaption,
section#bikeflash-report figure,
section#bikeflash-report footer,
section#bikeflash-report header,
section#bikeflash-report hgroup,
section#bikeflash-report main,
section#bikeflash-report nav,
section#bikeflash-report section,
section#bikeflash-report subhead,
section#bikeflash-report summary {
  display: block;
}

html.bf-report {
  box-sizing: border-box;
  overflow-y: -moz-scrollbars-vertical;
  overflow-y: scroll;
}

.bf-report *,
.bf-report ::after,
.bf-report ::before {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 0;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}

body#bf-reporter,
section#bikeflash-report #bubbleReport,
section#bikeflash-report .imagetoggle span,
section#bikeflash-report .infobox,
section#bikeflash-report .infobox h3 {
  font-family: "Bunday Slab W01 Regular";
  font-family: "Roboto Slab";
}

section#bikeflash-report .imagetoggle img {
  display: none;
}

section#bikeflash-report .infobox h3 {
  margin: 20px 0;
}

section#bikeflash-report .infobox p {
  margin: 1vh 0 10px;
}

section#bikeflash-report ol,
section#bikeflash-report ul {
  list-style: none;
}

section#bikeflash-report table {
  border-collapse: collapse;
  border-spacing: 0;
}

section#bikeflash-report .clearfloat {
  content: ".";
  clear: both;
  visibility: hidden;
  height: 0;
}

section#bikeflash-report img {
  max-width: 100%;
  height: auto;
}

section#bikeflash-report a {
  -webkit-tap-highlight-color: rgba(243, 145, 0, 0.5);
}

body#bf-reporter {
  background: #828282;
  color: #fff;
  font-size: 0.94em;
  counter-reset: step;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

section#bikeflash-report h1,
section#bikeflash-report h2 {
  text-align: center;
  margin: 1rem 0;
}

section#bikeflash-report #bikeflashmap,
section#bikeflash-report #bikeflashmapOverview {
  width: 100%;
  height: 500px;
  margin: 1rem 0;
}

section#bikeflash-report .find #bikeflashmapOverview {
  height: calc(100vh - 15rem);
}

body,
section#bikeflash-report,
section#bikeflash-report form,
section#bikeflash-report > article {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}

section#bikeflash-report form {
  max-width: 1100px;
  -ms-flex-item-align: center;
  align-self: center;
}

section#bikeflash-report form #reportbox {
  -webkit-box-orient: horizontal;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}

section#bikeflash-report form #reportbox > div {
  width: 48%;
  margin-bottom: 5vh;
}

section#bikeflash-report {
  padding-bottom: 3rem;
}

section#bikeflash-report .infobox {
  line-height: 140%;
  font-size: 0.8rem;
  color: #828282;
  letter-spacing: 1px;
  min-height: 60px;
}

section#bikeflash-report strong {
  font-weight: 700;
}

section#bikeflash-report .imagetoggle span,
section#bikeflash-report .infobox h3 {
  font-size: 1.4rem;
  font-size: 0.9rem;
  color: #828282;
  margin-bottom: 5px;
  font-family: "Bunday Slab W01 Regular";
  font-family: "Roboto Slab";
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
}

section#bikeflash-report .imagetoggle span {
  margin: 20px 0 5px;
  font-size: 1.1rem;
  cursor: pointer;
}

section#bikeflash-report .infobox hr {
  display: block;
  border: none;
  background: #ef7d00;
  width: 100%;
  height: 1px;
  margin-bottom: 5px;
}

.orange {
  color: #ef7d00;
}

section#bikeflash-report > header {
  background: #fff;
  padding: 1rem;
  height: 8rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

section#bikeflash-report #message-description,
section#bikeflash-report #message-image,
section#bikeflash-report .details,
section#bikeflash-report .hiddenfile,
section#bikeflash-report .imagestep,
section#bikeflash-report .intro,
section#bikeflash-report .prepage,
section#bikeflash-report .success,
section#bikeflash-report .success-message-contact,
section#bikeflash-report .summary {
  display: none;
}

section#bikeflash-report > header nav {
  font-size: 1.1rem;
}

section#bikeflash-report > header nav li {
  margin-bottom: 5px;
  text-align: right;
}

section#bikeflash-report > header nav li a {
  color: #000;
  text-decoration: none;
}

section#bikeflash-report #contactForm a,
section#bikeflash-report .intro-description h2,
section#bikeflash-report .success-message h2,
section#bikeflash-report .success-message-contact h2,
section#bikeflash-report .summary-description-container h2 {
  color: #fff;
}

section#bikeflash-report .infobox img {
  max-width: 250px !important;
  margin: 20px 0;
}

section#bikeflash-report > header a {
  height: 80%;
}

section#bikeflash-report .g-recaptcha {
  margin: 0 auto;
}

section#bikeflash-report > header img.logo {
  height: 100%;
  width: auto;
}

section#bikeflash-report,
section#bikeflash-report form {
  width: 100%;
}

section#bikeflash-report .find {
  padding: 1rem;
}

section#bikeflash-report .details,
section#bikeflash-report .prepage.fallback form {
  background: linear-gradient(155deg, #e8653d 0, #f39100 100%);
  margin: 5vh 0;
  padding: 2vh 5vh;
}

section#bikeflash-report .details {
  text-align: center;
}

section#bikeflash-report .prepage.fallback {
  min-height: 1vh;
  position: fixed;
  z-index: 888888888;
  width: 100%;
  text-align: center;
}

section#bikeflash-report .prepage.fallback form {
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.75);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section#bikeflash-report .intro {
  max-height: 50vh;
}

section#bikeflash-report .hiddenfile {
  width: 0;
  height: 0;
  overflow: hidden;
}

section#bikeflash-report form input,
section#bikeflash-report textarea {
  font-size: 1.4rem;
  font-size: 1rem;
  color: #828282;
  padding: 0.4rem;
  border: 2px solid transparent;
  width: 100%;
  margin-bottom: 10px;
}

section#bikeflash-report .prepage.fallback form input {
  max-width: 300px;
}

section#bikeflash-report textarea {
  min-height: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}

section#bikeflash-report form input[type="checkbox"] {
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  margin: 0;
}

label a {
  color: inherit;
}

section#bikeflash-report form input:focus,
section#bikeflash-report textarea:focus {
  border-color: #ef7d00;
  outline: 0;
}

section#bikeflash-report form label,
section#bikeflash-report p {
  margin: 1rem 0;
  font-size: 1.1rem;
  font-family: "Ropa Sans";
}

section#bikeflash-report form p {
  font-size: 1.1rem;
}

section#bikeflash-report input[type="submit"]:disabled {
  opacity: 0.2;
  cursor: not-allowed;
  text-decoration: line-through;
}

section#bikeflash-report .details-description,
section#bikeflash-report .intro-description,
section#bikeflash-report .story p,
section#bikeflash-report .success-message,
section#bikeflash-report .success-message-contact,
section#bikeflash-report .summary-description-container {
  padding: 6px;
  margin: 20px 0;
}

section#bikeflash-report #contactForm > div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 10px 0;
}

section#bikeflash-report .helper,
section#bikeflash-report .voting {
  -webkit-box-pack: justify;
  -webkit-box-orient: horizontal;
}

section#bikeflash-report form#contactForm div > label {
  font-size: 1rem;
  margin: 0;
  font-family: DIN W01 Regular;
}

section#bikeflash-report .voting {
  margin: 0;
  display: inline-flex;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

section#bikeflash-report .voting .voteid {
  display: none;
}

section#bikeflash-report .voting span {
  background: #ef7d00;
  color: #fff;
  text-align: center;
  width: 45%;
  padding: 0.5vh 1vh;
  cursor: pointer;
}

section#bikeflash-report .helper {
  padding: 12px;
  position: fixed;
  z-index: 910;
  max-width: 400px;
  top: 40vh;
  left: 5vh;
  background: #fff;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.75);
  display: inline-flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

section#bikeflash-report .helper section,
section#bikeflash-report .helper.legend {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

section#bikeflash-report .helper section {
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-left: -10px;
}

section#bikeflash-report .helper img {
  -ms-flex-item-align: center;
  align-self: center;
  width: auto;
}

section#bikeflash-report .helper > img {
  height: 200%;
  max-width: 1000px;
  min-height: 150px;
  margin-top: -40px;
}

section#bikeflash-report .helper.legend {
  top: 1rem;
  left: auto;
  right: 1rem;
  width: auto;
  max-width: 300px;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column;
}

section#bikeflash-report .helper.legend p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 0;
  width: 100%;
}

section#bikeflash-report .helper h3 {
  color: #ef7d00;
  font-size: 1.4rem;
}

section#bikeflash-report .helper p {
  font-size: 0.8rem;
  line-height: 160%;
  color: #828282;
}

section#bikeflash-report .helper.legend p img {
  width: 40px;
  height: auto;
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: 10px;
}

section#bikeflash-report .helper p a {
  color: inherit;
}

section#bikeflash-report .helper button {
  background: 0 0;
  color: #ef7d00;
  font-size: 2rem;
  cursor: pointer;
  position: absolute;
  top: -8px;
  right: -8px;
}

section#bikeflash-report h1 {
  font-size: 2rem;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}

section#bikeflash-report .details-description p,
section#bikeflash-report .intro-description p,
section#bikeflash-report .story p,
section#bikeflash-report .success-message p,
section#bikeflash-report .success-message-contact p,
section#bikeflash-report .summary-description-container p {
  padding: 0 2rem;
  text-align: center;
  font-size: 1rem;
  font-family: DIN W01 Regular;
}

section#bikeflash-report .story p {
  padding: 2rem;
}

section#bikeflash-report h2 {
  font-size: 1.3rem;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  color: #ef7d00;
}

section#bikeflash-report .summary p {
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}

section#bikeflash-report #summary-description,
section#bikeflash-report #summary-street1,
section#bikeflash-report #summary-street2,
section#bikeflash-report #summary-zip {
  color: #fff;
  font-weight: 700;
}

section#bikeflash-report #summary-bikeflashmap {
  height: 250px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

section#bikeflash-report #textlimit {
  font-size: 0.9rem;
  width: 100%;
  text-align: right;
  display: block;
  position: relative;
  top: -40px;
  color: #828282;
  right: 10px;
}

section#bikeflash-report #preview,
section#bikeflash-report #summary-preview {
  padding: 1rem;
}

section#bikeflash-report #preview img,
section#bikeflash-report #summary-preview img {
  border: 2px solid #fff;
}

section#bikeflash-report #bubbleReport,
section#bikeflash-report #chooseFile,
section#bikeflash-report #find,
section#bikeflash-report #findme,
section#bikeflash-report #findmefallback,
section#bikeflash-report #next2,
section#bikeflash-report #next3,
section#bikeflash-report #noFile,
section#bikeflash-report #report,
section#bikeflash-report #report2,
section#bikeflash-report .story button,
section#bikeflash-report input[type="submit"] {
  -ms-flex-item-align: center;
  align-self: center;
  margin: 1rem 0;
  background: #ef7d00;
  color: #fff !important;
  cursor: pointer;
  padding: 0.6rem 3em;
  text-align: center;
  -webkit-appearance: none;
  text-transform: uppercase;
  font-size: 1.2rem;
  border-radius: 0;
  border: 1px solid #fff;
  letter-spacing: 3px;
  max-width: 400px;
}

section#bikeflash-report .story button a {
  color: inherit;
  text-decoration: none;
}

section#bikeflash-report #progressbar {
  width: 0;
  height: 5px;
  display: block;
  margin: 10px 0;
  background: #ef7d00;
}

section#bikeflash-report .reportfail {
  color: red;
  text-decoration: underline;
  cursor: pointer;
  width: 100%;
  text-align: left;
  display: block;
}

section#bikeflash-report #bubbleReport {
  font-size: 1rem;
  width: 100%;
  font-family: "Bunday Slab W01 Regular";
  font-family: "Roboto Slab";
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #828282;
  padding: 0.6em 2em;
}

section#bikeflash-report article#marker {
  display: none !important;
}

section#bikeflash-report footer {
  text-align: center;
}

section#bikeflash-report footer a {
  color: #fff;
  text-decoration: none;
}

section#bikeflash-report .newslettercontainer,
section#bikeflash-report .privacycontainer {
  display: none;
}

@media all and (max-width: 750px) {
  section#bikeflash-report form #reportbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  section#bikeflash-report form #reportbox > div {
    width: 100%;
    margin-bottom: 1vh;
  }

  section#bikeflash-report #bubbleReport,
  section#bikeflash-report #chooseFile,
  section#bikeflash-report #find,
  section#bikeflash-report #findme,
  section#bikeflash-report #findmefallback,
  section#bikeflash-report #next2,
  section#bikeflash-report #next3,
  section#bikeflash-report #noFile,
  section#bikeflash-report #report,
  section#bikeflash-report #report2,
  section#bikeflash-report .story button,
  section#bikeflash-report input[type="submit"] {
    -webkit-hyphens: auto;
    display: block;
    width: auto;
    max-width: 326px;
    letter-spacing: 1px;
    word-wrap: unset;
    white-space: nowrap;
    padding: 1rem;
  }

  section#bikeflash-report .details {
    padding: 2vh;
  }

  section#bikeflash-report #bubbleReport {
    max-width: 190px;
    width: 190px;
  }

  section#bikeflash-report .helper.legend {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: right;
    transform-origin: right;
  }

  section#bikeflash-report .helper.legend h3 {
    display: none;
  }
}
