/* ---------- */
/* RESPONSIVE */
/* ---------- */
/**
 * responsive-min-width applies a series of min-width media queries for a provided property.
 * `root` refers to the property's base value, aside from media queries, and is optional.
 * @include responsive-min-width(
 *     [propertyName],
 *     root,         [value],
 *     [breakpoint], [value],
 *     [breakpoint], [value],
 *     [breakpoint], [value],
 *     [breakpoint], [value]
 * );
 */
/**
 * responsive-min-width-for-min-height applies a series of min-width media queries for a provided property at a minimun viewport height.
 * `root` refers to the property's base value, aside from media queries, and is optional.
 * @include responsive-min-width(
 *     [propertyName], [min-height-breakpoint]
 *     root,           [value],
 *     [breakpoint],   [value],
 *     [breakpoint],   [value],
 *     [breakpoint],   [value],
 *     [breakpoint],   [value]
 * );
 */
.gofast-landing img {
  max-width: 760px; }

#ff {
  display: none; }
  @media only screen and (min-width: 990px) {
    #ff {
      display: block; } }
  #ff span {
    color: #fff;
    display: inline-block;
    margin-top: 1px;
    vertical-align: top; }

#ff a {
  background: none; }
  #ff a.active, #ff a:hover {
    color: #ffde01; }

.sliv-black {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 50;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 0 0 1760px;
  border-color: transparent transparent transparent black;
  display: none; }
  @media only screen and (min-width: 760px) {
    .sliv-black {
      display: block; } }

.footer__landing-page {
  border-bottom: solid 5px #ffde01; }

.landing {
  margin: 30px 0;
  line-height: 1.4;
  overflow: hidden; }
  .landing section {
    position: relative; }
  .landing section.dark {
    background: black;
    color: white;
    padding: 30px 30px; }
    .landing section.dark h2 {
      color: #ffde01; }
  .landing section.gray {
    background: #353535;
    color: white;
    padding: 0; }
    .landing section.gray h2 {
      color: white; }
    .landing section.gray .content {
      padding: 80px 30px;
      padding: 30px 30px; }
      @media only screen and (min-width: 760px) {
        .landing section.gray .content {
          padding: 80px 30px; } }
  .landing section.checkered-flag {
    background: #505050 url("../images/landing/checkered-flag.jpg") center center no-repeat;
    background-size: 100% 100%; }
  .landing h2 {
    margin: 0 0 25px 0; }
  .landing .content-left {
    background-color: #f6f6f6; }
  .landing .content-right {
    background-color: #e7e7e7; }
  .landing .skew-content {
    padding: 0 30px; }
    @media only screen and (min-width: 760px) {
      .landing .skew-content {
        padding: 0 0 100px; } }
  .landing .skew {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 100%; }
    @media only screen and (min-width: 760px) {
      .landing .skew {
        background-image: url("../images/skew.png"); } }
  .landing .bullets {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    @media only screen and (min-width: 990px) {
      .landing .bullets {
        flex-wrap: nowrap; } }
  .landing ul {
    margin-left: 20px;
    list-style-type: disc; }
  .landing .bullet-content-container {
    display: flex;
    padding-bottom: 0px;
    align-items: center;
    justify-content: center; }
    @media only screen and (min-width: 760px) {
      .landing .bullet-content-container {
        padding-bottom: 60px; } }
  .landing .dealer-form {
    margin-top: 60px; }
    .landing .dealer-form h2 {
      color: #cdb415;
      text-align: center; }
    .landing .dealer-form .gfield_label {
      display: none; }
    .landing .dealer-form .gform_footer {
      text-align: center; }
    .landing .dealer-form .gform_wrapper input[type=text] {
      max-width: 100%; }
    .landing .dealer-form ul {
      margin: 0;
      list-style-type: none; }

.bullet-content {
  padding: 30px 30px 30px; }
  @media only screen and (min-width: 760px) {
    .bullet-content {
      padding: 40px 25px 80px; } }

.container {
  width: 100%;
  margin: 0 auto; }
  @media only screen and (min-width: 480px) {
    .container {
      width: 100%; } }
  @media only screen and (min-width: 760px) {
    .container {
      width: 100%; } }
  @media only screen and (min-width: 990px) {
    .container {
      width: 75%; } }
  @media only screen and (min-width: 1280px) {
    .container {
      width: 70%; } }

.container-2x2 {
  display: flex;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media only screen and (min-width: 990px) {
    .container-2x2 {
      flex-wrap: nowrap; } }

.container-2x1 {
  flex-basis: 100%; }
  @media only screen and (min-width: 760px) {
    .container-2x1 {
      flex-basis: 50%; } }

.container-1x1 {
  width: 100%;
  padding: 0 25px;
  max-width: auto;
  margin: 0 auto; }
  @media only screen and (min-width: 480px) {
    .container-1x1 {
      width: 100%; } }
  @media only screen and (min-width: 760px) {
    .container-1x1 {
      width: 100%; } }
  @media only screen and (min-width: 990px) {
    .container-1x1 {
      width: 100%; } }
  @media only screen and (min-width: 1280px) {
    .container-1x1 {
      width: 40%; } }
  @media only screen and (min-width: 480px) {
    .container-1x1 {
      padding: 0 25px; } }
  @media only screen and (min-width: 760px) {
    .container-1x1 {
      padding: 0 25px; } }
  @media only screen and (min-width: 990px) {
    .container-1x1 {
      padding: 0 25px; } }
  @media only screen and (min-width: 1280px) {
    .container-1x1 {
      padding: 0 25px; } }
  @media only screen and (min-width: 760px) {
    .container-1x1 {
      max-width: 500px; } }

.chevron {
  width: 100%;
  height: 0;
  border-top: 50px solid transparent;
  border-left: 50vw solid white;
  border-right: 50vw solid white; }

.narrow-content {
  max-width: 100%;
  width: 100%; }
  @media only screen and (min-width: 480px) {
    .narrow-content {
      max-width: 100%; } }
  @media only screen and (min-width: 760px) {
    .narrow-content {
      max-width: 100%; } }
  @media only screen and (min-width: 990px) {
    .narrow-content {
      max-width: 400px; } }
  @media only screen and (min-width: 480px) {
    .narrow-content {
      width: 100%; } }
  @media only screen and (min-width: 760px) {
    .narrow-content {
      width: 100%; } }
  @media only screen and (min-width: 990px) {
    .narrow-content {
      width: 75%; } }
  @media only screen and (min-width: 1280px) {
    .narrow-content {
      width: 75%; } }

.disclaimer {
  font-size: 12px;
  color: #aaaaaa; }

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