/* = Eric Meyer's Reset CSS v2.0  */
*,
*:before,
*:after {
  box-sizing: border-box; }

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/* = ADAPTED FROM NORMALIZE V.3.0.2  */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

a {
  background-color: transparent; }

img {
  border: 0;
  display: block; }

svg:not(:root) {
  overflow: hidden; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

pre {
  overflow: auto; }

button,
select {
  text-transform: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

/* = CUSTOM RESET */
button,
[type="reset"],
[type="submit"],
[type="button"],
[type="image"],
[type="file"] {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

textarea,
select,
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"] {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* = Responsive Layouts */
/* = GRID SYSTEM */
body {
  overflow-x: hidden;
  width: 100vw;
  background-color: #EFEFEF; }

* {
  box-sizing: border-box; }

.wrapper {
  margin: 0 auto;
  max-width: 1400px;
  background-color: #ffffff; }

.full-width {
  width: 100%; }
  .full-width.full-width--alt {
    background-color: #EFEFEF; }

.content-wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px;
  position: relative;
  text-align: center; }
  @media only screen and (min-width: 767px) {
    .content-wrapper {
      padding: 40px 20px; } }
  .content-wrapper.content-wrapper--alt {
    background-color: #EFEFEF; }

img {
  max-width: 100%; }

hr {
  height: 1px;
  width: 100%;
  border: none;
  background-color: #EFEFEF; }

@font-face {
  font-family: "Ride";
  src: url(/fonts/Ride-BoldItalic.eot);
  src: url(/fonts/Ride-BoldItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/Ride-BoldItalic.woff) format("woff");
  font-weight: 700;
  font-style: "italic"; }

@font-face {
  font-family: "Ride";
  src: url(/fonts/Ride-Bold.eot);
  src: url(/fonts/Ride-Bold.eot?#iefix) format("embedded-opentype"), url(/fonts/Ride-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Ride";
  src: url(/fonts/Ride-Italic.eot);
  src: url(/fonts/Ride-Italic.eot?#iefix) format("embedded-opentype"), url(/fonts/Ride-Italic.woff) format("woff");
  font-weight: 400;
  font-style: "italic"; }

@font-face {
  font-family: "Ride";
  src: url(/fonts/Ride.eot);
  src: url(/fonts/Ride.eot?#iefix) format("embedded-opentype"), url(/fonts/Ride.woff) format("woff");
  font-weight: 400;
  font-style: normal; }

body {
  color: #000000;
  font-family: "Ride", "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 100%;
  font-size: 16px;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto; }
  body.no-scroll {
    height: 100vh;
    overflow: hidden; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 10px;
  width: 100%; }
  @media only screen and (min-width: 767px) {
    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
      line-height: 1;
      margin-bottom: 20px; } }

h1, .h1 {
  font-size: 30px;
  font-size: 1.875rem; }
  @media only screen and (min-width: 767px) {
    h1, .h1 {
      font-size: 42px;
      font-size: 2.625rem; } }

h2, .h2 {
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase; }
  @media only screen and (min-width: 767px) {
    h2, .h2 {
      font-size: 30px;
      font-size: 1.875rem; } }
  @media only screen and (min-width: 1024px) {
    h2, .h2 {
      font-size: 42px;
      font-size: 2.625rem; } }

h3, .h3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2; }
  @media only screen and (min-width: 767px) {
    h3, .h3 {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.1; } }
  @media only screen and (min-width: 1024px) {
    h3, .h3 {
      font-size: 30px;
      font-size: 1.875rem; } }

h4, .h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2; }
  @media only screen and (min-width: 767px) {
    h4, .h4 {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.1; } }
  @media only screen and (min-width: 1024px) {
    h4, .h4 {
      font-size: 30px;
      font-size: 1.875rem; } }

h5, .h5 {
  font-size: 20px;
  font-size: 1.25rem; }
  @media only screen and (min-width: 767px) {
    h5, .h5 {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media only screen and (min-width: 1024px) {
    h5, .h5 {
      font-size: 24px;
      font-size: 1.5rem; } }

p {
  margin-bottom: 20px;
  max-width: 700px;
  line-height: 1.4;
  width: 100%; }
  p a {
    color: #FFD100; }

.small {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4; }
  @media only screen and (min-width: 767px) {
    .small {
      font-size: 14px;
      font-size: 0.875rem; } }

strong {
  font-weight: 700; }

.intro-content {
  font-size: 13px;
  font-size: 0.8125rem; }
  @media only screen and (min-width: 600px) {
    .intro-content {
      font-size: 16px;
      font-size: 1rem; } }
  @media only screen and (min-width: 767px) {
    .intro-content {
      font-size: 22px;
      font-size: 1.375rem; } }
  .intro-content strong {
    font-size: 16px;
    font-size: 1rem; }
    @media only screen and (min-width: 600px) {
      .intro-content strong {
        font-size: 24px;
        font-size: 1.5rem; } }
    @media only screen and (min-width: 767px) {
      .intro-content strong {
        font-size: 30px;
        font-size: 1.875rem; } }

.btn-primary, a.btn-primary, button.btn-primary, .btn-secondary, a.btn-secondary, button.btn-secondary {
  padding: 12px 20px 14px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Ride", "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  color: #000000;
  max-width: 400px;
  text-align: center;
  margin-bottom: 20px;
  transition: all 0.4s;
  opacity: 1; }

.btn-primary, a.btn-primary, button.btn-primary {
  background-color: #FFD100; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:visited, a.btn-primary:hover, a.btn-primary:active, a.btn-primary:visited, button.btn-primary:hover, button.btn-primary:active, button.btn-primary:visited {
    background-color: #000000;
    color: #ffffff; }
  .btn-primary[disabled], a.btn-primary[disabled], button.btn-primary[disabled] {
    opacity: 0.3;
    cursor: default;
    background-color: #FFD100; }
    .btn-primary[disabled]:hover, a.btn-primary[disabled]:hover, button.btn-primary[disabled]:hover {
      background-color: #FFD100;
      color: #000000; }

.btn-secondary, a.btn-secondary, button.btn-secondary {
  background-color: #EFEFEF; }
  .btn-secondary:hover, .btn-secondary:active, .btn-secondary:visited, a.btn-secondary:hover, a.btn-secondary:active, a.btn-secondary:visited, button.btn-secondary:hover, button.btn-secondary:active, button.btn-secondary:visited {
    background-color: #FFD100;
    color: #000000; }

.btn--large, a.btn--large, button.btn--large {
  padding: 20px; }

.btn--small, a.btn--small, button.btn--small {
  padding: 10px 12px 11px;
  font-size: 11px;
  font-size: 0.6875rem; }
  @media only screen and (min-width: 767px) {
    .btn--small, a.btn--small, button.btn--small {
      font-size: 13px;
      font-size: 0.8125rem; } }

.btn--next, a.btn--next, button.btn--next {
  padding-right: 45px;
  background-image: url(../../img/ridenseek/icon-arrow-right.svg);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%); }
  @media only screen and (min-width: 600px) {
    .btn--next, a.btn--next, button.btn--next {
      bottom: auto;
      left: auto;
      transform: none;
      position: relative; } }
  @media only screen and (min-width: 767px) {
    .btn--next, a.btn--next, button.btn--next {
      background-position: right 20px center; } }

.btn--prev, a.btn--prev, button.btn--prev {
  padding-left: 45px;
  background-image: url(../../img/ridenseek/icon-arrow-left.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left 10px center; }
  @media only screen and (min-width: 767px) {
    .btn--prev, a.btn--prev, button.btn--prev {
      background-position: left 20px center; } }

.btn--half, a.btn--half, button.btn--half {
  width: 47.5%;
  margin-right: 5%;
  float: left;
  padding-left: 0;
  padding-right: 0; }
  .btn--half + .btn--half, a.btn--half + .btn--half, button.btn--half + .btn--half {
    margin-right: 0; }

.btn--full, a.btn--full, button.btn--full {
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.btn--wide, a.btn--wide, button.btn--wide {
  padding-left: 40px;
  padding-right: 40px; }

.save-btn.is-active {
  background-color: #FFD100; }

.btn-primary.btn--next:hover {
  background-image: url(../../img/ridenseek/icon-arrow-right--white.svg);
  background-size: 14px 14px; }
  .btn-primary.btn--next:hover[disabled] {
    background-image: url(../../img/ridenseek/icon-arrow-right.svg);
    background-size: 14px 14px; }

.print-btn.is-loading {
  opacity: 0.2; }

.is-complete .complete-btn {
  opacity: 0.2; }

.btn-state, a.btn-state {
  margin-top: 40px; }

ol {
  counter-reset: item;
  text-align: left;
  width: 90%;
  margin: 50px auto;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0;
  max-width: 350px; }
  @media only screen and (min-width: 360px) {
    ol {
      width: 75%; } }
  @media only screen and (min-width: 767px) {
    ol {
      max-width: none;
      width: 100%;
      text-align: center;
      margin-bottom: 70px;
      margin-top: 20px; } }
  ol li {
    color: #FFD100;
    margin: 30px 0;
    position: relative;
    padding-left: 40px; }
    @media only screen and (min-width: 767px) {
      ol li {
        display: inline-block;
        font-size: 14px;
        font-size: 0.875rem;
        padding: 0;
        margin: 20px 6px; } }
    @media only screen and (min-width: 1024px) {
      ol li {
        display: inline-block;
        font-size: 14px;
        font-size: 0.875rem;
        padding: 0;
        margin: 20px 15px; } }
    @media only screen and (min-width: 767px) {
      ol li:first-child:after {
        left: 50%; } }
    ol li:last-child:after {
      content: none; }
      @media only screen and (min-width: 767px) {
        ol li:last-child:after {
          content: "";
          right: 50%;
          left: auto; } }
    ol li:before {
      content: counter(item);
      counter-increment: item;
      padding: 10px 0 0 1px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      line-height: 0;
      border: 3px solid #ffffff;
      color: #ffffff;
      display: inline-block;
      text-align: center;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -15px;
      z-index: 2;
      background-color: #212121; }
      @media only screen and (min-width: 767px) {
        ol li:before {
          left: 50%;
          margin-left: -14px;
          top: 40px;
          font-size: 18px;
          font-size: 1.125rem; } }
    ol li:after {
      content: "";
      position: absolute;
      top: 20px;
      width: 3px;
      height: calc(100% + 20px);
      left: 13px;
      background-color: #ffffff;
      z-index: 1; }
      @media only screen and (min-width: 767px) {
        ol li:after {
          height: 3px;
          width: calc(100% + 35px);
          left: 0;
          top: 38px; } }

input[type="submit"] {
  position: absolute;
  margin: 0; }
  input[type="submit"].btn-fixed {
    position: fixed;
    bottom: 20px; }
    @media only screen and (min-width: 600px) {
      input[type="submit"].btn-fixed {
        position: relative;
        bottom: 0; } }
  @media only screen and (min-width: 600px) {
    input[type="submit"] {
      position: relative;
      margin-top: 40px; } }

.icon {
  display: inline-block;
  margin-left: 2px;
  position: relative;
  margin-bottom: -2px; }

.icon-email {
  background-image: url(../../img/ridenseek/icon-email.svg);
  background-size: 100% 100%;
  width: 14px;
  height: 14px; }

.icon-save {
  background-image: url(../../img/ridenseek/icon-save.svg);
  background-size: 100% 100%;
  width: 14px;
  height: 14px; }

.icon-print {
  background-image: url(../../img/ridenseek/icon-print.svg);
  background-size: 100% 100%;
  width: 14px;
  height: 14px; }

.icon-pin {
  background-image: url(../../img/ridenseek/icon-pin--primary.svg);
  background-size: 100% 100%;
  width: 14px;
  height: 20px;
  margin-bottom: -4px; }

.icon-prev {
  background-image: url(../../img/ridenseek/icon-arrow-left.svg);
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  margin-bottom: -4px; }

.icon-next {
  background-image: url(../../img/ridenseek/icon-arrow-right.svg);
  background-size: 100% 100%;
  width: 14px;
  height: 14px;
  margin-bottom: -2px;
  transition: all 0.4s; }

.icon-check {
  background-image: url(../../img/ridenseek/icon-check.svg);
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  margin-bottom: -4px; }

.btn-primary:hover .icon-next {
  background-image: url(../../img/ridenseek/icon-arrow-right--white.svg);
  background-size: 100% 100%; }

.btn-primary:hover .icon-check {
  background-image: url(../../img/ridenseek/icon-check--primary.svg);
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: center center; }

.transition-fade {
  transition: all 0.4s; }

.is-animating .transition-fade {
  opacity: 0; }

.to-next.is-animating .transition-fade {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }
  .to-next.is-animating .transition-fade.full-width {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }

.to-next.is-leaving .transition-fade {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }
  .to-next.is-leaving .transition-fade.full-width {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }

.to-prev.is-animating .transition-fade {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }
  .to-prev.is-animating .transition-fade.full-width {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }

.to-prev.is-leaving .transition-fade {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }
  .to-prev.is-leaving .transition-fade.full-width {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }

.center {
  text-align: center;
  width: 100%; }
  .center p {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px; }

.no-bm {
  margin-bottom: 0 !important; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

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

.mt-big {
  margin-top: 40px; }

.mb-big {
  margin-bottom: 40px; }

.mr-big {
  margin-right: 40px; }

.ml-big {
  margin-left: 40px; }

.mt-small {
  margin-top: 20px; }

.mb-small {
  margin-bottom: 20px; }

.mr-small {
  margin-right: 20px; }

.ml-small {
  margin-left: 20px; }

.show-bps {
  display: none; }
  @media only screen and (min-width: 600px) {
    .show-bps {
      display: block; } }

.show-bpm {
  display: none; }
  @media only screen and (min-width: 767px) {
    .show-bpm {
      display: block; } }

.show-bpm-inline, a.show-bpm-inline {
  display: none; }
  @media only screen and (min-width: 767px) {
    .show-bpm-inline, a.show-bpm-inline {
      display: inline-block; } }

@media only screen and (min-width: 600px) {
  .hide-bps {
    display: none; } }

@media only screen and (min-width: 767px) {
  .hide-bpm, a.hide-bpm {
    display: none; } }

@media only screen and (min-width: 767px) {
  .hide-bpm-inline, .a.hide-bpm-inline {
    display: none; } }

.my-location .my-location__title, .item-image {
  margin-left: -20px;
  width: calc(100% + 40px); }
  @media only screen and (min-width: 767px) {
    .my-location .my-location__title, .item-image {
      margin-left: 0;
      width: 100%; } }

.skip-content:focus {
  color: #FFD100;
  position: absolute;
  z-index: 5;
  top: 5px;
  left: 5px;
  font-weight: 500;
  width: auto;
  height: auto; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  border: 0; }

header, #nav-container {
  z-index: 2; }

footer.footer-main {
  display: block;
  align-items: center;
  background-color: transparent; }
  @media only screen and (min-width: 767px) {
    footer.footer-main {
      display: flex; } }
  footer.footer-main .footer__left {
    width: 100%;
    margin-bottom: 20px; }
    @media only screen and (min-width: 767px) {
      footer.footer-main .footer__left {
        width: 65%;
        margin-bottom: 0px; } }
    @media only screen and (min-width: 1024px) {
      footer.footer-main .footer__left {
        width: 50%; } }
  footer.footer-main .footer__right {
    width: 100%; }
    @media only screen and (min-width: 767px) {
      footer.footer-main .footer__right {
        width: 35%; } }
    @media only screen and (min-width: 1024px) {
      footer.footer-main .footer__right {
        width: 50%; } }
  @media only screen and (min-width: 767px) {
    footer.footer-main .footer__text {
      float: left; } }
  footer.footer-main .footer__text p {
    margin-bottom: 0px; }
  footer.footer-main .footer__social {
    display: flex;
    visibility: hidden;
    width: 200px;
    margin: 0 auto; }
    @media only screen and (min-width: 767px) {
      footer.footer-main .footer__social {
        float: right;
        width: auto; } }
    footer.footer-main .footer__social:hover a {
      opacity: 0.5; }
    footer.footer-main .footer__social a {
      visibility: visible;
      transition: opacity .3s ease;
      margin: 0 auto; }
      footer.footer-main .footer__social a:hover {
        opacity: 1; }
    footer.footer-main .footer__social img {
      width: 40px;
      height: 40px; }

.content--intro {
  background-color: #212121;
  color: #ffffff;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 100px;
  max-width: none; }
  @media only screen and (min-width: 767px) {
    .content--intro {
      padding-top: 190px; } }
  .content--intro p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    font-size: 0.8125rem; }
    @media only screen and (min-width: 600px) {
      .content--intro p {
        font-size: 16px;
        font-size: 1rem; } }
    @media only screen and (min-width: 767px) {
      .content--intro p {
        font-size: 18px;
        font-size: 1.125rem; } }
  .content--intro h2 {
    padding-bottom: 33px;
    position: relative;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 600px) {
      .content--intro h2 {
        font-size: 24px;
        font-size: 1.5rem;
        padding-bottom: 0px;
        margin-bottom: 20px; } }
    .content--intro h2:after {
      content: "";
      width: 80px;
      height: 3px;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: #ffffff;
      position: absolute; }
      @media only screen and (min-width: 600px) {
        .content--intro h2:after {
          content: none; } }
  .content--intro .btn-primary--california, .content--intro .btn-primary--new-york, .content--intro .btn-primary--florida {
    background-image: url(../../img/ridenseek/icon-california.svg);
    background-size: 25px 45px;
    background-repeat: no-repeat;
    background-position: left 15px center; }
    @media only screen and (min-width: 600px) {
      .content--intro .btn-primary--california, .content--intro .btn-primary--new-york, .content--intro .btn-primary--florida {
        display: none; } }
  .content--intro .btn-primary--new-york {
    background-image: url(../../img/ridenseek/icon-new-york.svg);
    background-size: 41px 31px;
    background-position: left 10px center; }
  .content--intro .btn-primary--florida {
    background-image: url(../../img/ridenseek/icon-florida.svg);
    background-size: 43px 37px;
    background-position: left 10px center; }

.logo {
  text-indent: -9999px;
  background-image: url(../../img/ridenseek/logo.svg);
  background-size: 100% 100%;
  width: 273px;
  height: 262px;
  left: 50%;
  margin: 0px 0 20px -137px;
  position: relative;
  padding: 0; }

.map {
  max-width: 1000px;
  margin: 0 auto;
  display: none;
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 600px) {
    .map {
      display: block; } }
  .map .map__holder {
    width: 100%;
    padding-bottom: 62%;
    position: relative; }
  .map svg {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: auto; }
  .map .map__sign {
    position: absolute;
    background-color: #ffffff;
    padding: 10px 30px;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    z-index: 3;
    color: #000000;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    opacity: 0;
    transition: all 0.2s;
    pointer-events: none; }
    .map .map__sign.is-active {
      opacity: 1;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .map .map__sign:after {
      top: calc(100% - 1px);
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      border-top-color: #ffffff;
      border-width: 5px;
      margin-left: -2.5px;
      z-index: 4;
      pointer-events: none; }
    .map .map__sign.map__sign--california {
      top: 39%;
      left: 8.5%; }
    .map .map__sign.map__sign--new-york {
      top: 18%;
      left: 87%; }
    .map .map__sign.map__sign--florida {
      top: 75%;
      left: 81%; }
  .map path.is-linkable {
    cursor: pointer;
    transition: all 0.4s;
    position: relative; }
    .map path.is-linkable.is-flashing {
      animation-duration: 1.2s;
      animation-name: flashUpMap; }
    .map path.is-linkable:hover {
      fill: #FFD100;
      stroke: #F8E71C; }
    .map path.is-linkable:after {
      content: "California"; }

@keyframes flashUpMap {
  0% {
    fill: #909090;
    stroke: #AEAEAE; }
  50% {
    fill: #FFD100;
    stroke: #F8E71C; }
  100% {
    fill: #909090;
    stroke: #AEAEAE; } }

.banner {
  position: relative;
  background-color: #000000;
  width: 100%;
  overflow: hidden;
  z-index: 12; }
  .banner picture {
    margin: 0;
    padding: 0; }
  .banner img {
    opacity: 0.4;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 150px;
    max-width: none;
    width: auto; }
    @media only screen and (min-width: 600px) {
      .banner img {
        height: 200px; } }
    @media only screen and (min-width: 767px) {
      .banner img {
        height: 300px; } }
  .banner h1 {
    margin: 0;
    padding: 0; }
    .banner h1 a {
      position: absolute;
      top: calc(50% - 10px);
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center;
      text-transform: uppercase;
      color: #ffffff;
      width: 100%;
      margin: 0;
      padding: 0;
      text-decoration: none;
      display: block; }
      @media only screen and (min-width: 767px) {
        .banner h1 a {
          background-image: url(../../img/ridenseek/heading-graphic.svg);
          background-size: 226px 206px;
          background-repeat: no-repeat;
          background-position: center center;
          padding-top: 80px;
          padding-bottom: 80px;
          max-width: 400px;
          top: calc(50% - 20px); } }
      .banner h1 a span.heading-secondary {
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        letter-spacing: 0.2em; }
  .banner .banner__progress {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    bottom: 0px;
    font-size: 12px;
    font-size: 0.75rem;
    text-decoration: underline;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    width: 100%; }
    .banner .banner__progress a {
      color: #FFD100; }
      .banner .banner__progress a:hover {
        color: #fff;
        cursor: pointer; }

.alert {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  left: 0;
  z-index: 100;
  top: -100vh;
  transition: opacity 0.4s, top 0.1s 0.4s;
  opacity: 0;
  color: #000000; }
  .alert.is-active {
    opacity: 1;
    top: 0;
    transition: opacity 0.4s; }
    .alert.is-active .alert__content {
      top: 50%; }
  .alert .alert__content {
    left: 50%;
    top: 60%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border: 6px solid #FFD100;
    text-align: center;
    max-width: 500px;
    padding: 20px 20px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    transition: top 0.4s;
    width: 80%; }
    @media only screen and (min-width: 600px) {
      .alert .alert__content {
        padding: 30px 40px; } }
    .alert .alert__content p {
      max-width: none;
      width: 100%; }

.city-options {
  margin-left: -20px;
  margin-top: 20px;
  -webkit-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center; }
  .city-options > * {
    padding-left: 20px; }
  @media only screen and (min-width: 767px) {
    .city-options {
      margin-top: 40px; } }
  @media only screen and (min-width: 600px) {
    .city-options .city-options__option {
      float: none;
      width: 33.3333333333%; } }
  @media only screen and (min-width: 1024px) {
    .city-options .city-options__option {
      float: none;
      width: 20%; } }

.checkbox--city {
  position: absolute;
  opacity: 0; }
  .checkbox--city + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
    margin: 0px 0px 23px;
    transition: box-shadow 0.4s;
    background-color: #ffffff; }
    .checkbox--city + label img {
      opacity: 1;
      transition: opacity 0.4s;
      pointer-events: none; }
    .checkbox--city + label span {
      width: 100%;
      display: block;
      padding: 20px 0; }
      @media only screen and (min-width: 767px) {
        .checkbox--city + label span {
          padding: 20px; } }
  .checkbox--city:checked + label {
    box-shadow: none;
    border: 3px solid #FFD100;
    margin: 0px 0px 20px; }
    .checkbox--city:checked + label:after {
      content: "";
      position: absolute;
      left: 50%;
      background-image: url(../../img/ridenseek/icon-check--primary.svg);
      background-size: 100% 100%;
      width: 41px;
      height: 31px;
      margin-left: -20px;
      top: 35%; }
      @media only screen and (min-width: 600px) {
        .checkbox--city:checked + label:after {
          top: 30%; } }
    .checkbox--city:checked + label img {
      opacity: 0.4; }

.fixed-button {
  padding-bottom: 50px; }

.my-location {
  margin-bottom: 20px; }
  @media only screen and (min-width: 767px) {
    .my-location {
      margin-top: 20px;
      margin-bottom: 20px; } }
  @media only screen and (min-width: 767px) {
    .my-location.my-location--item-page {
      display: none; } }
  .my-location.my-location--item-page .my-location__title {
    padding-right: 20px; }
    .my-location.my-location--item-page .my-location__title:before {
      content: none; }
  .my-location.is-complete .my-location__title {
    background-color: #000000;
    color: #ffffff; }
    .my-location.is-complete .my-location__title:after {
      content: "";
      position: relative;
      width: 20px;
      height: 20px;
      display: inline-block;
      background-color: #FFD100;
      border-radius: 50%;
      margin-bottom: -5px;
      margin-top: -5px;
      background-image: url(../../img/ridenseek/icon-check.svg);
      background-size: 16px 16px;
      background-repeat: no-repeat;
      background-position: center center;
      margin-left: 5px; }
      @media only screen and (min-width: 767px) {
        .my-location.is-complete .my-location__title:after {
          margin-bottom: -3px; } }
  .my-location.is-active .my-location__title:before {
    content: "-"; }
  .my-location img {
    transition: opacity 0.4s;
    position: relative;
    z-index: 2; }
  .my-location img[data-src] {
    opacity: 0; }
  .my-location .my-location__title {
    background-color: #FFD100;
    padding: 15px 45px 15px 20px;
    text-align: left;
    position: relative;
    cursor: pointer;
    transition: background-color 0.4s; }
    @media only screen and (min-width: 1024px) {
      .my-location .my-location__title {
        font-size: 22px;
        font-size: 1.375rem; } }
    .my-location .my-location__title:before {
      content: "+";
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -12px;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 700;
      z-index: 2;
      line-height: 1; }
      @media only screen and (min-width: 767px) {
        .my-location .my-location__title:before {
          font-size: 24px;
          font-size: 1.5rem;
          margin-top: -14px; } }
    .my-location .my-location__title span.my-location__completed {
      float: right;
      font-size: 11px;
      font-size: 0.6875rem;
      margin-top: 3px; }
      @media only screen and (min-width: 767px) {
        .my-location .my-location__title span.my-location__completed {
          font-size: 14px;
          font-size: 0.875rem;
          margin-top: 1px;
          margin-right: 5px; } }
      @media only screen and (min-width: 1024px) {
        .my-location .my-location__title span.my-location__completed {
          margin-top: 5px; } }
  .my-location .my-location__item {
    margin: 20px 0;
    position: relative;
    text-align: left;
    padding-bottom: 15px;
    border-bottom: 2px solid #EFEFEF; }
    .my-location .my-location__item:last-child {
      border-bottom: none;
      padding-bottom: 0; }
    @media only screen and (min-width: 767px) {
      .my-location .my-location__item {
        margin-left: -20px;
        border-bottom: none; }
        .my-location .my-location__item > * {
          padding-left: 20px; }
        .my-location .my-location__item:before, .my-location .my-location__item:after {
          content: " ";
          display: table; }
        .my-location .my-location__item:after {
          clear: both; }
        .my-location .my-location__item:last-child:after {
          background-color: transparent;
          top: 0;
          margin: 0; }
        .my-location .my-location__item:after {
          height: 2px;
          width: calc(100% - 20px);
          background-color: #EFEFEF;
          content: "";
          display: block;
          margin: 20px 0 0px 20px;
          position: relative;
          top: 10px; } }
    .my-location .my-location__item.is-complete .my-location__item-image {
      position: relative; }
      .my-location .my-location__item.is-complete .my-location__item-image:after {
        font-size: 12px;
        font-size: 0.75rem;
        color: #000000;
        content: "completed";
        background-image: url(../../img/ridenseek/icon-check.svg);
        background-size: 18px 18px;
        background-repeat: no-repeat;
        background-position: right 6px center;
        background-color: #FFD100;
        width: auto;
        padding: 5px 30px 5px 10px;
        height: 25px;
        right: 10px;
        bottom: 10px;
        position: absolute;
        z-index: 4; }
        @media only screen and (min-width: 767px) {
          .my-location .my-location__item.is-complete .my-location__item-image:after {
            content: "";
            background-image: url(../../img/ridenseek/icon-check--primary.svg);
            background-size: 100% 100%;
            background-position: center center;
            background-color: transparent;
            left: calc(50% + 10px);
            padding: 0;
            top: 50%;
            right: auto;
            bottom: auto;
            width: 50px;
            height: 40px;
            margin-left: -25px;
            margin-top: -20px; } }
      .my-location .my-location__item.is-complete .my-location__item-image img {
        border: 3px solid #FFD100; }
        @media only screen and (min-width: 767px) {
          .my-location .my-location__item.is-complete .my-location__item-image img {
            border-width: 6px; } }
    .my-location .my-location__item .my-location__item-image {
      display: block;
      position: relative;
      transition: all 0.4s; }
      @media only screen and (min-width: 767px) {
        .my-location .my-location__item .my-location__item-image {
          float: left;
          width: 49%; } }
      .my-location .my-location__item .my-location__item-image:hover {
        opacity: 0.8; }
        .my-location .my-location__item .my-location__item-image:hover:after {
          opacity: 1; }
      .my-location .my-location__item .my-location__item-image:before {
        content: "";
        z-index: 0;
        position: absolute;
        background-color: #EFEFEF;
        width: 100%;
        height: 100%;
        top: 0; }
        @media only screen and (min-width: 767px) {
          .my-location .my-location__item .my-location__item-image:before {
            left: 20px;
            width: calc(100% - 20px); } }
      .my-location .my-location__item .my-location__item-image:after {
        opacity: 0;
        content: "";
        z-index: 2;
        position: absolute;
        background-image: url(../../img/ridenseek/icon-eye.svg);
        background-size: 80px 80px;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        height: 100%;
        top: 0;
        transition: all 0.4s; }
        @media only screen and (min-width: 767px) {
          .my-location .my-location__item .my-location__item-image:after {
            left: 20px;
            width: calc(100% - 20px); } }
    .my-location .my-location__item .my-location__item-title {
      margin-bottom: 18px;
      text-transform: uppercase;
      font-size: 18px;
      font-size: 1.125rem;
      text-align: left;
      width: 79%;
      display: inline-block;
      font-weight: 700;
      letter-spacing: 0.05em; }
      @media only screen and (min-width: 767px) {
        .my-location .my-location__item .my-location__item-title {
          font-size: 24px;
          font-size: 1.5rem;
          width: 52%; } }
      @media only screen and (min-width: 1024px) {
        .my-location .my-location__item .my-location__item-title {
          font-size: 30px;
          font-size: 1.875rem; } }
    .my-location .my-location__item .my-location__item-count {
      float: right;
      background-color: #000000;
      padding: 2px 7px 5px;
      color: #ffffff;
      margin-top: 0px;
      font-size: 15px;
      font-size: 0.9375rem; }
      @media only screen and (min-width: 767px) {
        .my-location .my-location__item .my-location__item-count {
          position: absolute;
          top: 46px;
          left: 20px;
          background-color: #FFD100;
          color: #000000;
          margin: 0;
          font-size: 18px;
          font-size: 1.125rem;
          padding: 8px;
          z-index: 3; }
          .my-location .my-location__item .my-location__item-count.two-lines {
            top: 74px; }
          .my-location .my-location__item .my-location__item-count.three-lines {
            top: 102px; } }
      @media only screen and (min-width: 1024px) {
        .my-location .my-location__item .my-location__item-count {
          font-size: 24px;
          font-size: 1.5rem;
          top: 63px; }
          .my-location .my-location__item .my-location__item-count.two-lines {
            top: 108px; } }
    .my-location .my-location__item .my-location__item-insta {
      float: right;
      width: 51%;
      margin-left: -20px; }
      .my-location .my-location__item .my-location__item-insta > * {
        padding-left: 20px; }
    .my-location .my-location__item .my-location__item-insta-img {
      float: left;
      width: 33.3333333333%;
      margin-bottom: 20px;
      position: relative;
      height: 0;
      overflow: hidden;
      padding-top: 31.4%; }
      .my-location .my-location__item .my-location__item-insta-img:before {
        content: "";
        z-index: 0;
        position: absolute;
        background-color: #EFEFEF;
        width: calc(100% - 20px);
        height: 100%;
        top: 0;
        left: 20px; }
      .my-location .my-location__item .my-location__item-insta-img:hover img {
        opacity: 0.3; }
      .my-location .my-location__item .my-location__item-insta-img:hover figcaption {
        display: block; }
      .my-location .my-location__item .my-location__item-insta-img figcaption {
        display: none;
        position: absolute;
        color: #000000;
        z-index: 2;
        bottom: 10px;
        left: 30px;
        font-size: 12px;
        font-size: 0.75rem; }
        .my-location .my-location__item .my-location__item-insta-img figcaption:before {
          content: "";
          width: 15px;
          height: 15px;
          margin-right: 5px;
          display: inline-block;
          background-image: url(../../img/ridenseek/icon-instagram.svg);
          background-size: 100% 100%;
          position: relative;
          bottom: -3px; }
      .my-location .my-location__item .my-location__item-insta-img img {
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 20px;
        height: 100% !important;
        width: 100%;
        display: none; }
        .my-location .my-location__item .my-location__item-insta-img img.compat-object-fit {
          background-size: cover;
          background-position: center center; }
    .my-location .my-location__item .my-location__item-location {
      width: 100%;
      color: #9B9B9B;
      margin-top: -45px;
      float: left; }
      .my-location .my-location__item .my-location__item-location .icon {
        margin: 0 8px -3px 6px; }
      .my-location .my-location__item .my-location__item-location span {
        color: #000000; }
      .my-location .my-location__item .my-location__item-location .my-location__item-location-insta {
        float: right;
        padding: 5px 0px 5px 25px;
        background-image: url(../../img/ridenseek/icon-instagram.svg);
        background-size: 18px 18px;
        background-repeat: no-repeat;
        background-position: left center;
        font-size: 13px;
        font-size: 0.8125rem; }

.fully-complete {
  background-color: #FFD100;
  color: #000000;
  padding: 10px;
  margin: -10px 0 10px;
  display: inline-block;
  line-height: 1.4;
  display: none; }
  @media only screen and (min-width: 767px) {
    .fully-complete {
      padding: 20px;
      margin: 0; } }
  .fully-complete.is-active {
    display: block; }

.item-image {
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
  overflow: hidden; }
  .item-image:hover:after {
    opacity: 0.8; }
  .item-image:before {
    content: "";
    background-image: url(../../img/ridenseek/icon-check--primary.svg);
    background-size: 100% 100%;
    width: 62px;
    height: 50px;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -20px;
    pointer-events: none; }
  .item-image:after {
    content: "";
    background-image: url(../../img/ridenseek/icon-check.svg);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #FFD100;
    width: 60px;
    height: 30px;
    right: 10px;
    bottom: 10px;
    position: absolute;
    opacity: 0.4;
    pointer-events: none;
    transition: all 0.4s; }
    @media only screen and (min-width: 767px) {
      .item-image:after {
        background-image: url(../../img/ridenseek/icon-check--primary.svg);
        background-size: 100% 100%;
        background-color: transparent;
        left: 50%;
        top: 50%;
        right: auto;
        bottom: auto;
        width: 62px;
        height: 50px;
        margin-left: -25px;
        margin-top: -20px; } }
  .item-image .item-image__count {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #000000;
    color: #ffffff;
    margin: 0;
    padding: 6px 9px; }
    @media only screen and (min-width: 767px) {
      .item-image .item-image__count {
        top: 0px;
        left: 20px;
        background-color: #FFD100;
        color: #000000;
        margin: 0;
        font-size: 24px;
        font-size: 1.5rem;
        padding: 14px 8px;
        bottom: auto; } }
  .item-image .item-image__prev, .item-image .item-image__next {
    position: absolute;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    top: 50%;
    margin-top: -20px;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    z-index: 3; }
    @media only screen and (min-width: 767px) {
      .item-image .item-image__prev, .item-image .item-image__next {
        display: none; } }
  .item-image .item-image__prev {
    background-image: url(../../img/ridenseek/icon-left--white.svg);
    background-size: 10px 16px;
    left: 10px; }
  .item-image .item-image__next {
    background-image: url(../../img/ridenseek/icon-right--white.svg);
    background-size: 10px 16px;
    right: 10px; }
  .item-image img {
    transition: all 0.4s;
    border: 0px solid #fff; }

.is-complete .item-image:after {
  opacity: 1;
  content: "complete";
  padding: 4px 35px 5px 10px;
  width: auto;
  background-position: right 5px center;
  background-size: 25px 25px; }
  @media only screen and (min-width: 767px) {
    .is-complete .item-image:after {
      content: "";
      padding: 0;
      background-size: 100% 100%;
      background-position: center center;
      width: 62px; } }

.is-complete .item-image img {
  border: 6px solid #FFD100; }

.is-completed .item-image:before {
  animation: scaleTick 1.5s; }

@keyframes scaleTick {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(20);
    transform: scale(20);
    opacity: 0; } }

.item-stats {
  margin-left: -20px;
  clear: both; }
  .item-stats > * {
    padding-left: 20px; }

.item-stats__stat {
  float: left;
  width: 50%;
  text-align: center; }
  .item-stats__stat p {
    text-transform: capitalize; }
  .item-stats__stat .item-stats__stat-title {
    color: #9B9B9B;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 0 15px;
    display: block;
    font-size: 13px;
    font-size: 0.8125rem; }
  .item-stats__stat .item-stats__difficulty.item-stats__difficulty--1 span:nth-child(1) {
    background-color: #FFD100; }
  .item-stats__stat .item-stats__difficulty.item-stats__difficulty--2 span:nth-child(1), .item-stats__stat .item-stats__difficulty.item-stats__difficulty--2 span:nth-child(2) {
    background-color: #FFD100; }
  .item-stats__stat .item-stats__difficulty.item-stats__difficulty--3 span:nth-child(1), .item-stats__stat .item-stats__difficulty.item-stats__difficulty--3 span:nth-child(2), .item-stats__stat .item-stats__difficulty.item-stats__difficulty--3 span:nth-child(3) {
    background-color: #FFD100; }
  .item-stats__stat .item-stats__difficulty.item-stats__difficulty--4 span:nth-child(1), .item-stats__stat .item-stats__difficulty.item-stats__difficulty--4 span:nth-child(2), .item-stats__stat .item-stats__difficulty.item-stats__difficulty--4 span:nth-child(3), .item-stats__stat .item-stats__difficulty.item-stats__difficulty--4 span:nth-child(4) {
    background-color: #FFD100; }
  .item-stats__stat .item-stats__difficulty.item-stats__difficulty--5 span:nth-child(1), .item-stats__stat .item-stats__difficulty.item-stats__difficulty--5 span:nth-child(2), .item-stats__stat .item-stats__difficulty.item-stats__difficulty--5 span:nth-child(3), .item-stats__stat .item-stats__difficulty.item-stats__difficulty--5 span:nth-child(4), .item-stats__stat .item-stats__difficulty.item-stats__difficulty--5 span:nth-child(5) {
    background-color: #FFD100; }
  .item-stats__stat .item-stats__difficulty span {
    width: 20px;
    height: 20px;
    background-color: #EFEFEF;
    border-radius: 50%;
    display: inline-block;
    margin: 5px 0 20px; }

.insta-images {
  margin-left: -20px; }
  .insta-images > * {
    padding-left: 20px; }
  .insta-images:before, .insta-images:after {
    content: " ";
    display: table; }
  .insta-images:after {
    clear: both; }
  .insta-images .insta-images__img {
    float: left;
    width: 50%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 42.5%;
    margin-bottom: 20px; }
    .insta-images .insta-images__img:nth-child(5), .insta-images .insta-images__img:nth-child(6) {
      display: none; }
    @media only screen and (min-width: 600px) {
      .insta-images .insta-images__img {
        float: left;
        width: 33.3333333333%;
        padding-top: 28%; }
        .insta-images .insta-images__img:nth-child(4), .insta-images .insta-images__img:nth-child(5), .insta-images .insta-images__img:nth-child(6) {
          display: block; } }
    @media only screen and (min-width: 767px) {
      .insta-images .insta-images__img {
        float: left;
        width: 20%;
        padding-top: 18%; }
        .insta-images .insta-images__img:nth-child(6) {
          display: none; } }
    .insta-images .insta-images__img:before {
      content: "";
      position: absolute;
      top: 0;
      left: 20px;
      width: 100%;
      height: 100%;
      background-color: #EFEFEF; }
    .insta-images .insta-images__img:hover img {
      opacity: 0.3; }
    .insta-images .insta-images__img:hover figcaption {
      display: block; }
    .insta-images .insta-images__img figcaption {
      display: none;
      position: absolute;
      color: #000000;
      z-index: 2;
      bottom: 10px;
      left: 30px;
      font-size: 14px;
      font-size: 0.875rem; }
      .insta-images .insta-images__img figcaption:before {
        content: "";
        width: 15px;
        height: 15px;
        margin-right: 5px;
        display: inline-block;
        background-image: url(../../img/ridenseek/icon-instagram.svg);
        background-size: 100% 100%;
        position: relative;
        bottom: -2px; }
    .insta-images .insta-images__img img {
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 20px;
      height: 100% !important;
      width: 100%;
      opacity: 1;
      transition: opacity 0.4s;
      display: none; }
      .insta-images .insta-images__img img.compat-object-fit {
        background-size: cover;
        background-position: center center; }

.item-content {
  position: relative; }
  @media only screen and (min-width: 767px) {
    .item-content {
      margin-bottom: 20px;
      margin-top: 20px;
      margin-left: -20px; }
      .item-content > * {
        padding-left: 20px; }
      .item-content:before, .item-content:after {
        content: " ";
        display: table; }
      .item-content:after {
        clear: both; }
      .item-content .item-image {
        float: left;
        width: 50%; }
      .item-content .item-description {
        float: right;
        width: 50%; } }
  @media only screen and (min-width: 1024px) {
    .item-content .item-image {
      float: left;
      width: 50%; }
    .item-content .item-description {
      float: right;
      width: 41.6666666667%; } }
  @media only screen and (min-width: 1200px) {
    .item-content .item-image {
      float: left;
      width: 58.3333333333%; }
    .item-content .item-description {
      float: right;
      width: 33.3333333333%;
      margin-top: 40px; } }
  .item-content .item-description {
    text-align: center; }

    .print-btn {
      display: none !important;
    }