/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/**
 * Colors !
 */
section > div:last-child {
  padding-bottom: 2.5em;
}
footer {
  font-size: 0.9em;
  padding-bottom: 10em;
}
footer .country-list,
footer .language-list {
  margin-top: 1.5em;
}
footer .country-list li,
footer .language-list li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
footer .container {
  position: relative;
}
footer .footer-links {
  padding-top: 1em;
}
footer .column-container {
  text-align: center;
  margin-left: -3%;
}
footer .column-container .column {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin-left: 3%;
}
footer .scroll-top {
  display: block;
  width: 5em;
  height: 5em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding-top: 0.4em;
  position: absolute;
  top: -2.5em;
  right: 10px;
  font-family: "Open Sans", sans-serif;
  background: #0074b2;
  color: white;
  font-size: 15px;
  line-height: 1;
  text-align: center;
}
footer .scroll-top:before {
  content: "\25B2";
  display: block;
  margin-bottom: 0.4em;
  font-size: 0.8em;
}
footer .scroll-top:hover {
  text-decoration: none;
}
footer dt {
  text-transform: uppercase;
  margin-bottom: 10px;
}
footer dd {
  line-height: 1.2em;
  margin-bottom: 0.80em;
  margin-left: 0;
}
footer .link-list {
  line-height: 3em;
  text-align: center;
}
/**
 * media specific stylesheets
 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  footer .scroll-top {
    font-size: 13px;
  }
  .language-list li,
  .country-list li {
    line-height: 34px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    font-size: 12px;
  }
  footer table {
    margin-top: 2.5em;
    width: 100%;
    text-align: center;
  }
  footer table td {
    text-align: center;
    padding-left: 0.5em;
    padding-right: 0.5em;
    border-left: 1px solid #6d6d6d;
    line-height: 1;
  }
  footer table td:first-child {
    border-left: none;
  }
  footer .scroll-top {
    font-size: 12px;
  }
  .language-list li,
  .country-list li {
    line-height: 34px;
  }
}

.social {
	margin-left: -5px;
}

.social-button {
	display: inline-block;
    line-height: 1;
    min-width: 1.2em;
    text-align: center;
}

.social-button a {
	display: block;
	width: 100%;
	height: 100%;
	background: center no-repeat;
}

.social-button a:hover {
    text-decoration: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/**
 * Colors !
 */
/**
 * Helpers
 */
.global-challenge {
  position: relative;
}
.global-challenge .col-sm-1,
.global-challenge .col-sm-2,
.global-challenge .col-sm-3,
.global-challenge .col-sm-4,
.global-challenge .col-sm-5,
.global-challenge .col-sm-6,
.global-challenge .col-sm-7,
.global-challenge .col-sm-8,
.global-challenge .col-sm-9,
.global-challenge .col-sm-10,
.global-challenge .col-sm-11,
.global-challenge .col-sm-12 {
  position: static;
}
.global-challenge h3 {
  color: inherit;
  margin-top: 1em;
  margin-bottom: 1em;
  /*font-size: 1.8em;*/
}
.global-challenge .social-button {
  font-size: 1.4em;
}
.global-challenge .social-button a {
  color: inherit;
}
.global-challenge .description {
  background: #6d6d6d;
  color: white;
  min-height: 550px;
  padding-bottom: 0.25em;
}
.global-challenge .description .cropped-image {
  height: 325px;
}
.global-challenge .description h3,
.global-challenge .description p,
.global-challenge .description .social {
  color: white;
  margin-left: 30px;
  margin-right: 30px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .global-challenge .description h3,
  .global-challenge .description p,
  .global-challenge .description .social {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .global-challenge .description h3,
  .global-challenge .description p,
  .global-challenge .description .social {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .global-challenge .description h3,
  .global-challenge .description p,
  .global-challenge .description .social {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .global-challenge .description h3,
  .global-challenge .description p,
  .global-challenge .description .social {
    margin-right: 0;
  }
}
.global-challenge .description h3 {
  margin-top: 0.6em;
  margin-bottom: 0.4em;
  font-weight: 700;
}
.global-challenge .description .social {
  margin-bottom: 0.5em;
}
.global-challenge .details {
  padding-bottom: 3em;
}
.global-challenge .timer {
  font-family: "Open Sans", sans-serif;
  font-size: 2.7em;
  font-weight: 700;
  line-height: 1.7;
  text-transform: uppercase;
  color: #3bbacc;
}
.global-challenge .timer .digit {
  background-color: #3bbacc;
  color: white;
  padding-left: 0.3em;
  padding-right: 0.3em;
  margin-right: 0.3em;
  text-align: center;
  display: inline-block;
  line-height: 1.2;
}
.global-challenge .btn-wrapper {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}
.global-challenge .progress-legend {
  font-family: "Open Sans", sans-serif;
  font-size: 2.7em;
  color: #3bbacc;
  font-weight: 600;
}
.global-challenge .progress-legend .result {
  font-size: 1.3em;
  font-weight: 700;
}
.global-challenge .progress-legend .target {
  font-size: 0.95em;
  font-weight: 400;
}
.global-challenge .progress-legend .target + .unit {
  font-size: 0.95em;
  font-weight: 400;
}
.global-challenge .progress-legend .unit {
  text-transform: uppercase;
}
.global-challenge .progress {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 3em;
  -webkit-box-shadow: inset 0 6px 3px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 6px 3px -3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 6px 3px -3px rgba(0, 0, 0, 0.2);
  border: 1px solid #c4c4c4;
}
.global-challenge .progress .progress-bar {
  background: #3bbacc;
  -webkit-box-shadow: inset 0 6px 3px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 6px 3px -3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 6px 3px -3px rgba(0, 0, 0, 0.2);
  font-size: 1.1em;
  line-height: 2.3em;
  text-shadow: none;
  text-transform: uppercase;
}
.global-challenge .progress {
  margin-right: 30px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .global-challenge .progress {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .global-challenge .progress {
    margin-right: 0;
  }
}
.global-challenge .progress + .btn-wrapper {
  margin-top: 3em;
  margin-bottom: 3em;
  text-align: left;
}
.global-challenge .congratulations {
  font-size: 1.4em;
  text-transform: uppercase;
  color: #3bbacc;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  text-align: center;
}
.global-challenge .congratulations > div {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin-right: 1em;
}
.global-challenge .congratulations .congratulation-icon {
  width: 5.5em;
}
.global-challenge .congratulations .congratulation-text {
  width: 10.5em;
}
.global-challenge .congratulations .congratulation-text:first-line {
  font-size: 1.3em;
  margin-top: 50px;
}
.global-challenge .started-at,
.global-challenge .ended-at {
  color: #6d6d6d;
  text-transform: uppercase;
  font-size: 1.3em;
  font-family: "Open Sans", sans-serif;
}
.global-challenge .other-challenges {
  position: absolute;
  bottom: 1.5em;
}
/**
 * media specific stylesheets
 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .global-challenge .description {
    min-height: 400px;
  }
  .global-challenge .description .cropped-image {
    height: 230px;
  }
}
@media screen and (max-width: 767px) {
  .global-challenge h3 {
    position: relative;
  }
  .global-challenge h3 .social {
    float: none;
    position: absolute;
    top: 0;
    right: 0;
  }
  .global-challenge .description {
    min-height: 0;
    text-align: center;
  }
  .global-challenge .description .cropped-image {
    height: 170px;
  }
  .global-challenge .description h3,
  .global-challenge .description p {
    padding-left: 10px;
    padding-right: 10px;
  }
  .global-challenge .details {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 1em;
  }
  .global-challenge .details h3 {
    margin-top: 1em;
    margin-bottom: 0.5em;
    text-align: center;
  }
  .global-challenge .timer {
    font-size: 2em;
    display: inline-block;
    text-align: left;
  }
  .global-challenge .progress-legend {
    line-height: 1.1em;
    font-size: 2.5em;
  }
  .global-challenge .progress + .btn-wrapper {
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
  }
  .global-challenge .congratulations {
    font-size: 1.1em;
  }
  .global-challenge .congratulations .congratulation-icon {
    width: 5em;
  }
  .global-challenge .congratulations .congratulation-text {
    margin-right: -0.5em;
  }
  .global-challenge .congratulations .congratulation-text:first-line {
    font-size: 1.3em;
    margin-top: 50px;
  }
  .global-challenge .started-at,
  .global-challenge .ended-at {
    font-size: inherit;
  }
  .global-challenge .other-challenges {
    position: static;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
  }
}

/*
 Theme created for use with Sequence.js (http://www.sequencejs.com/)
 
 Theme: Parallax Slider
 Author: StadLine
 
 Sequence.js and its dependencies are (c) Ian Lunn Design 2012 - 2013 unless otherwise stated.
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/**
 * Colors !
 */
/**
 * Helpers
 */
/**
 * Round elements
 */
/* BASE STYLES */
/* the Sequence container */
.slider {
  position: relative;
  overflow: hidden;
}
/* required - make the Sequence canvas the same height and width as the container */
.slider > .sequence-canvas {
  height: 100%;
  width: 100%;
  list-style: none;
  margin: 0;
}
/* each Sequence frame */
.slider > .sequence-canvas > li {
  /* required - allows Sequence to change the z-index of frames, so the active frame is always on top */
  position: absolute;
  /* required - makes the frame the same width as the container */
  width: 100%;
  /* required - makes the frame the same height as the container */
  height: 100%;
  /* required - allows Sequence to change the z-index of frames, so the active frame is always on top */
  z-index: 1;
}
.global-container .btn-lg.walk-challenge {
  font-size: 30px;
}
/* THEME STYLES */
.slider .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent center center no-repeat;
  background-size: auto 100%;
  text-align: center;
}
.slider .animate-in .layer,
.slider .animate-out .layer {
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
  -webkit-transition-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
  -moz-transition-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
  -o-transition-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
  transition-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
}
/* first parallax layer */
.slider .layer-1 {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.slider .animate-in .layer-1 {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.slider .animate-out .layer-1 {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
/* second parallax layer */
.slider .layer-2 {
  opacity: 0;
}
.slider .layer-2 .description p {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  opacity: 0;
}
.slider .animate-in .layer-2 {
  opacity: 1;
}
.slider .animate-in .layer-2 .description p {
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  opacity: 1;
}
.slider .animate-out .layer-2 {
  opacity: 0;
}
.slide-1 .col-xs-10 {
  margin-bottom: 8px;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/**
 * Colors !
 */
/**
 * Helpers
 */
/**
 * Round elements
 */
/**
 * Global style
 */
.global-container .advice-consult {
  background: #ebebeb;
}
.global-container .advice-consult .register-module {
  background: #ebebeb;
}
.global-container header,
.global-container footer {
  background: white;
}
.global-container footer {
  webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.2);
}
.global-container .col-sm-1,
.global-container .col-sm-2,
.global-container .col-sm-3,
.global-container .col-sm-4,
.global-container .col-sm-5,
.global-container .col-sm-6,
.global-container .col-sm-7,
.global-container .col-sm-8,
.global-container .col-sm-9,
.global-container .col-sm-10,
.global-container .col-sm-11,
.global-container .col-sm-12 {
  position: static;
}
.global-container .box {
  background: white;
  margin-top: 30px;
  margin-bottom: 30px;
}
.global-container .btn-wrapper {
  display: inline-block;
  text-align: center;
}
.global-container .btn-sign-up-wrapper {
  display: block;
}
.global-container .global-challenge .details h3 {
  color: #6d6d6d;
}
.global-container .register-module {
  padding: 30px 0;
  overflow: hidden;
}
.global-container .register-module .background {
  height: 100%;
  padding: 0;
}
.global-container .register-module .background img {
  height: 100%;
  width: auto;
}
.global-container .register-module .banner {
  border: 1px solid #ebebeb;
  background: white;
  height: 280px;
  padding-left: 0;
  padding-right: 0;
}
.global-container .register-module .banner .content {
  position: relative;
  display: table;
  height: 100%;
  color: #ffffff;
  text-align: center;
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 10px;
}
.global-container .register-module .banner .content.col-md-4 .title {
  font-size: 27px;
}
.global-container .register-module .banner .content .title {
  text-align: left;
  font-size: 32px;
  text-transform: uppercase;
  color: #5b5b5b;
  margin-top: 40px;
  margin-bottom: 20px;
}
.global-container .register-module .banner .content .description {
  color: #5b5b5b;
  font-size: 18px;
  text-align: left;
  position: absolute;
}
.global-container .register-module .banner .content .diagonal-border {
  background: #ffffff;
  width: 60px;
  top: -70px;
  height: 400px;
  position: absolute;
  right: -33px;
  -webkit-transform: rotate(12deg);
  -moz-transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  -o-transform: rotate(12deg);
  transform: rotate(12deg);
}
.global-container .register-module .banner a {
  position: absolute;
  bottom: 20px;
  width: 280px;
  line-height: 8px;
  left: 30px;
  height: 56px;
  font-size: 30px;
}
section > div:last-child {
  padding-bottom: 0;
}
.box h1,
.box h2,
.box h3,
.box h4,
.box h5,
.box h6 {
  color: #0494b9;
}
/**
 * Header
 */
header {
  padding-top: 1em;
  padding-bottom: 1em;
}
header .row-table [class*="col-sm-"] {
  vertical-align: middle;
}
header .col-sm-8 {
  text-align: left;
}
header .col-sm-4 {
  text-align: right;
}
header .col-sm-4 a {
  display: block;
  font-size: 0.9em;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
header .col-sm-4 .btn-lg {
  display: inline-block;
  font-size: 1.3em;
  font-weight: 400;
  padding: 0.5em 2em;
}
/**
 * Slider
 */
.slider {
  height: 480px;
  margin-bottom: 30px;
}
.slider .layer-1.img-slider-5,
.slider .layer-1.img-slider-1,
.slider .layer-1.img-slider-2,
.slider .layer-1.img-slider-3 {
  background-size: cover;
}
.slider .layer-1.img-slider-5 {
  background-image: url('../bundles/geonautemodulehome/img/slides/slide5_new.jpg');
}
.slider .layer-1.img-slider-1 {
  background-image: url('../bundles/geonautemodulehome/img/slides/slide1.jpg');
}
.slider .layer-1.img-slider-2 {
  background-image: url('../bundles/geonautemodulehome/img/slides/slide2.jpg');
}
.slider .layer-1.img-slider-3 {
  background-image: url('../bundles/geonautemodulehome/img/slides/slide3.jpg');
}
.slider .layer-1.img-slider-walk-challenge {
  background-image: url('../bundles/geonautemodulehome/img/slides/slide_fr_walk_challenge.jpg');
}
.slider .layer-1.img-slider-jog-challenge {
  background-image: url('../bundles/geonautemodulehome/img/slides/slide_fr_jog_challenge.jpg');
}
.slider .container {
  position: relative;
}
.slider .container .btn {
  z-index: 99;
  white-space: normal;
}
.slider .sequence-canvas .container {
  height: 100%;
}
.slider .sequence-canvas .slide-walk-challenge .description-wrapper {
  width: 375px;
  margin-top: -200px;
}
.slider .sequence-canvas .slide-jog-challenge .description-wrapper {
  position: absolute;
  top: auto;
  bottom: 72px;
  left: auto;
  width: 100%;
}
.slider .sequence-canvas .slide-jog-challenge .description-wrapper .description {
  height: auto !important;
  margin: auto;
}
.slider .sequence-canvas .slide-5 .description-wrapper {
  width: 375px;
  margin-left: -140px;
  margin-top: -200px;
}
.slider .sequence-canvas .slide-1 .description-wrapper {
  width: 375px;
  margin-left: 40px;
  margin-top: -200px;
}
.slider .sequence-canvas .slide-2 .description-wrapper {
  width: 375px;
  margin-left: -54px;
  margin-top: -200px;
}
.slider .sequence-canvas .slide-3 .description-wrapper {
  width: 375px;
  margin-left: 120px;
  margin-top: -200px;
}
.slider .sequence-canvas .description-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  font-size: 22px;
  color: white;
}
.slider .sequence-canvas .slide-1 .description,
.slider .sequence-canvas .slide-2 .description,
.slider .sequence-canvas .slide-3 .description,
.slider .sequence-canvas .slide-5 .description,
.slider .sequence-canvas .slide-walk-challenge .description {
  position: relative;
  height: 100%;
  text-align: left;
  color: white;
  font-weight: 400;
  font-size: 16px;
}
.slider .sequence-canvas .slide-1 .description h2,
.slider .sequence-canvas .slide-2 .description h2,
.slider .sequence-canvas .slide-3 .description h2,
.slider .sequence-canvas .slide-5 .description h2,
.slider .sequence-canvas .slide-walk-challenge .description h2,
.slider .sequence-canvas .slide-1 .description h3,
.slider .sequence-canvas .slide-2 .description h3,
.slider .sequence-canvas .slide-3 .description h3,
.slider .sequence-canvas .slide-5 .description h3,
.slider .sequence-canvas .slide-walk-challenge .description h3 {
  margin-top: 0;
  padding-top: 10px;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  text-transform: none;
  font-size: 36px;
}
.slider .sequence-canvas .slide-1 .description .sub-description,
.slider .sequence-canvas .slide-2 .description .sub-description,
.slider .sequence-canvas .slide-3 .description .sub-description,
.slider .sequence-canvas .slide-5 .description .sub-description,
.slider .sequence-canvas .slide-walk-challenge .description .sub-description {
  padding-top: 20px;
  padding-bottom: 20px;
}
.slider .sequence-canvas .slide-5 a.btn,
.slider .sequence-canvas .slide-walk-challenge a.btn {
  margin-top: 20px;
}
.slider .sequence-canvas .slide-1 .description .bottom,
.slider .sequence-canvas .slide-2 .description .bottom {
  margin-top: 15px;
}
.slider .sequence-canvas .slide-1 .description .bottom .powered,
.slider .sequence-canvas .slide-2 .description .bottom .powered {
  padding: 20px 0;
}
.slider .sequence-canvas .slide-1 .description .bottom .app-store-button,
.slider .sequence-canvas .slide-2 .description .bottom .app-store-button {
  float: left;
}
.slider .sequence-canvas .slide-1 .description .bottom .google-play-button,
.slider .sequence-canvas .slide-2 .description .bottom .google-play-button {
  float: left;
  margin-left: 10px;
}
.slider .sequence-canvas .slide-1 .col-xs-10,
.slider .sequence-canvas .slide-2 .col-xs-10 {
  padding: 8px 0;
}
.slider .sequence-canvas .slide-3 .btn {
  margin-top: 10px;
}
.slider .sequence-canvas .sequence-pagination {
  line-height: 1;
  position: absolute;
  bottom: 2.2em;
  left: 0;
  width: 100%;
}
.slider .sequence-canvas .sequence-pagination a {
  text-indent: -9999px;
  display: inline-block;
  width: 1.36em;
  height: 1.36em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 0.2em solid white;
  background: white;
  margin-right: 0.8em;
}
.slider .sequence-canvas .sequence-pagination a.current {
  background-color: #106ca5;
  background-image: -moz-linear-gradient(top, #1477b5, #095b8e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1477b5), to(#095b8e));
  background-image: -webkit-linear-gradient(top, #1477b5, #095b8e);
  background-image: -o-linear-gradient(top, #1477b5, #095b8e);
  background-image: linear-gradient(to bottom, #1477b5, #095b8e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1477b5', endColorstr='#ff095b8e', GradientType=0);
}
.slider .sequence-canvas .sequence-pagination a:focus {
  outline: none;
}
/**
 * Promises
 */
.promises {
  list-style: none;
  margin: 0;
}
.promises .promise {
  -webkit-box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.2);
  position: relative;
}
.promises h3 {
  margin: 0;
  padding-top: 35px;
  width: 200px;
  height: 357px;
  color: white;
  text-align: center;
  font-size: 34px;
  font-weight: 300;
  position: relative;
  z-index: 1;
}
.promises h3 b {
  display: block;
}
.promises .promise-1 h3 {
  background: #3bbacc;
}
.promises .promise-2 h3 {
  background: #0494b9;
}
.promises .promise-3 h3 {
  background: #0074b2;
}
.promises .promise-4 h3 {
  background: #10476f;
}
.promises .icon-geonaute-promise {
  display: block;
  font-size: 4.5em;
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
}
.promises .description {
  margin-top: 3.5em;
  margin-bottom: 1em;
  margin-right: 1em;
}
.promises .picture {
  position: absolute;
  bottom: 5px;
  left: 25%;
  max-width: 40%;
}
.promises .btn-wrapper {
  margin: 1em 0;
}
/**
 * Global Challenge
 */
.title-wrapper.global-challenge-title {
  background: #3bbacc;
}
.title-wrapper.global-challenge-title:before {
  border-top-color: #3bbacc;
}
/**
 * Articles
 */
.title-wrapper.articles-title {
  background: #f23a4c;
}
.title-wrapper.articles-title:before {
  border-top-color: #f23a4c;
}
#disclaimer h4 {
  padding-top: 15px;
}
/**
 * media specific chrome
 */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .promise h3 {
    text-shadow: 0px 0px 0.05em #ffffff;
  }
  .title-wrapper h2 {
    text-shadow: 0px 0px 0.05em #ffffff;
  }
}
/**
 * media specific stylesheets
 */
@media screen and (max-width: 1250px) and (min-width: 768px) {
  .slider .layer-1.img-slider-jog-challenge {
    background-position: right;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /**
 * Slider
 */
  .slider {
    height: 484px !important;
  }
  .slider .layer-1.img-slider-1,
  .slider .layer-1.img-slider-2,
  .slider .layer-1.img-slider-3 {
    background-size: cover;
  }
  .slider .sequence-canvas .slide {
    background-position: 42% top;
  }
  .slider .sequence-canvas .sequence-pagination {
    bottom: 0.3em;
  }
  .slider .sequence-canvas .description-wrapper {
    top: 40%;
    font-size: 12.6px;
  }
  .slider .sequence-canvas .description {
    height: 112px;
    text-align: center;
  }
  .slider .sequence-canvas .slide-1 .description-wrapper {
    margin-left: -140px;
  }
  .slider .sequence-canvas .slide-2 .description-wrapper {
    margin-left: -112px;
  }
  .slider .sequence-canvas .slide-1 .description-wrapper,
  .slider .sequence-canvas .slide-2 .description-wrapper {
    width: 356px;
    margin-top: -120px;
  }
  .slider .sequence-canvas .slide-1 .description,
  .slider .sequence-canvas .slide-2 .description {
    text-shadow: 2px 2px 10px black;
    text-align: center;
  }
  .slider .sequence-canvas .slide-1 .description .sub-description,
  .slider .sequence-canvas .slide-2 .description .sub-description {
    padding-top: 8px;
  }
  .slider .sequence-canvas .slide-1 .description .bottom,
  .slider .sequence-canvas .slide-2 .description .bottom {
    width: 100%;
  }
  .slider .sequence-canvas .slide-1 .description .bottom .powered,
  .slider .sequence-canvas .slide-2 .description .bottom .powered {
    padding: 15px 0;
  }
  .slider .sequence-canvas .slide-1 .description .bottom .buttons,
  .slider .sequence-canvas .slide-2 .description .bottom .buttons {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .slider .sequence-canvas .slide-1 .description .bottom .app-store-button,
  .slider .sequence-canvas .slide-2 .description .bottom .app-store-button {
    margin-right: 0;
  }
  .slider .sequence-canvas .slide-1 .description .bottom .google-play-button,
  .slider .sequence-canvas .slide-2 .description .bottom .google-play-button {
    float: right;
  }
  .slider .sequence-canvas .slide-3 .description-wrapper {
    width: 350px;
    margin-left: 400px;
    margin-top: -230px;
    left: 0;
    top: 65%;
  }
  .slider .sequence-canvas .slide-3 .description {
    text-align: left;
  }
  .slider .sequence-canvas .slide-3 .description h3,
  .slider .sequence-canvas .slide-3 .description .sub-description {
    text-shadow: 2px 2px 10px black;
    color: white;
  }
  .slider .sequence-canvas .slide-5 .description-wrapper {
    width: 294px;
    margin-left: 285px;
    margin-top: 220px;
    left: 0;
    top: -200px;
  }
  .slider .sequence-canvas .slide-5 .description {
    text-align: left;
  }
  .slider .sequence-canvas .slide-5 .description h3,
  .slider .sequence-canvas .slide-5 .description .sub-description {
    text-shadow: 2px 2px 10px black;
    color: white;
  }
  .slider .sequence-canvas .slide-3 .btn {
    margin-top: 28px;
  }
  /**
 * Promises
 */
  .promises h3 {
    font-size: 26px;
    width: 170px;
    height: 265px;
  }
  .promises .description {
    font-size: 1em;
  }
  .global-container .register-module .banner {
    height: 350px;
    overflow: hidden;
  }
  .global-container .register-module .banner .content .title {
    font-size: 27px;
  }
  .global-container .register-module .banner .content .description {
    font-size: 18px;
  }
  .global-container .register-module .banner .content a {
    width: 219px;
    line-height: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  /**
 * Global style
 */
  .global-container .btn-wrapper {
    display: block;
  }
  .global-container .btn-lg {
    font-size: 1.9em;
  }
  .global-container .container {
    overflow: hidden;
  }
  .global-container footer .container {
    overflow: visible;
  }
  .global-container .box {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .global-container .register-module {
    margin: 0px 0 40px;
    padding: 0;
  }
  .global-container .register-module .banner {
    border: none;
    background: #ffffff;
    height: auto;
  }
  .global-container .register-module .banner .content {
    height: auto;
    display: block;
    font-size: 24px;
    padding-top: 10px;
    padding-left: inherit;
    padding-right: inherit;
  }
  .global-container .register-module .banner .content .title {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 20px;
  }
  .global-container .register-module .banner .content .description {
    margin: 20px 0;
    position: relative;
    text-align: center;
  }
  .global-container .register-module .banner a {
    width: 260px;
    display: block;
    position: relative;
    margin: 30px auto;
    left: inherit;
    top: inherit;
    bottom: inherit;
  }
  /**
 * Header
 */
  header {
    text-align: center;
  }
  header img {
    margin: 1em 0;
  }
  /**
 * Slider
 */
  .slider {
    height: 484px;
  }
  .slider .layer-1.img-slider-1 {
    background-image: url('../bundles/geonautemodulehome/img/slides/slide1-no-phone.jpg');
    background-size: cover;
  }
  .slider .layer-1.img-slider-2 {
    background-image: url('../bundles/geonautemodulehome/img/slides/slide2-no-phone.jpg');
    background-size: cover;
  }
  .slider .layer-1.img-slider-3 {
    background-image: url('../bundles/geonautemodulehome/img/slides/slide3-no-phone.jpg');
    background-size: cover;
  }
  .slider .layer-1.img-slider-5 {
    background-size: cover;
    background-image: url('../bundles/geonautemodulehome/img/slides/slide_phone.jpg');
  }
  .slider .layer-1.img-slider-jog-challenge {
    background-size: cover;
    background-image: url('../bundles/geonautemodulehome/img/slides/slide_fr_jog_challenge_mobile.jpg') !important;
    background-position: center !important;
  }
  .slider .container {
    overflow: visible;
  }
  .slider .sequence-canvas .slide {
    background-position: 42% top;
  }
  .slider .sequence-canvas .sequence-pagination {
    bottom: 0.3em;
  }
  .slider .sequence-canvas .description-wrapper {
    top: 40%;
    font-size: 12.6px;
  }
  .slider .sequence-canvas .description {
    height: 112px;
    text-align: center;
  }
  .slider .sequence-canvas .slide-1 .description-wrapper,
  .slider .sequence-canvas .slide-2 .description-wrapper {
    position: relative;
    width: 294px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    top: 260px;
  }
  .slider .sequence-canvas .slide-1 .description,
  .slider .sequence-canvas .slide-2 .description {
    text-shadow: 2px 2px 10px black;
    text-align: center;
  }
  .slider .sequence-canvas .slide-1 .description .sub-description .powered,
  .slider .sequence-canvas .slide-2 .description .sub-description .powered {
    padding: 15px 0;
  }
  .slider .sequence-canvas .slide-1 .description .buttons.col-md-12,
  .slider .sequence-canvas .slide-2 .description .buttons.col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .slider .sequence-canvas .slide-1 .description .bottom .app-store-button,
  .slider .sequence-canvas .slide-2 .description .bottom .app-store-button {
    float: left;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    margin-right: 12px;
  }
  .slider .sequence-canvas .slide-1 .description .bottom .google-play-button,
  .slider .sequence-canvas .slide-2 .description .bottom .google-play-button {
    float: right;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .slider .sequence-canvas .slide-3 .description-wrapper {
    position: relative;
    width: 294px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    top: 65%;
  }
  .slider .sequence-canvas .slide-3 .description-wrapper .description {
    text-align: center;
  }
  .slider .sequence-canvas .slide-3 .description-wrapper .description h3,
  .slider .sequence-canvas .slide-3 .description-wrapper .description .sub-description {
    text-shadow: 2px 2px 10px black;
    color: white;
  }
  .slider .sequence-canvas .slide-3 .description-wrapper .description h3 {
    font-size: 31px;
  }
  .slider .sequence-canvas .slide-3 .description-wrapper .description .bottom .app-store-button {
    float: left;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    margin-right: 12px;
  }
  .slider .sequence-canvas .slide-3 .description-wrapper .description .bottom .google-play-button {
    float: right;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .slider .sequence-canvas .slide-5 .description-wrapper,
  .slider .sequence-canvas .slide-walk-challenge .description-wrapper {
    position: relative;
    width: 294px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    top: 260px;
  }
  .slider .sequence-canvas .slide-5 .description,
  .slider .sequence-canvas .slide-walk-challenge .description {
    text-align: center;
  }
  .slider .sequence-canvas .slide-5 .description h3,
  .slider .sequence-canvas .slide-walk-challenge .description h3,
  .slider .sequence-canvas .slide-5 .description .sub-description,
  .slider .sequence-canvas .slide-walk-challenge .description .sub-description {
    text-shadow: 2px 2px 10px black;
    color: white;
  }
  .slider .sequence-canvas .slide-walk-challenge .btn {
    font-size: 24px;
  }
  .slider .sequence-canvas .slide-3 .btn {
    margin-top: 28px;
  }
  .slider .sequence-canvas .slide-5 .btn {
    margin-top: 28px;
  }
  /**
 * Promises
 */
  .promises .box {
    padding-bottom: 1em;
  }
  .promises h3 {
    padding-top: 10px;
    padding-bottom: 10px;
    width: auto;
    height: auto;
    font-size: 20.5px;
  }
  .promises h3 b {
    display: inline;
  }
  .promises h3 span {
    margin-top: 3px;
  }
  .promises .icon-geonaute-promise {
    display: inline;
    font-size: 3em;
    position: static;
    /* For alignement because the base midddle line is not the same as the font  */
    vertical-align: -0.33em;
    margin-right: 10px;
  }
  .promises .description {
    margin-top: 1em;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .promises .available-at {
    padding-left: 10px;
    padding-right: 10px;
  }
  .promises .picture {
    position: static;
    max-width: 80%;
    margin-left: 8%;
  }
  /**
 * Tutorial
 */
  .box-tutorial {
    font-size: 14px;
  }
  .box-tutorial h3 {
    margin-top: 1em;
  }
  .box-tutorial h3 .step-number {
    font-size: 1em;
  }
  .box-tutorial .keyword {
    font-size: 1em;
  }
  .box-tutorial .image-wrapper {
    display: block;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 1.2em;
    margin-bottom: 2.6em;
  }
  .box-tutorial .row:last-child p {
    margin-bottom: 1em;
  }
}
@media screen and (min-height: 850px) {
  .slider {
    height: 640px;
  }
  .slider .layer-1.img-slider-jog-challenge {
    background-position: right;
  }
}
