@charset "UTF-8";
@import 'animate.css';
@import 'bootstrap-grid.css';
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://use.typekit.net/dvv3byh.css");
body {
  padding: 0;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.the-content ul {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}
.the-content ul li {
  padding-left: 1.5em;
  margin-bottom: 5px;
  list-style: none;
  position: relative;
}
.the-content ul li:before {
  content: "•";
  font-size: 25px;
  color: black;
  position: absolute;
  left: 0;
  top: 0;
}
.the-content ul li ul li:before {
  content: "○";
  font-size: 16px;
}
.the-content ol {
  padding: 0;
  margin: 0 0 20px;
  counter-reset: top-level-ol-counter;
  list-style: none;
}
.the-content ol > li {
  padding-left: 1.5em;
  margin-bottom: 5px;
  list-style: none;
  counter-increment: top-level-ol-counter;
  position: relative;
}
.the-content ol > li:before {
  content: counter(top-level-ol-counter);
  position: absolute;
  top: 0;
  left: 0;
}
.the-content ol > li ol {
  padding-top: 10px;
  padding-bottom: 0;
  counter-reset: child-level-ol-counter;
}
.the-content ol > li li {
  padding-left: 1.5em;
  position: relative;
  counter-increment: child-level-ol-counter;
}
.the-content ol > li li:before {
  content: counter(child-level-ol-counter, lower-roman);
}
.the-content .gallery {
  padding: 40px 0;
}

.gfield.gform_validation_container {
  display: none;
}
.gfield.gfield_error input,
.gfield.gfield_error textarea {
  color: darkred;
}
.gfield input,
.gfield textarea {
  border: 0;
}

.gform_confirmation_message {
  color: darkgreen;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.alignright {
  float: right;
}

.aligncenter {
  margin: 0 auto;
  display: block;
}

.alignleft {
  float: left;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.bold, strong, b {
  font-weight: bold;
}

.undo-ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}

.undo-li {
  margin-bottom: 0;
  list-style: none;
  list-style-type: none;
}

.undo-p {
  margin: 0;
}

/*a {
	outline: 0;
	text-decoration: none;
}

a:visited {
	outline: 0;
	color: inherit;
	text-decoration: none;
}

a:focus {
	outline: 0;
	color: inherit;
	text-decoration: none;
}

a:active {
	outline: 0;
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}*/
a {
  text-decoration: none;
}

a:link {
  color: inherit;
}

a:visited {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

svg {
  max-height: 100%;
}

.clearfix:after, .cf:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.flat-left {
  padding-left: 0;
}

.flat-right {
  padding-right: 0;
}

.flat-both {
  padding-left: 0;
  padding-right: 0;
}

.flat-top {
  padding-top: 0;
}

.flat-bottom {
  padding-bottom: 0;
}

.flat-vertical {
  padding-top: 0;
  padding-bottom: 0;
}

.flat-all {
  padding: 0;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.float-none {
  float: none !important;
}

.mfp-arrow::after,
.mfp-arrow::before {
  display: none !important;
}

.mfp-arrow-right {
  background: url("../fw/core/assets/images/chevron-right.svg") no-repeat center center !important;
  background-size: 30px 30px !important;
}

.mfp-arrow-left {
  background: url("../fw/core/assets/images/chevron-left.svg") no-repeat center center !important;
  background-size: 30px 30px !important;
}

.r {
  display: flex;
  flex-wrap: wrap;
}

.gallery-columns-1 dl {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-2 dl {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-3 dl {
  width: 33.3333333333%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-4 dl {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-5 dl {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-6 dl {
  width: 16.6666666667%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-7 dl {
  width: 14.2857142857%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-8 dl {
  width: 12.5%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-9 dl {
  width: 11.1111111111%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.hidden {
  display: none !important;
}

html, body {
  position: relative;
  height: 100vh;
  font: 300 18px/1.65em proxima-nova, sans-serif;
  color: #565a5c;
}
html.quiz, body.quiz {
  background: #f4f7f8;
}

body {
  min-height: 100%;
}

#main {
  position: relative;
  padding: 100px 0 0 0;
}

.wrapper {
  position: relative;
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}
.wrapper.med {
  width: 85%;
}

.buttons .btn {
  margin-right: 15px;
}
.buttons .btn:last-child {
  margin-right: 0;
}

.block-buttons {
  width: 260px;
  margin: 50px auto 0 auto;
}
.block-buttons .btn {
  display: block;
  margin-bottom: 15px;
}
.block-buttons .btn:last-child {
  margin-bottom: 0;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  font: bold 16px/1em "Dosis", sans-serif;
  padding: 15px 25px;
  border-radius: 15px;
  background: #00a650;
  color: white !important;
  cursor: pointer;
  transition: all 250ms ease-in-out;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  overflow: hidden;
}
.btn:hover:after {
  transform: scaleX(1);
}
.btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  transform: scaleX(0);
  transform-origin: left;
  transition: all 250ms ease-in-out;
}
.btn > span {
  position: relative;
  z-index: 2;
}
.btn > img {
  position: relative;
  z-index: 3;
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
.btn.blue {
  background: #1877f2;
}

.the-content *:last-child {
  margin-bottom: 0;
}
.the-content h1, .the-content h2, .the-content h3, .the-content h4, .the-content h5, .the-content h5, .the-content h6, .the-content p {
  margin-bottom: 30px;
}
.the-content h1 {
  font: 900 55px/1.3em proxima-nova, sans-serif;
}
.the-content h2 {
  font: 900 35px/1.65em proxima-nova, sans-serif;
}
.the-content h3 {
  font: 900 24px/1.65em proxima-nova, sans-serif;
}
.the-content h4 {
  font: 900 20px/1.65em proxima-nova, sans-serif;
}
.the-content h5 {
  font: 900 18px/1.65em proxima-nova, sans-serif;
}
.the-content h6 {
  font: 900 16px/1.65em proxima-nova, sans-serif;
}
.the-content .btn-box {
  margin-left: 15px;
}
.the-content .btn-box:first-of-type {
  margin-left: 0;
}

#header {
  position: relative;
  height: 266px;
  background: white;
}
#header:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  background-image: url("../../images/header-bg.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}
#header #header-img {
  position: absolute;
  z-index: 1;
  top: -115px;
  left: -80px;
  width: 515px;
  height: 395px;
}
#header #header-logos {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 335px;
}
#header #header-logos #header-logo-primary {
  display: block;
  width: 209px;
  height: 233px;
}
#header #header-logos #header-logo-secondary {
  display: block;
  width: 172px;
  height: 101px;
  margin-left: 65px;
}

#home-bg {
  margin-top: 40px;
  display: block;
}

#home-fg {
  position: fixed;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 50%;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}
#home-fg:before {
  content: "";
  display: block;
  padding-top: 95%;
}

#home-wrapper {
  position: relative;
  z-index: 3;
  width: calc(90% - 335px);
  margin: 0 0 0 335px;
  padding-bottom: 100px;
}
#home-wrapper h1 {
  font: bold 46px/1.3em "Dosis", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0;
  color: #24617d;
}
#home-wrapper h2 {
  font: 300 italic 28px/1.65em proxima-nova, sans-serif;
  color: #808080;
  margin-bottom: 55px;
}

#home-buttons {
  margin: 45px 0;
}
#home-buttons > h3 {
  font: 900 20px/1.65em proxima-nova, sans-serif;
  color: #00a650;
  margin-bottom: 30px;
}

#footer-mention {
  margin-top: 55px;
  padding-bottom: 100px;
}
#footer-mention .the-content {
  font-size: 16px;
}
#footer-mention img {
  margin-top: 30px;
  width: 30%;
  max-width: 135px;
}

#footer-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 550px;
}

.error404 .the-content h1 {
  font-size: 45px;
}

.page-template-thank-you .btn-box {
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 50px;
}
.page-template-thank-you .the-content {
  font: 300 italic 28px/1.65em proxima-nova, sans-serif;
  color: #808080;
}
.page-template-thank-you .the-content h1 {
  font: bold 46px/1em "Dosis", sans-serif;
  text-transform: uppercase;
  color: #24617d;
  letter-spacing: 3px;
  margin-bottom: 40px;
}
.page-template-thank-you .buttons {
  text-align: center;
  margin-top: 40px;
}
.page-template-thank-you #quiz .quiz-question-outer:last-child {
  margin-bottom: 0;
}
.page-template-thank-you #quiz .quiz-question-outer .quiz-question .choices .answer label.given-answer span:before {
  background: #d80c32;
}
.page-template-thank-you #quiz .quiz-question-outer .quiz-question .choices .answer label.correct-answer span:before {
  background: #00a650 !important;
}

#quiz-title {
  margin-bottom: 100px;
}
#quiz-title h1 {
  display: inline-block;
  font: bold 40px/1em "Dosis", sans-serif;
  text-transform: uppercase;
  background: #24617d;
  color: white;
  padding: 10px 20px;
  border-radius: 20px;
  letter-spacing: 3px;
}
#quiz-title #top-content {
  margin-top: 20px;
}

#bottom-content {
  margin: 40px 0;
}

#quiz {
  padding-bottom: 100px;
}
#quiz .quiz-question-outer {
  position: relative;
  margin-bottom: 100px;
}
#quiz .quiz-question-outer.marker .question-number {
  position: absolute;
  z-index: 4;
  top: -75px;
  left: -50px;
  width: 100px;
  height: 100px;
  background-image: url("../../images/icon-station.svg");
  background-position: center;
  background-repeat: no-repeat;
}
#quiz .quiz-question-outer.marker .question-number span {
  position: relative;
  top: 34px;
  display: block;
  width: 100%;
  text-align: center;
  font: 900 14px/1em "Dosis", sans-serif;
  color: #24617d;
}
#quiz .quiz-question-outer.crosswalk .question-number {
  position: absolute;
  z-index: 4;
  top: -35px;
  left: -44px;
  width: 89px;
  height: 68px;
  background-image: url("../../images/icon-bike.svg");
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
#quiz .quiz-question-outer.crosswalk .question-number span {
  position: relative;
  top: 0;
  right: -10px;
  display: inline-block;
  font: 900 14px/1em "Dosis", sans-serif;
  color: #808080;
}
#quiz .quiz-question-outer .question-top {
  position: relative;
  z-index: 3;
  padding: 0 0 0 75px;
  text-align: left;
}
#quiz .quiz-question-outer .question-top .name {
  font: bold 25px/1em "Dosis", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #24617d;
  margin-bottom: 10px;
}
#quiz .quiz-question-outer .question-top .indication {
  font: 500 15px/1.3em proxima-nova, sans-serif;
  color: #808080;
  margin-bottom: 10px;
}
#quiz .quiz-question-outer .quiz-question {
  position: relative;
  z-index: 2;
  background: white;
  padding: 45px 50px;
  text-align: left;
  border-radius: 4px;
}
#quiz .quiz-question-outer .quiz-question .question {
  font: normal 22px/1.2em proxima-nova, sans-serif;
  margin-bottom: 40px;
}
#quiz .quiz-question-outer .quiz-question .question-img {
  display: block;
  width: 340px;
  margin-bottom: 25px;
}
#quiz .quiz-question-outer .quiz-question .choices .answer {
  margin-bottom: 15px;
}
#quiz .quiz-question-outer .quiz-question .choices .answer:last-child {
  margin-bottom: 0;
}
#quiz .quiz-question-outer .quiz-question .choices .answer label {
  position: relative;
  cursor: pointer;
}
#quiz .quiz-question-outer .quiz-question .choices .answer label input {
  display: none;
}
#quiz .quiz-question-outer .quiz-question .choices .answer label input:checked + span {
  font-weight: 800;
}
#quiz .quiz-question-outer .quiz-question .choices .answer label input:checked + span:before {
  background: #808080;
}
#quiz .quiz-question-outer .quiz-question .choices .answer label span {
  position: relative;
  font: 600 18px/1em proxima-nova, sans-serif;
  padding-left: 45px;
}
#quiz .quiz-question-outer .quiz-question .choices .answer label span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f4f7f8;
  transition: all 250ms ease-in-out;
}
#quiz .quiz-question-outer .quiz-question .correct-answer-content {
  display: none;
  background: rgba(244, 247, 248, 0.35);
  border-radius: 4px;
  padding: 15px;
  font: 600 14px/1.65em proxima-nova, sans-serif;
  margin-top: 30px;
}
#quiz input[type=submit] {
  position: fixed;
  z-index: 99999;
  bottom: -2px;
  left: 0;
  background: #d80c32;
  width: 100%;
  display: block;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  color: white;
  font: bold 20px/1em "Dosis", sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 20px;
  letter-spacing: 3px;
  cursor: pointer;
  transition: all 250ms ease-in-out;
}
#quiz input[type=submit]:hover {
  background: #b90728;
}
#quiz #footer-logos {
  margin: 0 auto;
}

.map {
  position: relative;
  background: #808080;
  border-radius: 15px;
}
.map:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.map small {
  position: absolute;
  z-index: 40;
  bottom: 0;
  margin-bottom: -15px;
}

.course {
  padding: 40px;
  border-radius: 25px;
  background: #f4f7f8;
}
.course > h3 {
  font: bold 28px/1em "Dosis", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #24617d;
  margin-bottom: 20px;
}
.course .inner .item {
  display: flex;
  margin-bottom: 15px;
}
.course .inner .item:last-child {
  margin-bottom: 0;
}
.course .inner .item img {
  width: 40px;
  height: 35px;
}
.course .inner .item span {
  width: calc(100% - 40px);
  margin-left: 10px;
}

.page-template-quiz #main {
  background: #f4f7f8;
}

.test-result {
  width: 100%;
  max-width: 475px;
  margin: 0 auto 40px auto;
  background: #24617d;
  color: white;
  border-radius: 20px;
  padding: 25px;
  text-align: center;
}
.test-result > h3 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font: bold 40px/1em "Dosis", sans-serif;
}
.test-result h4 {
  font: bold 60px/1em "Dosis", sans-serif;
  letter-spacing: 3px;
  color: #a9cd5f;
  margin: 25px 0;
}
.test-result h5 {
  font: 600 20px/1em proxima-nova, sans-serif;
}

@media (max-width: 1919px) {
  #header #header-img {
    width: 300px;
  }
  #header #header-logos {
    left: 175px;
  }

  #home-wrapper {
    margin-left: 175px;
    width: calc(90% - 175px);
  }
}
@media (max-width: 1439px) {
  .the-content h1, .the-content h2, .the-content h3, .the-content h4, .the-content h5, .the-content h5, .the-content h6, .the-content p {
    margin-bottom: 25px;
  }
  .the-content h1 {
    font-size: 45px;
  }
  .the-content h2 {
    font-size: 28px;
  }

  #header {
    height: 175px;
  }
  #header #header-logos #header-logo-primary {
    width: 135px;
    height: 146px;
  }
  #header #header-logos #header-logo-secondary {
    width: 110px;
    height: 65px;
    margin-left: 30px;
  }

  #home-wrapper h1 {
    font-size: 45px;
  }
  #home-wrapper h2 {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  html, body {
    font-size: 16px;
  }

  .the-content h1, .the-content h2, .the-content h3, .the-content h4, .the-content h5, .the-content h5, .the-content h6, .the-content p {
    margin-bottom: 20px;
  }
  .the-content h1 {
    font-size: 40px;
  }
  .the-content h3 {
    font-size: 18px;
  }

  #home-bg {
    width: 65%;
  }

  #home-fg {
    width: 35%;
  }

  #home-wrapper h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  #home-wrapper h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  #footer-mention {
    margin-top: 40px;
  }
  #footer-mention .the-content {
    font-size: 14px;
  }
}
@media (max-width: 1365px) {
  .btn {
    font-size: 14px;
    padding: 15px 20px;
  }
}
@media (max-width: 1200px) {
  .btn {
    font-size: 12px;
    padding: 15px 20px;
  }

  #header {
    height: 110px;
  }
  #header #header-img {
    width: 265px;
    top: -155px;
  }
  #header #header-logos {
    left: 40px;
  }
  #header #header-logos #header-logo-primary {
    width: 90px;
    height: 98px;
  }
  #header #header-logos #header-logo-secondary {
    width: 90px;
    height: 53px;
  }

  #home-wrapper {
    margin: 25px 0 0 40px;
    width: calc(90% - 40px);
  }

  #home-buttons {
    margin: 25px 0;
  }

  #main {
    padding: 40px 0 0 0;
  }
}
@media (max-width: 990px) {
  #home-wrapper {
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
  }

  #quiz .quiz-question-outer .question-top {
    padding: 0 0 0 50px;
  }
  #quiz .quiz-question-outer .question-top .name {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  #home-fg {
    position: absolute;
    width: 60%;
  }
}
@media (max-width: 767px) {
  html, body {
    font-size: 14px;
  }

  #header:after {
    width: 30%;
  }
  #header #header-logos {
    left: 15px;
  }

  #home-fg {
    width: 100%;
  }

  #home-wrapper h1 {
    font-size: 30px;
  }
  #home-wrapper h2 {
    font-size: 16px;
  }

  #home-buttons .btn {
    display: block;
    margin: 0 0 15px 0;
  }
  #home-buttons .btn:last-child {
    margin-bottom: 0;
  }

  .page-template-thank-you .btn-box {
    display: block;
    margin: 0 0 15px 0;
  }
  .page-template-thank-you .btn-box:last-of-type {
    margin-bottom: 0;
  }
  .page-template-thank-you .btn-box .btn {
    display: block;
  }

  #quiz-title h1 {
    font-size: 30px;
  }
  #quiz-title h2 {
    font-size: 16px;
  }

  #quiz .quiz-question-outer.crosswalk .quiz-question .question-number span {
    top: 0;
  }
  #quiz .quiz-question-outer .question-top .name {
    font-size: 14px;
  }
  #quiz .quiz-question-outer .question-top .indication {
    font-size: 12px;
  }
  #quiz .quiz-question-outer .quiz-question {
    padding: 25px;
  }
  #quiz .quiz-question-outer .quiz-question .question-number {
    width: 70px;
    height: 70px;
    top: -65px;
    left: -13px;
  }
  #quiz .quiz-question-outer .quiz-question .question-number span {
    top: 21px;
    font-size: 14px;
  }
  #quiz .quiz-question-outer .quiz-question .question {
    font-size: 16px;
  }
  #quiz .quiz-question-outer .quiz-question .choices .answer {
    margin-bottom: 10px;
  }
  #quiz .quiz-question-outer .quiz-question .choices .answer label span {
    font-size: 14px;
    padding-left: 30px;
  }
  #quiz .quiz-question-outer .quiz-question .choices .answer label span:before {
    width: 20px;
    height: 20px;
    top: -1px;
  }
  #quiz .quiz-question-outer .quiz-question .correct-answer-content {
    margin-top: 15px;
    padding: 10px;
    font-size: 12px;
  }

  .course {
    padding: 20px;
  }

  .test-result {
    padding: 15px;
  }
  .test-result > h3 {
    font-size: 24px;
  }
  .test-result > h4 {
    font-size: 60px;
    margin: 10px 0;
  }
  .test-result > h5 {
    font-size: 16px;
  }

  #quiz {
    padding-bottom: 40px;
  }
}

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