/* :L17 */
html {
  position: relative;
  min-height: 100%;
}
/* :L22 */
body {
  /* Margin bottom by footer height */
  margin-bottom: 170px;
}
/* :L27 */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */

  /*height: 60px; APNLD-1035*/

}
/* :L36 */
.instanda-built-by-footer {
  text-align: center;
  position: absolute;
  bottom: 2px;
  width: 100%;
  font-size: 0.7em;
}
/* :L44 */
.instanda-documents {
  text-align: center;
}
/* :L48 */
.instanda-buttonList {
  margin-top: 20px;
}
/* :L52 */
.instanda-confirm-billing-address {
  margin-top: 20px;
  margin-bottom: 50px;
}
/* :L58 */
.instanda-container-fluid {
  background-color: #f4f4f4;
}
/* :L62 */
.instanda-questionHeader h3 {
  margin-bottom: 20px;
}
/* :L66 */
.instanda-side-content {
  position: absolute;
  top: 20px;
  min-height: 50px;
  padding: 10px;
  border: 1px solid lightgray;
  border-radius: 8px;
  background-color: white;
  width: 400px;
}
/* :L77 */
.instanda-main-content-container {
  /*APNLD-6475 
  position: relative;*/
  position: unset;
}
/* :L83 */
.instanda-sort-code-input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
/* :L89 */
#instanda-site-layout {
  padding-right: 0;
  padding-left: 0;
}
/* :L94 */
.instanda-choose-address-inner {
  border: 2px solid #eeeeee;
  padding: 15px;
  border-radius: 5px;
  margin-top: 20px;
}
/* :L101 */
.instanda-choose-address-inner .instanda-choose-address-btn {
  margin-top: 10px;
}
/* :L105 */
.instanda-previously-selected {
  display: inline-block;
}
/*Approval action*/

/* :L110 */
.quote-referral-item h6 {
  color: #828990;
  font-weight: normal;
  margin: 15px 0 10px 0;
}
/* :L116 */
.mobile-quote-referral-heading,
.mobile-claim-heading {
  color: #828990;
  font-size: 12px;
  margin: 10px 0 0 0;
}
/*on confirmation screen*/

/* :L124 */
.send-policy-email-button {
  min-width: 250px;
}
/* Large desktops and laptops */

@media (min-width: 1800px) {
  /* :L130 */
  .instanda-side-content {
    left: 59.5%;
  }
}
/* Large desktops and laptops */

@media (min-width: 1600px) and (max-width: 1799px) {
  /* :L137 */
  .instanda-side-content {
    left: 61%;
  }
}
/* Large desktops and laptops */

@media (min-width: 1400px) and (max-width: 1599px) {
  /* :L144 */
  .instanda-side-content {
    left: 63%;
  }
}
/* Large desktops and laptops */

@media (min-width: 1200px) and (max-width: 1399px) {
  /* :L151 */
  .instanda-side-content {
    left: 65%;
  }
}
@media (min-width: 1098px) and (max-width: 1199px) {
  /* :L157 */
  .instanda-side-content {
    left: 57.1%;
  }
}
/* Portrait tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1099px) {
  /* :L164 */
  .instanda-side-content {
    left: 57.1%;
  }
}
/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
  /* :L171 */
  .instanda-side-content {
    left: 58%;
    width: 300px;
  }
}
/* Landscape phones and portrait tablets */

@media (max-width: 767px) {
  /*View quote or policy page action buttons*/
  
  /* :L182 */
  .btn-group > .btn {
    width: 50%;
    margin: 0 auto 3px auto;
  }
  /* :L187 */
  .btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle):nth-of-type(odd) {
    border-radius: 4px 0 0 4px;
  }
  /* :L191 */
  .btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle):nth-of-type(even) {
    border-radius: 0 4px 4px 0;
  }
  /* :L195 */
  .quote-referral-item ~ .quote-referral-item,
  .claim-referral-item ~ .claim-referral-item,
  .claim-item ~ .claim-item {
    border-top: 1px solid #e7e7e7;
    padding-top: 5px;
    margin-top: 15px;
  }
}
/* Landscape phones and smaller */

@media (max-width: 480px) {
  /* :L206 */
  .instanda-question-help-col {
    padding-left: 0;
    padding-right: 0;
  }
}
/*Car brands & models question*/

/* :L214 */
.car-models-wrapper,
.car-brands-wrapper {
  overflow-y: auto;
  max-height: 250px;
  margin-bottom: 10px;
}
/* :L221 */
.car-brands-wrapper ul.list-group,
.car-models-wrapper ul.list-group {
  margin-bottom: 0;
}
/* :L226 */
.selected-model,
.selected-brand {
  color: white;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* :L233 */
.car-brands-and-models-summary.well > div {
  margin-bottom: 5px;
}
/* :L237 */
button.car-brands-and-models-show-summary {
  margin-bottom: 10px;
}
/* :L241 */
.car-brands.list-group > li:first-child,
.car-models.list-group > li:first-child {
  display: none;
}
/* :L246 */
.car-models-wrapper,
.car-brands-wrapper {
  display: none;
}
/* :L251 */
.warning-message-payment {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000000;
  width: 100%;
  text-align: center;
  background-color: #efdccf;
  font-weight: bold;
  padding: 25px;
}
/* :L264 */
.autosave {
  box-shadow: 0 0 5px 2px orange;
  border: 2px solid orange;
}
/* :L269 */
.alert-autosave {
  color: black;
  background-color: #ffbe46;
  border-color: orange;
}


/* Hiscox Variables */
/* :L35 */
.disclaimerHiscox {
  color: grey;
  display: block;
  margin-top: 10px;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
}
/* :L44 */
.fa-1-5x {
  font-size: 1.5em;
}
/* :L48 */
.black-box-general {
  background-color: black;
  color: white;
  padding: 15px 25px;
}
/* :L53 */
.black-box-general .black-box-display-title {
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 10px;
  color: #da291c;
  font-size: 16px;
}
/* :L61 */
.black-box-general span {
  color: #c22019;
  margin-right: 10px;
}
/* :L66 */
.black-box-general .list {
  color: white;
  list-style-type: none;
  margin-left: -5px;
}
/* :L71 */
.black-box-general .list li::before {
  content: "\f00c \00a0";
  font-family: "FontAwesome";
  color: white;
  position: absolute;
  margin-left: -20px;
}
/* :L79 */
.black-box-general .list > li {
  font-size: 16px;
  margin-left: 25px;
}
/* :L86 */
.radio {
  margin-top: 0px;
}
/* Hiscox General Design  */

/* :L92 */
/* :L93 */
.instanda-question-parent-yes-no .instanda-question-input {
  margin-left: 10px;
}
/* Navigation Arrows Bar */

/* :L99 */
.navigationArrowBar {
  display: flex;
  background-color: black;
  justify-content: space-around;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 45px;
}
/* :L107 */
.navigationArrowBar .selectedDiv {
  background-color: red;
}
/* :L110 */
.navigationArrowBar .selectedDiv:not(:last-child):after {
  content: "";
  position: absolute;
  right: -24px;
  border-style: solid;
  border-width: 25px 0 25px 24.3px;
  border-color: transparent transparent transparent red;
}
/* :L120 */
.navigationArrowBar > div {
  color: white;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
/* :L128 */
.navigationArrowBar > div > span {
  vertical-align: middle;
}
@media screen and (max-width: 576px) {
  .navigationArrowBar {
    flex-direction: column;
    height: 60px;
  }
  /* :L137 */
  /* :L138 */
  .navigationArrowBar .selectedDiv:not(:last-child):after {
    content: "";
    position: absolute;
    right: -24px;
    border-style: solid;
    border-width: 25px 0 25px 24.3px;
    border-color: unset !important;
  }
}
/* Black Banner Screen with no Navbar*/

/* :L152 */
.show-banner {
  display: flex !important;
  width: 66%;
  align-items: center;
  justify-content: space-evenly;
}
@media screen and (max-width: 576px) {
  .show-banner {
    width: 100%;
    display: block !important;
  }
}
/* :L165 */
.hide-banner {
  display: none !important;
}
/* :L169 */
#main-blackbanner {
  flex-direction: column;
  /*APNLD-1032 (GuilhermeHiscoxNL)*/

}
/* :L173 */
#blackbanner-mta {
  align-items: baseline;
  color: white;
  justify-content: space-evenly;
  width: 100%;
  font-size: 16px;
}
/* :L180 */
#blackbanner-mta .premie {
  margin-left: 8px;
}
/* :L184 */
#blackbanner-mta .end-date {
  margin-left: 14px;
}
/* :L188 */
#blackbanner-mta > div:first-child {
  display: flex;
  flex-direction: column;
}
/* :L192 */
#blackbanner-mta > div:first-child h4 {
  padding-bottom: 5px;
}
/* :L197 */
#blackbanner-mta .content-container-mta {
  color: white;
  display: flex;
}
/* :L201 */
#blackbanner-mta .content-container-mta > div:nth-child(1) {
  width: 280px;
}
/* :L205 */
#blackbanner-mta .content-container-mta > div:nth-child(2) {
  width: 225px;
}
/* :L210 */
/* :L211 */
#blackbanner-mta .group-2-fields div {
  display: flex;
}
/* :L214 */
#blackbanner-mta .group-2-fields div p {
  margin-right: 10px;
}
/* :L219 */
#blackbanner-mta .group-2-fields > div:first-child {
  padding-bottom: 10px;
}
/* :L224 */
#blackbanner-mta .last-field {
  display: flex;
  width: 220px;
}
/* :L228 */
#blackbanner-mta .last-field p {
  margin-right: 10px;
}
/* :L234 */
.logoHeader {
  text-align: left;
  padding: 30px 30px 15px 30px;
}
@media screen and (max-width: 1024px) {
  .logoHeader {
    padding: 30px 0px 0px 30px;
  }
  /* :L241 */
  .logoHeader img {
    width: 145px;
    height: 75px;
  }
}
/* :L248 */
.blackBanner {
  background-color: black;
  display: flex;
  align-items: center;
  /*justify-content: space-around; APNLD-1032 (GuilhermeHiscoxNL)*/

}
/* :L254 */
.blackBanner .group-list {
  flex-direction: column;
  /*APNLD-1032 (GuilhermeHiscoxNL)*/

}
/* :L258 */
.blackBanner > div:nth-child(2) {
  display: flex;
  align-items: center;
  width: 60%;
}
/* :L265 */
.blackBanner > div:nth-child(2) .title {
  font-size: 35px;
  color: white;
  font-weight: bold;
  margin: 0px 20px;
  flex-grow: 1;
}
/* :L273 */
/* :L274 */
.blackBanner > div:nth-child(2) .description .listDescription {
  color: #da291c;
  font-size: 16px;
  padding-left: 25px;
}
/* :L280 */
.blackBanner > div:nth-child(2) .list {
  color: white;
  list-style-type: none;
  padding-left: 20px;
}
/* :L285 */
.blackBanner > div:nth-child(2) .list > li {
  font-size: 16px;
  margin-left: 25px;
}
/* :L290 */
.blackBanner > div:nth-child(2) .list li::before {
  content: "\f00c \00a0";
  font-family: "FontAwesome";
  color: #da291c;
  position: absolute;
  margin-left: -20px;
}
@media only screen and (max-width: 576px) {
  .blackBanner {
    display: block;
  }
  /* :L303 */
  .blackBanner .imgBook {
    display: none;
  }
  /* :L306 */
  .blackBanner .title {
    font-size: 16px;
    margin-left: 15px;
  }
  /* :L310 */
  /* :L311 */
  .blackBanner .description .listDescription {
    font-size: 14px;
    padding-left: 15px;
  }
  /* :L315 */
  .blackBanner .description .list {
    padding-left: 10px;
  }
  /* :L318 */
  .blackBanner .description .list li::before,
  .blackBanner .description .list li {
    font-size: 14px;
  }
}
/* :L326 */
.blackBanner-2 {
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
/* :L332 */
.blackBanner-2 .imgBook {
  width: 33%;
}
/* :L336 */
.blackBanner-2 .title {
  font-size: 35px;
  color: white;
  font-weight: bold;
  width: 50%;
}
/* :L343 */
/* :L344 */
.blackBanner-2 .description .listDescription {
  color: #da291c;
  font-size: 16px;
  padding-left: 25px;
}
/* :L350 */
.blackBanner-2 .description .list {
  color: white;
  list-style-type: none;
  padding-left: 46px;
}
/* :L355 */
.blackBanner-2 .description .list > li {
  font-size: 16px;
}
/* :L359 */
.blackBanner-2 .description .list li::before {
  content: "\f00c \00a0";
  font-family: "FontAwesome";
  color: #da291c;
  position: absolute;
  margin-left: -20px;
}
@media only screen and (max-width: 576px) {
  /* :L370 */
  .blackBanner-2 .imgBook {
    display: none;
  }
  /* :L373 */
  .blackBanner-2 .title {
    font-size: 16px;
    padding-left: 5px;
  }
  /* :L377 */
  /* :L378 */
  .blackBanner-2 .description .list > li,
  .blackBanner-2 .description .list > li::before {
    font-size: 14px;
  }
  /* :L383 */
  .blackBanner-2 .description.list {
    padding-left: 15px;
  }
  /* :L386 */
  .blackBanner-2 .description.listDescription {
    padding-left: 5px;
    font-size: 14px;
  }
}
/*  -- END -- Black Banner Screen with no Navbar*/

/* O Font-family foi modificado no separador Design / Basic styling */

/* :L397 */
.d-flex-spaced-b {
  display: flex;
  justify-content: space-between;
}
/* Buttons */

/* :L403 */
.btn {
  color: white;
  background-color: #da291c;
  border-radius: 0px;
  border: none;
}
/* :L410 */
.btn-primary:hover {
  color: white !important;
  background-color: #c22019 !important;
  border-color: #c22019 !important;
}
/* :L416 */
.btn-primary:active {
  color: white !important;
  background-color: #c22019 !important;
  border-color: #c22019 !important;
}
/* :L422 */
.btn-primary:focus {
  color: white !important;
  background-color: #c22019 !important;
  border-color: #c22019 !important;
}
/* :L428 */
input#copyQuoteButton {
  display: none;
}
/* :L432 */
input.instanda-notes-button.btn.btn-primary {
  display: none;
}
/* :L436 */
button.instanda-notes-button.btn.btn-primary {
  display: none;
}
/* Error - Required */

/* :L441 */
.label-danger {
  margin-left: 10px;
}
/* Inputs */

/* :L447 */
label {
  font-weight: normal;
  color: #5f5f5f;
}
/* :L452 */
.instanda-question-input {
  width: 100%;
}
/* :L455 */
.instanda-question-input .form-control {
  border-radius: 0px;
}
/* Titulos vermelhos com underline cinza ! */

/* :L462 */
.title-label-hiscox {
  border-bottom: 2px solid #bebebe;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #da291c;
  font-size: 18px;
  font-weight: bold;
  background-color: white;
}
/* Titulos Pretos com underline branco ! */

/* :L474 */
.title-label-hiscox-white {
  border-bottom: 2px solid white;
  padding-bottom: 10px;
  padding-top: 10px;
  color: black;
  font-size: 18px;
  font-weight: bold;
}
/* Borders hiscox */

/* :L485 */
.border-grey-hiscox {
  border: 2px solid #bebebe;
}
/* :L489 */
.border-white-hiscox {
  border: 2px solid white;
}
/* Colors hiscox */

/* :L494 */
.redHiscox {
  color: #da291c;
}
/* :L498 */
.grey2Hiscox {
  color: #bebebe;
}
/* :L502 */
.grey3Hiscox {
  color: #5f5f5f;
}
/* :L506 */
.blackHiscox {
  color: black;
}
/* Font Size & Other Font things */

/* :L512 */
.font-16 {
  font-size: 16px;
}
/* :L516 */
.font-12 {
  font-size: 12px;
}
/* Margins and paddings */

/* :L522 */
.ml-15 {
  margin-left: 15px;
}
/* :L526 */
.mt-10 {
  margin-top: 10px;
}
/* :L530 */
.mb-10 {
  margin-bottom: 10px;
}
/* :L534 */
.mt-15 {
  margin-top: 15px;
}
/* :L538 */
.mb-15 {
  margin-bottom: 15px;
}
/* :L542 */
.mt-20 {
  margin-top: 20px;
}
/* :L546 */
.mb-20 {
  margin-bottom: 20px;
}
/* :L550 */
.mb-0 {
  margin-bottom: 0;
}
/* :L555 */
.pr-6 {
  padding-right: 6px;
}
/* :L559 */
.p-0 {
  padding: 0;
}
/* :L563 */
.pl-5 {
  padding-left: 5px;
}
/* :L567 */
.pr-0 {
  padding-right: 0;
}
/* Flex Box */

/* align elements in the same line */

/* :L574 */
.display-flex {
  display: flex;
  align-items: center;
}
/* :L579 */
.flex-grow1 {
  flex-grow: 1;
}
/* :L583 */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
/* :L587 */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
/*text formats */

/* :L596 */
.font-weight-bold {
  font-weight: bold;
}
/* :L600 */
.italic-bold {
  font-style: italic;
  font-weight: bold;
}
/* :L605 */
.bg-color-hscox-grey2 {
  background-color: #bebebe;
}
/* :L609 */
.border-top-grey2 {
  border-top: 1px solid #bebebe;
}
/* :L613 */
.d-flex {
  display: flex;
}
/* :L617 */
.d-block {
  display: block !important;
}
/* :L623 */
.hiscoxRadioInput input[type="radio"]:checked + .hiscoxRadioDiv {
  background-color: #bebebe;
}
/* :L627 */
.hiscoxRadioInput {
  height: 25px;
}
/* :L630 */
.hiscoxRadioInput input {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 2;
  margin: 0;
}
/* :L641 */
.hiscoxRadioInput input::after {
  content: "radio_button_unchecked";
  font-family: "Material Icons";
  font-size: 17px;
  transform: translate(7px, 4px);
  display: inline-block;
  color: black;
}
/* :L650 */
.hiscoxRadioInput input:checked::after {
  content: "radio_button_checked";
}
/* :L655 */
.hiscoxRadioInput .hiscoxRadioDiv {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-style: italic;
  font-weight: bold;
}
/* :L664 */
.hiscoxRadioInput .hiscoxRadioDiv > .container {
  padding-top: 2px;
}
/* :L670 */
.radio {
  border: 1px solid #bebebe;
  padding: 5px;
}
/* :L675 */
.spinner {
  position: fixed !important;
}
/* LABEL FOR REQUIRED */

/* :L681 */
span.label.label-danger.field-validation-error {
  position: absolute;
  white-space: break-spaces;
  margin-left: 0;
  margin-right: 15px;
}
/* :L688 */
.returnLink {
  padding-top: 30px;
  font-weight: bold;
}
/* :L693 */
.renewal-date-button {
  cursor: pointer;
}
/* :L698 */
/* :L699 */
.created-from-mta div#blackbanner-mta:before {
  content: "Tussentijdse wijziging";
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (min-width: 1024px) {
  .created-from-mta div#blackbanner-mta:before {
    margin-right: 15px;
  }
}
/* :L709 */
/* :L711 */
.page-cancelpolicy div#blackbanner-mta:before,
.page-cancellationconfirmation div#blackbanner-mta:before {
  content: "Royement";
  font-weight: bold;
  font-size: 18px;
}
/* :L718 */
/* :L719 */
.created-from-renewal div#blackbanner-mta:before {
  content: "Prolongatie";
  font-weight: bold;
  font-size: 18px;
}
/* :L725 */
/* :L726 */
.created-from-selfrenewal div#blackbanner-mta:before {
  content: "Wijziging per prolongatiedatum";
  font-weight: bold;
  font-size: 18px;
}
/* :L733 */
/* :L735 */
.page-quote .col-xs-1,
.page-quote.created-from-mta .col-xs-1 {
  width: 10px !important;
}
/*APNLD-5524 (MorHiscoxNL)*/

/* :L741 */
#WaitingAnimationGraphic .spinner {
  display: none;
}
/* :L744 */
.custom-loading-animation {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 99999999;
  display: block;
  width: 100vw;
  height: 100vh;
}
/* :L754 */
.animation {
  position: absolute;
  left: calc(48.5%);
  top: calc(48.5%);
  border: 3px solid #da291c;
  border-top-color: white;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  animation: spin 1s infinite;
}
/* :L765 */
.loadingText {
  position: absolute;
  /*left: calc(50% - 10.0em);*/
  top: calc(56.5%);
  border-top-color: white;
  border-radius: 50%;
  /*width: 50%;*/
  width: 100%;
  height: 3em;
  display: flex;
  justify-content: center;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/*APNLD-6409*/

/* :L784 */
.cant-quote-security {
  display: block !important;
}
/*APNLD-6191: Breadcrumbs*/

/* :L789 */
/* :L790 */
.created-from-newbusiness .progress-bar-nb {
  margin-bottom: 10px;
  margin-top: 20px;
}
/* :L794 */
.created-from-newbusiness .progress-bar-mta-rn {
  display: none;
}
/* :L798 */
/* :L799 */
.created-from-mta .progress-bar-nb,
.created-from-renewal .progress-bar-nb {
  display: none;
}
/* :L802 */
.created-from-mta .progress-bar-mta-rn,
.created-from-renewal .progress-bar-mta-rn {
  margin-bottom: 10px;
  margin-top: 20px;
}
/* :L807 */
.progress-indicator {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: auto;
  text-align: center;
  justify-content: space-between;
  align-items: baseline;
}
/* :L816 */
.progress-indicator .progress-indicator-circles {
  height: 40px;
  width: 40px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  border: 2px solid black;
  text-align: center;
  margin: auto;
  font-weight: 700;
  color: black;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 576px) {
  .progress-indicator .progress-indicator-circles {
    height: 28px;
    width: 28px;
  }
}
/* :L835 */
.progress-indicator a.progress-indicator-circles:hover {
  text-decoration: none;
  color: black;
}
/* :L839 */
.progress-indicator .active-circle {
  background-color: #da291c;
  color: white;
  border-color: #da291c;
}
/* :L845 */
.progress-indicator .past-circle {
  color: white;
  background-color: black;
}
/* :L850 */
.progress-indicator a.past-circle:hover {
  text-decoration: none;
  color: white;
}
/* :L855 */
.progress-indicator a.active-circle:hover {
  text-decoration: none;
  color: white;
}
/* :L860 */
.progress-indicator .progress-indicator-line {
  width: 17%;
  background-color: #bebebe;
  height: 4px;
  border-radius: 25px;
  top: 8px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .progress-indicator .progress-indicator-line {
    width: 18%;
    height: 3px;
  }
}
/* :L872 */
.progress-indicator .progress-indicator-step {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 6%;
}
@media screen and (max-width: 576px) {
  .progress-indicator .progress-indicator-step {
    width: 20%;
  }
}
/* :L880 */
.progress-indicator .progress-indicator-step .progress-indicator-step-text {
  font-weight: 700;
  color: #5f5f5f;
  font-size: 12px;
  text-wrap: nowrap;
}
@media screen and (max-width: 576px) {
  .progress-indicator .progress-indicator-step .progress-indicator-step-text {
    font-size: 10px;
  }
}
/* :L891 */
.progress-indicator .progress-indicator-line.past-line {
  background-color: black;
}
/* :L895 */
/* :L896 */
@media screen and (max-width: 576px) {
  .created-from-mta .progress-indicator,
  .created-from-renewal .progress-indicator {
    justify-content: space-evenly;
  }
}
/* :L900 */
.created-from-mta .progress-indicator .progress-indicator-step,
.created-from-renewal .progress-indicator .progress-indicator-step {
  width: 14%;
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width: 576px) {
  .created-from-mta .progress-indicator .progress-indicator-step,
  .created-from-renewal .progress-indicator .progress-indicator-step {
    width: 14%;
    margin-left: 0 px;
    margin-right: 0 px;
  }
}
/* :L909 */
@media screen and (max-width: 576px) {
  .created-from-mta .progress-indicator .progress-indicator-step .progress-indicator-step-text,
  .created-from-renewal .progress-indicator .progress-indicator-step .progress-indicator-step-text {
    font-size: 10px;
    text-wrap: balance;
  }
}
/* :L916 */
.created-from-mta .progress-indicator .progress-indicator-line,
.created-from-renewal .progress-indicator .progress-indicator-line {
  width: 20%;
}
@media screen and (max-width: 576px) {
  .created-from-mta .progress-indicator .progress-indicator-line,
  .created-from-renewal .progress-indicator .progress-indicator-line {
    width: 17%;
  }
}
/*.progress-bar-jorney-step{
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
            text-align: center;
            margin: auto;
            font-weight:900;
            font-family:FontAwesome;
            color:black;
            ul{
              display: flex;
              list-style: none;
              margin: 0;
              padding: 0;
              &:not(:last-of-type) li{
                  margin-right: 70px;
              }
            }
      	
    }*/

/* :L946 */
/* :L947 */
.page-quickquotequestions #instandaquestions > div.container > div.row {
  width: 60%;
}
/* :L950 */
.page-quickquotequestions #instandaquestions > div.container > div.row .pull-right {
  position: absolute;
  right: 25px;
  bottom: 5px;
}
/* :L959 */
/* :L960 */
.page-quickquote #quote-content-form > div.container > div > div {
  margin-top: 50px;
  margin-left: 15px;
  padding-right: 45px;
}
/* :L968 */
/* :L969 */
.page-prequotequestions #instandaquestions > div.container > div {
  width: calc(955px);
}
/* :L972 */
.page-prequotequestions #instandaquestions > div.container > div .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .page-prequotequestions #instandaquestions > div.container > div {
    width: calc(735px);
  }
}
@media only screen and (min-width: 992px) {
  .page-prequotequestions #instandaquestions > div.container > div {
    width: calc(955px);
  }
}
@media only screen and (min-width: 1200px) {
  .page-prequotequestions #instandaquestions > div.container > div {
    width: calc(1155px);
  }
}
/* :L990 */
/* :L991 */
.page-quote #instanda-quote-content > div.quick-quote-main-container > div:nth-child(3) > div {
  margin-top: 50px;
}
/* :L1000 */
/* :L1001 */
.page-postquotequestions #instandaquestions > div.container > div {
  margin-top: 50px;
}
@media only screen and (max-width: 576px) {
  /* :L1005 */
  .page-postquotequestions a#backButton {
    width: 160px;
    background-color: gray;
  }
  /* :L1009 */
  .page-postquotequestions button.instanda-button.instanda-quote-button.btn.btn-primary {
    width: 160px;
  }
}
/*APNLD-1037 Sprint13 (GuilhermeHiscoxNL)*/

/* :L1016 */
a#backButton {
  color: #da291c;
  background-color: white;
}
/* :L1021 */
a#backButton:hover {
  color: #da291c !important;
  background-color: white !important;
  text-decoration: underline !important;
}
/* :L1027 */
/* :L1028 */
.navbar.navbar-static-top .navbar-default {
  background-color: black;
  border-color: black;
  border-radius: unset;
  border-bottom: 0px;
  margin-bottom: 0px;
}
/* :L1035 */
.navbar.navbar-static-top .navbar-default .instanda-nav-item-link {
  color: white;
  background-color: unset;
}
/* :L1039 */
.navbar.navbar-static-top .navbar-default .instanda-nav-item-link:hover {
  color: white;
  background-color: unset !important;
}
/* :L1045 */
.navbar.navbar-static-top .navbar-default .nav {
  padding: 0px;
}
/* :L1048 */
.navbar.navbar-static-top .navbar-default .nav > li {
  border-bottom: 5px solid transparent;
  margin-bottom: 0px;
}
/* :L1052 */
.navbar.navbar-static-top .navbar-default .nav > li:hover {
  border-image: linear-gradient(to top, #da291c 5px, transparent 0) 2;
}
/* :L1058 */
.navbar.navbar-static-top .navbar-default .nav .active.instanda-active-nav-item {
  border-image: linear-gradient(to top, #da291c 5px, transparent 0) 2;
  font-weight: bold;
}
/* :L1064 */
/* :L1065 */
/* :L1066 */
.navbar.navbar-static-top .navbar-default .instanda-nav-item:nth-child(4) .instanda-nav-item-link {
  visibility: hidden;
}
/* :L1068 */
.navbar.navbar-static-top .navbar-default .instanda-nav-item:nth-child(4) .instanda-nav-item-link:after {
  visibility: visible;
  content: "Uitloggen";
  position: absolute;
  left: 10px;
}
/* Questions area container MAIN*/

/* :L1080 */
/* :L1082 */
.page-quickquotequestions div#question130834 {
  margin-right: 5px;
}
/* :L1087 */
.page-quickquotequestions .quick-quote-main-container {
  height: 60vh;
  /* Navigation Arrows Bar */

  /* Questions area container */

}
/* :L1091 */
.page-quickquotequestions .quick-quote-main-container .navigationArrowBar {
  display: flex;
  background-color: black;
  justify-content: space-around;
  height: 50px;
  margin-top: 35px;
  margin-bottom: 45px;
}
/* :L1099 */
.page-quickquotequestions .quick-quote-main-container .navigationArrowBar .selectedDiv {
  background-color: red;
}
/* :L1102 */
.page-quickquotequestions .quick-quote-main-container .navigationArrowBar .selectedDiv:not(:last-child):after {
  content: "";
  position: absolute;
  right: -24px;
  border-style: solid;
  border-width: 25px 0 25px 24.3px;
  border-color: transparent transparent transparent red;
}
/* :L1112 */
.page-quickquotequestions .quick-quote-main-container .navigationArrowBar > div {
  color: white;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
/* :L1120 */
.page-quickquotequestions .quick-quote-main-container .navigationArrowBar > div > span {
  vertical-align: middle;
}
@media only screen and (max-width: 992px) {
  /* :L1127 */
  .page-quickquotequestions .quick-quote-main-container span.label.label-danger.field-validation-error {
    position: absolute;
    white-space: break-spaces;
    margin-left: 0;
    margin-right: 15px;
  }
}
/* :L1136 */
/* :L1137 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121438 {
  display: flex;
  width: 96%;
  flex-wrap: wrap;
}
/* :L1142 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121438 .instanda-question-label {
  flex-basis: 136px;
}
/* :L1146 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121438 .instanda-text-question.form-group.row {
  margin-bottom: 0;
}
/* :L1150 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121438 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  padding-right: 5px;
  padding-left: 14px;
}
/* :L1155 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121438 > div.instanda-text-question.form-group.row > div.instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
  padding: 0 15px;
}
/* :L1162 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-question-parent-yes-no.form-group {
  display: flex;
  flex-wrap: wrap;
  width: 99%;
  flex-direction: column;
}
/* :L1169 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-question-label {
  flex-basis: 125px;
}
/* :L1173 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-text-question.form-group.row {
  display: flex;
  flex-direction: row-reverse;
  flex-basis: 200px;
  flex-grow: 1;
}
/* :L1179 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-text-question.form-group.row > div:first-child {
  margin-left: 0px;
}
/* :L1184 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question122607 {
  padding: 0;
}
/* :L1187 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question122607 #OtherProfessions_TXT_Children > div,
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question122607 .instanda-question-parent-yes-no.form-group {
  margin-bottom: 0;
}
/* :L1193 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question128093 {
  padding: 0;
}
/* :L1197 */
/* :L1199 */
/* :L1200 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121443 > div:nth-child(2) > div:nth-child(1),
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121565 > div:nth-child(2) > div:nth-child(1) {
  margin-left: 10px;
}
/* :L1206 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .title-select-hiscox {
  background-color: transparent;
}
/* :L1209 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .title-select-hiscox > div:first-child {
  padding-right: 0;
}
/* :L1215 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .select-container-hiscox {
  padding-right: 0;
  /* Checkboxes inputs */

}
/* :L1219 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .select-container-hiscox .instanda-confirm-question-checkbox {
  display: flex;
}
/* :L1223 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .select-container-hiscox .dropdown-text-hiscox {
  /*max-width: 420px;
            margin-right: 15px;
            margin-left: auto;*/
  width: 99%;
}
@media only screen and (max-width: 576px) {
  /* :L1231 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .select-container-hiscox .dropdown-text-hiscox {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
/* :L1239 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .ManChild-hiscox {
  display: flex;
  justify-content: space-between;
}
/* :L1243 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .ManChild-hiscox > div:first-child {
  flex: 1;
}
/* :L1247 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .ManChild-hiscox label {
  padding-right: 90px;
}
/* :L1251 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .ManChild-hiscox #ManChild_TXT {
  width: 308px;
}
@media only screen and (min-width: 995px) {
  /* :L1256 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .ManChild-hiscox #ManChild_TXT {
    width: 430px;
  }
}
/* :L1263 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121496 {
  margin-right: 15px;
}
/* :L1267 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question122606 {
  display: flex;
}
/* :L1270 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question122606 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  margin-left: 10px;
  margin-right: 15px;
}
/* :L1276 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .contacts-title-container-hiscox {
  background-color: transparent;
  color: #da291c;
  font-size: 20px;
  font-weight: bold;
}
/* :L1282 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .contacts-title-container-hiscox > div:first-child {
  padding-left: 0px;
  padding-right: 0;
}
/* :L1288 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .contact-input-hiscox {
  display: flex;
  justify-content: space-between;
  width: 98%;
}
/* :L1293 */
/* :L1294 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .contact-input-hiscox > div:second-child > div:nth-child(1) {
  margin-left: 45%;
}
/* :L1300 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121516 {
  margin-bottom: 0;
}
/* :L1304 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .prefix-hiscox {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}
/* :L1309 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .prefix-hiscox > div:nth-child(1) {
  margin-right: 96px;
}
@media only screen and (min-width: 1200px) {
  /* :L1315 */
  /* :L1316 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .prefix-hiscox > div:nth-child(1) {
    margin-right: 96px;
  }
  /* :L1320 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .prefix-hiscox select#PhoneNumberDecline_Prefix_TXT {
    width: 77px;
    margin-left: 0px;
    margin-right: 5px;
  }
}
/* :L1329 */
/* :L1330 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121514 .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
  display: none;
}
/* :L1335 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121514 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  padding-left: 0;
}
/* :L1339 */
/* :L1340 */
/* :L1341 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121444 .instanda-question-label label {
  display: none;
}
/* :L1346 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121444 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 > div.instanda-text-input.instanda-question-input {
  padding-right: 15px;
}
/* :L1350 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121444 .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
  display: none;
}
/* :L1355 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .telephone-group-hiscox {
  background-color: transparent;
}
/* :L1358 */
/* :L1359 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .telephone-group-hiscox .contact-input-hiscox > div:first-child {
  display: none;
}
/* :L1365 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .contact-label-confirm-hiscox {
  border: 1px solid #bebebe;
  padding-left: 10px;
}
/* :L1370 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .telephone-group-hiscox .group-question-collapse {
  display: flex;
}
/* :L1374 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .telephone-group-hiscox .group-question-collapse,
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .telephone-group-hiscox .group-question-open {
  height: auto !important;
  display: flex !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
}
/* :L1383 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .telephone-group-hiscox > .group-question-header {
  display: none;
}
/* :L1389 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .grouping-header {
  width: 150px;
  background: transparent;
  padding-right: 15px;
  height: 0;
  margin: 0;
}
/* :L1398 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .grouping-header ~ .questionItem.instanda-question-item.form-group {
  border-color: #bebebe;
  border-width: 1px 2px 1px 2px;
  border-style: solid;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 13px;
  margin-bottom: 0;
  /*width: calc(68%); APNLD-5890 MorHiscoxNL*/
  /*margin-left: auto; APNLD-5890 MorHiscoxNL*/
  width: 100%;
}
/* :L1410 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .grouping-header ~ .questionItem.instanda-question-item.form-group:last-of-type {
  border-width: 1px 2px 2px 2px;
}
/* :L1414 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .grouping-header ~ .questionItem.instanda-question-item.form-group label {
  height: 100%;
  width: 100%;
  position: absolute;
}
/* :L1419 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .grouping-header ~ .questionItem.instanda-question-item.form-group label:hover {
  cursor: pointer !important;
}
/* :L1423 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .grouping-header ~ .questionItem.instanda-question-item.form-group label input {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0;
  -webkit-appearance: none;
}
/* :L1432 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .grouping-header ~ .questionItem.instanda-question-item.form-group label input::after {
  content: "check_box_outline_blank";
  font-size: 20pt;
  font-family: "Material Icons";
  margin-left: -8px;
  line-height: 0;
}
/* :L1440 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .grouping-header ~ .questionItem.instanda-question-item.form-group label input:checked::after {
  content: "check_box";
}
/* :L1446 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .grouping-header ~ .questionItem.instanda-question-item.form-group .confirmQuestionText {
  margin-left: 20px;
  display: flex;
}
/* :L1452 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .grouping-header + .questionItem.instanda-question-item.form-group {
  border-width: 2px 2px 1px 2px;
}
/* :L1456 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .grouping-header .instanda-questionHeader.questionHeader.container {
  padding: 0;
}
/* :L1462 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121565 {
  display: flex;
}
/* :L1465 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121565 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 > div > div.instanda-question-input.instanda-question-choice {
  padding-right: 15px;
}
/* :L1473 */
/* :L1474 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .black-box-input-hiscox > div:first-child {
  background-color: black;
  color: white;
}
/* :L1478 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .black-box-input-hiscox > div:first-child > div:nth-child(2) {
  padding: 15px;
}
/* :L1481 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .black-box-input-hiscox > div:first-child > div:nth-child(2) .black-box-title {
  font-weight: bold;
  color: #da291c;
  padding-bottom: 20px;
  font-size: 16px;
}
/* :L1488 */
/* :L1489 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .black-box-input-hiscox > div:first-child > div:nth-child(2) .black-box-body > .list {
  padding-left: 0px;
}
/* :L1492 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .black-box-input-hiscox > div:first-child > div:nth-child(2) .black-box-body > .list li::before {
  color: #da291c;
}
/* :L1497 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .black-box-input-hiscox > div:first-child > div:nth-child(2) .black-box-body span {
  color: #da291c;
  margin-right: 10px;
}
/* :L1506 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .list ::marker {
  color: #da291c;
}
/* :L1510 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .container {
  max-width: 100%;
}
/* :L1514 */
/* :L1517 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-quick-quote-questions #question121431 {
  margin-bottom: 0;
}
/* :L1521 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-quick-quote-questions .questionList.instanda-questionList {
  display: flex;
  position: relative;
  /* HELP BOX */

}
/* :L1525 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-quick-quote-questions .questionList.instanda-questionList .instanda-well {
  max-width: 60%;
  border: 2px solid #bebebe;
  padding-right: 25px;
  padding-left: 20px;
  padding-bottom: 20px;
}
/* :L1534 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-quick-quote-questions .questionList.instanda-questionList > div:nth-child(2) {
  border: 0;
}
/* :L1537 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-quick-quote-questions .questionList.instanda-questionList > div:nth-child(2) #question121553 {
  margin-top: 0;
  width: 66%;
  margin-left: 5px;
  position: relative;
}
/* :L1543 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-quick-quote-questions .questionList.instanda-questionList > div:nth-child(2) #question121553 > div:nth-child(1) {
  background-color: white;
}
@media only screen and (min-width: 1200px) {
  /* :L1551 */
  /* :L1554 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-quick-quote-questions .questionList.instanda-questionList > div:nth-child(2) {
    border: 0;
  }
  /* :L1557 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-quick-quote-questions .questionList.instanda-questionList > div:nth-child(2) #question121553 {
    width: 427px;
    margin-left: 2px;
  }
}
@media only screen and (max-width: 576px) {
  /* :L1566 */
  /* :L1567 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-quick-quote-questions .questionList.instanda-questionList .instanda-well {
    max-width: 100%;
    position: relative;
    padding-left: 0;
    padding-right: 15px;
    padding-bottom: 0;
  }
}
/* :L1578 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .benefits-parent .black-box-input-hiscox {
  width: calc(40% - 60px) !important;
  position: absolute;
  right: 0px;
  /*APNLD-1031 (GuilhermeHiscoxNL)*/
  top: 0px;
}
@media only screen and (max-width: 576px) {
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .benefits-parent .black-box-input-hiscox {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 50px;
  }
}
/* :L1593 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .quick-quote-main-container .quick-quote-container-hiscox .benefits-parent .white-box-input-hiscox-default {
  top: 170px;
}
/* :L1598 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-question-help-col {
  width: 50px;
  padding: 0px 25px;
}
/* :L1602 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-question-help-col > div:first-child {
  padding: 15px;
  /* Icon */

}
/* :L1606 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-question-help-col > div:first-child > a:nth-child(1) {
  color: grey;
  font-size: 10px;
}
/* :L1613 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .collapse.in,
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .collapse,
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .collapsing {
  order: 3;
  padding-right: 5px;
}
/* :L1619 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .collapse.in > div:nth-child(1),
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .collapse > div:nth-child(1),
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .collapsing > div:nth-child(1) {
  width: 100%;
  padding-right: 0;
}
@media only screen and (max-width: 576px) {
  .page-quickquotequestions .quick-quote-main-container {
    height: 120vh;
    /*Media queries for eveything inside .quick-quote-container-hiscox (Questions area container)*/
  
  }
  /* :L1629 */
  .page-quickquotequestions .quick-quote-main-container .footer {
    position: relative;
    background-color: white;
  }
  /* :L1635 */
  /* :L1637 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-question-parent-yes-no.form-group,
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121438 {
    display: block;
    width: 100%;
  }
  /* :L1643 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-question-label {
    flex-basis: 100%;
  }
  /* :L1647 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-text-question.form-group.row {
    position: relative;
  }
  /* :L1651 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121431 > div.instanda-question-parent-yes-no.form-group > div.instanda-text-question.form-group.row > div.instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6,
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121441 > div.instanda-question-parent-yes-no.form-group > div.instanda-text-question.form-group.row > div.instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
    width: 20px;
    padding: 0;
    position: absolute;
    right: 15px;
    bottom: 40px;
  }
  /* :L1660 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121438 > div.instanda-text-question.form-group.row > div.instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
    width: 20px;
    padding: 0;
    position: absolute;
    right: 15px;
    bottom: 50px;
  }
  /* :L1668 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121438 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* :L1673 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121496 {
    margin-right: 0;
  }
  /* :L1677 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .collapse.in,
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .collapse,
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .collapsing {
    padding-right: 15px;
  }
  /* :L1683 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .grouping-header {
    width: 100%;
    background: transparent;
    padding-right: 15px;
    height: unset;
    margin: unset;
    margin-bottom: 15px;
  }
  /* :L1692 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #instandaquestions > div.container > div.row {
    width: 100%;
  }
  /* :L1695 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #instandaquestions > div.container > div.row .pull-right {
    bottom: -15px;
    right: -30px;
  }
  /* :L1701 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .grouping-header ~ .questionItem.instanda-question-item.form-group {
    width: 100%;
  }
  /* :L1705 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121443,
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121565 {
    display: block;
  }
  /* :L1709 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121443 .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6,
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121565 .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
    display: none;
  }
  /* :L1714 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121565 > div:nth-child(2) > div:nth-child(1) {
    margin-left: 0;
  }
  /* :L1718 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121565 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 > div > div.instanda-question-input.instanda-question-choice,
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121444 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 > div.instanda-text-input.instanda-question-input {
    padding-right: 0;
  }
  /* :L1723 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-question-parent-yes-no .instanda-question-input {
    margin-left: 0;
  }
  /* :L1727 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-question-help-col > div:first-child {
    padding: 0;
  }
  /* :L1731 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .title-label-hiscox {
    font-size: 16px;
  }
  /* :L1736 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .black-box-input-hiscox > div:first-child > div:nth-child(2) .black-box-title {
    font-size: 16px;
    padding-bottom: 10px;
  }
  /* :L1741 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .black-box-general .list > li,
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .black-box-input-hiscox > div:first-child > div:nth-child(2) .black-box-body > .list li::before {
    font-size: 14px;
  }
  /* :L1746 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .black-box-input-hiscox > div:first-child > div:nth-child(2) {
    padding: 5px;
  }
  /* :L1752 */
  /* :L1754 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121443 > div:nth-child(2) > div:nth-child(1),
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121443 .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121565 > div:nth-child(2) > div:nth-child(1) {
    margin-left: 0;
  }
  /* :L1760 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .contact-input-hiscox {
    width: 100%;
  }
  /* :L1764 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .prefix-hiscox {
    display: block;
    margin-bottom: 0;
  }
  /* :L1768 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .prefix-hiscox > div:nth-child(1) {
    margin-right: 0;
    flex-basis: unset;
  }
  /* :L1773 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .prefix-hiscox .instanda-text-question.form-group.row {
    width: 100%;
  }
  /* :L1776 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .prefix-hiscox .instanda-text-question.form-group.row .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
    padding-left: 15px !important;
    margin-left: unset;
  }
  /* :L1783 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox #question121444 > div.instanda-text-question.form-group.row {
    display: flex;
    align-items: flex-end;
  }
  /* :L1788 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .contact-label-confirm-hiscox {
    padding-right: 10px;
  }
}
/* :L1795 */
.page-quickquotequestions .white-box-input-hiscox-default {
  visibility: visible;
}
/* :L1798 */
.page-quickquotequestions .white-box-input-hiscox {
  visibility: hidden;
}
/* :L1801 */
.page-quickquotequestions .white-box-input-hiscox-default {
  visibility: visible;
}
/* :L1805 */
/* :L1806 */
/* :L1807 */
/* :L1808 */
.page-quickquotequestions .benefits-parent.select-container-hiscox .instanda-question-parent-yes-no.form-group + .form-group .form-group[style*="none"] + .form-group[style*="none"] + .form-group[style*="none"] + .form-group[style*="none"] {
  /*display: block !important; //OVERRIDE DISPLAY NONE OF LAST CHILD*/
  visibility: hidden;
  height: 0;
  display: flex !important;
  flex-direction: column-reverse;
}
/* :L1814 */
.page-quickquotequestions .benefits-parent.select-container-hiscox .instanda-question-parent-yes-no.form-group + .form-group .form-group[style*="none"] + .form-group[style*="none"] + .form-group[style*="none"] + .form-group[style*="none"] .questionItem.instanda-question-item.form-group.instanda-container-fluid.black-box-input-hiscox.default {
  visibility: visible;
}
/* HELP COLLAPSE MESSAGE */

/* :L1824 */
.help-text-hiscox {
  color: gray;
  font-size: 12px;
  width: 100%;
  background-color: #80808026;
  padding: 10px;
}
/* :L1832 */
.privacyLink {
  font-size: 14px;
}
/* focus css problem Samstelen */

/* :L1837 */
.page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .instanda-quick-quote-questions #question121431 #CompanySector_TXT_Children39 .questionItem.instanda-question-item.form-group .confirmQuestionCheckbox input:focus {
  outline: unset;
}
/* :L1841 */
/* :L1842 */
/* :L1843 */
.page-quickquote #instanda-quote-content .hiscox-grey-box-header.font-weight-bold input[name="chosenProductIds"]:focus {
  outline: none;
}
/* :L1847 */
.page-quickquote #instanda-quote-content .col-xs-1.p-0 {
  width: 10px;
}
/*APNLD-1032*/

/* :L1854 */
/* :L1855 */
.page-quickquotequestions .logoHeader {
  display: none;
}
/* :L1859 */
.page-quickquotequestions .instanda-question-input.instanda-question-choice {
  margin-left: 10px;
}
/* :L1863 */
.page-quickquotequestions #question128094 {
  display: flex;
  flex-wrap: wrap;
  width: 96%;
}
/* :L1869 */
.page-quickquotequestions #question128095 {
  display: flex;
  flex-wrap: wrap;
  width: 96%;
}
/* :L1875 */
.page-quickquotequestions #question128096 {
  display: flex;
  flex-wrap: wrap;
  width: 96%;
}
/* :L1881 */
.page-quickquotequestions div#question130556 {
  display: flex;
  margin-left: 1px;
}
/* :L1884 */
.page-quickquotequestions div#question130556 .confirmQuestionCheckbox.checkbox.instanda-confirm-question-checkbox.instanda-question-input {
  display: flex;
}
/* :L1887 */
.page-quickquotequestions div#question130556 input#UpdatePremium_Confirm {
  transform: scale(1.5);
}
/* :L1890 */
.page-quickquotequestions div#question130556 span.confirmQuestionText {
  margin-left: 10px;
}
/* :L1898 */
.page-quickquotequestions .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .grouping-header .instanda-questionHeader.questionHeader.container {
  padding: 0;
  display: table-caption;
  max-width: 625px;
  margin-left: 0;
  margin-top: 30px;
}
/* :L1906 */
.page-quickquotequestions .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .black-box-input-hiscox > div:first-child {
  background-color: black;
  color: white;
  max-width: 300px;
  margin-right: 0;
  margin-left: 0px;
  padding: 0;
}
/* :L1916 */
.page-quickquotequestions div#question121466 {
  max-width: fit-content;
  background-color: transparent;
  border: none;
}
/* :L1922 */
.page-quickquotequestions div#question121434 {
  margin: 0;
  width: 100%;
  margin-top: 0px;
  border: none;
}
/* :L1929 */
.page-quickquotequestions div#CompanySector_TXT_Children39 {
  display: flex;
  /*flex-direction: column;*/
  align-items: flex-start;
  width: 100%;
  padding-right: 4px;
}
/* :L1938 */
.page-quickquotequestions div#question130821 {
  width: 100%;
  height: unset;
  margin: 15px 0px 15px 0px;
}
/* :L1944 */
.page-quickquotequestions .benefits-parent.select-container-hiscox .instanda-question-parent-yes-no.form-group + .form-group .form-group[style*="none"] + .form-group[style*="none"] + .form-group[style*="none"] + .form-group[style*="none"] {
  margin: 0px;
}
/* :L1948 */
.page-quickquotequestions #instanda-responsive-help-text-130816 {
  margin-right: 0px;
  padding-right: 5px;
}
/* :L1953 */
.page-quickquotequestions #instanda-responsive-help-text-130557 {
  padding-right: 22px;
}
/* :L1957 */
.page-quickquotequestions #question130820 {
  margin-right: 5px;
}
/* :L1961 */
.page-quickquotequestions #question130558 {
  width: 101.5%;
}
/* :L1964 */
.page-quickquotequestions div#question130557 {
  padding-right: 10px;
}
/* :L1967 */
.page-quickquotequestions #question130816 {
  padding-right: 12px;
}
/* :L1969 */
.page-quickquotequestions #question130816 .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .container {
  padding-right: 0;
  width: 96%;
  margin-right: 0;
  margin-left: 0;
}
/* :L1975 */
.page-quickquotequestions #question130816 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  padding-left: 5px;
}
/* :L1978 */
.page-quickquotequestions #question130816 .instanda-text-question.form-group.row {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  max-width: -webkit-fill-available;
  /*flex-direction: row;*/
  margin-right: 0px;
}
/* :L1987 */
.page-quickquotequestions #question130816 .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
  /*padding: 0;*/
  width: 0%;
  flex-direction: row;
  margin-right: 10px;
}
/* :L1994 */
.page-quickquotequestions #question130816 .instanda-question-label {
  margin-bottom: -27px;
}
/* :L1998 */
.page-quickquotequestions #question130816 span.twitter-typeahead {
  width: 100%;
  /*margin-left: -10px;*/

}
/* :L2004 */
.page-quickquotequestions div#question121431 {
  padding-right: 10px;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
/* :L2011 */
.page-quickquotequestions #question121431 .instanda-text-question.form-group.row {
  /* display: flex; */
  flex-direction: column-reverse;
  align-items: flex-end;
  max-width: -webkit-fill-available;
  flex-basis: unset;
}
/* :L2019 */
.page-quickquotequestions #question121431 .instanda-question-label {
  flex-basis: unset;
  margin-bottom: -27px;
}
/* :L2024 */
.page-quickquotequestions #question121431 .instanda-text-question.form-group.row {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  max-width: -webkit-fill-available;
}
/* :L2031 */
.page-quickquotequestions #question130816 .instanda-question-label {
  margin-bottom: -27px;
}
/* :L2033 */
.page-quickquotequestions #question130816 .instanda-question-label label.control-label {
  font-weight: bold;
}
/* :L2038 */
.page-quickquotequestions #question128093 .instanda-question-label {
  margin-bottom: 0;
}
/* :L2043 */
.page-quickquotequestions #question121431 .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
  padding: 0;
  width: 9%;
  padding-left: 1px;
}
/* :L2049 */
.page-quickquotequestions #question121431 label.control-label {
  font-weight: bold;
}
/* :L2053 */
.page-quickquotequestions #question130557 > div.instanda-question-parent-yes-no.form-group > div.instanda-question-label label.control-label {
  font-weight: bold;
}
/* :L2057 */
.page-quickquotequestions #question130557 > div.instanda-question-parent-yes-no.form-group {
  display: flex;
  flex-wrap: unset;
  width: 100%;
  flex-direction: column;
}
/* :L2064 */
.page-quickquotequestions #question130557 > div.instanda-question-parent-yes-no.form-group > div.instanda-question-label {
  flex-basis: 0px;
  margin-bottom: 15px;
}
/* :L2069 */
.page-quickquotequestions #question130557 > div.instanda-question-parent-yes-no.form-group > div.instanda-text-question.form-group.row {
  display: flex;
  flex-direction: row;
  flex-basis: 0;
  flex-grow: 0;
  margin-right: 0px;
  margin-left: -25px;
  width: 112%;
}
/* :L2078 */
.page-quickquotequestions #question130557 > div.instanda-question-parent-yes-no.form-group > div.instanda-text-question.form-group.row > div.instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
  width: 50px;
  margin-top: -40px;
  padding-left: 15px;
}
/* :L2084 */
.page-quickquotequestions #question130557 > div.instanda-question-parent-yes-no.form-group > div.instanda-text-question.form-group.row > div.instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 > div {
  margin-left: -48px;
}
/* :L2088 */
/* :L2089 */
.page-quickquotequestions div#question121431 .quick-quote-main-container .quick-quote-container-hiscox .select-container-hiscox .dropdown-text-hiscox {
  width: 99%;
}
/* :L2092 */
.page-quickquotequestions div#question121431 .instanda-question-parent-yes-no .instanda-question-input {
  margin-left: 0px;
}
/* :L2095 */
.page-quickquotequestions div#question121431 .instanda-question-input.instanda-question-choice {
  margin-left: 0px;
}
/* :L2098 */
.page-quickquotequestions div#question121431 div#Coaching_Type_Children {
  width: 103%;
}
/* :L2102 */
.page-quickquotequestions .confirmQuestionCheckbox.checkbox.instanda-confirm-question-checkbox.instanda-question-input {
  display: flex;
}
@media only screen and (min-width: 425px) and (max-width: 576px) {
  /* :L2109 */
  .page-quickquotequestions #question130557 > div.instanda-question-parent-yes-no.form-group > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
    padding-right: 0px;
    margin-right: -25px;
  }
  /* :L2114 */
  .page-quickquotequestions .page-quickquotequestions #question130557 > div.instanda-question-parent-yes-no.form-group > div.instanda-text-question.form-group.row > div.instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 > div {
    margin-left: 0;
  }
  /* :L2118 */
  .page-quickquotequestions .page-quickquotequestions #instanda-responsive-help-text-130557 {
    padding-right: 0px;
  }
  /* :L2122 */
  .page-quickquotequestions .page-quickquotequestions #question130820 {
    padding-right: 15px;
  }
  /* :L2126 */
  .page-quickquotequestions .page-quickquotequestions #instanda-responsive-help-text-130816 {
    /* margin-right: 3px; */
    padding-right: 0px;
  }
  /* :L2131 */
  .page-quickquotequestions #question130816 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
    padding-right: 15px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  /* :L2138 */
  .page-quickquotequestions #question130557 > div.instanda-question-parent-yes-no.form-group > div.instanda-text-question.form-group.row > div.instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
    width: 0px;
    margin-top: -40px;
    padding-left: 8px;
  }
  /* :L2142 */
  .page-quickquotequestions #question130557 > div.instanda-question-parent-yes-no.form-group > div.instanda-text-question.form-group.row > div.instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 > div {
    margin-left: -42px;
  }
}
/* :L2152 */
.page-quickquotequestions .check-bullet-points li:before {
  content: '✓';
  margin-left: -20px;
  margin-right: 10px;
  font-weight: 500;
}
/* :L2159 */
.page-quickquotequestions .check-bullet-points li {
  padding-bottom: 5px;
}
/* :L2163 */
.page-quickquotequestions .check-bullet-points {
  list-style: none;
}
/* :L2169 */
/* :L2170 */
.page-quickquotequestions.created-from-renewal div#instanda-responsive-help-text-121431 {
  padding-right: 15px;
}
/* :L2173 */
.page-quickquotequestions.created-from-renewal #question128094,
.page-quickquotequestions.created-from-renewal #question128096,
.page-quickquotequestions.created-from-renewal #question128095 {
  flex-direction: column;
}
/* :L2175 */
.page-quickquotequestions.created-from-renewal #question128094 .instanda-text-question.form-group.row,
.page-quickquotequestions.created-from-renewal #question128096 .instanda-text-question.form-group.row,
.page-quickquotequestions.created-from-renewal #question128095 .instanda-text-question.form-group.row {
  margin-top: -25px;
}
/* :L2178 */
.page-quickquotequestions.created-from-renewal #question128094 .instanda-responsive-help-text,
.page-quickquotequestions.created-from-renewal #question128096 .instanda-responsive-help-text,
.page-quickquotequestions.created-from-renewal #question128095 .instanda-responsive-help-text {
  padding-right: 16px;
}
/* :L2181 */
.page-quickquotequestions.created-from-renewal #question128094 .instanda-responsive-help-icon-container,
.page-quickquotequestions.created-from-renewal #question128096 .instanda-responsive-help-icon-container,
.page-quickquotequestions.created-from-renewal #question128095 .instanda-responsive-help-icon-container {
  margin-left: 14px;
}
@media only screen and (max-width: 1200px) {
  /* :L2187 */
  /* :L2188 */
  .page-quickquotequestions.created-from-renewal #question128094 .instanda-responsive-help-icon-container,
  .page-quickquotequestions.created-from-renewal #question128096 .instanda-responsive-help-icon-container,
  .page-quickquotequestions.created-from-renewal #question128095 .instanda-responsive-help-icon-container {
    margin-left: 5px;
  }
}
/* :L2195 */
.page-quickquotequestions div#question121562 {
  width: 100%;
  height: unset;
  margin: 15px 0px 15px 0px;
}
/* :L2201 */
/* :L2202 */
/* :L2203 */
/* :L2204 */
.page-quickquotequestions #question121441 .instanda-question-parent-yes-no.form-group .instanda-question-label {
  flex-basis: unset;
}
/* :L2206 */
.page-quickquotequestions #question121441 .instanda-question-parent-yes-no.form-group .instanda-question-label label.control-label {
  font-weight: bold;
}
/* :L2210 */
.page-quickquotequestions #question121441 .instanda-question-parent-yes-no.form-group .instanda-text-question.form-group.row {
  flex-basis: unset;
  flex-direction: column-reverse;
  align-items: flex-end;
  margin-top: -28px;
}
/* :L2216 */
.page-quickquotequestions #question121441 .instanda-question-parent-yes-no.form-group .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
  padding: unset;
  width: 69px;
}
/*CSS_APNLD-6194*/

/* :L2224 */
#question121567 div {
  color: black;
  padding-bottom: 0px;
  margin-bottom: 0px;
  box-shadow: unset;
  display: none;
}
/* :L2232 */
.white-box-input-hiscox-default > div:first-child {
  /* background-color: black; */
  color: black;
  background-color: white;
  border: 1px solid;
  border-color: #5f5f5f;
  border-radius: 5px;
}
/* :L2241 */
.white-box-input-hiscox-default > div:first-child > div:nth-child(2) {
  /* padding: 15px; */
  padding-left: 0px;
}
/* :L2246 */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  font-weight: bold;
}
/* :L2254 */
ul.list {
  padding: 0px;
}
/* :L2258 */
.white-box-input-hiscox-default {
  width: calc(40% - 60px);
  position: absolute;
  right: 0px;
  top: 0px;
  visibility: visible;
}
/* :L2266 */
/* :L2267 */
.white-box-input-hiscox-default > div:first-child {
  background-color: white;
  color: black;
}
/* :L2271 */
.white-box-input-hiscox-default > div:first-child > div:nth-child(2) {
  padding-top: 10px;
}
/* :L2274 */
.white-box-input-hiscox-default > div:first-child > div:nth-child(2) .panel-title {
  font-weight: bold;
  color: black;
  padding-bottom: 5px;
  font-size: 16px;
}
/* :L2281 */
.white-box-input-hiscox-default > div:first-child > div:nth-child(2) .panel-body {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
/* :L2286 */
.white-box-input-hiscox-default > div:first-child > div:nth-child(2) .panel-body ul {
  margin-bottom: 0px;
}
/* :L2289 */
.white-box-input-hiscox-default > div:first-child > div:nth-child(2) .panel-body > .list {
  padding-left: 0px;
}
/* :L2292 */
.white-box-input-hiscox-default > div:first-child > div:nth-child(2) .panel-body > .list li::before {
  color: #00c350 d;
}
/* :L2295 */
.white-box-input-hiscox-default > div:first-child > div:nth-child(2) .panel-body > .list li::marker {
  color: white;
}
/* :L2300 */
.white-box-input-hiscox-default > div:first-child > div:nth-child(2) .panel-body span {
  color: #da291c;
  margin-right: 10px;
}
/* :L2309 */
.white-box-general .list li::before {
  content: "\f00c \00a0";
  font-family: "FontAwesome";
  color: #00c350;
  position: absolute;
  margin-left: -20px;
}
@media only screen and (max-width: 576px) {
  /* :L2318 */
  .page-quickquotequestions .quick-quote-main-container .quick-quote-container-hiscox .white-box-input-hiscox-default {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 50px;
    background-color: transparent;
  }
}
/* :L2329 */
.cant-quote-architect {
  display: block !important;
}
/* :L2332 */
/* :L2333 */
.page-quickquotequestions.created-from-mta .returnLink {
  padding-top: 30px;
  font-weight: bold;
}
/* :L2338 */
.page-quickquotequestions.created-from-mta .renewal-date-button {
  cursor: pointer;
}
/* :L2342 */
.page-quickquotequestions.created-from-mta .btn-mta {
  margin-left: 462px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .page-quickquotequestions.created-from-mta .btn-mta {
    /*APNLD-6068 MorHiscoxNL*/
    /* margin-left: 350px; */
    margin-left: 66.5%;
  }
}
@media only screen and (max-width: 992px) {
  .page-quickquotequestions.created-from-mta .btn-mta {
    /*APNLD-6068 MorHiscoxNL*/
    /*margin-left: 210px;*/
    margin-left: 55%;
  }
}
/* :L2358 */
.page-quickquotequestions.created-from-mta #question121430 > div.instanda-text-question.form-group.row > div.instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
  padding-left: 20px;
}
/* :L2362 */
/* :L2372 */
.page-quickquotequestions.created-from-mta #question121430 > div.instanda-question-label > label {
  font-weight: bold;
}
@media only screen and (max-width: 992px) {
  .page-quickquotequestions.created-from-mta #question121430 {
    margin-bottom: 5px;
  }
}
/* :L2380 */
.page-quickquotequestions.created-from-mta #question121430 .instanda-text-question.form-group.row {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  max-width: -webkit-fill-available;
  margin-right: 0px;
}
/* :L2388 */
.page-quickquotequestions.created-from-mta #question121430 .instanda-responsive-help-icon-container {
  padding-top: 3px;
  margin-top: -27px;
}
/* :L2393 */
.page-quickquotequestions.created-from-mta #question121430 #instanda-responsive-help-text-121430 {
  margin-right: -4px;
  padding-right: 5px;
}
/* :L2398 */
.page-quickquotequestions.created-from-mta #question121430 .page-quickquotequestions #question121430 .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
  margin-right: 10px;
}
/* :L2410 */
.page-quickquotequestions.created-from-mta #question121430 > div:nth-child(1) {
  flex-basis: 130px;
}
/* :L2414 */
/* :L2421 */
.page-quickquotequestions.created-from-mta #question121430 > div:nth-child(2) > div:nth-child(1) {
  /*APNLD-6068 MorHiscoxNL*/
  padding-right: 1px;
  /*padding-right: 5px;
            > div:nth-child(1) {
              margin-left: 3px;
            }*/

}
/*@media only screen and (min-width: 1200px) {
  .page-quickquotequestions.created-from-mta {
    #question121430 {
          > div:nth-child(2){
            flex-basis: 260px !important;
          }
        }
  }
}*/

/* :L2444 */
/* :L2445 */
.page-quickquotequestions.created-from-mta .fifthDiv,
.page-quickquotequestions.created-from-renewal .fifthDiv {
  display: none !important;
}
/* :L2450 */
.page-quickquotequestions.created-from-mta .mtaHelpText {
  background-color: #f4f4f4;
  /*margin-left: 200px;*/
  margin-left: 15px;
  padding: 15px;
  font-size: 14px;
  line-height: 135%;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 15px;
  /*@media only screen and (min-width: 992px) and (max-width: 1199px) {
    margin-right: 8px;
  }*/

}
@media only screen and (max-width: 576px) {
  /* :L2468 */
  /* :L2469 */
  .page-quickquotequestions.created-from-mta div#question121431 .instanda-question-help-col {
    bottom: 25px !important;
  }
}
/*@media only screen and (max-width: 1199px) {
  .page-quickquotequestions.created-from-mta .mtaHelpText {
    margin-left: 80px;
  }
}*/

@media only screen and (max-width: 992px) {
  /* :L2482 */
  .page-quickquotequestions.created-from-mta .mtaHelpText {
    margin-left: 15px;
  }
}
@media screen and (max-width: 600px) {
  /* :L2488 */
  body.page-quickquotequestions.created-from-mta {
    margin-bottom: 600px;
  }
}
@media screen and (max-width: 300px) {
  /* :L2494 */
  body.page-quickquotequestions.created-from-mta {
    margin-bottom: 650px;
  }
}
/* :L2500 */
/* :L2501 */
.page-quickquotequestions.created-from-mta #question130816 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
.page-quickquotequestions.created-from-renewal #question130816 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  padding-left: 15px;
}
/* :L2507 */
/* :L2508 */
.page-quickquotequestions.created-from-mta div#instanda-responsive-help-text-121431 {
  padding-right: 15px;
}
/* :L2511 */
.page-quickquotequestions.created-from-mta #question121431 .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
  padding: 0;
  width: 9%;
  padding-left: 14px;
}
/* :L2516 */
.page-quickquotequestions.created-from-mta div#instanda-responsive-help-text-121431 {
  padding-right: 15px;
}
/* :L2519 */
.page-quickquotequestions.created-from-mta #question128094,
.page-quickquotequestions.created-from-mta #question128096,
.page-quickquotequestions.created-from-mta #question128095 {
  flex-direction: column;
}
/* :L2521 */
.page-quickquotequestions.created-from-mta #question128094 .instanda-text-question.form-group.row,
.page-quickquotequestions.created-from-mta #question128096 .instanda-text-question.form-group.row,
.page-quickquotequestions.created-from-mta #question128095 .instanda-text-question.form-group.row {
  margin-top: -25px;
}
/* :L2524 */
.page-quickquotequestions.created-from-mta #question128094 .instanda-responsive-help-text,
.page-quickquotequestions.created-from-mta #question128096 .instanda-responsive-help-text,
.page-quickquotequestions.created-from-mta #question128095 .instanda-responsive-help-text {
  padding-right: 16px;
}
@media only screen and (max-width: 1200px) {
  /* :L2529 */
  /* :L2530 */
  .page-quickquotequestions.created-from-mta #question128094 .instanda-responsive-help-icon-container,
  .page-quickquotequestions.created-from-mta #question128096 .instanda-responsive-help-icon-container,
  .page-quickquotequestions.created-from-mta #question128095 .instanda-responsive-help-icon-container {
    margin-left: -10px;
  }
}
/* :L2536 */
/* :L2537 */
.Uw-verzekering-container .security .row.mb-10.mt-20 {
  display: flex;
}
/* :L2540 */
.Uw-verzekering-container .security .col-xs-3.text-right {
  font-weight: normal;
}
/* :L2543 */
.Uw-verzekering-container .security .col-xs-3.text-right.new-value {
  font-weight: bold;
}
/* :L2548 */
.security.row.mb-10.mt-20 {
  display: flex;
}
/* :L2552 */
/* :L2553 */
.Uw-verzekering-container .architect .row.mb-10.mt-20 {
  display: flex;
}
/* :L2556 */
.Uw-verzekering-container .architect .col-xs-3.text-right {
  font-weight: normal;
}
/* :L2561 */
.architect.row.mb-10.mt-20 {
  display: flex;
}
/* :L2565 */
/* :L2566 */
.security .col-xs-8 {
  inline-size: fit-content;
  padding-left: 42px;
  padding-top: 5px;
  padding-right: 30px;
}
/* :L2573 */
.security .hiscoxRadioInput {
  height: 20px;
}
/* :L2577 */
.security .row.col-xs-12 {
  padding-left: 0;
  width: -webkit-fill-available;
  padding-top: 5px;
}
/* :L2583 */
.security .hiscoxRadioInput input::after {
  line-height: 0.8;
}
/* :L2587 */
.security .container.border-grey-hiscox.mb-10 {
  padding-block-end: 5px;
  padding-block-start: 5px;
}
/* :L2592 */
.security .text-right {
  font-weight: bold;
}
/* :L2596 */
.security .col-xs-8.font-weight-bold {
  padding-top: 0;
}
/* :L2601 */
/* :L2602 */
.architect .col-xs-8 {
  inline-size: fit-content;
  padding-left: 42px;
  padding-top: 5px;
  padding-right: 30px;
}
@media only screen and (max-width: 345px) {
  .architect .col-xs-8 {
    padding-left: 32px;
  }
}
/* :L2612 */
.architect .p-0 {
  height: 10px;
}
/* :L2616 */
.architect .hiscoxRadioInput {
  height: 20px;
}
/* :L2620 */
.architect .row.col-xs-12 {
  padding-left: 0;
  width: -webkit-fill-available;
  /*padding-top: 5px;*/
  height: 12px;
}
/* :L2627 */
.architect .hiscoxRadioInput input::after {
  line-height: 0.8;
}
/* :L2631 */
.architect .container.border-grey-hiscox.mb-10 {
  padding-block-end: 15px;
  padding-block-start: 5px;
}
/* :L2636 */
.architect .text-right {
  font-weight: bold;
}
/* :L2640 */
.architect .col-xs-8.font-weight-bold {
  padding-top: 0;
}
@media only screen and (max-width: 361px) {
  .architect .col-xs-8.font-weight-bold {
    font-size: 13px;
  }
}
/* :L2651 */
.d-flex-spaced-b {
  align-items: baseline;
  /*ADD*/

}
/* :L2655 */
body.page-quickquote {
  margin-bottom: unset;
}
/* :L2659 */
/* :L2660 */
.page-quickquote .privacyLink {
  bottom: unset;
}
/* :L2663 */
.page-quickquote .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
  padding-top: 50px;
  padding-bottom: 50px;
}
/* :L2669 */
.hide-security-covers {
  display: none;
}
/* :L2672 */
.hide-not-security-covers {
  display: none;
}
/* :L2675 */
.hide-architect-covers {
  display: none;
}
/* :L2678 */
.underline-grey-hiscox {
  border-bottom: 2px solid #bebebe;
  margin-bottom: 15px;
}
/* :L2682 */
.underline-grey-hiscox .title-label-hiscox {
  border-bottom: none;
}
/* :L2687 */
.fa-info-circle {
  background: none;
  border: none;
  outline: 0;
}
/* SLIDE 65 + 66 */

/* :L2695 */
.container {
  max-width: 100%;
}
/* :L2700 */
/* :L2702 */
.Uw-verzekering-container .hiscoxRadioInput {
  height: 25px;
  margin-bottom: 20px;
  text-align: right;
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
}
/* :L2711 */
/* :L2712 */
.Uw-verzekering-container .hiscoxRadioInput input::after {
  font-size: 17px;
  transform: translate(-20px, 3px);
}
/* :L2721 */
.Verz-samenstellen-container {
  padding: 0px 25px;
}
@media only screen and (max-width: 576px) {
  .Verz-samenstellen-container {
    padding: 0px 10px;
    margin-bottom: 20px;
  }
}
/* :L2729 */
.Verz-samenstellen-container .hiscox-grey-box {
  border: 2px solid #bebebe;
  padding: 15px;
}
/* :L2733 */
.Verz-samenstellen-container .hiscox-grey-box .hiscox-grey-box-header {
  display: flex;
  justify-content: space-between;
}
/* :L2737 */
/* :L2738 */
/* :L2739 */
/* :L2740 */
.Verz-samenstellen-container .hiscox-grey-box .hiscox-grey-box-header > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) input {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0;
  -webkit-appearance: none;
}
/* :L2748 */
.Verz-samenstellen-container .hiscox-grey-box .hiscox-grey-box-header > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) input::after {
  content: 'check_box_outline_blank';
  font-size: 20pt;
  font-family: 'Material Icons';
  margin-left: -8px;
  line-height: 0;
  margin-top: 9px;
  color: #5f5f5f;
}
/* :L2758 */
.Verz-samenstellen-container .hiscox-grey-box .hiscox-grey-box-header > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) input:checked::after {
  content: 'check_box';
}
/* :L2767 */
.Verz-samenstellen-container .hiscox-grey-box h6 {
  color: #bebebe;
}
/* :L2774 */
.need-help-container {
  padding: 15px;
}
/* :L2777 */
.need-help-container img {
  padding-right: 10px;
}
/* :L2782 */
/* :L2783 */
.Verz-samenstellen-sibling-container > div {
  margin-bottom: 20px;
}
/* :L2788 */
.black-box-general {
  margin-top: 10px;
}
/* :L2792 */
.cover-list {
  background-color: #f2dede;
  border: 2px solid #da291c;
}
/*APNLD-1032*/

/* :L2798 */
/* :L2799 */
.page-quickquote .logoHeader {
  display: none;
}
/* :L2803 */
.page-quickquote div#collapseHT6 {
  margin-top: 5px;
  margin-bottom: 10px;
}
/* :L2807 */
.page-quickquote div#collapseHT7 {
  margin-top: 5px;
  margin-bottom: 10px;
}
/* :L2811 */
.page-quickquote .title-label-hiscox-white {
  font-size: 17px;
}
/* renewal journey */

/* :L2817 */
/* :L2820 */
.page-quickquote.created-from-renewal > div,
.page-quickquote.created-from-selfrenewal > div {
  margin-bottom: 20px;
}
/* :L2824 */
.page-quickquote.created-from-renewal .new-value,
.page-quickquote.created-from-selfrenewal .new-value {
  color: #da291c;
  font-weight: bold;
}
/* :L2829 */
.page-quickquote.created-from-renewal .old-value,
.page-quickquote.created-from-selfrenewal .old-value {
  text-decoration: line-through;
}
/* :L2833 */
.page-quickquote.created-from-renewal .mta-diff,
.page-quickquote.created-from-selfrenewal .mta-diff {
  color: #da291c;
}
/* mta journey */

/* :L2839 */
/* :L2840 */
.Verz-mta-samenstellen-sibling-container > div {
  margin-bottom: 20px;
}
/* :L2844 */
.Verz-mta-samenstellen-sibling-container .new-value {
  color: #da291c;
  font-weight: bold;
}
/* :L2849 */
.Verz-mta-samenstellen-sibling-container .old-value {
  text-decoration: line-through;
}
/* :L2853 */
.Verz-mta-samenstellen-sibling-container .mta-diff {
  color: #da291c;
}
/* :L2857 */
.Verz-mta-samenstellen-sibling-container .paym-freq {
  display: none;
}
/* :L2861 */
/* :L2863 */
/* :L2865 */
/* :L2867 */
.page-prequotequestions .data8-pa-countrylistcontainer .data8-pa-countryselector span {
  visibility: hidden;
  position: relative;
}
/* :L2871 */
.page-prequotequestions .data8-pa-countrylistcontainer .data8-pa-countryselector span::after {
  content: "Verander land";
  visibility: visible;
  position: absolute;
  right: 0px;
  top: -3px;
}
/* :L2883 */
.page-prequotequestions .instanda-address-country {
  display: none;
}
/* :L2887 */
.page-prequotequestions .instanda-address-country-label {
  display: none;
}
/* :L2892 */
.page-prequotequestions .instanda-address-city-label {
  position: relative;
}
/* :L2895 */
.page-prequotequestions .instanda-address-city-label label {
  visibility: hidden;
  position: absolute;
  left: -160px;
  top: 5px;
  width: 43%;
}
/* :L2902 */
.page-prequotequestions .instanda-address-city-label label::after {
  visibility: visible;
  content: "Bedrijfsadres (Plaats)";
  position: absolute;
  left: 0px;
}
/* :L2911 */
.page-prequotequestions .instanda-responsive-help-text {
  flex-basis: 100%;
}
/* :L2915 */
.page-prequotequestions .instanda-address-postcode-label {
  position: relative;
}
/* :L2918 */
.page-prequotequestions .instanda-address-postcode-label label {
  visibility: hidden;
  position: absolute;
  left: -160px;
  bottom: -32px;
  width: 43%;
}
/* :L2925 */
.page-prequotequestions .instanda-address-postcode-label label::after {
  content: "Bedrijfsadres (Postcode)";
  visibility: visible;
  position: absolute;
  left: 0px;
}
/* :L2937 */
.page-prequotequestions #PostalCode {
  text-transform: uppercase;
}
/* :L2941 */
.page-prequotequestions #Initials_TXT {
  text-transform: uppercase;
}
/* :L2946 */
.page-prequotequestions .telephone-group-hiscox {
  background-color: transparent;
}
/* :L2949 */
/* :L2950 */
.page-prequotequestions .telephone-group-hiscox .contact-input-hiscox > div:first-child {
  display: none;
}
/* :L2956 */
.page-prequotequestions .telephone-group-hiscox .group-question-collapse {
  display: flex;
}
/* :L2962 */
.page-prequotequestions .telephone-group-hiscox .group-question-collapse,
.page-prequotequestions .telephone-group-hiscox group-question-open {
  height: auto !important;
  display: flex !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
}
/* :L2971 */
.page-prequotequestions .telephone-group-hiscox > .group-question-header {
  display: none;
}
/* :L2977 */
.page-prequotequestions .container {
  max-width: 100%;
}
/* :L2982 */
.page-prequotequestions .instanda-question-help-col {
  width: 50px;
  padding: 0px 25px;
}
/* :L2986 */
.page-prequotequestions .instanda-question-help-col > div:first-child {
  padding: 0px;
  /* Icon */

}
/* :L2990 */
.page-prequotequestions .instanda-question-help-col > div:first-child > a:nth-child(1) {
  color: grey;
  font-size: 10px;
}
/* :L2998 */
.page-prequotequestions .help-text-hiscox {
  color: gray;
  font-size: 12px;
  width: 100%;
}
/* :L3004 */
.page-prequotequestions .collapse.in,
.page-prequotequestions .collapse,
.page-prequotequestions .collapsing {
  width: 100%;
  order: 3;
}
/* :L3010 */
.page-prequotequestions .collapse.in > div:nth-child(1),
.page-prequotequestions .collapse > div:nth-child(1),
.page-prequotequestions .collapsing > div:nth-child(1) {
  width: 100%;
}
/* :L3016 */
/* :L3019 */
.page-prequotequestions .quick-quote-main-container .navigationArrowBar {
  display: flex;
  background-color: black;
  justify-content: space-around;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 45px;
}
/* :L3027 */
.page-prequotequestions .quick-quote-main-container .navigationArrowBar .selectedDiv {
  background-color: red;
}
/* :L3030 */
.page-prequotequestions .quick-quote-main-container .navigationArrowBar .selectedDiv:not(:last-child):after {
  content: "";
  position: absolute;
  right: -24px;
  border-style: solid;
  border-width: 25px 0 25px 24.3px;
  border-color: transparent transparent transparent red;
}
/* :L3040 */
.page-prequotequestions .quick-quote-main-container .navigationArrowBar > div {
  color: white;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
/* :L3048 */
.page-prequotequestions .quick-quote-main-container .navigationArrowBar > div > span {
  vertical-align: middle;
}
/* :L3054 */
/* :L3055 */
.page-prequotequestions .quick-quote-main-container .Uw-verzekering-container .col-xs-1 {
  width: 10px !important;
}
/* :L3062 */
/* :L3063 */
.page-prequotequestions #multiItemSummary_121499 > div:nth-child(1) {
  flex-direction: column;
}
/* :L3068 */
.page-prequotequestions .instanda-multi-item-add-remove {
  margin-bottom: 20px;
}
/* :L3071 */
.page-prequotequestions .instanda-multi-item-add-remove > div {
  padding: 0px;
  width: 100%;
}
/* :L3078 */
.page-prequotequestions #question121500 {
  margin-bottom: 0;
}
/* :L3085 */
.page-prequotequestions button#SubsidiariesaddButton {
  width: 100%;
}
/* :L3090 */
.page-prequotequestions .instanda-multi-item-remove {
  width: 100%;
}
/* :L3094 */
.page-prequotequestions .need-help-container {
  padding: 15px;
}
/* :L3097 */
.page-prequotequestions .need-help-container img {
  padding-right: 10px;
}
/* :L3102 */
/* :L3103 */
/* :L3104 */
.page-prequotequestions .pre-quote-left-container #Subsidiaries1 h3 {
  display: none;
}
/* :L3109 */
.page-prequotequestions .pre-quote-left-container span.label.label-danger.field-validation-error {
  position: absolute;
  white-space: break-spaces;
  margin-left: 0;
  margin-right: 15px;
  color: white;
}
/* :L3117 */
.page-prequotequestions .pre-quote-left-container #collapse_121522 {
  flex-direction: column !important;
  width: 100%;
  /* Fields that need to be in the same line */

}
/* :L3122 */
.page-prequotequestions .pre-quote-left-container #collapse_121522 #collapse_121524,
.page-prequotequestions .pre-quote-left-container #collapse_121522 #collapse_121523 {
  width: 100%;
}
/* :L3127 */
/* :L3128 */
.page-prequotequestions .pre-quote-left-container #collapse_121522 #collapse_121523 .instanda-question-choice {
  display: flex;
  justify-content: flex-end;
}
/* :L3134 */
.page-prequotequestions .pre-quote-left-container #collapse_121522 #collapse_121523 .questionItem:nth-child(1) {
  max-width: 255px;
}
/* :L3137 */
.page-prequotequestions .pre-quote-left-container #collapse_121522 #collapse_121523 .questionItem:nth-child(1) #PhoneNumber_Prefix_TXT {
  flex-basis: 65px;
  padding: 0px;
}
/* :L3144 */
/* :L3145 */
.page-prequotequestions .pre-quote-left-container #collapse_121522 #question121502 > div:nth-child(1) {
  margin-right: 77px;
}
/* :L3149 */
.page-prequotequestions .pre-quote-left-container #collapse_121522 #question121502 > div:nth-child(2) {
  width: 165px;
}
/* :L3152 */
.page-prequotequestions .pre-quote-left-container #collapse_121522 #question121502 > div:nth-child(2) > div:nth-child(1) {
  padding-left: 0;
}
/* :L3158 */
.page-prequotequestions .pre-quote-left-container #collapse_121522 #question121503 {
  padding-left: 0;
}
/* :L3162 */
/* :L3164 */
.page-prequotequestions .pre-quote-left-container #collapse_121522 #question121515 .instanda-question-label {
  flex-grow: 1;
}
/* :L3169 */
/* :L3170 */
/* :L3174 */
.page-prequotequestions .pre-quote-left-container #collapse_121522 #question121523,
.page-prequotequestions .pre-quote-left-container #collapse_121522 #question121524 {
  margin-bottom: 0;
}
/* :L3179 */
.page-prequotequestions .pre-quote-left-container #collapse_121522 #question121498 {
  width: 100%;
  padding-left: 0;
}
/* :L3183 */
.page-prequotequestions .pre-quote-left-container #collapse_121522 #question121498 > div:nth-child(2) {
  width: 195px;
}
/* :L3189 */
.page-prequotequestions .pre-quote-left-container .instanda-well {
  border: 2px solid #bebebe;
  margin-bottom: 15px;
}
/* :L3193 */
.page-prequotequestions .pre-quote-left-container .instanda-well .questionHeader {
  background-color: white;
}
/* :L3196 */
.page-prequotequestions .pre-quote-left-container .instanda-well .questionHeader > h3 {
  padding-bottom: 10px;
  padding-top: 10px;
  color: #da291c;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #bebebe;
}
/* :L3206 */
.page-prequotequestions .pre-quote-left-container .instanda-well #SubsidiariesaddButton {
  display: none;
}
/* :L3210 */
.page-prequotequestions .pre-quote-left-container .instanda-well #SubsidiariesremoveButton_1 {
  display: none !important;
}
/* :L3214 */
.page-prequotequestions .pre-quote-left-container .instanda-well #question121500 {
  display: none;
}
/* :L3219 */
.page-prequotequestions .pre-quote-left-container .questionItem {
  display: flex;
}
/* :L3223 */
.page-prequotequestions .pre-quote-left-container .instanda-question-label {
  flex-basis: 160px;
}
/* :L3228 */
.page-prequotequestions .pre-quote-left-container .instanda-text-question.form-group.row {
  flex-grow: 1;
}
/* :L3235 */
.page-prequotequestions .pre-quote-left-container #question121473 {
  width: 100%;
  flex-wrap: wrap;
}
/* :L3240 */
.page-prequotequestions .pre-quote-left-container .confirmQuestionCheckbox {
  display: flex;
  border: 2px solid #bebebe;
  padding: 10px;
  color: #5f5f5f;
}
/* :L3248 */
.page-prequotequestions .pre-quote-left-container #question121448 {
  display: flex;
  flex-wrap: wrap;
}
/* :L3254 */
.page-prequotequestions .pre-quote-left-container #question121448 > div:nth-child(2) {
  position: relative;
}
/* :L3258 */
.page-prequotequestions .pre-quote-left-container #question121448 > div:nth-child(2) .instanda-question-help-col {
  position: absolute;
  top: 0px;
  left: -10px;
  z-index: 10;
  padding: 0px;
}
/* :L3273 */
.page-prequotequestions .pre-quote-left-container #question121454 {
  flex-wrap: wrap;
}
/* :L3276 */
.page-prequotequestions .pre-quote-left-container #question121454 > div:nth-child(2) {
  display: flex;
  flex-direction: row-reverse;
}
/* :L3280 */
.page-prequotequestions .pre-quote-left-container #question121454 > div:nth-child(2) > div:nth-child(1) {
  padding: 0;
}
/* :L3283 */
/* :L3284 */
.page-prequotequestions .pre-quote-left-container #question121454 > div:nth-child(2) > div:nth-child(1) .instanda-question-input label {
  border: 1px solid #bebebe;
  padding: 5px 25px;
  margin: 0px;
}
/* :L3293 */
.page-prequotequestions .pre-quote-left-container #question121454 > div.instanda-text-question.form-group.row {
  flex-grow: 0;
}
/* :L3301 */
.page-prequotequestions .pre-quote-left-container #question121455 {
  margin-bottom: 0;
}
/* :L3304 */
.page-prequotequestions .pre-quote-left-container #question121455 .instanda-question-label {
  max-width: 160px;
}
/* :L3308 */
/* :L3309 */
.page-prequotequestions .pre-quote-left-container #question121455 .instanda-text-question > div {
  width: 100% !important;
}
/* :L3312 */
.page-prequotequestions .pre-quote-left-container #question121455 .instanda-text-question > div > .form-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* :L3317 */
.page-prequotequestions .pre-quote-left-container #question121455 .instanda-text-question > div > .form-group > div {
  margin-top: 0px;
  margin-right: 5px;
  width: calc(50% - 6px);
}
/* :L3329 */
.page-prequotequestions .pre-quote-left-container #question121475 {
  margin-bottom: 20px;
  flex-direction: column;
}
/* :L3333 */
/* :L3334 */
.page-prequotequestions .pre-quote-left-container #question121475 > div:nth-child(2) span {
  margin-left: 0;
}
@media only screen and (max-width: 996px) {
  /* :L3344 */
  .page-prequotequestions .pre-quote-left-container #question121449,
  .page-prequotequestions .pre-quote-left-container #question121456,
  .page-prequotequestions .pre-quote-left-container #question121458,
  .page-prequotequestions .pre-quote-left-container #question121501,
  .page-prequotequestions .pre-quote-left-container #question121504,
  .page-prequotequestions .pre-quote-left-container #question121521,
  .page-prequotequestions .pre-quote-left-container #question121523,
  .page-prequotequestions .pre-quote-left-container #question121462,
  .page-prequotequestions .pre-quote-left-container #question121475 {
    margin-bottom: 25px;
  }
}
/* :L3358 */
/* :L3359 */
/* :L3360 */
.page-prequotequestions .instanda-pre-quote-questions #question121473 > div:nth-child(2) {
  position: relative;
}
/* :L3364 */
.page-prequotequestions .instanda-pre-quote-questions #question121473 > div:nth-child(2) .instanda-question-help-col {
  position: absolute;
  top: 0px;
  left: -10px;
  z-index: 10;
  padding: 0px;
}
/* :L3374 */
/* :L3375 */
.page-prequotequestions .instanda-pre-quote-questions #question121473 .instanda-question-label .control-label {
  max-width: 130px;
}
/* :L3384 */
/* :L3385 */
.page-prequotequestions .instanda-pre-quote-questions #question121474 > div:nth-child(1) {
  flex-basis: 140px;
}
/* :L3389 */
.page-prequotequestions .instanda-pre-quote-questions #question121474 > div:nth-child(2) {
  flex-grow: 1;
  margin-left: 7px;
}
/* :L3401 */
.page-prequotequestions .hide-titles {
  padding: 0px;
  display: none;
}
/* :L3405 */
.page-prequotequestions .hide-titles .questionItem.instanda-question-item.form-group.instanda-container-fluid {
  display: none;
}
/* :L3411 */
.page-prequotequestions div#insertSubsidiariesMultiItemsHere > .container {
  display: none;
}
/* :L3415 */
.page-prequotequestions #collapse_121570 {
  width: 100%;
}
/* :L3418 */
.page-prequotequestions #collapse_121570 #question121450 {
  width: 100%;
}
/* :L3422 */
.page-prequotequestions #collapse_121570 #question121568 {
  position: relative;
  margin-left: -549px;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  /* APNLD-5534 MorHiscoxNL */

}
/* :L3429 */
.page-prequotequestions #collapse_121570 #question121568 > div:nth-child(2) {
  margin-left: 30px;
}
/* :L3434 */
.page-prequotequestions #collapse_121570 #question121568 .col-xs-12.col-sm-7.col-md-7.col-lg-7 {
  padding-top: 140px;
  /*margin-left: 13px;*/
  padding-right: 13px;
  padding-left: 13px;
}
/* :L3442 */
.page-prequotequestions #collapse_121570 .help-text-hiscox {
  width: 100%;
}
/* :L3447 */
.page-prequotequestions #question121570 {
  background-color: transparent;
}
/* :L3450 */
.page-prequotequestions #question121570 #heading_121570 {
  display: none;
}
/* :L3455 */
.page-prequotequestions .help-text-hiscox {
  color: gray;
  font-size: 12px;
  width: 100%;
}
/* :L3461 */
.page-prequotequestions .collapse.in,
.page-prequotequestions .collapse,
.page-prequotequestions .collapsing {
  width: 100%;
  order: 3;
}
/* :L3467 */
.page-prequotequestions .collapse.in > div:nth-child(1),
.page-prequotequestions .collapse > div:nth-child(1),
.page-prequotequestions .collapsing > div:nth-child(1) {
  width: 520px;
}
@media only screen and (max-width: 1200px) {
  /* :L3474 */
  /* :L3475 */
  .page-prequotequestions #collapse_121570 #question121568 {
    margin-left: -452px;
  }
  /* :L3478 */
  .page-prequotequestions #collapse_121570 #question121568 > div:nth-child(2) {
    margin-left: 104px;
  }
  /* :L3483 */
  .page-prequotequestions #collapse_121570 .help-text-hiscox {
    width: 100%;
  }
  /* :L3488 */
  .page-prequotequestions .collapse.in,
  .page-prequotequestions .collapse,
  .page-prequotequestions .collapsing {
    width: 100%;
    order: 3;
  }
  /* :L3494 */
  .page-prequotequestions .collapse.in > div:nth-child(1),
  .page-prequotequestions .collapse > div:nth-child(1),
  .page-prequotequestions .collapsing > div:nth-child(1) {
    width: 455px;
  }
}
/* :L3500 */
/* :L3502 */
.page-prequotequestions .created-from-newbusiness #question121500,
.page-prequotequestions .created-from-mta #question121500 {
  display: block;
}
/* :L3506 */
.page-prequotequestions .created-from-newbusiness #SubsidiariesremoveButton_1,
.page-prequotequestions .created-from-mta #SubsidiariesremoveButton_1 {
  display: block;
}
@media only screen and (max-width: 996px) {
  /* :L3514 */
  .page-prequotequestions #question121449,
  .page-prequotequestions #question121456,
  .page-prequotequestions #question121458,
  .page-prequotequestions #question121501,
  .page-prequotequestions #question121504,
  .page-prequotequestions #question121521,
  .page-prequotequestions #question121523,
  .page-prequotequestions #question121462,
  .page-prequotequestions #question121475 {
    margin-bottom: 25px;
  }
}
/* :L3527 */
.page-prequotequestions #question121455 {
  margin-bottom: 0;
}
/* :L3530 */
.page-prequotequestions #question121455 .instanda-question-label {
  max-width: 160px;
}
@media only screen and (max-width: 995px) {
  /* :L3539 */
  /* :L3541 */
  /* :L3542 */
  .page-prequotequestions #collapse_121522 #question121502 > div:nth-child(1) {
    margin-right: 40px;
  }
  /* :L3546 */
  .page-prequotequestions #collapse_121522 #question121502 > div:nth-child(2) {
    width: 95px;
  }
  /* :L3553 */
  /* :L3554 */
  .page-prequotequestions #collapse_121522 #question121498 > div:nth-child(2) {
    width: 153px;
  }
  /* :L3559 */
  /* :L3560 */
  .page-prequotequestions #question121448 > div:nth-child(2) {
    margin-left: 0%;
  }
  /* :L3565 */
  /* :L3566 */
  .page-prequotequestions #question121454 > div:nth-child(1) {
    max-width: 35%;
  }
}
@media only screen and (max-width: 1920px) {
  /* :L3573 */
  /* :L3574 */
  .page-prequotequestions #question121454 > div:nth-child(1) {
    flex-basis: 235px;
  }
  /* :L3580 */
  /* :L3581 */
  /* :L3584 */
  /* :L3585 */
  .page-prequotequestions #collapse_121522 #question121502 > div:nth-child(1) {
    margin-right: 91px;
  }
  /* :L3589 */
  .page-prequotequestions #collapse_121522 #question121502 > div:nth-child(2) {
    width: 102px;
  }
}
@media only screen and (min-width: 1200px) {
  /* :L3598 */
  /* :L3599 */
  .page-prequotequestions #question121454 > div:nth-child(1) {
    flex-basis: 335px;
  }
  /* :L3606 */
  /* :L3607 */
  .page-prequotequestions #question121455 .instanda-question-label {
    max-width: 160px;
  }
  /* :L3612 */
  /* :L3613 */
  .page-prequotequestions #collapse_121522 #question121502 > div:nth-child(1) {
    margin-right: 91px;
  }
  /* :L3617 */
  .page-prequotequestions #collapse_121522 #question121502 > div:nth-child(2) {
    width: 102px;
  }
}
/* :L3626 */
/* :L3627 */
.page-prequotequestions #question121497 .instanda-question-label {
  flex-basis: 160px;
}
@media only screen and (min-width: 1200px) {
  /* :L3634 */
  /* :L3636 */
  /* :L3637 */
  .page-prequotequestions #collapse_121522 #question121502 > div:nth-child(1) {
    margin-right: 183px;
  }
  /* :L3641 */
  .page-prequotequestions #collapse_121522 #question121502 > div:nth-child(2) {
    width: 114px;
  }
}
/*#StartingDate + .bootstrap-datetimepicker-widget {
  display:none !important;
}*/

/*#question121448 .bootstrap-datetimepicker-widget:nth-of-type(1) {
 display:none !important;
}*/

/* :L3658 */
#question121448 li.picker-switch.accordion-toggle {
  display: none !important;
}
/* :L3662 */
.created-from-newbusiness .hide-at-nb {
  display: none;
}
/* :L3666 */
.created-from-mta .hide-at-mta {
  display: none;
}
/* :L3670 */
/* :L3672 */
.created-from-renewal .hide-at-rn,
.created-from-selfrenewal .hide-at-rn {
  display: none;
}
/* APNLD-1037 (GuilhermeHiscoxNL)*/

/* :L3679 */
.microcopy {
  float: right;
  margin-top: 5px;
  margin-right: 20px;
}
/*APNLD-1032*/

/* :L3686 */
/* :L3687 */
.page-prequotequestions .logoHeader {
  display: none;
}
/* :L3691 */
.page-prequotequestions div#question121523 {
  display: block;
  margin-bottom: 0px;
}
/* :L3696 */
.page-prequotequestions select#PhoneNumber_Prefix_TXT {
  width: 75%;
  margin-left: 56px;
}
/* :L3701 */
.page-prequotequestions div#question121498 {
  width: 175%;
}
/* :L3704 */
.page-prequotequestions .address-question {
  margin-top: 25px;
}
/* :L3707 */
.page-prequotequestions div#question128321 {
  margin-bottom: 0px;
}
/* :L3712 */
.page-prequotequestions .title-sub-label {
  color: gray;
  font-size: 12px;
  font-weight: normal;
}
/* :L3717 */
.page-prequotequestions div#instanda-responsive-help-text-121568 {
  margin-top: 35px;
}
/* :L3721 */
/* :L3722 */
/* :L3723 */
/* :L3724 */
.page-prequotequestions .address-question-UBO .instanda-address-city-label label::after {
  content: "Adres (Plaats)";
}
/* :L3729 */
/* :L3730 */
/* :L3731 */
.page-prequotequestions .address-question-UBO .instanda-address-postcode-label label::after {
  content: "Adres (Postcode)";
}
/* :L3738 */
/* :L3739 */
.page-prequotequestions #question130574 span.label.label-danger.field-validation-error,
.page-prequotequestions #question130575 span.label.label-danger.field-validation-error,
.page-prequotequestions #question130584 span.label.label-danger.field-validation-error,
.page-prequotequestions #question130585 span.label.label-danger.field-validation-error {
  margin-top: 34px;
}
/* :L3743 */
/* :L3744 */
.page-prequotequestions #multiItemSummary_130577 > div:first-child {
  flex-direction: column;
}
/* :L3747 */
.page-prequotequestions #multiItemSummary_130577 .instanda-question-item {
  padding-right: 0px;
  padding-left: 0px;
}
/* :L3750 */
.page-prequotequestions #multiItemSummary_130577 .instanda-question-item > div:nth-child(2) {
  width: 100%;
}
/* :L3753 */
.page-prequotequestions #multiItemSummary_130577 .instanda-question-item > div:nth-child(3) {
  width: 100%;
}
/* :L3756 */
.page-prequotequestions #multiItemSummary_130577 .instanda-question-item > div:nth-child(4) {
  width: 100%;
}
/* :L3760 */
.page-prequotequestions #multiItemSummary_130577 .instanda-address-city-label label {
  left: -159px;
}
/* :L3763 */
.page-prequotequestions #multiItemSummary_130577 .instanda-address-postcode-label label {
  left: -159px;
}
/* :L3766 */
.page-prequotequestions #multiItemSummary_130577 .instanda-question-label {
  flex-basis: 211px;
}
/* :L3770 */
/* :L3771 */
.page-prequotequestions .hide-titles-multiitem .instanda-questionHeader h3 {
  display: none;
}
/* :L3774 */
.page-prequotequestions .hide-titles-multiitem .instanda-question-item {
  padding-right: 0px;
  padding-left: 0px;
}
/* :L3778 */
.page-prequotequestions .hide-titles-multiitem .instanda-multi-item-add-remove {
  padding: 0px;
}
/* :L3781 */
.page-prequotequestions .hide-titles-multiitem .instanda-multi-item-add {
  width: 100%;
}
/* :L3786 */
/* :L3787 */
.page-prequotequestions #question130588 .form-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
}
/* :L3792 */
.page-prequotequestions #question130588 .form-group > div:nth-child(2) {
  margin-top: 0px;
  margin-left: 10px;
}
/* :L3797 */
.page-prequotequestions #question130588 .form-group .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
  display: none;
}
/* :L3800 */
.page-prequotequestions #question130588 .form-group .instanda-question-validation-message.instanda-question-validation-message-choice {
  display: contents;
}
/* :L3802 */
.page-prequotequestions #question130588 .form-group .instanda-question-validation-message.instanda-question-validation-message-choice span.label.label-danger.field-validation-error {
  margin-top: 35px;
}
/* :L3808 */
/* :L3809 */
.page-prequotequestions .additional-UBO-Header .instanda-questionHeader.questionHeader.container {
  border-top: 2px solid #bebebe;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #da291c;
  font-size: 18px;
  font-weight: bold;
  padding-left: 0px;
}
/* :L3819 */
.page-prequotequestions div#insertAdditional_UBOMultiItemsHere > .container {
  display: none;
}
/*APNLD-5597 IsSameAdress_Y/N (MorHiscoxNL) */

/* :L3827 */
div#question130798 {
  display: flex;
  margin-bottom: auto;
}
/* :L3833 */
.page-prequotequestions .pre-quote-left-container #question130798 .instanda-question-label {
  flex-basis: content;
}
/* :L3837 */
#question130798 .instanda-question-input {
  float: revert-layer;
  margin-left: 9.1px;
}
/* :L3842 */
.page-prequotequestions .pre-quote-left-container #question130798 .radio-inline.instanda-question-yes-no-yes {
  padding-right: 53px;
}
/* :L3847 */
.page-prequotequestions .pre-quote-left-container #question130798 .radio-inline {
  border: 1px solid #bebebe;
  padding: 5px 42px;
  margin-left: 2.7px;
}
/* :L3854 */
div#question130573 {
  padding-top: 25px;
}
/* :L3858 */
div#question130572 {
  margin-bottom: -20px;
}
/*APNLD-8115 GuilhermeRodriguesNL 07/04/2025*/

/*.page-prequotequestions .instanda-responsive-help-text{
		flex-basis: 100%;
      > div:first-child {
        width:105.5%!important;
        padding:0px;
        @media only screen and (max-width: 1023px) {
          padding-right:15px;
          padding-left:15px;
        }
      }
}*/

/*APNLD-8173 GuilhermeRodriguesNL 10/04/2025*/

/* :L3877 */
button#SubsidiariesaddButton {
  color: #da291c;
  background-color: white;
  border-radius: 0px;
  border: none;
  font-weight: bold;
  width: 50%!important;
  margin-top: -25px;
  margin-left: 80px;
}
@media only screen and (max-width: 766px) {
  button#SubsidiariesaddButton {
    margin-left: 0px;
    font-size: 12px;
    width: 10%;
    position: relative;
    top: -2px;
  }
}
/* :L3895 */
button#SubsidiariesaddButton::before {
  content: ' \002B';
  border: 1px solid;
  border-radius: 50%;
  color: #da291c;
  padding: 0.5px 4.5px;
  margin-right: 3px;
}
/* :L3904 */
button#Additional_UBOaddButton {
  width: 50%;
  margin-top: -25px;
  margin-left: 80px;
  position: relative;
  top: -7px;
}
@media only screen and (max-width: 766px) {
  button#Additional_UBOaddButton {
    margin-left: 0px;
    font-size: 12px;
    top: 0px;
    margin-top: -50px;
  }
}
/* :L3918 */
button#Additional_UBOaddButton::before {
  content: ' \002B';
  border: 1px solid;
  border-radius: 50%;
  color: #da291c;
  padding: 0.5px 4.5px;
  margin-right: 3px;
}
/* :L3927 */
.page-prequotequestions .instanda-multi-item-add-remove > div {
  padding: 0px;
  width: 100%;
}
/* :L3931 */
.page-prequotequestions .instanda-multi-item-add-remove > div .instanda-multi-item-remove.btn.btn-default.pull-right {
  width: fit-content;
  float: right;
  margin-bottom: -27px;
}
@media only screen and (max-width: 766px) {
  .page-prequotequestions .instanda-multi-item-add-remove > div .instanda-multi-item-remove.btn.btn-default.pull-right {
    font-size: 12px;
    margin-bottom: 0px;
  }
}
/* :L3940 */
.page-prequotequestions .instanda-multi-item-add-remove > div .instanda-multi-item-remove.btn.btn-default.pull-right::before {
  content: ' \0425';
  color: #da291c;
  padding-right: 6px;
  transform: scale(2);
}
/* :L3947 */
.page-prequotequestions .instanda-multi-item-add-remove > div .instanda-multi-item-remove.btn.btn-default.d-block {
  width: fit-content;
  float: right;
  margin-bottom: -27px;
}
@media only screen and (max-width: 766px) {
  .page-prequotequestions .instanda-multi-item-add-remove > div .instanda-multi-item-remove.btn.btn-default.d-block {
    font-size: 12px;
  }
}
/* :L3957 */
.page-prequotequestions .instanda-multi-item-add-remove > div .instanda-multi-item-remove.btn.btn-default.d-block::before {
  content: ' \0425';
  color: #da291c;
  padding-right: 6px;
  transform: scale(2);
}
/* :L3964 */
.page-prequotequestions .instanda-multi-item-add-remove > div .col-xs-11 .col-sm-6 .col-md-6 .col-lg-6 .xx {
  display: flex;
  justify-content: flex-end;
}
/* :L3968 */
.page-prequotequestions .instanda-multi-item-add-remove > div .btn {
  color: #da291c;
  background-color: white;
  border-radius: 0px;
  border: none;
  font-weight: bold;
}
/* :L3977 */
@media only screen and (max-width: 766px) {
  .page-prequotequestions .instanda-multi-item-add-remove {
    margin-bottom: 0px;
  }
}
/* :L3983 */
@media only screen and (max-width: 766px) {
  div#insertSubsidiariesMultiItemsHere .instanda-question-label {
    margin-top: 20px;
  }
}
/*div#insertSubsidiariesMultiItemsHere div:nth-child(1 of .instanda-question-label){
  @media only screen and (max-width: 766px) { 
    		  margin-top:0px;
  			}
}*/

/* :L3995 */
@media only screen and (max-width: 766px) {
  div#insertAdditional_UBOMultiItemsHere .instanda-multi-item-remove.btn.btn-default.d-block {
    font-size: 12px;
    margin-bottom: 0px;
  }
}
/*APNLD-8115 GuilhermeRodriguesNL 07/04/2025*/

/* :L4003 */
div#question121448 {
  justify-content: center;
}
/* :L4005 */
/* :L4006 */
div#question121448 .instanda-responsive-help-text > div:first-child {
  padding: 0px;
  /*padding:0px;
        @media only screen and (max-width: 1023px) {
          padding-right:15px;
          padding-left:15px;
        }*/

}
/* :L4017 */
div#question121454 {
  justify-content: center;
}
/* :L4019 */
div#question121454 .instanda-question-label {
  right: 9px;
  position: relative;
}
/* :L4023 */
div#question121454 .instanda-text-question {
  right: 9px;
  position: relative;
}
/* :L4028 */
/* :L4030 */
div#question121454 .instanda-responsive-help-text > div:first-child {
  padding: 0px;
  /*padding:0px;
        @media only screen and (max-width: 1023px) {
          padding-right:15px;
          padding-left:15px;
        }*/

}
/* :L4041 */
div#question121568 {
  justify-content: center;
}
/* :L4043 */
div#question121568 .instanda-responsive-help-text {
  width: 105.5%;
}
/* :L4045 */
div#question121568 .instanda-responsive-help-text > div:first-child {
  padding: 0px;
  width: 100%;
  /*padding:0px;
        @media only screen and (max-width: 1023px) {
          padding-right:15px;
          padding-left:15px;
        }*/

}
/* :L4057 */
div#question121473 {
  justify-content: center;
}
/* :L4059 */
/* :L4060 */
div#question121473 .instanda-responsive-help-text > div:first-child {
  padding: 0px;
  /*padding:0px;
        @media only screen and (max-width: 1023px) {
          padding-right:15px;
          padding-left:15px;
        }*/

}
/* SLIDE 69 */

/* :L4072 */
/* :L4074 */
.page-quote .color-black {
  color: black;
}
/* :L4079 */
.page-quote #instanda-quote-content > div.quick-quote-main-container > div.container.main-overzicht-display-container > div > div.col-xs-10.col-md-7.quote-display-first-container > div > div:nth-child(1) > div:nth-child(12) {
  display: flex;
  justify-content: center;
}
/* :L4084 */
.page-quote div#beroepsaansprakelijkheid {
  display: flex;
}
/* :L4088 */
.page-quote .main-overzicht-display-container {
  width: 100%;
  margin: 0px 0px;
}
/* :L4092 */
.page-quote .main-overzicht-display-container .title-overzicht-display-hiscox {
  color: #da291c;
  font-size: 18px;
  font-weight: bold;
}
/* :L4098 */
.page-quote .main-overzicht-display-container .row:first-child {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
/* :L4104 */
/* :L4106 */
.page-quote .main-overzicht-display-container .first-container-hiscox .hiscoxRadioInput {
  height: 25px;
  margin-bottom: 20px;
  text-align: right;
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
}
/* :L4114 */
/* :L4115 */
.page-quote .main-overzicht-display-container .first-container-hiscox .hiscoxRadioInput input::after {
  font-size: 17px;
  transform: translate(-20px, 3px);
}
/* :L4122 */
.page-quote .main-overzicht-display-container .first-container-hiscox .gray-box-display {
  padding: 3px 15px;
}
/* :L4126 */
/* :L4127 */
/* :L4128 */
.page-quote .main-overzicht-display-container .first-container-hiscox .overzicht-display-child-hiscox > div:nth-child(1) > div:nth-child(2) {
  padding: 0;
}
/* :L4131 */
.page-quote .main-overzicht-display-container .first-container-hiscox .overzicht-display-child-hiscox > div:nth-child(1) > div:nth-child(2) > div:nth-child(5) {
  display: block;
}
/* :L4135 */
/* :L4136 */
.page-quote .main-overzicht-display-container .first-container-hiscox .overzicht-display-child-hiscox > div:nth-child(1) > div:nth-child(2) > div:nth-child(6) > div:nth-child(4) {
  width: 100%;
}
/* :L4145 */
.page-quote .main-overzicht-display-container .total-display-container {
  border-top: 2px solid white;
  padding-top: 10px;
}
/* :L4150 */
.page-quote .main-overzicht-display-container .header-box-right,
.page-quote .main-overzicht-display-container .header-box-left {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #bebebe;
  padding-top: 10px;
}
/* :L4157 */
.page-quote .main-overzicht-display-container .header-box-right h3,
.page-quote .main-overzicht-display-container .header-box-left h3 {
  width: 100%;
}
/* :L4161 */
.page-quote .main-overzicht-display-container .header-box-right a,
.page-quote .main-overzicht-display-container .header-box-left a {
  font-size: 13px;
  text-decoration: underline;
}
/* :L4172 */
.page-quote .row.quote-email-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
/* :L4179 */
.page-quote .quote-email-col {
  text-align: center;
}
/* :L4183 */
.page-quote .container-help-black {
  margin-top: 25px;
}
/* :L4188 */
.page-quote a#emailQuoteLinkLink {
  color: white !important;
  padding: 6px;
}
/* :L4193 */
.page-quote button.quote-email-button {
  background-color: #0573e1;
  border: #0023b4;
  padding: 6px;
}
/* left box align fields */

/* :L4203 */
#instanda-quote-content > div.quick-quote-main-container > div.container.main-overzicht-display-container > div > div:nth-child(1) > div > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div.col-xs-3.text-right.hiscox-red,
#instanda-quote-content > div.quick-quote-main-container > div.container.main-overzicht-display-container > div > div:nth-child(1) > div > div:nth-child(1) > div:nth-child(2) > div.row.mb-10.over-childs.bedrijfan-field > div.col-xs-3.text-right,
#instanda-quote-content > div.quick-quote-main-container > div.container.main-overzicht-display-container > div > div:nth-child(1) > div > div:nth-child(1) > div:nth-child(2) > div.row.mb-10.over-childs.cyber-field > div.col-xs-3.text-right {
  position: absolute;
  right: 15px;
}
/*APNLD-1037 (GuilhermeHiscoxNL)*/

/* :L4238 */
/* :L4239 */
.page-quote .microcopyQD {
  float: right;
  padding-right: 168px;
}
/* :L4245 */
.page-quote .microcopyQDtext {
  position: absolute;
  margin-top: 35px;
}
/* :L4250 */
.page-quote div#WaitingOpaqueBox {
  margin-top: 30px;
}
/*APNLD-1032*/

/* :L4256 */
/* :L4257 */
.page-quote .logoHeader {
  display: none;
}
/*APNLD-3152*/

/* :L4263 */
/* :L4264 */
.created-from-newbusiness.page-quote .col-xs-10.col-md-7.quote-display-first-container {
  margin-bottom: 10px;
}
/* :L4267 */
.created-from-newbusiness.page-quote .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
  pointer-events: none;
}
/* :L4270 */
.created-from-newbusiness.page-quote .back-to-edit-quote-container.left.pull-left,
.created-from-newbusiness.page-quote .pull-right {
  pointer-events: auto;
}
@media screen and (min-width: 601px) {
  /* :L4274 */
  .created-from-newbusiness.page-quote .row.quote-email-row {
    margin-bottom: -32px !important;
  }
}
/*APNLD-3152*/

/*APNLD-6475*/

/* :L4281 */
#instanda-quote-content > div.quick-quote-main-container-mta > div.container.main-overzicht-display-container.mta-main-quote-display.display-flex > div > div:nth-child(1) > div > div > div > div.container > div:nth-child(2) > div.security.row.mb-10.over-childs > div.col-xs-12 {
  width: max-content;
  flex-grow: 1;
}
/*#instanda-quote-content > div.quick-quote-main-container-mta > div.container.main-overzicht-display-container.mta-main-quote-display.display-flex > div > div:nth-child(1) > div > div > div > div.container > div:nth-child(2) > div:nth-child(4) {
    margin-top: 20px;
    margin-bottom: 10px;
}*/

/* :L4291 */
.security.col-xs-8.col-md-6.font-weight-bold {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* :L4295 */
.architect.col-xs-8.col-md-6.font-weight-bold {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* :L4299 */
div.architect.col-xs-4.col-md-6.text-right {
  display: flex;
  align-items: center;
}
/* :L4303 */
#assurantiebelasting-container > div:nth-child(3) {
  display: none;
}
/* :L4307 */
#instanda-quote-content > div.quick-quote-main-container-mta > div.container.main-overzicht-display-container.mta-main-quote-display.display-flex > div > div:nth-child(1) > div > div > div > div.container > div:nth-child(2) > div.security.row.mb-10.over-childs > div.col-xs-6.text-right {
  font-weight: bold;
  width: fit-content;
}
/* :L4312 */
.quick-quote-main-container-mta .group-mta .first-container-hiscox .overzicht-display-child-hiscox > div:nth-child(1) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) {
  /* color: #da291c; */
  color: unset!important;
}
/*End APNLD-6475*/

/* :L4318 */
/* :L4320 */
.quick-quote-main-container-mta > div.container.main-overzicht-display-container.mta-main-quote-display.display-flex > div > div:nth-child(1) > div > div > div > div.container > div:nth-child(3) > div:nth-child(2) {
  margin-bottom: 10px;
}
/* :L4323 */
.quick-quote-main-container-mta > div.container.main-overzicht-display-container.mta-main-quote-display.display-flex > div > div:nth-child(1) > div > div > div > div.container > div:nth-child(2) > div:nth-child(6) > div > div.col-xs-11.col-md-11.pl-5.pr-0 {
  margin-bottom: 10px;
}
/* :L4327 */
.quick-quote-main-container-mta > div.container.main-overzicht-display-container.mta-main-quote-display.display-flex > div > div:nth-child(2) > div.group-mta.border-grey-hiscox > div.first-container-hiscox > div.Uw-verzekering-container.overzicht-display-child-hiscox > div > div:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div > div.col-xs-11.pl-5.pr-0 {
  margin-bottom: 10px;
}
/* :L4330 */
.quick-quote-main-container-mta > div.container.main-overzicht-display-container.mta-main-quote-display.display-flex > div > div:nth-child(2) > div.group-mta.border-grey-hiscox > div.first-container-hiscox > div.Uw-verzekering-container.overzicht-display-child-hiscox > div > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) {
  margin-bottom: 0px;
}
/* :L4334 */
.quick-quote-main-container-mta .group-mta .first-container-hiscox .overzicht-display-child-hiscox > div:nth-child(1) > div:nth-child(2) > div:last-child {
  width: unset!important;
}
/* :L4344 */
.quick-quote-main-container-mta > div.container.main-overzicht-display-container.mta-main-quote-display.display-flex > div > div:nth-child(2) > div.group-mta.border-grey-hiscox > div.first-container-hiscox > div.Uw-verzekering-container.overzicht-display-child-hiscox > div > div:nth-child(2) > div:nth-child(2) > div:nth-child(6) > div > div.col-xs-11.col-md-11.pl-5.pr-0 {
  margin-bottom: 10px;
}
/* :L4347 */
.quick-quote-main-container-mta .mb-10.d-flex-spaced-b.paym-freq {
  display: flex;
  justify-content: space-around;
}
/* :L4351 */
.quick-quote-main-container-mta .Uw-verzekering-container .security .col-xs-3.text-right {
  font-weight: bold;
}
/* :L4355 */
.quick-quote-main-container-mta #beroepsaansprakelijkheid > div.security.col-xs-12 {
  width: min-content;
  flex-grow: 1;
}
/* :L4359 */
.quick-quote-main-container-mta .security.row.mb-10.over-childs {
  display: flex;
  justify-content: flex-start;
}
/* :L4364 */
.quick-quote-main-container-mta div.architect.col-xs-12 {
  width: min-content;
  flex-grow: 1;
}
/* :L4369 */
.quick-quote-main-container-mta div.architect.col-xs-6 {
  font-weight: bold;
  width: fit-content;
}
/* :L4373 */
.quick-quote-main-container-mta */* Navigation Arrows Bar */ .navigationArrowBar {
  display: flex;
  background-color: black;
  justify-content: space-around;
  height: 50px;
  margin-top: 35px;
  margin-bottom: 45px;
}
/* :L4384 */
.quick-quote-main-container-mta */* Navigation Arrows Bar */ .navigationArrowBar .selectedDiv {
  background-color: red;
}
/* :L4387 */
.quick-quote-main-container-mta */* Navigation Arrows Bar */ .navigationArrowBar .selectedDiv:not(:last-child):after {
  content: "";
  position: absolute;
  right: -24px;
  border-style: solid;
  border-width: 25px 0 25px 24.3px;
  border-color: transparent transparent transparent red;
}
/* :L4397 */
.quick-quote-main-container-mta */* Navigation Arrows Bar */ .navigationArrowBar > div {
  color: white;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
/* :L4405 */
.quick-quote-main-container-mta */* Navigation Arrows Bar */ .navigationArrowBar > div > span {
  vertical-align: middle;
}
/* :L4411 */
/* :L4412 */
.quick-quote-main-container-mta .group-mta .row.mb-10.over-childs {
  display: flex;
  align-items: center;
}
/* :L4417 */
.quick-quote-main-container-mta .group-mta div#assurantiebelasting-container {
  display: flex;
}
/* :L4420 */
/* :L4421 */
/* :L4422 */
/* :L4423 */
/* :L4424 */
.quick-quote-main-container-mta .group-mta .first-container-hiscox .overzicht-display-child-hiscox > div:nth-child(1) > div:nth-child(2) > div:nth-child(5) {
  padding: 0;
  display: flex;
  align-items: center;
}
/* :L4430 */
.quick-quote-main-container-mta .group-mta .first-container-hiscox .overzicht-display-child-hiscox > div:nth-child(1) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) {
  color: #da291c;
}
/* :L4434 */
/* :L4435 */
.quick-quote-main-container-mta .group-mta .first-container-hiscox .overzicht-display-child-hiscox > div:nth-child(1) > div:nth-child(2) > div:nth-child(8) > div:nth-child(2) {
  color: #da291c;
}
/* :L4439 */
.quick-quote-main-container-mta .group-mta .first-container-hiscox .overzicht-display-child-hiscox > div:nth-child(1) > div:nth-child(2) > div:last-child {
  width: 450px;
}
/* :L4448 */
/* :L4449 */
.quick-quote-main-container-mta .first-container-hiscox .header-box-right,
.quick-quote-main-container-mta .first-container-hiscox .header-box-left {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #bebebe;
  padding-top: 10px;
}
/* :L4456 */
.quick-quote-main-container-mta .first-container-hiscox .header-box-right h3,
.quick-quote-main-container-mta .first-container-hiscox .header-box-left h3 {
  width: 100%;
}
/* :L4460 */
.quick-quote-main-container-mta .first-container-hiscox .header-box-right a,
.quick-quote-main-container-mta .first-container-hiscox .header-box-left a {
  font-size: 13px;
  text-decoration: underline;
  float: right;
}
/* :L4467 */
.quick-quote-main-container-mta .first-container-hiscox .header-box-left {
  display: flex;
  flex-direction: column;
}
/* :L4472 */
.quick-quote-main-container-mta .first-container-hiscox .header-box-right {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #bebebe;
  padding-top: 10px;
}
/* :L4480 */
.quick-quote-main-container-mta .first-container-hiscox .cols-hiscox-6 {
  margin-top: 30px;
}
/* :L4483 */
.quick-quote-main-container-mta .first-container-hiscox .cols-hiscox-6 > div:nth-child(1) {
  width: 66.66666667%;
  margin-bottom: 15px;
}
/* :L4487 */
.quick-quote-main-container-mta .first-container-hiscox .cols-hiscox-6 > div:nth-child(2) {
  width: 33.33333333%;
}
/* :L4492 */
/* :L4493 */
.quick-quote-main-container-mta .first-container-hiscox #old-annual-field > div:nth-child(2) {
  color: #da291c;
}
/* :L4498 */
.quick-quote-main-container-mta .first-container-hiscox .sub-title-mta {
  display: flex;
  align-items: baseline;
  width: 100%;
  justify-content: space-between;
  /* Override values title */

}
/* :L4505 */
/* :L4506 */
.quick-quote-main-container-mta .first-container-hiscox .sub-title-mta > div:nth-child(2) h5 {
  font-style: italic;
  color: #da291c;
}
/* :L4514 */
.quick-quote-main-container-mta .title-overzicht-display-hiscox {
  color: #da291c;
  font-size: 18px;
  font-weight: bold;
}
/* :L4520 */
.quick-quote-main-container-mta .hiscox-red {
  color: #da291c;
  font-weight: bold;
}
/* :L4525 */
.quick-quote-main-container-mta .pl-20 {
  padding-left: 20px;
}
/* :L4529 */
.quick-quote-main-container-mta .quote-display-old-paymfreq {
  pointer-events: none;
  opacity: 0.5;
}
/* :L4534 */
.quick-quote-main-container-mta > div.container.main-overzicht-display-container.mta-main-quote-display.display-flex > div > div:nth-child(1) > div > div > div > div.container > div.row.mb-10.over-childs.bedrijfan-field,
.quick-quote-main-container-mta > div.container.main-overzicht-display-container.mta-main-quote-display.display-flex > div > div:nth-child(1) > div > div > div > div.container > div.row.mb-10.over-childs.cyber-field,
.quick-quote-main-container-mta > div.container.main-overzicht-display-container.mta-main-quote-display.display-flex > div > div:nth-child(1) > div > div > div > div.container > div:nth-child(10),
.quick-quote-main-container-mta > div.container.main-overzicht-display-container.mta-main-quote-display.display-flex > div > div:nth-child(1) > div > div > div > div.container > div:nth-child(11) {
  margin-top: 25px;
}
/* :L4568 */
.quick-quote-main-container-mta #instanda-quote-content > div.container {
  margin-top: 30px;
}
/* :L4573 */
/* :L4574 */
.group-mta .paym-freq {
  display: none;
}
/* :L4578 */
.group-mta label {
  display: none;
}
/* :L4582 */
.group-mta span.input-group-addon.instanda-number-prefix {
  background: lightgray;
  border-radius: 0;
}
/* :L4587 */
.group-mta .instanda-number-input.instanda-question-input input {
  background: lightgray;
}
/* :L4591 */
/* :L4592 */
.group-mta .instanda-number-input.instanda-question-input #MTA_Override_PL_per_claim,
.group-mta .instanda-number-input.instanda-question-input #MTA_Override_PL_per_year,
.group-mta .instanda-number-input.instanda-question-input #MTA_Override_Deductible,
.group-mta .instanda-number-input.instanda-question-input #MTA_Override_Cyber,
.group-mta .instanda-number-input.instanda-question-input #MTA_Override_GL,
.group-mta .instanda-number-input.instanda-question-input #MTA_Override_Tax {
  box-shadow: none;
  border-color: lightgray;
  height: 36px;
  padding: 0;
}
/* :L4604 */
.group-mta .instanda-number-input.instanda-question-input #MTA_Override_Total {
  box-shadow: none;
  border-color: lightgray;
  height: 36px;
  padding: 0;
}
/* :L4613 */
.group-mta input {
  border-left: none;
}
/* :L4616 */
.group-mta .instanda-text-question.form-group.row {
  margin-bottom: 0;
}
/* :L4619 */
.group-mta div#totaal-per-jaar-container {
  display: flex;
}
/* :L4625 */
/* :L4628 */
/* :L4629 */
.page-quote.created-from-mta .container:last-of-type .row {
  width: 100%;
}
/* :L4633 */
.page-quote.created-from-mta .pull-right {
  background-color: transparent !important;
  color: red !important;
  outline: none;
  position: relative !important;
}
/* :L4639 */
.page-quote.created-from-mta .pull-right button.instanda-quote-update-button.btn.btn-primary.instanda-button {
  margin-right: 30px;
}
/* :L4642 */
.page-quote.created-from-mta .pull-right button.instanda-quote-update-button.btn.btn-primary.instanda-button > i:nth-child(1) {
  display: none;
}
/* :L4646 */
.page-quote.created-from-mta .pull-right button.instanda-quote-update-button.btn.btn-primary.instanda-button:active {
  box-shadow: none;
}
/* :L4651 */
.page-quote.created-from-mta .need-help-container {
  margin-top: 25px;
}
/* :L4655 */
.page-quote.created-from-mta .back-to-edit-quote-container.left.pull-left {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
/* :L4661 */
/* :L4662 */
.page-quote.created-from-mta .over-childs > div:nth-child(2) {
  font-weight: bold;
}
/* :L4667 */
.page-quote.created-from-mta .totaal-field {
  margin-top: 15px;
  flex-wrap: initial !important;
}
/* :L4671 */
.page-quote.created-from-mta .totaal-field > div:nth-child(2) {
  color: #da291c;
}
/* :L4676 */
.page-quote.created-from-mta #instanda-quote-content > div.quick-quote-main-container-mta > div.container.main-overzicht-display-container.mta-main-quote-display.display-flex > div > div:nth-child(2) > div > div.first-container-hiscox > div > div > div.container.border-top-grey2 {
  padding: 0;
}
/* :L4689 */
.page-quote.created-from-mta .override-mta {
  display: none;
}
/* :L4693 */
.page-quote.created-from-mta textarea.form-control {
  height: 34px;
}
/* :L4698 */
#instanda-quote-content > div.quick-quote-main-container-mta > div.container.main-overzicht-display-container.mta-main-quote-display.display-flex > div > div:nth-child(1) > div > div > div > div.container > div.row.mb-10.over-childs > div.col-xs-6.text-right.hiscox-red,
#instanda-quote-content > div.quick-quote-main-container-mta > div.container.main-overzicht-display-container.mta-main-quote-display.display-flex > div > div:nth-child(1) > div > div > div > div.container > div:nth-child(4) > div.col-xs-4.col-md-6.text-right.hiscox-red {
  color: black;
  font-weight: normal;
}
/* :L4724 */
#instanda-quote-content > div.quick-quote-main-container-mta > div.container.main-overzicht-display-container.mta-main-quote-display.display-flex > div > div:nth-child(1) > div > div > div > div.container > div.row.mb-10.over-childs.bedrijfan-field > div.col-xs-4.col-md-6.text-right,
#instanda-quote-content > div.quick-quote-main-container-mta > div.container.main-overzicht-display-container.mta-main-quote-display.display-flex > div > div:nth-child(1) > div > div > div > div.container > div.row.mb-10.over-childs.cyber-field > div.col-xs-4.col-md-6.text-right {
  font-weight: normal;
}
/* :L4749 */
.arrancarTest {
  display: none;
}
/* :L4753 */
#quote-content-form > div.container > div > div > div.pull-right {
  position: relative;
}
/* align left box fields */

/* :L4759 */
#instanda-quote-content > div.quick-quote-main-container-mta > div.container.main-overzicht-display-container.mta-main-quote-display.display-flex > div > div:nth-child(1) > div > div > div > div.container > div:nth-child(4) > div.col-xs-3.text-right.hiscox-red,
#instanda-quote-content > div.quick-quote-main-container-mta > div.container.main-overzicht-display-container.mta-main-quote-display.display-flex > div > div:nth-child(1) > div > div > div > div.container > div.row.mb-10.over-childs.cyber-field > div.col-xs-3.text-right,
#instanda-quote-content > div.quick-quote-main-container-mta > div.container.main-overzicht-display-container.mta-main-quote-display.display-flex > div > div:nth-child(1) > div > div > div > div.container > div.row.mb-10.over-childs.bedrijfan-field > div.col-xs-3.text-right {
  /*position: absolute;*/
  /*right: 18px;*/
  font-weight: normal;
}
/* :L4797 */
#instanda-quote-content > div.quick-quote-main-container-mta > div.container.main-overzicht-display-container.mta-main-quote-display.display-flex > div > div:nth-child(1) > div > div > div > div.container > div:nth-child(4) > div.col-xs-3.text-right.hiscox-red {
  color: #333333;
  font-weight: normal;
}
/* :L4812 */
/* :L4813 */
.created-from-mta div.border-top-grey2 {
  padding-top: 15px;
}
/* :L4817 */
.created-from-mta .container.border-top-grey2 {
  padding-top: 0;
}
/* :L4820 */
/* :L4821 */
.created-from-mta .col-xs-10.col-md-7:first-of-type .first-container-hiscox {
  margin-bottom: 10px;
}
/* :L4827 */
.mb-10.over-childs.no-space-below {
  margin-bottom: 0px;
}
/* :L4830 */
.col-xs-11.col-md-6.pl-5.pr-0 {
  width: 66.66667%;
}
@media only screen and (min-width: 992px) {
  .col-xs-11.col-md-6.pl-5.pr-0 {
    width: 100%;
  }
}
/* :L4837 */
.quick-quote-main-container-mta > div.container.main-overzicht-display-container.mta-main-quote-display.display-flex > div > div:nth-child(1) > div > div > div > div.container > div:nth-child(3) > div:nth-child(2) {
  margin-bottom: 0px;
}
/* :L4841 */
.col-xs-3.text-right.new-value {
  font-weight: bold;
}
/* :L4846 */
/* :L4857 */
.created-from-renewal div#assurantiebelasting-container,
.created-from-selfrenewal div#assurantiebelasting-container {
  margin-bottom: 10px;
}
/* :L4861 */
.created-from-renewal #assurantiebelasting-container > div.col-xs-3,
.created-from-selfrenewal #assurantiebelasting-container > div.col-xs-3 {
  display: none;
}
/* :L4865 */
.created-from-renewal div#beroepsaansprakelijkheid,
.created-from-selfrenewal div#beroepsaansprakelijkheid {
  display: flex;
  align-items: flex-end;
}
/* :L4870 */
.created-from-renewal #beroepsaansprakelijkheid > div.col-xs-4.col-md-6.text-right,
.created-from-selfrenewal #beroepsaansprakelijkheid > div.col-xs-4.col-md-6.text-right {
  padding-top: 20px;
}
/* :L4873 */
.created-from-renewal .security.row.mb-10.over-childs,
.created-from-selfrenewal .security.row.mb-10.over-childs {
  margin-bottom: 5px;
}
/* :L4877 */
.created-from-renewal .security.col-xs-8.col-md-6.font-weight-bold,
.created-from-selfrenewal .security.col-xs-8.col-md-6.font-weight-bold {
  margin-bottom: 10px;
  margin-top: 20px;
}
/* :L4881 */
/* :L4887 */
/* :L4889 */
.created-from-renewal .quick-quote-main-container .navigationArrowBar,
.created-from-selfrenewal .quick-quote-main-container .navigationArrowBar {
  display: flex;
  background-color: black;
  justify-content: space-around;
  height: 50px;
  margin-top: 35px;
  margin-bottom: 45px;
}
/* :L4897 */
.created-from-renewal .quick-quote-main-container .navigationArrowBar .selectedDiv,
.created-from-selfrenewal .quick-quote-main-container .navigationArrowBar .selectedDiv {
  background-color: red;
}
/* :L4900 */
.created-from-renewal .quick-quote-main-container .navigationArrowBar .selectedDiv:not(:last-child):after,
.created-from-selfrenewal .quick-quote-main-container .navigationArrowBar .selectedDiv:not(:last-child):after {
  content: "";
  position: absolute;
  right: -24px;
  border-style: solid;
  border-width: 25px 0 25px 24.3px;
  border-color: transparent transparent transparent red;
}
/* :L4910 */
.created-from-renewal .quick-quote-main-container .navigationArrowBar > div,
.created-from-selfrenewal .quick-quote-main-container .navigationArrowBar > div {
  color: white;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
/* :L4918 */
.created-from-renewal .quick-quote-main-container .navigationArrowBar > div > span,
.created-from-selfrenewal .quick-quote-main-container .navigationArrowBar > div > span {
  vertical-align: middle;
}
/* :L4924 */
/* :L4925 */
.created-from-renewal .quick-quote-main-container .group-mta .row.mb-10.over-childs,
.created-from-selfrenewal .quick-quote-main-container .group-mta .row.mb-10.over-childs {
  display: flex;
  align-items: center;
}
/* :L4929 */
.created-from-renewal .quick-quote-main-container .group-mta div#assurantiebelasting-container,
.created-from-selfrenewal .quick-quote-main-container .group-mta div#assurantiebelasting-container {
  display: flex;
}
/* :L4932 */
.created-from-renewal .quick-quote-main-container .group-mta div#assurantiebelasting-container > div:nth-child(2),
.created-from-selfrenewal .quick-quote-main-container .group-mta div#assurantiebelasting-container > div:nth-child(2) {
  font-weight: bold;
}
/* :L4936 */
/* :L4937 */
/* :L4938 */
/* :L4939 */
/* :L4940 */
.created-from-renewal .quick-quote-main-container .group-mta .first-container-hiscox .overzicht-display-child-hiscox > div:nth-child(1) > div:nth-child(2) > div:nth-child(5),
.created-from-selfrenewal .quick-quote-main-container .group-mta .first-container-hiscox .overzicht-display-child-hiscox > div:nth-child(1) > div:nth-child(2) > div:nth-child(5) {
  padding: 0;
  display: flex;
  align-items: center;
}
/* :L4945 */
.created-from-renewal .quick-quote-main-container .group-mta .first-container-hiscox .overzicht-display-child-hiscox > div:nth-child(1) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2),
.created-from-selfrenewal .quick-quote-main-container .group-mta .first-container-hiscox .overzicht-display-child-hiscox > div:nth-child(1) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) {
  color: black;
}
/* :L4949 */
/* :L4950 */
.created-from-renewal .quick-quote-main-container .group-mta .first-container-hiscox .overzicht-display-child-hiscox > div:nth-child(1) > div:nth-child(2) > div:nth-child(8) > div:nth-child(2),
.created-from-selfrenewal .quick-quote-main-container .group-mta .first-container-hiscox .overzicht-display-child-hiscox > div:nth-child(1) > div:nth-child(2) > div:nth-child(8) > div:nth-child(2) {
  color: black;
}
/* :L4960 */
/* :L4961 */
.created-from-renewal .quick-quote-main-container .first-container-hiscox .header-box-right,
.created-from-selfrenewal .quick-quote-main-container .first-container-hiscox .header-box-right,
.created-from-renewal .quick-quote-main-container .first-container-hiscox .header-box-left,
.created-from-selfrenewal .quick-quote-main-container .first-container-hiscox .header-box-left {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #bebebe;
  padding-top: 10px;
}
/* :L4968 */
.created-from-renewal .quick-quote-main-container .first-container-hiscox .header-box-right h3,
.created-from-selfrenewal .quick-quote-main-container .first-container-hiscox .header-box-right h3,
.created-from-renewal .quick-quote-main-container .first-container-hiscox .header-box-left h3,
.created-from-selfrenewal .quick-quote-main-container .first-container-hiscox .header-box-left h3 {
  width: 100%;
}
/* :L4972 */
.created-from-renewal .quick-quote-main-container .first-container-hiscox .header-box-right a,
.created-from-selfrenewal .quick-quote-main-container .first-container-hiscox .header-box-right a,
.created-from-renewal .quick-quote-main-container .first-container-hiscox .header-box-left a,
.created-from-selfrenewal .quick-quote-main-container .first-container-hiscox .header-box-left a {
  font-size: 13px;
  text-decoration: underline;
}
/* :L4978 */
.created-from-renewal .quick-quote-main-container .first-container-hiscox .header-box-left,
.created-from-selfrenewal .quick-quote-main-container .first-container-hiscox .header-box-left {
  display: flex;
  flex-direction: column;
}
/* :L4983 */
.created-from-renewal .quick-quote-main-container .first-container-hiscox .header-box-right,
.created-from-selfrenewal .quick-quote-main-container .first-container-hiscox .header-box-right {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #bebebe;
  padding-top: 10px;
}
/* :L4990 */
.created-from-renewal .quick-quote-main-container .first-container-hiscox .cols-hiscox-6,
.created-from-selfrenewal .quick-quote-main-container .first-container-hiscox .cols-hiscox-6 {
  margin-top: 30px;
}
/* :L4993 */
.created-from-renewal .quick-quote-main-container .first-container-hiscox .cols-hiscox-6 > div:nth-child(1),
.created-from-selfrenewal .quick-quote-main-container .first-container-hiscox .cols-hiscox-6 > div:nth-child(1) {
  width: 66.66666667%;
  margin-bottom: 15px;
}
/* :L4997 */
.created-from-renewal .quick-quote-main-container .first-container-hiscox .cols-hiscox-6 > div:nth-child(2),
.created-from-selfrenewal .quick-quote-main-container .first-container-hiscox .cols-hiscox-6 > div:nth-child(2) {
  width: 33.33333333%;
}
/* :L5002 */
/* :L5003 */
.created-from-renewal .quick-quote-main-container .first-container-hiscox #old-annual-field > div:nth-child(2),
.created-from-selfrenewal .quick-quote-main-container .first-container-hiscox #old-annual-field > div:nth-child(2) {
  color: #da291c;
}
/* :L5008 */
.created-from-renewal .quick-quote-main-container .first-container-hiscox .sub-title-mta,
.created-from-selfrenewal .quick-quote-main-container .first-container-hiscox .sub-title-mta {
  display: flex;
  align-items: baseline;
  width: 100%;
  justify-content: space-between;
  /* Override values title */

}
/* :L5014 */
/* :L5015 */
.created-from-renewal .quick-quote-main-container .first-container-hiscox .sub-title-mta > div:nth-child(2) h5,
.created-from-selfrenewal .quick-quote-main-container .first-container-hiscox .sub-title-mta > div:nth-child(2) h5 {
  font-style: italic;
  color: #da291c;
}
/* :L5023 */
.created-from-renewal .quick-quote-main-container .title-overzicht-display-hiscox,
.created-from-selfrenewal .quick-quote-main-container .title-overzicht-display-hiscox {
  color: #da291c;
  font-size: 18px;
  font-weight: bold;
}
/* :L5029 */
.created-from-renewal .quick-quote-main-container .hiscox-red,
.created-from-selfrenewal .quick-quote-main-container .hiscox-red {
  color: #da291c;
}
/* :L5033 */
.created-from-renewal .quick-quote-main-container .pl-20,
.created-from-selfrenewal .quick-quote-main-container .pl-20 {
  padding-left: 20px;
}
/* :L5037 */
.created-from-renewal .quick-quote-main-container .quote-display-old-paymfreq,
.created-from-selfrenewal .quick-quote-main-container .quote-display-old-paymfreq {
  pointer-events: none;
  opacity: 0.5;
}
/* :L5042 */
.created-from-renewal .quick-quote-main-container > div.container.main-overzicht-display-container.mta-main-quote-display.display-flex > div > div:nth-child(1) > div > div > div > div.container > div.row.mb-10.over-childs.bedrijfan-field,
.created-from-selfrenewal .quick-quote-main-container > div.container.main-overzicht-display-container.mta-main-quote-display.display-flex > div > div:nth-child(1) > div > div > div > div.container > div.row.mb-10.over-childs.bedrijfan-field,
.created-from-renewal .quick-quote-main-container > div.container.main-overzicht-display-container.mta-main-quote-display.display-flex > div > div:nth-child(1) > div > div > div > div.container > div.row.mb-10.over-childs.cyber-field,
.created-from-selfrenewal .quick-quote-main-container > div.container.main-overzicht-display-container.mta-main-quote-display.display-flex > div > div:nth-child(1) > div > div > div > div.container > div.row.mb-10.over-childs.cyber-field,
.created-from-renewal .quick-quote-main-container > div.container.main-overzicht-display-container.mta-main-quote-display.display-flex > div > div:nth-child(1) > div > div > div > div.container > div:nth-child(10),
.created-from-selfrenewal .quick-quote-main-container > div.container.main-overzicht-display-container.mta-main-quote-display.display-flex > div > div:nth-child(1) > div > div > div > div.container > div:nth-child(10),
.created-from-renewal .quick-quote-main-container > div.container.main-overzicht-display-container.mta-main-quote-display.display-flex > div > div:nth-child(1) > div > div > div > div.container > div:nth-child(11),
.created-from-selfrenewal .quick-quote-main-container > div.container.main-overzicht-display-container.mta-main-quote-display.display-flex > div > div:nth-child(1) > div > div > div > div.container > div:nth-child(11) {
  margin-top: 25px;
}
/* :L5078 */
.created-from-renewal textarea.form-control,
.created-from-selfrenewal textarea.form-control {
  height: 34px;
}
/* :L5082 */
.created-from-renewal #instanda-quote-content > div.quick-quote-main-container-mta > div.container.main-overzicht-display-container.mta-main-quote-display.display-flex > div > div:nth-child(1) > div > div > div > div.container > div.row.mb-10.over-childs > div.col-xs-6.text-right.hiscox-red,
.created-from-selfrenewal #instanda-quote-content > div.quick-quote-main-container-mta > div.container.main-overzicht-display-container.mta-main-quote-display.display-flex > div > div:nth-child(1) > div > div > div > div.container > div.row.mb-10.over-childs > div.col-xs-6.text-right.hiscox-red {
  color: black;
}
/* :L5096 */
.created-from-renewal #instanda-quote-content > div.quick-quote-main-container-mta > div.container.main-overzicht-display-container.mta-main-quote-display.display-flex > div > div:nth-child(2) > div > div.first-container-hiscox > div > div > div.container.border-top-grey2,
.created-from-selfrenewal #instanda-quote-content > div.quick-quote-main-container-mta > div.container.main-overzicht-display-container.mta-main-quote-display.display-flex > div > div:nth-child(2) > div > div.first-container-hiscox > div > div > div.container.border-top-grey2 {
  padding: 0;
}
/* :L5109 */
/* :L5110 */
.created-from-renewal .group-mta .override-mta,
.created-from-selfrenewal .group-mta .override-mta {
  display: none;
}
/* :L5114 */
.created-from-renewal .group-mta label,
.created-from-selfrenewal .group-mta label {
  display: none;
}
/* :L5118 */
.created-from-renewal .group-mta span.input-group-addon.instanda-number-prefix,
.created-from-selfrenewal .group-mta span.input-group-addon.instanda-number-prefix {
  background: lightgray;
  border-radius: 0;
}
/* :L5123 */
.created-from-renewal .group-mta .instanda-number-input.instanda-question-input input,
.created-from-selfrenewal .group-mta .instanda-number-input.instanda-question-input input {
  background: lightgray;
}
/* :L5127 */
/* :L5128 */
.created-from-renewal .group-mta .instanda-number-input.instanda-question-input #MTA_Override_PL_per_claim,
.created-from-selfrenewal .group-mta .instanda-number-input.instanda-question-input #MTA_Override_PL_per_claim,
.created-from-renewal .group-mta .instanda-number-input.instanda-question-input #MTA_Override_PL_per_year,
.created-from-selfrenewal .group-mta .instanda-number-input.instanda-question-input #MTA_Override_PL_per_year,
.created-from-renewal .group-mta .instanda-number-input.instanda-question-input #MTA_Override_Deductible,
.created-from-selfrenewal .group-mta .instanda-number-input.instanda-question-input #MTA_Override_Deductible,
.created-from-renewal .group-mta .instanda-number-input.instanda-question-input #MTA_Override_Cyber,
.created-from-selfrenewal .group-mta .instanda-number-input.instanda-question-input #MTA_Override_Cyber,
.created-from-renewal .group-mta .instanda-number-input.instanda-question-input #MTA_Override_GL,
.created-from-selfrenewal .group-mta .instanda-number-input.instanda-question-input #MTA_Override_GL,
.created-from-renewal .group-mta .instanda-number-input.instanda-question-input #MTA_Override_Tax,
.created-from-selfrenewal .group-mta .instanda-number-input.instanda-question-input #MTA_Override_Tax,
.created-from-renewal .group-mta .instanda-number-input.instanda-question-input #MTA_Override_Total,
.created-from-selfrenewal .group-mta .instanda-number-input.instanda-question-input #MTA_Override_Total {
  box-shadow: none;
  border-color: lightgray;
  height: 36px;
  padding: 0;
}
/* :L5142 */
.created-from-renewal .group-mta input,
.created-from-selfrenewal .group-mta input {
  border-left: none;
}
/* :L5145 */
.created-from-renewal .group-mta .instanda-text-question.form-group.row,
.created-from-selfrenewal .group-mta .instanda-text-question.form-group.row {
  margin-bottom: 0;
}
/* :L5150 */
.created-from-renewal .pull-right,
.created-from-selfrenewal .pull-right {
  background-color: transparent !important;
  color: red !important;
  outline: none;
}
/* :L5155 */
.created-from-renewal .pull-right button.instanda-quote-update-button.btn.btn-primary.instanda-button,
.created-from-selfrenewal .pull-right button.instanda-quote-update-button.btn.btn-primary.instanda-button {
  margin-right: 25px;
}
/* :L5158 */
.created-from-renewal .pull-right button.instanda-quote-update-button.btn.btn-primary.instanda-button > i:nth-child(1),
.created-from-selfrenewal .pull-right button.instanda-quote-update-button.btn.btn-primary.instanda-button > i:nth-child(1) {
  display: none;
}
/* :L5162 */
.created-from-renewal .pull-right button.instanda-quote-update-button.btn.btn-primary.instanda-button:active,
.created-from-selfrenewal .pull-right button.instanda-quote-update-button.btn.btn-primary.instanda-button:active {
  box-shadow: none;
}
/* :L5169 */
/* :L5170 */
/* :L5171 */
.created-from-renewal .mta-wrapper .over-childs > div:nth-child(2),
.created-from-selfrenewal .mta-wrapper .over-childs > div:nth-child(2) {
  font-weight: bold;
}
/* :L5175 */
.created-from-renewal .mta-wrapper .payment-frequencies-cover-nb,
.created-from-selfrenewal .mta-wrapper .payment-frequencies-cover-nb {
  padding: 0 15px;
}
/* :L5178 */
.created-from-renewal .mta-wrapper .totaal-container,
.created-from-selfrenewal .mta-wrapper .totaal-container {
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
}
/* :L5183 */
.created-from-renewal .mta-wrapper .totaal-container .totaal-field,
.created-from-selfrenewal .mta-wrapper .totaal-container .totaal-field {
  flex-wrap: initial;
}
/* :L5189 */
.created-from-renewal #instanda-quote-content > div.container,
.created-from-selfrenewal #instanda-quote-content > div.container {
  margin-top: 30px;
}
/* :L5193 */
.created-from-renewal .row.quote-email-row,
.created-from-selfrenewal .row.quote-email-row {
  display: none !important;
}
/* :L5198 */
/* :L5199 */
.page-quote.created-from-renewal .col-xs-1 {
  width: 0px !important;
}
/* :L5203 */
.page-quote.created-from-renewal .pl-5 {
  padding-left: 14px;
}
/* :L5208 */
/* :L5210 */
/* :L5211 */
.page-quote.created-from-renewal .col-xs-10.col-md-7 .first-container-hiscox.border-grey-hiscox,
.page-quote.created-from-selfrenewal .col-xs-10.col-md-7 .first-container-hiscox.border-grey-hiscox {
  margin-bottom: 10px;
}
/* SLIDE 70 */

/* :L5218 */
/* :L5219 */
.page-postquotequestions .instanda-post-quote-questions {
  border: 1px solid #bebebe;
  margin: 0px 50px;
  padding: 0 25px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  /* Take all background colors */

  /* All links to Red color */

  /* Change color of the Bullet to Red */

  /* ul {
      ::marker {
        color: @hiscoxRed;
      }
    }*/

  /* added by ritaeveris APNLD-832 02/11/2021 */

  /* Confirmation box end of page */

}
/* :L5228 */
.page-postquotequestions .instanda-post-quote-questions .instanda-container-fluid {
  background: transparent;
  margin: 0;
}
/* :L5234 */
.page-postquotequestions .instanda-post-quote-questions a {
  color: #da291c;
}
/* :L5247 */
/* :L5248 */
.page-postquotequestions .instanda-post-quote-questions div.documents-post-quote-hiscox ul ::marker {
  color: #da291c;
}
/* :L5254 */
.page-postquotequestions .instanda-post-quote-questions #question121484 {
  border: 2px solid #bebebe;
  margin-top: 15px;
  /*> div:nth-child(2) {
        margin-bottom: 10px;
        margin-left: -17px;
      }*/

}
/* :L5258 */
.page-postquotequestions .instanda-post-quote-questions #question121484 > div:nth-child(1) {
  display: flex;
}
/* :L5261 */
.page-postquotequestions .instanda-post-quote-questions #question121484 > div:nth-child(1) span {
  color: #5f5f5f;
}
/* :L5272 */
.page-postquotequestions .tooltip-parent {
  position: relative;
}
/* :L5274 */
.page-postquotequestions .tooltip-parent .tooltip-child {
  opacity: 0;
  position: absolute;
  padding: 15px;
  box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.15);
  right: 0;
  top: 35px;
  background: black;
  transition: 0.3s ease all;
  color: white;
  /* z-index:1; */

}
/* :L5286 */
/* :L5287 */
.page-postquotequestions .tooltip-parent:hover .tooltip-child {
  opacity: 1;
  top: 15px;
}
/* :L5295 */
.page-postquotequestions a[href*="pdf"]::before {
  content: "\f1c1";
  font-family: FontAwesome;
  font-size: 12pt;
  margin-right: 5px;
}
/* :L5303 */
.page-postquotequestions .red-underline {
  background-color: transparent;
  color: #da291c;
}
/* :L5308 */
.page-postquotequestions #accordion button {
  background-color: transparent;
  color: #da291c;
  outline: none;
  padding: 0;
}
/* :L5315 */
.page-postquotequestions #collapseOne,
.page-postquotequestions #collapseTwo {
  background-color: lightgray;
}
/* :L5320 */
/* :L5321 */
/* :L5322 */
/* :L5323 */
.page-postquotequestions .instanda-well:last-child > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) {
  display: none;
}
/* :L5330 */
.page-postquotequestions #collapseContainer,
.page-postquotequestions #verklaringenContainer {
  /* added by ritaeveris APNLD-855 */
  color: gray;
  font-size: 13px;
  background-color: #80808026;
  padding: 10px;
  padding-left: 40px;
}
@media only screen and (max-width: 576px) {
  /* :L5340 */
  .page-postquotequestions .instanda-post-quote-questions {
    padding: 5px;
    /*#question121484 {
          margin-right: 10px;
          margin-left: 10px;
        }*/
  
  }
}
/*APNLD-1032*/

/* :L5352 */
/* :L5353 */
.page-postquotequestions .logoHeader {
  display: none;
}
/* :L5357 */
.page-postquotequestions .instanda-question-validation-message.instanda-question-validation-message-confirm {
  margin-bottom: 10px;
  margin-left: -17px;
}
/* :L5362 */
.page-postquotequestions #effectiveDateWarning {
  display: none;
  margin: auto;
  width: 69%;
}
/* SLIDE 71 */

/* :L5371 */
.sales-confirmation-container {
  display: flex;
  margin-top: 50px;
}
/* :L5375 */
/* :L5376 */
/* :L5377 */
.sales-confirmation-container .sales-container-left .geachte-container h4 {
  color: black;
  margin: 25px 0px;
  font-weight: 700;
}
/* :L5383 */
/* :L5384 */
.sales-confirmation-container .sales-container-left .contact-info-container h4 {
  margin-top: 25px;
}
/* :L5387 */
.sales-confirmation-container .sales-container-left .contact-info-container > div:nth-child(3) {
  margin: 25px 0px;
}
/* :L5390 */
/* :L5391 */
.sales-confirmation-container .sales-container-left .contact-info-container .hiscox-contacts-container > p:nth-child(3) {
  margin: 20px 0px;
}
/* :L5398 */
.sales-confirmation-container .sales-container-right {
  width: 70%;
  height: 181px;
  display: flex;
  align-items: center;
  margin-top: 60px;
  margin-left: 40px;
}
@media only screen and (max-width: 576px) {
  .sales-confirmation-container {
    margin-top: 10px;
  }
  /* :L5410 */
  .sales-confirmation-container h4 {
    font-size: 16px;
  }
  /* :L5413 */
  .sales-confirmation-container #WaitingOpaqueBox {
    display: none;
  }
}
/*APNLD-1032*/

/* :L5421 */
/* :L5422 */
.page-confirmation2 .logoHeader {
  display: none;
}
/* :L5426 */
/* :L5427 */
body.page-cannotquote.created-from-newbusiness.package-12733.site-agent.theme-responsive .container.alert.alert-danger.alert-dismissible.show {
  display: none !important;
}
/* :L5430 */
body.page-cannotquote.created-from-newbusiness.package-12733.site-agent.theme-responsive .sales-confirmation-container .sales-container-right {
  margin-top: 0;
}
/* :L5433 */
body.page-cannotquote.created-from-newbusiness.package-12733.site-agent.theme-responsive .sales-confirmation-container .sales-container-left .geachte-container h4 {
  margin: unset;
  margin-bottom: 25px;
}
/* :L5438 */
/* :L5439 */
.page-cannotquote .logoHeader {
  display: none;
}
/*Hidden Pre-Quote Question (field and label) - help icon used for another question*/

/* :L5445 */
.help-icon-pre-quote-question .instanda-question-label {
  display: none;
}
/* :L5448 */
.help-icon-pre-quote-question .instanda-text-question.form-group.row .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 .instanda-text-input.instanda-question-input {
  display: none;
}
/*Hidden Cancellation Question (field and label) - help icon used for another question*/

/* :L5453 */
.help-icon-cancellation-question .instanda-question-label {
  display: none;
}
/* :L5456 */
.help-icon-cancellation-question .instanda-text-question.form-group.row .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 .instanda-text-input.instanda-question-input {
  display: none;
}
/*Field at Pre-Quote Questions for Renewal Only*/

/* :L5461 */
input#RenewalDate_DATE {
  border: none;
}
/*uppercase of the Initials Variable in Sale Confirmation and MTA Confirmation*/

/* :L5466 */
span.upperCase {
  text-transform: uppercase;
}
/*At quote display, the order of the two premium baskets (two containers) changes during Renewals relatively to the New Business Journey to allow for the payment frequency cover type to switch sides*/

/* :L5471 */
.created-from-renewal .quote-display-first-container {
  order: 2;
}
/* :L5474 */
.created-from-selfrenewal .quote-display-first-container {
  order: 2;
}
/*At quick quote display, last year activities cover must be hidden during renewals*/

/* :L5479 */
.created-from-renewal .lya-cover-hide {
  display: none;
}
/* :L5483 */
.created-from-selfrenewal .lya-cover-hide {
  display: none;
}
/* :L5487 */
.created-from-mta .lya-cover-hide {
  display: none;
}
/* :L5491 */
.lapse-date {
  position: absolute;
  right: 200px;
  bottom: 7px;
  z-index: 10;
}
/* :L5498 */
.mta-renewal-date {
  position: absolute;
  right: 340px;
  bottom: 7px;
  z-index: 10;
}
/* :L5505 */
.white {
  color: white;
}
/* :L5509 */
.grey {
  color: grey;
}
/*help icon at quick quote display*/

/* :L5514 */
.page-quickquote button.fa-question-circle {
  background: none;
  border: none;
  outline: 0;
}
/*help text enumeration format at quick quote display*/

/* :L5521 */
.page-quickquote .help-text-hiscox ul.enumeration-format {
  padding-left: 10px;
  text-align: justify;
  list-style-type: none;
}
/* :L5527 */
.page-quickquote .help-text-hiscox ul.enumeration-format li:before {
  content: "\2010";
  font-family: "FontAwesome";
  position: absolute;
  margin-left: -10px;
}
/*hide one time only costs at prequote qestions for mta */

/* :L5535 */
.page-prequotequestions.created-from-mta .fixed-costs-hide {
  display: none;
}
/*hide is lapse AUX question at cancellations*/

/* :L5540 */
.islapse-cn-question .instanda-question-label {
  display: none;
}
/* :L5543 */
.islapse-cn-question .instanda-text-question.form-group.row .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 .instanda-text-input.instanda-question-input {
  display: none;
}
/* :L5547 */
/* :L5548 */
.created-from-mta .hide-at-mta {
  display: none !important;
}
/* :L5553 */
/* :L5554 */
.created-from-renewal .hide-at-rn,
.created-from-selfrenewal .hide-at-rn {
  display: none !important;
}
/* :L5558 */
/* :L5560 */
#MTA_Date-Dialog .btn-primary:hover {
  color: transparent !important;
  background-color: transparent !important;
  outline: none;
}
/* :L5566 */
#MTA_Date-Dialog .btn-primary:focus {
  color: transparent !important;
  background-color: transparent !important;
  outline: none;
}
/* :L5573 */
#MTA_Date-Dialog .btn-primary:active {
  color: transparent !important;
  background-color: transparent !important;
  outline: none;
}
/* :L5579 */
/* :L5580 */
#MTA_Date-Dialog .modal-footer input {
  color: transparent;
  width: 100px;
  height: 35px;
  background-color: transparent;
  z-index: 999;
  position: relative;
  outline: none;
}
/* :L5591 */
#MTA_Date-Dialog .modal-footer:after {
  width: 100px;
  visibility: visible;
  content: "Volgende";
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  height: 35px;
  float: right;
  position: absolute;
  margin-left: 439px;
  margin-top: -35px;
  background-color: #da291c;
  z-index: 0;
}
/* :L5608 */
.instanda-agentdashboard-default-content {
  background-color: unset;
}
/* Apply this css only for the page-cancelpolicy */

/* :L5612 */
/* :L5614 */
.page-cancelpolicy span.label.label-danger.field-validation-valid,
.page-cancellationquestionsforagentsite span.label.label-danger.field-validation-valid {
  white-space: break-spaces !important;
  margin-left: 0 !important;
}
/* :L5618 */
.page-cancelpolicy .white-box-input-hiscox-default,
.page-cancellationquestionsforagentsite .white-box-input-hiscox-default {
  /* background-color: black; */
  width: 100%;
  position: relative;
  right: 0px;
  top: 35px;
  visibility: visible;
}
/* :L5625 */
.page-cancelpolicy .white-box-input-hiscox-default .white-box-general,
.page-cancellationquestionsforagentsite .white-box-input-hiscox-default .white-box-general {
  padding-left: 15px;
  padding-right: 5px;
  padding-top: 20px;
}
/* :L5629 */
.page-cancelpolicy .white-box-input-hiscox-default .white-box-general .panel-title,
.page-cancellationquestionsforagentsite .white-box-input-hiscox-default .white-box-general .panel-title {
  padding-bottom: 5px;
}
/* :L5632 */
.page-cancelpolicy .white-box-input-hiscox-default .white-box-general .panel-body,
.page-cancellationquestionsforagentsite .white-box-input-hiscox-default .white-box-general .panel-body {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 25px;
}
/* :L5637 */
.page-cancelpolicy .white-box-input-hiscox-default .white-box-general .panel-body ul,
.page-cancellationquestionsforagentsite .white-box-input-hiscox-default .white-box-general .panel-body ul {
  margin-bottom: 0px;
}
/* :L5640 */
.page-cancelpolicy .white-box-input-hiscox-default .white-box-general .panel-body > .list,
.page-cancellationquestionsforagentsite .white-box-input-hiscox-default .white-box-general .panel-body > .list {
  padding-left: 0px;
}
/* :L5643 */
.page-cancelpolicy .white-box-input-hiscox-default .white-box-general .panel-body > .list li::before,
.page-cancellationquestionsforagentsite .white-box-input-hiscox-default .white-box-general .panel-body > .list li::before {
  color: #00c350 d;
}
/* :L5646 */
.page-cancelpolicy .white-box-input-hiscox-default .white-box-general .panel-body > .list li::marker,
.page-cancellationquestionsforagentsite .white-box-input-hiscox-default .white-box-general .panel-body > .list li::marker {
  color: white;
}
/* :L5660 */
.page-cancelpolicy .QuoteRef,
.page-cancellationquestionsforagentsite .QuoteRef {
  text-align: right;
  padding: 0px 15px;
}
/* :L5666 */
.page-cancelpolicy .instanda-pre-quote-content,
.page-cancellationquestionsforagentsite .instanda-pre-quote-content {
  display: flex;
}
/* :L5670 */
.page-cancelpolicy textarea#Cancellation_AdditionalInfo,
.page-cancellationquestionsforagentsite textarea#Cancellation_AdditionalInfo {
  resize: vertical;
}
/* :L5675 */
.page-cancelpolicy .cancel-questions-container,
.page-cancellationquestionsforagentsite .cancel-questions-container {
  margin-top: 35px;
  /* Royement Title */

  /* first 2 questions */

  /* Question with text area */

  /* Tickbox */

  /* Grouping tickbox with help text */

}
/* :L5678 */
.page-cancelpolicy .cancel-questions-container > div:nth-child(1),
.page-cancellationquestionsforagentsite .cancel-questions-container > div:nth-child(1) {
  border: 2px solid #bebebe;
  padding: 20px 35px;
}
/* :L5684 */
.page-cancelpolicy .cancel-questions-container #question121952,
.page-cancellationquestionsforagentsite .cancel-questions-container #question121952 {
  background-color: transparent;
}
/* :L5686 */
.page-cancelpolicy .cancel-questions-container #question121952 > div:nth-child(1),
.page-cancellationquestionsforagentsite .cancel-questions-container #question121952 > div:nth-child(1) {
  padding: 0;
}
/* :L5692 */
.page-cancelpolicy .cancel-questions-container #question121946,
.page-cancellationquestionsforagentsite .cancel-questions-container #question121946,
.page-cancelpolicy .cancel-questions-container #question121951,
.page-cancellationquestionsforagentsite .cancel-questions-container #question121951 {
  display: flex;
  padding: 0;
}
/* :L5697 */
.page-cancelpolicy .cancel-questions-container #question121946 .instanda-question-label,
.page-cancellationquestionsforagentsite .cancel-questions-container #question121946 .instanda-question-label,
.page-cancelpolicy .cancel-questions-container #question121951 .instanda-question-label,
.page-cancellationquestionsforagentsite .cancel-questions-container #question121951 .instanda-question-label {
  flex-basis: 170px;
}
/* :L5701 */
.page-cancelpolicy .cancel-questions-container #question121946 input.btn.btn-primary.btn-mta,
.page-cancellationquestionsforagentsite .cancel-questions-container #question121946 input.btn.btn-primary.btn-mta,
.page-cancelpolicy .cancel-questions-container #question121951 input.btn.btn-primary.btn-mta,
.page-cancellationquestionsforagentsite .cancel-questions-container #question121951 input.btn.btn-primary.btn-mta {
  margin-left: 30px;
  height: 34px;
}
/* :L5707 */
/* :L5708 */
.page-cancelpolicy .cancel-questions-container #question121946 > div:nth-child(2),
.page-cancellationquestionsforagentsite .cancel-questions-container #question121946 > div:nth-child(2) {
  width: 50%;
}
/* :L5710 */
.page-cancelpolicy .cancel-questions-container #question121946 > div:nth-child(2) > div:nth-child(1),
.page-cancellationquestionsforagentsite .cancel-questions-container #question121946 > div:nth-child(2) > div:nth-child(1) {
  padding-right: 38px;
}
/* :L5715 */
/* :L5716 */
.page-cancelpolicy .cancel-questions-container #question121951 .instanda-text-question.form-group.row,
.page-cancellationquestionsforagentsite .cancel-questions-container #question121951 .instanda-text-question.form-group.row {
  flex-grow: 1;
}
/* :L5722 */
.page-cancelpolicy .cancel-questions-container #question121950,
.page-cancellationquestionsforagentsite .cancel-questions-container #question121950 {
  padding: 0;
}
/* :L5727 */
/* :L5728 */
.page-cancelpolicy .cancel-questions-container #question121948 > div:nth-child(1),
.page-cancellationquestionsforagentsite .cancel-questions-container #question121948 > div:nth-child(1) {
  display: flex;
}
/* :L5734 */
.page-cancelpolicy .cancel-questions-container #question121964,
.page-cancellationquestionsforagentsite .cancel-questions-container #question121964 {
  background-color: transparent;
}
/* :L5737 */
.page-cancelpolicy .cancel-questions-container #question121964 #collapse_121964,
.page-cancellationquestionsforagentsite .cancel-questions-container #question121964 #collapse_121964 {
  display: block !important;
  border: 2px solid #bebebe;
  margin-bottom: 35px;
  width: 100%;
  float: left;
  padding: 0;
}
/* :L5745 */
.page-cancelpolicy .cancel-questions-container #question121964 #collapse_121964 > div:nth-child(1),
.page-cancellationquestionsforagentsite .cancel-questions-container #question121964 #collapse_121964 > div:nth-child(1) {
  margin-bottom: 0;
}
/* :L5750 */
.page-cancelpolicy .cancel-questions-container #question121964 #heading_121964,
.page-cancellationquestionsforagentsite .cancel-questions-container #question121964 #heading_121964 {
  display: none;
}
/* :L5754 */
/* :L5755 */
.page-cancelpolicy .cancel-questions-container #question121964 #question121949 > div.instanda-text-question.form-group.row > div.instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 > div > a,
.page-cancellationquestionsforagentsite .cancel-questions-container #question121964 #question121949 > div.instanda-text-question.form-group.row > div.instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 > div > a {
  color: darkgray;
}
/* :L5761 */
.page-cancelpolicy .cancel-questions-container #question121964 #question121949 > div:nth-child(2),
.page-cancellationquestionsforagentsite .cancel-questions-container #question121964 #question121949 > div:nth-child(2) {
  position: absolute;
  margin-top: -35px;
  right: 35px;
}
/* :L5769 */
/* :L5770 */
.page-cancelpolicy .cancel-questions-container #instanda-responsive-help-text-121949 > div:first-child,
.page-cancellationquestionsforagentsite .cancel-questions-container #instanda-responsive-help-text-121949 > div:first-child {
  width: 100%;
}
/* :L5777 */
.page-cancelpolicy .black-box-general,
.page-cancellationquestionsforagentsite .black-box-general {
  margin-top: 35px;
  margin-left: 50px;
}
/* :L5782 */
.page-cancelpolicy .black-box-general .list,
.page-cancellationquestionsforagentsite .black-box-general .list {
  margin-left: -20px;
}
/* :L5786 */
.page-cancelpolicy .black-box-general .list > li,
.page-cancellationquestionsforagentsite .black-box-general .list > li {
  margin-left: 0;
}
/* :L5790 */
.page-cancelpolicy .black-box-general .list li::before,
.page-cancellationquestionsforagentsite .black-box-general .list li::before {
  color: #da291c;
}
/* :L5796 */
.page-cancelpolicy .black-box-title,
.page-cancellationquestionsforagentsite .black-box-title {
  font-weight: bold;
  color: #da291c;
  padding-bottom: 20px;
  font-size: 16px;
}
/* :L5803 */
.page-cancelpolicy button[name="continueButton"],
.page-cancellationquestionsforagentsite button[name="continueButton"] {
  position: absolute;
  right: 0;
  top: 5px;
}
/* Apply this css only for the are you sure you want to cancel? */

/* :L5811 */
/* :L5813 */
.page-cancellationconfirmation #first-cancellation-confirmation {
  padding-top: 60px;
  padding-bottom: 40px;
}
/* :L5818 */
.page-cancellationconfirmation #second-cancellation-confirmation {
  padding: 60px 0px;
}
/* :L5821 */
.page-cancellationconfirmation #second-cancellation-confirmation > p:nth-child(1) {
  font-size: 16px;
}
/* :L5826 */
.page-cancellationconfirmation #agentBackButton {
  width: 100px;
  margin-left: 50px;
}
/* :L5831 */
.page-cancellationconfirmation button[name="continueButton"] {
  width: 100px;
}
/* :L5835 */
.page-cancellationconfirmation .pull-right {
  position: absolute;
  left: 170px;
}
/* :L5840 */
/* :L5843 */
.page-retrievequote #instanda-site-layout > div.instanda-main-content-container > div > div:nth-child(1) > div > div.instanda-agent-retrieve-quotes > div.container.instanda-agent-search-fields > div > div:nth-child(3) > form > div > div > div.search-button.col-lg-2.col-md-2.col-sm-2.col-xs-12.text-right,
.page-agentsearchexpiredpolicies #instanda-site-layout > div.instanda-main-content-container > div > div:nth-child(1) > div > div.instanda-agent-retrieve-quotes > div.container.instanda-agent-search-fields > div > div:nth-child(3) > form > div > div > div.search-button.col-lg-2.col-md-2.col-sm-2.col-xs-12.text-right,
.page-agentsearchpoliciesforapproval #instanda-site-layout > div.instanda-main-content-container > div > div:nth-child(1) > div > div.instanda-agent-retrieve-quotes > div.container.instanda-agent-search-fields > div > div:nth-child(3) > form > div > div > div.search-button.col-lg-2.col-md-2.col-sm-2.col-xs-12.text-right {
  position: absolute;
  right: 34px;
  bottom: 13px;
}
/* :L5849 */
.page-retrievequote #instanda-site-layout > div.instanda-main-content-container > div > div:nth-child(1) > div > div.instanda-agent-retrieve-quotes > div.container.instanda-agent-search-fields > div > div:nth-child(5),
.page-agentsearchexpiredpolicies #instanda-site-layout > div.instanda-main-content-container > div > div:nth-child(1) > div > div.instanda-agent-retrieve-quotes > div.container.instanda-agent-search-fields > div > div:nth-child(5),
.page-agentsearchpoliciesforapproval #instanda-site-layout > div.instanda-main-content-container > div > div:nth-child(1) > div > div.instanda-agent-retrieve-quotes > div.container.instanda-agent-search-fields > div > div:nth-child(5) {
  display: none;
}
/* :L5853 */
.page-retrievequote #instanda-site-layout > div.instanda-main-content-container > div > div > div.instanda-main-content > div.instanda-agent-retrieve-quotes > div.container.instanda-agent-search-fields > div > div:nth-child(4) > form > div > div > div.search-button.col-lg-2.col-md-2.col-sm-2.col-xs-3.textright,
.page-agentsearchexpiredpolicies #instanda-site-layout > div.instanda-main-content-container > div > div > div.instanda-main-content > div.instanda-agent-retrieve-quotes > div.container.instanda-agent-search-fields > div > div:nth-child(4) > form > div > div > div.search-button.col-lg-2.col-md-2.col-sm-2.col-xs-3.textright,
.page-agentsearchpoliciesforapproval #instanda-site-layout > div.instanda-main-content-container > div > div > div.instanda-main-content > div.instanda-agent-retrieve-quotes > div.container.instanda-agent-search-fields > div > div:nth-child(4) > form > div > div > div.search-button.col-lg-2.col-md-2.col-sm-2.col-xs-3.textright {
  right: 34px;
}
/* :L5857 */
.page-retrievequote .getQuoteButton-container,
.page-agentsearchexpiredpolicies .getQuoteButton-container,
.page-agentsearchpoliciesforapproval .getQuoteButton-container {
  display: flex;
  justify-content: flex-end;
  left: 155px;
  z-index: 1;
  margin-bottom: -32px;
}
/* :L5864 */
.page-retrievequote .getQuoteButton-container .getQuoteButton,
.page-agentsearchexpiredpolicies .getQuoteButton-container .getQuoteButton,
.page-agentsearchpoliciesforapproval .getQuoteButton-container .getQuoteButton {
  width: 120px;
  height: 30px;
}
/* :L5878 */
.page-retrievequote .instanda-agent-retrieve-quote-content,
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content,
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content {
  display: flex;
  flex-direction: column-reverse;
  /* unset container class */

}
/* :L5884 */
.page-retrievequote .instanda-agent-retrieve-quote-content .col-lg-12.col-md-12.col-sm-12.col-xs-12:nth-child(5),
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content .col-lg-12.col-md-12.col-sm-12.col-xs-12:nth-child(5),
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content .col-lg-12.col-md-12.col-sm-12.col-xs-12:nth-child(5) {
  display: none;
}
/* :L5888 */
.page-retrievequote .instanda-agent-retrieve-quote-content .search-row.col-lg-12.col-md-12.col-sm-12.col-xs-12,
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content .search-row.col-lg-12.col-md-12.col-sm-12.col-xs-12,
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content .search-row.col-lg-12.col-md-12.col-sm-12.col-xs-12 {
  order: 2;
}
/* :L5892 */
.page-retrievequote .instanda-agent-retrieve-quote-content .row,
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content .row,
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content .row {
  display: flex;
  align-items: center;
}
/* :L5897 */
/* :L5898 */
.page-retrievequote .instanda-agent-retrieve-quote-content .search-button .btn.btn-default,
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content .search-button .btn.btn-default,
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content .search-button .btn.btn-default {
  font-size: 0;
  width: 120px;
}
/* :L5904 */
.page-retrievequote .instanda-agent-retrieve-quote-content .search-button .btn.btn-default:after,
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content .search-button .btn.btn-default:after,
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content .search-button .btn.btn-default:after {
  content: "Zoeken";
  font-size: 14px;
  background-color: #da291c;
  align-items: center;
  justify-content: center;
}
/* :L5915 */
.page-retrievequote .instanda-agent-retrieve-quote-content .search-button .btn.btn-default:hover,
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content .search-button .btn.btn-default:hover,
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content .search-button .btn.btn-default:hover {
  color: white;
  background-color: #da291c;
  border-color: transparent;
}
/* :L5921 */
.page-retrievequote .instanda-agent-retrieve-quote-content .search-button .btn.btn-default:active,
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content .search-button .btn.btn-default:active,
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content .search-button .btn.btn-default:active {
  color: white;
  background-color: #da291c;
  border-color: transparent;
}
/* :L5927 */
.page-retrievequote .instanda-agent-retrieve-quote-content .search-button .btn.btn-default:focus,
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content .search-button .btn.btn-default:focus,
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content .search-button .btn.btn-default:focus {
  color: white;
  background-color: #da291c;
  border-color: transparent;
}
/* :L5935 */
.page-retrievequote .instanda-agent-retrieve-quote-content #download-button-container > button.pull-right.btn.btn-default.download-policies-button,
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content #download-button-container > button.pull-right.btn.btn-default.download-policies-button,
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content #download-button-container > button.pull-right.btn.btn-default.download-policies-button {
  font-size: 0;
  margin-left: 0 !important;
  margin-bottom: 10px;
}
/* :L5940 */
.page-retrievequote .instanda-agent-retrieve-quote-content #download-button-container > button.pull-right.btn.btn-default.download-policies-button:after,
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content #download-button-container > button.pull-right.btn.btn-default.download-policies-button:after,
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content #download-button-container > button.pull-right.btn.btn-default.download-policies-button:after {
  content: "Download Polisoverzicht";
  font-size: 14px;
}
/* :L5945 */
.page-retrievequote .instanda-agent-retrieve-quote-content #download-button-container > button.pull-right.btn.btn-default.download-policies-button:hover,
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content #download-button-container > button.pull-right.btn.btn-default.download-policies-button:hover,
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content #download-button-container > button.pull-right.btn.btn-default.download-policies-button:hover {
  color: white;
  background-color: #da291c;
  border-color: transparent;
}
/* :L5951 */
.page-retrievequote .instanda-agent-retrieve-quote-content #download-button-container > button.pull-right.btn.btn-default.download-policies-button:active,
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content #download-button-container > button.pull-right.btn.btn-default.download-policies-button:active,
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content #download-button-container > button.pull-right.btn.btn-default.download-policies-button:active {
  color: white;
  background-color: #da291c;
  border-color: transparent;
}
/* :L5957 */
.page-retrievequote .instanda-agent-retrieve-quote-content #download-button-container > button.pull-right.btn.btn-default.download-policies-button:focus,
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content #download-button-container > button.pull-right.btn.btn-default.download-policies-button:focus,
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content #download-button-container > button.pull-right.btn.btn-default.download-policies-button:focus {
  color: white;
  background-color: #da291c;
  border-color: transparent;
}
/* :L5964 */
.page-retrievequote .instanda-agent-retrieve-quote-content #download-button-container > button.pull-right.btn.btn-default.download-quotes-button,
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content #download-button-container > button.pull-right.btn.btn-default.download-quotes-button,
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content #download-button-container > button.pull-right.btn.btn-default.download-quotes-button {
  font-size: 0;
}
/* :L5967 */
.page-retrievequote .instanda-agent-retrieve-quote-content #download-button-container > button.pull-right.btn.btn-default.download-quotes-button:after,
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content #download-button-container > button.pull-right.btn.btn-default.download-quotes-button:after,
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content #download-button-container > button.pull-right.btn.btn-default.download-quotes-button:after {
  content: "Download Offerteoverzicht";
  font-size: 14px;
}
/* :L5972 */
.page-retrievequote .instanda-agent-retrieve-quote-content #download-button-container > button.pull-right.btn.btn-default.download-quotes-button:hover,
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content #download-button-container > button.pull-right.btn.btn-default.download-quotes-button:hover,
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content #download-button-container > button.pull-right.btn.btn-default.download-quotes-button:hover {
  color: white;
  background-color: #da291c;
  border-color: transparent;
}
/* :L5978 */
.page-retrievequote .instanda-agent-retrieve-quote-content #download-button-container > button.pull-right.btn.btn-default.download-quotes-button:active,
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content #download-button-container > button.pull-right.btn.btn-default.download-quotes-button:active,
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content #download-button-container > button.pull-right.btn.btn-default.download-quotes-button:active {
  color: white;
  background-color: #da291c;
  border-color: transparent;
}
/* :L5984 */
.page-retrievequote .instanda-agent-retrieve-quote-content #download-button-container > button.pull-right.btn.btn-default.download-quotes-button:focus,
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content #download-button-container > button.pull-right.btn.btn-default.download-quotes-button:focus,
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content #download-button-container > button.pull-right.btn.btn-default.download-quotes-button:focus {
  color: white;
  background-color: #da291c;
  border-color: transparent;
}
/* :L5991 */
/* :L5992 */
.page-retrievequote .instanda-agent-retrieve-quote-content .agent-quotesearch-results-container:nth-child(2) h3,
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content .agent-quotesearch-results-container:nth-child(2) h3,
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content .agent-quotesearch-results-container:nth-child(2) h3 {
  font-size: 0;
}
/* :L6002 */
/* :L6003 */
.page-retrievequote .instanda-agent-retrieve-quote-content .agent-quotesearch-results-container:nth-child(1) h3,
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content .agent-quotesearch-results-container:nth-child(1) h3,
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content .agent-quotesearch-results-container:nth-child(1) h3 {
  font-size: 0;
}
/* :L6007 */
.page-retrievequote .instanda-agent-retrieve-quote-content .agent-quotesearch-results-container:nth-child(1) h3::after,
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content .agent-quotesearch-results-container:nth-child(1) h3::after,
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content .agent-quotesearch-results-container:nth-child(1) h3::after {
  content: "Offertes";
  font-size: 24px;
}
/* :L6013 */
.page-retrievequote .instanda-agent-retrieve-quote-content a[href*="&viewPolicy="],
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content a[href*="&viewPolicy="],
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content a[href*="&viewPolicy="],
.page-retrievequote .instanda-agent-retrieve-quote-content a[title="Notes"],
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content a[title="Notes"],
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content a[title="Notes"] {
  font-size: 0;
}
/* :L6018 */
.page-retrievequote .instanda-agent-retrieve-quote-content a[href*="?customerAccountId="],
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content a[href*="?customerAccountId="],
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content a[href*="?customerAccountId="] {
  display: none;
}
/* :L6022 */
.page-retrievequote .instanda-agent-retrieve-quote-content a[href*="&viewPolicy="]::after,
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content a[href*="&viewPolicy="]::after,
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content a[href*="&viewPolicy="]::after {
  content: "Weergeven";
  font-size: 14px;
}
/* :L6027 */
.page-retrievequote .instanda-agent-retrieve-quote-content a[title="Notes"]::after,
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content a[title="Notes"]::after,
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content a[title="Notes"]::after {
  content: "Notities";
  font-size: 14px;
  /*display: flex;*/

}
/* :L6034 */
.page-retrievequote .instanda-agent-retrieve-quote-content .container.agent-quotesearch-results-container,
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content .container.agent-quotesearch-results-container,
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content .container.agent-quotesearch-results-container,
.page-retrievequote .instanda-agent-retrieve-quote-content div#download-button-container,
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content div#download-button-container,
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content div#download-button-container {
  max-width: unset;
  margin-right: unset;
  margin-left: unset;
  padding: 0;
  display: flex;
  flex-direction: column;
}
/* :L6044 */
/* :L6057 */
/* :L6070 */
.page-retrievequote .instanda-agent-retrieve-quote-content .search-field-text.col-lg-1.col-md-1.col-sm-2.col-xs-2.text-center,
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content .search-field-text.col-lg-1.col-md-1.col-sm-2.col-xs-2.text-center,
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content .search-field-text.col-lg-1.col-md-1.col-sm-2.col-xs-2.text-center {
  display: none;
}
/* :L6074 */
.page-retrievequote .instanda-agent-retrieve-quote-content .search-fields,
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content .search-fields,
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content .search-fields {
  display: inline-grid;
}
/* :L6077 */
.page-retrievequote .instanda-agent-retrieve-quote-content .search-fields h4,
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content .search-fields h4,
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content .search-fields h4 {
  display: none;
}
/* :L6082 */
.page-retrievequote .instanda-agent-retrieve-quote-content .search-field.col-lg-10.col-md-10.col-sm-10.col-xs-12,
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content .search-field.col-lg-10.col-md-10.col-sm-10.col-xs-12,
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content .search-field.col-lg-10.col-md-10.col-sm-10.col-xs-12 {
  display: flex;
  flex-wrap: wrap;
}
/* :L6087 */
/* :L6088 */
.page-retrievequote .instanda-agent-retrieve-quote-content form[name="searchForm896"] label[for="policyNumber"],
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content form[name="searchForm896"] label[for="policyNumber"],
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content form[name="searchForm896"] label[for="policyNumber"] {
  font-size: 18px;
  font-weight: bold;
  color: black;
  margin-bottom: 20px;
}
/* :L6096 */
.page-retrievequote .instanda-agent-retrieve-quote-content .agent-search-parameter,
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content .agent-search-parameter,
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content .agent-search-parameter {
  margin-right: 20px;
  flex-basis: 200px;
}
/* :L6101 */
.page-retrievequote .instanda-agent-retrieve-quote-content label.agent-search-parameter-name,
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content label.agent-search-parameter-name,
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content label.agent-search-parameter-name {
  font-size: 12px;
  font-weight: bold;
  color: black;
}
/* :L6107 */
/* :L6108 */
.page-retrievequote .instanda-agent-retrieve-quote-content .agent-search-parameter-input > *,
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content .agent-search-parameter-input > *,
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content .agent-search-parameter-input > * {
  border-radius: unset;
  border-color: grey;
}
/* :L6114 */
.page-retrievequote .instanda-agent-retrieve-quote-content .table,
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content .table,
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content .table {
  border: unset;
}
/* :L6117 */
.page-retrievequote .instanda-agent-retrieve-quote-content .table th,
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content .table th,
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content .table th {
  color: #da291c;
  border-left: unset !important;
  border-right: unset !important;
  border-bottom: 2px solid #da291c;
  border-top: 0px;
}
/* :L6125 */
.page-retrievequote .instanda-agent-retrieve-quote-content .table td,
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content .table td,
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content .table td {
  border-left: unset !important;
  border-right: unset !important;
  border-bottom: 2px solid #5f5f5f;
}
/* :L6132 */
.page-retrievequote .instanda-agent-retrieve-quote-content table#agentSearchResultsTable,
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content table#agentSearchResultsTable,
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content table#agentSearchResultsTable {
  position: relative;
  /* tbody>tr:first-child {
        height: 150px;
        position: relative;

        &::after {
          content: "Overige polis(sen) - Transacties";
          font-size: 24px;
          position: absolute;
          left: 0;
          // top: 14vh;
          bottom: 0;
        }
      } */

}
/* :L6150 */
.page-retrievequote .instanda-agent-retrieve-quote-content .table-hover > tbody > tr:hover,
.page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content .table-hover > tbody > tr:hover,
.page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content .table-hover > tbody > tr:hover {
  background-color: transparent;
}
@media only screen and (max-width: 576px) {
  /* :L6156 */
  .page-retrievequote .instanda-agent-retrieve-quote-content .search-field.col-lg-10.col-md-10.col-sm-10.col-xs-12,
  .page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content .search-field.col-lg-10.col-md-10.col-sm-10.col-xs-12,
  .page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content .search-field.col-lg-10.col-md-10.col-sm-10.col-xs-12 {
    display: block;
    padding-right: 0;
  }
  /* :L6161 */
  .page-retrievequote .instanda-agent-retrieve-quote-content .row,
  .page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content .row,
  .page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content .row {
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }
  /* :L6167 */
  .page-retrievequote #instanda-site-layout > div.instanda-main-content-container > div > div:nth-child(1) > div > div.instanda-agent-retrieve-quotes > div.container.instanda-agent-search-fields > div > div:nth-child(3) > form > div > div > div.search-button.col-lg-2.col-md-2.col-sm-2.col-xs-12.text-right,
  .page-agentsearchexpiredpolicies #instanda-site-layout > div.instanda-main-content-container > div > div:nth-child(1) > div > div.instanda-agent-retrieve-quotes > div.container.instanda-agent-search-fields > div > div:nth-child(3) > form > div > div > div.search-button.col-lg-2.col-md-2.col-sm-2.col-xs-12.text-right,
  .page-agentsearchpoliciesforapproval #instanda-site-layout > div.instanda-main-content-container > div > div:nth-child(1) > div > div.instanda-agent-retrieve-quotes > div.container.instanda-agent-search-fields > div > div:nth-child(3) > form > div > div > div.search-button.col-lg-2.col-md-2.col-sm-2.col-xs-12.text-right {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 15px;
  }
  /* :L6174 */
  .page-retrievequote #instanda-site-layout > div.instanda-main-content-container > div > div > div.instanda-main-content > div.instanda-agent-retrieve-quotes > div.container.instanda-agent-search-fields > div > div:nth-child(4) > form > div > div > div.search-button.col-lg-2.col-md-2.col-sm-2.col-xs-3.text-right,
  .page-agentsearchexpiredpolicies #instanda-site-layout > div.instanda-main-content-container > div > div > div.instanda-main-content > div.instanda-agent-retrieve-quotes > div.container.instanda-agent-search-fields > div > div:nth-child(4) > form > div > div > div.search-button.col-lg-2.col-md-2.col-sm-2.col-xs-3.text-right,
  .page-agentsearchpoliciesforapproval #instanda-site-layout > div.instanda-main-content-container > div > div > div.instanda-main-content > div.instanda-agent-retrieve-quotes > div.container.instanda-agent-search-fields > div > div:nth-child(4) > form > div > div > div.search-button.col-lg-2.col-md-2.col-sm-2.col-xs-3.text-right {
    right: 0px;
    width: 100%;
  }
  /* :L6179 */
  .page-retrievequote .search-field,
  .page-agentsearchexpiredpolicies .search-field,
  .page-agentsearchpoliciesforapproval .search-field,
  .page-retrievequote .instanda-agent-retrieve-quote-content .search-button .btn.btn-default,
  .page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content .search-button .btn.btn-default,
  .page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content .search-button .btn.btn-default {
    width: 100%;
  }
  /* :L6184 */
  .page-retrievequote .getQuoteButton-container,
  .page-agentsearchexpiredpolicies .getQuoteButton-container,
  .page-agentsearchpoliciesforapproval .getQuoteButton-container {
    display: flex;
    margin-bottom: 20px;
    justify-content: end;
    left: 0;
  }
  /* :L6191 */
  .page-retrievequote #agentSearchButton,
  .page-agentsearchexpiredpolicies #agentSearchButton,
  .page-agentsearchpoliciesforapproval #agentSearchButton {
    position: relative;
    right: 0;
    top: 5px;
    width: 100%;
    margin-bottom: 20px;
  }
  /* :L6199 */
  .page-retrievequote .instanda-agent-retrieve-quote-content .search-row.col-lg-12.col-md-12.col-sm-12.col-xs-12:nth-child(3) label[for="quoteRef"]:after,
  .page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content .search-row.col-lg-12.col-md-12.col-sm-12.col-xs-12:nth-child(3) label[for="quoteRef"]:after,
  .page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content .search-row.col-lg-12.col-md-12.col-sm-12.col-xs-12:nth-child(3) label[for="quoteRef"]:after {
    font-weight: bold;
    color: black;
  }
  /* :L6204 */
  .page-retrievequote .instanda-agent-retrieve-quote-content .search-row.col-lg-12.col-md-12.col-sm-12.col-xs-12:nth-child(4) label[for="quoteRef"],
  .page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content .search-row.col-lg-12.col-md-12.col-sm-12.col-xs-12:nth-child(4) label[for="quoteRef"],
  .page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content .search-row.col-lg-12.col-md-12.col-sm-12.col-xs-12:nth-child(4) label[for="quoteRef"] {
    margin-top: 20px;
  }
  /* :L6208 */
  .page-retrievequote .instanda-agent-retrieve-quote-content .search-row.col-lg-12.col-md-12.col-sm-12.col-xs-12:nth-child(4) label[for="quoteRef"]:after,
  .page-agentsearchexpiredpolicies .instanda-agent-retrieve-quote-content .search-row.col-lg-12.col-md-12.col-sm-12.col-xs-12:nth-child(4) label[for="quoteRef"]:after,
  .page-agentsearchpoliciesforapproval .instanda-agent-retrieve-quote-content .search-row.col-lg-12.col-md-12.col-sm-12.col-xs-12:nth-child(4) label[for="quoteRef"]:after {
    font-weight: bold;
    color: black;
  }
}
/* :L6215 */
.page-retrievequote button.right[name=btnSeeAll],
.page-agentsearchexpiredpolicies button.right[name=btnSeeAll],
.page-agentsearchpoliciesforapproval button.right[name=btnSeeAll] {
  visibility: hidden;
  margin: 0 !important;
}
/* :L6220 */
.page-retrievequote button.right[name=btnSeeAll]:after,
.page-agentsearchexpiredpolicies button.right[name=btnSeeAll]:after,
.page-agentsearchpoliciesforapproval button.right[name=btnSeeAll]:after {
  visibility: visible;
  content: 'Alles weergeven';
  background-color: #efefef;
  border-color: #858585;
  border-width: 1px;
  padding: 1px 6px;
  display: block;
  border-style: outset;
}
/* :L6231 */
.page-retrievequote button.right[name=btnSeeAll]:hover:after,
.page-agentsearchexpiredpolicies button.right[name=btnSeeAll]:hover:after,
.page-agentsearchpoliciesforapproval button.right[name=btnSeeAll]:hover:after {
  background-color: #e6e6e6;
}
/* :L6235 */
.page-retrievequote button.right[name=btnNext],
.page-agentsearchexpiredpolicies button.right[name=btnNext],
.page-agentsearchpoliciesforapproval button.right[name=btnNext] {
  visibility: hidden;
  margin: 0 !important;
}
/* :L6240 */
.page-retrievequote button.right[name=btnNext]:after,
.page-agentsearchexpiredpolicies button.right[name=btnNext]:after,
.page-agentsearchpoliciesforapproval button.right[name=btnNext]:after {
  visibility: visible;
  content: 'Volgende';
  background-color: #efefef;
  border-color: #858585;
  border-width: 1px;
  padding: 1px 6px;
  display: block;
  border-style: outset;
}
/* :L6251 */
.page-retrievequote button.right[name=btnNext]:hover:after,
.page-agentsearchexpiredpolicies button.right[name=btnNext]:hover:after,
.page-agentsearchpoliciesforapproval button.right[name=btnNext]:hover:after {
  background-color: #e6e6e6;
}
/* :L6255 */
.page-retrievequote button.right[name=btnPrevious],
.page-agentsearchexpiredpolicies button.right[name=btnPrevious],
.page-agentsearchpoliciesforapproval button.right[name=btnPrevious] {
  visibility: hidden;
  margin: 0 !important;
}
/* :L6260 */
.page-retrievequote button.right[name=btnPrevious]:after,
.page-agentsearchexpiredpolicies button.right[name=btnPrevious]:after,
.page-agentsearchpoliciesforapproval button.right[name=btnPrevious]:after {
  visibility: visible;
  content: 'Vorige';
  background-color: #efefef;
  border-color: #858585;
  border-width: 1px;
  padding: 1px 6px;
  display: block;
  border-style: outset;
  width: 60%;
}
/* :L6272 */
.page-retrievequote button.right[name=btnPrevious]:hover:after,
.page-agentsearchexpiredpolicies button.right[name=btnPrevious]:hover:after,
.page-agentsearchpoliciesforapproval button.right[name=btnPrevious]:hover:after {
  background-color: #e6e6e6;
}
/* :L6276 */
.page-retrievequote .modal-content button.btn.btn-secondary:after,
.page-agentsearchexpiredpolicies .modal-content button.btn.btn-secondary:after,
.page-agentsearchpoliciesforapproval .modal-content button.btn.btn-secondary:after {
  content: "Sluiten";
  visibility: visible;
  color: white;
  background-color: #da291c;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  display: block;
}
/* :L6288 */
.page-retrievequote .modal-content button.btn.btn-secondary,
.page-agentsearchexpiredpolicies .modal-content button.btn.btn-secondary,
.page-agentsearchpoliciesforapproval .modal-content button.btn.btn-secondary {
  visibility: hidden;
  padding: 0;
  line-height: 0;
}
/* :L6294 */
.page-retrievequote .modal-content button.btn.btn-primary,
.page-agentsearchexpiredpolicies .modal-content button.btn.btn-primary,
.page-agentsearchpoliciesforapproval .modal-content button.btn.btn-primary {
  visibility: hidden;
  padding: 0;
  line-height: 0;
}
/* :L6300 */
.page-retrievequote button[id*=responsive-agent-notes-saveandclose].btn.btn-primary:after,
.page-agentsearchexpiredpolicies button[id*=responsive-agent-notes-saveandclose].btn.btn-primary:after,
.page-agentsearchpoliciesforapproval button[id*=responsive-agent-notes-saveandclose].btn.btn-primary:after {
  /* InesVasconcelosHiscoxNL APNLD-790 acrescento da parte do id */
  visibility: visible;
  content: "Opslaan";
  color: white;
  background-color: #da291c;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  display: block;
}
/* :L6319 */
/* :L6320 */
form[action*="/Public/AgentSearchPoliciesForApproval"] {
  display: none;
}
/* :L6324 */
/* :L6327 */
form[action*="/Public/AgentSearchExpiredPolicies"] label,
form[action*="/Public/AgentSearchPoliciesForApproval"] label,
form[action*="/Public/UpdatePolicyNumbers"] label {
  visibility: hidden;
}
/* :L6332 */
/* :L6333 */
form[action*="/Public/AgentSearchExpiredPolicies"] label::before {
  visibility: visible;
  content: 'Polissen welke vervallen tussen';
}
/* :L6338 */
form[action*="/Public/AgentSearchExpiredPolicies"] .row {
  gap: 2rem;
}
/* :L6341 */
form[action*="/Public/AgentSearchExpiredPolicies"] .row::before,
form[action*="/Public/AgentSearchExpiredPolicies"] .row::after {
  display: none;
}
/* :L6348 */
form[action*="/Public/UpdatePolicyNumbers"] label::before {
  visibility: visible;
  content: 'Applicaties ter goedkeuring';
}
/* :L6354 */
.container.instanda-agent-search-fields {
  padding: unset;
  margin: unset;
}
/* :L6358 */
.container.instanda-agent-search-fields [class*=col-],
.container.instanda-agent-search-fields .row {
  padding: unset;
  margin: unset;
}
/* :L6364 */
.container.instanda-agent-search-fields .search-button {
  flex-grow: 1;
}
/* :L6368 */
/* :L6371 */
.page-viewquoteorpolicy .row {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
/* :L6377 */
/* :L6380 */
.page-viewquoteorpolicy .btn-group a.btn.btn-primary.link-css-responsive,
.page-viewquoteorpolicy .btn-group a.btn.btn-primary.btnCancelPolicy.linkcssResponsive,
.page-viewquoteorpolicy .btn-group a#renew-linkAL4K9N {
  margin-left: 0px;
  margin-bottom: 5px;
}
/* :L6388 */
.page-viewquoteorpolicy .btn-group a:nth-child(1) {
  order: 0;
}
/* :L6392 */
.page-viewquoteorpolicy .btn-group .btnAdjustPolicy {
  order: 1;
}
/* :L6396 */
.page-viewquoteorpolicy .btn-group .btnViewDocs {
  order: 2;
}
/* :L6400 */
.page-viewquoteorpolicy .btn-group .btnReferralHistory {
  order: 3;
}
/* :L6404 */
.page-viewquoteorpolicy .btn-group .btnCopyReQuote {
  order: 4;
}
/* :L6408 */
.page-viewquoteorpolicy .btn-group .btnCancelPolicy {
  order: 5;
}
/* :L6412 */
.page-viewquoteorpolicy .btn-group .btnRenewPolicy {
  margin-left: 0px !important;
  margin-bottom: 5px;
  order: 6;
}
/* :L6418 */
.page-viewquoteorpolicy .btn-group .btnMakeClaim {
  order: 7;
}
/* :L6422 */
.page-viewquoteorpolicy .btn-group .btnViewClaims {
  padding-left: 9px;
  order: 8;
}
/* :L6427 */
.page-viewquoteorpolicy .btn-group .btnAbandonPolicy {
  margin-bottom: 5px !important;
}
/* :L6439 */
.page-viewquoteorpolicy .btn-group a[href*="ViewEditQuote"] {
  display: none;
}
/* :L6444 */
.page-viewquoteorpolicy .btn-group .btnComparePolicy {
  display: none;
}
/* :L6449 */
.page-viewquoteorpolicy .btn-group .btnPremiumSummary {
  display: none;
}
/* :L6453 */
.page-viewquoteorpolicy .btn-group a[title~="Notes"] {
  display: none;
}
/* :L6457 */
.page-viewquoteorpolicy .btn-group .btnClaims {
  display: none;
}
/* :L6496 */
/* :L6497 */
.page-viewquoteorpolicy .agent-quote-view .page-title-view {
  margin-bottom: 30px;
  padding-left: 0;
}
/* :L6502 */
.page-viewquoteorpolicy .agent-quote-view .border-black {
  border: 1px solid black;
}
/* :L6506 */
.page-viewquoteorpolicy .agent-quote-view .mb-35 {
  margin-bottom: 35px;
}
/* :L6510 */
.page-viewquoteorpolicy .agent-quote-view .title-table-view {
  background-color: lightgray;
  font-weight: bold;
  border-bottom: 1px solid black;
}
/* :L6516 */
.page-viewquoteorpolicy .agent-quote-view .border-top-right {
  border-right: 1px solid black !important;
  border-top: 1px solid black !important;
}
/* :L6521 */
.page-viewquoteorpolicy .agent-quote-view .border-bottom-right {
  border-right: 1px solid black !important;
  border-bottom: 1px solid black !important;
}
/* :L6526 */
.page-viewquoteorpolicy .agent-quote-view .border-right {
  border-right: 1px solid black !important;
}
/* :L6530 */
.page-viewquoteorpolicy .agent-quote-view .border-bottom {
  border-bottom: 1px solid black !important;
}
/* :L6534 */
.page-viewquoteorpolicy .agent-quote-view .fix-margins {
  padding: 0;
  margin: 0;
}
/* :L6539 */
.page-viewquoteorpolicy .agent-quote-view .column-2-fields {
  padding: 21px 15px;
  padding-top: 0;
}
/* :L6546 */
/* :L6547 */
/* :L6551 */
.created-from-renewal .btn-group .btnLapsePolicy {
  display: none;
}
/* :L6556 */
/* :L6558 */
body.page-viewquoteorpolicy .container {
  width: unset;
}
/* :L6562 */
body.page-viewquoteorpolicy .instanda-main-content {
  display: flex;
  margin-left: 15px;
  margin-right: 15px;
  width: unset;
  padding: unset;
}
/* :L6569 */
body.page-viewquoteorpolicy .instanda-main-content .instanda-quote-content {
  width: 100%;
}
/* :L6573 */
body.page-viewquoteorpolicy .instanda-main-content .policy-view-options-action-buttons {
  padding: unset;
  margin-left: 30px;
  width: 200px;
}
/* :L6581 */
body.page-viewquoteorpolicy .btn-group {
  margin-top: 87px;
  display: flex;
  flex-direction: column;
  width: initial;
  /* Making buttons order */

  /* .btnAbandonPolicy {
      display: block !important;
    }*/

  /* Useless buttons */

  /*
    a:nth-child(12) {
      display: none;
    }
    */

  /* END --- Useless buttons */

}
/* :L6587 */
body.page-viewquoteorpolicy .btn-group .btn {
  width: unset;
  margin: unset;
}
/* :L6592 */
body.page-viewquoteorpolicy .btn-group a.btn.btn-primary.link-css-responsive,
body.page-viewquoteorpolicy .btn-group a.btn.btn-primary.btnCancelPolicy.linkcssResponsive,
body.page-viewquoteorpolicy .btn-group a#renew-linkAL4K9N {
  margin-left: 0px;
  margin-bottom: 5px;
}
/* :L6600 */
body.page-viewquoteorpolicy .btn-group a:nth-child(1) {
  order: 0;
}
/* :L6608 */
body.page-viewquoteorpolicy .btn-group .btnAdjustPolicy {
  order: 1;
}
/* :L6612 */
body.page-viewquoteorpolicy .btn-group .btnViewDocs {
  order: 2;
}
/* :L6616 */
body.page-viewquoteorpolicy .btn-group .btnReferralHistory {
  order: 3;
}
/* :L6620 */
body.page-viewquoteorpolicy .btn-group .btnCopyReQuote {
  order: 4;
}
/* :L6624 */
body.page-viewquoteorpolicy .btn-group .btnCancelPolicy {
  order: 5;
}
/* :L6628 */
body.page-viewquoteorpolicy .btn-group .btnRenewPolicy {
  margin-left: 0px !important;
  margin-bottom: 5px;
  order: 6;
}
/* :L6634 */
body.page-viewquoteorpolicy .btn-group .btnMakeClaim {
  order: 7;
}
/* :L6638 */
body.page-viewquoteorpolicy .btn-group .btnViewClaims {
  padding-left: 9px;
  order: 8;
}
/* :L6651 */
body.page-viewquoteorpolicy .btn-group .btnClaims,
body.page-viewquoteorpolicy .btn-group .btnMakeClaim {
  display: none;
}
/* :L6659 */
body.page-viewquoteorpolicy label.block-renewals {
  margin-top: 5px;
}
/* :L6662 */
body.page-viewquoteorpolicy label.block-renewals input {
  margin-right: 10px;
}
/* :L6666 */
body.page-viewquoteorpolicy label.block-renewals span {
  vertical-align: text-bottom;
}
/* :L6671 */
/* :L6672 */
body.page-viewquoteorpolicy .agent-policy-view .page-title-view {
  margin-bottom: 30px;
  padding-left: 0;
}
/* :L6677 */
body.page-viewquoteorpolicy .agent-policy-view .border-black {
  border: 1px solid black;
}
/* :L6681 */
body.page-viewquoteorpolicy .agent-policy-view .mb-35 {
  margin-bottom: 35px;
  width: 100%;
}
/* :L6686 */
body.page-viewquoteorpolicy .agent-policy-view .title-table-view {
  background-color: lightgray;
  font-weight: bold;
  border-bottom: 1px solid black;
}
/* :L6692 */
body.page-viewquoteorpolicy .agent-policy-view .border-top-right {
  border-right: 1px solid black !important;
  border-top: 1px solid black !important;
}
/* :L6697 */
body.page-viewquoteorpolicy .agent-policy-view .border-bottom-right {
  border-right: 1px solid black !important;
  border-bottom: 1px solid black !important;
}
/* :L6702 */
body.page-viewquoteorpolicy .agent-policy-view .border-right {
  border-right: 1px solid black !important;
}
/* :L6706 */
body.page-viewquoteorpolicy .agent-policy-view .border-bottom {
  border-bottom: 1px solid black !important;
}
/* :L6710 */
body.page-viewquoteorpolicy .agent-policy-view .fix-margins {
  padding: 0;
  margin: 0;
}
/* :L6715 */
body.page-viewquoteorpolicy .agent-policy-view .column-2-fields {
  padding: 21px 15px;
  padding-top: 0;
}
/* :L6721 */
/* :L6724 */
.page-failedautorenewals #instanda-site-layout > div.instanda-main-content-container .instanda-failed-auto-renewals > .container > form:nth-child(1) > div:nth-child(3) > div:nth-child(2) > button {
  font-size: 0;
  margin-left: 10px;
}
/* :L6728 */
.page-failedautorenewals #instanda-site-layout > div.instanda-main-content-container .instanda-failed-auto-renewals > .container > form:nth-child(1) > div:nth-child(3) > div:nth-child(2) > button:after {
  font-size: 14px;
  content: "Zoeken";
}
/* :L6734 */
.page-failedautorenewals input#SearchValue {
  border-radius: 0;
}
/* :L6738 */
.page-failedautorenewals #instanda-site-layout > div.instanda-main-content-container .instanda-failed-auto-renewals > .container {
  padding-left: 0;
}
/* :L6742 */
.page-failedautorenewals .questionItem.row.failed-renewals-row {
  font-size: 14px;
  width: 955px;
}
/* :L6747 */
.page-failedautorenewals .container.alert.alert-danger.alert-dismissible.show {
  display: none !important;
}
/* :L6751 */
.page-failedautorenewals div#instanda-site-layout {
  display: flex;
  justify-content: center;
}
/* :L6756 */
.page-failedautorenewals form.failed-renewals {
  display: flex;
  flex-direction: column;
}
/* :L6760 */
.page-failedautorenewals form.failed-renewals > div:nth-child(2) {
  order: 1;
  display: flex;
  align-items: baseline;
}
/* :L6765 */
.page-failedautorenewals form.failed-renewals > div:nth-child(2) .failed-renewals-page {
  margin-right: 20px;
}
/* :L6770 */
.page-failedautorenewals form.failed-renewals > div:nth-child(3) {
  order: 0;
  margin-bottom: 25px;
}
/* :L6776 */
.page-failedautorenewals #instanda-site-layout > div.instanda-main-content-container .instanda-failed-auto-renewals > .container > form:nth-child(4) > div {
  display: flex;
  align-items: baseline;
  margin-top: 20px;
}
/* :L6781 */
.page-failedautorenewals #instanda-site-layout > div.instanda-main-content-container .instanda-failed-auto-renewals > .container > form:nth-child(4) > div .failed-renewals-page {
  margin-right: 20px;
}
/* :L6786 */
.page-failedautorenewals #instanda-site-layout > div.instanda-main-content-container > div {
  margin-top: 15px;
}
/* :L6790 */
.page-failedautorenewals .title {
  font-size: 18px;
  font-weight: bold;
  color: black;
  margin-bottom: 20px;
}
/* :L6797 */
.page-failedautorenewals .failed-renewals-value {
  display: flex;
  margin-bottom: 20px;
}
/* :L6801 */
.page-failedautorenewals .failed-renewals-value form {
  margin-right: 10px;
}
/* :L6806 */
.page-failedautorenewals .failed-renewals-actions {
  padding-left: 0;
}
/* :L6810 */
.page-failedautorenewals .instanda-failed-auto-renewals::first-line {
  visibility: hidden;
}
/* :L6814 */
/* :L6815 */
.page-failedautorenewals .instanda-main-content:before {
  content: "Geblokkeerde automatische prolongaties";
  font-size: 18px;
  font-weight: bold;
}
/* :L6822 */
.page-failedautorenewals span.label-phrase {
  position: absolute;
}
/* :L6826 */
.page-failedautorenewals #instanda-site-layout > div.instanda-main-content-container .instanda-failed-auto-renewals > .container > form:nth-child(1) > div:nth-child(3) > div:nth-child(2) {
  display: flex;
}
/* :L6830 */
/* :L6833 */
.page-viewclaims .policy-data {
  border: solid 1px black;
}
/* :L6837 */
.page-viewclaims .policy-heading {
  background: lightgray;
}
/* :L6841 */
.page-viewclaims .policy-data .quote-ref,
.page-viewclaims .policy-data .sale-stage,
.page-viewclaims .policy-data .created-on {
  border-right: solid 1px black;
  flex-basis: 33%;
  flex-grow: 1;
}
/* :L6848 */
/* :L6852 */
.page-viewclaims .policy-data .row {
  margin: 0;
}
/* :L6856 */
.page-viewclaims .claim-list {
  margin: 15px 0;
}
/* :L6860 */
.page-viewclaims .claim-list h2 {
  padding: initial;
  margin: initial;
}
/* :L6864 */
/* :L6867 */
.page-viewclaims .row.claim-row-data > div {
  display: flex;
  border-style: solid;
  border-color: black;
  border-width: 0 1px 1px 1px;
  align-items: center;
  flex-basis: 50%;
  min-width: 300px;
  flex-grow: 1;
  font-size: 13px;
  /* ritaHiscoxNL CSS schades section APNLD-804 */

}
/* :L6879 */
.page-viewclaims .row.claim-row-data span {
  color: initial;
  font-size: 13px !important;
  /* ritaHiscoxNL CSS schades section APNLD-804: added important! tag */
  /* InesVasconcelosHiscoxNL CSS schades section APNLD-804: changed size to 13 */
  font-weight: 700;
  border-right: solid 1px black;
  margin: 0;
  flex-basis: 50%;
  margin-right: 10px;
}
/* :L6889 */
.page-viewclaims .container.view-claims-content {
  font-size: 13px !important;
  /* InesVasconcelosHiscoxNL CSS schades section APNLD-804: changed size to 13 */

}
/* :L6893 */
.page-viewclaims .container.view-claims-content .row {
  margin: 0;
  display: flex;
  flex-flow: row wrap;
}
/* :L6899 */
.page-viewclaims .container.view-claims-content .policy-item .row {
  border-color: black;
  border-style: solid;
  border-width: 1px 0px 0 0px;
}
/* :L6905 */
.page-viewclaims .claim-data > .claim-item {
  margin-top: 15px;
  padding: 0;
}
/* :L6909 */
.page-viewclaims .claim-list .mobile-claim-heading {
  display: inline-block !important;
}
/* :L6913 */
.page-viewclaims .claim-item.claims-heading {
  display: none;
}
/* :L6917 */
.page-viewclaims .col-lg-2.col-md-2.col-sm-6.col-xs-12.claim-ref {
  flex-basis: 100%;
  background: lightgray;
  margin-top: 0;
  border-width: 1px;
  border-style: solid;
  border-color: black;
}
/* :L6926 */
.page-viewclaims .col-lg-2.col-md-2.col-sm-6.col-xs-12.claim-ref span {
  flex-basis: auto;
  border: none;
}
/* :L6931 */
.page-viewclaims .col-lg-2.col-md-2.col-sm-6.col-xs-12.claim-action {
  border-bottom: none;
  border-bottom: solid 1px black;
  flex-basis: 100%;
}
/* :L6937 */
.page-viewclaims .claim-action-button {
  margin-right: 10px;
}
/* :L6942 */
.page-viewclaims .col-lg-2.col-md-2.col-sm-6.col-xs-12.claim-action span {
  flex-basis: auto;
  border: none;
  padding: 5px 0;
  margin-right: 10px;
}
/* :L6949 */
/* :L6950 */
/* :L6951 */
.page-viewquoteorpolicy.sale-stage-cancelled .toast-success .toast-title {
  font-size: 0;
}
/* :L6953 */
.page-viewquoteorpolicy.sale-stage-cancelled .toast-success .toast-title::before {
  font-size: 1px;
  content: '';
}
/* :L6958 */
.page-viewquoteorpolicy.sale-stage-cancelled .toast-success .toast-message {
  font-size: 0;
}
/* :L6960 */
.page-viewquoteorpolicy.sale-stage-cancelled .toast-success .toast-message::before {
  font-size: 12pt;
  content: 'De polis is geheractiveerd.';
}
/* :L6969 */
/* :L6970 */
/* :L6972 */
body.page-viewquoteorpolicy.created-from-cancellation.package-12733.sale-stage-cancelled.site-agent.theme-responsive.modal-open .modal-footer .btn-primary:hover {
  color: transparent !important;
  background-color: transparent !important;
  outline: none;
}
/* :L6978 */
body.page-viewquoteorpolicy.created-from-cancellation.package-12733.sale-stage-cancelled.site-agent.theme-responsive.modal-open .modal-footer .btn-primary:focus {
  color: transparent !important;
  background-color: transparent !important;
  outline: none;
}
/* :L6985 */
body.page-viewquoteorpolicy.created-from-cancellation.package-12733.sale-stage-cancelled.site-agent.theme-responsive.modal-open .modal-footer .btn-primary:active {
  color: transparent !important;
  background-color: transparent !important;
  outline: none;
}
/* :L6992 */
body.page-viewquoteorpolicy.created-from-cancellation.package-12733.sale-stage-cancelled.site-agent.theme-responsive.modal-open .modal-footer input {
  color: transparent;
  width: 100px;
  height: 35px;
  background-color: transparent;
  z-index: 999;
  position: relative;
  outline: none;
}
/* :L7002 */
body.page-viewquoteorpolicy.created-from-cancellation.package-12733.sale-stage-cancelled.site-agent.theme-responsive.modal-open .modal-footer button.btn.btn-danger {
  width: 100px;
  background: #da291c;
}
/* :L7009 */
body.page-viewquoteorpolicy.created-from-cancellation.package-12733.sale-stage-cancelled.site-agent.theme-responsive.modal-open .modal-footer button.btn.btn-danger:hover {
  background-color: #da291c !important;
  outline: none;
}
/* :L7014 */
body.page-viewquoteorpolicy.created-from-cancellation.package-12733.sale-stage-cancelled.site-agent.theme-responsive.modal-open .modal-footer button.btn.btn-danger:focus {
  background-color: #da291c !important;
  outline: none;
}
/* :L7020 */
body.page-viewquoteorpolicy.created-from-cancellation.package-12733.sale-stage-cancelled.site-agent.theme-responsive.modal-open .modal-footer button.btn.btn-danger:active {
  background-color: #da291c !important;
  outline: none;
}
/* :L7028 */
body.page-viewquoteorpolicy.created-from-cancellation.package-12733.sale-stage-cancelled.site-agent.theme-responsive.modal-open .modal-footer button.btn.btn-danger::before {
  content: "Annuleren";
  display: flex;
  align-items: center;
  height: 25px;
  float: right;
  position: absolute;
  background-color: #da291c;
  bottom: 20px;
  right: 142px;
  color: white;
  font-family: arial;
}
/* :L7041 */
body.page-viewquoteorpolicy.created-from-cancellation.package-12733.sale-stage-cancelled.site-agent.theme-responsive.modal-open .modal-footer button.btn.btn-danger::before:focus {
  color: white !important;
  background-color: #c22019 !important;
  border-color: #c22019 !important;
}
/* :L7048 */
body.page-viewquoteorpolicy.created-from-cancellation.package-12733.sale-stage-cancelled.site-agent.theme-responsive.modal-open .modal-footer::after {
  width: 100px;
  visibility: visible;
  content: "Bevestigen";
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  height: 32px;
  float: right;
  position: absolute;
  margin-left: 467px;
  background-color: #da291c;
  z-index: 0;
  bottom: 17px;
}
/* :L7065 */
#instanda-cp-login-form {
  background: unset;
  border: unset;
  box-shadow: unset;
}
/* :L7071 */
#instanda-cp-login-form label[for="username"] {
  visibility: hidden;
}
/* :L7074 */
#instanda-cp-login-form label[for="username"]:after {
  visibility: visible;
  content: "Gebruikersnaam";
  display: flex;
}
/* :L7081 */
#instanda-cp-login-form label[for="password"] {
  visibility: hidden;
}
/* :L7084 */
#instanda-cp-login-form label[for="password"]:after {
  visibility: visible;
  content: "Wachtwoord";
  display: flex;
}
/* :L7092 */
#instanda-cp-login-form .form-control {
  border-radius: unset;
  border-color: #5f5f5f;
}
/* :L7097 */
#instanda-cp-login-form .instanda-btn {
  visibility: hidden;
  padding: 0px;
}
/* :L7101 */
#instanda-cp-login-form .instanda-btn:after {
  width: 130px;
  background-color: #c22019;
  visibility: visible;
  content: "Login";
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-top: -15px;
}
/* :L7115 */
#instanda-cp-login-form #instanda-cp-forgot-link {
  visibility: hidden;
}
/* :L7118 */
#instanda-cp-login-form #instanda-cp-forgot-link:after {
  position: absolute;
  right: -80px;
  top: -40px;
  margin-right: 0px !important;
  content: "Wachtwoord vergeten?";
  visibility: Visible;
  color: #5f5f5f;
}
/* :L7129 */
#instanda-cp-login-form #instanda-cp-forgot-link:hover:after {
  text-decoration: underline;
}
/* :L7136 */
#instanda-cp-login-form .instanda-upper-content {
  margin-bottom: 20px;
}
/* :L7140 */
/* :L7141 */
#instanda-cp-login-form .instanda-lower-content .first-time-link {
  color: black;
  text-decoration: underline;
  font-size: 16px;
}
/* :L7148 */
#instanda-cp-login-form .agent-login-links {
  position: relative;
}
/* :L7152 */
#instanda-cp-login-form .agent-login-links .agent-login-forgot-password {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: 0px;
}
@media only screen and (max-width: 576px) {
  #instanda-cp-login-form .agent-login-links .agent-login-forgot-password {
    font-size: 12px;
    right: -5px;
  }
}
/* :L7164 */
#instanda-cp-login-form .agent-login-links .agent-login-forgot-password:after {
  visibility: visible;
  content: 'Wachtwoord vergeten?';
  text-decoration: underline;
  color: #5f5f5f;
}
/* :L7176 */
#instanda-cp-login-form .agent-login-new-user {
  display: none;
}
/* :L7187 */
/* :L7193 */
.page-specificclaimtypequestionsforagentsite .questionItem,
.page-updateclaim .questionItem,
.page-specificclaimtypequestionsforpublicsite .questionItem,
.page-determineclaimtypequestionsforagentsite .questionItem,
.page-determineclaimtypequestionsforapublicsite .questionItem,
.page-determineclaimtypequestionsforpublicsite .questionItem {
  display: flex;
  flex-flow: row wrap;
}
/* :L7198 */
.page-specificclaimtypequestionsforagentsite .questionList.instanda-questionList,
.page-updateclaim .questionList.instanda-questionList,
.page-specificclaimtypequestionsforpublicsite .questionList.instanda-questionList,
.page-determineclaimtypequestionsforagentsite .questionList.instanda-questionList,
.page-determineclaimtypequestionsforapublicsite .questionList.instanda-questionList,
.page-determineclaimtypequestionsforpublicsite .questionList.instanda-questionList {
  border: 2px solid #bebebe;
  padding: 40px;
}
/* :L7203 */
/* :L7204 */
.page-specificclaimtypequestionsforagentsite .header-hack label,
.page-updateclaim .header-hack label,
.page-specificclaimtypequestionsforpublicsite .header-hack label,
.page-determineclaimtypequestionsforagentsite .header-hack label,
.page-determineclaimtypequestionsforapublicsite .header-hack label,
.page-determineclaimtypequestionsforpublicsite .header-hack label {
  display: none;
}
/* :L7209 */
.page-specificclaimtypequestionsforagentsite .claim-area,
.page-updateclaim .claim-area,
.page-specificclaimtypequestionsforpublicsite .claim-area,
.page-determineclaimtypequestionsforagentsite .claim-area,
.page-determineclaimtypequestionsforapublicsite .claim-area,
.page-determineclaimtypequestionsforpublicsite .claim-area {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}
/* :L7214 */
.page-specificclaimtypequestionsforagentsite .claim-area .container,
.page-updateclaim .claim-area .container,
.page-specificclaimtypequestionsforpublicsite .claim-area .container,
.page-determineclaimtypequestionsforagentsite .claim-area .container,
.page-determineclaimtypequestionsforapublicsite .claim-area .container,
.page-determineclaimtypequestionsforpublicsite .claim-area .container {
  width: auto;
}
/* :L7217 */
.page-specificclaimtypequestionsforagentsite .claim-area .container .row,
.page-updateclaim .claim-area .container .row,
.page-specificclaimtypequestionsforpublicsite .claim-area .container .row,
.page-determineclaimtypequestionsforagentsite .claim-area .container .row,
.page-determineclaimtypequestionsforapublicsite .claim-area .container .row,
.page-determineclaimtypequestionsforpublicsite .claim-area .container .row {
  margin-left: 0;
  margin-right: 0;
}
/* :L7222 */
.page-specificclaimtypequestionsforagentsite .claim-area .container .instanda-question-label,
.page-updateclaim .claim-area .container .instanda-question-label,
.page-specificclaimtypequestionsforpublicsite .claim-area .container .instanda-question-label,
.page-determineclaimtypequestionsforagentsite .claim-area .container .instanda-question-label,
.page-determineclaimtypequestionsforapublicsite .claim-area .container .instanda-question-label,
.page-determineclaimtypequestionsforpublicsite .claim-area .container .instanda-question-label {
  flex-basis: 125px;
}
/* :L7226 */
/* :L7227 */
.page-specificclaimtypequestionsforagentsite .claim-area .container.claims-finish-question .instanda-question-label,
.page-updateclaim .claim-area .container.claims-finish-question .instanda-question-label,
.page-specificclaimtypequestionsforpublicsite .claim-area .container.claims-finish-question .instanda-question-label,
.page-determineclaimtypequestionsforagentsite .claim-area .container.claims-finish-question .instanda-question-label,
.page-determineclaimtypequestionsforapublicsite .claim-area .container.claims-finish-question .instanda-question-label,
.page-determineclaimtypequestionsforpublicsite .claim-area .container.claims-finish-question .instanda-question-label {
  flex-basis: 100%;
  text-align: center;
}
/* :L7231 */
.page-specificclaimtypequestionsforagentsite .claim-area .container.claims-finish-question .instanda-question-input,
.page-updateclaim .claim-area .container.claims-finish-question .instanda-question-input,
.page-specificclaimtypequestionsforpublicsite .claim-area .container.claims-finish-question .instanda-question-input,
.page-determineclaimtypequestionsforagentsite .claim-area .container.claims-finish-question .instanda-question-input,
.page-determineclaimtypequestionsforapublicsite .claim-area .container.claims-finish-question .instanda-question-input,
.page-determineclaimtypequestionsforpublicsite .claim-area .container.claims-finish-question .instanda-question-input {
  gap: 15px;
}
/* :L7233 */
.page-specificclaimtypequestionsforagentsite .claim-area .container.claims-finish-question .instanda-question-input .radio-inline,
.page-updateclaim .claim-area .container.claims-finish-question .instanda-question-input .radio-inline,
.page-specificclaimtypequestionsforpublicsite .claim-area .container.claims-finish-question .instanda-question-input .radio-inline,
.page-determineclaimtypequestionsforagentsite .claim-area .container.claims-finish-question .instanda-question-input .radio-inline,
.page-determineclaimtypequestionsforapublicsite .claim-area .container.claims-finish-question .instanda-question-input .radio-inline,
.page-determineclaimtypequestionsforpublicsite .claim-area .container.claims-finish-question .instanda-question-input .radio-inline {
  margin: 0;
}
/* :L7235 */
.page-specificclaimtypequestionsforagentsite .claim-area .container.claims-finish-question .instanda-question-input .radio-inline.instanda-question-yes-no-yes,
.page-updateclaim .claim-area .container.claims-finish-question .instanda-question-input .radio-inline.instanda-question-yes-no-yes,
.page-specificclaimtypequestionsforpublicsite .claim-area .container.claims-finish-question .instanda-question-input .radio-inline.instanda-question-yes-no-yes,
.page-determineclaimtypequestionsforagentsite .claim-area .container.claims-finish-question .instanda-question-input .radio-inline.instanda-question-yes-no-yes,
.page-determineclaimtypequestionsforapublicsite .claim-area .container.claims-finish-question .instanda-question-input .radio-inline.instanda-question-yes-no-yes,
.page-determineclaimtypequestionsforpublicsite .claim-area .container.claims-finish-question .instanda-question-input .radio-inline.instanda-question-yes-no-yes {
  order: 2;
}
/* :L7244 */
.page-specificclaimtypequestionsforagentsite .quick-quote-main-container,
.page-updateclaim .quick-quote-main-container,
.page-specificclaimtypequestionsforpublicsite .quick-quote-main-container,
.page-determineclaimtypequestionsforagentsite .quick-quote-main-container,
.page-determineclaimtypequestionsforapublicsite .quick-quote-main-container,
.page-determineclaimtypequestionsforpublicsite .quick-quote-main-container {
  height: auto;
}
/* :L7248 */
/* :L7249 */
/* :L7250 */
.page-specificclaimtypequestionsforagentsite .instanda-specific-claim-questions + .container .col-xs-12.col-sm-12.col-md-12.col-lg-12,
.page-updateclaim .instanda-specific-claim-questions + .container .col-xs-12.col-sm-12.col-md-12.col-lg-12,
.page-specificclaimtypequestionsforpublicsite .instanda-specific-claim-questions + .container .col-xs-12.col-sm-12.col-md-12.col-lg-12,
.page-determineclaimtypequestionsforagentsite .instanda-specific-claim-questions + .container .col-xs-12.col-sm-12.col-md-12.col-lg-12,
.page-determineclaimtypequestionsforapublicsite .instanda-specific-claim-questions + .container .col-xs-12.col-sm-12.col-md-12.col-lg-12,
.page-determineclaimtypequestionsforpublicsite .instanda-specific-claim-questions + .container .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
  display: flex;
  padding: 0;
}
/* :L7254 */
.page-specificclaimtypequestionsforagentsite .instanda-specific-claim-questions + .container .col-xs-12.col-sm-12.col-md-12.col-lg-12 .pull-right,
.page-updateclaim .instanda-specific-claim-questions + .container .col-xs-12.col-sm-12.col-md-12.col-lg-12 .pull-right,
.page-specificclaimtypequestionsforpublicsite .instanda-specific-claim-questions + .container .col-xs-12.col-sm-12.col-md-12.col-lg-12 .pull-right,
.page-determineclaimtypequestionsforagentsite .instanda-specific-claim-questions + .container .col-xs-12.col-sm-12.col-md-12.col-lg-12 .pull-right,
.page-determineclaimtypequestionsforapublicsite .instanda-specific-claim-questions + .container .col-xs-12.col-sm-12.col-md-12.col-lg-12 .pull-right,
.page-determineclaimtypequestionsforpublicsite .instanda-specific-claim-questions + .container .col-xs-12.col-sm-12.col-md-12.col-lg-12 .pull-right {
  display: flex;
  margin-left: auto;
  float: none !important;
  align-items: flex-start;
}
/* :L7261 */
.page-specificclaimtypequestionsforagentsite .instanda-specific-claim-questions + .container .col-xs-12.col-sm-12.col-md-12.col-lg-12 .pull-right button,
.page-updateclaim .instanda-specific-claim-questions + .container .col-xs-12.col-sm-12.col-md-12.col-lg-12 .pull-right button,
.page-specificclaimtypequestionsforpublicsite .instanda-specific-claim-questions + .container .col-xs-12.col-sm-12.col-md-12.col-lg-12 .pull-right button,
.page-determineclaimtypequestionsforagentsite .instanda-specific-claim-questions + .container .col-xs-12.col-sm-12.col-md-12.col-lg-12 .pull-right button,
.page-determineclaimtypequestionsforapublicsite .instanda-specific-claim-questions + .container .col-xs-12.col-sm-12.col-md-12.col-lg-12 .pull-right button,
.page-determineclaimtypequestionsforpublicsite .instanda-specific-claim-questions + .container .col-xs-12.col-sm-12.col-md-12.col-lg-12 .pull-right button {
  margin-left: 5px !important;
  width: auto;
  height: auto;
  display: inline-block;
}
/* :L7273 */
.page-specificclaimtypequestionsforagentsite .question-area,
.page-updateclaim .question-area,
.page-specificclaimtypequestionsforpublicsite .question-area,
.page-determineclaimtypequestionsforagentsite .question-area,
.page-determineclaimtypequestionsforapublicsite .question-area,
.page-determineclaimtypequestionsforpublicsite .question-area {
  flex-basis: 670px;
  flex-grow: 1;
}
/* :L7278 */
.page-specificclaimtypequestionsforagentsite .contact-area,
.page-updateclaim .contact-area,
.page-specificclaimtypequestionsforpublicsite .contact-area,
.page-determineclaimtypequestionsforagentsite .contact-area,
.page-determineclaimtypequestionsforapublicsite .contact-area,
.page-determineclaimtypequestionsforpublicsite .contact-area {
  flex-shrink: 1;
  flex-basis: 340px;
}
/* :L7281 */
.site-agent.page-specificclaimtypequestionsforagentsite .contact-area,
.site-agent.page-updateclaim .contact-area,
.site-agent.page-specificclaimtypequestionsforpublicsite .contact-area,
.site-agent.page-determineclaimtypequestionsforagentsite .contact-area,
.site-agent.page-determineclaimtypequestionsforapublicsite .contact-area,
.site-agent.page-determineclaimtypequestionsforpublicsite .contact-area {
  display: none;
}
/* :L7286 */
.page-specificclaimtypequestionsforagentsite .instanda-responsive-help-text,
.page-updateclaim .instanda-responsive-help-text,
.page-specificclaimtypequestionsforpublicsite .instanda-responsive-help-text,
.page-determineclaimtypequestionsforagentsite .instanda-responsive-help-text,
.page-determineclaimtypequestionsforapublicsite .instanda-responsive-help-text,
.page-determineclaimtypequestionsforpublicsite .instanda-responsive-help-text {
  flex-basis: 100%;
  background: #c5c5c5;
  padding: 10px 0;
  padding: 0;
}
/* :L7292 */
.page-specificclaimtypequestionsforagentsite .instanda-responsive-help-text .col-xs-12.col-sm-7.col-md-7.col-lg-7,
.page-updateclaim .instanda-responsive-help-text .col-xs-12.col-sm-7.col-md-7.col-lg-7,
.page-specificclaimtypequestionsforpublicsite .instanda-responsive-help-text .col-xs-12.col-sm-7.col-md-7.col-lg-7,
.page-determineclaimtypequestionsforagentsite .instanda-responsive-help-text .col-xs-12.col-sm-7.col-md-7.col-lg-7,
.page-determineclaimtypequestionsforapublicsite .instanda-responsive-help-text .col-xs-12.col-sm-7.col-md-7.col-lg-7,
.page-determineclaimtypequestionsforpublicsite .instanda-responsive-help-text .col-xs-12.col-sm-7.col-md-7.col-lg-7 {
  padding: 10px 15px;
}
/* :L7297 */
.page-specificclaimtypequestionsforagentsite i.instanda-responsive-help-icon.fa.fa-question-circle.fa-2x,
.page-updateclaim i.instanda-responsive-help-icon.fa.fa-question-circle.fa-2x,
.page-specificclaimtypequestionsforpublicsite i.instanda-responsive-help-icon.fa.fa-question-circle.fa-2x,
.page-determineclaimtypequestionsforagentsite i.instanda-responsive-help-icon.fa.fa-question-circle.fa-2x,
.page-determineclaimtypequestionsforapublicsite i.instanda-responsive-help-icon.fa.fa-question-circle.fa-2x,
.page-determineclaimtypequestionsforpublicsite i.instanda-responsive-help-icon.fa.fa-question-circle.fa-2x {
  color: grey;
  font-size: 15pt;
}
/* :L7302 */
/* :L7303 */
.page-specificclaimtypequestionsforagentsite .questionItem > .instanda-text-question.form-group.row,
.page-updateclaim .questionItem > .instanda-text-question.form-group.row,
.page-specificclaimtypequestionsforpublicsite .questionItem > .instanda-text-question.form-group.row,
.page-determineclaimtypequestionsforagentsite .questionItem > .instanda-text-question.form-group.row,
.page-determineclaimtypequestionsforapublicsite .questionItem > .instanda-text-question.form-group.row,
.page-determineclaimtypequestionsforpublicsite .questionItem > .instanda-text-question.form-group.row {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
/* :L7308 */
.page-specificclaimtypequestionsforagentsite .questionItem > .instanda-text-question.form-group.row .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
.page-updateclaim .questionItem > .instanda-text-question.form-group.row .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
.page-specificclaimtypequestionsforpublicsite .questionItem > .instanda-text-question.form-group.row .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
.page-determineclaimtypequestionsforagentsite .questionItem > .instanda-text-question.form-group.row .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
.page-determineclaimtypequestionsforapublicsite .questionItem > .instanda-text-question.form-group.row .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
.page-determineclaimtypequestionsforpublicsite .questionItem > .instanda-text-question.form-group.row .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  order: 2;
}
/* :L7312 */
.page-specificclaimtypequestionsforagentsite .questionItem > .instanda-text-question.form-group.row .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6,
.page-updateclaim .questionItem > .instanda-text-question.form-group.row .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6,
.page-specificclaimtypequestionsforpublicsite .questionItem > .instanda-text-question.form-group.row .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6,
.page-determineclaimtypequestionsforagentsite .questionItem > .instanda-text-question.form-group.row .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6,
.page-determineclaimtypequestionsforapublicsite .questionItem > .instanda-text-question.form-group.row .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6,
.page-determineclaimtypequestionsforpublicsite .questionItem > .instanda-text-question.form-group.row .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
  width: 50px;
}
/* :L7317 */
.page-specificclaimtypequestionsforagentsite .questionItem label.radio-inline,
.page-updateclaim .questionItem label.radio-inline,
.page-specificclaimtypequestionsforpublicsite .questionItem label.radio-inline,
.page-determineclaimtypequestionsforagentsite .questionItem label.radio-inline,
.page-determineclaimtypequestionsforapublicsite .questionItem label.radio-inline,
.page-determineclaimtypequestionsforpublicsite .questionItem label.radio-inline {
  background: gray;
  color: white;
  padding: 5px 30px;
}
/* :L7322 */
.page-specificclaimtypequestionsforagentsite .questionItem label.radio-inline.instanda-selected,
.page-updateclaim .questionItem label.radio-inline.instanda-selected,
.page-specificclaimtypequestionsforpublicsite .questionItem label.radio-inline.instanda-selected,
.page-determineclaimtypequestionsforagentsite .questionItem label.radio-inline.instanda-selected,
.page-determineclaimtypequestionsforapublicsite .questionItem label.radio-inline.instanda-selected,
.page-determineclaimtypequestionsforpublicsite .questionItem label.radio-inline.instanda-selected {
  background: #da291c;
  color: white;
  padding: 5px 30px;
}
/* :L7328 */
.page-specificclaimtypequestionsforagentsite .questionItem label.radio-inline input,
.page-updateclaim .questionItem label.radio-inline input,
.page-specificclaimtypequestionsforpublicsite .questionItem label.radio-inline input,
.page-determineclaimtypequestionsforagentsite .questionItem label.radio-inline input,
.page-determineclaimtypequestionsforapublicsite .questionItem label.radio-inline input,
.page-determineclaimtypequestionsforpublicsite .questionItem label.radio-inline input {
  appearance: none;
}
/* :L7333 */
.page-specificclaimtypequestionsforagentsite .blackBanner-2,
.page-updateclaim .blackBanner-2,
.page-specificclaimtypequestionsforpublicsite .blackBanner-2,
.page-determineclaimtypequestionsforagentsite .blackBanner-2,
.page-determineclaimtypequestionsforapublicsite .blackBanner-2,
.page-determineclaimtypequestionsforpublicsite .blackBanner-2 {
  margin-bottom: 30px;
}
/* :L7336 */
.page-specificclaimtypequestionsforagentsite .banner.summary-details,
.page-updateclaim .banner.summary-details,
.page-specificclaimtypequestionsforpublicsite .banner.summary-details,
.page-determineclaimtypequestionsforagentsite .banner.summary-details,
.page-determineclaimtypequestionsforapublicsite .banner.summary-details,
.page-determineclaimtypequestionsforpublicsite .banner.summary-details {
  display: flex;
}
/* :L7338 */
/* :L7339 */
.page-specificclaimtypequestionsforagentsite .banner.summary-details .group-2-fields > div,
.page-updateclaim .banner.summary-details .group-2-fields > div,
.page-specificclaimtypequestionsforpublicsite .banner.summary-details .group-2-fields > div,
.page-determineclaimtypequestionsforagentsite .banner.summary-details .group-2-fields > div,
.page-determineclaimtypequestionsforapublicsite .banner.summary-details .group-2-fields > div,
.page-determineclaimtypequestionsforpublicsite .banner.summary-details .group-2-fields > div {
  display: flex;
  flex-flow: row wrap;
}
/* :L7342 */
.page-specificclaimtypequestionsforagentsite .banner.summary-details .group-2-fields > div p,
.page-updateclaim .banner.summary-details .group-2-fields > div p,
.page-specificclaimtypequestionsforpublicsite .banner.summary-details .group-2-fields > div p,
.page-determineclaimtypequestionsforagentsite .banner.summary-details .group-2-fields > div p,
.page-determineclaimtypequestionsforapublicsite .banner.summary-details .group-2-fields > div p,
.page-determineclaimtypequestionsforpublicsite .banner.summary-details .group-2-fields > div p {
  flex-basis: 100%;
}
/* :L7347 */
.page-specificclaimtypequestionsforagentsite .banner.summary-details .last-field,
.page-updateclaim .banner.summary-details .last-field,
.page-specificclaimtypequestionsforpublicsite .banner.summary-details .last-field,
.page-determineclaimtypequestionsforagentsite .banner.summary-details .last-field,
.page-determineclaimtypequestionsforapublicsite .banner.summary-details .last-field,
.page-determineclaimtypequestionsforpublicsite .banner.summary-details .last-field {
  flex-flow: row wrap;
}
/* :L7349 */
.page-specificclaimtypequestionsforagentsite .banner.summary-details .last-field p,
.page-updateclaim .banner.summary-details .last-field p,
.page-specificclaimtypequestionsforpublicsite .banner.summary-details .last-field p,
.page-determineclaimtypequestionsforagentsite .banner.summary-details .last-field p,
.page-determineclaimtypequestionsforapublicsite .banner.summary-details .last-field p,
.page-determineclaimtypequestionsforpublicsite .banner.summary-details .last-field p {
  flex-basis: 100%;
}
/* :L7353 */
.page-specificclaimtypequestionsforagentsite .banner.summary-details .content-container-mta,
.page-updateclaim .banner.summary-details .content-container-mta,
.page-specificclaimtypequestionsforpublicsite .banner.summary-details .content-container-mta,
.page-determineclaimtypequestionsforagentsite .banner.summary-details .content-container-mta,
.page-determineclaimtypequestionsforapublicsite .banner.summary-details .content-container-mta,
.page-determineclaimtypequestionsforpublicsite .banner.summary-details .content-container-mta {
  align-items: flex-start;
}
/* :L7358 */
.page-specificclaimtypequestionsforagentsite .container.alert.alert-danger.alert-dismissible.show,
.page-updateclaim .container.alert.alert-danger.alert-dismissible.show,
.page-specificclaimtypequestionsforpublicsite .container.alert.alert-danger.alert-dismissible.show,
.page-determineclaimtypequestionsforagentsite .container.alert.alert-danger.alert-dismissible.show,
.page-determineclaimtypequestionsforapublicsite .container.alert.alert-danger.alert-dismissible.show,
.page-determineclaimtypequestionsforpublicsite .container.alert.alert-danger.alert-dismissible.show {
  color: white;
  background: #317731;
  border-radius: 12px;
  border: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
/* :L7364 */
.page-specificclaimtypequestionsforagentsite .container.alert.alert-danger.alert-dismissible.show button.close,
.page-updateclaim .container.alert.alert-danger.alert-dismissible.show button.close,
.page-specificclaimtypequestionsforpublicsite .container.alert.alert-danger.alert-dismissible.show button.close,
.page-determineclaimtypequestionsforagentsite .container.alert.alert-danger.alert-dismissible.show button.close,
.page-determineclaimtypequestionsforapublicsite .container.alert.alert-danger.alert-dismissible.show button.close,
.page-determineclaimtypequestionsforpublicsite .container.alert.alert-danger.alert-dismissible.show button.close {
  opacity: 1;
  order: 2;
  flex-basis: 50px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  top: 0;
  right: 0;
}
/* :L7375 */
.page-specificclaimtypequestionsforagentsite .container.alert.alert-danger.alert-dismissible.show button.close:hover,
.page-updateclaim .container.alert.alert-danger.alert-dismissible.show button.close:hover,
.page-specificclaimtypequestionsforpublicsite .container.alert.alert-danger.alert-dismissible.show button.close:hover,
.page-determineclaimtypequestionsforagentsite .container.alert.alert-danger.alert-dismissible.show button.close:hover,
.page-determineclaimtypequestionsforapublicsite .container.alert.alert-danger.alert-dismissible.show button.close:hover,
.page-determineclaimtypequestionsforpublicsite .container.alert.alert-danger.alert-dismissible.show button.close:hover {
  background: white;
  opacity: 1;
  border-radius: 12px;
}
/* :L7380 */
.page-specificclaimtypequestionsforagentsite .container.alert.alert-danger.alert-dismissible.show button.close span,
.page-updateclaim .container.alert.alert-danger.alert-dismissible.show button.close span,
.page-specificclaimtypequestionsforpublicsite .container.alert.alert-danger.alert-dismissible.show button.close span,
.page-determineclaimtypequestionsforagentsite .container.alert.alert-danger.alert-dismissible.show button.close span,
.page-determineclaimtypequestionsforapublicsite .container.alert.alert-danger.alert-dismissible.show button.close span,
.page-determineclaimtypequestionsforpublicsite .container.alert.alert-danger.alert-dismissible.show button.close span {
  font-size: 24pt;
  top: 0;
  right: 0;
}
/* :L7388 */
.page-specificclaimtypequestionsforagentsite .container.alert.alert-danger.alert-dismissible.show .validation-summary-errors,
.page-updateclaim .container.alert.alert-danger.alert-dismissible.show .validation-summary-errors,
.page-specificclaimtypequestionsforpublicsite .container.alert.alert-danger.alert-dismissible.show .validation-summary-errors,
.page-determineclaimtypequestionsforagentsite .container.alert.alert-danger.alert-dismissible.show .validation-summary-errors,
.page-determineclaimtypequestionsforapublicsite .container.alert.alert-danger.alert-dismissible.show .validation-summary-errors,
.page-determineclaimtypequestionsforpublicsite .container.alert.alert-danger.alert-dismissible.show .validation-summary-errors {
  flex-grow: 1;
}
/* :L7395 */
/* :L7396 */
/* :L7397 */
.confirm-yes-no .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 .instanda-question-input {
  display: flex;
}
/* :L7399 */
.confirm-yes-no .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 .instanda-question-input label.radio-inline {
  flex-grow: 1;
  text-align: center;
}
/* :L7406 */
.confirm-yes-no > .form-group {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
/* :L7410 */
.confirm-yes-no > .form-group > .form-group {
  flex-grow: 1;
}
/* :L7414 */
.confirm-yes-no .instanda-text-question.form-group.row {
  flex-grow: 1;
}
/* :L7420 */
.claims-item {
  background: #f1f1f1;
  padding: 15px;
  color: #ababab;
  font-size: 12pt;
  margin-bottom: 30px;
}
/* :L7426 */
.claims-item .claim-header {
  border-bottom: 2px solid #c1c1c1;
  font-weight: 700;
}
/* :L7429 */
.claims-item .claim-header p {
  margin-bottom: 2px;
}
/* :L7433 */
.claims-item h2.claim-number {
  color: #da291c;
  font-size: 15pt;
  font-weight: 700;
  margin: 0 0 15px;
}
/* :L7439 */
.claims-item h3.item-area-title {
  color: #777777;
}
/* :L7442 */
.claims-item .item-line {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 5px;
}
/* :L7450 */
/* :L7451 */
.site-public .hidden-on-public {
  display: none;
}
/* :L7456 */
/* :L7457 */
/* :L7458 */
.site-public div#Claim-Loss_Date-Dialog h4.modal-title {
  font-size: 0;
}
/* :L7460 */
.site-public div#Claim-Loss_Date-Dialog h4.modal-title::after {
  content: 'Selecteer een datum voor het incident/voorval';
  font-size: 18px;
}
/* :L7471 */
span.password-check {
  padding: 5px 15px;
  background: #d8f5d8;
  color: green;
  border-radius: 8px;
  margin-left: 15px;
}
/* :L7479 */
/* :L7480 */
.all-claim-area > .claims.portal.heading-area {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 15px;
}
/* :L7488 */
/* :L7489 */
.instanda-agent-password-details-sent h4 {
  display: none;
}
/* :L7493 */
/* :L7494 */
.instanda-agent-password-details-sent .section_content p {
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* :L7500 */
.instanda-agent-password-details-sent .section_content p:after {
  visibility: visible;
  content: " Hartelijk dank, we hebben u een e-mail gestuurd waarmee u uw wachtwoord kunt wijzigen";
  position: absolute;
  left: 20px;
}
/* :L7512 */
.field-validation-error {
  display: flex;
}
/* :L7516 */
#instanda-cp-user-name-error {
  visibility: hidden;
}
/* :L7520 */
#instanda-cp-user-name-error:after {
  visibility: visible;
  content: 'E-mailadres is verplicht';
  position: absolute;
  left: 40px;
}
/* :L7530 */
#Password-error {
  visibility: hidden;
}
/* :L7534 */
#Password-error:after {
  visibility: visible;
  content: 'E-mailadres is verplicht';
  position: absolute;
  left: 40px;
}
/* :L7542 */
.field-validation-error {
  display: flex;
}
/* :L7546 */
#instanda-cp-user-name-error {
  visibility: hidden;
}
/* :L7550 */
#instanda-cp-user-name-error:after {
  visibility: visible;
  content: 'E-mailadres is verplicht';
  position: absolute;
  left: 40px;
}
/* :L7560 */
#Password-error {
  visibility: hidden;
}
/* :L7564 */
#Password-error:after {
  visibility: visible;
  content: 'E-mailadres is verplicht';
  position: absolute;
  left: 40px;
}
/* :L7573 */
.page-agentlogin .validation-summary-errors li {
  visibility: hidden;
  position: relative;
}
/* :L7578 */
.page-agentlogin .validation-summary-errors li:after {
  visibility: visible;
  content: "Deze combinatie van e-mailadres en watchwoord bestaat niet";
  position: absolute;
  top: 0px;
  left: 0px;
}
/* :L7585 */
/* :L7586 */
/* :L7587 */
.instanda-reset-agent-password .form-group:nth-child(3) h4 {
  visibility: hidden;
}
/* :L7590 */
.instanda-reset-agent-password .form-group:nth-child(3) h4:after {
  visibility: visible;
  content: "Stel uw wachtwoord opnieuw in";
  display: flex;
  position: absolute;
  top: 5px;
}
/* :L7599 */
.instanda-reset-agent-password .form-group:nth-child(3) p {
  visibility: hidden;
}
/* :L7602 */
.instanda-reset-agent-password .form-group:nth-child(3) p:after {
  visibility: visible;
  content: "Voer uw e-mailadres in waarmee u geregistreerd bent. We zullen u instructies per e-mail sturen om het wachtwoord opnieuw in te stellen";
  display: flex;
  position: absolute;
  bottom: 5px;
}
/* :L7612 */
/* :L7614 */
.instanda-reset-agent-password .form-group:nth-child(5) > div {
  width: 100%;
}
/* :L7618 */
.instanda-reset-agent-password .form-group:nth-child(5) button {
  visibility: hidden;
  padding: 0px;
}
@media only screen and (max-width: 576px) {
  .instanda-reset-agent-password .form-group:nth-child(5) button {
    width: 100%;
  }
}
/* :L7626 */
.instanda-reset-agent-password .form-group:nth-child(5) button:after {
  width: 140px;
  background-color: #c22019;
  visibility: visible;
  content: "Verstuur";
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  position: absolute;
  top: 0px;
}
@media only screen and (max-width: 576px) {
  .instanda-reset-agent-password .form-group:nth-child(5) button:after {
    width: unset;
    position: unset;
  }
}
/* :L7648 */
.instanda-reset-agent-password .form-group {
  position: relative;
}
/* :L7652 */
.instanda-reset-agent-password .eye-show,
.instanda-reset-agent-password .eye-show-two {
  position: absolute;
  top: 35px;
  right: 10px;
  cursor: pointer;
  color: gray;
}
/* :L7661 */
.instanda-reset-agent-password button.btn.btn-primary.instanda-btn {
  font-size: 0;
}
/* :L7664 */
.instanda-reset-agent-password button.btn.btn-primary.instanda-btn:after {
  content: 'Verstuur';
  font-size: 14px;
}
/* :L7670 */
/* :L7671 */
/* :L7672 */
.instanda-reset-agent-password form div.form-group:nth-child(4) label[for="Password1"] {
  font-size: 0;
}
/* :L7675 */
.instanda-reset-agent-password form div.form-group:nth-child(4) label[for="Password1"]:after {
  content: "Nieuw wachtwoord is verplicht";
  font-size: 14px;
}
/* :L7682 */
/* :L7683 */
.instanda-reset-agent-password form div.form-group:nth-child(5) label[for="Password1"] {
  font-size: 0;
}
/* :L7686 */
.instanda-reset-agent-password form div.form-group:nth-child(5) label[for="Password1"]:after {
  content: "Bevestig nieuw wachtwoord";
  font-size: 14px;
}
/* :L7694 */
.skip-page::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: white;
  z-index: 9999;
}
/* :L7705 */
/* :L7720 */
.instanda-agent-all-docs-content #DocumentReGenerateSubmit {
  font-size: 0;
}
/* :L7723 */
.instanda-agent-all-docs-content #DocumentReGenerateSubmit:after {
  content: "Opnieuw gegenereerde documenten";
  font-size: 14px;
}
/* :L7729 */
.instanda-agent-all-docs-content .btn.btn-default {
  font-size: 0;
}
/* :L7732 */
.instanda-agent-all-docs-content .btn.btn-default:after {
  content: "Vorige";
  font-size: 14px;
}
/* :L7736 */
.instanda-agent-all-docs-content .btn.btn-default::before {
  content: "\f0d9";
  font-size: 14px;
  color: white;
  margin-right: 5px;
  font-family: "FontAwesome";
}
/* :L7745 */
/* :L7748 */
.instanda-customer-register-content label[for="UserName"] {
  outline: 1px solid green;
  visibility: hidden;
}
/* :L7752 */
.instanda-customer-register-content label[for="UserName"]:after {
  visibility: visible;
  content: "E-mailadres";
  position: absolute;
  left: 15px;
}
/* :L7772 */
.instanda-customer-register-content .instanda-gm-next-screen {
  visibility: hidden;
}
/* :L7775 */
.instanda-customer-register-content .instanda-gm-next-screen:after {
  visibility: visible;
  content: "Registreer";
  position: absolute;
  left: 15px;
  color: white;
  background-color: #da291c;
  border-radius: 0px;
  border: none;
  padding: 6px;
}
/* :L7788 */
/* :L7789 */
/* :L7791 */
.page-viewreferralsforquote .view-referrals-content h2:nth-child(1) {
  visibility: hidden;
  position: relative;
}
/* :L7796 */
.page-viewreferralsforquote .view-referrals-content h2:nth-child(1):after {
  visibility: visible;
  content: "Offerte verwijzingen (referrals)";
  color: Black;
  position: absolute;
  left: 0px;
}
/* :L7806 */
.page-viewreferralsforquote .view-referrals-content .no-quote-referrals {
  visibility: hidden;
  position: relative;
}
/* :L7810 */
.page-viewreferralsforquote .view-referrals-content .no-quote-referrals:after {
  visibility: visible;
  content: "Er zijn geen verwijzingen (referrals) meer voor deze offerte";
  color: Black;
  position: absolute;
  left: 0px;
}
/* :L7819 */
.page-viewreferralsforquote .view-referrals-content h2:nth-child(3) {
  visibility: hidden;
  position: relative;
}
/* :L7823 */
.page-viewreferralsforquote .view-referrals-content h2:nth-child(3):after {
  visibility: visible;
  content: "Schade verwijzingen (referrals)";
  color: Black;
  position: absolute;
  left: 0px;
}
/* :L7833 */
.page-viewreferralsforquote .view-referrals-content .no-claim-referrals {
  visibility: hidden;
  position: relative;
}
/* :L7837 */
.page-viewreferralsforquote .view-referrals-content .no-claim-referrals:after {
  visibility: visible;
  content: "Er zijn geen schade verwijzingen (referrals)";
  color: Black;
  position: absolute;
  left: 0px;
}
/* :L7850 */
/* :L7851 */
.page-customeraccountoptions .section {
  display: flex;
  margin-left: 10px;
}
/* :L7855 */
/* :L7856 */
.page-customeraccountoptions .section .section_content .btnDiv {
  background-color: #da291c;
  border-radius: 0px;
  border: none;
  width: 142px;
  padding: 15px 10px;
  font-weight: 600;
}
/* :L7863 */
.page-customeraccountoptions .section .section_content .btnDiv a {
  color: white;
}
/* :L7870 */
.page-customeraccountoptions #agentSearchResultsTable {
  margin-top: 30px;
  margin-left: 15px;
}
/* :L7874 */
.page-customeraccountoptions #agentSearchResultsTable td,
.page-customeraccountoptions #agentSearchResultsTable th {
  padding: 0px 20px;
}
/* :L7879 */
/* :L7880 */
.page-customeraccountoptions #agentSearchResultsTable tr:first-child {
  color: red;
  font-size: 16px;
  border-bottom: 1px solid red;
}
/* :L7884 */
.page-customeraccountoptions #agentSearchResultsTable tr:first-child th {
  text-align: center;
}
/* :L7889 */
/* :L7890 */
/* :L7891 */
.page-customeraccountoptions #agentSearchResultsTable tr:not(:first-child) td button {
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  min-width: 125px;
}
/* :L7898 */
.page-customeraccountoptions #agentSearchResultsTable tr:not(:first-child) td .linkcss {
  margin-left: 10px;
  text-decoration: underline;
}
/* :L7907 */
.page-customeraccountoptions #saveButton {
  outline: 1px solid blue;
}
/* :L7911 */
/* :L7912 */
.page-customeraccountinfo .buttons-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
/* :L7919 */
.page-customeraccountinfo .buttons-container > div:nth-child(1) {
  display: flex;
  justify-content: flex-end;
}
/* :L7924 */
.page-customeraccountinfo .buttons-container > div:nth-child(2) {
  margin-top: -32px;
}
/* :L7928 */
.page-customeraccountinfo .buttons-container button {
  width: 100px;
}
@media only screen and (min-width: 768px) {
  .page-customeraccountinfo .buttons-container {
    width: 750px;
  }
}
@media only screen and (min-width: 992px) {
  .page-customeraccountinfo .buttons-container {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-customeraccountinfo .buttons-container {
    width: 1170px;
  }
}
/* :L7944 */
.page-customeraccountinfo .buttons-container #backButton {
  background-color: #bebebe;
  margin-right: 10px;
}
/* :L7948 */
.page-customeraccountinfo .buttons-container #backButton:hover {
  background-color: grey !important;
}
/* :L7952 */
.page-customeraccountinfo .buttons-container #backButton:active {
  background-color: grey !important;
}
/* :L7956 */
.page-customeraccountinfo .buttons-container #backButton:focus {
  background-color: grey !important;
}
/*.privacyLink {
  text-align: center;
  text-decoration: underline;
  font-size: 8px;
}

a.privacycolor {
    color: #5f5f5f;
}
    
.container.instanda-built-by-footer {
    display: none;
}
*/

/* :L7977 */
.container.instanda-built-by-footer {
  display: none;
}
/* :L7981 */
.privacyLink {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  min-height: 120px;
  color: white;
  background: black;
}
/* :L7992 */
.privacyLink .redPolygon {
  /*position: absolute;*/
  right: 0px;
  background: #da291c;
  width: 100%;
  height: 100%;
  display: inline-block;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%);
}
/* :L8002 */
.privacyLink .whiteLine {
  width: 100%;
  height: 1px;
  margin-left: 7%;
  background-color: white;
  margin-top: 20px;
}
/* :L8011 */
.privacyLink .links {
  padding-left: 7%;
  margin-right: 120px;
  width: 100%;
}
/* :L8017 */
.privacyLink .links a {
  display: inline-block;
  font-size: small;
  text-align: left;
  color: white;
  text-decoration: none;
  padding: 5px 5px 5px 0px;
  margin-right: 20px;
  margin-top: 15px;
}
/* :L8028 */
.privacyLink .links a:hover {
  text-decoration: underline;
}
/* :L8032 */
.privacyLink .copyRight {
  padding-left: 7%;
  margin-right: 100px;
  margin-top: 15px;
  width: 100%;
  font-size: small;
  color: #9a9a9a;
}
/* :L8041 */
.privacyLink .footerLeftContainer {
  width: 100%;
  margin-bottom: 10px;
}
/* :L8046 */
.privacyLink .footerRightContainer {
  width: 140px;
}
@media screen and (max-width: 600px) {
  /* :L8051 */
  .privacyLink .links a {
    display: grid;
    font-size: x-small;
    padding: 0px;
  }
  /* :L8057 */
  .privacyLink .copyRight {
    font-size: x-small;
  }
  /* :L8061 */
  body {
    margin-bottom: 370px;
  }
  /* :L8065 */
  body.page-quickquotequestions.created-from-newbusiness.page-number-1.package-12733.site-public.theme-responsive.is-touch-device {
    margin-bottom: 555px;
  }
  /* :L8069 */
  body.page-quickquotequestions.created-from-mta.page-number-1.package-12733.sale-stage-abouttoquickquote.site-public.theme-responsive.is-touch-device {
    margin-bottom: 555px;
  }
  /* :L8073 */
  body.page-quickquotequestions.created-from-selfrenewal.page-number-1.package-12733.sale-stage-abouttoquickquote.site-public.theme-responsive.is-touch-device {
    margin-bottom: 555px;
  }
}
/* body.page-quote.created-from-newbusiness.page-number-1.package-12733.sale-stage-quote.site-public.cover-selected.theme-responsive.is-touch-device {
    margin-bottom: 0px !important;
  }*/

/* :L8082 */
/* :L8083 */
.page-quote .container.instanda-documents {
  padding: 0;
  margin: 0;
  text-align: left;
}
/* :L8098 */
.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}
/* :L8104 */
.collapsible-link::before {
  content: '\f107';
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: 'FontAwesome';
  font-size: 1.1rem;
  color: black;
}
/* :L8116 */
.collapsible-link[aria-expanded='true']::before {
  content: '\f106';
}
/* :L8120 */
.btn-foldable,
.btn-foldable:focus,
.btn-foldable:hover {
  color: #da291c;
  background-color: white;
  text-decoration: none;
  padding-right: 21px;
  white-space: unset;
}
/* :L8128 */
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0px;
}
/* :L8132 */
.agreement-box {
  border: 2px solid #bebebe;
  margin-top: 15px;
}
/* :L8135 */
.agreement-box > div:nth-child(1) {
  display: flex;
}
/* :L8140 */
#collapseFoldableOne:before,
#collapseFoldableTwo:before {
  content: "";
  /* This is necessary for the pseudo element to work. */
  display: block;
  /* This will put the pseudo element on its own line. */
  width: 94%;
  /* Change this to whatever width you want. */
  border-bottom: 1px solid #bebebe;
  /* This creates the border. Replace black with whatever color you want. */
  margin-left: 12px;
}
/* Remove instanda-post-quote-questions border */

/* :L8149 */
.page-postquotequestions .instanda-post-quote-questions {
  border: 0px !important;
}
/* :L8153 */
.card {
  border: 2px solid #bebebe;
}
/* :L8156 */
/* :L8157 */
.page-quickquotequestions div#question121440 {
  padding-right: 15px;
}
/* :L8160 */
.page-quickquotequestions div#AnnualTurnover_V2_TXT_Children442 {
  width: 98%;
}
/* :L8163 */
.page-quickquotequestions .decline-gewenste-tussenpersoon-question {
  display: flex;
}
/* :L8165 */
.page-quickquotequestions .decline-gewenste-tussenpersoon-question .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  margin-right: 10px;
  margin-left: -10px !important;
}
/* :L8171 */
.page-quickquotequestions .decline-name-question {
  display: flex;
}
/* :L8173 */
.page-quickquotequestions .decline-name-question span.label.label-danger.field-validation-error {
  width: 100%;
  position: unset;
}
/* :L8179 */
.page-quickquotequestions .decline-email-question {
  display: flex;
}
/* :L8185 */
.page-quickquotequestions .decline-contact-question {
  width: 100%;
  margin-left: 15px;
}
/* :L8188 */
.page-quickquotequestions .decline-contact-question .instanda-question-label {
  display: none;
}
/* :L8191 */
.page-quickquotequestions .decline-contact-question .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
  display: none;
}
/* :L8196 */
.page-quickquotequestions .decline-prefix-question {
  display: contents;
  width: 50%;
}
/* :L8199 */
.page-quickquotequestions .decline-prefix-question .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
  display: none;
}
/* :L8202 */
.page-quickquotequestions .decline-prefix-question .instanda-text-question.form-group.row {
  margin-left: 45px;
}
/* :L8204 */
.page-quickquotequestions .decline-prefix-question .instanda-text-question.form-group.row .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  width: 150px;
  z-index: 1;
}
/* :L8210 */
.page-quickquotequestions div#heading_130562 {
  display: none !important;
}
/* :L8213 */
.page-quickquotequestions .telephone-group-hiscox {
  margin-bottom: 0px;
}
/* :L8217 */
/* :L8218 */
.page-quickquotequestions .contact-label-confirm-hiscox span.label.label-danger.field-validation-error {
  width: 98%;
  position: unset;
  margin-right: 10px;
}
