/** Core CSS **/

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /** -ms-overflow-style: scrollbar; **/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/**
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("/themes/jaou/fonts/glyphicons-halflings-regular.woff")
    format("woff");
}

@font-face {
  font-family: "Gotham";
  src: url(/themes/jaou/fonts/Gotham-Black-Regular.woff) format("woff");
  font-weight: 800;
}

@font-face {
  font-family: "Gotham";
  src: url(/themes/jaou/fonts/Gotham-Bold.woff) format("woff");
  font-weight: 700;
}

@font-face {
  font-family: "Gotham-Medium";
  src: url(/themes/jaou/fonts/Gotham-Medium.woff2) format("woff2");
  font-weight: 400;
}

@font-face {
  font-family: "Gotham";
  src: url(/themes/jaou/fonts/Gotham-medium.woff) format("woff");
  font-weight: 500;
}

@font-face {
  font-family: "Gotham";
  src: url(/themes/jaou/fonts/Gotham-Book.woff) format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Gotham";
  src: url(/themes/jaou/fonts/Gotham-Light.woff) format("woff");
  font-weight: 300;
}
**/

.feedback--wrapper {
  display: block;
  background-color: #e8f2fc;
  text-align: center;
  padding: 20px 0px 15px 0px;
  margin-top: -8px;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .feedback--wrapper {
    margin-top: 0px;
  }
}

@media screen and (min-width: 993px) {
  .feedback--wrapper {
    margin-top: 81px;
  }
}

.feedback--title {
  font-family: "Helvetica-Bold";
  font-weight: bold;
  line-height: 1.43;
  margin: 0 auto;
  font-size: 22px;
  color: #262262;
  line-height: 1.36;
  width: 220px;
}

@media screen and (min-width: 768px) {
  .feedback--title {
    width: 500px;
    line-height: 1.14;
  }
}

.feedback--title.es {
  width: 259px;
}

@media screen and (min-width: 768px) {
  .feedback--title.es {
    width: 346px;
  }
}

.feedback--body {
  margin: 0 auto;
  color: #262262;
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 8px;
  padding-right: 0px;
  padding-left: 0px;
  width: 265px;
}

@media only screen and (min-width: 768px) {
  .feedback--body {
    width: 526px;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 2px;
  }
}

.feedback--body.es {
  padding-right: 0px;
  padding-left: 0px;
  width: 310px;
}

@media only screen and (min-width: 768px) {
  .feedback--body.es {
    width: 580px;
  }
}

@media screen and (device-width: 360px) and (device-height: 740px) and (-webkit-device-pixel-ratio: 4) {
  .feedback--body.es {
    width: 300px;
  }
}

@media screen and (device-width: 360px) and (device-height: 740px) and (-webkit-device-pixel-ratio: 4) {
  .feedback--body {
    font-size: 13px;
  }
}

.feedback--body .feedback--email {
  font-family: "Helvetica-Regular";
  color: #262262;
  text-decoration: underline;
}

.feedback--improve.en {
  display: block;
}

.page--newsletter .crumb--02 {
  display: initial;
}

.participants_hero {
  margin-bottom: 0;
}

picture img.img {
  width: 100%;
  height: auto;
}

.divider--title-paragraphs {
  position: relative;
  clear: both;
  display: block;
  width: 100%;
  height: auto;
  max-height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-link-wrapper {
  display: flex;
  border-radius: 20px;
  border: solid 2px #6cace4;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 1.45em 0 1.4em 0;
  position: relative;
}

@media (min-width: 768px) {
  .icon-link-wrapper {
    flex-direction: row;
    justify-content: space-around;
    margin-top: 0.8em;
    max-width: 660px;
    padding: 1.75em 0.6em;
  }

  .icon-link-wrapper::after {
    content: "";
    width: 2px;
    height: 70px;
    top: 36%;
    background-color: #b2b2b2;
    position: absolute;
  }
}

.icon-link-header {
  color: #262262;
  width: 208px;
  margin: 0 auto;
  font-family: "Helvetica-Bold";
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.2px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .icon-link-header {
    width: 100%;
    font-size: 16px;
    line-height: 1.25;
  }
}

.icon-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1.25em auto 0;
}

.icon-link.left {
  position: relative;
}

.icon-link.left::after {
  content: "";
  width: 200px;
  height: 1px;
  background-color: #d6d6d6;
  position: absolute;
  bottom: -18%;
  z-index: 1;
}

@media (min-width: 768px) {
  .icon-link.left::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .icon-link.left {
    margin-bottom: 1em;
  }
}

.icon-link.right {
  margin: 1.65em auto 0;
}

@media (min-width: 768px) {
  .icon-link.right {
    margin: 1.25em auto 0;
  }
}

.icon-link a {
  font-size: 14px;
  font-family: "Helvetica-Bold";
  font-weight: bold;
  padding-top: 0.7em;
}

@media (min-width: 768px) {
  .icon-link a {
    font-size: 16px;
    max-width: 290px;
    text-align: center;
  }
}

.icon-link.left a,
.icon-link.right a,
.icon-text-body a {
  color: #337ab7 !important;
  text-decoration: none !important;
}

.icon-link.left a:hover,
.icon-link.right a:hover,
.icon-text-body a:hover {
  color: #262262 !important;
  text-decoration: underline !important;
}

div.icon-wrapper {
  margin: 0;
  background: #fce0db;
  width: 82px;
  height: 82px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.page__.page--you-need .need .icon-link img.img {
  display: block;
  width: auto;
  position: relative;
  height: 56px;
  margin: 0;
}

@media (min-width: 768px) {
  .page__.page--you-need .need .icon-link img.img {
    margin: 0;
  }
}

.page__.page--you-need .need.need--margin.paragraphs--list-wrapper {
  margin-top: -1.5em;
  margin-bottom: 0.35em;
}

ul.paragraphs--list {
  margin-left: 1.25em;
}

@media (min-width: 768px) {
  ul.paragraphs--list {
    margin-left: 2em;
  }
}

.page__ ul li.paragraphs--list-item {
  font-size: 14px;
  font-family: "Helvetica-Bold";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.1px;
  color: #4a4a4a;
  line-height: 20px;
  list-style: outside;
  padding-bottom: 1em;
  padding-left: 0.8em;
}

@media (min-width: 768px) {
  .page__ ul li.paragraphs--list-item {
    font-size: 16px;
    line-height: 1.25;
  }
}

.need.need--margin.icon-text-wrapper img {
  height: 80px;
  width: 80px;
}

.page__.page--you-need .need h5.icon-text-title {
  padding-top: 11px;
}

@media (min-width: 768px) {
  .page__.page--you-need .need h5.icon-text-title {
    border-bottom: 1px solid #d6d6d6;
    padding-top: inherit;
  }
}

.page__.page--you-need .need p.icon-text-body {
  line-height: 22px;
}

@media (min-width: 768px) {
  .page__ .col.col--page > div.paragraphs--inner-wrapper {
    padding: 40px 100px 42px;
  }
}

.page__.page--you-need .need__quote {
  position: relative;
  width: 100%;
  padding: 30px 107px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.page__.page--you-need .need__quote > div {
  position: relative;
}

.page__.page--you-need .need__quote > div:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  display: block;
  width: 100%;
  border-top: solid 2px #d6d6d6;
  pointer-events: none;
}

.page__.page--you-need .need__quote > div:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  display: block;
  width: 100%;
  border-top: solid 2px #d6d6d6;
  pointer-events: none;
}

.page__.page--you-need .need__quote img {
  position: absolute;
  height: 28px;
  width: 28px;
}

.page__.page--you-need .need__quote img:nth-child(odd) {
  top: 0;
  left: 0;
}

.page__.page--you-need .need__quote img:nth-child(even) {
  bottom: 0;
  right: 0;
}

.page__.page--you-need .need__quote p {
  font-family: "Helvetica-Bold";
  max-width: 630px;
  font-size: 23px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1.3px;
  text-align: center;
  color: #337ab7;
  padding: 20px;
}

.page__.page--you-need .need {
  clear: both;
  position: relative;
  padding-left: 107px;
  margin-bottom: 16px;
}

.page__.page--you-need .need.need--narrow {
  padding-left: 107px;
}

.page__.page--you-need .need.need--margin {
  margin-bottom: 40px;
}

.page__.page--you-need .need img {
  position: absolute;
  top: 0;
  left: 0;
  width: 77px;
  max-width: none;
  margin-right: 30px;
}

.page__.page--you-need .need h5 {
  font-family: "Helvetica-Regular";
  border-bottom: 2px solid #d6d6d6;
  padding-bottom: 6px;
  letter-spacing: 0.3px;
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 18px;
  line-height: 1.5;
}

.page__.page--you-need .need p {
  font-family: "Helvetica-Regular";
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 16px;
  color: #4a4a4a;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .page__.page--you-need .need {
    padding-left: 0;
    padding-right: 0;
  }

  .page__.page--you-need .need.need--narrow {
    padding: 0;
  }

  .page__.page--you-need .need img {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: 66px;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .page__.page--you-need .need h5 {
    border-bottom: 0;
    border-top: 1px solid #d6d6d6;
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 22px;
    letter-spacing: 0.3px;
    border-bottom: none;
    margin-bottom: 0px;
  }

  .page__.page--you-need .need p {
    font-size: 14px;
    line-height: 20px;
  }

  .page__.page--you-need .need__quote {
    padding: 20px 0px;
  }
}

@media screen and (max-width: 576px) {
  .page__.page--you-need .need__quote {
    width: 100%;
    padding: 20px 0;
  }

  .page__.page--you-need .need__quote > div {
    padding-left: 0;
    padding-right: 0;
  }

  .page__.page--you-need .need__quote > div:before {
    top: -30px;
  }

  .page__.page--you-need .need__quote > div:after {
    bottom: -30px;
  }

  .page__.page--you-need .need__quote p {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.8px;
    padding: 20px;
  }

  .page__ .need__video .video__wrapper {
    clear: both;
    width: 100%;
  }

  .page__ .need__video > a {
    position: relative;
    top: auto;
    right: auto;
    float: none;
    display: inline-block;
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 12px;
    background: #ffffff;
  }
}

.page__.page--you-need .need .icon-link img.img {
  display: block;
  width: auto;
  position: relative;
  height: 56px;
  margin: 0;
}

@media (min-width: 768px) {
  .page__.page--you-need .need .icon-link img.img {
    margin: 0;
  }
}

.page__.page--you-need .need.need--margin.paragraphs--list-wrapper {
  margin-top: -1.5em;
  margin-bottom: 0.35em;
}

.page__.page--you-need .need h5.icon-text-title {
  padding-top: 11px;
}

@media (min-width: 768px) {
  .page__.page--you-need .need h5.icon-text-title {
    border-bottom: 1px solid #d6d6d6;
    padding-top: inherit;
  }
}

.page__.page--you-need .need p.icon-text-body {
  line-height: 22px;
}

@media (min-width: 768px) {
  .page__ .col.col--page > div.paragraphs--inner-wrapper {
    padding: 40px 100px 42px;
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

html,
body {
  min-height: 800px;
}

body {
  font-family: "Helvetica-Regular";
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover {
  color: #262262;
  text-decoration: underline;
}

p {
  font-family: "Helvetica-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 10px;
}

h1 {
  font-family: "Helvetica-Bold";
}

h2 {
  color: #262262;
  font-family: "Helvetica-Bold";
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: -0.4px;
}
