/* responsive breakpoints */
.container {
  padding: 0;
  margin: 0 auto; }
  @media (max-width: 991.98px) {
    .container {
      padding: 0 16px !important; } }

.flexiable-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat; }
  .flexiable-row.section-background {
    background-attachment: fixed;
    background-position: 50% 50%;
    background-size: cover; }
  .flexiable-row.section-parallax {
    background-attachment: scroll;
    background-position: 50% 50%;
    background-size: cover; }
  .flexiable-row .bgcolor-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  .flexiable-row__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .flexiable-row__wrapper .container,
    .flexiable-row__wrapper .container-fluid,
    .flexiable-row__wrapper .module-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .flexiable-row__wrapper.horizontal-center .module-grid {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .flexiable-row__wrapper.horizontal-left .module-grid {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .flexiable-row__wrapper.horizontal-right .module-grid {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .flexiable-row__wrapper.vertical-center {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .flexiable-row__wrapper.vertical-center .module-grid {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    .flexiable-row__wrapper.vertical-top {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .flexiable-row__wrapper.vertical-top .module-grid {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
    .flexiable-row__wrapper.vertical-bottom {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .flexiable-row__wrapper.vertical-bottom .module-grid {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
    .flexiable-row__wrapper.order-right-to-left .module-grid {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    .flexiable-row__wrapper.order-left-to-right .module-grid {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
  @media only screen and (min-width: 991px) {
    .flexiable-row__motorsports-half-grid .bgcolor-overlay {
      left: 50%; }
    .flexiable-row__motorsports-half-grid-left .bgcolor-overlay {
      right: 50%;
      left: 0; } }

.flexiable-row__contact-us-icons p img {
  width: auto !important; }

.flexiable-row__contact-us-icons p a {
  color: #000 !important; }
  .flexiable-row__contact-us-icons p a:hover {
    color: #ee2e23 !important; }
