/*
 *
 * VARIABLES
 * Private — Only called from other LESS files
 *
 */
#mfPreviewBar {
  display: none;
}
body {
  font-family: "Radikal-Light", "Radikal Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Radikal Medium", "Radikal-Medium";
  font-weight: 600;
}
body p {
  font-family: "Radikal Light", "Radikal-Light";
  font-weight: 400;
  margin-bottom: 1em;
  font-size: 1.1em;
}
header#order {
  width: 100%;
  box-sizing: border-box;
  background-color: transparent;
  height: auto;
  text-align: center;
  padding: 2em;
}
header#order:before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 150%;
  top: 0px;
  left: 0px;
  content: "";
  z-index: -1;
  background-image: url("https://storage.googleapis.com/fpoo-global-cloud-storage/img/short-track/olives_left.jpg"), url("https://storage.googleapis.com/fpoo-global-cloud-storage/img/short-track/olives_right.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: -54px -35px, 125% 120px;
  background-size: 60%, 50%;
  padding: 2em;
}
@media (min-width: 400px) {
  header#order:before {
    background-position: -54px -35px, 125% 85px;
    background-size: 55%, 50%;
  }
}
@media (min-width: 775px) {
  header#order:before {
    background-position: -54px -35px, 110% 310px;
    background-size: 45%, 32%;
  }
}
@media (min-width: 1280px) {
  header#order:before {
    padding: 0;
    background-position: -54px -35px, 100% 170px;
    background-size: 36%, 32%;
  }
}
@media (min-width: 775px) {
  header#order {
    background-size: cover;
  }
}
@media (min-width: 1280px) {
  header#order {
    padding: 0;
    background-size: cover;
    background-position: center bottom;
  }
}
header#order img.brand {
  position: relative;
  z-index: 2;
  margin: auto;
  margin-top: 40px;
  width: 140px;
  background: transparent;
  background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.5) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.5) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.5) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.5) 100%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0) 75%);
}
@media (min-width: 775px) {
  header#order img.brand {
    width: 160px;
  }
}
@media (min-width: 1280px) {
  header#order img.brand {
    width: 200px;
    background: transparent;
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.5) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.5) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.5) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.5) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0) 75%);
  }
}
header#order h1 {
  max-width: 400px;
  color: #78b249;
  text-shadow: none;
  margin: auto;
  margin-top: 1em;
  font-size: 3rem;
}
@media (min-width: 775px) {
  header#order h1 {
    font-size: 4rem;
    max-width: 500px;
  }
}
@media (min-width: 1280px) {
  header#order h1 {
    font-size: 4rem;
    max-width: 700px;
  }
}
div.container {
  border: none;
}
div.container div.row {
  width: auto;
}
div.container div.row p {
  max-width: 850px;
  color: #78b249;
  font-size: 1em;
  color: #333;
  margin: 1em auto 3em;
}
div.container div.row p.thank-you-page {
  margin: 0em;
}
div.container div.row.thank-you-page p {
  margin: 1em;
}
div.container div.row form#OrderForm fieldset {
  border: 2px solid #d1e7c4;
}
div.container div.row form#OrderForm fieldset legend {
  font-family: "Radikal Medium", "Radikal-Medium";
}
div.container div.row form#OrderForm div.submit input.order_button {
  width: 300px;
  font-family: "Radikal Medium", "Radikal-Medium";
  border-radius: 5px;
  border: none;
  box-shadow: none;
  margin: 0.5em auto 0.5em auto;
  padding: 0.5em 0 0.25em;
  font-weight: 500;
  border-bottom: 2px solid #78b249;
  transition: 0.35s color ease-out, 0.35s box-shadow ease-out, 0.35s border-bottom ease-out;
}
div.container div.row form#OrderForm div.submit input.order_button:hover {
  box-shadow: 0px 15px 20px 1px rgba(0, 0, 0, 0.25);
  border-bottom: 2px solid #666;
  color: white;
}
div.container div.row div.payment-info div.cc-form fieldset {
  border: 2px solid #d1e7c4;
}
div.container div.row div.payment-info div.cc-form fieldset legend {
  font-family: "radikal-medium";
  font-size: 1.5em;
  color: #61a049;
  padding: 0 0.25em;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
div.container div.row div.payment-info div.cc-form fieldset div.cc-form-container {
  text-align: center;
  overflow: hidden;
  max-width: 640px;
}
div.container div.row div.payment-info div.cc-form fieldset div.cc-form-container div.accepted_cc {
  margin: 0;
}
div.container div.row div.payment-info div.cc-form fieldset div.cc-form-container iframe#iframe-cc-form {
  height: 356px;
  width: auto;
  position: relative;
  left: 0px;
}
@media (min-width: 775px) {
  div.container div.row div.payment-info div.cc-form fieldset div.cc-form-container iframe#iframe-cc-form {
    height: 232px;
    width: 1040px;
    position: relative;
    left: -50px;
  }
}
div.container h3 {
  text-align: center;
  font-weight: 400;
}
div#footer {
  background-color: #d1e7c4;
  background: linear-gradient(45deg, #d0f1b2 0%, #eaf9de 100%);
  margin: auto;
  text-align: center;
  width: 100%;
  padding: 3em 3em 2em;
  box-sizing: border-box;
  font-size: 0.75em;
  margin-bottom: -2em;
}
@media (min-width: 775px) {
  div#footer {
    margin: auto;
    text-align: center;
    /* max-width: 1280px; */
    width: 100%;
    padding: 3em 0 1em;
    color: #333;
    font-size: 1em;
    margin-bottom: -2em;
  }
}
div#footer p {
  margin: 0px auto;
}
div#footer p a {
  color: #f26632;
}
div#footer p a:hover {
  color: #cb400d;
}
div#footer p.copyright {
  font-size: 0.75em;
}
/*# sourceMappingURL=short_track_order.css.map */