@media screen {

  @font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(AvenirLTStd-Book.otf) format('opentype');
  }

  @font-face {
    font-family: 'Avenir Bold';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(AvenirLTStd-Black.otf) format('opentype');
  }

}

html {
  font-family: 'Avenir', 'Open Sans', Arial, sans-serif;
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
  letter-spacing: -.01px;
  box-sizing: border-box;  
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  min-width: 360px;
  background-color: #ffffff;
}

.wrapper {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto 0 auto;
  padding: 0 30px;
}

.iframe .wrapper {
  padding: 0 15px;
}

/* MAIN HEADER, LOGO, TITLE */

.title-bar {
  width: 100%;
  height: 10px;
  background-color: #000000;
}

.logo svg {
  float: right;
  width: 180px;  
  height: 51px;
  color: #ffffff;
}

.st0 {
    fill: #FD000D;
}

.st1 {
    fill: #FFFFFF;
}

h1 {
  margin: 0;
  font-family: 'Avenir Bold', 'Open Sans', Arial;
  font-weight: bold;
  color: #000000;
  font-size: 36px;
  line-height: 42px;  
}

h1 span {
  color: #4d4d4f;
}

#main-title h1 {
  margin-top: -20px;
}

/* BLOCK STYLES */

.text-content, .form-content {
  padding: 25px 0 15px 0;
}

.image-header {
  padding: 20px 20px 0 20px;
  background-color: #f7f7f7;
  margin-bottom: 30px;
}

.image-header>div {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}

.image-header>div:first-child {
  padding-right: 10px;
}

.image-header>div:first-child img {
  margin-bottom: -20px;
}

.image-header>div:last-child {
  padding-left: 10px;
  padding-top: 20px;  
}


.column-block div {
  display: table-cell;
  vertical-align: top;
  width: 50%;  
  padding-right: 10px;
}

.column-block div:last-child {
  display: table-cell;
  vertical-align: top;
  width: 50%;  
  padding-right: 0;
  padding-left: 10px;  
}

ul {
  margin: 20px 0 10px 0;
}

ul li {
  list-style: none;
  background-image: url("https://image.e.iamsterdam.com/lib/fe39117075640475751c71/m/2/cc3c6f8d-0839-4033-8680-aeabb5ed33ee.png");
  background-repeat: no-repeat;
  background-position: 0 9px;
  padding-left: 30px;
  color: #4d4d4f;
}

ul li {
  list-style: none;
  padding-left: 30px;
  color: #4d4d4f;
}

ul.checklist li {
  background-image: url("https://image.e.iamsterdam.com/lib/fe39117075640475751c71/m/2/8d6d3d7f-f458-4f28-a2bd-92a508b3d793.png");
  background-repeat: no-repeat;
  background-position: 0 9px;
}

ul.bulletlist li {
  background-image: url("https://image.e.iamsterdam.com/lib/fe39117075640475751c71/m/2/cc3c6f8d-0839-4033-8680-aeabb5ed33ee.png");
  background-repeat: no-repeat;
  background-position: 0 9px;
}


/* MAIN FORM LAYOUT */

.form-box h2 {
  font-size: 24px;
  line-height: 28px;
}

.form-body {
  width: 100%;
  padding: 0; 
  margin: 10px 0 0 0; 
}


.form-left {
  padding-right: 10px;
  display: inline-block;
  float: left;
  width: 50%;
}

.form-right {
  padding-left: 10px;
  display: inline-block;
  float: left;
  width: 50%;
}


#show-interests .check-box .box-it {
  width: auto;
  height: auto;
  background-color: transparent;
  border: 0;
}

#show-interests .check-box label {
  padding: 0 10px;
}

.iframe fieldset>div.form-left {
  width: 70%;
  padding-right: 40px;
}

.iframe fieldset>div.form-right {
  width: 30%;
  padding-left: 0;
}


.form-inputs label, h4 {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-weight: 400; 
  padding: 0 0 10px 0;
  margin: 0;
}

label {
  display: block;
  font-size: 17px;
  line-height: 17px;
  color: #000000;
  margin-top: 10px;
  cursor: pointer;
}

label span {
  color: #ff0000;
}

label span.white {
  color: #ffffff;
}

input[type=text], input[type=email], input[type=url], input[type=number], input[type=tel], input[type=date] {
  border: none;
  background-color: #f7f7f7;
  height: 46px;
  margin: 10px 0 10px 0;
  width: 100%;
  padding-left: 10px;
}

form .error {
  color: #ff0000;
  position: relative;
  margin-top: 2px;
  margin-bottom: 0;
}

input:focus {
  outline: none;
}

.check-box {
  margin: 20px 0 20px 0;
}

.box-it {
  display: table-cell;
  border: 1px solid #dfdfe0;
  background-color: #f7f7f7;
  width: 46px;
  height: 46px;
  vertical-align: middle;
  text-align: center;
}

.iframe .box-it {
  width: 35px;
  height: 35px;
}

.check-box label {
  font-family: 'Avenir Bold', 'Open Sans', Arial;  
  color: #000000;
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  font-size: 17px;
  line-height: 17px;
}

.check-box label small {
  display: block;
  font-style: italic;
  color: #b4b4b4;
}

.iframe .check-box label {
  padding-left: 18px;
  font-size: 18px;
  line-height: 18px;
}

.big-label {
  color: #000000!important;
}



/* Response pages */

.response-icon svg {
  max-width: 100px;
  margin: 20px 0;
}



/* COMMON ELEMENTS */

.button-div {
  padding: 10px 0 15px 0;
}

button {
  font-family: 'Avenir Bold', 'Open Sans', Arial;
  font-weight: bold;
  font-size: 15px;
  height: 44px;
  color: #ffffff;
  border: none;
  background-color: #18af75;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 2px;
  text-transform: uppercase;
  min-width: 140px;
}

button:hover {
  background-color: #009864;
  cursor: pointer;
}

.button-div a:link {
  font-family: 'Avenir Bold', 'Open Sans', Arial;
  font-weight: bold;  
  font-size: 15px;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  color: #ffffff;
  background-color: #18af75;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none!important;
  border-radius: 2px;  
  text-transform: uppercase;  
  min-width: 140px;  
}

.button-div a:visited {
  background-color: #009864;
  color: #ffffff;
}

.button-div a:hover {
  background-color: #009864;
  color: #ffffff;
}

.button-div a:active {
  background-color: #009864;
  color: #ffffff;
}

h2 {
  color: #22203d;
  font-family: 'Avenir Bold', 'Open Sans', Arial, sans-serif;  
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 10px 0;
}

h3 {
  color: #000000;
  font-family: 'Avenir Bold', 'Open Sans', Arial, sans-serif;  
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;  
  border-left: 4px solid #fd000d;
  padding-left: 10px;
  margin: 0 0 10px 0;  
}

h4 {
  color: #b4b4b4;
  font-size: 18px;
  line-height: 22px;  
  margin: 25px 0 0 0;    
  padding: 0;
}

h5 {
  color: #000000;
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;  
  margin: 0 0 10px 0;    
  padding: 0; 
}

h6 {
  color: #000000;
  font-family: 'Avenir Bold', 'Open Sans', Arial, sans-serif;  
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;  
  margin: 0 0 20px 0;    
  padding: 0; 
}

p {
  color: #22203d;
  font-size: 17px;
  line-height: 24px;
  margin: 10px 0 10px 0;  
}

a:link {
  color: #fd000d;
  text-decoration: underline;
}

a:visited {
  color: #fd000d;
  text-decoration: underline;  
}

a:hover {
  color: #fd000d;
  text-decoration: none;  
}

a:active {
  color: #fd000d;
  text-decoration: none;  
}

/*FOOTER */

footer {
  background-color: #f7f7f7;
  height: 30px;
  margin-top: 50px;
}

/* GENERAL RESPONSIVE BEHAVIOUR */


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

  .text-content, .form-content {
    padding: 20px 0 10px 0;
  }

  .image-header>div {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;    
  }

  .image-header>div img {
    width: 100%;
    height: auto;
  }  

  .form-left {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-bottom: 0px;
  }

  .form-right {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-bottom: 20px;
  }  

  .form-right {
    display: block!important;
    width: 100%;
    margin-top: -20px;
  }  

  .iframe fieldset>div.form-left {
    width: 55%;
    padding-right: 40px;
  }

  .iframe fieldset>div.form-right {
    width: 45%;
    padding-left: 0;
  }

  h4 {
    margin-top: 10px;
  }

  .column-block div {
    width: 100%;
    display: block;
  }

  .column-block div:last-child {
    width: 100%;
    display: block;
    padding-left: 0px;
  }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

  .text-content, .form-content {
    padding: 15px 0 5px 0;
  }

  .wrapper {
    padding: 0 20px;
  }
  .image-header {
    padding: 15px;
  }

  ul {
    padding-left: 15px;
  }

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
  .wrapper {
    padding: 0 15px;
  }
  .image-header {
    padding: 10px;
  } 

  .iframe fieldset>div.form-left {
    width: 100%;
    padding-right: 40px;
  }

  .iframe fieldset>div.form-right {
    width: 100%;
    padding-left: 0;
  }

}

