/*
 *
 * VARIABLES
 * Private — Only called from other LESS files
 *
 */
header#choose {
  width: 100%;
  background-color: transparent;
  box-sizing: border-box;
  height: auto;
  padding: 1em;
}
@media (min-width: 1280px) {
  header#choose {
    padding: 0;
    padding-bottom: 2.4em;
  }
}
@media (min-width: 1280px) {
  header#choose {
    padding: 0;
  }
}
header#choose: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;
  padding-bottom: 4em;
}
@media (min-width: 400px) {
  header#choose:before {
    background-position: -54px -35px, 125% 85px;
    background-size: 55%, 50%;
  }
}
@media (min-width: 775px) {
  header#choose:before {
    background-position: -54px -35px, 110% 310px;
    background-size: 45%, 32%;
  }
}
@media (min-width: 1280px) {
  header#choose:before {
    padding: 0;
    background-position: -54px -35px, 100% 170px;
    background-size: 36%, 32%;
  }
}
header#choose 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#choose img.brand {
    width: 160px;
  }
}
@media (min-width: 1280px) {
  header#choose 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#choose h1 {
  max-width: 400px;
  text-shadow: none;
  margin: auto;
  margin-top: 1em;
  color: #f26632;
  font-size: 3rem;
}
@media (min-width: 775px) {
  header#choose h1 {
    font-size: 4rem;
    max-width: 500px;
  }
}
@media (min-width: 1280px) {
  header#choose h1 {
    font-size: 4rem;
    max-width: 700px;
  }
}
header#choose p {
  display: none;
  max-width: 900px;
  color: #78b249;
  font-size: 1.25em;
  color: #333;
  margin: 1em auto;
}
div.main_content_container {
  width: 100%;
  max-width: 800px;
  margin: 3em auto;
}
div.main_content_container strong.stronger {
  font-size: 2em;
  line-height: 1em;
  color: #78b249;
}
div.main_content_container p {
  padding: 0em 1em;
}
@media (min-width: 1280px) {
  div.main_content_container p {
    padding: 0;
  }
}
div.main_content_container p strong {
  font-family: "Radikal-Medium", "Radikal Medium", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #78b249;
  font-weight: 700;
  letter-spacing: -0.05em;
}
@media (min-width: 1280px) {
  div.main_content_container p strong {
    letter-spacing: normal;
  }
}
div.choose_cta_container {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  margin: 2em auto;
  flex-direction: column;
}
@media (min-width: 1280px) {
  div.choose_cta_container {
    flex-direction: row;
  }
}
div.choose_cta_container div.choose_item {
  margin: 0 1em 3em;
  background-image: url('https://storage.googleapis.com/fpoo-global-cloud-storage/img/short-track/three_bottle_bg.jpg');
  width: 100%;
  border: 3px solid #78b249;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
@media (min-width: 775px) {
  div.choose_cta_container div.choose_item {
    width: 600px;
  }
}
@media (min-width: 1280px) {
  div.choose_cta_container div.choose_item {
    width: 600px;
    border: 3px solid #78b249;
    border-radius: 15px;
  }
}
div.choose_cta_container div.choose_item h2 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "Radikal-Medium", "Radikal Medium", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #78b249;
  width: auto;
}
div.choose_cta_container div.choose_item h3 {
  text-transform: uppercase;
  font-weight: 100;
  font-family: "Radikal-Light", "Radikal Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: auto;
}
div.choose_cta_container div.choose_item .description {
  font-family: "Radikal-Regular", "Radikal Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: auto;
  display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  div.choose_cta_container div.choose_item .description {
    line-height: normal;
  }
}
div.choose_cta_container div.choose_item a.select_button {
  font-family: "Radikal-Medium", "Radikal Medium", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  width: 160px;
  text-align: center;
  margin-top: 25px;
  background-color: #f26632;
  border: none;
  border-radius: 5px;
  color: #fff;
  line-height: normal;
  font-size: 1em;
  font-size: 1.5em;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.35s ease-out;
  padding: 1em 0.45em 0.7em 0.5em;
  margin-left: -1.5em;
}
@media (min-width: 400px) {
  div.choose_cta_container div.choose_item a.select_button {
    margin-left: 0;
  }
}
@media (min-width: 775px) {
  div.choose_cta_container div.choose_item a.select_button {
    margin-left: 0;
    padding: 1em 2em 0.7em 2.25em;
  }
}
@media (min-width: 1280px) {
  div.choose_cta_container div.choose_item a.select_button {
    margin-left: 0;
    padding: 1em 0.75em 0.7em 1em;
  }
}
@media all and (-ms-high-contrast: none) {
  div.choose_cta_container div.choose_item a.select_button {
    /* IE10 */
    /* IE11 */
  }
  div.choose_cta_container div.choose_item a.select_button *::-ms-backdrop {
    margin-top: 45px;
  }
}
div.choose_cta_container div.choose_item a.select_button:hover {
  background-color: #cb400d;
}
div.choose_cta_container div.choose_item a.select_button:after {
  font-family: 'Font Awesome 5 Free';
  font-size: 1em;
  content: '\f35a';
  line-height: 1em;
  margin-left: 0.5em;
}
div.choose_cta_container div.choose_cta_large {
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  box-sizing: border-box;
  display: flex;
  flex: 1;
  height: auto;
  min-height: 450px;
  flex-direction: column;
  margin: 0;
  padding: 2em;
  background-size: 150%;
  background-position: -140px bottom;
}
@media (min-width: 400px) {
  div.choose_cta_container div.choose_cta_large {
    background-size: cover;
    background-position: 0 bottom;
    background-size: 120%;
    background-position: -95px bottom;
  }
}
@media (min-width: 775px) {
  div.choose_cta_container div.choose_cta_large {
    border: 3px solid #78b249;
    border-radius: 15px;
    margin: auto;
    margin-bottom: 1em;
    background-size: 150%;
    background-position: -190px bottom;
  }
}
@media (min-width: 1280px) {
  div.choose_cta_container div.choose_cta_large {
    display: flex;
    height: 400px;
    min-height: 400px;
    margin: 0;
    padding: 3em 3em 1em 3em;
    background-size: 140%;
    background-position: -150px bottom;
  }
}
div.choose_cta_container div.choose_cta_large .description {
  width: 300px;
}
div.choose_cta_container div.choose_cta_small {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  box-sizing: border-box;
  display: flex;
  flex: 1;
  height: auto;
  min-height: 390px;
  flex-direction: column;
  padding: 2em;
  margin: 0;
  background-size: 120%;
  background-position: -55px bottom;
  border-top: 0;
}
@media (min-width: 400px) {
  div.choose_cta_container div.choose_cta_small {
    background-size: cover;
    background-position: 0 bottom;
  }
}
@media (min-width: 775px) {
  div.choose_cta_container div.choose_cta_small {
    border: 3px solid #78b249;
    border-radius: 15px;
    margin: auto;
    margin-bottom: 1em;
    background-size: 120%;
    background-position: -60px bottom;
  }
}
@media (min-width: 1280px) {
  div.choose_cta_container div.choose_cta_small {
    display: flex;
    height: 350px;
    min-height: 350px;
    margin-top: 40px;
    margin-left: -15px;
    margin-bottom: 3em;
    padding: 3em 3em 1em 3em;
    background-size: 110%;
    background-position: 0px bottom;
  }
}
@media (min-width: 400px) {
  div.choose_cta_container div.choose_cta_small .description {
    width: 350px;
  }
}
