/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* ==========================================================================
   Variables
   ========================================================================== */
/* ============================
   Distances
   ============================ */
/* ============================
   Colors
   ============================ */
/* ============================
   Fonts
   ============================ */
.h1-style {
  font-size: 32px;
  line-height: 1.2222em;
  font-family: 'Suisse Intl';
  font-weight: 200;
}

@media only screen and (min-width: 768px) {
  .h1-style {
    font-size: 42px;
    line-height: 1.3333em;
  }
}

@media only screen and (min-width: 1024px) {
  .h1-style {
    font-size: 52px;
    line-height: 1.2857em;
  }
}

.h2-style {
  font-size: 28px;
  line-height: 1.25em;
  font-family: 'Suisse Intl';
  font-weight: 100;
}

@media only screen and (min-width: 768px) {
  .h2-style {
    font-size: 32px;
    line-height: 1.25em;
    font-family: 'Suisse Intl';
    font-weight: 100;
  }
}

@media only screen and (min-width: 1024px) {
  .h2-style {
    font-size: 42px;
    line-height: 1.3333em;
  }
}

.h3-style {
  font-size: 24px;
  line-height: 1.3333em;
  font-family: 'Suisse Intl';
  font-weight: 200;
}

@media only screen and (min-width: 768px) {
  .h3-style {
    font-size: 20px;
    line-height: 1.6em;
  }
}

@media only screen and (min-width: 1024px) {
  .h3-style {
    font-size: 32px;
    line-height: 1.6em;
  }
}

.h4-style {
  font-size: 18px;
  line-height: 1.5em;
  font-family: 'Suisse Intl';
  font-weight: 200;
}

@media only screen and (min-width: 768px) {
  .h4-style {
    font-size: 20px;
    line-height: 1.5em;
  }
}

@media only screen and (min-width: 1024px) {
  .h4-style {
    font-size: 24px;
    line-height: 1.6666em;
  }
}

.h5-style {
  font-size: 14px;
  line-height: 1.8571em;
  font-family: 'FuturaTOTDem W01 Regular';
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 400;
}

@media only screen and (min-width: 1024px) {
  .h5-style {
    font-size: 16px;
    line-height: 1.625em;
  }
}

.h6-style {
  font-size: 15px;
  line-height: 1.7143em;
  font-family: 'Suisse Intl';
}

@media only screen and (min-width: 1024px) {
  .h6-style {
    font-size: 18px;
    line-height: 1.7777em;
  }
}

@media only screen and (min-width: 1450px) {
  .h6-style {
    font-size: 28px;
    line-height: 1.6em;
    font-weight: 200;
  }
}

.p-style {
  font-size: 15px;
  line-height: 1.6em;
  font-family: 'Suisse Intl';
}

@media only screen and (min-width: 1024px) {
  .p-style {
    font-size: 18px;
    line-height: 1.7777em;
  }
}

/* ============================
   Forms
   ============================ */
.formFontParagraph {
  font-size: 15px;
  font-family: 'Suisse Intl';
}

@media only screen and (min-width: 1024px) {
  .formFontParagraph {
    font-size: 18px;
  }
}

.hero-color-smal-section {
  background-color: #1370FF;
  color: #fff;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 232px;
  padding-bottom: 144px;
  text-align: center;
}

.job-offer-content {
  padding-top: 88px;
}

.job-offer-content p {
  padding-bottom: 72px;
  font-size: 18px;
  line-height: 1.5em;
  font-family: 'Suisse Intl';
  font-weight: 200;
}

@media only screen and (min-width: 768px) {
  .job-offer-content p {
    font-size: 20px;
    line-height: 1.5em;
  }
}

@media only screen and (min-width: 1024px) {
  .job-offer-content p {
    font-size: 24px;
    line-height: 1.6666em;
  }
}

.job-offer-content .files-row p {
  font-size: 15px;
  font-family: 'Suisse Intl';
}

@media only screen and (min-width: 1024px) {
  .job-offer-content .files-row p {
    font-size: 18px;
  }
}

.job-offer-content h5 {
  margin-bottom: 8px;
}

.job-offer-content ul {
  padding-bottom: 48px;
  padding-left: 30px;
}

.job-offer-content ul li {
  list-style-type: disc;
  font-size: 18px;
  line-height: 1.5em;
  font-family: 'Suisse Intl';
  font-weight: 200;
}

@media only screen and (min-width: 768px) {
  .job-offer-content ul li {
    font-size: 20px;
    line-height: 1.5em;
  }
}

@media only screen and (min-width: 1024px) {
  .job-offer-content ul li {
    font-size: 24px;
    line-height: 1.6666em;
  }
}

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

#block-pagetitle {
  display: none;
}

@media only screen and (min-width: 768px) {
  .button-wrap {
    margin-bottom: 56px;
  }
}

@media only screen and (min-width: 768px) {
  #navigation-bar .home-indicator {
    display: block;
    float: left;
    margin-right: 20px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    width: 0;
    margin: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    -o-transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    transition: all 0.2s cubic-bezier(0.5, 0.15, 0.33, 1);
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }

  body.submenu-active #navigation-bar .home-indicator {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    width: auto;
    margin-right: 20px;
  }

  body.submenu-active #navigation-bar .desktop-navigation-menu.hover .home-indicator {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    width: 0;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    margin: 0;
  }
}

.jobs-form h2 {
  text-align: center;
  margin-bottom: 48px;
}

.jobs-form #job-form-wrapper {
  position: relative;
}

.jobs-form .files-row .group {
  width: 21.25%;
  float: left;
  margin: 0 2.5%;
}

.jobs-form .files-row .group:first-of-type {
  margin-left: 0;
}

.jobs-form .files-row .group:last-of-type {
  margin-right: 0;
}

.jobs-form .files-row p {
  padding-bottom: 24px;
}

.jobs-form button[type=submit] {
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media only screen and (max-width: 1023px) {
  .jobs-form .files-row .group {
    width: 23.5%;
    margin: 0 1%;
  }

  .jobs-form .files-row .group:first-of-type {
    margin-left: 0;
  }

  .jobs-form .files-row .group:last-of-type {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .jobs-form .files-row .group {
    clear: left;
    width: 100%;
    margin: 0;
    margin-bottom: 16px;
  }

  .jobs-form .files-row .group:last-of-type {
    margin-bottom: 0;
  }
}
