@font-face {
  font-family: "Colfax";
  src: url("../../fonts/Colfax/Colfax-WebRegular.woff") format("woff"), url("../../fonts/Colfax/Colfax-WebRegular.ttf") format("truetype"), url("../../fonts/Colfax/Colfax-WebRegular.svg") format("svg"); }

@font-face {
  font-family: "ColfaxB";
  src: url("../../fonts/Colfax/Colfax-WebBold.woff") format("woff"), url("../../fonts/Colfax/Colfax-WebBold.ttf") format("truetype"), url("../../fonts/Colfax/Colfax-WebBold.svg") format("svg"); }

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

body {
  line-height: 1.5;
  background-color: #e9eaea;
  color: #272e2f;
  font: 400 17px / 28px Colfax; }

.header {
  align-items: center;
  display: flex;
  color: #fff;
  width: 100%;
  position: fixed;
  background: #222b2c;
  padding: 5px 0;
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 10; }
  .header .logo-img {
    height: 116px; }
  .header .logo-text {
    margin-left: 20px; }
    .header .logo-text h6 {
      font-size: 26px;
      text-transform: uppercase;
      font-weight: lighter;
      letter-spacing: 6px; }
    .header .logo-text h4 {
      font-size: 40px;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 10px;
      margin-top: 6px; }
  .header-text {
    font-family: ColfaxB;
    font-size: 18px;
    letter-spacing: 0.5px; }
  .header.gone {
    transform: translateX(0) translateY(-100%);
    transition: transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media screen and (max-width: 1279px) {
    .header .logo-img {
      height: 100px; }
    .header .logo-text {
      margin-left: 15px; }
      .header .logo-text h6 {
        font-size: 24px; }
      .header .logo-text h4 {
        font-size: 32px; } }
  @media screen and (min-width: 0px) and (max-width: 768px) {
    .header {
      height: auto;
      padding: 20px; }
      .header-text {
        margin-top: 20px; } }

.form-wrapper {
  background: #e9eaea;
  padding-top: 185px;
  padding-bottom: 60px; }
  .form-wrapper__title {
    font: 700 52px / 62px ColfaxB;
    color: #272e2f;
    padding-bottom: 40px;
    padding-top: 45px;
    margin-right: 30px;
    text-align: center; }
  .form-wrapper__text {
    margin-bottom: 15px;
    margin-right: 30px; }
  .form-wrapper .formcontainer {
    background: #fff;
    -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 8px 2px rgba(0, 0, 0, 0.2);
    padding: 50px 80px; }
    .form-wrapper .formcontainer h2 {
      font: 700 28px / 46px ColfaxB;
      padding-bottom: 30px; }
    .form-wrapper .formcontainer input[type=text],
    .form-wrapper .formcontainer textarea {
      padding: 10px;
      width: 100%;
      border: 2px solid #80fa9d;
      font: 400 17px / 28px Colfax;
      margin-bottom: 20px; }
    .form-wrapper .formcontainer .button {
      padding: 13px 35px;
      font: 700 18px / 30px ColfaxB;
      border-radius: 3px;
      -moz-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.33);
      transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .form-wrapper .formcontainer .button:hover {
        -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
        cursor: pointer; }
      .form-wrapper .formcontainer .button.send {
        padding-left: 65px;
        background: url(../../img/icons/mail-icon.svg) no-repeat center left 15px, #80fa9d;
        margin: 30px 0; }
  @media screen and (max-width: 1279px) {
    .form-wrapper__title {
      font: 700 40px / 46px ColfaxB;
      padding-bottom: 40px;
      padding-top: 40px;
      margin-right: 10px; }
    .form-wrapper__text {
      margin-right: 10px; }
    .form-wrapper .formcontainer {
      padding: 40px; } }
  @media screen and (max-width: 768px) {
    .form-wrapper {
      padding-top: 230px; }
      .form-wrapper .formcontainer {
        margin-top: 25px; } }
  @media screen and (min-width: 0px) and (max-width: 768px) {
    .form-wrapper {
      padding-top: 300px; }
      .form-wrapper__title {
        margin-right: 20px;
        margin-left: 20px; }
      .form-wrapper__text {
        margin-right: 20px;
        margin-left: 20px; }
      .form-wrapper .formcontainer {
        padding: 20px; } }

body.stretch-layout {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }
  body.stretch-layout .stretch-layout__content {
    flex: 1; }
  body.stretch-layout .header {
    position: initial; }
  body.stretch-layout .thank-you-note {
    padding-top: 75px;
    font: 700 32px / 52px Colfax;
    text-align: center; }
    body.stretch-layout .thank-you-note__link {
      color: #2196f3; }
    body.stretch-layout .thank-you-note__logo {
      width: 70px;
      margin-bottom: 15px; }
    body.stretch-layout .thank-you-note__title {
      font-family: ColfaxB;
      line-height: 90px;
      font-size: 50px; }
  @media screen and (max-width: 1279px) {
    body.stretch-layout .thank-you-note {
      padding-top: 25px;
      padding-bottom: 20px;
      font: 700 19px / 26px Colfax;
      text-align: center; }
      body.stretch-layout .thank-you-note__link {
        color: #2196f3; }
      body.stretch-layout .thank-you-note__logo {
        width: 56px;
        margin-bottom: 10px; }
      body.stretch-layout .thank-you-note__title {
        font-family: ColfaxB;
        line-height: 60px;
        font-size: 32px; } }

.footer {
  background: #222b2c;
  color: #d3d3d3;
  padding: 30px 0;
  font: 400 15px / 1 Colfax; }
  @media screen and (max-width: 768px) {
    .footer {
      padding: 30px 0; } }

form[name="contactform"] div.column{
  position: relative;
}

form[name="contactform"]  p.error-box{
  position: absolute;
  left: 10px;
  bottom: -3px;
  color: red;
  font-size: 12px;
}

input[name="submit_lead"]{
  width: 100%;
}

.msg-success{
  color: #57d976;
  text-align: center;
  font-size: 19px;
  position: absolute;
  top: -35px;
  left: 0;
  display: none;
}

form{
  position: relative;
}

.hidden{
  display: none;
}

section.form-wrapper{
  padding-bottom: 98px;
}

#partners_names {
  padding: 10px;
  width: 100%;
  border: 2px solid #80fa9d;
  font: 400 17px / 28px Colfax;
  margin-bottom: 20px;
  display: inline-block;
  height: 52px;
}

#partners_names option{
  color: black;
}

.partner-default{
  color: #8b7575;
}

input[name="partner"], input[name="partnerEmail"]{
  width: 100%;
  min-width: 240px;
}