

/* ==========================================================================
   Global
   ========================================================================== */


html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
  -webkit-box-sizing: border-box;
}

html, body {
  min-height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: scroll;
  background-color: #ffffff;
  margin: 0;
  color: #746366;
}

img {
  box-sizing: content-box;
  display: block;
  max-width: 100%;
  height:auto;
}


p {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

a {
  color: inherit;
  font-size: inherit;
  line-height: 1.7;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
}


h1,
h2 {
  font-family: "LL Circular Bold Web", sans-serif;
  letter-spacing: 0.3px;
  color: #1d1d1b;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 40px;;
  line-height: 1.2;
}

h2 {
  font-size: 32px;
  line-height: 1.7;
}

em {
  font-style: normal ;
}
/* ==========================================================================
    Classes
   ========================================================================== */

/* added jochem */

.section {
      margin-bottom: 40px;
    }
    .one-col {
      text-align: left;
    }
    .one-col h2 {
      margin-bottom: 10px;
    }
    .one-col p {
      margin-bottom: 10px;
    }
    .two-col {
      display: flex;
      flex-wrap: wrap;
      align-items: top;
    }
    .column {
      flex: 1 1 45%;
      background-color: #fff;
      padding: 10px;
      margin: 0px;
      box-sizing: border-box;
    }

    .two-col .text, .two-col .image {
      padding: 10px;
    }
    .two-col .image img {
      height: auto;
      display: block;
    }
    /* Reverse order for image left / text right variation */
    .two-col.reverse {
      flex-direction: row-reverse;
    }
    .cta-btn {
      display: inline-block;
      padding: 10px 24px;
      margin-top: 30px;
      background-color: #ED0024;
      color: #fff;
      font-weight: bold;
      font-size: 16px;
      text-decoration: none;
      border-radius: 20px;
      transition: 0.3s;
    }

.cta-btn:hover, .cta-btn2:hover, .mktoButton:hover {
      box-shadow: 0px 10px 10px 0px #ccc;
      transition: 0.3s;
    }
      .cta-btn2 {
      display: inline-block;
      padding: 10px 24px;
      margin-top: 30px;
      background-color: #fff;
      border: 1px solid #888;
      color: #ED0024;
      text-decoration: none;
      font-weight: bold;
      border-radius: 20px;
      transition: 0.3s;
    }
  	  .pinktextblock {
      display: inline-block;
      padding: 40px 40px;
      margin-top: 25px;
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 25px;
      background-color: #FFE5E9;
      border: 0px;
      color: #000;
      text-decoration: none;
      border-radius: 20px;
    }
      .graytextblock {
      display: inline-block;
      padding: 40px 40px;
      margin-top: 25px;
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 25px;
      background-color: #F7F7F7;
      border: 0px;
      color: #000;
      text-decoration: none;
      border-radius: 20px;
      }
   @media (max-width: 768px) {
      .column {
        flex: 1 1 100%;
      }
    }

/* touched */
.wrapper {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

/* touched */
.container {
  width: 100%;
      max-width: 1240px;
      margin: 0 auto;
      padding: 20px;
}

/* touched */
.header__container {
  padding-top: 32px;
  padding-bottom: 32px;
}

/* touched */
.content {
  margin-bottom: 80px;
}

/* touched */
.page {
  padding-top: 40px;
  padding-left: 0;
  padding-right: 40px;
  color: #636363;
}

/* touched */
.page__title {
  margin: 0 0 16px;
}

/* touched */
.page__subtitle {
  font-size: 32px;
  margin: 0 0 16px;
}

.page__text  {
  margin-bottom: 32px;
  line-height: 1.77;
}

.page__text p + p {
  margin-top: 32px;
}

/* touched */
.page__quote {
  font-size: 14px;
}


.content__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/* touched */
.content__left {
  min-width: 25%;
  margin-bottom: 80px;
}

.content__right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 75%;
  min-width: 40%;
}

/* touched */
.content__right-inner {
  margin-top: 40px;
  padding: 40px;
  background-color: #F7F8F8;
}

/* touched */
.thanks-area {
  text-align: center;
  margin-bottom: 24px;
}

/* touched */
.thanks-area__title {
  margin-bottom: 8px;
}

/* touched */
.thanks-area__text {
  margin-bottom: 16px;
  color: #636363;
  line-height: 1.5;
}

/* touched */
.schedule {
  margin-bottom: 32px;
}

/* touched */
.schedule__table td {
  vertical-align: top;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #636363;
}

/* touched */
.schedule__table td:first-of-type {
  width: 140px;
}

.schedule__table tr:not(:first-of-type) td {
  padding-top: 24px;
}

/* touched */
.schedule__title {
  margin: 0 ;
  font-size: 14px;
  color: #050505;
  font-weight: 700;
}

.schedule__text {
  font-size: 14px;
  margin-top: 8px;
}

/* touched */
.footer__inner {
  padding-top: 60px;
  padding-bottom: 60px;

}

/* added
.footer__title {
  font-family: "LL Circular Bold Web", sans-serif;
  font-size: 14px;
  color: #050505;
  font-weight: 700;
  text-align: left;
  margin-bottom: 16px;
  display: block;
} */

/* added */
.footer-separator {
  display: block;
  width: 100%;
  height: 6px;
  margin: 0 auto;
}

/* touched */
.footer__links {
  font-size: 14px;
  list-style: none;
  display: block;
}


/* touched */
.footer__links a {
  color: #050505;
  font-size: 14px;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
}

/* touched */
.footer__links a:hover,
.footer__links a:focus {
  color: #EE2B3C;
}

.footer__links-item {
  display: inline-block;
  margin-right: 40px;
}

/* touched */
.footer__social {
  float: right
}

/* added */
.social__link svg {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  transition: all 0.3s;
  -webkit-transition: 0.3s;
}

/* added */
.social__link:hover svg{
  fill: #EE2B3C;
}

.footer__bottom {
  padding-top: 56px;
  display: inline-block;
  font-size: 14px;
  width: 100%;
}

/* added */
.footer-copyright {
  padding: 4px 0;
  display: inline-block;
}

/* added */
.footer__privacy {
  padding: 4px 0;
  display: inline-block;
  margin-left: 40px;
}


.social__link:first-child svg {
  margin-left: 0;
}

/* ==========================================================================
   FORM
   ========================================================================== */

/* .mktoForm * {
  font-size: 14px !important;
  font-weight: 400 !important;
} */

.mktoForm {
  width: 100% !important;
}

/* touched */
.mktoForm .mktoFormRow {
  display: block !important;
  width: 100% !important;
}

.mktoForm .mktoFieldDescriptor.mktoFormCol {
  min-height: auto !important;
  width: 100%;
  margin-bottom: 0px !important;
}

.mktoForm .mktoOffset {
  display: none !important;
}

/* touched */
.mktoForm .mktoAsterix {
  font-weight: bold !important;
  color: #EE2B3C !important;
  padding: 0 0 0 8px !important;
}


/* Changed */
.mktoForm label.mktoLabel {
  font-family: "LL Circular book Web", sans-serif !important;
  display: flex !important;
  display: -webkit-box;
	display: -ms-flexbox;
  flex-direction: row-reverse;
  justify-content: flex-end;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  padding: 0 !important;
  margin-bottom: 10px !important;
  color: #050505 !important;
  font-weight: bold !important;
  font-size: 16px !important;
  line-height: 24px;
}

.mktoLabel {
		min-width:140px !important;
}

/* touched */
.mktoForm .mktoFieldWrap {
  display: flex !important;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  flex-direction: column;
  width: 100%;
  margin-bottom: 32px;
  position: relative;
}

.mktoForm .mktoFormRow:last-child  .mktoFieldDescriptor .mktoFieldWrap.mktoRequiredField{
  margin-bottom: 24px;
}

/* ADDED */
.mktoForm select,
.mktoForm input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-progress-appearance: none;
}


/* touched */
.mktoForm .mktoTextField,
.mktoForm .mktoEmailField,
.mktoForm .mktoNumberField,
.mktoForm .mktoTelField,
.mktoForm select {
  font-size: 14px !important;
  width: 100% !important;
  max-width: 768px;
  padding: 16px !important;
  background-color: #ffffff !important;
  border: solid 1px #888 !important;
  outline: none !important;
  border-radius: 12px !important;
  box-sizing: border-box;
  margin: 0 !important;
  min-height: 50px !important;
  position: relative;
}

/* added by Jochem */

 .mktoForm textarea {
  font-size: 14px !important;
  width: 100% !important;
  max-width: 768px;
  padding: 16px !important;
  background-color: #ffffff !important;
  border: solid 1px #888 !important;
  outline: none !important;
  border-radius: 12px !important;
  box-sizing: border-box;
  margin: 0 !important;
  min-height: 50px !important;
  position: relative;
  }

/* ADDED */
label[for=Salutation]::before {
  content: "";
  z-index: 1;
  position: absolute;
  right: 20px;
  top: 45px;
  display: block;
  background-image: url('https://connect.hvcgroep.nl/rs/944-ZXB-764/images/down.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  pointer-events: none;
}


/* ADDED */
label[for=optIn] {
  /* margin-left: 35px !important; */
  margin-bottom: 0;
}


.mktoForm .mktoRadioList,
.mktoForm .mktoCheckboxList  {
  position: relative;
  padding: 0 !important;
}


.mktoForm .mktoRadioList > label
.mktoForm .mktoCheckboxList > label {
  /* -webkit-appearance: none; */
  -webkit-appearance: none !important;

}

/* ADDED */
.mktoForm .mktoCheckboxList > label::before,
.mktoForm .mktoCheckboxList > label::after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}

/* ADDED */
input[type=checkbox]:checked + label:before {
  z-index: 1;
  background-image: url('https://connect.hvcgroep.nl/rs/944-ZXB-764/images/check.png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

/* ADDED */
.mktoForm .mktoCheckboxList > label::after {
  background: #fff;
  border: 1px solid #EDEEEE;
}



/* Radio buttons */
.mktoForm .mktoRadioList > label {
  position: relative;
  margin-left: 0 !important;
  padding-left: 30px !important;
  line-height: 1.777 !important;
}
.mktoForm .mktoRadioList > label::after,
.mktoForm .mktoRadioList > label::before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;

}

.mktoForm .mktoRadioList input:checked + label::before {
  background: #EE2B3C;
  width: 10px;
  height: 10px;
  top: 5px;
  left: 5px;
  z-index: 1;
}

.mktoForm .mktoRadioList > label::after {
  background: #ffffff;
  border: 1px solid #EDEEEE;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}

/* .mktoForm input {
	box-shadow: none !important;
} */

/* .mktoForm .mktoRadioList > label,
.mktoForm .mktoCheckboxList > label {
  position: relative;
  padding-left: 40px;
} */

.mktoForm .mktoButtonRow {
  width: 100% !important;
  text-align: left !important;
  display: block !important;
}

.mktoForm span {
  text-align: center !important;
}
/*
.mktoForm span.mktoButtonWrap {
  display: block;
  margin: 0 !important;
} */

/* touched */
.thanks-area__btn {
  margin-top: 32px;
}

/* ADDED */
.mktoButtonRow .mktoButtonWrap.mktoNative {
  margin-left: 0 !important;
  margin: 0 auto;
  display: block;
}

 /* touched */
.thanks-area__btn,
.mktoForm button.mktoButton {
  cursor: pointer !important;
  font-family: "LL Circular Book Web", sans-serif !important;
  font-size: 16px !important;
  border: none !important;
  display: inline-block !important;
  padding: 13px 40px !important;
  line-height: 1.33333 !important;
  position: relative !important;
  vertical-align: middle !important;
  text-align: left !important;
  text-decoration: none !important;
  -webkit-text-decoration: none !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fff !important;
  background-color: #EB0024 !important;
  -webkit-border-radius: 20px !important;
  border-radius: 20px !important;
  /* height: 50px !important; */
  width: auto !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  outline: none !important;
}


/* ADDED */
.thanks-area__btn:hover,
.mktoForm button.mktoButton:hover {
  background-color: #951B1E !important;
}

.mktoHtmlText { color: #3a3a3a !important; }

	.mktoField {color:#3a3a3a !important;}

    .mktoForm .mktoGutter {height: 0px;}


.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {
    color: #3a3a3a !important;
}

.mktoForm fieldset legend {
	color: #3a3a3a !important;
}

.mktoForm fieldset {
	width: 100% !important;

}
.jacques-left-200 {
	float:left;
	margin:0px;
	padding:0px;
	padding-right: 15px;
	padding-bottom: 15px;
	height:auto;
	width:auto;
	max-width:200px;
}
.jacques-left-full {
	float:left;
	margin:0px;
	padding:0px;
	padding-right: 15px;
	padding-bottom: 15px;
	width:100%;
	height:auto;
}


.mktoError {
  right: auto !important;
  left: 0 !important;
  bottom: 0 !important;
}

/* touched */
.mktoForm .mktoErrorMsg,
.mktoForm .mktoErrorMsg * {
  color: #fff !important;
}

/* touched */
.mktoForm .mktoError .mktoErrorArrow,
.mktoForm .mktoError .mktoErrorMsg {
  background-color: #EE2B3C !important;
  background-image: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none!important;
  text-shadow: none !important;
}


.mktoGutter.mktoHasWidth {
  display: none;
}





/* ==========================================================================
   MEDIA
   ========================================================================== */
   @media (max-width: 480px) {


    .content__right-inner  {
      margin-top: 0;
      max-width: 1224px;
      padding: 40px 20px;
    }
   }



   @media (max-width: 767px) {

    body {
      font-size: 16px;
    }

    h1 {
      font-size: 32px;;
    }

    .container {
      padding-left: 20px;
      padding-right: 20px;
    }

    /* added */
    .header__container {
      padding-top: 20px;
      padding-bottom: 20px;
    }

    .content__inner {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
    }

    /*touched*/
    .page {
      padding-top: 20px;
      padding-right: 0;
    }

    /*touched*/
    .content {
      margin-bottom: 40px;
    }

    /* touched */
    .content__left {
      max-width: 100%;
      margin-bottom: 40px;

    }

    .content__right {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 100%;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%;
      max-width: 100%;
    }

    .page__subtitle {
      font-size: 24px;
      margin: 0 0 16px;
    }


    /* added */
    .thanks-area__title {
      margin-top: 0;
    }

    .footer__links {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
    }

    .footer__social {
      margin-top: 32px;
    }

    .footer__links-item {
      margin-right: 0;
    }
    .footer__links-item:not(:last-child) {
      margin-bottom: 8px;
    }

  }


  .mktoForm fieldset {
	padding: 0px !important;
}