@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype');
}
/*** FONT SIZES ***/
/*** COLOURS ***/
/*** SIZES ***/
/*** DOTDOTDOT ***/
/*** FONTS ***/
#customerForm.marginTop {
  margin-top: 50px;
}
#customerForm.marginTop .buttons {
  display: block !important;
}
#customerForm.marginTop .button {
  float: right;
  display: inline-block;
  width: auto;
  margin-top: -12px;
  margin-right: 15px;
}
.customer {
  display: block;
  position: relative;
  overflow: hidden;
}
.customer .introTitle {
  display: block;
  margin-bottom: 10px;
}
.customer .col {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 475px);
}
.customer .col.big {
  margin-right: 100px;
}
.customer .col.small {
  width: 375px;
  margin-right: 0;
}
.customer .col.small .mention {
  display: none;
  margin: 20px 0;
}
.customer .col .fieldCol:not(:last-child) {
  margin-bottom: 40px;
}
.customer .col .fieldCol .fields {
  margin-top: 20px;
}
.customer .col .fieldCol .field {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
  margin-bottom: 20px;
}
.customer .col .fieldCol .field:last-child {
  margin-bottom: 0;
}
.customer .col .fieldCol .field.full {
  width: 100%;
}
.customer .col .fieldCol .field label {
  margin-bottom: 10px;
  display: block;
}
.customer .col .fieldCol .field .textField,
.customer .col .fieldCol .field .customSelect {
  width: 100%;
}
.customer .col .fieldCol .field input,
.customer .col .fieldCol .field textarea {
  width: 100%;
}
.customer .col .fieldCol .field input[type="email"]:invalid,
.customer .col .fieldCol .field textarea[type="email"]:invalid {
  border-color: #c91212;
}
.customer .col .fieldCol .fieldGroup:not(:last-child) {
  margin-bottom: 40px;
}
.customer .col .fieldCol .optionWrapper {
  display: block;
  margin-top: 5px;
}
.customer .col .divider {
  margin: 30px 0;
  height: 1px;
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.2);
}
.customer .col .textArea {
  width: 100%;
  min-height: 200px;
  resize: vertical;
  line-height: 24px;
  padding: 12px 20px;
}
.customer .linkWrapper {
  display: block;
  width: 100%;
  text-align: center;
}
.customer .buttons {
  margin-top: 20px;
}
.customer .buttons .primary {
  color: #287dbe;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
html:not(.touch) .customer .buttons .primary:hover {
  color: #171717;
}
@media all and (max-width: 1150px) {
  .customer .col {
    width: calc(100% - 425px);
  }
  .customer .col.big {
    padding-right: 50px;
    margin-right: 50px;
  }
}
@media all and (max-width: 980px) {
  .customer .col {
    width: 100% !important;
  }
  .customer .col.big {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  .customer .col.big .buttons {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .customer .col .fieldCol {
    margin-bottom: 20px;
  }
  .customer .col .fieldCol .field {
    width: 100%;
    padding-right: 0;
  }
  .customer .col .fieldCol .fieldGroup:not(:last-child) {
    margin-bottom: 20px;
  }
  .customer .buttons .linkWrapper {
    display: none;
  }
  #customerForm.marginTop .button {
    margin-right: 0;
  }
}
