/* :L17 */
html {
  position: relative;
  min-height: 100%;
}
/* :L22 */
body {
  /* Margin bottom by footer height */
  /* margin-bottom: 60px;*/
  /* Margin bottom by footer height + hiscox-custom-footer */
  margin-bottom: 120px;
}
/* :L30 */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  /* height: 60px; */
  height: 40px;
}
/* :L40 */
.instanda-built-by-footer {
  text-align: center;
  position: absolute;
  bottom: 2px;
  width: 100%;
  font-size: 0.7em;
}
/* :L48 */
.instanda-documents {
  text-align: center;
}
/* :L52 */
.instanda-buttonList {
  margin-top: 20px;
}
/* :L56 */
.instanda-confirm-billing-address {
  margin-top: 20px;
  margin-bottom: 50px;
}
/* :L62 */
.instanda-container-fluid {
  background-color: #f4f4f4;
}
/*.instanda-questionHeader h3 {
  margin-bottom:20px;
}*/

/* :L70 */
.instanda-side-content {
  position: absolute;
  top: 20px;
  min-height: 50px;
  padding: 10px;
  border: 1px solid lightgray;
  border-radius: 8px;
  background-color: white;
  width: 400px;
}
/* :L81 */
.instanda-main-content-container {
  position: relative;
}
/* :L85 */
.instanda-sort-code-input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
/* :L91 */
#instanda-site-layout {
  padding-right: 0;
  padding-left: 0;
}
/* :L96 */
.instanda-choose-address-inner {
  border: 2px solid #eeeeee;
  padding: 15px;
  border-radius: 5px;
  margin-top: 20px;
}
/* :L103 */
.instanda-choose-address-inner .instanda-choose-address-btn {
  margin-top: 10px;
}
/* :L107 */
.instanda-previously-selected {
  display: inline-block;
}
/*Approval action*/

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  /*View quote or policy page action buttons*/
  
  /* :L184 */
  .btn-group > .btn {
    width: 50%;
    margin: 0 auto 3px auto;
  }
  /* :L189 */
  .btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle):nth-of-type(odd) {
    border-radius: 4px 0 0 4px;
  }
  /* :L193 */
  .btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle):nth-of-type(even) {
    border-radius: 0 4px 4px 0;
  }
  /* :L197 */
  .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) {
  /* :L208 */
  .instanda-question-help-col {
    padding-left: 0;
    padding-right: 0;
  }
}
/*Car brands & models question*/

/* :L216 */
.car-models-wrapper,
.car-brands-wrapper {
  overflow-y: auto;
  max-height: 250px;
  margin-bottom: 10px;
}
/* :L223 */
.car-brands-wrapper ul.list-group,
.car-models-wrapper ul.list-group {
  margin-bottom: 0;
}
/* :L228 */
.selected-model,
.selected-brand {
  color: white;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* :L235 */
.car-brands-and-models-summary.well > div {
  margin-bottom: 5px;
}
/* :L239 */
button.car-brands-and-models-show-summary {
  margin-bottom: 10px;
}
/* :L243 */
.car-brands.list-group > li:first-child,
.car-models.list-group > li:first-child {
  display: none;
}
/* :L247 */
.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 */
.alert-autosave {
  color: black;
  background-color: #ffbe46;
  border-color: orange;
}


/*block country question to Ireland*/

/* :L18 */
select#Event_Location {
  pointer-events: none;
  opacity: .6;
}
/* :L23 */
select#country-selectionCountry {
  pointer-events: none;
  opacity: .6;
}
/* :L28 */
select#country-selectionE_Country {
  pointer-events: none;
  opacity: .6;
}
/*block new insurer country question*/

/* :L34 */
select#Insurer_Country {
  pointer-events: none;
  opacity: .6;
}
/* Align check box in payment page*/

/* :L42 */
.checkbox,
.radio {
  position: relative;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* :L50 */
/* :L51 */
.instanda-question-inner-label.instanda-address-postcode-label label {
  font-size: 0;
}
/* :L53 */
.instanda-question-inner-label.instanda-address-postcode-label label:after {
  content: 'Postcode / EIRCode';
  font-size: 10pt;
}
/*Hide Property multi-item buttons*/

/* :L62 */
button#PO_PropertyGridaddButton {
  display: none;
}
/* :L66 */
button#PO_PropertyGridremoveButton_1 {
  display: none;
}
/* :L87 */
.font-hide {
  font-size: 0;
}
/* :L88 */
.font-xxsmall {
  font-size: 6pt;
}
/* :L89 */
.font-xsmall {
  font-size: 6pt;
}
/* :L90 */
.font-small {
  font-size: 8pt;
}
/* :L91 */
.font-regular {
  font-size: 10pt;
}
/* :L92 */
.font-large {
  font-size: 12pt;
}
/* :L93 */
.font-xlarge {
  font-size: 14pt;
}
/* :L94 */
.font-xxlarge {
  font-size: 16pt;
}
/* :L95 */
.font-xxxlarge {
  font-size: 22pt;
}
/* :L100 */
body {
  font-size: 10pt;
}
/* :L102 */
body .container {
  padding-left: 15px;
  padding-right: 15px;
}
/* :L105 */
body .container .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
/* :L113 */
body h3,
body .h3 {
  font-size: 16pt;
}
/* :L116 */
body h4,
body .h4 {
  font-size: 12pt;
}
/* :L119 */
body .btn {
  font-size: 8pt;
}
/* :L123 */
body .hidden {
  display: none;
}
/* :L127 */
body .instanda-quick-quote-content.container,
body .instanda-quote-overview-content.container,
body #instanda-quote-content + .container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  body .instanda-quick-quote-content.container,
  body .instanda-quote-overview-content.container,
  body #instanda-quote-content + .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  body .instanda-quick-quote-content.container,
  body .instanda-quote-overview-content.container,
  body #instanda-quote-content + .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  body .instanda-quick-quote-content.container,
  body .instanda-quote-overview-content.container,
  body #instanda-quote-content + .container {
    width: 1170px;
  }
}
/* :L148 */
body.instanda-fade-quote-content.instanda-quote {
  width: auto;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
/* :L156 */
body {
  font-family: 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased !important;
  overflow-y: auto;
}
/* :L160 */
body a {
  color: #da291c;
}
/* :L162 */
body a:hover {
  color: #da291c;
}
/* :L168 */
.instanda-container-fluid {
  background: none;
}
/* :L170 */
.instanda-container-fluid h3 {
  color: #da291c;
  font-weight: 600;
  padding: 0;
}
/* :L182 */
label.control-label {
  margin: 0;
}
/* :L186 */
.container {
  max-width: 100%;
}
/* :L191 */
body .form-group .form-control {
  border: #cccccc 2px solid;
  border-radius: 0;
  height: 40px;
  box-shadow: none;
}
/* :L196 */
body .form-group .form-control:focus,
body .form-group .form-controlhover,
body .form-group .form-controlactive {
  box-shadow: none;
}
/* :L202 */
.well.instanda-well {
  border: none;
  border-radius: 0;
}
/* :L212 */
.input-group-addon {
  border-radius: 0;
  border-width: 2px;
}
/* :L215 */
span.input-group-addon:last-child {
  display: inline-block;
  width: auto;
  border: solid 2px #cccccc;
  border-left: none;
  height: 40px;
}
/* :L224 */
input.form-control.instanda-date-picker.instanda-date-input {
  width: 100%;
}
/* :L227 */
.instanda-question-input.instanda-question-date.date.input-group.instanda-question-not-dob {
  display: flex;
  justify-content: center;
}
/* :L232 */
.glyphicon.glyphicon-calendar {
  padding: 3px;
}
/* :L240 */
.YN-question .radio-inline {
  border: solid #cccccc 2px !important;
  background-color: white !important;
  color: black !important;
  font-weight: 600;
  width: 50%;
}
/* :L246 */
.YN-question .radio-inline input[type="radio"] {
  visibility: visible;
  appearance: none;
  border: 1px #da291c solid;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}
/* :L254 */
.YN-question .radio-inline input[type="radio"]:checked {
  outline: none;
  box-shadow: 0px 0px 2px 2px white inset;
  background-color: #da291c;
}
/* :L263 */
.instanda-question-input label.instanda-question-yes-no-parent-no {
  border-radius: 0;
}
/* :L267 */
input[type="radio"] {
  visibility: hidden;
}
/* :L271 */
.instanda-question-input label.instanda-selected {
  background-color: #da291c;
  border-color: #da291c;
  color: white;
}
/* :L277 */
/* :L278 */
/* :L279 */
label.radio-inline.instanda-question-yes-no-yes.instanda-unselected:hover,
label.radio-inline.instanda-question-yes-no-parent-yes.instanda-unselected:hover,
label.radio-inline.instanda-question-yes-no-no.instanda-unselected:hover,
label.radio-inline.instanda-question-yes-no-parent-no.instanda-unselected:hover {
  border-color: #da291c;
  color: #da291c;
}
/* :L287 */
.instanda-question-input {
  display: block;
  width: 100%;
}
/* :L292 */
.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 > .instanda-question-input,
.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 > div > .instanda-question-input {
  display: flex;
}
/* :L300 */
.btn.btn-primary,
.btn.btn-default,
.agent-login-links a,
#agentSearchButton,
#CQ14_Pre_QuoteaddButton {
  border: none;
  background-color: #da291c;
  border-radius: 0;
  padding: 10px 15px;
  color: white;
  border: 2px solid #da291c;
  font-weight: 800;
}
/* :L313 */
.btn.btn-primary:hover,
.btn.btn-default:hover,
.agent-login-links a:hover,
#agentSearchButton:hover,
#CQ14_Pre_QuoteaddButton:hover,
.btn.btn-primary:focus,
.btn.btn-default:focus,
.agent-login-links a:focus,
#agentSearchButton:focus,
#CQ14_Pre_QuoteaddButton:focus,
.btn.btn-primaryactive,
.btn.btn-defaultactive,
.agent-login-links aactive,
#agentSearchButtonactive,
#CQ14_Pre_QuoteaddButtonactive {
  background-color: white;
  color: #da291c;
  border-color: #da291c;
  outline: none;
  box-shadow: none;
}
/* :L324 */
.agent-login-links a,
#backButton {
  text-decoration: none;
  color: black;
  background: white;
  border: solid 2px black;
  /* anaisabelIRL APIB-538 07/09/2021 - Removed the font */
  margin-bottom: 5px;
  display: inline-block;
}
/* :L333 */
.agent-login-links a:hover,
#backButton:hover,
.agent-login-links a:focus,
#backButton:focus,
.agent-login-links aactive,
#backButtonactive {
  background-color: black;
  color: white;
  border-color: black;
}
/* :L342 */
body .container button[name="saveButton"],
body .container *[name="notes"],
body .container input[name="copyQuoteButton"] {
  background-color: #636363;
  border-color: #636363;
}
/* :L345 */
body .container button[name="saveButton"]:hover,
body .container *[name="notes"]:hover,
body .container input[name="copyQuoteButton"]:hover {
  background-color: white;
  border-color: #636363;
  color: #636363;
}
/* :L354 */
button.instanda-quote-update-button.btn.btn-primary.instanda-button {
  background-color: #0eb569;
  border-color: #0eb569;
  margin-left: 1px;
}
/* :L358 */
button.instanda-quote-update-button.btn.btn-primary.instanda-button:hover,
button.instanda-quote-update-button.btn.btn-primary.instanda-button:active,
button.instanda-quote-update-button.btn.btn-primary.instanda-button:focus {
  background-color: white;
  border-color: #0eb569;
  color: #0eb569;
}
/* :L366 */
#return-to-top {
  position: fixed;
  bottom: 40px;
  right: 0;
  text-decoration: none;
  padding: 0;
}
/* :L372 */
#return-to-top i {
  color: #1b1b1b;
  margin: 0;
  position: relative;
  display: block;
  font-size: 30pt;
  text-align: center;
  padding: 0;
  font-family: FontAwesome;
  font-style: normal;
}
/* :L383 */
#return-to-top:hover i {
  color: #444444;
}
/* :L388 */
#return-to-bottom {
  position: fixed;
  bottom: 0px;
  right: 0;
  text-decoration: none;
  padding: 0;
}
/* :L397 */
#return-to-bottom i {
  color: #1b1b1b;
  margin: 0;
  position: relative;
  display: block;
  font-size: 30pt;
  text-align: center;
  padding: 0;
  font-family: FontAwesome;
  font-style: normal;
}
/* :L408 */
#return-to-bottom:hover i {
  color: #2f2f2f;
}
/* :L412 */
#return-to-top,
#return-to-bottom {
  display: none;
}
@media (min-width: 1110px) {
  #return-to-top,
  #return-to-bottom {
    display: block;
  }
}
/* :L420 */
div#WaitingAnimationGraphic {
  display: none;
}
/*.container.instanda-documents {
    display: none;
}*/

/* :L429 */
a.instanda-nav-item-link {
  font-size: 12pt;
}
@media (max-width: 767px) {
  /* :L434 */
  #agentSearchControl {
    margin: 0 50px;
  }
}
@media (min-width: 768px) {
  /*APIB-5578 MorMatosROI*/
  
  /* :L441 */
  /* :L442 */
  /* :L443 */
  .page-reviewreferrals .navbar.navbar-static-top .navbar.navbar-default .container ul.nav.navbar-nav.navbar-right li.instanda-nav-item:nth-of-type(1) a.instanda-nav-item-link,
  .page-referralreviewmultiplelines .navbar.navbar-static-top .navbar.navbar-default .container ul.nav.navbar-nav.navbar-right li.instanda-nav-item:nth-of-type(1) a.instanda-nav-item-link {
    margin-right: 3px;
    background-color: #e7e7e7;
    color: black;
  }
  /* :L448 */
  .page-reviewreferrals .navbar.navbar-static-top .navbar.navbar-default .container ul.nav.navbar-nav.navbar-right li.instanda-nav-item:nth-of-type(1) a.instanda-nav-item-link:hover,
  .page-referralreviewmultiplelines .navbar.navbar-static-top .navbar.navbar-default .container ul.nav.navbar-nav.navbar-right li.instanda-nav-item:nth-of-type(1) a.instanda-nav-item-link:hover {
    color: unset;
    background-color: unset;
    border: unset;
    height: unset;
    margin-left: unset;
    padding-top: 15px;
    color: #ae2116;
    background-color: #e7e7e7;
  }
  /* :L458 */
  .page-reviewreferrals .navbar.navbar-static-top .navbar.navbar-default .container ul.nav.navbar-nav.navbar-right li.instanda-nav-item:nth-of-type(1) a.instanda-nav-item-link:hover:after,
  .page-referralreviewmultiplelines .navbar.navbar-static-top .navbar.navbar-default .container ul.nav.navbar-nav.navbar-right li.instanda-nav-item:nth-of-type(1) a.instanda-nav-item-link:hover:after {
    box-shadow: 0 0 0 1px #da291c;
    content: '';
    display: block;
  }
  /* :L466 */
  .page-reviewreferrals #instanda-header > nav > div > div.collapse.navbar-collapse.navbar-ex1-collapse > ul > li.active.instanda-active-nav-item > a,
  .page-referralreviewmultiplelines #instanda-header > nav > div > div.collapse.navbar-collapse.navbar-ex1-collapse > ul > li.active.instanda-active-nav-item > a {
    background-color: unset;
  }
  /*End APIB-5578*/
  
  /* :L472 */
  /* :L473 */
  /* :L474 */
  /* :L475 */
  /* :L485 */
  /* :L486 */
  .navbar.navbar-static-top .navbar.navbar-default .container ul.nav.navbar-nav.navbar-right li.instanda-nav-item:nth-of-type(1) a.instanda-nav-item-link {
    color: white;
    background-color: #da291c;
    margin-right: 3px;
  }
  /* :L490 */
  .navbar.navbar-static-top .navbar.navbar-default .container ul.nav.navbar-nav.navbar-right li.instanda-nav-item:nth-of-type(1) a.instanda-nav-item-link:hover {
    color: #da291c;
    background-color: white;
    border: solid #da291c;
    height: 50px;
    margin-left: 3px;
    padding-top: 13px;
  }
  /* :L497 */
  .navbar.navbar-static-top .navbar.navbar-default .container ul.nav.navbar-nav.navbar-right li.instanda-nav-item:nth-of-type(1) a.instanda-nav-item-link:hover:after {
    display: none;
  }
  /* :L504 */
  .navbar.navbar-static-top .navbar.navbar-default .container ul.nav.navbar-nav.navbar-right a {
    font-weight: 600;
    color: black;
  }
  /* :L507 */
  .navbar.navbar-static-top .navbar.navbar-default .container ul.nav.navbar-nav.navbar-right a:hover {
    color: #ae2116;
  }
  /* :L509 */
  .navbar.navbar-static-top .navbar.navbar-default .container ul.nav.navbar-nav.navbar-right a:hover:after {
    box-shadow: 0 0 0 1px #da291c;
    content: '';
    display: block;
  }
  /* :L517 */
  .navbar.navbar-static-top .navbar.navbar-default .container a.navbar-brand {
    padding: 15px 0 0 0;
  }
}
/* :L525 */
.navbar {
  background: none;
  margin-bottom: 0;
}
/* :L530 */
.navbar-default {
  border: none;
  border-radius: 0;
}
/* :L533 */
/* :L534 */
.navbar-default a.navbar-brand img.hidden-xs {
  height: 50px;
}
@media (min-width: 768px) {
  .navbar-default {
    border: none;
    border-radius: 0;
  }
}
/* :L544 */
.navbar-header a {
  height: auto;
  padding: 10px 0;
}
/* :L548 */
.nav.navbar-nav.navbar-right {
  padding: 0;
}
@media (min-width: 768px) {
  /* :L553 */
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin: 0;
  }
}
/* :L558 */
.row.instanda-agent-login .col-lg-4.col-lg-offset-4.col-md-4.col-md-offset-4.col-sm-6.col-sm-offset-3.col-xs-12.col-xs-offset-0 {
  margin-left: 0;
  width: 100%;
}
/* :L564 */
.navbar {
  background: none;
  margin-bottom: 0;
}
/* :L569 */
.navbar-default {
  border: none;
  border-radius: 0;
}
/* :L572 */
/* :L573 */
.navbar-default a.navbar-brand img.hidden-xs {
  height: 50px;
}
@media (min-width: 768px) {
  .navbar-default {
    border: none;
    border-radius: 0;
  }
}
/* :L583 */
.navbar-header a {
  height: auto;
  padding: 10px 0;
}
/* :L587 */
.nav.navbar-nav.navbar-right {
  padding: 0;
}
@media (min-width: 768px) {
  /* :L601 */
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin: 0;
  }
}
/* :L607 */
.form-group.instanda-container-fluid,
.navbar.navbar-static-top,
#instanda-cp-login-form .form-group,
.agent-search-parameter.form-group,
#instanda-agent-forgot-password-form .form-group {
  margin-bottom: 15px;
}
/* :L617 */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
}
/* :L626 */
.hiscox-custom-footer {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 60px;
  font-size: 10px;
  height: 40px;
}
/* :L635 */
.hiscox-custom-footer .policiesLinks a {
  text-decoration: none;
  color: #5f5f5f;
}
/* :L640 */
.hiscox-custom-footer .policiesLinks a:hover {
  text-decoration: none;
  color: black;
}
/* :L647 */
body.page-prequotequestions.page-number-2 .row {
  width: 100%;
  margin: 0;
}
/*body.page-prequotequestions.page-number-1 .row {width:100%; margin:0;}*/

/* :L652 */
/* :L653 */
/* :L654 */
body.page-agentlogin .navbar.navbar-default .container:after,
body.page-forgotsalespersonpassword .navbar.navbar-default .container:after {
  display: none;
}
/* :L657 */
/* :L658 */
body.page-agentlogin nav ul,
body.page-forgotsalespersonpassword nav ul {
  display: none;
}
/* :L662 */
body.page-agentlogin .navbar-header,
body.page-forgotsalespersonpassword .navbar-header {
  width: 100%;
}
/* :L665 */
/* :L666 */
body.page-agentlogin .navbar-header a,
body.page-forgotsalespersonpassword .navbar-header a {
  display: block;
  width: 100%;
}
/* :L669 */
body.page-agentlogin .navbar-header a img,
body.page-forgotsalespersonpassword .navbar-header a img {
  display: block;
  height: 80px;
  margin: 0 auto;
}
/* :L676 */
body.page-agentlogin form,
body.page-forgotsalespersonpassword form {
  padding: 30px;
  max-width: 400px;
  margin: 0 auto;
  border: 1px solid #f3f3f3;
  box-shadow: 0 0 5px -2px #e2e2e2 inset;
}
/* :L682 */
body.page-agentlogin form#instanda-agent-forgot-password-form:before,
body.page-forgotsalespersonpassword form#instanda-agent-forgot-password-form:before {
  content: 'Forgot Password';
}
/* :L688 */
body.page-agentlogin form:before,
body.page-forgotsalespersonpassword form:before {
  display: block;
  font-weight: 400;
  text-align: center;
  color: #da291c;
  font-size: 20pt;
  margin-top: -20px;
  margin-bottom: 10px;
}
/*  anaisabelIRL APIB-471 09/06/2021
	Change the text on the "Change Password" page - begin	*/

/* :L703 */
/* :L704 */
.instanda-agent-password-details-sent h4 {
  margin: 10px;
}
/* :L707 */
.instanda-agent-password-details-sent .section_content {
  margin: 10px;
}
/* :L709 */
.instanda-agent-password-details-sent .section_content p {
  display: none;
}
/* :L712 */
.instanda-agent-password-details-sent .section_content:after {
  content: "\A If the email address provided is already in our database, we will send you an email to reset your password. \A\A If you don’t get an email to reset your password, please contact your Hiscox Underwriter so we can provide you with a new account";
  white-space: pre-wrap;
}
/*	Change the text on the "Change Password" page - end	*/

/*  anaisabelIRL APIB-471 14/06/2021
	Hide the button "New user" - begin	*/

/* :L722 */
a.agent-login-new-user {
  display: none;
}
/*	Hide the button "New user" - end		*/

/* :L729 */
.form-group.instanda-container-fluid,
.navbar.navbar-static-top,
#instanda-cp-login-form .form-group,
.agent-search-parameter.form-group,
#instanda-agent-forgot-password-form .form-group {
  margin-bottom: 15px;
}
/* :L738 */
.page-agentlogin .form-group button {
  width: 100%;
}
/* :L742 */
.agent-login-links {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
/* :L748 */
#agent-login-info-text {
  display: flex;
  justify-content: center;
}
/* :L753 */
#agent-login-info-text > div {
  color: grey;
  font-weight: bold;
  padding: 15px;
  width: 20%;
  text-align: center;
}
@media (max-width: 500px) {
  #agent-login-info-text > div {
    width: 58%;
  }
}
/* :L765 */
.row.instanda-agent-login .col-lg-4.col-lg-offset-4.col-md-4.col-md-offset-4.col-sm-6.col-sm-offset-3.col-xs-12.col-xs-offset-0 {
  margin-left: 0;
  width: 100%;
}
/* :L770 */
.instanda-well {
  padding: 0 0;
}
/* :L774 */
.container .row .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
  margin-top: 20px;
}
/* APIB-745 Reset Password Message */

/* :L779 */
.page-resetsalespersonpassword div#instanda-site-layout {
  max-width: 600px;
}
/* :L783 */
.page-resetsalespersonpassword .row.instanda-reset-agent-password .col-lg-4.col-lg-offset-4.col-md-4.col-md-offset-4.col-sm-6.col-sm-offset-3.col-xs-12.col-xs-offset-0 {
  margin-left: 30%;
  width: 60%;
}
/* :L788 */
#agentSearchControl {
  margin-bottom: 20px;
}
/* :L790 */
#agentSearchControl h3 {
  margin: 0 0 10px 0;
  padding: 0;
}
/* :L794 */
#agentSearchControl form {
  display: flex;
  flex-flow: row wrap;
}
/* :L797 */
#agentSearchControl form div {
  flex-basis: 300px;
  flex-grow: 1;
  margin-right: 2px;
}
/* :L802 */
#agentSearchControl form input {
  flex-basis: 100%;
}
/* :L809 */
.instanda-post-quote-questions,
.instanda-pre-quote-questions,
#agentSearchControl,
body.page-reviewreferrals .container > div > form,
.page-endorse .endorsement-list {
  padding: 30px;
  background-color: #fafafa;
}
/* :L815 */
/* :L816 */
/* :L817 */
.instanda-agent-retrieve-quote-content.container .search-row.col-lg-12.col-md-12.col-sm-12.col-xs-12 h4 {
  font-size: 0;
}
/* :L819 */
.instanda-agent-retrieve-quote-content.container .search-row.col-lg-12.col-md-12.col-sm-12.col-xs-12 h4:after {
  content: 'Search';
  display: block;
  font-size: 22pt;
}
/* :L829 */
/* :L830 */
/* :L831 */
body.page-retrievequote .search-row.col-lg-12.col-md-12.col-sm-12.col-xs-12:nth-of-type(2),
body.page-getagentsearchresults .search-row.col-lg-12.col-md-12.col-sm-12.col-xs-12:nth-of-type(2),
body.page-agentsearchpoliciesforapproval .search-row.col-lg-12.col-md-12.col-sm-12.col-xs-12:nth-of-type(2),
body.page-agentsearchexpiredpolicies .search-row.col-lg-12.col-md-12.col-sm-12.col-xs-12:nth-of-type(2),
body.page-retrievequote .search-row.col-lg-12.col-md-12.col-sm-12.col-xs-12:nth-of-type(3),
body.page-getagentsearchresults .search-row.col-lg-12.col-md-12.col-sm-12.col-xs-12:nth-of-type(3),
body.page-agentsearchpoliciesforapproval .search-row.col-lg-12.col-md-12.col-sm-12.col-xs-12:nth-of-type(3),
body.page-agentsearchexpiredpolicies .search-row.col-lg-12.col-md-12.col-sm-12.col-xs-12:nth-of-type(3) {
  display: none;
}
/* :L835 */
/* :L836 */
/* :L837 */
/* :L838 */
/* :L839 */
body.page-retrievequote .search-row .form-group .row .search-button button,
body.page-getagentsearchresults .search-row .form-group .row .search-button button,
body.page-agentsearchpoliciesforapproval .search-row .form-group .row .search-button button,
body.page-agentsearchexpiredpolicies .search-row .form-group .row .search-button button {
  width: auto;
}
/* :L846 */
/* :L847 */
body.page-retrievequote .form-group > .row,
body.page-getagentsearchresults .form-group > .row,
body.page-agentsearchpoliciesforapproval .form-group > .row,
body.page-agentsearchexpiredpolicies .form-group > .row {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
}
/* :L851 */
body.page-retrievequote .form-group > .row .search-label.col-lg-10.col-md-10.col-sm-10.col-xs-9,
body.page-getagentsearchresults .form-group > .row .search-label.col-lg-10.col-md-10.col-sm-10.col-xs-9,
body.page-agentsearchpoliciesforapproval .form-group > .row .search-label.col-lg-10.col-md-10.col-sm-10.col-xs-9,
body.page-agentsearchexpiredpolicies .form-group > .row .search-label.col-lg-10.col-md-10.col-sm-10.col-xs-9,
body.page-retrievequote .form-group > .row .search-label.col-lg-3.col-md-3.col-sm-12.col-xs-12,
body.page-getagentsearchresults .form-group > .row .search-label.col-lg-3.col-md-3.col-sm-12.col-xs-12,
body.page-agentsearchpoliciesforapproval .form-group > .row .search-label.col-lg-3.col-md-3.col-sm-12.col-xs-12,
body.page-agentsearchexpiredpolicies .form-group > .row .search-label.col-lg-3.col-md-3.col-sm-12.col-xs-12 {
  flex-basis: 100%;
}
/* :L854 */
body.page-retrievequote .form-group > .row .search-button.text-right,
body.page-getagentsearchresults .form-group > .row .search-button.text-right,
body.page-agentsearchpoliciesforapproval .form-group > .row .search-button.text-right,
body.page-agentsearchexpiredpolicies .form-group > .row .search-button.text-right {
  text-align: left;
}
@media (min-width: 768px) {
  body.page-retrievequote .form-group > .row .search-button.text-right,
  body.page-getagentsearchresults .form-group > .row .search-button.text-right,
  body.page-agentsearchpoliciesforapproval .form-group > .row .search-button.text-right,
  body.page-agentsearchexpiredpolicies .form-group > .row .search-button.text-right {
    text-align: right;
  }
}
/* :L860 */
@media (min-width: 768px) {
  body.page-retrievequote .form-group > .row > div,
  body.page-getagentsearchresults .form-group > .row > div,
  body.page-agentsearchpoliciesforapproval .form-group > .row > div,
  body.page-agentsearchexpiredpolicies .form-group > .row > div {
    flex-grow: 1;
  }
}
/* :L871 */
/* :L872 */
body.page-getagentsearchresults .instanda-main-content {
  flex-flow: row wrap;
  flex-direction: column;
}
/* :L876 */
body.page-getagentsearchresults .instanda-main-content .instanda-agent-retrieve-quotes {
  display: contents;
}
/* :L878 */
body.page-getagentsearchresults .instanda-main-content .instanda-agent-retrieve-quotes .container.instanda-agent-search-fields {
  order: 1;
}
/* :L881 */
body.page-getagentsearchresults .instanda-main-content .instanda-agent-retrieve-quotes .container.agent-quotesearch-results-container {
  order: 3;
}
/* :L886 */
body.page-getagentsearchresults #download-button-container {
  order: 2;
}
/* :L893 */
/* :L894 */
/* :L895 */
body.page-retrievequote .search-label.col-lg-10.col-md-10.col-sm-10.col-xs-9 label[for='quoteRef'],
body.page-getagentsearchresults .search-label.col-lg-10.col-md-10.col-sm-10.col-xs-9 label[for='quoteRef'],
body.page-agentsearchpoliciesforapproval .search-label.col-lg-10.col-md-10.col-sm-10.col-xs-9 label[for='quoteRef'],
body.page-agentsearchexpiredpolicies .search-label.col-lg-10.col-md-10.col-sm-10.col-xs-9 label[for='quoteRef'] {
  font-size: 0;
}
/* :L897 */
body.page-retrievequote .search-label.col-lg-10.col-md-10.col-sm-10.col-xs-9 label[for='quoteRef']:after,
body.page-getagentsearchresults .search-label.col-lg-10.col-md-10.col-sm-10.col-xs-9 label[for='quoteRef']:after,
body.page-agentsearchpoliciesforapproval .search-label.col-lg-10.col-md-10.col-sm-10.col-xs-9 label[for='quoteRef']:after,
body.page-agentsearchexpiredpolicies .search-label.col-lg-10.col-md-10.col-sm-10.col-xs-9 label[for='quoteRef']:after {
  content: 'Quotes for approval';
  font-size: 8pt;
}
/* :L903 */
body.page-retrievequote .form-group > .row > .search-field.col-lg-10.col-md-10.col-sm-10.col-xs-12,
body.page-getagentsearchresults .form-group > .row > .search-field.col-lg-10.col-md-10.col-sm-10.col-xs-12,
body.page-agentsearchpoliciesforapproval .form-group > .row > .search-field.col-lg-10.col-md-10.col-sm-10.col-xs-12,
body.page-agentsearchexpiredpolicies .form-group > .row > .search-field.col-lg-10.col-md-10.col-sm-10.col-xs-12 {
  display: flex;
  flex-flow: row wrap;
}
/* :L906 */
body.page-retrievequote .form-group > .row > .search-field.col-lg-10.col-md-10.col-sm-10.col-xs-12 > div,
body.page-getagentsearchresults .form-group > .row > .search-field.col-lg-10.col-md-10.col-sm-10.col-xs-12 > div,
body.page-agentsearchpoliciesforapproval .form-group > .row > .search-field.col-lg-10.col-md-10.col-sm-10.col-xs-12 > div,
body.page-agentsearchexpiredpolicies .form-group > .row > .search-field.col-lg-10.col-md-10.col-sm-10.col-xs-12 > div {
  flex-grow: 1;
  margin-right: 10px;
  flex-basis: 240px;
}
/* :L910 */
body.page-retrievequote .form-group > .row > .search-field.col-lg-10.col-md-10.col-sm-10.col-xs-12 > div:last-of-type,
body.page-getagentsearchresults .form-group > .row > .search-field.col-lg-10.col-md-10.col-sm-10.col-xs-12 > div:last-of-type,
body.page-agentsearchpoliciesforapproval .form-group > .row > .search-field.col-lg-10.col-md-10.col-sm-10.col-xs-12 > div:last-of-type,
body.page-agentsearchexpiredpolicies .form-group > .row > .search-field.col-lg-10.col-md-10.col-sm-10.col-xs-12 > div:last-of-type {
  margin-right: 0;
}
/* :L916 */
body.page-retrievequote h4,
body.page-getagentsearchresults h4,
body.page-agentsearchpoliciesforapproval h4,
body.page-agentsearchexpiredpolicies h4,
body.page-retrievequote .search-row,
body.page-getagentsearchresults .search-row,
body.page-agentsearchpoliciesforapproval .search-row,
body.page-agentsearchexpiredpolicies .search-row,
body.page-retrievequote h3,
body.page-getagentsearchresults h3,
body.page-agentsearchpoliciesforapproval h3,
body.page-agentsearchexpiredpolicies h3,
body.page-retrievequote .search-fields.row,
body.page-getagentsearchresults .search-fields.row,
body.page-agentsearchpoliciesforapproval .search-fields.row,
body.page-agentsearchexpiredpolicies .search-fields.row {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0;
  font-family: 'Open Sans', sans-serif !important;
}
/* :L922 */
body.page-retrievequote h4,
body.page-getagentsearchresults h4,
body.page-agentsearchpoliciesforapproval h4,
body.page-agentsearchexpiredpolicies h4 {
  font-weight: 400 !important;
  margin-left: -15px;
}
/* :L926 */
/* :L927 */
body.page-retrievequote .search-row.col-lg-12.col-md-12.col-sm-12.col-xs-12:nth-of-type(4),
body.page-getagentsearchresults .search-row.col-lg-12.col-md-12.col-sm-12.col-xs-12:nth-of-type(4),
body.page-agentsearchpoliciesforapproval .search-row.col-lg-12.col-md-12.col-sm-12.col-xs-12:nth-of-type(4),
body.page-agentsearchexpiredpolicies .search-row.col-lg-12.col-md-12.col-sm-12.col-xs-12:nth-of-type(4) {
  display: none;
}
/* :L934 */
.search-fields.row {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 20px;
  border-radius: 0;
}
/* :L940 */
.search-fields.row h4 {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'Lora', serif;
  font-size: 22pt;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .search-fields.row h4 {
    font-size: 16pt;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
  }
}
/* :L955 */
.search-fields.row .row {
  margin-bottom: 10px;
  background-color: #f4f4f4;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
}
/* :L961 */
.search-fields.row .row .search-label label {
  font-size: 8pt;
  font-weight: 600;
}
/*
  .page-retrievequote .form-group.instanda-container-fluid {
    display:none;
  }*/

/* :L972 */
.search-field-text.col-lg-1.col-md-1.col-sm-2.col-xs-2.text-center {
  font-size: 12pt;
  color: black;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 0;
  margin-top: 7px;
}
@media (max-width: 767px) {
  /* :L981 */
  .search-field-text.col-lg-1.col-md-1.col-sm-2.col-xs-2.text-center {
    font-size: 14pt;
    text-align: center;
    width: 35%;
    margin: -5px 15px 5px 15px;
    float: left;
  }
  /* :L988 */
  .search-row .form-group .row .search-label {
    width: 30%;
  }
  /* :L991 */
  .search-row .form-group .row .search-field {
    width: 70%;
    float: left;
    margin-bottom: 10px;
  }
  /* :L996 */
  .search-row .form-group .row .search-button {
    width: 70%;
  }
  /* :L1000 */
  .search-row .form-group .row .search-button button {
    width: 100%;
  }
}
/* :L1005 */
.agent-quotesearch-results-container {
  width: 95%;
  margin: 0 auto;
}
/* :L1009 */
/* :L1010 */
table.agent-table.table.table-bordered.table-hover td a:not([href*='/Public/ViewQuoteOrPolicy?']),
table.agentTable.table.table-bordered.table-hover td a:not([href*='/Public/ViewQuoteOrPolicy?']) {
  display: none;
}
/* :L1013 */
table.agent-table.table.table-bordered.table-hover tr:nth-of-type(even),
table.agentTable.table.table-bordered.table-hover tr:nth-of-type(even) {
  background-color: rgba(242, 242, 242, 0.3);
}
/* :L1016 */
table.agent-table.table.table-bordered.table-hover a,
table.agentTable.table.table-bordered.table-hover a {
  background-color: #da291c;
  padding: 4px;
  color: white;
  border-radius: 2px;
  display: block;
  text-align: center;
  text-decoration: none;
  transition: 0.7s cubic-bezier(0, 1.07, 0.13, 0.99);
}
/* :L1025 */
table.agent-table.table.table-bordered.table-hover a:hover,
table.agentTable.table.table-bordered.table-hover a:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.22);
  transform: translateY(-2px);
}
/* :L1032 */
.page-agentretrievequotebyvariable .form-group.instanda-container-fluid {
  display: none;
}
/*body.page-getagentsearchresults h2 {
  font-size: 16pt;
  margin-top: 0;
  margin-bottom: 0;
}*/

/* :L1045 */
.breadcrumb-title {
  font-size: 14pt;
  text-align: left;
  padding: 0;
  margin: 10px 0 10px 0;
}
/* :L1052 */
.progress-indicator {
  flex-grow: 1;
  margin-bottom: 10px;
  flex-basis: 100%;
}
/* :L1056 */
.progress-indicator h1 {
  flex-basis: 100%;
  font-size: 14pt;
  text-align: left;
  padding: 0;
  margin: 10px 0 10px 0;
}
/* :L1060 */
.progress-indicator ul {
  flex-basis: 100%;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: flex-start;
}
@media (max-width: 670px) {
  .progress-indicator ul {
    font-weight: 100;
    font-size: 6pt;
  }
}
@media (max-width: 500px) {
  .progress-indicator ul {
    display: none;
  }
}
/* :L1074 */
.progress-indicator ul li {
  margin-right: 10px;
}
/* :L1076 */
/* :L1077 */
/* :L1078 */
body.page-prequotequestions.page-number-1 .progress-indicator ul li:not(:last-of-type) a:after {
  content: '-';
  transform: rotate(0deg);
  color: #efcece;
  cursor: not-allowed;
  text-decoration: none;
  font-weight: 100;
}
/* :L1087 */
body.page-prequotequestions.page-number-1 .progress-indicator ul li:first-of-type ~ li a {
  color: #efcece;
  cursor: not-allowed;
  text-decoration: none;
}
/* :L1093 */
.progress-indicator ul li:hover :after {
  text-decoration: none;
}
/* :L1096 */
/* :L1097 */
.progress-indicator ul li:not(:last-of-type) a:after {
  margin-left: 10px;
  content: '\f078';
  font-weight: 900;
  font-family: FontAwesome;
  transform: rotate(-90deg);
  display: inline-block;
  color: #da291c;
}
/* :L1106 */
.progress-indicator ul li:not(:last-of-type) a.instanda_nav_link[onclick*="false"]:after {
  content: '-';
  transform: rotate(0);
  font-weight: 100;
  color: #efcece;
  cursor: not-allowed;
  text-decoration: none;
}
/* :L1115 */
.progress-indicator ul li a {
  color: #da291c;
  font-weight: 100;
}
/* :L1119 */
.progress-indicator ul li a.instanda_nav_link[onclick*="false"] {
  color: #efcece;
  cursor: not-allowed;
  text-decoration: none;
}
/* :L1126 */
.progress-indicator ul li.active a {
  font-weight: 700;
}
/* :L1128 */
.progress-indicator ul li.active a:hover {
  cursor: pointer;
}
/* :L1132 */
/* :L1133 */
.progress-indicator ul li.sub-page a {
  font-weight: 600 !important;
  color: white !important;
  font-size: 8pt;
  display: inline-block;
  cursor: pointer !important;
  background: #da291c;
  border-radius: 20px;
  padding: 1px 3px;
  transform: translate(-140px, 23px);
  margin-bottom: 30px;
  margin-right: -150px;
}
/* :L1145 */
.progress-indicator ul li.sub-page a:hover {
  text-decoration: underline !important;
}
/* :L1148 */
.progress-indicator ul li.sub-page a::after {
  display: none !important;
}
/* :L1152 */
/* :L1153 */
.progress-indicator ul li.sub-page.product-selection a {
  transform: translate(-55px, 23px);
}
/* :L1164 */
.quick-quote-summary {
  padding: 15px;
  background: #ededed;
  color: #5f5f5f;
  min-width: 240px;
}
/* :L1170 */
.page-quote .quick-quote-summary {
  min-width: 200px;
}
@media (max-width: 991px) {
  .quick-quote-summary {
    max-width: 100%;
    /*flex-grow:1;*/
    margin: 20px auto;
  }
}
/* :L1180 */
.quick-quote-summary-table {
  right: 50px;
  top: 80px;
}
/* :L1183 */
.quick-quote-summary-table .cover-selection-section span {
  display: block;
}
/* :L1188 */
/* :L1189 */
.quick-quote-summary h2,
.quick-quote-summary h3,
.quick-quote-summary .cover-summary-heading {
  color: #da291c;
  font-size: 12pt;
  margin: 10px 0 5px 0;
}
/* :L1194 */
.quick-quote-summary h2,
.quick-quote-summary .cover-summary-heading {
  font-size: 14pt;
  margin: 0 0 10px 0;
  font-weight: 700;
}
/* :L1199 */
.quick-quote-summary .premium-total,
.quick-quote-summary .summary-price.total-premium-price {
  font-weight: 700;
}
/* :L1204 */
.cover-summary-heading {
  font-size: 14pt;
}
/* :L1208 */
.quick-quote-summary ~ div {
  flex-basis: 100%;
}
/* :L1212 */
.flex-row-wrap {
  display: flex;
  flex-flow: row wrap;
}
/* :L1216 */
.summaryflex-left {
  flex-basis: 700px;
  flex-grow: 1;
}
/* :L1220 */
.summaryflex-right {
  align-self: flex-start;
  margin-left: 10px;
  flex-basis: 100px;
  flex-shrink: 1;
}
/* :L1227 */
/* :L1228 */
body.page-prequotequestions .instanda-pre-quote-content.container {
  display: flex;
  flex-flow: row wrap;
}
/* :L1231 */
body.page-prequotequestions .instanda-main-content {
  flex-basis: 700px;
  flex-grow: 1;
}
/* :L1234 */
body.page-prequotequestions .quick-quote-summary {
  align-self: flex-start;
  margin-left: 10px;
  flex-basis: 100px;
  flex-shrink: 1;
}
/* :L1239 */
.summary-title {
  color: #636363;
  display: block;
  font-weight: 700;
}
/* :L1244 */
.quick-quote-summary-table div {
  margin-bottom: 5px;
}
/* :L1250 */
.agent-details {
  display: none;
}
/* :L1252 */
.loggedin-underwriter .agent-details {
  display: block;
}
/* :L1255 */
.agent-details .summary-title,
.agent-details .agent-detail {
  display: inline-block;
}
/* :L1258 */
.agent-details .summary-title {
  margin-right: 5px;
}
/* :L1263 */
/* :L1264 */
.page-prequotequestions .instanda-question-parent-yes-no.form-group {
  margin-bottom: 10px;
  /* .instanda-question-label {
      & + .instanda-text-question.form-group.row {
        margin:0;
      }
    }*/

}
/* :L1272 */
.page-prequotequestions .instanda-pre-quote-questions {
  max-width: 1170px;
  margin: 0 auto;
}
/* :L1276 */
.page-prequotequestions .questionList.instanda-questionList {
  margin: 0 0 20px 0;
}
/* :L1279 */
.page-prequotequestions .questionList.instanda-questionList .instanda-well {
  background-color: #fafafa;
}
/* :L1281 */
.page-prequotequestions .questionList.instanda-questionList .instanda-well h1 {
  font-weight: 600;
  font-size: 14pt;
  color: #da291c;
  flex-basis: 30%;
  flex-grow: 1;
  min-width: 300px;
  margin: 0;
}
/* :L1293 */
.page-prequotequestions .instanda-questionHeader.questionHeader.container {
  display: flex;
  font-size: 10pt;
  flex-flow: row wrap;
  width: auto !important;
}
/* :L1299 */
.page-prequotequestions .cover-description {
  flex-grow: 1;
  flex-basis: 60%;
}
/* :L1304 */
.page-prequotequestions .questionItem.instanda-question-item.form-group.instanda-container-fluid {
  margin-bottom: 0;
}
/* :L1307 */
.page-prequotequestions .questionItem.instanda-question-item.form-group.container {
  width: auto !important;
}
/* :L1310 */
.page-prequotequestions .instanda-quick-quote-questions .instanda-well .instanda-question-item:first-of-type ~ .instanda-question-item {
  max-width: 100%;
}
/* :L1315 */
.page-prequotequestions #question120398 {
  margin-bottom: 20px !important;
}
/* :L1319 */
.page-prequotequestions .instanda-container-fluid:first-of-type {
  margin-bottom: 20px;
}
/* :L1327 */
/* :L1328 */
body.page-prequotequestions #question127381:before,
body.page-prequotequestions #question127384:before,
body.page-prequotequestions #question128051:before,
body.page-prequotequestions #question128737:before {
  height: 40px;
  width: 40px;
  /*margin-top: -30px;*/
  background-repeat: no-repeat;
  transform: translateY(35px);
}
/* :L1341 */
body.page-prequotequestions #question127381:before {
  background-image: url(/ImageUpload/DownloadImageVersion?uploadedImageVersionId=6hY3b4gQDdL%2CW82sc8ogpw__);
}
/* :L1344 */
body.page-prequotequestions #question127384:before {
  background-image: url(/ImageUpload/DownloadImageVersion?uploadedImageVersionId=kA5ZUn4oqqUrAzKw%2CVVHkA__);
}
/* :L1347 */
body.page-prequotequestions #question128051:before {
  background-image: url(/ImageUpload/DownloadImageVersion?uploadedImageVersionId=ZG5FMVJXSnFWbGx1ZEc4MWIxZFpkbVYyTFZwSVFWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxVTyFOM2s4Y3BHSHN6eUtvLDEwMDAsVzRpdXJ2WkdFQGk0RFJhbiw3bi81Rm55dGdaWCtzTVBkUzBvYW9PRnpzaUZQVndmclE0VzNuRC9JNDZwSlBjN2xzNGJtaUtSaGo5eUd3VGtwUUFmVXR5SDd5ZUZCUUdpcEc5MVovQT09);
}
/* :L1350 */
body.page-prequotequestions #question128737:before {
  background-image: url(/ImageUpload/DownloadImageVersion?uploadedImageVersionId=apKDqi-ThXxbqwNPvcF1oA__);
}
/* :L1353 */
/* :L1354 */
/* :L1355 */
body.page-prequotequestions.page-number-1 .questionList .instanda-well {
  margin-bottom: 20px;
  /* //RitaHiscoxIRL 16/12/2020
		.questionItem.instanda-question-item.instanda-container-fluid {
		*/

}
/* :L1361 */
body.page-prequotequestions.page-number-1 .questionList .instanda-well .questionItem.instanda-question-item.instanda-container-fluid:not(:first-of-type) {
  margin-left: 50px;
  flex-basis: 55%;
  margin-right: 20px;
  margin-top: -10px;
}
/* :L1366 */
body.page-prequotequestions.page-number-1 .questionList .instanda-well .questionItem.instanda-question-item.instanda-container-fluid:not(:first-of-type):before {
  font-family: FontAwesome;
  font-weight: 100;
  font-size: 22pt;
  line-height: 0;
  content: '';
  display: inline-block;
  color: #da291c;
  position: relative;
  top: 50px;
  left: -65px;
}
/* :L1382 */
/* :L1383 */
body.page-prequotequestions .questionList .instanda-well {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-grow: 1;
}
/* :L1388 */
body.page-prequotequestions .questionList .instanda-well .questionItem.instanda-question-item.instanda-container-fluid {
  flex-basis: 100%;
}
/* :L1391 */
body.page-prequotequestions .questionList .instanda-well .questionItem.instanda-question-item {
  flex-basis: 190px;
  flex-grow: 1;
  margin-right: 5px;
  min-width: 200px;
  /* &:last-child {
          margin-right:0;
        } */

}
/*.questionList {
      .instanda-well {
        margin-bottom:20px;

		 //RitaHiscoxIRL 16/12/2020 
		.questionItem.instanda-question-item.instanda-container-fluid {
		
		 #question127381 { //RitaHiscoxIRL 16/12/2020
		  margin-left:50px;
          flex-basis:55%;
          margin-right: 20px;
          margin-top:-10px;
          
        }
      }
    }
  }*/

/*.questionList {
    .instanda-well {
      display:flex;
      flex-flow:row wrap;
      justify-content:space-between;
      flex-grow:1;
      .questionItem.instanda-question-item.instanda-container-fluid  {
        flex-basis:100%;
      }
      .questionItem.instanda-question-item {
        flex-basis:190px;
        flex-grow:1;
        margin-right:5px;
        min-width:200px;
        &:last-child {
          margin-right:0;
        }
      }
    }
  }*/

/* :L1443 */
/* :L1444 */
.page-prequotequestions .form-group {
  margin-bottom: 0px;
}
/* :L1449 */
.instanda-pre-quote-questions .questionItem.instanda-question-item.form-group.container {
  margin-bottom: 0;
  padding: 5px 0;
}
/* :L1455 */
.page-prequotequestions .instanda-pre-quote-questions .questionList.instanda-questionList {
  display: flex;
  flex-flow: row wrap;
}
/* :L1460 */
/* :L1461 */
/* :L1462 */
.page-prequotequestions .form-group .questionItem.instanda-question-item.form-group.container {
  display: flex;
  flex-basis: 100%;
}
/* :L1465 */
.page-prequotequestions .form-group .questionItem.instanda-question-item.form-group.container .form-group {
  flex-basis: 50%;
}
/* :L1466 */
.page-prequotequestions .form-group .questionItem.instanda-question-item.form-group.container .form-group:nth-of-type(1) {
  margin-right: 2px;
}
/* :L1477 */
.instanda-questionHeader h3 {
  margin-bottom: 0;
  margin-top: 0;
}
/* :L1483 */
.questionItem.instanda-question-item.form-group.container :not(#question127372,#question127381) .instanda-question-label label {
  font-size: 10pt;
  font-weight: 400;
}
/* :L1490 */
.instanda-text-question.form-group.row {
  margin-bottom: 0;
}
/* :L1494 */
div#question128733 {
  margin-bottom: 4px;
}
/* :L1498 */
div#question127372 {
  display: flex;
  flex-basis: 100%;
}
/* :L1503 */
.instanda-question-label {
  flex-grow: 1;
  flex-basis: 50%;
  min-width: 140px;
  align-self: center;
}
/* :L1512 */
label.radio-inline.instanda-question-yes-no-yes {
  margin-right: 5px;
}
/* :L1516 */
label.radio-inline.instanda-question-yes-no-no {
  margin-left: 0px;
}
/* :L1519 */
body.page-prequotequestions #question127372 .instanda-text-question.form-group.row {
  flex-basis: 30%;
  align-self: flex-start;
}
/* :L1524 */
.instanda-question-input label {
  padding: 5px 5px;
  text-align: center;
}
/* :L1529 */
.page-prequotequestions.page-number-1 .instanda-well .questionItem:first-of-type ~ .questionItem {
  /*flex-basis: 500px;*/
  align-self: stretch;
  flex-grow: 1;
  /*display: flex;*/
  flex-flow: row wrap;
}
/* :L1539 */
/* :L1547 */
.page-prequotequestions.page-number-1 label.instanda-question-yes-no-parent-no.instanda-selected,
.page-prequotequestions.page-number-1 label.instanda-question-yes-no-parent-yes.instanda-unselected + label.instanda-question-yes-no-parent-no.instanda-unselected {
  transform: scaleX(0);
  transform-origin: center left;
}
/* :L1552 */
.page-prequotequestions.page-number-1 label.instanda-question-yes-no-parent-no {
  transform: scaleX(1);
  transform-origin: center left;
  transition: all 0.1s cubic-bezier(0, 0.87, 0.25, 1);
}
/* :L1557 */
.page-prequotequestions.page-number-1 .instanda-question-yes-no-parent-no.instanda-unselected {
  border-color: #da291c;
}
/* :L1566 */
.page-prequotequestions.page-number-1 label.instanda-question-yes-no-parent-yes.instanda-unselected:hover {
  background-color: #da291c;
  border-color: #da291c;
  color: white;
}
/* :L1571 */
.page-prequotequestions.page-number-1 label.instanda-question-yes-no-parent-no.instanda-unselected:hover {
  border-color: black;
}
/* :L1573 */
.page-prequotequestions.page-number-1 label.instanda-question-yes-no-parent-no.instanda-unselected:hover:after {
  color: black;
  content: '\f00d';
  margin-left: 2.5px;
}
/* :L1579 */
/* :L1580 */
.page-prequotequestions.page-number-1 .instanda-question-yes-no-parent-no.instanda-selected {
  background-color: white;
  color: black;
  border-color: black;
}
/* :L1585 */
/* :L1586 */
.page-prequotequestions.page-number-1 .instanda-question-yes-no-parent-no.instanda-unselected:after {
  font-family: FontAwesome;
  content: '\f00c';
  font-size: 10pt;
  border-color: #da291c;
  color: #da291c;
}
/* :L1594 */
.page-prequotequestions.page-number-1 .instanda-question-yes-no-parent-no:after {
  font-family: FontAwesome;
  content: '\f067';
  font-size: 10pt;
}
/* :L1600 */
.page-prequotequestions.page-number-1 label.instanda-unselected {
  background: transparent;
  color: black;
}
/* :L1604 */
.page-prequotequestions.page-number-1 label.radio-inline.instanda-question-yes-no-parent-no.instanda-unselected {
  font-size: 0;
  margin-left: 0;
}
/* :L1608 */
.page-prequotequestions.page-number-1 .instanda-question-yes-no-parent-no.instanda-unselected {
  border: solid #da291c 2px;
}
/* :L1612 */
.page-prequotequestions.page-number-1 .instanda-question-input label.instanda-selected {
  background-color: #da291c;
  border-color: #da291c;
  color: white;
}
/* :L1618 */
.page-prequotequestions.page-number-1 .instanda-text-question.form-group.row {
  flex-basis: 30%;
}
/* :L1625 */
.page-prequotequestions.page-number-1 .instanda-question-input label {
  /* background-color:@color-secondary;
  color:@color-white;*/
  cursor: pointer;
  text-align: center;
  position: relative;
  font-weight: 700;
  /* .font-regular();*/
  padding: 5px 5px;
  transition: all 0.2s cubic-bezier(0.4, 0.5, 1, 0.61);
  border: solid black 2px;
  border-radius: 0;
  transition: all 0.3s cubic-bezier(0, 1.06, 0.96, 0.89);
}
/* :L1638 */
.instanda-question-multi-item-summary .page-prequotequestions.page-number-1 .instanda-question-input label {
  color: #da291c;
}
/* :L1641 */
.page-prequotequestions.page-number-1 .instanda-question-input label.radio-inline {
  width: 50%;
}
/* :L1644 */
.page-quickquotequestions .page-prequotequestions.page-number-1 .instanda-question-input label {
  font-size: 0;
}
/* :L1647 */
.page-prequotequestions.page-number-1 .instanda-question-input label.instanda-unselected {
  border-radius: 0;
}
/* :L1650 */
/* :L1651 */
.page-prequotequestions .page-prequotequestions.page-number-1 .instanda-question-input label.instanda-unselected {
  border-radius: 0;
}
/* :L1654 */
.page-prequotequestions .page-prequotequestions.page-number-1 .instanda-question-input label ~ label.instanda-unselected {
  border-radius: 0;
}
/* :L1663 */
div#question127373 {
  flex-basis: 65%;
  margin-bottom: 4px;
}
/* :L1668 */
div#question128749 {
  flex-basis: 18.615%;
}
/* :L1672 */
div#question127374 {
  flex-basis: 65%;
  margin-bottom: 4px;
  margin-top: 19px;
}
/* :L1678 */
div#question127376 {
  flex-basis: 18.615%;
}
/* :L1682 */
div#question127377 {
  flex-basis: 50%;
  margin-bottom: 4px;
}
/* :L1687 */
div#question128074 {
  flex-basis: 48%;
  margin-bottom: 4px;
}
/* :L1693 */
.page-prequotequestions .instanda-question-parent-yes-no.form-group label.control-label {
  font-weight: 600 !important;
  font-size: 14pt !important;
  color: #da291c;
  min-width: 300px;
  margin: 0;
}
/* :L1701 */
div#question127381 {
  flex-basis: 100%;
}
/* :L1705 */
.instanda-question-parent-yes-no.form-group {
  display: flex;
  flex-wrap: wrap;
}
/* :L1710 */
div#question127384 {
  display: block;
}
/* :L1714 */
div#question127381 label.control-label {
  margin-left: 55px;
}
/* :L1718 */
div#question128051 label.control-label {
  margin-left: 55px;
}
/* :L1722 */
div#question128737 label.control-label {
  margin-left: 55px;
}
/* :L1728 */
.instanda-question-parent-yes-no.form-group {
  margin-right: 0px !important;
}
/* :L1732 */
div#question127384 .instanda-text-question.form-group.row {
  flex-basis: 81%;
}
/* :L1736 */
div#EmployersLiability_Include_Children {
  background: #ececec;
  padding: 15px;
  border-radius: 5px;
  margin-top: 4px;
}
/* :L1744 */
div#question127386 {
  display: flex;
  margin-right: 0px;
  margin-bottom: 4px;
}
/* :L1750 */
div#question127386 label.control-label {
  margin-left: 40px;
}
/* :L1754 */
div#question127386 .instanda-text-question.form-group.row {
  flex-basis: 29.247%;
}
/* :L1759 */
div#question127387 {
  display: flex;
  margin-right: 0px;
  flex-basis: 100%;
}
/* :L1765 */
div#question127387 label.control-label {
  margin-left: 40px;
}
/* :L1769 */
div#question127387 .instanda-text-question.form-group.row {
  flex-basis: 29.247%;
}
/* :L1775 */
div#Cancellation_Include_Children {
  background: #ececec;
  padding: 15px;
  border-radius: 5px;
  margin-top: 4px;
}
/* :L1784 */
div#question128086 {
  display: flex;
  margin-right: 0px;
  flex-basis: 100%;
  margin-bottom: 4px;
}
/* :L1791 */
div#question128086 label.control-label {
  margin-left: 40px;
}
/* :L1795 */
div#question128086 .instanda-text-question.form-group.row {
  flex-basis: 29.247%;
}
/* :L1799 */
div#question128087 {
  display: flex;
  margin-right: 0px;
  flex-basis: 100%;
  margin-bottom: 4px;
}
/* :L1806 */
div#question128087 label.control-label {
  margin-left: 40px;
}
/* :L1810 */
div#question128087 .instanda-text-question.form-group.row {
  flex-basis: 29.247%;
}
/* :L1814 */
div#question128052 {
  display: flex;
  margin-right: 0px;
  flex-basis: 100%;
}
/* :L1820 */
div#question128052 label.control-label {
  margin-left: 40px;
}
/* :L1824 */
div#question128052 .instanda-text-question.form-group.row {
  flex-basis: 29.247%;
}
/* :L1832 */
.instanda-question-inner-label.instanda-question-multi-item-question-text-label {
  display: none;
}
/* :L1836 */
.instanda-multi-item-header.instanda-question-inner-label.container.instanda-questionHeader.questionHeader {
  display: none;
}
/* :L1842 */
div#Property_Include__13468__1_Children {
  background: #ececec;
  padding: 15px;
  border-radius: 5px;
  margin-top: 4px;
}
/* :L1849 */
div#question128738 {
  display: flex;
  flex-basis: 100%;
  margin-bottom: 4px;
  margin-right: 0px;
}
/* :L1856 */
div#question128738 label.control-label {
  margin-left: 40px;
}
/* :L1860 */
div#question128738 .instanda-text-question.form-group.row {
  flex-basis: 29.247%;
}
/* :L1864 */
div#question128739 {
  display: flex;
  flex-basis: 100%;
  margin-bottom: 4px;
  margin-right: 0px;
}
/* :L1871 */
div#question128739 label.control-label {
  margin-left: 40px;
}
/* :L1875 */
div#question128739 .instanda-text-question.form-group.row {
  flex-basis: 29.247%;
}
/* :L1879 */
div#question128740 {
  display: flex;
  flex-basis: 100%;
  margin-bottom: 4px;
  margin-right: 0px;
}
/* :L1886 */
div#question128740 label.control-label {
  margin-left: 40px;
}
/* :L1890 */
div#question128740 .instanda-text-question.form-group.row {
  flex-basis: 29.247%;
}
/* :L1894 */
div#question128741 {
  display: flex;
  flex-basis: 100%;
  margin-bottom: 4px;
  margin-right: 0px;
}
/* :L1901 */
div#question128741 label.control-label {
  margin-left: 40px;
}
/* :L1905 */
div#question128741 .instanda-text-question.form-group.row {
  flex-basis: 29.247%;
}
/* :L1909 */
div#question128742 {
  display: flex;
  flex-basis: 100%;
  margin-bottom: 4px;
  margin-right: 0px;
}
/* :L1916 */
div#question128742 label.control-label {
  margin-left: 40px;
}
/* :L1920 */
div#question128742 .instanda-text-question.form-group.row {
  flex-basis: 29.247%;
}
/* :L1924 */
div#question128743 {
  display: flex;
  flex-basis: 100%;
  margin-bottom: 4px;
  margin-right: 0px;
}
/* :L1931 */
div#question128743 label.control-label {
  margin-left: 40px;
}
/* :L1935 */
div#question128743 .instanda-text-question.form-group.row {
  flex-basis: 29.247%;
}
/* :L1939 */
div#Property_Include__13468__1_Children {
  background: #ececec;
  padding: 15px;
  border-radius: 5px;
  margin-top: 4px;
}
/* :L1949 */
div#question127382 {
  background: #ececec;
  padding: 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-right: 0px;
}
/* :L1957 */
div#question128758 {
  background: #ececec;
  padding: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-right: 0px;
}
/* :L1965 */
div#question127382 {
  display: flex;
}
/* :L1969 */
div#question127382 label.control-label {
  margin-left: 40px;
}
/* :L1973 */
div#question127382 .instanda-text-question.form-group.row {
  flex-basis: 29.247%;
}
/* :L1978 */
div#question128762 {
  /* before: 
    background: #ececec;
    padding: 15px;
    border-radius: 5px;
    margin-top: 4px; */
  /*APIB-2233*/
  background: #ececec;
  padding: 0px 15px 15px;
  border-radius: 5px;
  margin-top: -2px;
}
/*APIB-2233 added header*/

/* :L1991 */
div#question130407 {
  background: #ececec;
  padding: 10px 5px 0px 10px;
  border-radius: 5px 5px 0px 0px;
  margin-top: 0px;
}
/* :L1996 */
div#question130407 h2 {
  font-weight: 600 !important;
  font-size: 14pt !important;
  color: #da291c;
  min-width: 300px;
  margin: 0;
}
/* :L2007 */
.confirmQuestionCheckbox.checkbox.instanda-confirm-question-checkbox.instanda-question-input {
  display: flex;
  align-items: flex-start !important;
}
/* :L2012 */
.confirmQuestionCheckbox.checkbox.instanda-confirm-question-checkbox.instanda-question-input label {
  border: none;
}
/* :L2016 */
.confirmQuestionCheckbox label {
  font-weight: 100 !important;
  font-family: 'Material Icons';
  font-size: 24pt;
  color: #da291c;
  transition: opacity 0.3s cubic-bezier(0, 0.88, 0.16, 0.99);
  transform: translate(30px, -7px);
}
/*.confirmQuestionCheckbox.checkbox.instanda-confirm-question-checkbox.instanda-question-input label {
    width: 50px;
}
*/

/* :L2030 */
/* :L2031 */
span.show-symbol:after {
  content: '\f067';
  font-family: FontAwesome;
  margin-right: 10px;
  font-size: 10pt;
  color: #da291c;
  display: inline-block;
  border: 2px transparent solid;
  border-radius: 30px;
  padding: 2px 6px;
}
/* :L2042 */
span.show-symbol:hover::after {
  border: 2px #da291c solid;
}
/* :L2047 */
span.hide-symbol:after {
  content: '\f068';
  font-family: FontAwesome;
  margin-left: 10px;
  display: none;
}
/* :L2054 */
/* :L2055 */
.confirmQuestionCheckbox input {
  display: none;
}
/* :L2058 */
.confirmQuestionCheckbox label {
  font-weight: 100 !important;
  font-family: 'Material Icons';
  font-size: 24pt;
  color: #da291c;
  transition: opacity 0.3s cubic-bezier(0, 0.88, 0.16, 0.99);
  transform: translate(30px, -7px);
}
/* :L2065 */
.confirmQuestionCheckbox label:hover {
  opacity: 0.4;
}
/* :L2068 */
.confirmQuestionCheckbox label.checked::before {
  content: 'check_box';
}
/* :L2071 */
.confirmQuestionCheckbox label.unchecked::before {
  content: 'check_box_outline_blank';
}
/* :L2077 */
.confirmQuestionCheckbox.checkbox.instanda-confirm-question-checkbox.instanda-question-input h4 {
  font-size: 8pt;
  background: white;
  padding: 5px 10px;
  border-radius: 10px;
  margin-top: 10px;
}
/* :L2085 */
.toggle-button {
  border: 2px solid #da291c;
  background: #da291c;
  color: white;
  font-weight: 700;
  font-size: 10pt;
  border-radius: 0;
  padding: 5px;
  margin-bottom: 20px;
  position: relative;
  margin: 0 auto 20px auto;
}
/* :L2098 */
.toggle-button:hover,
.toggle-button:active,
.toggle-button:focus {
  background: transparent;
  color: #da291c;
  text-decoration: none;
}
/*div#question128761 .confirmQuestionCheckbox label::before {
    content: 'check_box_outline_blank';
}*/

/* :L2110 */
.page-prequotequestions .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  padding-right: 30px;
}
/* :L2114 */
/* :L2131 */
#question127373 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
#question127374 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
#question127377 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
#question127382 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
#question127386 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
#question127387 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
#question128086 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
#question128087 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
#question128052 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
#question128738 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
#question128739 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
#question128740 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
#question128741 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
#question128742 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
#question128743 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  padding-right: 15px;
}
/* :L2137 */
.fa-question-circle:before {
  content: "\f05a";
}
/* :L2141 */
/* :L2147 */
#question127381 .instanda-question-parent-yes-no .instanda-text-question.form-group.row,
#question127384 .instanda-question-parent-yes-no .instanda-text-question.form-group.row,
#question128051 .instanda-question-parent-yes-no .instanda-text-question.form-group.row,
#question128737 .instanda-question-parent-yes-no .instanda-text-question.form-group.row {
  display: flex;
  flex-direction: row-reverse;
  flex-basis: 85.67%;
}
/* :L2154 */
.instanda-responsive-help-text {
  flex-basis: 100%;
  margin-left: 40px;
  margin-top: 10px;
}
/* :L2162 */
div#question128051 .instanda-responsive-help-icon-container {
  display: none;
}
/* :L2166 */
div#question128737 .instanda-responsive-help-icon-container {
  display: none;
}
/* :L2172 */
div#question127381 .instanda-question-label {
  flex-basis: 17%;
  min-width: 140px;
  align-self: center;
}
/* :L2178 */
.instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
  width: 58%;
}
/* :L2182 */
div#question127381 .instanda-question-parent-yes-no .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  width: 35.02%;
}
/* :L2187 */
/* :L2191 */
div#question130603 .instanda-question-label {
  margin-left: 15.5px;
}
/* :L2195 */
.page-prequotequestions .SoF-YN-CN_PROPT .instanda-text-question.form-group.row .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  /*padding-left: 7px;*/
  padding-right: 15px;
  padding-left: 14px;
}
/*div#question130602 {
    margin-left: 56px;
}*/

/* :L2207 */
#question127384 .instanda-question-parent-yes-no .instanda-text-question.form-group.row {
  flex-basis: 81%;
}
/*div#question127384 .instanda-question-parent-yes-no .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
    width: 37.038%;
}*/

/* :L2217 */
div#question127384 .instanda-question-parent-yes-no .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
  width: 56%;
}
/*APIB-4182 (Mor Matos)*/

/* :L2222 */
div#question127384 .instanda-question-parent-yes-no .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  width: 37.0%;
  padding-left: 18px;
  margin-right: -6px;
  padding-left: 13px;
}
/* :L2231 */
.property-include {
  display: none;
}
/* :L2235 */
.confirmQuestionCheckbox.checkbox.instanda-confirm-question-checkbox.instanda-question-input {
  margin-left: -23px;
}
/*APIB-5821 GuilhermeViegasIRL 20/02/2025*/

/* :L2241 */
div#question127381,
div#question128051,
#insertPO_PropertyGridMultiItemsHere {
  display: none;
}
/* // GuilhermeViegasIRL 13/03/2025*/

/* :L2248 */
/* :L2249 */
body.page-prequotequestions.page-number-2 .confirmQuestionText {
  display: flex;
  flex-flow: row wrap;
}
/* :L2252 */
body.page-prequotequestions.page-number-2 .confirmQuestionText div:nth-of-type(1) {
  display: inline-block;
  margin-left: 15px;
}
/* :L2256 */
body.page-prequotequestions.page-number-2 .confirmQuestionText h3 {
  color: #da291c;
  font-weight: 600;
  padding: 0;
  font-size: 16pt;
  margin: 0;
  margin-bottom: 10px;
  flex-basis: 80%;
}
/* :L2265 */
body.page-prequotequestions.page-number-2 .confirmQuestionText .clause-text {
  margin-top: 10px;
  flex-grow: 1;
  flex-basis: 550px;
}
/* :L2269 */
body.page-prequotequestions.page-number-2 .confirmQuestionText .clause-text h4 {
  color: #333333;
  background: none !important;
  font-weight: 600;
  padding: 0;
  margin: 0 0 10px 0;
}
/* :L2276 */
body.page-prequotequestions.page-number-2 .confirmQuestionText .clause-text p {
  margin-bottom: 1px;
}
/* :L2280 */
body.page-prequotequestions.page-number-2 .confirmQuestionText a.toggle-button {
  margin-bottom: 10px;
  display: inline-block;
  width: auto;
}
/* :L2285 */
body.page-prequotequestions.page-number-2 .confirmQuestionText a.toggle-button {
  display: contents !important;
  font-size: 0;
}
/* :L2290 */
body.page-prequotequestions.page-number-2 span.confirmQuestionText {
  width: 100%;
  margin-top: 10px;
}
/* :L2294 */
body.page-prequotequestions.page-number-2 .confirmQuestionCheckbox {
  display: flex;
  align-items: flex-start !important;
}
/* :L2302 */
/* :L2303 */
.page-quote .quote-display-wrapper {
  flex-grow: 1;
  margin-right: 15px;
  flex-basis: 500px;
  min-width: 885px;
}
@media (max-width: 768px) {
  .page-quote .quote-display-wrapper {
    margin-right: 0;
  }
}
/* :L2315 */
.instanda-container-fluid {
  flex-basis: 100%;
}
/* :L2319 */
.quick-quote-cover-selection {
  flex-basis: 60%;
  flex-grow: 1;
}
/* :L2324 */
.quick-quote-summary {
  flex-basis: 250px;
  padding: 15px;
  background: #ededed;
  color: #5f5f5f;
  min-width: 240px;
  flex-shrink: 1;
}
/* :L2331 */
.page-quote .quick-quote-summary {
  min-width: 200px;
}
@media (max-width: 991px) {
  .quick-quote-summary {
    max-width: 100%;
    flex-grow: 1;
    margin: 20px auto;
  }
}
/* :L2342 */
.quick-quote-summary-table {
  right: 50px;
  top: 80px;
}
/* :L2345 */
.quick-quote-summary-table .cover-selection-section span {
  display: block;
}
/* :L2350 */
/* :L2351 */
.quick-quote-summary h2,
.quick-quote-summary h3,
.quick-quote-summary .cover-summary-heading {
  color: #da291c;
  font-size: 12pt;
  margin: 10px 0 5px 0;
}
/* :L2356 */
.quick-quote-summary h2,
.quick-quote-summary .cover-summary-heading {
  font-size: 14pt;
  margin: 0 0 10px 0;
  font-weight: 700;
}
/* :L2361 */
.quick-quote-summary .premium-total,
.quick-quote-summary .summary-price.total-premium-price {
  font-weight: 700;
}
/* :L2366 */
.cover-summary-heading {
  font-size: 14pt;
}
/* :L2370 */
.quick-quote-summary ~ div {
  flex-basis: 100%;
}
/* :L2376 */
/* :L2377 */
.page-quote .quote-display-card {
  flex-grow: 1;
  margin-right: 15px;
  flex-basis: 100px;
  padding: 30px 5px 30px 30px;
}
@media (max-width: 768px) {
  .page-quote .quote-display-card {
    margin-right: 10px;
  }
}
/* :L2385 */
.page-quote .quote-display-card.cover-premium {
  box-shadow: none;
  padding: 0;
  z-index: 2;
}
/* :L2390 */
.page-quote .quote-display-card.main-card {
  display: flex;
  flex-flow: row wrap;
}
/* :L2394 */
.page-quote .quote-display-card p.quote-summary-title {
  height: 60px;
  font-size: 12pt;
}
/* :L2397 */
.page-quote .quote-display-card p.quote-summary-title .price {
  display: inline-block !important;
  float: right;
  font-size: 8pt;
}
/* :L2401 */
.page-quote .quote-display-card p.quote-summary-title .price.commission {
  margin-left: 100px;
}
/* :L2405 */
.page-quote .quote-display-card p.quote-summary-title > span:first-of-type {
  font-size: 8pt !important;
}
/* :L2408 */
.page-quote .quote-display-card p.quote-summary-title.total-commission-title,
.page-quote .quote-display-card p.quote-summary-title.tax,
.page-quote .quote-display-card p.quote-summary-title.total-premium {
  height: auto;
}
/* :L2413 */
.page-quote .commision {
  flex-basis: 295px;
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  margin-top: 0;
  align-content: flex-start;
}
/* :L2420 */
.page-quote .commision .instanda-questionHeader.questionHeader.container {
  width: auto;
  flex-grow: 0;
  flex-basis: 80px;
}
/* :L2425 */
.page-quote .commision .questionItem.instanda-question-item.form-group.instanda-container-fluid {
  display: none;
}
/* :L2428 */
.page-quote .commision .instanda-well {
  display: flex;
}
/* :L2431 */
.page-quote .commision .questionItem.instanda-question-item.form-group.container {
  width: auto;
  flex-basis: 80px;
  height: 70px;
  padding: 0;
  background: transparent;
  flex-grow: 1;
  margin: 0 8px 0 0;
  z-index: 3;
}
/* :L2444 */
.page-quote .commision .questionItem.instanda-question-item.form-group.container input {
  border-color: #fbdedd;
  background-color: #fbf4f3;
}
/* :L2448 */
.page-quote .commision .questionItem.instanda-question-item.form-group.container .instanda-question-label {
  display: none;
}
/* :L2451 */
/* :L2452 */
.page-quote .commision .questionItem.instanda-question-item.form-group.container .input-group span {
  background: #fbdedd;
  color: #ea7777;
  font-weight: 700;
  border: none;
}
/* :L2459 */
.page-quote .commision .questionItem.instanda-question-item.form-group.container:before {
  display: block;
  line-height: 25px;
  margin-top: -25px;
  font-weight: 300;
  font-size: 8pt;
}
/* :L2466 */
/* :L2484 */
.page-quote .quick-quote-summary {
  flex-basis: 110px;
}
/* :L2490 */
/* :L2491 */
/* :L2492 */
.page-quote .quote-display-card.main-card {
  padding-top: 50px;
}
/* :L2495 */
.page-quote .quote-display-card span.price.total-commission-amount,
.page-quote .quote-display-card span.price.tax-price,
.page-quote .quote-display-card span.price.total-premium-price {
  background: none !important;
  box-shadow: none !important;
}
/* :L2499 */
.page-quote .quote-display-card p.quote-summary-title.total-commission-title {
  margin-top: 36px;
}
/* :L2502 */
.page-quote .quote-display-card.main-card {
  position: relative;
}
/* :L2505 */
.page-quote .quote-display-card.cover-premium {
  position: relative;
}
/* :L2508 */
.page-quote .quote-display-card p.quote-summary-title {
  display: flex;
  flex-flow: row wrap;
}
/* :L2511 */
/* :L2512 */
.page-quote .quote-display-card p.quote-summary-title:first-of-type span.price:before {
  content: 'Premium';
  display: block;
  color: #da291c;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 0px;
  margin-top: 0px;
  font-size: 8pt;
  transform: translateY(-30px) translateX(50px);
}
/* :L2524 */
.page-quote .quote-display-card p.quote-summary-title:first-of-type span.price.deductible:before {
  content: 'Deductible';
  transform: translateY(-30px) translateX(53px);
}
/* :L2528 */
.page-quote .quote-display-card p.quote-summary-title:first-of-type span.price.commission:before {
  content: 'Commission';
  transform: translateY(-30px) translateX(49px);
}
/* :L2533 */
.page-quote .quote-display-card p.quote-summary-title span.indemnity-title {
  flex-basis: 150px;
  margin-right: 5px;
  font-size: 10pt;
}
/* :L2538 */
.page-quote .quote-display-card p.quote-summary-title .price {
  float: none;
  width: 100px;
  text-align: right;
  font-size: 10pt;
  -webkit-font-smoothing: subpixel-antialiased;
}
/* :L2544 */
/* :L2548 */
.page-quote .quote-display-card p.quote-summary-title .price.deductible {
  width: 101px;
  margin-left: 68px;
}
/* :L2554 */
.page-quote .quote-display-card .commision {
  position: absolute;
  justify-content: flex-end;
}
/* :L2557 */
.page-quote .quote-display-card .commision input {
  padding: 2px;
}
/* :L2560 */
.page-quote .quote-display-card .commision .instanda-well {
  flex-basis: 100%;
  justify-content: flex-start;
  margin-left: 360px;
}
/* :L2564 */
.page-quote .quote-display-card .commision .instanda-well:first-of-type {
  margin-top: -8px;
}
/* :L2568 */
/* :L2569 */
/* :L2570 */
.page-quote .quote-display-card .commision > .instanda-well:first-of-type .questionItem:before {
  transform: translateY(-22px) translateX(0px);
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  display: block;
  font-size: 12px !important;
  line-height: 0 !important;
  color: #da291c;
  text-align: left;
  font-weight: 600 !important;
  text-transform: uppercase;
  line-height: 0px;
}
/* :L2591 */
.page-quote .quote-display-card .commision .questionItem.instanda-question-item.form-group.container {
  flex-grow: 0;
  align-self: flex-end;
  /*&:nth-of-type(4), &:nth-of-type(5) {
          flex-basis:73px;
        }*/

}
/* :L2595 */
.page-quote .quote-display-card .commision .questionItem.instanda-question-item.form-group.container:before {
  margin-top: 0;
}
/* :L2598 */
.page-quote .quote-display-card .commision .questionItem.instanda-question-item.form-group.container:nth-of-type(2) {
  margin-left: 30px;
}
/* :L2601 */
.page-quote .quote-display-card .commision .questionItem.instanda-question-item.form-group.container:nth-of-type(3) {
  margin-left: 80px;
}
/* :L2614 */
.page-quote .quote-display-card p.quote-summary-title:first-of-type span.limit:before {
  content: 'Limit / Sum Insured';
  display: block;
  color: #da291c;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 0px;
  margin-top: 0px;
  font-size: 8pt;
  width: 300px;
  transform: translateY(-30px) translateX(0px);
}
/* :L2628 */
span.price.limit {
  margin-right: 20px;
}
/*.commision .instanda-well:first-of-type .questionItem.instanda-question-item.form-group.container:last-of-type:before {
  content: 'Discount';  
  display: block;
  color: #da291c;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0px;
  font-size: 8pt !important;
  width:auto;
  transform: translateY(-22px) translateX(0px);
  line-height:0;
}*/

/* :L2649 */
.quote-display-card {
  flex-basis: 600px;
  padding: 30px;
  box-shadow: 0px 3px 6px rgba(10, 10, 10, 0.3);
  font-size: 14pt;
  font-weight: 600;
  margin-bottom: 20px;
}
/* :L2656 */
.quote-display-card span.input-group-addon.instanda-number-prefix {
  padding: 6px 5px;
}
/* :L2661 */
.price {
  font-weight: 300;
  color: #da291c;
}
/* :L2666 */
.cover-selection-container {
  flex-basis: 68%;
  margin-right: 2%;
  flex-grow: 1;
  max-width: 90%;
}
@media (min-width: 768px) {
  /* :L2673 */
  .page-quote .instanda-quote-content {
    padding: 0;
  }
}
/* :L2678 */
a#emailQuoteLinkLink {
  background: #da291c;
  color: white;
  padding: 5px;
  border-radius: 3px;
  border-color: #da291c;
  border-width: 3px;
  border-style: solid;
  font-weight: 700;
  text-decoration: none;
}
/* :L2688 */
a#emailQuoteLinkLink:hover {
  background: #da291c;
  border-color: #da291c;
}
/* :L2692 */
a#emailQuoteLinkLink:after {
  font-family: FontAwesome;
  content: '\f1d8';
  font-size: 10pt;
  background: none;
  margin-left: 6px;
  border-width: 3px;
  color: white;
  font-weight: 100;
}
/* :L2702 */
a#emailQuoteLinkLink:hover a#emailQuoteLinkLink:hover:after {
  background: none;
  color: #da291c;
}
/* :L2708 */
.email-quote {
  margin-top: 10px;
  float: right;
  margin-bottom: 10px;
  margin-right: 10px;
}
/* :L2715 */
.edit-pencil-button {
  position: relative;
  display: inline-block;
  padding: 30px;
  border-radius: 50px;
  background: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="pen" class="svg-inline--fa fa-pen fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="white" d="M290.74 93.24l128.02 128.02-277.99 277.99-114.14 12.6C11.35 513.54-1.56 500.62.14 485.34l12.7-114.22 277.9-277.88zm207.2-19.06l-60.11-60.11c-18.75-18.75-49.16-18.75-67.91 0l-56.55 56.55 128.02 128.02 56.55-56.55c18.75-18.76 18.75-49.16 0-67.91z"></path></svg>') no-repeat;
  background-size: 30px;
  background-position: 50%;
  background-color: #da291c;
  border-color: white;
  border-style: solid;
  border-width: 5px;
  right: -90%;
  margin-top: -20%;
  font-size: 0;
  display: none;
}
@media (max-width: 991px) {
  .edit-pencil-button {
    right: -94%;
    margin-top: -5%;
  }
}
/* :L2738 */
.instanda-quote-content.container {
  align-content: stretch;
  justify-content: stretch;
  min-width: 1152px;
}
/* :L2744 */
.page-quote .instanda-quote-content {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  /*padding: 0 30px 0 15px;*/
  margin-bottom: 20px;
  justify-content: flex-start;
  /*max-width: calc(100% - 15px);*/

}
/* :L2755 */
.page-quote .instanda-quote-content ~ .container .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
  padding: 0;
}
/* :L2760 */
/* :L2761 */
#question128786 *,
#question128787 * {
  display: none;
}
/* :L2764 */
#question128786::after,
#question128787::after {
  content: '';
  width: 100%;
  height: 40px;
  background: repeating-linear-gradient(45deg, #fbf4f3, #fbf4f3 10px, #f7e0e0 10px, #f7e0e0 20px);
  outline: #f7e0e0 solid 2px;
  cursor: not-allowed;
}
/* :L2782 */
/* :L2784 */
body.page-quote p.quote-summary-title.tax:before {
  content: '';
  border-bottom: dashed 1px rgba(213, 18, 14, 0.2);
  display: block;
  margin-top: 20px;
  flex-basis: 100%;
}
/* :L2795 */
body .container input[name="copyQuoteButton"] {
  display: none;
}
/* :L2800 */
/* :L2801 */
/* :L2802 */
/* :L2803 */
.page-quote.loggedin-broker .progress-indicator ul li:nth-of-type(-n+1) a {
  color: #efcece;
  cursor: not-allowed;
  text-decoration: none;
  pointer-events: none;
}
/* :L2814 */
/* :L2815 */
.page-quote.loggedin-broker #backButton {
  display: none;
}
/*APIB-4166 - GuilhermeViegasIRL 30/01/2025*/

/* :L2824 */
/* :L2825 */
.page-prequotequestions.page-number-1 .cover-selection-section {
  display: none;
}
/* :L2829 */
/* :L2830 */
.page-prequotequestions.page-number-2 .cover-QD {
  display: flex;
  justify-content: space-between;
  padding-right: 15px;
}
/* :L2835 */
.page-prequotequestions.page-number-2 instanda-buttonList {
  display: none;
}
/* :L2838 */
.page-prequotequestions.page-number-2 .instanda-main-content-container.container {
  padding: 0 30px;
}
/* :L2841 */
.page-prequotequestions.page-number-2 .questionList.instanda-questionList {
  display: inherit;
  margin-bottom: 0px;
}
/* :L2845 */
.page-prequotequestions.page-number-2 .instanda-pre-quote-questions {
  padding: 15px;
}
/* :L2848 */
/* :L2849 */
.page-prequotequestions.page-number-2 #question130985 .control-label {
  font-size: 10pt !important;
  font-weight: 400 !important;
  color: black;
}
/* :L2854 */
.page-prequotequestions.page-number-2 #question130985 .instanda-question-parent-yes-no {
  padding: 0px 30px;
}
/* :L2859 */
.page-prequotequestions.page-number-2 .instanda-question-parent-yes-no {
  padding: 30px;
}
/* :L2862 */
.page-prequotequestions.page-number-2 .instanda-text-question.form-group.row {
  flex-basis: 30%;
}
/* :L2866 */
.page-prequotequestions.page-number-2 .instanda-question-yes-no-parent-yes {
  margin-right: 5 px;
}
/* :L2870 */
.page-prequotequestions.page-number-2 .cover-selected-QD {
  color: #636363;
  font-weight: 700;
}
/* :L2874 */
.page-prequotequestions.page-number-2 #Clause_YN_Children {
  padding: 0px 30px;
}
/* :L2876 */
.page-prequotequestions.page-number-2 #Clause_YN_Children .questionItem {
  background: #ececec;
  padding: 15px;
  border-radius: 5px;
  margin-top: 4px;
}
/* :L2881 */
.page-prequotequestions.page-number-2 #Clause_YN_Children .questionItem .row {
  margin-left: -15px;
}
/* :L2884 */
.page-prequotequestions.page-number-2 #Clause_YN_Children .questionItem instanda-question-input {
  padding-right: 0px;
}
/* :L2889 */
.page-prequotequestions.page-number-2 #sof_el {
  display: none;
}
/* :L2893 */
div#question128051 .instanda-question-parent-yes-no .instanda-question-label {
  flex-basis: 42%;
}
/* :L2897 */
div#question128051 .instanda-question-parent-yes-no .instanda-text-question.form-group.row {
  flex-basis: 60.874%;
}
/* :L2901 */
div#question128051 .instanda-question-parent-yes-no .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
  width: 107%;
}
/* :L2905 */
div#question128737 .instanda-question-parent-yes-no .instanda-question-label {
  flex-basis: 10%;
}
/* :L2909 */
div#question128737 .instanda-question-parent-yes-no .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  width: 35.5%;
}
/* :L2913 */
div#question128737 .instanda-question-parent-yes-no .instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
  width: 66%;
}
/* :L2917 */
.page-prequotequestions.page-number-1 .instanda-well .questionItem:first-of-type ~ .questionItem {
  /*flex-basis: 500px;*/
  align-self: stretch;
  flex-grow: 1;
  /*display: flex;*/
  flex-flow: row wrap;
}
/* :L2925 */
/* :L2926 */
#question130603 .instanda-text-question.form-group.row {
  flex-basis: 30% !important;
}
/* :L2931 */
div#question130603 .instanda-question-label {
  margin-left: 0px;
}
/* :L2935 */
div#question130603 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  /*margin-left: 5px;*/
  padding-right: 15px;
}
/* :L2940 */
div#question130603 {
  background: #ececec;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: -10px;
}
/* :L2947 */
div#question130602 {
  background: #ececec;
  padding-left: 56px;
  padding-right: 33px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-right: 0px;
  margin-left: 0;
  padding-bottom: 15px;
}
/* :L2958 */
/* :L2959 */
#question127382 .instanda-question-input.instanda-question-choice {
  width: 104%;
  margin-left: -8px;
}
/* :L2965 */
.page-prequotequestions .SoF-YN {
  display: flex;
  flex-basis: 100%;
  margin-top: 4px;
  margin-right: 0px !important;
}
/* :L2972 */
.page-prequotequestions .SoF-YN .instanda-text-question.form-group.row {
  flex-basis: 29% !important;
  align-self: flex-start;
}
/* :L2977 */
.page-prequotequestions .SoF-YN .instanda-text-question.form-group.row .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  padding-right: 15px;
  padding-left: 14px;
}
/* :L2982 */
.page-prequotequestions .SoF-YN label.control-label {
  margin-left: 40px !important;
}
/* :L2986 */
.page-prequotequestions .SoF-YN-CN_PROPT {
  display: flex;
  flex-basis: 100%;
  margin-top: 4px;
  margin-right: 0px !important;
}
/* :L2993 */
.page-prequotequestions .SoF-YN-CN_PROPT .instanda-text-question.form-group.row {
  flex-basis: 29% !important;
  align-self: flex-start;
}
/* :L2998 */
.page-prequotequestions .SoF-YN-CN_PROPT .instanda-text-question.form-group.row .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  padding-right: 15px;
  padding-left: 13px;
}
/* :L3003 */
.page-prequotequestions .SoF-YN-CN_PROPT label.control-label {
  margin-left: 40px !important;
}
/* :L3007 */
#question128926 .instanda-questionHeader.questionHeader.container {
  display: inline-block;
  font-size: 8pt;
  flex-flow: row wrap;
  width: auto !important;
  padding: 4px 5px;
  background: #d8d4d4;
  border-radius: 10px;
}
/* :L2449 */

/* :L3017 */
#question128926 p {
  margin: 0 0 3px;
}
/* :L3021 */
.page-prequotequestions .toggle-button-CN_PROPT {
  border: 2px solid #da291c;
  background: #da291c;
  color: white;
  font-weight: 700;
  font-size: 10pt;
  border-radius: 0;
  padding: 5px;
  margin-bottom: 20px;
  position: relative;
  margin: 0 auto 20px -10px;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
}
/* :L3036 */
.page-prequotequestions .toggle-button-CN_PROPT:hover,
.page-prequotequestions .toggle-button:active,
.page-prequotequestions .toggle-button:focus {
  background: transparent;
  color: #da291c;
  text-decoration: none;
}
/*.page-prequotequestions input[type="checkbox"], .page-postquotequestions input[type="checkbox"] {
	webkit-appearance: none;
    appearance: none;
    margin: 0 0 0 -20px;
    font: inherit;
    color: currentColor;
    width: 24px;
    height: 24px;
    border: 3px solid currentColor;
    border-radius: 0.1em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}*/

/* :L3058 */
div#question128762 {
  /* before: 
    background: #ececec;
    padding: 15px;
    border-radius: 5px;
    margin-top: 4px; */
  /*APIB-2233*/
  background: #ececec;
  padding: 0px 15px 15px;
  border-radius: 5px;
  margin-top: -2px;
}
/* :L3071 */
div#question128762 .confirmQuestionCheckbox.checkbox.instanda-confirm-question-checkbox.instanda-question-input label {
  margin-left: -20px;
  /*margin-top: 13px;*/

}
/* :L3075 */
span.confirmQuestionText {
  margin-left: 33px;
}
/* :L3079 */
.page-quote .quote-display-wrapper {
  flex-grow: 1;
  margin-right: 15px;
  flex-basis: 500px;
  min-width: 885px;
}
@media (max-width: 768px) {
  /* :L3086 */
  .page-quote .quote-display-wrapper {
    margin-right: 0;
  }
}
/* :L3091 */
body.page-prequotequestions .container button[name="saveButton"] {
  display: none;
}
/* :L3095 */
a.btn.btn-primary.savebtn {
  float: left;
}
/* :L3099 */
.btn.btn-primary.savebtn {
  margin-right: 3px;
  background-color: #636363;
  border-color: #636363;
}
/* :L3105 */
.btn.btn-primary.savebtn:hover,
.btn.btn-primary.savebtn:focus,
.btn.btn-primary.savebtn:active {
  background-color: white;
  color: #636363;
}
/* :L3112 */
.instanda-notes-button.btn.btn-primary {
  display: none;
}
/* :L3116 */
/* :L3117 */
body.page-postquotequestions .instanda-main-content-container,
body.page-confirmation2 .instanda-main-content-container {
  width: 1170px;
  margin: 0 auto;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
/* :L3128 */
/* :L3129 */
/* :L3130 */
#question127359 .instanda-question-inner-label label,
#question128776 .instanda-question-inner-label label {
  font-weight: 400;
}
/* :L3134 */
#question127359 .instanda-question-label,
#question128776 .instanda-question-label {
  margin-bottom: 0;
  font-weight: 900;
  margin-top: 10px;
}
/* :L3138 */
#question127359 .instanda-question-label label,
#question128776 .instanda-question-label label {
  margin-bottom: 2px;
  font-weight: 700;
}
/* :L3153 */
/* :L3154 */
#question127359 .instanda-address-line-1,
#question128776 .instanda-address-line-1 {
  margin-bottom: 5px;
}
/* :L3157 */
#question127359 .instanda-question-label,
#question128776 .instanda-question-label {
  flex-basis: 100%;
  /*margin-bottom:20px;*/

}
/* :L3161 */
#question127359 .instanda-question-input,
#question128776 .instanda-question-input {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
/* :L3166 */
#question127359 .instanda-question-input > div,
#question128776 .instanda-question-input > div {
  width: 49%;
  margin: 5px 7px 0px 0;
}
/* :L3169 */
#question127359 .instanda-question-input > div:first-of-type:before,
#question128776 .instanda-question-input > div:first-of-type:before {
  content: 'Street';
  font-size: 10pt;
  font-weight: 400;
  margin-bottom: 5px;
  display: block;
}
/* :L3177 */
#question127359 .instanda-question-input .instanda-question-inner-label label,
#question128776 .instanda-question-input .instanda-question-inner-label label {
  padding: 0;
}
/* :L3183 */
/* :L3184 */
#question127359 .form-group,
#question128776 .form-group {
  margin-bottom: 0px;
}
/* :L3190 */
/* :L3191 */
#question128077 .instanda-text-question.form-group.row,
#question128755 .instanda-text-question.form-group.row,
#question128775 .instanda-text-question.form-group.row {
  width: 51.941%;
}
/* :L3198 */
div#question128075 {
  flex-basis: 50.417%;
  padding-left: 0px;
  padding-right: 30px;
}
/* :L3204 */
div#question128058 {
  flex-grow: 1;
  flex-basis: 49.58%;
  padding-right: 6px;
}
/* :L3210 */
div#question128931 {
  flex-basis: 50.417%;
  padding-left: 0px;
  padding-right: 30px;
}
/* :L3216 */
div#question128930 {
  flex-grow: 1;
  flex-basis: 49.58%;
  padding-right: 6px;
}
/* :L3222 */
body.page-postquotequestions .instanda-well {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  background: #ececec;
  padding: 15px;
  margin-right: 0px;
  border-radius: 5px;
  margin-bottom: 10px;
}
/* :L3236 */
.instanda-well:nth-of-type(4) {
  margin-bottom: -42px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
/* :L3243 */
div#question128791 {
  display: none;
}
/* :L3248 */
.page-postquotequestions .confirmQuestionCheckbox.checkbox.instanda-confirm-question-checkbox.instanda-question-input label {
  /*margin-top: 13px;*/
  margin-left: -15px;
}
/* :L3255 */
span.sof:hover {
  background: transparent;
  color: #da291c;
  text-decoration: none;
}
/* :L3261 */
span.sof {
  border: 2px solid #da291c;
  background: #da291c;
  color: white;
  font-weight: 700;
  font-size: 10pt;
  border-radius: 0;
  padding: 5px;
  margin-bottom: 20px;
  position: relative;
  margin: 0 auto 20px auto;
}
/* :L3274 */
div#question128765 {
  margin-left: 28px;
  width: 100%;
}
/* :L3283 */
/* :L3284 */
body.page-postquotequestions .instanda-question-parent-yes-no.form-group .instanda-question-label {
  display: none;
}
/* :L3287 */
body.page-postquotequestions .instanda-question-parent-yes-no.form-group {
  /*justify-content:center;*/
  display: flex;
  flex-wrap: nowrap;
  /*.instanda-text-question {
        flex-grow:1;
      }*/

  /*	anaisabelIRL & GuilhermePereiraIRL APIB-477 29/09/2021
		CSS - Edit the check circle position - begin */

  /*CSS - Edit the check circle position - end */

}
/* :L3291 */
body.page-postquotequestions .instanda-question-parent-yes-no.form-group .instanda-question-label {
  flex-basis: 50%;
  flex-grow: 0;
}
/* :L3298 */
/* :L3301 */
body.page-postquotequestions .instanda-question-parent-yes-no.form-group .instanda-text-question.form-group.row .instanda-question-input {
  display: flex;
}
/* :L3303 */
/* :L3304 */
body.page-postquotequestions .instanda-question-parent-yes-no.form-group .instanda-text-question.form-group.row .instanda-question-input label:first-of-type {
  margin-left: 0;
}
/* :L3311 */
body.page-postquotequestions .instanda-question-parent-yes-no.form-group label.radio-inline {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin: 0 10px;
  width: 50%;
}
/* :L3321 */
body.page-postquotequestions .instanda-question-parent-yes-no.form-group .radio-inline input[type="radio"] {
  margin-left: -44px;
  margin-bottom: 2px;
}
/* :L3331 */
/* :L3332 */
.page-postquotequestions label.radio-inline.instanda-question-yes-no-parent-yes {
  background-color: transparent;
  color: black;
  cursor: pointer;
  text-align: center;
  position: relative;
  font-weight: 700;
  font-size: 10pt;
  padding: 5px 5px;
  border: solid black 2px;
  border-radius: 0;
}
/* :L3344 */
.page-postquotequestions label.radio-inline.instanda-question-yes-no-parent-yes.instanda-unselected:hover {
  border-color: #da291c;
  color: #da291c;
}
/* :L3348 */
.page-postquotequestions .instanda-question-input label.instanda-selected {
  background-color: #da291c;
  border-color: #da291c;
  color: white;
}
/* :L3355 */
div#question127360 {
  padding-right: 17px;
}
/* :L3361 */
body.page-postquotequestions div#Payment_Method_Children .instanda-question-label {
  flex-basis: 200px;
  flex-grow: 0;
}
/* :L3366 */
.page-postquotequestions .questionItem.instanda-question-item.form-group.container .form-group .questionItem.instanda-question-item.form-group .instanda-text-question.form-group.row {
  flex-grow: 1;
}
/* :L3370 */
.page-postquotequestions .questionItem.instanda-question-item.form-group.container .form-group .questionItem.instanda-question-item.form-group {
  display: flex;
  padding-right: 9px;
}
/* :L3377 */
div#question127369 span.confirmQuestionText {
  margin-top: 11px;
}
/* :L3381 */
div#question127369 {
  flex-direction: column;
}
/* :L3387 */
.instanda-well:nth-of-type(2) {
  margin-bottom: -3px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
/* :L3393 */
.error_message {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  background-color: #d9534f;
}
/* :L3407 */
div#question128932 {
  margin-top: -43px;
  display: none;
}
/* :L3413 */
/* :L3414 */
/* :L3415 */
/* :L3416 */
.page-postquotequestions.loggedin-broker .progress-indicator ul li:nth-of-type(-n+1) a {
  color: #efcece;
  cursor: not-allowed;
  text-decoration: none;
  pointer-events: none;
}
/* :L3425 */
/* :L3427 */
body.page-confirmation2 .instanda-main-content-container {
  width: 1170px;
  margin: 0 auto;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
/* :L3435 */
body.page-confirmation2 .form-group.instanda-container-fluid.instanda-questionHeader.container {
  max-width: 600px;
  margin-top: 50px;
  background-color: #fafafa;
  border: 1px solid #f3f3f3;
  box-shadow: 0 0 5px -2px #e2e2e2 inset;
  padding: 30px;
}
/* :L3442 */
body.page-confirmation2 .form-group.instanda-container-fluid.instanda-questionHeader.container h3 {
  margin: 0 0 15px 0;
}
/* :L3447 */
body.page-confirmation2 .instanda-button.instanda-quote-button.btn.btn-primary {
  display: table;
  margin: 30px auto 0 auto;
}
/* :L3452 */
body.page-confirmation2 span {
  font-weight: 800;
}
/* :L3457 */
/* :L3459 */
.page-viewquoteorpolicy .instanda-main-content {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
}
/* :L3466 */
.page-viewquoteorpolicy .instanda-quote-content {
  flex-grow: 1;
  flex-basis: 800px;
}
/* :L3471 */
.page-viewquoteorpolicy .container.policy-view-options-action-buttons {
  flex-basis: 25%;
  min-width: fit-content;
}
/* :L3475 */
.page-viewquoteorpolicy .btn-group {
  display: block;
}
/* :L3477 */
.page-viewquoteorpolicy .btn-group .btn {
  display: block;
  float: none;
  margin-bottom: 5px;
  width: 100%;
}
/* :L3486 */
.page-viewquoteorpolicy .btn.btn-primary.btnCopyReQuote {
  display: none;
}
/* :L3491 */
/* :L3493 */
.page-viewquoteorpolicy.sale-stage-abouttoquote .btn.btn-primary.btnUploadDocuments {
  display: none;
}
/* :L3499 */
/* :L3501 */
.page-viewquoteorpolicy.sale-stage-quote .btn.btn-primary.btnPremiumSummary {
  display: none;
}
/* :L3506 */
.page-viewquoteorpolicy.sale-stage-quote .btn.btn-primary.btnUploadDocuments {
  display: none;
}
/* :L3512 */
/* :L3514 */
.page-viewquoteorpolicy.sale-stage-abouttopay .btn.btn-primary.btnUploadDocuments {
  display: none;
}
/* :L3520 */
/* :L3522 */
.page-viewquoteorpolicy.sale-stage-salecomplete .btn.btn-primary.btnCancelPolicy {
  display: none;
}
/* :L3526 */
.page-viewquoteorpolicy.sale-stage-salecomplete .btn.btn-primary.btnClaims {
  display: none;
}
/* :L3530 */
.page-viewquoteorpolicy.sale-stage-salecomplete .btn.btn-primary.btnUploadDocuments {
  display: none;
}
/* :L3544 */
.page-viewquoteorpolicy .instanda-quote-content {
  display: flex;
  flex-flow: row wrap;
}
/* :L3547 */
.page-viewquoteorpolicy .instanda-quote-content .summary-section {
  flex-basis: 240px;
  flex-grow: 1;
  margin-bottom: 20px;
  margin-left: 10px;
}
/* :L3553 */
.page-viewquoteorpolicy .instanda-quote-content .cover-selection-section {
  flex-basis: 100%;
  display: flex;
  flex-flow: row wrap;
}
/* :L3557 */
.page-viewquoteorpolicy .instanda-quote-content .cover-selection-section:before,
.page-viewquoteorpolicy .instanda-quote-content .cover-selection-section:after {
  background-image: linear-gradient(to right, #da291c 33%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  display: block;
  height: 1px;
  width: 100%;
  content: '';
}
/* :L3567 */
.page-viewquoteorpolicy .instanda-quote-content .cover-selection-section .summary-section {
  flex-basis: 200px;
  flex-grow: 1;
}
/* :L3572 */
.page-viewquoteorpolicy .instanda-quote-content .quote-display-card {
  flex-basis: 100%;
}
/* :L3575 */
.page-viewquoteorpolicy .instanda-quote-content .quote-display-card > h3 {
  margin-bottom: 40px;
}
/* :L3578 */
.page-viewquoteorpolicy .instanda-quote-content .quote-display-card .quote-summary-title {
  display: flex;
  text-align-last: end;
}
/* :L3581 */
.page-viewquoteorpolicy .instanda-quote-content .quote-display-card .quote-summary-title:first-of-type {
  margin-top: 10px;
}
/* :L3583 */
/* :L3584 */
.page-viewquoteorpolicy .instanda-quote-content .quote-display-card .quote-summary-title:first-of-type > .price:before {
  display: block;
  height: 25px;
  content: '';
  margin-top: -25px;
  font-size: 8pt;
  font-weight: 600;
  color: #da291c;
}
/* :L3593 */
.page-viewquoteorpolicy .instanda-quote-content .quote-display-card .quote-summary-title:first-of-type > .price:nth-of-type(2):before {
  content: 'Limit/Sum Insured';
}
/* :L3596 */
.page-viewquoteorpolicy .instanda-quote-content .quote-display-card .quote-summary-title:first-of-type > .price:nth-of-type(3):before {
  content: 'Premium';
}
/* :L3599 */
.page-viewquoteorpolicy .instanda-quote-content .quote-display-card .quote-summary-title:first-of-type > .price:nth-of-type(4):before {
  content: 'Deductible';
}
/* :L3602 */
.page-viewquoteorpolicy .instanda-quote-content .quote-display-card .quote-summary-title:first-of-type > .price:nth-of-type(5):before {
  content: 'Commission';
}
/* :L3607 */
.page-viewquoteorpolicy .instanda-quote-content .quote-display-card .quote-summary-title .indemnity-title {
  flex-basis: 240px;
  margin-right: 15px;
  font-size: 8pt;
  margin-top: 7px;
  text-align-last: left;
}
/* :L3614 */
.page-viewquoteorpolicy .instanda-quote-content .quote-display-card .quote-summary-title .price {
  font-size: 12pt;
  flex-basis: 100px;
  flex-grow: 1;
  color: #333333;
  margin-right: 10px;
}
/* :L3627 */
.page-agentalldocs .left.pull-left {
  margin-top: 20px;
}
/* APIB-3588 */

/* :L3631 */
/* :L3632 */
.page-agentlogin .banner {
  display: flex !important;
  background: black;
  align-items: end;
  margin-bottom: 50px;
}
/* :L3638 */
.page-agentlogin div.banner-link {
  position: absolute;
  width: 100%;
  text-align: right;
  margin-bottom: 9.8px;
}
/* :L3644 */
.page-agentlogin a.banner-link {
  color: white;
  font-size: 34px;
  margin-right: 4%;
}
/* :L3648 */
.page-agentlogin a.banner-link:hover {
  text-decoration: none;
  color: #da291c;
}
/* :L3653 */
.page-agentlogin .banner-image {
  width: 150px;
  height: 106px;
  margin-left: 4%;
}
/* EVENTS REFERRAL CSS*/

/* :L3662 */
/* :L3663 */
/* :L3664 */
body.page-reviewreferrals .instanda-main-content > .container:first-of-type::before {
  content: 'Referral';
  display: block;
  font-size: 16pt;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
  color: inherit;
}
/* :L3676 */
/* :L3677 */
body.page-reviewreferrals.loggedin-broker .instanda-review-referrals-buttons {
  display: none;
}
/* :L3682 */
/* :L3683 */
/* :L3685 */
/* :L3687 */
body.page-reviewreferrals tbody tr th:nth-of-type(2),
body.page-reviewreferrals tbody tr td:nth-of-type(2) {
  outline: red 5px solid;
  display: none;
}
/* :L3695 */
body.page-reviewreferrals button,
body.page-reviewreferrals input,
body.page-reviewreferrals textarea {
  font-size: 8pt;
  padding: 10px 15px !important;
  font-weight: 800;
}
/* :L3703 */
body.page-reviewreferrals .instanda-review-referrals-buttons {
  z-index: 1;
  position: relative;
}
/* :L3709 */
/* :L3711 */
body.page-reviewreferrals .documents-upload .instanda-document-upload-input-container {
  display: block !important;
}
/* :L3715 */
body.page-reviewreferrals .documents-upload .instanda-document-upload-input {
  display: block;
  width: 100%;
}
/* :L3720 */
body.page-reviewreferrals .documents-upload .instanda-question-input label {
  background-color: transparent;
  color: #333333;
  border: 0;
  font-size: unset;
}
/* :L3727 */
body.page-reviewreferrals .documents-upload .instanda-file-input-label-btn {
  width: 100%;
  text-align: left;
  font-weight: 700;
  padding: 0;
}
/* :L3734 */
body.page-reviewreferrals .documents-upload .instanda-file-input-selected {
  width: 100%;
  text-align: left;
}
/* :L3739 */
body.page-reviewreferrals .documents-upload button.instanda-document-upload-add-btn {
  background-color: #636363;
  border-color: #636363;
  color: white;
}
/* :L3744 */
body.page-reviewreferrals .documents-upload button.instanda-document-upload-add-btn:hover {
  background-color: white;
  border-color: #636363;
  color: #636363;
}
/* :L3751 */
body.page-reviewreferrals .documents-upload .instanda-question-label {
  display: none;
}
/* :L3760 */
.instanda-review-referrals-buttons {
  margin-top: 40px;
}
/* :L3763 */
.instanda-review-referrals-buttons input {
  border: 2px solid #636363;
  background: #636363;
  color: white;
  font-weight: 600;
  padding: 7px 10px;
}
/* :L3770 */
.instanda-review-referrals-buttons input:hover {
  background: white;
  color: #636363;
}
/* :L3775 */
.instanda-review-referrals-buttons input#clearButton {
  border: 2px solid #da291c;
  background: #da291c;
  color: white;
}
/* :L3780 */
.instanda-review-referrals-buttons input#clearButton:hover {
  background: white;
  color: #da291c;
}
/* Formatreferral header for brokers*/

/* :L3789 */
.page-reviewreferrals.loggedin-broker .broker-header {
  background-color: #da2a1c;
  font-size: 10pt;
  font-weight: 600;
  color: white;
  padding: 30px;
}
/* :L3797 */
.page-reviewreferrals.loggedin-underwriter .broker-header {
  display: none;
}
/**/
/*COPIED FROM -> 
  APIB-1295 New Referrals Page CSS (DanielPeresIRL) */

/* :L3805 */
/* :L3807 */
.page-reviewreferrals .approvalContainer {
  display: flex;
  flex-wrap: wrap;
}
/* :L3812 */
.page-reviewreferrals .mainContentDiv {
  width: 78%;
}
@media (max-width: 1200px) {
  /* :L3817 */
  .page-reviewreferrals .mainContentDiv {
    width: 100%;
  }
}
/* :L3822 */
.page-reviewreferrals .instanda-question-label {
  margin-bottom: 10px;
}
/* :L3826 */
.page-reviewreferrals #question128728 {
  margin-bottom: 10px;
}
/* :L3830 */
.page-reviewreferrals.loggedin-broker button.btn.btn-primary.instanda-button.instanda-quote-button {
  display: none;
}
/* :L3834 */
.page-reviewreferrals.loggedin-underwriter button[name="continueButton"],
.page-reviewreferrals.loggedin-underwriter button.instanda-Send-referra-Email-button {
  display: none;
}
/* :L3839 */
/* :L3840 */
.page-reviewreferrals .modal .instanda-referral-notes-dialog-placeholder:before {
  content: 'Do you want to send referral notes to the Underwriter? \A To continue please press "Confirm"';
  white-space: pre;
}
/* :L3845 */
.page-reviewreferrals .modal .form-group {
  display: none;
}
/* :L3851 */
.page-reviewreferrals.sale-stage-referralcleared #instanda-quote\ quote-content-form-wrapper {
  display: none;
}
/* :L3855 */
.page-reviewreferrals.loggedin-broker #question130521 {
  display: none;
}
/**/
/*Quote View */

/* :L3861 */
/* :L3863 */
/* :L3868 */
.page-viewquoteorpolicy.sale-stage-referred .btn.btn-primary.btnUploadDocuments,
.page-viewquoteorpolicy.sale-stage-referralrejected .btn.btn-primary.btnUploadDocuments,
.page-viewquoteorpolicy.sale-stage-referralcleared .btn.btn-primary.btnUploadDocuments,
.page-viewquoteorpolicy.sale-stage-referred .btn.btn-primary.btnQuoteReferralQuestion,
.page-viewquoteorpolicy.sale-stage-referralrejected .btn.btn-primary.btnQuoteReferralQuestion,
.page-viewquoteorpolicy.sale-stage-referralcleared .btn.btn-primary.btnQuoteReferralQuestion {
  display: none;
}
/* :L3873 */
/* :L3874 */
.page-viewquoteorpolicy.sale-stage-referred.loggedin-broker .btn.btn-primary.btnReferralHistory,
.page-viewquoteorpolicy.sale-stage-referralrejected.loggedin-broker .btn.btn-primary.btnReferralHistory,
.page-viewquoteorpolicy.sale-stage-referralcleared.loggedin-broker .btn.btn-primary.btnReferralHistory {
  display: none;
}
/* */

