/* :L17 */
html {
  position: relative;
  min-height: 100%;
}
/* :L22 */
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
/* :L27 */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}
/* :L36 */
.instanda-built-by-footer {
  text-align: center;
  position: absolute;
  bottom: 2px;
  width: 100%;
  font-size: 0.7em;
}
/* :L44 */
.instanda-documents {
  text-align: center;
}
/* :L48 */
.instanda-buttonList {
  margin-top: 20px;
}
/* :L52 */
.instanda-confirm-billing-address {
  margin-top: 20px;
  margin-bottom: 50px;
}
/* :L58 */
.instanda-container-fluid {
  background-color: #f4f4f4;
}
/* :L62 */
.instanda-questionHeader h3 {
  margin-bottom: 20px;
}
/* :L66 */
.instanda-side-content {
  position: absolute;
  top: 20px;
  min-height: 50px;
  padding: 10px;
  border: 1px solid lightgray;
  border-radius: 8px;
  background-color: white;
  width: 400px;
}
/* :L77 */
.instanda-main-content-container {
  position: relative;
}
/* :L81 */
.instanda-sort-code-input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
/* :L87 */
#instanda-site-layout {
  padding-right: 0;
  padding-left: 0;
}
/* :L92 */
.instanda-choose-address-inner {
  border: 2px solid #eeeeee;
  padding: 15px;
  border-radius: 5px;
  margin-top: 20px;
}
/* :L99 */
.instanda-choose-address-inner .instanda-choose-address-btn {
  margin-top: 10px;
}
/* :L103 */
.instanda-previously-selected {
  display: inline-block;
}
/*Approval action*/

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

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

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

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

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

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

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

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

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

/* :L212 */
.car-models-wrapper,
.car-brands-wrapper {
  overflow-y: auto;
  max-height: 250px;
  margin-bottom: 10px;
}
/* :L219 */
.car-brands-wrapper ul.list-group,
.car-models-wrapper ul.list-group {
  margin-bottom: 0;
}
/* :L224 */
.selected-model,
.selected-brand {
  color: white;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* :L231 */
.car-brands-and-models-summary.well > div {
  margin-bottom: 5px;
}
/* :L235 */
button.car-brands-and-models-show-summary {
  margin-bottom: 10px;
}
/* :L239 */
.car-brands.list-group > li:first-child,
.car-models.list-group > li:first-child {
  display: none;
}
/* :L243 */
.car-models-wrapper,
.car-brands-wrapper {
  display: none;
}
/* :L247 */
.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;
}
/* :L260 */
.alert-autosave {
  color: black;
  background-color: #ffbe46;
  border-color: orange;
}
/* :L266 */
form#agentSearchParameters {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: 15% 15% 15% 15% 10%;
}
/* :L272 */
input#agentSearchButton {
  height: 40px;
  margin-top: 20px;
}


/* This is copied & pasted from Agency Appointment CSS */
/* ===============================*/
/* ========== Variables ==========*/
/* ===============================*/
/* Colour */
/*FONT FAMILY*/
/* Media query */
/*---------------------------------------MIXINS-------------------------------------------*/

/* :L55 */
.imp-text {
  width: auto;
  text-align: center;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
  border-radius: 5px;
}
/*=====================Main header====================*/

/* :L65 */
.header-font {
  position: relative;
  font: normal normal bold 64px/64px 'poppins', sans-serif;
  color: #12243a;
}
@media (max-width: 567.9px) {
  .header-font {
    font: normal normal bold 32px/32px 'poppins', sans-serif;
  }
}
/*=====================Blueline====================*/

/* :L74 */
.blueline {
  display: block;
  margin-top: 10px;
  width: 36px;
  content: '';
  border-top: 6px solid #ffbf3c;
  border-right: 6px solid transparent;
}
/*=====================Button====================*/

/* :L83 */
.buttoncomm {
  height: 100%;
  text-align: left;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 25px;
  padding-bottom: 10px;
  border-radius: 5px;
  background: white 0% 0% no-repeat padding-box;
}
/*=====================View Quote Policy====================*/

/* :L94 */
.iconstyle {
  background-size: 20px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-color: white;
  background-position-x: 20px;
  padding-left: 60px;
}
/*=====================Alignment====================*/

/* :L103 */
.page-align {
  margin: 0 80px;
  /* Extra small and small devices*/

}
@media (max-width: 767.9px) {
  .page-align {
    margin: 0 30px;
  }
}
/* :L110 */
.page-align-padding {
  padding-left: 80px ;
  padding-right: 80px ;
  /* Extra small and small devices*/

}
@media (max-width: 767.9px) {
  .page-align-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/*===================================Question styling==========================*/

/* :L120 */
@media (max-width: 992px) {
  /* :L122 */
  /* :L125 */
  .imagealgin .instanda-pre-quote-content > .container,
  .imagealgin .instanda-choose-billing-details > .container,
  .imagealgin .instanda-cancel-ques-content > .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  /* :L129 */
  .imagealgin .instanda-pre-quote-content > .container > div,
  .imagealgin .instanda-choose-billing-details > .container > div,
  .imagealgin .instanda-cancel-ques-content > .container > div {
    flex-basis: 100%;
    width: 100%;
  }
  /* :L133 */
  .imagealgin .instanda-pre-quote-content > .container .question_cls,
  .imagealgin .instanda-choose-billing-details > .container .question_cls,
  .imagealgin .instanda-cancel-ques-content > .container .question_cls {
    order: 2;
  }
  /* :L136 */
  .imagealgin .instanda-pre-quote-content > .container .image_cls,
  .imagealgin .instanda-choose-billing-details > .container .image_cls,
  .imagealgin .instanda-cancel-ques-content > .container .image_cls {
    order: 1;
  }
}
/* :L143 */
.imagebox {
  /*MIXIN for image common width and margin*/
  padding-top: 30px;
  padding-right: 35px;
}
/* :L146 */
.imagebox img {
  margin-top: 30px;
  margin-bottom: 15px;
  width: 100%;
}
/*GENERAL*/

/* :L153 */
body {
  font-family: 'poppins', sans-serif;
  background-color: #120c0c0a;
}
/* :L157 */
.instanda-container-fluid {
  background-color: transparent;
}
/* :L160 */
.container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}
/*Header*/

/* :L168 */
.instanda-questionHeader h1,
.instanda-questionHeader.title {
  font: normal normal bold 40px/42px 'poppins', sans-serif;
  letter-spacing: -1.92px;
  color: #12243a;
}
/* :L174 */
.instanda-questionHeader h3 {
  font-size: 25px;
}
/* :L177 */
.instanda-question-label label {
  font-size: 14px;
}
/*FORM Control*/

/* :L182 */
.form-control {
  height: 45px;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  box-shadow: none;
}
/* :L189 */
.form-control:focus {
  border-color: #6ec9c4;
}
/* :L192 */
.form-control.input-validation-error {
  border: 2px solid #d9534f;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
/* :L197 */
.form-control:hover,
.form-control:focus {
  border: 2px solid gray;
  box-shadow: none;
}
/* :L203 */
.form-control[readonly]:focus {
  border-color: #cccccc;
  box-shadow: none;
  -webkit-box-shadow: none;
}
/* :L209 */
.label-danger {
  background-color: #d9534f;
  display: block;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  text-align: left;
}
/* :L216 */
.alert-danger {
  background-color: #f0ad4e;
}
/* :L220 */
.checkbox_cls {
  border: 1px solid #cccccc;
  background-color: white;
  margin: 0px;
}
/* :L226 */
.confirmQuestionCheckbox {
  display: flex;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 9px;
}
/* :L233 */
.instanda-question-validation-message-address-postcode {
  margin-left: 15px;
  display: none;
}
/* :L238 */
.instanda-question-validation-message-address-city {
  margin-right: 15px;
  display: none !important;
}
/* :L243 */
.instanda-question-validation-message-address-line1 {
  display: none;
}
/* :L246 */
.input-group-addon {
  background-color: white;
}
@media (max-width: 767.9px) {
  /* :L250 */
  .instanda-address-line-1 {
    margin-bottom: 10px;
  }
}
/*RADIO BUTTONS STYLING*/

/* :L256 */
input[type='radio']:focus {
  outline: none;
  outline-offset: 0px;
}
/* :L261 */
/* :L262 */
/* :L263 */
.yes-no-cls .instanda-selected input[type='radio'] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 4px solid #ffbf3c;
  border-radius: 50%;
  margin-left: -22px;
}
/* :L274 */
/* :L275 */
/* :L276 */
.radio-cls .instanda-question-choice .instanda-selected input {
  appearance: none;
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 4px;
  background-clip: content-box;
  border: 5px solid #01b297;
  background-color: white;
  border-radius: 50%;
  margin-left: -21px;
}
/* :L290 */
/* :L291 */
.radio-cls .instanda-question-choice .instanda-unselected input {
  width: 15px;
  height: 18px;
}
/* :L298 */
.radio-inline input[type='radio'],
input[type='radio'] {
  margin: 5px 0 0;
  margin-left: -25px;
  width: 20px;
  height: 15px;
}
/* :L306 */
.yes-no-cls .instanda-question-input {
  /*display: flex;*/
  font: normal normal normal 16px/24px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: black;
}
/* :L312 */
/* :L313 */
.yes-no-cls .instanda-question-yes-no-parent-no,
.yes-no-cls .instanda-question-yes-no-no {
  margin-right: 0px;
  margin-left: 0;
}
/* :L319 */
.yes-no-cls .instanda-question-yes-no-parent-yes,
.yes-no-cls .instanda-question-yes-no-yes {
  /*margin-right: 10px;*/

  margin-left: 0;
}
@media (max-width: 330px) {
  .yes-no-cls .instanda-question-yes-no-parent-yes,
  .yes-no-cls .instanda-question-yes-no-yes {
    margin-right: 0px;
  }
}
/* :L328 */
.yes-no-cls .instanda-unselected {
  width: auto;
  text-align: center;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  background: white 0% 0% no-repeat padding-box;
}
/* :L334 */
.yes-no-cls .instanda-selected {
  width: auto;
  text-align: center;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
  border-radius: 5px;
  background: white 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 0px 0px 2px #ffbf3c;
  border: 1px solid #ffbf3c;
}
/* :L342 */
/* :L343 */
.radio-cls .radio-inline:active,
.radio-cls .radio-inline:focus,
.radio-cls .radio-inline:hover {
  border: 2px solid gray;
}
/* :L349 */
.radio {
  font: normal normal normal 16px/24px 'poppins', sans-serif;
  margin-top: 0px;
  padding: 0px;
}
/* :L353 */
.radio .instanda-unselected {
  height: 100%;
  text-align: left;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 25px;
  padding-bottom: 10px;
  border-radius: 5px;
  background: white 0% 0% no-repeat padding-box;
  width: 30%;
  border: 1px solid #cccccc;
}
@media (max-width: 768px) {
  .radio .instanda-unselected {
    width: 100%;
  }
}
/* :L360 */
.radio .instanda-unselected input {
  width: 15px;
  background-color: white;
  height: 15px;
}
/* :L366 */
.radio .instanda-selected {
  height: 100%;
  text-align: left;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 25px;
  padding-bottom: 10px;
  border-radius: 5px;
  background: white 0% 0% no-repeat padding-box;
  width: 30%;
  border: 2.5px solid #ffbf3c;
}
@media (max-width: 768px) {
  .radio .instanda-selected {
    width: 100%;
  }
}
/* :L373 */
.radio .instanda-selected input {
  appearance: none;
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 4px;
  background-clip: content-box;
  border: 5px solid #ffbf3c;
  background-color: white;
  border-radius: 50%;
  margin-left: -21px;
  margin-top: 2px;
}
/* :L388 */
.radio-inline.input-validation-error {
  border: 2px solid #d9534f;
}
/* :L391 */
.checkbox-inline,
.radio-inline {
  margin-bottom: 5px;
}
/* :L396 */
/* :L398 */
.name label,
.address label {
  font-size: 14px;
}
@media (min-width: 767.9px) {
  /*.name			
      {
        .instanda-question-label {
          position: relative;
          top: 28px;
        }
    
        .instanda-question-input {
          width: 100%;
          padding-right: 0px;
        }
    
        .instanda-question-input>.form-group {
          display: flex;
          margin-bottom: 0px;
    
          .instanda-question-name-title {
            padding-top: 30px;
            padding-right: 12px;
          }
    
          .instanda-question-name-first-name {
            padding-right: 12px;
          }
        }
      }*/
  
  /* :L429 */
  /* :L431 */
  .name1 .instanda-question-label {
    position: relative;
    top: 25px;
  }
  /* :L436 */
  .name1 .instanda-question-input {
    padding-right: 0px;
  }
  /* :L439 */
  .name1 .instanda-question-input .instanda-question-item {
    margin-top: 30px;
  }
  /* :L444 */
  .name1 .form-group .instanda-question-item:nth-child(2),
  .name1 .form-group .instanda-question-item:nth-child(3) {
    width: 49%;
  }
  /* :L449 */
  .name1 .instanda-question-input > .form-group {
    display: flex;
    margin-bottom: 0px;
  }
  /* :L453 */
  .name1 .instanda-question-input > .form-group .instanda-question-name-first-name {
    padding-right: 12px;
  }
  /*==========address question==========*/
  
  /* :L459 */
  .address {
    width: 100%;
    margin-bottom: 0px;
  }
  /* :L462 */
  .address .instanda-question-label label {
    position: absolute;
  }
  /* :L465 */
  .address .instanda-question-input {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /* :L469 */
  .address .instanda-question-input > div {
    width: 18%;
  }
  /* :L472 */
  .address .instanda-question-input > div:first-child {
    width: 45%;
    padding-right: 5px;
    margin-bottom: 20px;
  }
  /* :L476 */
  .address .instanda-question-input > div:first-child > div {
    display: flex;
    margin-top: 25px;
  }
  /* :L482 */
  .address .instanda-address-line-1,
  .address .instanda-address-line-2 {
    width: 100%;
  }
  /* :L486 */
  .address .instanda-address-state-label,
  .address .instanda-address-line-2 {
    padding-left: 10px;
  }
  /* :L490 */
  .address .instanda-address-state {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*=======================================SET CONTENT WIDTH================================*/

/* :L498 */
.page-index .index-main-content,
.page-servererror .instanda-server-error-content,
.page-maintenancepage .instanda-maintenance-page-content,
.instanda-main-content-container,
/*.page-agentlogin .instanda-main-content-container,*/ .page-forgotsalespersonpassword .instanda-main-content-container,
.page-customerlogin .instanda-customer-login-content,
.page-customerregister .instanda-customer-login-content {
  margin: 0 80px;
  /* Extra small and small devices*/

}
@media (max-width: 767.9px) {
  .page-index .index-main-content,
  .page-servererror .instanda-server-error-content,
  .page-maintenancepage .instanda-maintenance-page-content,
  .instanda-main-content-container,
  .page-forgotsalespersonpassword .instanda-main-content-container,
  .page-customerlogin .instanda-customer-login-content,
  .page-customerregister .instanda-customer-login-content {
    margin: 0 30px;
  }
}
/*==================Server error page , maintenance page & Page not found page General Styling================*/

/* :L505 */
.page-servererror .instanda-server-error-content,
.page-maintenancepage .instanda-maintenance-page-content,
.page-pagenotfound .instanda-page-not-found-content {
  margin-top: 25px;
}
/* :L509 */
.page-servererror .instanda-server-error-content p,
.page-maintenancepage .instanda-maintenance-page-content p,
.page-pagenotfound .instanda-page-not-found-content p {
  font-size: 18px;
}
/*========================================Navbar===================================*/

/* :L514 */
.navbar {
  border: 0;
  margin-bottom: 0;
}
/*Navbar nav-item color*/

/* :L519 */
.navbar-default .navbar-nav > li > a {
  color: #3c3c3c;
  /*background-color: @color-yellow;*/

}
/* :L523 */
/* :L524 */
.navbar-default .navbar-nav .active > a,
.navbar-default .navbar-nav .active > a:focus {
  color: black;
  background-color: #ffbf3c;
  border-radius: 30px;
}
/* :L530 */
.navbar-default .navbar-nav .active > a:hover {
  background-color: #ffda91;
  color: #12243a;
  border-color: white;
}
/* :L535 */
.navbar-default .navbar-nav .instanda-nav-item a:hover {
  color: #ffbf3c;
  font-weight: bold;
}
/* :L541 */
.navbar-default .navbar-nav a[href*='/Public/RetrieveQuote'] {
  display: none;
}
/* Testing Navbar CSS change on referral page */

/* :L547 */
/* :L548 */
.page-referralmessage .navbar-collapse ul li:last-child {
  font-size: 0;
}
/* :L551 */
.page-referralmessage .navbar-collapse ul li:last-child ::before {
  content: 'Sign Out';
  font-size: 14px;
}
/* :L555 */
.page-referralmessage .navbar-collapse ul li:last-child ::after {
  content: ' \279C';
  font-size: 14px;
  font-weight: 700;
  padding-top: 7px;
}
/* :L563 */
.navbar-collapse ul li:last-child ::after {
  content: ' \279C';
  font-weight: 700;
  padding-top: 7px;
}
/*NAVBAR LOGO*/

/* :L570 */
.navbar-brand {
  padding-left: 0;
}
/* :L572 */
.navbar-brand img {
  height: 50px;
  /*margin-left: 0px;*/

}
@media (max-width: 767px) {
  .navbar-brand img {
    height: 40px;
    margin-left: 0 !important;
  }
}
/*To align logo with the container width*/

/* :L582 */
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: 0px;
}
@media (max-width: 767.9px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 15px;
  }
}
/* :L589 */
/* :L591 */
.navbar-default .container {
  margin: 0 80px;
  /* Extra small and small devices*/

  /*width:89%;*/

}
@media (max-width: 767.9px) {
  .navbar-default .container {
    margin: 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  /* :L597 */
  .container > .navbar-header {
    float: none;
    margin-right: -15px;
  }
  /* :L601 */
  .navbar-collapse.collapse {
    display: none !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* :L607 */
  .navbar-brand img {
    height: 40px;
  }
  /* :L610 */
  .navbar-brand {
    padding: 7px 15px;
  }
  /* :L613 */
  .navbar-toggle {
    display: block;
  }
}
/*================================BREADCRUMB=====================*/

/*Breadcrumb items*/

/* :L620 */
.breadcrumb a {
  position: relative;
  text-decoration: none;
  padding-top: 10px;
  color: #565e71;
  height: 42px;
  font: normal normal normal 14px/20px Inter;
  letter-spacing: 0px;
}
/* :L628 */
.breadcrumb a span {
  padding-left: 15px;
  padding-right: 15px;
}
/* :L632 */
.breadcrumb a .menu-tick {
  padding-left: 20px;
}
/* :L635 */
.breadcrumb a .menu-no {
  padding-right: 20px;
}
/* :L639 */
.breadcrumb a::after {
  content: '';
  right: -19px;
  transform: scale(0.707) rotate(45deg);
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 13px;
  right: -2.148148px;
  background-color: white;
  border-top-right-radius: 0px;
  z-index: 1;
  box-shadow: 1px -1px;
  color: #d7ddea;
}
/* :L656 */
.breadcrumb a:last-child:after {
  content: none;
}
/* :L659 */
.breadcrumb {
  padding: 0px !important;
  margin-bottom: 10px;
  border-top: 1px solid #d7ddea;
  border-bottom: 1px solid #d7ddea;
  background-color: white;
  border-radius: 0px;
}
/* :L666 */
.breadcrumb img {
  width: 16px;
  height: 15px;
  margin-right: 5px;
}
/* :L671 */
.breadcrumb .container {
  display: flex;
  margin-left: 70px;
  margin-right: 80px;
  /* Extra small and small devices*/

}
@media (max-width: 767.9px) {
  .breadcrumb .container {
    margin-left: 20px;
    margin-right: 30px;
  }
}
/* :L682 */
/* :L683 */
.breadcrumb .selected .menu-no {
  color: #0f61fb;
}
/* :L687 */
/* :L688 */
.breadcrumb .completed span {
  color: #12243a;
}
/* :L691 */
.breadcrumb .completed .menu-tick {
  color: #01b297;
  padding-right: 5px;
}
/* :L695 */
.breadcrumb .completed .menu-no {
  padding-left: 10px;
}
@media (max-width: 992px) {
  /* :L700 */
  .breadcrumb a::after {
    content: none;
  }
  /* :L703 */
  /* :L704 */
  .breadcrumb a span {
    display: none;
  }
  /* :L708 */
  /* :L709 */
  .breadcrumb .selected span {
    display: block;
  }
}
/* :L714 */
/* :L715 */
.page-customerconfirmemailaddress p {
  margin-top: 25px;
  font-size: 18px;
}
/*========================= Blueline for H1 header=====================*/

/* :L721 */
/* :L729 */
.page-customeraccountoptions h1,
.page-agentalldocs h1,
.page-quickquote h1,
.page-index .main-heading h1,
.page-retrievequote h1,
.page-getagentsearchresults h1,
.page-referralmessage h1,
.page-esignature h1 {
  position: relative;
  font: normal normal bold 64px/64px 'poppins', sans-serif;
  color: #12243a;
}
@media (max-width: 567.9px) {
  .page-customeraccountoptions h1,
  .page-agentalldocs h1,
  .page-quickquote h1,
  .page-index .main-heading h1,
  .page-retrievequote h1,
  .page-getagentsearchresults h1,
  .page-referralmessage h1,
  .page-esignature h1 {
    font: normal normal bold 32px/32px 'poppins', sans-serif;
  }
}
/* :L734 */
/* :L743 */
.page-customeraccountoptions h1:after,
.page-agentalldocs h1:after,
.page-quickquote h1:after,
.page-index .main-heading h1:after,
.page-prequotequestions h1:after,
.page-retrievequote h1:after,
.page-getagentsearchresults h1:after,
.page-referralmessage h1:after,
.page-esignature h1:after {
  display: block;
  margin-top: 10px;
  width: 36px;
  content: '';
  border-top: 6px solid #ffbf3c;
  border-right: 6px solid transparent;
}
/*=========================Blueline for H3 header=====================*/

/*.page-retrievequote .main-heading,*/

/* :L749 */
/* :L782 */
.page-quickquotequestions #question238347 h1,
.page-prequotequestions #question238373 h1,
.page-prequotequestions #question361581 h1,
.page-prequotequestions #question239139 h1,
.page-prequotequestions #question239192 h1,
.page-prequotequestions #question239197 h1,
.page-prequotequestions #question239334 h1,
.page-prequotequestions #question239667 h1,
.page-prequotequestions #question239668 h1,
.page-prequotequestions #question239669 h1,
.page-prequotequestions #question239670 h1,
.page-prequotequestions #question239671 h1,
.page-prequotequestions #question239672 h1,
.page-prequotequestions #question239673 h1,
.page-prequotequestions #question239674 h1,
.page-prequotequestions #question243863 h1,
.page-prequotequestions #question239205 h1,
.page-postquotequestions #question239212 h1,
.page-quote .instanda-quote-content .instanda-questionHeader h1,
.page-paymentconfirmation h1,
.page-confirmation2 h1,
.page-customerlogin h1,
.page-cancelpolicy .instanda-cancellation-reason-content h1,
.page-customerhomepage .main-title h1,
.page-customerdetails h1,
.page-agentdashboard h1,
.page-agentlogin h1,
.page-cancellationconfirmation h1,
.page-agentalldocs .instanda-questionHeader h1,
.page-reviewreferrals h1,
.page-customerregister h1,
.page-referralmessage h1,
.page-esignature h1 {
  position: relative;
  font: normal normal bold 64px/64px 'poppins', sans-serif;
  color: #12243a;
}
@media (max-width: 567.9px) {
  .page-quickquotequestions #question238347 h1,
  .page-prequotequestions #question238373 h1,
  .page-prequotequestions #question361581 h1,
  .page-prequotequestions #question239139 h1,
  .page-prequotequestions #question239192 h1,
  .page-prequotequestions #question239197 h1,
  .page-prequotequestions #question239334 h1,
  .page-prequotequestions #question239667 h1,
  .page-prequotequestions #question239668 h1,
  .page-prequotequestions #question239669 h1,
  .page-prequotequestions #question239670 h1,
  .page-prequotequestions #question239671 h1,
  .page-prequotequestions #question239672 h1,
  .page-prequotequestions #question239673 h1,
  .page-prequotequestions #question239674 h1,
  .page-prequotequestions #question243863 h1,
  .page-prequotequestions #question239205 h1,
  .page-postquotequestions #question239212 h1,
  .page-quote .instanda-quote-content .instanda-questionHeader h1,
  .page-paymentconfirmation h1,
  .page-confirmation2 h1,
  .page-customerlogin h1,
  .page-cancelpolicy .instanda-cancellation-reason-content h1,
  .page-customerhomepage .main-title h1,
  .page-customerdetails h1,
  .page-agentdashboard h1,
  .page-agentlogin h1,
  .page-cancellationconfirmation h1,
  .page-agentalldocs .instanda-questionHeader h1,
  .page-reviewreferrals h1,
  .page-customerregister h1,
  .page-referralmessage h1,
  .page-esignature h1 {
    font: normal normal bold 32px/32px 'poppins', sans-serif;
  }
}
/*.page-retrievequote .main-heading,*/

/* :L788 */
/* :L823 */
.page-quickquotequestions #question238347 h1:after,
.page-prequotequestions #question238373 h1:after,
.page-prequotequestions #question361581 h1:after,
.page-prequotequestions #question239139 h1:after,
.page-prequotequestions #question239192 h1:after,
.page-prequotequestions #question239197 h1:after,
.page-prequotequestions #question239334 h1:after,
.page-prequotequestions #question239667 h1:after,
.page-prequotequestions #question239668 h1:after,
.page-prequotequestions #question239669 h1:after,
.page-prequotequestions #question239670 h1:after,
.page-prequotequestions #question239671 h1:after,
.page-prequotequestions #question239672 h1:after,
.page-prequotequestions #question239673 h1:after,
.page-prequotequestions #question239674 h1:after,
.page-prequotequestions #question243863 h1:after,
.page-prequotequestions #question239205 h1:after,
.page-postquotequestions #question239212 h1:after,
.page-quote .instanda-quote-content .instanda-questionHeader h1:after,
.page-paymentconfirmation h1:after,
.page-confirmation2 h1:after,
.page-customerlogin h1:after,
.page-cancelpolicy .instanda-cancellation-reason-content h1:after,
.page-customerhomepage .main-title h1:after,
.page-customerdetails h1:after,
.page-agentdashboard h1:after,
.page-agentlogin h1:after,
.page-viewquoteorpolicy h1:after,
.page-cancelpolicy h1:after,
.page-cancellationconfirmation h1:after,
.page-agentalldocs .instanda-questionHeader h1:after,
.page-reviewreferrals h1:after,
.page-customerregister h1:after,
.page-referralmessage h1:after,
.page-esignature h1:after {
  display: block;
  margin-top: 10px;
  width: 36px;
  content: '';
  border-top: 6px solid #ffbf3c;
  border-right: 6px solid transparent;
}
/* :L827 */
/* :L832 */
.page-viewquoteorpolicy h3:after,
.page-confirmation2 h3:after,
.page-awaitesignature h3:after,
.page-reviewreferrals h3:after,
.page-customerhomepage h3:after {
  display: block;
  margin-top: 10px;
  width: 36px;
  content: '';
  border-top: 6px solid #ffbf3c;
  border-right: 6px solid transparent;
}
/* Shorten search box on retrieve quote page */

/* :L838 */
/* :L839 */
.page-retrievequote .instanda-reference-code-textbox {
  max-width: 880px;
}
/* Red text color */

/* :L851 */
.red-text {
  color: red;
}
/* Class to hide elements we need to interact with through JavaScript */

/* :L856 */
.invisible {
  visibility: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}
/* This is copied & pasted from Agency Appointment CSS */

/*==========================Button styling====================*/

/*hide continue button in quickquotequestion pages*/

/* :L867 */
.button-hide {
  display: none;
}
/*common code for buttons*/

/* :L871 */
.btn,
.btn:active:focus,
.btn:focus {
  /*height:45px;*/
  border: 0;
  outline: 0;
  font-weight: bold;
  font-size: 18px;
  border-radius: 20px;
}
/* :L880 */
.btn-primary {
  color: black;
  background-color: #ffbf3c;
  border-color: #ffbf3c;
}
/*note button*/

/* :L887 */
.instanda-notes-button,
.instanda-notes-button:hover,
.instanda-notes-button:focus,
.instanda-notes-button:active:focus {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=Ym5CM2NHcGxSR3BqZW1WeExIaFRkV3h4UWxKalFWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxJNkUyMHNkbGdiZXFEU21VLDEwMDAsUkVteVo4d0d4ZlBTN1oycixORWJzV0U3eUNjSmhMSWRmUnVhVXRUNnAwcWpacVF2eVJFTHV1Zks1N09KU0p2Y056WXNzU1pzbDY2R3B5Y3B1VUxpaTdYRUdQOFEyMDYraXRSbzF0dz09");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position-x: 0px;
  padding-left: 20px;
  background-position-y: center;
  color: #565e71;
  font-size: 14px !important;
}
/*save button*/

/*update button*/

/* :L898 */
.panel-collapse .update-payment-details-link,
button[name="saveButton"],
button[name="updateButton"],
.review-referral-update .btn,
.page-referralreviewmultiplelines .instanda-button {
  /*background: white 0% 0% no-repeat padding-box;*/
  background: none;
  border: 1px solid black !important;
  border-radius: 20px/*5px*/;
  color: black;
}
/*save button*/

/*update button - hover, focus, active*/

/*continue button - hover, focus, active*/

/* :L908 */
button[name="saveButton"]:hover,
button[name="saveButton"]:focus,
button[name="saveButton"]:active,
button[name="saveButton"]:active:focus,
button[name="updateButton"]:hover,
button[name="updateButton"]:focus,
button[name="updateButton"]:active:focus,
button[name="updateButton"]:active,
page-agentclaims input[name="submitButton"]:hover,
.page-agentclaims input[name="submitButton"]:focus,
.page-agentclaims input[name="submitButton"]:active,
.page-agentclaims input[name="submitButton"]:active:focus,
button[name="continueButton"]:hover,
button[name="continueButton"]:focus,
button[name="continueButton"]:active,
button[name="continueButton"]:active:focus,
button[name="continueButton"]:active:hover,
.page-cancellationconfirmation .btn.btn-primary:hover,
.page-cancellationconfirmation .btn.btn-primary:focus,
.page-cancellationconfirmation .btn.btn-primary:active,
.page-cancellationconfirmation .btn.btn-primary:active:focus,
.page-cancelpolicy .btn.btn-primary:hover,
.page-cancelpolicy .btn.btn-primary:focus,
.page-cancelpolicy .btn.btn-primary:active,
.page-cancelpolicy .btn.btn-primary:active:focus,
#boltPayButton:hover,
#boltPayButton:focus,
#boltPayButton:active,
#boltPayButton:active:focus,
button[name="continueButton"][disabled]:hover,
.review-referral-update .btn:hover,
.review-referral-update .btn:focus,
.review-referral-update .btn:active,
.review-referral-update .btn:active:focus,
.page-referralreviewline .btn:hover,
.page-referralreviewline .btn:focus,
.page-referralreviewline .btn:active,
.page-referralreviewline .btn:active:focus,
.page-referralreviewline .btn:active:hover,
.page-reviewreferrals .pull-right .btn:hover,
.page-reviewreferrals .pull-right .btn:focus,
.page-reviewreferrals .pull-right .btn:active,
.page-reviewreferrals .pull-right .btn:active:focus,
.page-reviewreferrals .pull-right .btn:active:hover,
.instanda-Send-referra-Email-button:hover,
.instanda-Send-referra-Email-button:focus,
.instanda-Send-referra-Email-button:active,
.instanda-Send-referra-Email-button:active:focus,
.instanda-Send-referra-Email-button:active:hover,
.page-referralreviewmultiplelines .instanda-button:hover,
.page-referralreviewmultiplelines .instanda-button:focus,
.page-referralreviewmultiplelines .instanda-button:active,
.page-referralreviewmultiplelines .instanda-button:active:focus,
.page-referralreviewmultiplelines .instanda-button:active:hover,
.page-cancellationconfirmation #publicBackButton:hover,
.page-cancellationconfirmation #publicBackButton:focus,
.page-cancellationconfirmation #publicBackButton:active {
  background: black;
  color: white;
  border-color: white;
}
/*continue button*/

/* :L931 */
button[name="continueButton"],
.page-cancellationconfirmation .btn.btn-primary,
.page-cancelpolicy .btn.btn-primary,
#boltPayButton,
.page-reviewreferrals .pull-right .btn,
.instanda-Send-referra-Email-button {
  background-color: #ffbf3c;
  border-color: #ffbf3c;
  color: black;
}
/* :L938 */
.page-cancellationconfirmation .pull-right {
  float: none!important;
  display: flex;
  justify-content: space-around;
}
/*back button*/

/* :L945 */
input[name="backButton"],
#backButton,
.page-cancellationconfirmation #backButton,
.instanda-button.pull-left,
#agentBackButton,
.page-viewreferralsforquote .instanda-button,
.page-viewreferralsforquote .instanda-button:hover,
.page-viewreferralsforquote .instanda-button:active:focus,
.page-reviewreferrals .instanda-button,
.page-reviewreferrals .instanda-button:hover,
.page-reviewreferrals .instanda-button:active:focus {
  background: transparent;
  color: #565e71;
  font-size: 14px !important;
  border: 0;
}
/* :L953 */
input[name="backButton"] ::before,
#backButton ::before,
.page-cancellationconfirmation #backButton ::before,
.instanda-button.pull-left ::before,
#agentBackButton ::before,
.page-viewreferralsforquote .instanda-button ::before,
.page-viewreferralsforquote .instanda-button:hover ::before,
.page-viewreferralsforquote .instanda-button:active:focus ::before,
.page-reviewreferrals .instanda-button ::before,
.page-reviewreferrals .instanda-button:hover ::before,
.page-reviewreferrals .instanda-button:active:focus ::before {
  content: "\2B60";
}
/* :L958 */
.page-cancellationconfirmation #publicBackButton {
  background-color: transparent;
  border-color: transparent;
  color: #3c3c3c;
}
/*copy requote button*/

/* :L965 */
#copyQuoteButton {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=Wm00eUxWUkRRM1JVVldGdFlWbE1kR05HUmpJMFVWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxYQEJzTHlXWXRVd0NjMTluLDEwMDAsVmNTNkVZZzNaRDhOOHpNTCxETm05dXI1T2EyVVZaSFpWRDZDN0RISU9GNnJON01uWURTcytjb1paWTNwc2prakhHNjc1V0wzaDByWlVaUDNzOUNBazJzSzJHQjJkRDhzSXVObjFlZz09");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position-x: 0px;
  padding-left: 20px;
  background-position-y: center;
  color: #565e71;
  font-size: 14px !important;
}
/* REFORMATING OF BUTTON STRUCTURE IN SMALLER DEVICES */

/* Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575px) {
  /* :L978 */
  /* :L979 */
  /* :L980 */
  .page-prequotequestions form > .container .pull-left #backButton,
  .page-postquotequestions form > .container .pull-left #backButton {
    width: auto;
    text-align: left;
    position: relative;
    top: 70px;
    padding: 0;
  }
  /* :L987 */
  .page-prequotequestions form > .container .pull-right,
  .page-postquotequestions form > .container .pull-right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    order: 1;
    width: 100%;
  }
  /* :L993 */
  .page-prequotequestions form > .container .pull-right button[name="continueButton"],
  .page-postquotequestions form > .container .pull-right button[name="continueButton"] {
    order: 1;
    width: 100%;
    margin-bottom: 5px;
  }
  /* :L998 */
  .page-prequotequestions form > .container .pull-right button[name="saveButton"],
  .page-postquotequestions form > .container .pull-right button[name="saveButton"] {
    order: 2;
    border: none;
    width: 30%;
    margin-right: 5px;
    /*padding:0;*/
    padding: 6px 12px;
    /*text-align:right;*/
    font-size: 14px;
    background: transparent 0% 0% no-repeat padding-box;
  }
  /* :L1009 */
  .page-prequotequestions form > .container .pull-right input[name="notes"],
  .page-postquotequestions form > .container .pull-right input[name="notes"],
  .page-prequotequestions form > .container .pull-right button[name="notes"],
  .page-postquotequestions form > .container .pull-right button[name="notes"] {
    order: 2;
    width: auto;
    text-align: left;
    height: auto;
  }
  /* :L1019 */
  /* :L1020 */
  /* :L1021 */
  .page-quote form > .container .pull-left #backButton {
    width: auto;
    text-align: left;
    position: relative;
    top: 148px;
    padding: 0;
    margin-bottom: 8px;
  }
  /* :L1029 */
  .page-quote form > .container .pull-right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    order: 1;
    width: 100%;
  }
  /* :L1035 */
  .page-quote form > .container .pull-right button[name="continueButton"] {
    order: 1;
    width: 100%;
    margin-bottom: 5px;
  }
  /* :L1040 */
  .page-quote form > .container .pull-right button[name="updateButton"] {
    order: 2;
    margin-right: 0;
    background-color: transparent !important;
    width: 100%;
  }
  /* :L1046 */
  .page-quote form > .container .pull-right #copyQuoteButton {
    order: 3;
    border: none;
    width: 80%;
    margin-right: 0;
    /*padding:0;*/
    text-align: left;
    font-size: 14px;
  }
  /* :L1055 */
  .page-quote form > .container .pull-right input[name="notes"] {
    order: 3;
    /*width:40%;
  				text-align:right;*/
  
  }
  /* :L1063 */
  /* :L1064 */
  .page-cancellationconfirmation #backButton {
    position: relative;
    top: 92px;
  }
}
/*---------------------------------------Button MIXINS-------------------------------------------*/

/*Multi-item add remove button styling*/

/* :L1072 */
/* :L1073 */
.instanda-multi-item-add-remove > div {
  float: right;
  padding: 0;
  text-align: right;
}
/*qq pg-3 add more button and pq pg-1 MI add button*/

/* :L1080 */
.instanda-document-upload-add-btn,
.instanda-document-upload-add-btn:hover,
.instanda-document-upload-add-btn:focus,
.instanda-document-upload-add-btn:active,
.instanda-document-upload-add-btn:active:hover,
.instanda-document-upload-add-btn:active:focus,
button[id*="MIaddButton"],
button[id*="MIaddButton"]:hover,
button[id*="MIaddButton"]:focus,
button[id*="MIaddButton"]:active,
button[id*="MIaddButton"]:active:hover,
button[id*="MIaddButton"]:active:focus {
  color: #ffbf3c;
  background-color: transparent;
  border: none;
  font-size: 16px;
  padding: 0;
  box-shadow: none;
}
/* :L1090 */
.instanda-document-upload-add-btn:before,
.instanda-document-upload-add-btn:hover:before,
.instanda-document-upload-add-btn:focus:before,
.instanda-document-upload-add-btn:active:before,
.instanda-document-upload-add-btn:active:hover:before,
.instanda-document-upload-add-btn:active:focus:before,
button[id*="MIaddButton"]:before,
button[id*="MIaddButton"]:hover:before,
button[id*="MIaddButton"]:focus:before,
button[id*="MIaddButton"]:active:before,
button[id*="MIaddButton"]:active:hover:before,
button[id*="MIaddButton"]:active:focus:before {
  content: "+";
  font-size: 20px;
  font-weight: bold;
  padding-right: 5px;
}
@media (max-width: 340px) {
  .instanda-document-upload-add-btn,
  .instanda-document-upload-add-btn:hover,
  .instanda-document-upload-add-btn:focus,
  .instanda-document-upload-add-btn:active,
  .instanda-document-upload-add-btn:active:hover,
  .instanda-document-upload-add-btn:active:focus,
  button[id*="MIaddButton"],
  button[id*="MIaddButton"]:hover,
  button[id*="MIaddButton"]:focus,
  button[id*="MIaddButton"]:active,
  button[id*="MIaddButton"]:active:hover,
  button[id*="MIaddButton"]:active:focus {
    font-size: 14px;
    padding: 0px;
  }
}
/*pq pg-1 MI remove button*/

/* :L1102 */
button[id*="MIremoveButton"],
button[id*="MIremoveButton"]:hover,
button[id*="MIremoveButton"]:focus,
button[id*="MIremoveButton"]:active,
button[id*="MIremoveButton"]:active:hover,
button[id*="MIremoveButton"]:active:focus {
  margin-left: 10px;
  color: #e74c3c;
  background-color: transparent;
  border: none;
  font-size: 16px;
  padding: 0;
  box-shadow: none;
}
/* :L1111 */
button[id*="MIremoveButton"]:before,
button[id*="MIremoveButton"]:hover:before,
button[id*="MIremoveButton"]:focus:before,
button[id*="MIremoveButton"]:active:before,
button[id*="MIremoveButton"]:active:hover:before,
button[id*="MIremoveButton"]:active:focus:before {
  content: "-";
  font-size: 25px;
  font-weight: bold;
  padding-right: 5px;
}
@media (max-width: 340px) {
  button[id*="MIremoveButton"],
  button[id*="MIremoveButton"]:hover,
  button[id*="MIremoveButton"]:focus,
  button[id*="MIremoveButton"]:active,
  button[id*="MIremoveButton"]:active:hover,
  button[id*="MIremoveButton"]:active:focus {
    font-size: 14px;
    padding: 0px;
  }
}
/* Remove Agent on right side of page. Add Agent on left. */

/* :L1124 */
/* :L1125 */
.page-number-14 div.instanda-multi-item-add-remove.container {
  width: 100%;
}
/* :L1128 */
.page-number-14 #AgentInfo01_MIaddButton {
  float: left;
}
/* Edit Button Location on License Multi-Item */

/* :L1134 */
.page-prequotequestions.page-number-3 li[title='Edit'] > button.instanda-single-multi-item-edit.instanda-multi-item-ajax-load-btn.btn.btn-default {
  display: inline-block !important;
}
/*----------------Forgot password page and login page-------------------*/

/* :L1140 */
/* :L1143 */
.page-customersendpasswordresetlink #instanda-cp-forgot-link,
.page-customerlogin #instanda-cp-forgot-link {
  color: #ffbf3c;
}
/* :L1148 */
.page-customersendpasswordresetlink .navbar-collapse ul,
.page-customerlogin .navbar-collapse ul,
.page-customersendpasswordresetlink .navbar-toggle,
.page-customerlogin .navbar-toggle {
  display: none;
}
/* :L1151 */
.page-customersendpasswordresetlink .navbar-header,
.page-customerlogin .navbar-header {
  padding: 15px 0;
}
/* :L1153 */
.page-customersendpasswordresetlink .navbar-header .navbar-brand,
.page-customerlogin .navbar-header .navbar-brand {
  padding: 0 15px;
  padding-left: 0px;
}
/* :L1159 */
.page-customersendpasswordresetlink button[type="submit"],
.page-customerlogin button[type="submit"] {
  background-color: #ffbf3c;
  border-color: #ffbf3c;
  color: #3c3c3c;
}
@media (max-width: 767.9px) {
  .page-customersendpasswordresetlink button[type="submit"],
  .page-customerlogin button[type="submit"] {
    width: 100%;
  }
}
/* :L1166 */
.page-customersendpasswordresetlink button[type="submit"]:hover,
.page-customerlogin button[type="submit"]:hover,
.page-customersendpasswordresetlink button[type="submit"]:active,
.page-customerlogin button[type="submit"]:active,
.page-customersendpasswordresetlink button[type="submit"]:focus,
.page-customerlogin button[type="submit"]:focus {
  background-color: black;
  border-color: black;
  color: white;
}
/*--login & registration page--*/

/* :L1174 */
.page-customerlogin,
.page-customerregister {
  /*sign-in Heading Styling*/

  /*overriding default body margin bottom*/
  margin-bottom: 20px;
  /*overriding default footer height*/

  /* hiding WaitingOpaqueBox to align custom footer*/

  /*Adjusting margin alignment*/

  /*Left-side "Login box" styling*/

  /*Right-side "Image" styling*/

}
/* :L1176 */
.page-customerlogin .lower-heading,
.page-customerregister .lower-heading {
  font: normal normal bold 24px/24px 'poppins', sans-serif;
}
/* :L1178 */
.page-customerlogin .lower-heading::after,
.page-customerregister .lower-heading::after {
  display: none;
}
/* :L1185 */
.page-customerlogin .footer,
.page-customerregister .footer {
  height: 20px;
}
/* :L1189 */
.page-customerlogin #WaitingOpaqueBox,
.page-customerregister #WaitingOpaqueBox {
  display: none;
}
/* :L1193 */
.page-customerlogin .instanda-main-content-container,
.page-customerregister .instanda-main-content-container {
  margin: 0;
}
/* :L1196 */
.page-customerlogin .instanda-customer-login-content > .container,
.page-customerregister .instanda-customer-login-content > .container {
  width: 100%;
  /*image alignment for smaller devices*/

}
@media (max-width: 767.9px) {
  /* :L1200 */
  .page-customerlogin .instanda-customer-login-content > .container .row,
  .page-customerregister .instanda-customer-login-content > .container .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  /* :L1204 */
  .page-customerlogin .instanda-customer-login-content > .container .row .signIn-box,
  .page-customerregister .instanda-customer-login-content > .container .row .signIn-box {
    order: 2;
  }
  /* :L1207 */
  .page-customerlogin .instanda-customer-login-content > .container .row .signIn-image,
  .page-customerregister .instanda-customer-login-content > .container .row .signIn-image {
    order: 1;
  }
}
/* :L1214 */
/* :L1215 */
.page-customerlogin .signIn-box .row > div,
.page-customerregister .signIn-box .row > div {
  width: 100%;
  margin-left: 0;
}
/* :L1218 */
.page-customerlogin .signIn-box .row > div .well,
.page-customerregister .signIn-box .row > div .well {
  padding: 19px 100px 19px 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  /*Forgot your password link font color*/

}
@media (max-width: 767.9px) {
  .page-customerlogin .signIn-box .row > div .well,
  .page-customerregister .signIn-box .row > div .well {
    padding: 19px 0 19px 0;
  }
}
/* :L1227 */
.page-customerlogin .signIn-box .row > div .well #instanda-cp-forgot-link,
.page-customerregister .signIn-box .row > div .well #instanda-cp-forgot-link {
  color: #ffbf3c;
}
/* :L1234 */
/* :L1235 */
.page-customerlogin .signIn-image img,
.page-customerregister .signIn-image img {
  width: 99%;
}
/*Forgot Your password/new user page*/

/* :L1241 */
/* :L1243 */
.page-customersendpasswordresetlink h4 {
  font-weight: bold;
}
/* :L1247 */
.page-customersendpasswordresetlink .section {
  margin-top: 25px;
}
/* :L1251 */
@media (max-width: 767.9px) {
  .page-customersendpasswordresetlink form > div:last-child > div {
    width: 100%;
  }
}
/*==============================footer===========================*/

/* :L1258 */
/* :L1260 */
.ftr .custom-footer {
  background-color: black;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* :L1265 */
.ftr .custom-footer .contact-us {
  font-weight: bold;
}
/* :L1268 */
/* :L1270 */
.ftr .custom-footer .container .start {
  padding-left: 80px;
  width: 14%;
  padding-right: 0px;
  /*Content width adjustment for large and small device */

}
@media (max-width: 767.9px) {
  .ftr .custom-footer .container .start {
    padding-left: 30px;
  }
}
/* :L1275 */
.ftr .custom-footer .container .start h4 {
  color: white;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 1096px) and (max-width: 1260px) {
  .ftr .custom-footer .container .start {
    width: 17% !important;
  }
}
@media (min-width: 980px) and (max-width: 1095.9px) {
  .ftr .custom-footer .container .start {
    width: 19% !important;
  }
}
@media (min-width: 880px) and (max-width: 979.9px) {
  .ftr .custom-footer .container .start {
    width: 21% !important;
  }
}
@media (max-width: 879.9px) {
  .ftr .custom-footer .container .start {
    width: 24% !important;
  }
}
@media (max-width: 567.9px) {
  .ftr .custom-footer .container .start {
    width: 50% !important;
  }
}
/* :L1300 */
.ftr .custom-footer .container .mid {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
}
@media (max-width: 767.9px) {
  .ftr .custom-footer .container .mid {
    padding-left: 30px;
    padding-top: 0px;
  }
}
/* :L1310 */
.ftr .custom-footer .container .home-link {
  color: white;
  font-size: 14px;
}
/* :L1313 */
.ftr .custom-footer .container .home-link:hover,
.ftr .custom-footer .container .home-link:active,
.ftr .custom-footer .container .home-link:focus {
  color: #ffbf3c;
}
/* :L1318 */
.ftr .custom-footer .footer-right-text {
  margin-right: 30px;
}
@media (max-width: 320px) {
  /* :L1324 */
  /* :L1325 */
  .page-customersendpasswordresetlink .instanda-built-by-footer,
  .page-customerlogin .instanda-built-by-footer,
  .page-customerregister .instanda-built-by-footer {
    position: relative;
  }
}
/* :L1331 */
.customer-portal-register-message {
  font-size: 2.8rem;
}
/* :L1335 */
#requirements {
  list-style-type: none;
  margin-top: 1rem;
  padding: 1px;
}
/* This is copied & pasted from Agency Appointment Agent Dashboard CSS */

/* All instances of "agent" have been replaced with "customer" */

/* All instances of "dashboard" have been replaced with "portal" */

/* All instances of "Dashboard" have been replaced with "Portal" */

/* :L1345 */
/* :L1347 */
.page-customerhomepage h3 {
  text-transform: uppercase;
}
/* :L1351 */
.page-customerhomepage #searchTitle {
  display: none;
}
/* :L1355 */
.page-customerhomepage .customerPortalResultsetTitle {
  margin-bottom: 0;
}
@media (min-width: 568px) and (max-width: 991.9px) {
  .page-customerhomepage .customerPortalResultsetTitle {
    font: normal normal bold 48px/48px 'poppins', sans-serif;
  }
}
/* :L1361 */
.page-customerhomepage .customerPortalResultsetTitle,
.page-customerhomepage #customerSearchControl {
  background-color: #3c3c3c;
  color: white;
  padding: 20px;
}
/* :L1367 */
@media (min-width: 845px) {
  .page-customerhomepage #customerSearchParameters {
    display: flex;
    grid-gap: 1em;
    grid-template-columns: 15% 15% 15% 15% 10%;
  }
  /* :L1373 */
  .page-customerhomepage #customerSearchParameters .customer-search-parameter {
    padding-right: 10px;
  }
}
/* :L1378 */
.page-customerhomepage #customerSearchParameters #customerSearchButton {
  height: 45px;
  background-color: #ffbf3c;
  color: black;
  /*@media (min-width: 870.9px){
		  margin-top:23px;
		}*/

}
/* :L1382 */
.page-customerhomepage #customerSearchParameters #customerSearchButton:hover {
  background-color: #ffda91;
}
@media (max-width: 845px) {
  .page-customerhomepage #customerSearchParameters #customerSearchButton {
    width: 100%;
  }
}
@media (min-width: 845px/* and (max-width: 870.9px) */) {
  .page-customerhomepage #customerSearchParameters #customerSearchButton {
    margin-top: 23px;
  }
}
/* :L1396 */
@media (min-width: 845px) and (max-width: 1017px) {
  .page-customerhomepage #customerSearchParameters .customer-search-parameter-name {
    font-size: 11px;
  }
}
@media (min-width: 769px) and (max-width: 845px) {
  /* :L1402 */
  .page-customerhomepage #customerSearchParameters .customer-search-parameter {
    width: 100%;
  }
}
/* :L1408 */
/* :L1414 */
.page-customerhomepage #quotesContainerCustom .quotesTitle,
.page-customerhomepage #policiesContainerCustom .quotesTitle,
.page-customerhomepage #renewalsContainerCustom .quotesTitle,
.page-customerhomepage #cancelledPoliciesContainerCustom .quotesTitle,
.page-customerhomepage #divQuoteResults .quotesTitle,
.page-customerhomepage #divPolicyResults .quotesTitle,
.page-customerhomepage #quotesContainerCustom .policiesTitle,
.page-customerhomepage #policiesContainerCustom .policiesTitle,
.page-customerhomepage #renewalsContainerCustom .policiesTitle,
.page-customerhomepage #cancelledPoliciesContainerCustom .policiesTitle,
.page-customerhomepage #divQuoteResults .policiesTitle,
.page-customerhomepage #divPolicyResults .policiesTitle,
.page-customerhomepage #quotesContainerCustom .renewalsTitle,
.page-customerhomepage #policiesContainerCustom .renewalsTitle,
.page-customerhomepage #renewalsContainerCustom .renewalsTitle,
.page-customerhomepage #cancelledPoliciesContainerCustom .renewalsTitle,
.page-customerhomepage #divQuoteResults .renewalsTitle,
.page-customerhomepage #divPolicyResults .renewalsTitle,
.page-customerhomepage #quotesContainerCustom .cancelledPoliciesTitle,
.page-customerhomepage #policiesContainerCustom .cancelledPoliciesTitle,
.page-customerhomepage #renewalsContainerCustom .cancelledPoliciesTitle,
.page-customerhomepage #cancelledPoliciesContainerCustom .cancelledPoliciesTitle,
.page-customerhomepage #divQuoteResults .cancelledPoliciesTitle,
.page-customerhomepage #divPolicyResults .cancelledPoliciesTitle,
.page-customerhomepage #quotesContainerCustom .customer-quotesearch-results-container h2,
.page-customerhomepage #policiesContainerCustom .customer-quotesearch-results-container h2,
.page-customerhomepage #renewalsContainerCustom .customer-quotesearch-results-container h2,
.page-customerhomepage #cancelledPoliciesContainerCustom .customer-quotesearch-results-container h2,
.page-customerhomepage #divQuoteResults .customer-quotesearch-results-container h2,
.page-customerhomepage #divPolicyResults .customer-quotesearch-results-container h2,
.page-customerhomepage #quotesContainerCustom .customer-quotesearch-results-container h3,
.page-customerhomepage #policiesContainerCustom .customer-quotesearch-results-container h3,
.page-customerhomepage #renewalsContainerCustom .customer-quotesearch-results-container h3,
.page-customerhomepage #cancelledPoliciesContainerCustom .customer-quotesearch-results-container h3,
.page-customerhomepage #divQuoteResults .customer-quotesearch-results-container h3,
.page-customerhomepage #divPolicyResults .customer-quotesearch-results-container h3 {
  padding-bottom: 15px;
  font: normal normal bold 20px/24px 'poppins', sans-serif;
}
/* :L1423 */
/* :L1424 */
.page-customerhomepage #quotesContainerCustom .table-responsive .table-bordered,
.page-customerhomepage #policiesContainerCustom .table-responsive .table-bordered,
.page-customerhomepage #renewalsContainerCustom .table-responsive .table-bordered,
.page-customerhomepage #cancelledPoliciesContainerCustom .table-responsive .table-bordered,
.page-customerhomepage #divQuoteResults .table-responsive .table-bordered,
.page-customerhomepage #divPolicyResults .table-responsive .table-bordered {
  border: none;
}
/* :L1427 */
.page-customerhomepage #quotesContainerCustom .table-responsive .table > thead,
.page-customerhomepage #policiesContainerCustom .table-responsive .table > thead,
.page-customerhomepage #renewalsContainerCustom .table-responsive .table > thead,
.page-customerhomepage #cancelledPoliciesContainerCustom .table-responsive .table > thead,
.page-customerhomepage #divQuoteResults .table-responsive .table > thead,
.page-customerhomepage #divPolicyResults .table-responsive .table > thead,
.page-customerhomepage #quotesContainerCustom .table-responsive .table > tbody > tr > th,
.page-customerhomepage #policiesContainerCustom .table-responsive .table > tbody > tr > th,
.page-customerhomepage #renewalsContainerCustom .table-responsive .table > tbody > tr > th,
.page-customerhomepage #cancelledPoliciesContainerCustom .table-responsive .table > tbody > tr > th,
.page-customerhomepage #divQuoteResults .table-responsive .table > tbody > tr > th,
.page-customerhomepage #divPolicyResults .table-responsive .table > tbody > tr > th {
  border-top: 1px solid #12243a !important;
  border-bottom: 1px solid #565e71 !important;
}
/* :L1432 */
.page-customerhomepage #quotesContainerCustom .table-responsive .table > tbody > tr,
.page-customerhomepage #policiesContainerCustom .table-responsive .table > tbody > tr,
.page-customerhomepage #renewalsContainerCustom .table-responsive .table > tbody > tr,
.page-customerhomepage #cancelledPoliciesContainerCustom .table-responsive .table > tbody > tr,
.page-customerhomepage #divQuoteResults .table-responsive .table > tbody > tr,
.page-customerhomepage #divPolicyResults .table-responsive .table > tbody > tr {
  border-bottom: 1px solid #d7ddea;
}
/* :L1435 */
.page-customerhomepage #quotesContainerCustom .table-responsive .table > thead > tr > th,
.page-customerhomepage #policiesContainerCustom .table-responsive .table > thead > tr > th,
.page-customerhomepage #renewalsContainerCustom .table-responsive .table > thead > tr > th,
.page-customerhomepage #cancelledPoliciesContainerCustom .table-responsive .table > thead > tr > th,
.page-customerhomepage #divQuoteResults .table-responsive .table > thead > tr > th,
.page-customerhomepage #divPolicyResults .table-responsive .table > thead > tr > th,
.page-customerhomepage #quotesContainerCustom .table-responsive .table > tbody > tr > td,
.page-customerhomepage #policiesContainerCustom .table-responsive .table > tbody > tr > td,
.page-customerhomepage #renewalsContainerCustom .table-responsive .table > tbody > tr > td,
.page-customerhomepage #cancelledPoliciesContainerCustom .table-responsive .table > tbody > tr > td,
.page-customerhomepage #divQuoteResults .table-responsive .table > tbody > tr > td,
.page-customerhomepage #divPolicyResults .table-responsive .table > tbody > tr > td,
.page-customerhomepage #quotesContainerCustom .table-responsive .table > tbody > tr > th,
.page-customerhomepage #policiesContainerCustom .table-responsive .table > tbody > tr > th,
.page-customerhomepage #renewalsContainerCustom .table-responsive .table > tbody > tr > th,
.page-customerhomepage #cancelledPoliciesContainerCustom .table-responsive .table > tbody > tr > th,
.page-customerhomepage #divQuoteResults .table-responsive .table > tbody > tr > th,
.page-customerhomepage #divPolicyResults .table-responsive .table > tbody > tr > th {
  border: none;
  vertical-align: top;
  width: auto;
}
/* :L1442 */
/* :L1443 */
.page-customerhomepage #quotesContainerCustom .table-responsive .table > thead > tr > th a,
.page-customerhomepage #policiesContainerCustom .table-responsive .table > thead > tr > th a,
.page-customerhomepage #renewalsContainerCustom .table-responsive .table > thead > tr > th a,
.page-customerhomepage #cancelledPoliciesContainerCustom .table-responsive .table > thead > tr > th a,
.page-customerhomepage #divQuoteResults .table-responsive .table > thead > tr > th a,
.page-customerhomepage #divPolicyResults .table-responsive .table > thead > tr > th a {
  font: normal normal bold 12px/24px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #565e71;
}
/* :L1448 */
.page-customerhomepage #quotesContainerCustom .table-responsive .table > thead > tr > th .fa,
.page-customerhomepage #policiesContainerCustom .table-responsive .table > thead > tr > th .fa,
.page-customerhomepage #renewalsContainerCustom .table-responsive .table > thead > tr > th .fa,
.page-customerhomepage #cancelledPoliciesContainerCustom .table-responsive .table > thead > tr > th .fa,
.page-customerhomepage #divQuoteResults .table-responsive .table > thead > tr > th .fa,
.page-customerhomepage #divPolicyResults .table-responsive .table > thead > tr > th .fa {
  display: none;
}
/* :L1452 */
.page-customerhomepage #quotesContainerCustom .table-responsive .table > tbody > tr > td a,
.page-customerhomepage #policiesContainerCustom .table-responsive .table > tbody > tr > td a,
.page-customerhomepage #renewalsContainerCustom .table-responsive .table > tbody > tr > td a,
.page-customerhomepage #cancelledPoliciesContainerCustom .table-responsive .table > tbody > tr > td a,
.page-customerhomepage #divQuoteResults .table-responsive .table > tbody > tr > td a,
.page-customerhomepage #divPolicyResults .table-responsive .table > tbody > tr > td a {
  font: normal normal normal 16px/24px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: black;
}
/* :L1459 */
.page-customerhomepage #quotesContainerCustom {
  margin-top: 10px;
}
/* :L1463 */
.page-customerhomepage a[data-placeholder='customerExecuteMTALink'] {
  margin-left: 1em;
}
/* :L1468 */
.below-label-span {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}
/* This is copied & pasted from Agency Appointment CSS */

/*--------------------------------View Quote and Policy Page-------------------------------------------*/

/* :L1476 */
/* :L1477 */
.page-viewquoteorpolicy .header-cls-row,
.page-viewquoteorpolicy .header-details-row {
  width: 100%;
  margin: 0 auto;
  /*Header background Styling*/

}
/* :L1479 */
.page-viewquoteorpolicy .header-cls-row .container,
.page-viewquoteorpolicy .header-details-row .container {
  margin: 0 80px;
  /* Extra small and small devices*/

}
@media (max-width: 767.9px) {
  .page-viewquoteorpolicy .header-cls-row .container,
  .page-viewquoteorpolicy .header-details-row .container {
    margin: 0 30px;
  }
}
/* :L1485 */
.page-viewquoteorpolicy .header-cls-row .container,
.page-viewquoteorpolicy .header-details-row .container {
  background: #3c3c3c;
  padding: 0 20px;
}
/* :L1491 */
.page-viewquoteorpolicy .header-cls-row .left-view {
  padding-left: 0px;
}
/* :L1492 */
.page-viewquoteorpolicy .header-cls-row .left-view h3 {
  font: normal normal bold 32px/39px 'poppins', sans-serif;
  letter-spacing: -0.96px;
  color: white;
}
/* :L1500 */
.page-viewquoteorpolicy .header-cls-row .right-view {
  text-align: end;
  margin-top: 20px;
}
/* :L1501 */
.page-viewquoteorpolicy .header-cls-row .right-view a {
  font: normal normal bold 18px/21px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #d7ddea;
  text-decoration: none;
}
/* :L1506 */
.page-viewquoteorpolicy .header-cls-row .right-view a span::before {
  content: '\2190';
  color: #d7ddea;
  padding-right: 5px;
  font-size: 25px;
}
/* :L1517 */
.page-viewquoteorpolicy .header-details-row .left-view {
  padding: 20px 0px;
  display: flex;
}
@media (max-width: 768px) {
  .page-viewquoteorpolicy .header-details-row .left-view {
    display: block;
  }
}
/* :L1523 */
.page-viewquoteorpolicy .header-details-row .left-view .view1,
.page-viewquoteorpolicy .header-details-row .left-view .view2,
.page-viewquoteorpolicy .header-details-row .left-view .view3 {
  margin-right: 25px;
}
/* :L1527 */
.page-viewquoteorpolicy .header-details-row .left-view .view1 .header,
.page-viewquoteorpolicy .header-details-row .left-view .view2 .header,
.page-viewquoteorpolicy .header-details-row .left-view .view3 .header {
  font: normal normal bold 12px/24px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #d7ddea;
}
/* :L1532 */
.page-viewquoteorpolicy .header-details-row .left-view .view1 .val,
.page-viewquoteorpolicy .header-details-row .left-view .view2 .val,
.page-viewquoteorpolicy .header-details-row .left-view .view3 .val {
  font: normal normal normal 20px/24px 'poppins', sans-serif;
  letter-spacing: -0.6px;
  color: white;
}
/* :L1539 */
.page-viewquoteorpolicy .instanda-main-content-container {
  margin-left: 0px;
  margin-right: 0px;
}
/* :L1544 */
.page-viewquoteorpolicy .details-cls {
  margin-top: 25px;
  margin-bottom: 50px;
  margin: 0 80px;
  /* Extra small and small devices*/

  /*Quote or Policy Summary Table Styling*/

}
@media (max-width: 767.9px) {
  .page-viewquoteorpolicy .details-cls {
    margin: 0 30px;
  }
}
/* :L1548 */
.page-viewquoteorpolicy .details-cls > div:first-child {
  padding-left: 0px;
}
@media (max-width: 767.9px) {
  .page-viewquoteorpolicy .details-cls > div:first-child {
    margin-top: 15px;
    padding-right: 0px;
  }
}
/* :L1556 */
.page-viewquoteorpolicy .details-cls .table {
  width: 90%;
}
@media (max-width: 767.9px) {
  .page-viewquoteorpolicy .details-cls .table {
    width: 100%;
  }
}
/* :L1561 */
.page-viewquoteorpolicy .details-cls .table thead > tr > th h4 {
  font: normal normal bold 20px/24px 'poppins', sans-serif;
  letter-spacing: -0.6px;
  color: #12243a;
}
/* :L1566 */
.page-viewquoteorpolicy .details-cls .table tbody > tr > th span {
  font: normal normal normal 16px/24px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L1571 */
.page-viewquoteorpolicy .details-cls .table tbody > tr > td {
  text-align: end;
}
/* :L1573 */
.page-viewquoteorpolicy .details-cls .table tbody > tr > td span {
  font: normal normal normal 16px/24px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
  line-break: anywhere;
}
/* :L1580 */
.page-viewquoteorpolicy .details-cls .table tbody > tr > td,
.page-viewquoteorpolicy .details-cls .table tbody > tr > th,
.page-viewquoteorpolicy .details-cls .table tfoot > tr > td,
.page-viewquoteorpolicy .details-cls .table tfoot > tr > th,
.page-viewquoteorpolicy .details-cls .table thead > tr > td,
.page-viewquoteorpolicy .details-cls .table thead > tr > th {
  border: none;
}
/* :L1588 */
.page-viewquoteorpolicy .details-cls .table thead {
  border-bottom: 1px solid #565e71 !important;
}
/* :L1591 */
.page-viewquoteorpolicy .details-cls .table tbody > tr {
  border-bottom: 1px solid #d7ddea;
}
/* :L1597 */
.page-viewquoteorpolicy .policy-view-options-action-buttons {
  margin-top: 15px;
  /*To align right side with conatiner*/
  padding-right: 0px;
  /*Block Renewals Check box*/

}
@media (max-width: 767.9px) {
  .page-viewquoteorpolicy .policy-view-options-action-buttons {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* :L1605 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group {
  border: 1px solid #d7ddea;
  border-radius: 5px;
  /*Button effects styling*/

}
/* :L1608 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .btn,
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .link-css-responsive {
  width: 100%;
  border: none;
  background-color: white;
  border-bottom: 1px solid #d7ddea;
  padding: 10px 0px;
  text-align: start;
  margin-left: 0px;
  font: normal normal normal 16px/24px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #3c3c3c;
}
/* :L1622 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .btn:hover,
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .btn:active,
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .btn:focus {
  color: #ffbf3c;
}
/* :L1627 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .btnClaims {
  font-size: 15px;
}
/* :L1632 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .block-renewals {
  padding: 15px 0px;
}
/* :L1634 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .block-renewals span {
  padding-left: 5px;
}
/* :L1640 */
.page-viewquoteorpolicy .instanda-question-input .form-control {
  height: 45px;
}
/* Responsiveness for small devices */

/* :L1645 */
@media (max-width: 500px) {
  /* :L1647 */
  .page-viewquoteorpolicy .row.header-details-row .container .view1 .val,
  .page-viewquoteorpolicy .row.header-details-row .container .view2 .val,
  .page-viewquoteorpolicy .row.header-details-row .container .view3 .val {
    font: normal normal normal 10px/24px 'poppins', sans-serif;
  }
}
@media (max-width: 320px) {
  /* :L1655 */
  .page-viewquoteorpolicy .btn-group .btn {
    height: auto;
  }
}
@media (max-width: 736px) {
  /* :L1660 */
  .page-viewquoteorpolicy .details-cls .table {
    width: 100%;
  }
}
/*-----------------------View Quote or Policy Icons styling--------------------------------*/

/* :L1666 */
/* :L1667 */
/* :L1668 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .btn.btn-primary {
  padding-right: 25px;
}
/* :L1671 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .btn {
  white-space: initial;
}
/* :L1675 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group a:nth-child(1) {
  border-radius: 0;
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=Unl4SFZVNUtXbEl0TWpFeWRqZFBRbWQwU1d4U2QxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxMMEhnek5kaXRSazBkYWt6LDEwMDAseGZFZ2RLMmhlNnRkWEVXZCxZQW1ubVRGcjBEY1FDRzM1Q1pDS2hVVGh1L0lxVnFTaG4ySXpybWFzYmhvQ1JYTjdlTjlvMTJpWXdnSmpoMXJpVzc5TGdWd1N0TTdyQzJicWNLLy9xZz09");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-color: white;
  background-position-x: 20px;
  padding-left: 60px;
}
/* :L1681 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group a[href*="/Public/ViewEditQuote"] {
  border-radius: 0;
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=Ykhrc1IzbzNVMGRMTTBSM2R5eHFjVk5qU1hKcFoxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCx3cVdDQURSUzZqeG9tdlE1LDEwMDAsYlRRU3pSMEF5R3J3V3l4UCwxblVhVlluVjZ4eTl4VDF1ZGVRSG5LY1QyeE1wZVR1WkpGVURGQjJna05pV2lUQjJPVkpMOERyaUZvQXcrS01hM3JjS0xrSTkra2FWaG1sUzZ3b1RVZz09");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-color: white;
  background-position-x: 20px;
  padding-left: 60px;
}
/* :L1687 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .btnAbandonPolicy {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=T0d0elRVNVRSR0ZtZG1WbWNteEZRVlJDV0Zvd1FWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxKVTlnR212OXN6SWJCMlczLDEwMDAsSENlOEx5MW5SdDZWNTFLaixKWm1VaGx4T0o3SjE1L3pXbHhzYUJkNXpnay9sc2JXQTJ5K1d0Q1VaQ294ckVUTGlhWUZTZnpPN1UwMW84MmRFWE93OHl5emxaQ2oxNlBGcDNiTG9SUT09");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-color: white;
  background-position-x: 20px;
  padding-left: 60px;
}
/* :L1692 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .btnCompletePolicyBuy {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=ZVUxbWFXdE5RWGN6Tms5UFdESkNhMUJpYlU5MFoxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxzZFA0WU12SUtYSEZLSlRGLDEwMDAsc2ZFVDJEQWFYMmhjVUd1TyxxY0I2UkxYVkdVc21obGs3U3NhZUZEV1o2R3dLcE5kVEJUZkdCNlM5WlZjZU0vNU5oS3JaRWlIamtxSkY4RnVReWpQc3dld096aXkra2Erd25aM0pPUT09");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-color: white;
  background-position-x: 20px;
  padding-left: 60px;
}
/* :L1697 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .btnAdjustPolicy {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=ZUZGNGRGazJUMnRWTEV0dlpWcFJWbkZ5UTNVNFFWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxCOTBlWjAzVEsxd2ppZ1ZoLDEwMDAsRHRYdjJWUzNxOWw0TFVvcCxqL25iVE9VdTZGdU9oSDVQQWtjRFZ2MDR2aGM0TzROUjArenUzNW11Mm1NbVRkTmozWHZSNEZsdzlIQmpDRWpQUG5meUFjd0dLZXJGc2dTN3hsdlBVQT09");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-color: white;
  background-position-x: 20px;
  padding-left: 60px;
}
/* :L1702 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .btnRenewPolicy {
  display: none;
  /*background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=TkcxTUxIZGtjV3BsZEdobGFESk9lbUoxV2tobFoxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCx6WllGT01uREp2ZlBFbTRELDEwMDAsTndKNW1rZk9rUHk5MnhJNCw3NGN0TWQyQ2pOaEFrR1NaQVRuK0t0SVRDb3pBd0M5Tm5id1VvVzkvdHd4cnJLZzRCaFd5TWJjY255ZzgxQUpOeTJvS09nUnpONlB2aHRKayttVFpmZz09");
	  .iconstyle();*/

}
/* :L1708 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group a[href*="/Public/AgentAllDocs"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=TjNSclR6bERjVzFyZUZSQ00wa3djMDloY1dwMFVWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxZSEtSMDZoQHJMajBQR3dSLDEwMDAsVkMzdGJkOXZlMnRwd3FTUSxiQ1dkK0hSQ2Y1WVVxeHNQUVR1NkFWMTZuMS9XcWVFYjBHZzkxanFod0czdEMwaGkyeE9jbnZYTmhpa3JLUElIV0N4NWdpVldxU2VoTHF0aFVlYnFOZz09");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-color: white;
  background-position-x: 20px;
  padding-left: 60px;
}
/* :L1713 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group a[href*="/Public/ViewReferralsForQuote"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=UlZKWlNsUTNWMnczVW5GWWJpMHhMR1kzY0dacVoxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCwyM2tEQTlDY0dlMGwxNGtLLDEwMDAsQXVXTVNZQUR3dmx5R0JrQSw0T1FEL2tUQndPMHFnVC9Ya1ZvZU0vWWhyTkczZDBsRFdLYU4wQ2t1eHkzcDl2SEk3VWxja1o3NGN3VGNQeWpNYVdXU2pUNlM1M2J4K3d1TUZnWldLZz09");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-color: white;
  background-position-x: 20px;
  padding-left: 60px;
}
/* :L1718 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group a[href*="/Public/ReviewReferrals"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=VWpRNE55MUJTME51UWsxRGJYVTRjbmhGYlZsbFFWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxiUEA0UFgwQ3JjTW41aXYhLDEwMDAsQkdNcEshZjN4VlpKVXF5TixaUElXaDRMRTlXSGMxR3U5Yi9xVUREVjczblJTV25xQmtacWNnOHlQWXhnMEJFa1lydXltenh2Wmx1bzgrTTgwRFo4dnNNc212MGdFQ1p5VzRRU2ZEUT09");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-color: white;
  background-position-x: 20px;
  padding-left: 60px;
}
/* :L1723 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group a[href*="/Public/CustomerAccountOptions"] {
  display: none;
  /*
      /*background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=UzBwRlMySlBSRlJITlUxYU9IcDJiemx2TlVOSGQxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxxUkZMY3M5WkNQZTdaWGZiLDEwMDAsRXMwaEdGRjdLQmR2RWk5QixDMnNvSndxRzMyZG9sN3hLV2FvSWZGV2Jha0pidDVCdXp5dDdlVzloYTE1d0ZHNytRVVY5eGxBZ29pZ293VlVzNEFVak1CQnpOMHJNcmRET1dITC84dz09");
      .iconstyle();*/

}
/* :L1729 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group a[href*="/Public/CopyQuote"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=TWpoeGNWWjVaSHBNYm5JdFJFRnhRVXhuUW5aYVoxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxBbmE1cGpZIWpDTFpLbXdWLDEwMDAsekJSRDVSUHVOdFJhVUNLUix0ODVQSVRLTStnNUVrZVFpcW84MHhldGZScXc3dXJUM01BVXpESmJMTW80ZThYWEE2L3lGT1BEeDhzcFVyWHAzMWZTQVVtbUJkSXpKcG02Zi9KSFFDdz09");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-color: white;
  background-position-x: 20px;
  padding-left: 60px;
}
/* :L1734 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group a[href*="/Public/CancelPolicy"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=VFhoQ2IySjBSSFZMVkMxQlpUazFhVTFRWXkwM1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxsNWVQMEI5ZEZAZ2ZJRXJQLDEwMDAsV3lQWGlyNXZCSXlwenFnOSxLRzBIM3k0R0JFcEFYYUoyNWREQzlaK3F6bUxmK25oYTMwU3NLVXM0elFOZ28yMkJySFErRkt4ZkZoMndFaWJabFZnS3dOem9zLzFxUjN0TVRCb0hxUT09");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-color: white;
  background-position-x: 20px;
  padding-left: 60px;
}
/* :L1738 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .btnCancelFromInception {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=ZDFFNGEwWTBOell6T1ZCeFIxTXRkeXhhYUdjNWQxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxLWSFjSFhMWWJPaXVJS3VGLDEwMDAsOUF6dUFjQEczOVRPVXchZCxGNGtZSWJQd2RlRDBhSmNjaVkxejdFdmFNMFZ3WU1jUnAvTTNheXYxNEd6T2haS3FXMVVaaVJwNW1IK0F2UEFxNkkxTm51d1NOVWFPOWRKL2N3UXNqQT09");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-color: white;
  background-position-x: 20px;
  padding-left: 60px;
}
/* :L1743 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .btnOfflinePayments {
  display: none;
  /*background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=TVdkd1UyUTJTVTlOTjBkSmVYRkxjMVZvUlhKdFoxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxrRGNqWFNtUlhCS1Z6aGw5LDEwMDAsYkZ2MzRucUJnQDlxVEtQRSxtQTdQdDA2RGJwNUZ4ZVYyK1VBWHhhRVphbDdlcFFaQmptT2U1ZGFKYStIOVl3V2s1MmpBQm5obWd5anZreE1vQzlTVlc1ZnliNW14S3ZRbjNxUmNVZz09");
      .iconstyle();*/

}
/* :L1749 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .btnUploadDocuments {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=TTIxVmJHZEJiMU5JV1ZacmNsRkJMVEl5V1MxS1FWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxqNEhJIURabkEzb09DbWRrLDEwMDAsRnNTRHQ3TzRrclAwRXFpNCw5MDBjM0RYQ3E5TjgyUnN6eDZhb2NPd1J1ZGxmYWRncGFPNytuOERhQjZkWEJ3V0xxUW4rMVRwL1l6UmpodUhvT3hGNkc4a0k5VFIzWVI2V3Z2czRTdz09");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-color: white;
  background-position-x: 20px;
  padding-left: 60px;
}
/* :L1754 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group a[href*="/Public/ViewPremiumSummary"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=YmxWT1NWcEtNRlJQUzA5T1dqTmxVREYxUTNwUFFWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCx4bFpydUt1VFVUSms1Y3dzLDEwMDAsZVBCdmZYWnFDVU95RDdDWCxSSGNkNDE1d3V6MTEzeEhQVElsZ0p0cVRPcEU3eGR2SFd0aHhsaFIwdUsycXBUNDNTMWVQUWRJSEpjeFRJWWNQdzQxNVBMVlNPZkVkRWsrbmMzbDdpZz09");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-color: white;
  background-position-x: 20px;
  padding-left: 60px;
}
/* :L1759 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group a[href*="/Public/AgentClaims"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=WldKM1NWQm9WMkUwVG1SdVpVOVlVQzFPY1VGWFoxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxjQXNLcVpVMWdVMFl5UkppLDEwMDAsZ0lOS3lROGFATU5AYkd1OCxtblZXRkdhRHlxc3A1UXE4c09RdXRiQm1EdzFnZkhVN3FIdWJqZG5jWllKaFNpS1lLR2NNMW5GQVVCMFJkYnc4OW5KdGhwRytZV3VoUUFjckVZSFpHUT09");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-color: white;
  background-position-x: 20px;
  padding-left: 60px;
}
/* :L1764 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group a[href="javascript:void(0)"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=U1Vwb1dYcHFZMng2V1U1V2NVWjVjbk5PY0ZsaGQxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCwxdEB1MWlQYTViRmtUeXd0LDEwMDAsNmMxRnRNa0ByQ3NWV2F1ayxvQmJPOEJFUzI0Wm9nZGZMRXY5UUtZaVZXWTl5KzZmRDBXL2hqUFFad1gyUE1OSDFNeUdJME50bVpxdUM1QlJsZ0NJNE04NTlKcWxjMnVRQ09HZWQ5QT09");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-color: white;
  background-position-x: 20px;
  padding-left: 60px;
}
/* :L1769 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .btnComparePolicy {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=Um5acGVsVkVVMFZIYkZCb2JIQnNWbWxKYVc1aFFWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxCU1JjV0VJd1F2V3V6Tm5NLDEwMDAsY2RLbjZoYlBGR3BFMWN2OSw4MW9OWFhYQUJJKzZKV0JNS3NFcHUyK0lGNWRMRndDQ014TEppbVdZNjIzWVFzWTZ0MUdmeE5hcWZieWFVajFUZlV5eXZtcU5sb2RObDd1Q21nbzlZZz09");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-color: white;
  background-position-x: 20px;
  padding-left: 60px;
}
/* :L1774 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .btnListEmails {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=V2xsTVdEaEJlRXh2Y0d0TlVXVkJXR01zYURaVloxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxhMVlrZ25UeE12cml0ajJOLDEwMDAsbzk3bHRSb1F5IUM1RVBCVywrZHhDemV3dU05b3p3WjBLUEw3blJBRE5TWmdZc1g2V2FldWpOMStsamQveUlTQWVnZFdGeERDYlFSVWxQVGFVVmx1YURkZi9BWHZ0UWVHOFlKck1UUT09");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-color: white;
  background-position-x: 20px;
  padding-left: 60px;
}
/* :L1778 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group a[href="#"] {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=UW0xTWVpeHBWVFF5UlZaVmEydE5RVVp5VGpWaVFWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCx2SlFtd3lhemZnSTY0TjNsLDEwMDAsa1VzTjFERnMwc1BqSnVuZyx4QkgrTU1ReDUvSFdTbWZYVkVscE95L3B0eXpKM0dXSkcwNHlDUFVSYzRlR3cxQmNCRG81ZFJ2ekFldWgzSDBKQXF2Mk1iNGdPM1VvUklYRjBQRHp3dz09");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-color: white;
  background-position-x: 20px;
  padding-left: 60px;
}
/* This is copied & pasted from Agency Appointment CSS */

/*=========================view docs page=====================*/

/* :L1787 */
/* :L1788 */
/* :L1790 */
@media (orientation: portrait) and (max-width: 990px) {
  /* :L1792 */
  .page-agentalldocs .instanda-agent-all-docs-content .instanda-questionHeader h1 {
    font: normal normal bold 32px/32px 'poppins', sans-serif;
  }
}
/* :L1798 */
/* :L1799 */
.page-agentalldocs .instanda-agent-all-docs-content .doc-view > div {
  padding: 0;
}
/* :L1802 */
/* :L1803 */
.page-agentalldocs .instanda-agent-all-docs-content .doc-view .instanda-agent-select-packages .container {
  padding: 0;
  width: 100%;
}
/* :L1806 */
/* :L1807 */
.page-agentalldocs .instanda-agent-all-docs-content .doc-view .instanda-agent-select-packages .container .agent-all-docs-responsive h3 {
  display: none;
}
/* :L1808 */
.page-agentalldocs .instanda-agent-all-docs-content .doc-view .instanda-agent-select-packages .container .agent-all-docs-responsive #documentsList {
  text-decoration: none;
  border-top: 2px solid #d7ddea;
  border-left: 2px solid #d7ddea;
  border-right: 2px solid #d7ddea;
  border-radius: 5px;
  padding: 0px;
  background-color: transparent;
}
/* :L1816 */
.page-agentalldocs .instanda-agent-all-docs-content .doc-view .instanda-agent-select-packages .container .agent-all-docs-responsive #documentsList li {
  padding: 15px 40px;
  border-bottom: 1px solid #d7ddea;
  margin: 0;
  /*added document icon and its styling*/
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=TTBSemJrcHZSbVY1V1Zka1NGQlJNRkl5YmxNd2QxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxtc1hGIXhmaG9nZG5UbGtmLDEwMDAsVUFLaHZpOU1PIVQ3IUE0Riw0aDA4a0ZrcldtUFNIbDlzSU04dmFDaTIyMnRXUW40dkVHSHFZMzBjNldML0xpVEZNOC9MWlVqb1l3aFBBWlVRT3lGYlM0WGVMZGw0YTZxVUMxaXBUUT09");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 17px;
  /*document link styling*/

}
/* :L1827 */
.page-agentalldocs .instanda-agent-all-docs-content .doc-view .instanda-agent-select-packages .container .agent-all-docs-responsive #documentsList li a {
  font: normal normal normal 16px/24px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  line-break: anywhere;
}
/* :L1841 */
.page-agentalldocs .documents-regenerate {
  margin-top: 25px;
  margin-bottom: 40px;
  padding-left: 0px;
}
/* :L1845 */
.page-agentalldocs .documents-regenerate #DocumentReGenerateSubmit {
  background: #ffbf3c;
  border-radius: 15px;
  font: normal normal bold 18px/21px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: black;
}
/* :L1851 */
.page-agentalldocs .documents-regenerate #DocumentReGenerateSubmit:hover,
.page-agentalldocs .documents-regenerate #DocumentReGenerateSubmit:active,
.page-agentalldocs .documents-regenerate #DocumentReGenerateSubmit:focus {
  background: #3c3c3c;
  color: white;
}
@media (max-width: 325px) {
  .page-agentalldocs .documents-regenerate #DocumentReGenerateSubmit {
    font: normal normal bold 15px/21px 'poppins', sans-serif;
  }
}
/* :L1860 */
.page-agentalldocs ::marker {
  display: none;
  color: transparent;
}
/* :L1865 */
.page-agentalldocs .btn-default {
  display: none;
}
/* :L1868 */
/* :L1869 */
.page-agentalldocs .button-cls .row > div {
  padding-left: 2px;
}
/* :L1872 */
/* :L1874 */
.page-agentalldocs .button-cls #backButton::before {
  content: "\2B60";
  font-size: 16px;
  padding-right: 3px;
}
@media (max-width: 275px) {
  /* :L1883 */
  .page-agentalldocs .instanda-agent-all-docs-content .doc-view .instanda-agent-select-packages .container .agent-all-docs-responsive #documentsList li {
    line-break: anywhere;
  }
}
/* This has been copied and pasted from the Agency Appointment CSS file */

/* I'll be updating the question IDs as needed */

/* :L1891 */
.instanda-question-input {
  width: 100%;
}
/* Hide save button on 1st page */

/* :L1896 */
.page-quickquotequestions.page-number-1 button[name='saveButton'] {
  display: none;
}
/* :L1900 */
/* :L1901 */
/* :L1904 */
.page-prequotequestions.page-number-15 #question243868 .instanda-questionHeader,
.page-prequotequestions.page-number-15 #question245114 .instanda-questionHeader,
.page-prequotequestions.page-number-15 #question245115 .instanda-questionHeader {
  font-size: 24px;
  color: #565e71;
}
/* Hidden fields */

/* :L1913 */
#question241447/* PrefillLicensedLocations_YN */ {
  display: none;
}
/*QQ pg - 1 - Default for other contacts and Postquote question*/

/* :L1918 */
/* :L1920 */
#question239584 .confirmQuestionCheckbox,
#question239213 .confirmQuestionCheckbox {
  border: 1px solid #cccccc;
  background-color: white;
  margin: 0px;
  padding: 15px;
  width: 50%;
}
@media (max-width: 767.9px) {
  #question239584 .confirmQuestionCheckbox,
  #question239213 .confirmQuestionCheckbox {
    width: 100%;
  }
}
/* :L1929 */
#question239584 .confirmQuestionCheckbox input[type='checkbox'],
#question239213 .confirmQuestionCheckbox input[type='checkbox'] {
  height: 16px;
  width: 16px;
  margin-top: 2px;
}
/*prequote pg -1 State Field and District/Territory Field*/

/* :L1938 */
#question241389,
#question241388 {
  display: none;
}
/* :L1941 */
#question241389 input,
#question241388 input {
  background-color: initial;
  pointer-events: none;
}
/*prequote pg -1 multi item buttons*/

/* :L1948 */
button[id*='LicensedStates_MIaddButton'],
button[id*='LicensedStates_MIremoveButton'],
button[id*='LicensedTerritories_MIaddButton'],
button[id*='LicensedTerritories_MIremoveButton'] {
  display: none;
}
/* :L1955 */
#multiItemSummary_239146 .instanda-multi-item-remove {
  display: none;
}
/* :L1958 */
#multiItemSummary_239172 .instanda-multi-item-remove {
  display: none;
}
/*prequote pg-1 edit buttons*/

/* :L1963 */
.instanda-multi-item-summary-action {
  vertical-align: middle;
}
/* :L1966 */
.instanda-single-multi-item-edit {
  background: none;
  border: 1px solid black !important;
  border-radius: 20px/*5px*/;
  color: black;
  font-size: 12px;
  padding: 3px 12px !important;
}
/* :L1974 */
.instanda-single-multi-item-edit:hover,
.instanda-single-multi-item-edit:focus,
.instanda-single-multi-item-edit:active,
.instanda-single-multi-item-edit:active:focus,
.instanda-single-multi-item-edit:active:hover {
  background: black;
  color: white;
  border-color: white;
  font-size: 12px;
  padding: 3px 12px !important;
}
/* :L1985 */
/* :L1987 */
.page-prequotequestions.page-number-3 .instanda-multi-item-summary-header ul,
.page-prequotequestions.page-number-16 .instanda-multi-item-summary-header ul,
.page-prequotequestions.page-number-3 .instanda-multi-item-summary-item ul/*, h3*/,
.page-prequotequestions.page-number-16 .instanda-multi-item-summary-item ul/*, h3*/ {
  vertical-align: middle;
  text-align: center;
}
/* :L1991 */
.page-prequotequestions.page-number-3 .instanda-multi-item-summary-header ul,
.page-prequotequestions.page-number-16 .instanda-multi-item-summary-header ul {
  margin-bottom: 0px;
  line-height: 1;
  padding: 10px 0px;
}
/* :L1996 */
/* :L1997 */
.page-prequotequestions.page-number-3 .instanda-multi-item-summary-item ul li:first-child,
.page-prequotequestions.page-number-16 .instanda-multi-item-summary-item ul li:first-child,
.page-prequotequestions.page-number-3 .instanda-multi-item-summary-item ul li:nth-child(2),
.page-prequotequestions.page-number-16 .instanda-multi-item-summary-item ul li:nth-child(2),
.page-prequotequestions.page-number-3 .instanda-multi-item-summary-item ul li:nth-child(3),
.page-prequotequestions.page-number-16 .instanda-multi-item-summary-item ul li:nth-child(3),
.page-prequotequestions.page-number-3 .instanda-multi-item-summary-item ul li:nth-child(4),
.page-prequotequestions.page-number-16 .instanda-multi-item-summary-item ul li:nth-child(4),
.page-prequotequestions.page-number-3 .instanda-multi-item-summary-item ul li:nth-child(5),
.page-prequotequestions.page-number-16 .instanda-multi-item-summary-item ul li:nth-child(5) {
  position: relative;
  top: 7px;
}
/* :L2005 */
.page-prequotequestions.page-number-3 .instanda-multi-item-summary-item ul li:nth-child(6),
.page-prequotequestions.page-number-16 .instanda-multi-item-summary-item ul li:nth-child(6) {
  position: relative;
  top: 4px;
}
/* :L2011 */
/* :L2012 */
/* :L2013 */
.page-prequotequestions.page-number-16 .instanda-multi-item-summary-item ul li:nth-child(3) {
  position: relative;
  top: 7px;
}
@media (max-width: 350px) {
  /* :L2020 */
  /* :L2021 */
  .page-prequotequestions.page-number-16 .instanda-multi-item-summary-header ul,
  .page-prequotequestions.page-number-16 .instanda-multi-item-summary-item ul,
  .page-prequotequestions.page-number-16 h3 {
    text-align: left;
  }
}
/*prequote MI headers*/

/* :L2029 */
.instanda-multi-item-header h3 {
  display: none;
}
/*prequote pg-2 Browse button*/

/* :L2034 */
.instanda-file-input-label-btn {
  background: none;
  font-size: 14px;
  padding-left: 0px;
  padding-right: 10px;
}
/*multi item summary alignment*/

/* :L2042 */
.instanda-multi-item-summary-and-questions,
.instanda-multi-item-summary-item {
  border-bottom: 1px solid #d7ddea;
  margin-top: 5px;
}
/* :L2047 */
.instanda-multi-item-summary-header {
  border-top: 1.5px solid #12243a !important;
  border-bottom: 1px solid #565e71 !important;
  /*margin-bottom: 10px;*/

}
/* :L2052 */
.instanda-multi-item-summary-header ul li {
  font-weight: bold;
}
/* :L2055 */
div[id*='insertAgentInfo'] .col-xs-12.col-sm-6.col-md-6.col-lg-6 {
  width: 100%;
}
/*expand/collapse headers*/

/* :L2059 */
/* :L2061 */
.page-prequotequestions.page-number-3 h3,
.page-prequotequestions.page-number-16 h3 {
  color: #ffbf3c;
  font-weight: bold;
}
@media (max-width: 575px) {
  .page-prequotequestions.page-number-3 h3,
  .page-prequotequestions.page-number-16 h3 {
    font-size: 18px;
  }
}
/*download file links*/

/* :L2070 */
.downloadMultiItemUploadFile {
  color: #ffbf3c;
  font-weight: bold;
}
/* :L2074 */
/* :L2075 */
.page-quickquotequestions h4,
.page-quickquotequestions h5 {
  font-weight: bold;
}
/*pre quote multi-item remove buttons */

/* :L2082 */
.instanda-multi-item-summary-action .instanda-multi-item-remove.btn {
  display: none;
}
/* :L2086 */
@media (max-width: 350px) {
  /* :L2087 */
  /* :L2089 */
  .page-prequotequestions.page-number-16 .instanda-multi-item-summary-header-3-summary-cols {
    border-top: none;
  }
  /* :L2091 */
  .page-prequotequestions.page-number-16 .instanda-multi-item-summary-header-3-summary-cols ul {
    display: none;
  }
  /* :L2095 */
  /* :L2097 */
  .page-prequotequestions.page-number-16 #ul-instanda-multi-item-summary-answer li,
  .page-prequotequestions.page-number-16 .instanda-multi-item-summary-item li {
    width: 100%;
  }
  /* :L2103 */
  .page-prequotequestions.page-number-16 #ul-instanda-multi-item-summary-answer li:nth-of-type(1):before,
  .page-prequotequestions.page-number-16 .instanda-multi-item-summary-item li:nth-of-type(1):before {
    content: 'First Name';
    margin-right: 10px;
    font-weight: bold;
  }
  /* :L2108 */
  .page-prequotequestions.page-number-16 #ul-instanda-multi-item-summary-answer li:nth-of-type(2):before,
  .page-prequotequestions.page-number-16 .instanda-multi-item-summary-item li:nth-of-type(2):before {
    content: 'Last Name';
    margin-right: 10px;
    font-weight: bold;
  }
  /* :L2113 */
  .page-prequotequestions.page-number-16 #ul-instanda-multi-item-summary-answer li:nth-of-type(3):before,
  .page-prequotequestions.page-number-16 .instanda-multi-item-summary-item li:nth-of-type(3):before {
    content: 'Email';
    margin-right: 10px;
    font-weight: bold;
  }
  /* :L2118 */
  .page-prequotequestions.page-number-16 #ul-instanda-multi-item-summary-answer li:nth-of-type(4):before,
  .page-prequotequestions.page-number-16 .instanda-multi-item-summary-item li:nth-of-type(4):before {
    content: 'Actions';
    margin-right: 10px;
    font-weight: bold;
  }
}
@media (max-width: 350px) and (max-width: 350px) {
  .page-prequotequestions.page-number-16 #ul-instanda-multi-item-summary-answer li,
  .page-prequotequestions.page-number-16 .instanda-multi-item-summary-item li {
    width: 80%;
  }
}
@media (min-width: 768px) {
  /*QQ pg -1 make last two headers side by side*/
  
  /* :L2129 */
  .page-prequotequestions.page-number-2 .instanda-questionList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /* :L2133 */
  .page-prequotequestions.page-number-2 .instanda-questionList .instanda-well {
    flex-basis: 100%;
  }
  /* :L2136 */
  .page-prequotequestions.page-number-2 .instanda-questionList > div:nth-child(1) {
    justify-content: right;
  }
  /* :L2139 */
  .page-prequotequestions.page-number-2 .instanda-questionList > div:nth-child(2),
  .page-prequotequestions.page-number-2 .instanda-questionList > div:nth-child(3) {
    display: block;
    flex-basis: 50%;
  }
  /* :L2144 */
  .page-prequotequestions.page-number-2 .instanda-questionList > div:nth-child(3) {
    padding-left: 15px;
  }
  /*Questions wrapping*/
  
  /* :L2150 */
  div[id*="PCLicense_YNP"],
  div[id*="SLLicense_YNP"],
  div[id*="LHLicense_YNP"],
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"],
  div[id*=collapse_AgentInfo],
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well,
  .page-prequotequestions.page-number-1 .instanda-well,
  .page-prequotequestions.page-number-2 .instanda-well {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0px;
    /*prequote pg 1 qns*/
  
    /*pre quote pg 14 qns*/
  
    /*qq pg1 qns*/
  
  }
  /* :L2160 */
  div[id*="PCLicense_YNP"] .questionItem,
  div[id*="SLLicense_YNP"] .questionItem,
  div[id*="LHLicense_YNP"] .questionItem,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] .questionItem,
  div[id*=collapse_AgentInfo] .questionItem,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well .questionItem,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well .questionItem,
  .page-prequotequestions.page-number-1 .instanda-well .questionItem,
  .page-prequotequestions.page-number-2 .instanda-well .questionItem {
    flex-basis: 50%;
  }
  /* :L2163 */
  div[id*="PCLicense_YNP"] .instanda-container-fluid,
  div[id*="SLLicense_YNP"] .instanda-container-fluid,
  div[id*="LHLicense_YNP"] .instanda-container-fluid,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] .instanda-container-fluid,
  div[id*=collapse_AgentInfo] .instanda-container-fluid,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well .instanda-container-fluid,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well .instanda-container-fluid,
  .page-prequotequestions.page-number-1 .instanda-well .instanda-container-fluid,
  .page-prequotequestions.page-number-2 .instanda-well .instanda-container-fluid,
  div[id*="PCLicense_YNP"] div[id*=heading_AgentInfo],
  div[id*="SLLicense_YNP"] div[id*=heading_AgentInfo],
  div[id*="LHLicense_YNP"] div[id*=heading_AgentInfo],
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] div[id*=heading_AgentInfo],
  div[id*=collapse_AgentInfo] div[id*=heading_AgentInfo],
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well div[id*=heading_AgentInfo],
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well div[id*=heading_AgentInfo],
  .page-prequotequestions.page-number-1 .instanda-well div[id*=heading_AgentInfo],
  .page-prequotequestions.page-number-2 .instanda-well div[id*=heading_AgentInfo],
  div[id*="PCLicense_YNP"] div[id*=collapse_AgentInfo],
  div[id*="SLLicense_YNP"] div[id*=collapse_AgentInfo],
  div[id*="LHLicense_YNP"] div[id*=collapse_AgentInfo],
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] div[id*=collapse_AgentInfo],
  div[id*=collapse_AgentInfo] div[id*=collapse_AgentInfo],
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well div[id*=collapse_AgentInfo],
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well div[id*=collapse_AgentInfo],
  .page-prequotequestions.page-number-1 .instanda-well div[id*=collapse_AgentInfo],
  .page-prequotequestions.page-number-2 .instanda-well div[id*=collapse_AgentInfo],
  div[id*="PCLicense_YNP"]/*headers*/ .address,
  div[id*="SLLicense_YNP"]/*headers*/ .address,
  div[id*="LHLicense_YNP"]/*headers*/ .address,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"]/*headers*/ .address,
  div[id*=collapse_AgentInfo]/*headers*/ .address,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well/*headers*/ .address,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well/*headers*/ .address,
  .page-prequotequestions.page-number-1 .instanda-well/*headers*/ .address,
  .page-prequotequestions.page-number-2 .instanda-well/*headers*/ .address,
  div[id*="PCLicense_YNP"]/*qq pg 1 address*/ #question239584/* qq pg 1 default to other contacts check box*/,
  div[id*="SLLicense_YNP"]/*qq pg 1 address*/ #question239584/* qq pg 1 default to other contacts check box*/,
  div[id*="LHLicense_YNP"]/*qq pg 1 address*/ #question239584/* qq pg 1 default to other contacts check box*/,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"]/*qq pg 1 address*/ #question239584/* qq pg 1 default to other contacts check box*/,
  div[id*=collapse_AgentInfo]/*qq pg 1 address*/ #question239584/* qq pg 1 default to other contacts check box*/,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well/*qq pg 1 address*/ #question239584/* qq pg 1 default to other contacts check box*/,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well/*qq pg 1 address*/ #question239584/* qq pg 1 default to other contacts check box*/,
  .page-prequotequestions.page-number-1 .instanda-well/*qq pg 1 address*/ #question239584/* qq pg 1 default to other contacts check box*/,
  .page-prequotequestions.page-number-2 .instanda-well/*qq pg 1 address*/ #question239584/* qq pg 1 default to other contacts check box*/ {
    flex-basis: 100%;
  }
  /* :L2169 */
  div[id*="PCLicense_YNP"] #question241394,
  div[id*="SLLicense_YNP"] #question241394,
  div[id*="LHLicense_YNP"] #question241394,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question241394,
  div[id*=collapse_AgentInfo] #question241394,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question241394,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question241394,
  .page-prequotequestions.page-number-1 .instanda-well #question241394,
  .page-prequotequestions.page-number-2 .instanda-well #question241394,
  div[id*="PCLicense_YNP"] #question241395,
  div[id*="SLLicense_YNP"] #question241395,
  div[id*="LHLicense_YNP"] #question241395,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question241395,
  div[id*=collapse_AgentInfo] #question241395,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question241395,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question241395,
  .page-prequotequestions.page-number-1 .instanda-well #question241395,
  .page-prequotequestions.page-number-2 .instanda-well #question241395,
  div[id*="PCLicense_YNP"] #question241396,
  div[id*="SLLicense_YNP"] #question241396,
  div[id*="LHLicense_YNP"] #question241396,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question241396,
  div[id*=collapse_AgentInfo] #question241396,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question241396,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question241396,
  .page-prequotequestions.page-number-1 .instanda-well #question241396,
  .page-prequotequestions.page-number-2 .instanda-well #question241396,
  div[id*="PCLicense_YNP"] #question241397,
  div[id*="SLLicense_YNP"] #question241397,
  div[id*="LHLicense_YNP"] #question241397,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question241397,
  div[id*=collapse_AgentInfo] #question241397,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question241397,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question241397,
  .page-prequotequestions.page-number-1 .instanda-well #question241397,
  .page-prequotequestions.page-number-2 .instanda-well #question241397,
  div[id*="PCLicense_YNP"]/*States - PC Effective Date Expiration Date and Status*/ #question241398,
  div[id*="SLLicense_YNP"]/*States - PC Effective Date Expiration Date and Status*/ #question241398,
  div[id*="LHLicense_YNP"]/*States - PC Effective Date Expiration Date and Status*/ #question241398,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"]/*States - PC Effective Date Expiration Date and Status*/ #question241398,
  div[id*=collapse_AgentInfo]/*States - PC Effective Date Expiration Date and Status*/ #question241398,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well/*States - PC Effective Date Expiration Date and Status*/ #question241398,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well/*States - PC Effective Date Expiration Date and Status*/ #question241398,
  .page-prequotequestions.page-number-1 .instanda-well/*States - PC Effective Date Expiration Date and Status*/ #question241398,
  .page-prequotequestions.page-number-2 .instanda-well/*States - PC Effective Date Expiration Date and Status*/ #question241398,
  div[id*="PCLicense_YNP"] #question241399,
  div[id*="SLLicense_YNP"] #question241399,
  div[id*="LHLicense_YNP"] #question241399,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question241399,
  div[id*=collapse_AgentInfo] #question241399,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question241399,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question241399,
  .page-prequotequestions.page-number-1 .instanda-well #question241399,
  .page-prequotequestions.page-number-2 .instanda-well #question241399,
  div[id*="PCLicense_YNP"] #question241400,
  div[id*="SLLicense_YNP"] #question241400,
  div[id*="LHLicense_YNP"] #question241400,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question241400,
  div[id*=collapse_AgentInfo] #question241400,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question241400,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question241400,
  .page-prequotequestions.page-number-1 .instanda-well #question241400,
  .page-prequotequestions.page-number-2 .instanda-well #question241400,
  div[id*="PCLicense_YNP"] #question241401,
  div[id*="SLLicense_YNP"] #question241401,
  div[id*="LHLicense_YNP"] #question241401,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question241401,
  div[id*=collapse_AgentInfo] #question241401,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question241401,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question241401,
  .page-prequotequestions.page-number-1 .instanda-well #question241401,
  .page-prequotequestions.page-number-2 .instanda-well #question241401,
  div[id*="PCLicense_YNP"]/*States - SL Effective Date Expiration Date and Status*/ #question241402,
  div[id*="SLLicense_YNP"]/*States - SL Effective Date Expiration Date and Status*/ #question241402,
  div[id*="LHLicense_YNP"]/*States - SL Effective Date Expiration Date and Status*/ #question241402,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"]/*States - SL Effective Date Expiration Date and Status*/ #question241402,
  div[id*=collapse_AgentInfo]/*States - SL Effective Date Expiration Date and Status*/ #question241402,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well/*States - SL Effective Date Expiration Date and Status*/ #question241402,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well/*States - SL Effective Date Expiration Date and Status*/ #question241402,
  .page-prequotequestions.page-number-1 .instanda-well/*States - SL Effective Date Expiration Date and Status*/ #question241402,
  .page-prequotequestions.page-number-2 .instanda-well/*States - SL Effective Date Expiration Date and Status*/ #question241402,
  div[id*="PCLicense_YNP"] #question241403,
  div[id*="SLLicense_YNP"] #question241403,
  div[id*="LHLicense_YNP"] #question241403,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question241403,
  div[id*=collapse_AgentInfo] #question241403,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question241403,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question241403,
  .page-prequotequestions.page-number-1 .instanda-well #question241403,
  .page-prequotequestions.page-number-2 .instanda-well #question241403,
  div[id*="PCLicense_YNP"] #question241404,
  div[id*="SLLicense_YNP"] #question241404,
  div[id*="LHLicense_YNP"] #question241404,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question241404,
  div[id*=collapse_AgentInfo] #question241404,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question241404,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question241404,
  .page-prequotequestions.page-number-1 .instanda-well #question241404,
  .page-prequotequestions.page-number-2 .instanda-well #question241404,
  div[id*="PCLicense_YNP"] #question241405,
  div[id*="SLLicense_YNP"] #question241405,
  div[id*="LHLicense_YNP"] #question241405,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question241405,
  div[id*=collapse_AgentInfo] #question241405,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question241405,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question241405,
  .page-prequotequestions.page-number-1 .instanda-well #question241405,
  .page-prequotequestions.page-number-2 .instanda-well #question241405,
  div[id*="PCLicense_YNP"]/*States - LH Effective Date Expiration Date and Status*/ #question241376,
  div[id*="SLLicense_YNP"]/*States - LH Effective Date Expiration Date and Status*/ #question241376,
  div[id*="LHLicense_YNP"]/*States - LH Effective Date Expiration Date and Status*/ #question241376,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"]/*States - LH Effective Date Expiration Date and Status*/ #question241376,
  div[id*=collapse_AgentInfo]/*States - LH Effective Date Expiration Date and Status*/ #question241376,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well/*States - LH Effective Date Expiration Date and Status*/ #question241376,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well/*States - LH Effective Date Expiration Date and Status*/ #question241376,
  .page-prequotequestions.page-number-1 .instanda-well/*States - LH Effective Date Expiration Date and Status*/ #question241376,
  .page-prequotequestions.page-number-2 .instanda-well/*States - LH Effective Date Expiration Date and Status*/ #question241376,
  div[id*="PCLicense_YNP"] #question241377,
  div[id*="SLLicense_YNP"] #question241377,
  div[id*="LHLicense_YNP"] #question241377,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question241377,
  div[id*=collapse_AgentInfo] #question241377,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question241377,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question241377,
  .page-prequotequestions.page-number-1 .instanda-well #question241377,
  .page-prequotequestions.page-number-2 .instanda-well #question241377,
  div[id*="PCLicense_YNP"] #question241378,
  div[id*="SLLicense_YNP"] #question241378,
  div[id*="LHLicense_YNP"] #question241378,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question241378,
  div[id*=collapse_AgentInfo] #question241378,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question241378,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question241378,
  .page-prequotequestions.page-number-1 .instanda-well #question241378,
  .page-prequotequestions.page-number-2 .instanda-well #question241378,
  div[id*="PCLicense_YNP"] #question241379,
  div[id*="SLLicense_YNP"] #question241379,
  div[id*="LHLicense_YNP"] #question241379,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question241379,
  div[id*=collapse_AgentInfo] #question241379,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question241379,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question241379,
  .page-prequotequestions.page-number-1 .instanda-well #question241379,
  .page-prequotequestions.page-number-2 .instanda-well #question241379,
  div[id*="PCLicense_YNP"]/*Districts - PC Effective Date Expiration Date and Status*/ #question241380,
  div[id*="SLLicense_YNP"]/*Districts - PC Effective Date Expiration Date and Status*/ #question241380,
  div[id*="LHLicense_YNP"]/*Districts - PC Effective Date Expiration Date and Status*/ #question241380,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"]/*Districts - PC Effective Date Expiration Date and Status*/ #question241380,
  div[id*=collapse_AgentInfo]/*Districts - PC Effective Date Expiration Date and Status*/ #question241380,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well/*Districts - PC Effective Date Expiration Date and Status*/ #question241380,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well/*Districts - PC Effective Date Expiration Date and Status*/ #question241380,
  .page-prequotequestions.page-number-1 .instanda-well/*Districts - PC Effective Date Expiration Date and Status*/ #question241380,
  .page-prequotequestions.page-number-2 .instanda-well/*Districts - PC Effective Date Expiration Date and Status*/ #question241380,
  div[id*="PCLicense_YNP"] #question241381,
  div[id*="SLLicense_YNP"] #question241381,
  div[id*="LHLicense_YNP"] #question241381,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question241381,
  div[id*=collapse_AgentInfo] #question241381,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question241381,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question241381,
  .page-prequotequestions.page-number-1 .instanda-well #question241381,
  .page-prequotequestions.page-number-2 .instanda-well #question241381,
  div[id*="PCLicense_YNP"] #question241382,
  div[id*="SLLicense_YNP"] #question241382,
  div[id*="LHLicense_YNP"] #question241382,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question241382,
  div[id*=collapse_AgentInfo] #question241382,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question241382,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question241382,
  .page-prequotequestions.page-number-1 .instanda-well #question241382,
  .page-prequotequestions.page-number-2 .instanda-well #question241382,
  div[id*="PCLicense_YNP"] #question241383,
  div[id*="SLLicense_YNP"] #question241383,
  div[id*="LHLicense_YNP"] #question241383,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question241383,
  div[id*=collapse_AgentInfo] #question241383,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question241383,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question241383,
  .page-prequotequestions.page-number-1 .instanda-well #question241383,
  .page-prequotequestions.page-number-2 .instanda-well #question241383,
  div[id*="PCLicense_YNP"]/*Districts - SL Effective Date Expiration Date and Status*/ #question241384,
  div[id*="SLLicense_YNP"]/*Districts - SL Effective Date Expiration Date and Status*/ #question241384,
  div[id*="LHLicense_YNP"]/*Districts - SL Effective Date Expiration Date and Status*/ #question241384,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"]/*Districts - SL Effective Date Expiration Date and Status*/ #question241384,
  div[id*=collapse_AgentInfo]/*Districts - SL Effective Date Expiration Date and Status*/ #question241384,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well/*Districts - SL Effective Date Expiration Date and Status*/ #question241384,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well/*Districts - SL Effective Date Expiration Date and Status*/ #question241384,
  .page-prequotequestions.page-number-1 .instanda-well/*Districts - SL Effective Date Expiration Date and Status*/ #question241384,
  .page-prequotequestions.page-number-2 .instanda-well/*Districts - SL Effective Date Expiration Date and Status*/ #question241384,
  div[id*="PCLicense_YNP"] #question241385,
  div[id*="SLLicense_YNP"] #question241385,
  div[id*="LHLicense_YNP"] #question241385,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question241385,
  div[id*=collapse_AgentInfo] #question241385,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question241385,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question241385,
  .page-prequotequestions.page-number-1 .instanda-well #question241385,
  .page-prequotequestions.page-number-2 .instanda-well #question241385,
  div[id*="PCLicense_YNP"] #question241386,
  div[id*="SLLicense_YNP"] #question241386,
  div[id*="LHLicense_YNP"] #question241386,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question241386,
  div[id*=collapse_AgentInfo] #question241386,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question241386,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question241386,
  .page-prequotequestions.page-number-1 .instanda-well #question241386,
  .page-prequotequestions.page-number-2 .instanda-well #question241386,
  div[id*="PCLicense_YNP"] #question241387/*Districts - LH Effective Date Expiration Date and Status*/,
  div[id*="SLLicense_YNP"] #question241387/*Districts - LH Effective Date Expiration Date and Status*/,
  div[id*="LHLicense_YNP"] #question241387/*Districts - LH Effective Date Expiration Date and Status*/,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question241387/*Districts - LH Effective Date Expiration Date and Status*/,
  div[id*=collapse_AgentInfo] #question241387/*Districts - LH Effective Date Expiration Date and Status*/,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question241387/*Districts - LH Effective Date Expiration Date and Status*/,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question241387/*Districts - LH Effective Date Expiration Date and Status*/,
  .page-prequotequestions.page-number-1 .instanda-well #question241387/*Districts - LH Effective Date Expiration Date and Status*/,
  .page-prequotequestions.page-number-2 .instanda-well #question241387/*Districts - LH Effective Date Expiration Date and Status*/ {
    flex-basis: 25%;
    margin-bottom: 0px;
  }
  /* :L2179 */
  div[id*="PCLicense_YNP"] #question239324,
  div[id*="SLLicense_YNP"] #question239324,
  div[id*="LHLicense_YNP"] #question239324,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239324,
  div[id*=collapse_AgentInfo] #question239324,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239324,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239324,
  .page-prequotequestions.page-number-1 .instanda-well #question239324,
  .page-prequotequestions.page-number-2 .instanda-well #question239324,
  div[id*="PCLicense_YNP"] #question239325,
  div[id*="SLLicense_YNP"] #question239325,
  div[id*="LHLicense_YNP"] #question239325,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239325,
  div[id*=collapse_AgentInfo] #question239325,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239325,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239325,
  .page-prequotequestions.page-number-1 .instanda-well #question239325,
  .page-prequotequestions.page-number-2 .instanda-well #question239325,
  div[id*="PCLicense_YNP"] #question239327,
  div[id*="SLLicense_YNP"] #question239327,
  div[id*="LHLicense_YNP"] #question239327,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239327,
  div[id*=collapse_AgentInfo] #question239327,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239327,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239327,
  .page-prequotequestions.page-number-1 .instanda-well #question239327,
  .page-prequotequestions.page-number-2 .instanda-well #question239327,
  div[id*="PCLicense_YNP"] #question239328,
  div[id*="SLLicense_YNP"] #question239328,
  div[id*="LHLicense_YNP"] #question239328,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239328,
  div[id*=collapse_AgentInfo] #question239328,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239328,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239328,
  .page-prequotequestions.page-number-1 .instanda-well #question239328,
  .page-prequotequestions.page-number-2 .instanda-well #question239328,
  div[id*="PCLicense_YNP"] #question239390,
  div[id*="SLLicense_YNP"] #question239390,
  div[id*="LHLicense_YNP"] #question239390,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239390,
  div[id*=collapse_AgentInfo] #question239390,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239390,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239390,
  .page-prequotequestions.page-number-1 .instanda-well #question239390,
  .page-prequotequestions.page-number-2 .instanda-well #question239390,
  div[id*="PCLicense_YNP"]/*First Name, Last Name, Email, Phone Number and Status*/ #question239393,
  div[id*="SLLicense_YNP"]/*First Name, Last Name, Email, Phone Number and Status*/ #question239393,
  div[id*="LHLicense_YNP"]/*First Name, Last Name, Email, Phone Number and Status*/ #question239393,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"]/*First Name, Last Name, Email, Phone Number and Status*/ #question239393,
  div[id*=collapse_AgentInfo]/*First Name, Last Name, Email, Phone Number and Status*/ #question239393,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well/*First Name, Last Name, Email, Phone Number and Status*/ #question239393,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well/*First Name, Last Name, Email, Phone Number and Status*/ #question239393,
  .page-prequotequestions.page-number-1 .instanda-well/*First Name, Last Name, Email, Phone Number and Status*/ #question239393,
  .page-prequotequestions.page-number-2 .instanda-well/*First Name, Last Name, Email, Phone Number and Status*/ #question239393,
  div[id*="PCLicense_YNP"] #question239394,
  div[id*="SLLicense_YNP"] #question239394,
  div[id*="LHLicense_YNP"] #question239394,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239394,
  div[id*=collapse_AgentInfo] #question239394,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239394,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239394,
  .page-prequotequestions.page-number-1 .instanda-well #question239394,
  .page-prequotequestions.page-number-2 .instanda-well #question239394,
  div[id*="PCLicense_YNP"] #question239395,
  div[id*="SLLicense_YNP"] #question239395,
  div[id*="LHLicense_YNP"] #question239395,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239395,
  div[id*=collapse_AgentInfo] #question239395,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239395,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239395,
  .page-prequotequestions.page-number-1 .instanda-well #question239395,
  .page-prequotequestions.page-number-2 .instanda-well #question239395,
  div[id*="PCLicense_YNP"] #question239396,
  div[id*="SLLicense_YNP"] #question239396,
  div[id*="LHLicense_YNP"] #question239396,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239396,
  div[id*=collapse_AgentInfo] #question239396,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239396,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239396,
  .page-prequotequestions.page-number-1 .instanda-well #question239396,
  .page-prequotequestions.page-number-2 .instanda-well #question239396,
  div[id*="PCLicense_YNP"] #question239397,
  div[id*="SLLicense_YNP"] #question239397,
  div[id*="LHLicense_YNP"] #question239397,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239397,
  div[id*=collapse_AgentInfo] #question239397,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239397,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239397,
  .page-prequotequestions.page-number-1 .instanda-well #question239397,
  .page-prequotequestions.page-number-2 .instanda-well #question239397,
  div[id*="PCLicense_YNP"]/*First Name, Last Name, Email, Phone Number and Status*/ #question239754,
  div[id*="SLLicense_YNP"]/*First Name, Last Name, Email, Phone Number and Status*/ #question239754,
  div[id*="LHLicense_YNP"]/*First Name, Last Name, Email, Phone Number and Status*/ #question239754,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"]/*First Name, Last Name, Email, Phone Number and Status*/ #question239754,
  div[id*=collapse_AgentInfo]/*First Name, Last Name, Email, Phone Number and Status*/ #question239754,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well/*First Name, Last Name, Email, Phone Number and Status*/ #question239754,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well/*First Name, Last Name, Email, Phone Number and Status*/ #question239754,
  .page-prequotequestions.page-number-1 .instanda-well/*First Name, Last Name, Email, Phone Number and Status*/ #question239754,
  .page-prequotequestions.page-number-2 .instanda-well/*First Name, Last Name, Email, Phone Number and Status*/ #question239754,
  div[id*="PCLicense_YNP"] #question239755,
  div[id*="SLLicense_YNP"] #question239755,
  div[id*="LHLicense_YNP"] #question239755,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239755,
  div[id*=collapse_AgentInfo] #question239755,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239755,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239755,
  .page-prequotequestions.page-number-1 .instanda-well #question239755,
  .page-prequotequestions.page-number-2 .instanda-well #question239755,
  div[id*="PCLicense_YNP"] #question239756,
  div[id*="SLLicense_YNP"] #question239756,
  div[id*="LHLicense_YNP"] #question239756,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239756,
  div[id*=collapse_AgentInfo] #question239756,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239756,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239756,
  .page-prequotequestions.page-number-1 .instanda-well #question239756,
  .page-prequotequestions.page-number-2 .instanda-well #question239756,
  div[id*="PCLicense_YNP"] #question239757,
  div[id*="SLLicense_YNP"] #question239757,
  div[id*="LHLicense_YNP"] #question239757,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239757,
  div[id*=collapse_AgentInfo] #question239757,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239757,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239757,
  .page-prequotequestions.page-number-1 .instanda-well #question239757,
  .page-prequotequestions.page-number-2 .instanda-well #question239757,
  div[id*="PCLicense_YNP"] #question239758,
  div[id*="SLLicense_YNP"] #question239758,
  div[id*="LHLicense_YNP"] #question239758,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239758,
  div[id*=collapse_AgentInfo] #question239758,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239758,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239758,
  .page-prequotequestions.page-number-1 .instanda-well #question239758,
  .page-prequotequestions.page-number-2 .instanda-well #question239758,
  div[id*="PCLicense_YNP"]/*First Name, Last Name, Email, Phone Number and Status*/ #question239766,
  div[id*="SLLicense_YNP"]/*First Name, Last Name, Email, Phone Number and Status*/ #question239766,
  div[id*="LHLicense_YNP"]/*First Name, Last Name, Email, Phone Number and Status*/ #question239766,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"]/*First Name, Last Name, Email, Phone Number and Status*/ #question239766,
  div[id*=collapse_AgentInfo]/*First Name, Last Name, Email, Phone Number and Status*/ #question239766,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well/*First Name, Last Name, Email, Phone Number and Status*/ #question239766,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well/*First Name, Last Name, Email, Phone Number and Status*/ #question239766,
  .page-prequotequestions.page-number-1 .instanda-well/*First Name, Last Name, Email, Phone Number and Status*/ #question239766,
  .page-prequotequestions.page-number-2 .instanda-well/*First Name, Last Name, Email, Phone Number and Status*/ #question239766,
  div[id*="PCLicense_YNP"] #question239773,
  div[id*="SLLicense_YNP"] #question239773,
  div[id*="LHLicense_YNP"] #question239773,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239773,
  div[id*=collapse_AgentInfo] #question239773,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239773,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239773,
  .page-prequotequestions.page-number-1 .instanda-well #question239773,
  .page-prequotequestions.page-number-2 .instanda-well #question239773,
  div[id*="PCLicense_YNP"] #question239778,
  div[id*="SLLicense_YNP"] #question239778,
  div[id*="LHLicense_YNP"] #question239778,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239778,
  div[id*=collapse_AgentInfo] #question239778,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239778,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239778,
  .page-prequotequestions.page-number-1 .instanda-well #question239778,
  .page-prequotequestions.page-number-2 .instanda-well #question239778,
  div[id*="PCLicense_YNP"] #question239782,
  div[id*="SLLicense_YNP"] #question239782,
  div[id*="LHLicense_YNP"] #question239782,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239782,
  div[id*=collapse_AgentInfo] #question239782,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239782,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239782,
  .page-prequotequestions.page-number-1 .instanda-well #question239782,
  .page-prequotequestions.page-number-2 .instanda-well #question239782,
  div[id*="PCLicense_YNP"] #question239786,
  div[id*="SLLicense_YNP"] #question239786,
  div[id*="LHLicense_YNP"] #question239786,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239786,
  div[id*=collapse_AgentInfo] #question239786,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239786,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239786,
  .page-prequotequestions.page-number-1 .instanda-well #question239786,
  .page-prequotequestions.page-number-2 .instanda-well #question239786,
  div[id*="PCLicense_YNP"]/*First Name, Last Name, Email, Phone Number and Status*/ #question239767,
  div[id*="SLLicense_YNP"]/*First Name, Last Name, Email, Phone Number and Status*/ #question239767,
  div[id*="LHLicense_YNP"]/*First Name, Last Name, Email, Phone Number and Status*/ #question239767,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"]/*First Name, Last Name, Email, Phone Number and Status*/ #question239767,
  div[id*=collapse_AgentInfo]/*First Name, Last Name, Email, Phone Number and Status*/ #question239767,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well/*First Name, Last Name, Email, Phone Number and Status*/ #question239767,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well/*First Name, Last Name, Email, Phone Number and Status*/ #question239767,
  .page-prequotequestions.page-number-1 .instanda-well/*First Name, Last Name, Email, Phone Number and Status*/ #question239767,
  .page-prequotequestions.page-number-2 .instanda-well/*First Name, Last Name, Email, Phone Number and Status*/ #question239767,
  div[id*="PCLicense_YNP"] #question239774,
  div[id*="SLLicense_YNP"] #question239774,
  div[id*="LHLicense_YNP"] #question239774,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239774,
  div[id*=collapse_AgentInfo] #question239774,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239774,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239774,
  .page-prequotequestions.page-number-1 .instanda-well #question239774,
  .page-prequotequestions.page-number-2 .instanda-well #question239774,
  div[id*="PCLicense_YNP"] #question239779,
  div[id*="SLLicense_YNP"] #question239779,
  div[id*="LHLicense_YNP"] #question239779,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239779,
  div[id*=collapse_AgentInfo] #question239779,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239779,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239779,
  .page-prequotequestions.page-number-1 .instanda-well #question239779,
  .page-prequotequestions.page-number-2 .instanda-well #question239779,
  div[id*="PCLicense_YNP"] #question239783,
  div[id*="SLLicense_YNP"] #question239783,
  div[id*="LHLicense_YNP"] #question239783,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239783,
  div[id*=collapse_AgentInfo] #question239783,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239783,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239783,
  .page-prequotequestions.page-number-1 .instanda-well #question239783,
  .page-prequotequestions.page-number-2 .instanda-well #question239783,
  div[id*="PCLicense_YNP"] #question239787,
  div[id*="SLLicense_YNP"] #question239787,
  div[id*="LHLicense_YNP"] #question239787,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239787,
  div[id*=collapse_AgentInfo] #question239787,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239787,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239787,
  .page-prequotequestions.page-number-1 .instanda-well #question239787,
  .page-prequotequestions.page-number-2 .instanda-well #question239787,
  div[id*="PCLicense_YNP"]/*First Name, Last Name, Email, Phone Number and Status*/ #question239768,
  div[id*="SLLicense_YNP"]/*First Name, Last Name, Email, Phone Number and Status*/ #question239768,
  div[id*="LHLicense_YNP"]/*First Name, Last Name, Email, Phone Number and Status*/ #question239768,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"]/*First Name, Last Name, Email, Phone Number and Status*/ #question239768,
  div[id*=collapse_AgentInfo]/*First Name, Last Name, Email, Phone Number and Status*/ #question239768,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well/*First Name, Last Name, Email, Phone Number and Status*/ #question239768,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well/*First Name, Last Name, Email, Phone Number and Status*/ #question239768,
  .page-prequotequestions.page-number-1 .instanda-well/*First Name, Last Name, Email, Phone Number and Status*/ #question239768,
  .page-prequotequestions.page-number-2 .instanda-well/*First Name, Last Name, Email, Phone Number and Status*/ #question239768,
  div[id*="PCLicense_YNP"] #question239775,
  div[id*="SLLicense_YNP"] #question239775,
  div[id*="LHLicense_YNP"] #question239775,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239775,
  div[id*=collapse_AgentInfo] #question239775,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239775,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239775,
  .page-prequotequestions.page-number-1 .instanda-well #question239775,
  .page-prequotequestions.page-number-2 .instanda-well #question239775,
  div[id*="PCLicense_YNP"] #question239780,
  div[id*="SLLicense_YNP"] #question239780,
  div[id*="LHLicense_YNP"] #question239780,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239780,
  div[id*=collapse_AgentInfo] #question239780,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239780,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239780,
  .page-prequotequestions.page-number-1 .instanda-well #question239780,
  .page-prequotequestions.page-number-2 .instanda-well #question239780,
  div[id*="PCLicense_YNP"] #question239784,
  div[id*="SLLicense_YNP"] #question239784,
  div[id*="LHLicense_YNP"] #question239784,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239784,
  div[id*=collapse_AgentInfo] #question239784,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239784,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239784,
  .page-prequotequestions.page-number-1 .instanda-well #question239784,
  .page-prequotequestions.page-number-2 .instanda-well #question239784,
  div[id*="PCLicense_YNP"] #question239788,
  div[id*="SLLicense_YNP"] #question239788,
  div[id*="LHLicense_YNP"] #question239788,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239788,
  div[id*=collapse_AgentInfo] #question239788,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239788,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239788,
  .page-prequotequestions.page-number-1 .instanda-well #question239788,
  .page-prequotequestions.page-number-2 .instanda-well #question239788,
  div[id*="PCLicense_YNP"]/*First Name, Last Name, Email, Phone Number and Status*/ #question239769,
  div[id*="SLLicense_YNP"]/*First Name, Last Name, Email, Phone Number and Status*/ #question239769,
  div[id*="LHLicense_YNP"]/*First Name, Last Name, Email, Phone Number and Status*/ #question239769,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"]/*First Name, Last Name, Email, Phone Number and Status*/ #question239769,
  div[id*=collapse_AgentInfo]/*First Name, Last Name, Email, Phone Number and Status*/ #question239769,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well/*First Name, Last Name, Email, Phone Number and Status*/ #question239769,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well/*First Name, Last Name, Email, Phone Number and Status*/ #question239769,
  .page-prequotequestions.page-number-1 .instanda-well/*First Name, Last Name, Email, Phone Number and Status*/ #question239769,
  .page-prequotequestions.page-number-2 .instanda-well/*First Name, Last Name, Email, Phone Number and Status*/ #question239769,
  div[id*="PCLicense_YNP"] #question239776,
  div[id*="SLLicense_YNP"] #question239776,
  div[id*="LHLicense_YNP"] #question239776,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239776,
  div[id*=collapse_AgentInfo] #question239776,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239776,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239776,
  .page-prequotequestions.page-number-1 .instanda-well #question239776,
  .page-prequotequestions.page-number-2 .instanda-well #question239776,
  div[id*="PCLicense_YNP"] #question239781,
  div[id*="SLLicense_YNP"] #question239781,
  div[id*="LHLicense_YNP"] #question239781,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239781,
  div[id*=collapse_AgentInfo] #question239781,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239781,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239781,
  .page-prequotequestions.page-number-1 .instanda-well #question239781,
  .page-prequotequestions.page-number-2 .instanda-well #question239781,
  div[id*="PCLicense_YNP"] #question239785,
  div[id*="SLLicense_YNP"] #question239785,
  div[id*="LHLicense_YNP"] #question239785,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239785,
  div[id*=collapse_AgentInfo] #question239785,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239785,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239785,
  .page-prequotequestions.page-number-1 .instanda-well #question239785,
  .page-prequotequestions.page-number-2 .instanda-well #question239785,
  div[id*="PCLicense_YNP"] #question239789,
  div[id*="SLLicense_YNP"] #question239789,
  div[id*="LHLicense_YNP"] #question239789,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239789,
  div[id*=collapse_AgentInfo] #question239789,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239789,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239789,
  .page-prequotequestions.page-number-1 .instanda-well #question239789,
  .page-prequotequestions.page-number-2 .instanda-well #question239789,
  div[id*="PCLicense_YNP"]/*First Name, Last Name, Email, Phone Number and Status*/ #question239793,
  div[id*="SLLicense_YNP"]/*First Name, Last Name, Email, Phone Number and Status*/ #question239793,
  div[id*="LHLicense_YNP"]/*First Name, Last Name, Email, Phone Number and Status*/ #question239793,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"]/*First Name, Last Name, Email, Phone Number and Status*/ #question239793,
  div[id*=collapse_AgentInfo]/*First Name, Last Name, Email, Phone Number and Status*/ #question239793,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well/*First Name, Last Name, Email, Phone Number and Status*/ #question239793,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well/*First Name, Last Name, Email, Phone Number and Status*/ #question239793,
  .page-prequotequestions.page-number-1 .instanda-well/*First Name, Last Name, Email, Phone Number and Status*/ #question239793,
  .page-prequotequestions.page-number-2 .instanda-well/*First Name, Last Name, Email, Phone Number and Status*/ #question239793,
  div[id*="PCLicense_YNP"] #question239796,
  div[id*="SLLicense_YNP"] #question239796,
  div[id*="LHLicense_YNP"] #question239796,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239796,
  div[id*=collapse_AgentInfo] #question239796,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239796,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239796,
  .page-prequotequestions.page-number-1 .instanda-well #question239796,
  .page-prequotequestions.page-number-2 .instanda-well #question239796,
  div[id*="PCLicense_YNP"] #question239799,
  div[id*="SLLicense_YNP"] #question239799,
  div[id*="LHLicense_YNP"] #question239799,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239799,
  div[id*=collapse_AgentInfo] #question239799,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239799,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239799,
  .page-prequotequestions.page-number-1 .instanda-well #question239799,
  .page-prequotequestions.page-number-2 .instanda-well #question239799,
  div[id*="PCLicense_YNP"] #question239802,
  div[id*="SLLicense_YNP"] #question239802,
  div[id*="LHLicense_YNP"] #question239802,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239802,
  div[id*=collapse_AgentInfo] #question239802,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239802,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239802,
  .page-prequotequestions.page-number-1 .instanda-well #question239802,
  .page-prequotequestions.page-number-2 .instanda-well #question239802,
  div[id*="PCLicense_YNP"] #question239805,
  div[id*="SLLicense_YNP"] #question239805,
  div[id*="LHLicense_YNP"] #question239805,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239805,
  div[id*=collapse_AgentInfo] #question239805,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239805,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239805,
  .page-prequotequestions.page-number-1 .instanda-well #question239805,
  .page-prequotequestions.page-number-2 .instanda-well #question239805,
  div[id*="PCLicense_YNP"]/*First Name, Last Name, Email, Phone Number and Status*/ #question239794,
  div[id*="SLLicense_YNP"]/*First Name, Last Name, Email, Phone Number and Status*/ #question239794,
  div[id*="LHLicense_YNP"]/*First Name, Last Name, Email, Phone Number and Status*/ #question239794,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"]/*First Name, Last Name, Email, Phone Number and Status*/ #question239794,
  div[id*=collapse_AgentInfo]/*First Name, Last Name, Email, Phone Number and Status*/ #question239794,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well/*First Name, Last Name, Email, Phone Number and Status*/ #question239794,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well/*First Name, Last Name, Email, Phone Number and Status*/ #question239794,
  .page-prequotequestions.page-number-1 .instanda-well/*First Name, Last Name, Email, Phone Number and Status*/ #question239794,
  .page-prequotequestions.page-number-2 .instanda-well/*First Name, Last Name, Email, Phone Number and Status*/ #question239794,
  div[id*="PCLicense_YNP"] #question239797,
  div[id*="SLLicense_YNP"] #question239797,
  div[id*="LHLicense_YNP"] #question239797,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239797,
  div[id*=collapse_AgentInfo] #question239797,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239797,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239797,
  .page-prequotequestions.page-number-1 .instanda-well #question239797,
  .page-prequotequestions.page-number-2 .instanda-well #question239797,
  div[id*="PCLicense_YNP"] #question239800,
  div[id*="SLLicense_YNP"] #question239800,
  div[id*="LHLicense_YNP"] #question239800,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239800,
  div[id*=collapse_AgentInfo] #question239800,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239800,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239800,
  .page-prequotequestions.page-number-1 .instanda-well #question239800,
  .page-prequotequestions.page-number-2 .instanda-well #question239800,
  div[id*="PCLicense_YNP"] #question239803,
  div[id*="SLLicense_YNP"] #question239803,
  div[id*="LHLicense_YNP"] #question239803,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239803,
  div[id*=collapse_AgentInfo] #question239803,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239803,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239803,
  .page-prequotequestions.page-number-1 .instanda-well #question239803,
  .page-prequotequestions.page-number-2 .instanda-well #question239803,
  div[id*="PCLicense_YNP"] #question239806,
  div[id*="SLLicense_YNP"] #question239806,
  div[id*="LHLicense_YNP"] #question239806,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239806,
  div[id*=collapse_AgentInfo] #question239806,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239806,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239806,
  .page-prequotequestions.page-number-1 .instanda-well #question239806,
  .page-prequotequestions.page-number-2 .instanda-well #question239806,
  div[id*="PCLicense_YNP"]/*First Name, Last Name, Email, Phone Number and Status*/ #question239795,
  div[id*="SLLicense_YNP"]/*First Name, Last Name, Email, Phone Number and Status*/ #question239795,
  div[id*="LHLicense_YNP"]/*First Name, Last Name, Email, Phone Number and Status*/ #question239795,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"]/*First Name, Last Name, Email, Phone Number and Status*/ #question239795,
  div[id*=collapse_AgentInfo]/*First Name, Last Name, Email, Phone Number and Status*/ #question239795,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well/*First Name, Last Name, Email, Phone Number and Status*/ #question239795,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well/*First Name, Last Name, Email, Phone Number and Status*/ #question239795,
  .page-prequotequestions.page-number-1 .instanda-well/*First Name, Last Name, Email, Phone Number and Status*/ #question239795,
  .page-prequotequestions.page-number-2 .instanda-well/*First Name, Last Name, Email, Phone Number and Status*/ #question239795,
  div[id*="PCLicense_YNP"] #question239798,
  div[id*="SLLicense_YNP"] #question239798,
  div[id*="LHLicense_YNP"] #question239798,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239798,
  div[id*=collapse_AgentInfo] #question239798,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239798,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239798,
  .page-prequotequestions.page-number-1 .instanda-well #question239798,
  .page-prequotequestions.page-number-2 .instanda-well #question239798,
  div[id*="PCLicense_YNP"] #question239801,
  div[id*="SLLicense_YNP"] #question239801,
  div[id*="LHLicense_YNP"] #question239801,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239801,
  div[id*=collapse_AgentInfo] #question239801,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239801,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239801,
  .page-prequotequestions.page-number-1 .instanda-well #question239801,
  .page-prequotequestions.page-number-2 .instanda-well #question239801,
  div[id*="PCLicense_YNP"] #question239804,
  div[id*="SLLicense_YNP"] #question239804,
  div[id*="LHLicense_YNP"] #question239804,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239804,
  div[id*=collapse_AgentInfo] #question239804,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239804,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239804,
  .page-prequotequestions.page-number-1 .instanda-well #question239804,
  .page-prequotequestions.page-number-2 .instanda-well #question239804,
  div[id*="PCLicense_YNP"] #question239807/*First Name, Last Name, Email, Phone Number and Status*/,
  div[id*="SLLicense_YNP"] #question239807/*First Name, Last Name, Email, Phone Number and Status*/,
  div[id*="LHLicense_YNP"] #question239807/*First Name, Last Name, Email, Phone Number and Status*/,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239807/*First Name, Last Name, Email, Phone Number and Status*/,
  div[id*=collapse_AgentInfo] #question239807/*First Name, Last Name, Email, Phone Number and Status*/,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239807/*First Name, Last Name, Email, Phone Number and Status*/,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239807/*First Name, Last Name, Email, Phone Number and Status*/,
  .page-prequotequestions.page-number-1 .instanda-well #question239807/*First Name, Last Name, Email, Phone Number and Status*/,
  .page-prequotequestions.page-number-2 .instanda-well #question239807/*First Name, Last Name, Email, Phone Number and Status*/ {
    flex-basis: 20%;
  }
  /* :L2192 */
  div[id*="PCLicense_YNP"] #question238351,
  div[id*="SLLicense_YNP"] #question238351,
  div[id*="LHLicense_YNP"] #question238351,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question238351,
  div[id*=collapse_AgentInfo] #question238351,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question238351,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question238351,
  .page-prequotequestions.page-number-1 .instanda-well #question238351,
  .page-prequotequestions.page-number-2 .instanda-well #question238351,
  div[id*="PCLicense_YNP"]/*FEIN*/ #question238364,
  div[id*="SLLicense_YNP"]/*FEIN*/ #question238364,
  div[id*="LHLicense_YNP"]/*FEIN*/ #question238364,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"]/*FEIN*/ #question238364,
  div[id*=collapse_AgentInfo]/*FEIN*/ #question238364,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well/*FEIN*/ #question238364,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well/*FEIN*/ #question238364,
  .page-prequotequestions.page-number-1 .instanda-well/*FEIN*/ #question238364,
  .page-prequotequestions.page-number-2 .instanda-well/*FEIN*/ #question238364,
  div[id*="PCLicense_YNP"]/*Main Fax Number*/ #question238366,
  div[id*="SLLicense_YNP"]/*Main Fax Number*/ #question238366,
  div[id*="LHLicense_YNP"]/*Main Fax Number*/ #question238366,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"]/*Main Fax Number*/ #question238366,
  div[id*=collapse_AgentInfo]/*Main Fax Number*/ #question238366,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well/*Main Fax Number*/ #question238366,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well/*Main Fax Number*/ #question238366,
  .page-prequotequestions.page-number-1 .instanda-well/*Main Fax Number*/ #question238366,
  .page-prequotequestions.page-number-2 .instanda-well/*Main Fax Number*/ #question238366,
  div[id*="PCLicense_YNP"] #question238368,
  div[id*="SLLicense_YNP"] #question238368,
  div[id*="LHLicense_YNP"] #question238368,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question238368,
  div[id*=collapse_AgentInfo] #question238368,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question238368,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question238368,
  .page-prequotequestions.page-number-1 .instanda-well #question238368,
  .page-prequotequestions.page-number-2 .instanda-well #question238368,
  div[id*="PCLicense_YNP"] #question238370,
  div[id*="SLLicense_YNP"] #question238370,
  div[id*="LHLicense_YNP"] #question238370,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question238370,
  div[id*=collapse_AgentInfo] #question238370,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question238370,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question238370,
  .page-prequotequestions.page-number-1 .instanda-well #question238370,
  .page-prequotequestions.page-number-2 .instanda-well #question238370,
  div[id*="PCLicense_YNP"] #question238372,
  div[id*="SLLicense_YNP"] #question238372,
  div[id*="LHLicense_YNP"] #question238372,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question238372,
  div[id*=collapse_AgentInfo] #question238372,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question238372,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question238372,
  .page-prequotequestions.page-number-1 .instanda-well #question238372,
  .page-prequotequestions.page-number-2 .instanda-well #question238372,
  div[id*="PCLicense_YNP"] #question343727,
  div[id*="SLLicense_YNP"] #question343727,
  div[id*="LHLicense_YNP"] #question343727,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question343727,
  div[id*=collapse_AgentInfo] #question343727,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question343727,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question343727,
  .page-prequotequestions.page-number-1 .instanda-well #question343727,
  .page-prequotequestions.page-number-2 .instanda-well #question343727,
  div[id*="PCLicense_YNP"]/*Email questions*//*qq pg2 qns*/ #question238375,
  div[id*="SLLicense_YNP"]/*Email questions*//*qq pg2 qns*/ #question238375,
  div[id*="LHLicense_YNP"]/*Email questions*//*qq pg2 qns*/ #question238375,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"]/*Email questions*//*qq pg2 qns*/ #question238375,
  div[id*=collapse_AgentInfo]/*Email questions*//*qq pg2 qns*/ #question238375,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well/*Email questions*//*qq pg2 qns*/ #question238375,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well/*Email questions*//*qq pg2 qns*/ #question238375,
  .page-prequotequestions.page-number-1 .instanda-well/*Email questions*//*qq pg2 qns*/ #question238375,
  .page-prequotequestions.page-number-2 .instanda-well/*Email questions*//*qq pg2 qns*/ #question238375,
  div[id*="PCLicense_YNP"]/*Annual Premium (Approximate)*/ #question238376,
  div[id*="SLLicense_YNP"]/*Annual Premium (Approximate)*/ #question238376,
  div[id*="LHLicense_YNP"]/*Annual Premium (Approximate)*/ #question238376,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"]/*Annual Premium (Approximate)*/ #question238376,
  div[id*=collapse_AgentInfo]/*Annual Premium (Approximate)*/ #question238376,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well/*Annual Premium (Approximate)*/ #question238376,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well/*Annual Premium (Approximate)*/ #question238376,
  .page-prequotequestions.page-number-1 .instanda-well/*Annual Premium (Approximate)*/ #question238376,
  .page-prequotequestions.page-number-2 .instanda-well/*Annual Premium (Approximate)*/ #question238376,
  div[id*="PCLicense_YNP"]/*Anticipated Volume with Brokkrr*//*prequote pg 1 qns*/ #question241395,
  div[id*="SLLicense_YNP"]/*Anticipated Volume with Brokkrr*//*prequote pg 1 qns*/ #question241395,
  div[id*="LHLicense_YNP"]/*Anticipated Volume with Brokkrr*//*prequote pg 1 qns*/ #question241395,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"]/*Anticipated Volume with Brokkrr*//*prequote pg 1 qns*/ #question241395,
  div[id*=collapse_AgentInfo]/*Anticipated Volume with Brokkrr*//*prequote pg 1 qns*/ #question241395,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well/*Anticipated Volume with Brokkrr*//*prequote pg 1 qns*/ #question241395,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well/*Anticipated Volume with Brokkrr*//*prequote pg 1 qns*/ #question241395,
  .page-prequotequestions.page-number-1 .instanda-well/*Anticipated Volume with Brokkrr*//*prequote pg 1 qns*/ #question241395,
  .page-prequotequestions.page-number-2 .instanda-well/*Anticipated Volume with Brokkrr*//*prequote pg 1 qns*/ #question241395,
  div[id*="PCLicense_YNP"] #question241396,
  div[id*="SLLicense_YNP"] #question241396,
  div[id*="LHLicense_YNP"] #question241396,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question241396,
  div[id*=collapse_AgentInfo] #question241396,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question241396,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question241396,
  .page-prequotequestions.page-number-1 .instanda-well #question241396,
  .page-prequotequestions.page-number-2 .instanda-well #question241396,
  div[id*="PCLicense_YNP"] #question241397,
  div[id*="SLLicense_YNP"] #question241397,
  div[id*="LHLicense_YNP"] #question241397,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question241397,
  div[id*=collapse_AgentInfo] #question241397,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question241397,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question241397,
  .page-prequotequestions.page-number-1 .instanda-well #question241397,
  .page-prequotequestions.page-number-2 .instanda-well #question241397,
  div[id*="PCLicense_YNP"]/*States - PC Effective Date Expiration Date and Status*/ #question241399,
  div[id*="SLLicense_YNP"]/*States - PC Effective Date Expiration Date and Status*/ #question241399,
  div[id*="LHLicense_YNP"]/*States - PC Effective Date Expiration Date and Status*/ #question241399,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"]/*States - PC Effective Date Expiration Date and Status*/ #question241399,
  div[id*=collapse_AgentInfo]/*States - PC Effective Date Expiration Date and Status*/ #question241399,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well/*States - PC Effective Date Expiration Date and Status*/ #question241399,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well/*States - PC Effective Date Expiration Date and Status*/ #question241399,
  .page-prequotequestions.page-number-1 .instanda-well/*States - PC Effective Date Expiration Date and Status*/ #question241399,
  .page-prequotequestions.page-number-2 .instanda-well/*States - PC Effective Date Expiration Date and Status*/ #question241399,
  div[id*="PCLicense_YNP"] #question241400,
  div[id*="SLLicense_YNP"] #question241400,
  div[id*="LHLicense_YNP"] #question241400,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question241400,
  div[id*=collapse_AgentInfo] #question241400,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question241400,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question241400,
  .page-prequotequestions.page-number-1 .instanda-well #question241400,
  .page-prequotequestions.page-number-2 .instanda-well #question241400,
  div[id*="PCLicense_YNP"] #question241401,
  div[id*="SLLicense_YNP"] #question241401,
  div[id*="LHLicense_YNP"] #question241401,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question241401,
  div[id*=collapse_AgentInfo] #question241401,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question241401,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question241401,
  .page-prequotequestions.page-number-1 .instanda-well #question241401,
  .page-prequotequestions.page-number-2 .instanda-well #question241401,
  div[id*="PCLicense_YNP"]/*States - SL Effective Date Expiration Date and Status*/ #question241403,
  div[id*="SLLicense_YNP"]/*States - SL Effective Date Expiration Date and Status*/ #question241403,
  div[id*="LHLicense_YNP"]/*States - SL Effective Date Expiration Date and Status*/ #question241403,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"]/*States - SL Effective Date Expiration Date and Status*/ #question241403,
  div[id*=collapse_AgentInfo]/*States - SL Effective Date Expiration Date and Status*/ #question241403,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well/*States - SL Effective Date Expiration Date and Status*/ #question241403,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well/*States - SL Effective Date Expiration Date and Status*/ #question241403,
  .page-prequotequestions.page-number-1 .instanda-well/*States - SL Effective Date Expiration Date and Status*/ #question241403,
  .page-prequotequestions.page-number-2 .instanda-well/*States - SL Effective Date Expiration Date and Status*/ #question241403,
  div[id*="PCLicense_YNP"] #question241404,
  div[id*="SLLicense_YNP"] #question241404,
  div[id*="LHLicense_YNP"] #question241404,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question241404,
  div[id*=collapse_AgentInfo] #question241404,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question241404,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question241404,
  .page-prequotequestions.page-number-1 .instanda-well #question241404,
  .page-prequotequestions.page-number-2 .instanda-well #question241404,
  div[id*="PCLicense_YNP"] #question241405,
  div[id*="SLLicense_YNP"] #question241405,
  div[id*="LHLicense_YNP"] #question241405,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question241405,
  div[id*=collapse_AgentInfo] #question241405,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question241405,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question241405,
  .page-prequotequestions.page-number-1 .instanda-well #question241405,
  .page-prequotequestions.page-number-2 .instanda-well #question241405,
  div[id*="PCLicense_YNP"]/*States - LH Effective Date Expiration Date and Status*/ #question241377,
  div[id*="SLLicense_YNP"]/*States - LH Effective Date Expiration Date and Status*/ #question241377,
  div[id*="LHLicense_YNP"]/*States - LH Effective Date Expiration Date and Status*/ #question241377,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"]/*States - LH Effective Date Expiration Date and Status*/ #question241377,
  div[id*=collapse_AgentInfo]/*States - LH Effective Date Expiration Date and Status*/ #question241377,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well/*States - LH Effective Date Expiration Date and Status*/ #question241377,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well/*States - LH Effective Date Expiration Date and Status*/ #question241377,
  .page-prequotequestions.page-number-1 .instanda-well/*States - LH Effective Date Expiration Date and Status*/ #question241377,
  .page-prequotequestions.page-number-2 .instanda-well/*States - LH Effective Date Expiration Date and Status*/ #question241377,
  div[id*="PCLicense_YNP"] #question241378,
  div[id*="SLLicense_YNP"] #question241378,
  div[id*="LHLicense_YNP"] #question241378,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question241378,
  div[id*=collapse_AgentInfo] #question241378,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question241378,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question241378,
  .page-prequotequestions.page-number-1 .instanda-well #question241378,
  .page-prequotequestions.page-number-2 .instanda-well #question241378,
  div[id*="PCLicense_YNP"] #question241379,
  div[id*="SLLicense_YNP"] #question241379,
  div[id*="LHLicense_YNP"] #question241379,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question241379,
  div[id*=collapse_AgentInfo] #question241379,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question241379,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question241379,
  .page-prequotequestions.page-number-1 .instanda-well #question241379,
  .page-prequotequestions.page-number-2 .instanda-well #question241379,
  div[id*="PCLicense_YNP"]/*Districts - PC Effective Date Expiration Date and Status*/ #question241381,
  div[id*="SLLicense_YNP"]/*Districts - PC Effective Date Expiration Date and Status*/ #question241381,
  div[id*="LHLicense_YNP"]/*Districts - PC Effective Date Expiration Date and Status*/ #question241381,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"]/*Districts - PC Effective Date Expiration Date and Status*/ #question241381,
  div[id*=collapse_AgentInfo]/*Districts - PC Effective Date Expiration Date and Status*/ #question241381,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well/*Districts - PC Effective Date Expiration Date and Status*/ #question241381,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well/*Districts - PC Effective Date Expiration Date and Status*/ #question241381,
  .page-prequotequestions.page-number-1 .instanda-well/*Districts - PC Effective Date Expiration Date and Status*/ #question241381,
  .page-prequotequestions.page-number-2 .instanda-well/*Districts - PC Effective Date Expiration Date and Status*/ #question241381,
  div[id*="PCLicense_YNP"] #question241382,
  div[id*="SLLicense_YNP"] #question241382,
  div[id*="LHLicense_YNP"] #question241382,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question241382,
  div[id*=collapse_AgentInfo] #question241382,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question241382,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question241382,
  .page-prequotequestions.page-number-1 .instanda-well #question241382,
  .page-prequotequestions.page-number-2 .instanda-well #question241382,
  div[id*="PCLicense_YNP"] #question241383,
  div[id*="SLLicense_YNP"] #question241383,
  div[id*="LHLicense_YNP"] #question241383,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question241383,
  div[id*=collapse_AgentInfo] #question241383,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question241383,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question241383,
  .page-prequotequestions.page-number-1 .instanda-well #question241383,
  .page-prequotequestions.page-number-2 .instanda-well #question241383,
  div[id*="PCLicense_YNP"]/*Districts - SL Effective Date Expiration Date and Status*/ #question241385,
  div[id*="SLLicense_YNP"]/*Districts - SL Effective Date Expiration Date and Status*/ #question241385,
  div[id*="LHLicense_YNP"]/*Districts - SL Effective Date Expiration Date and Status*/ #question241385,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"]/*Districts - SL Effective Date Expiration Date and Status*/ #question241385,
  div[id*=collapse_AgentInfo]/*Districts - SL Effective Date Expiration Date and Status*/ #question241385,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well/*Districts - SL Effective Date Expiration Date and Status*/ #question241385,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well/*Districts - SL Effective Date Expiration Date and Status*/ #question241385,
  .page-prequotequestions.page-number-1 .instanda-well/*Districts - SL Effective Date Expiration Date and Status*/ #question241385,
  .page-prequotequestions.page-number-2 .instanda-well/*Districts - SL Effective Date Expiration Date and Status*/ #question241385,
  div[id*="PCLicense_YNP"] #question241386,
  div[id*="SLLicense_YNP"] #question241386,
  div[id*="LHLicense_YNP"] #question241386,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question241386,
  div[id*=collapse_AgentInfo] #question241386,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question241386,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question241386,
  .page-prequotequestions.page-number-1 .instanda-well #question241386,
  .page-prequotequestions.page-number-2 .instanda-well #question241386,
  div[id*="PCLicense_YNP"] #question241387,
  div[id*="SLLicense_YNP"] #question241387,
  div[id*="LHLicense_YNP"] #question241387,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question241387,
  div[id*=collapse_AgentInfo] #question241387,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question241387,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question241387,
  .page-prequotequestions.page-number-1 .instanda-well #question241387,
  .page-prequotequestions.page-number-2 .instanda-well #question241387,
  div[id*="PCLicense_YNP"]/*Districts - LH Effective Date Expiration Date and Status*//*pre quote pg 14 qns*/ #question239325,
  div[id*="SLLicense_YNP"]/*Districts - LH Effective Date Expiration Date and Status*//*pre quote pg 14 qns*/ #question239325,
  div[id*="LHLicense_YNP"]/*Districts - LH Effective Date Expiration Date and Status*//*pre quote pg 14 qns*/ #question239325,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"]/*Districts - LH Effective Date Expiration Date and Status*//*pre quote pg 14 qns*/ #question239325,
  div[id*=collapse_AgentInfo]/*Districts - LH Effective Date Expiration Date and Status*//*pre quote pg 14 qns*/ #question239325,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well/*Districts - LH Effective Date Expiration Date and Status*//*pre quote pg 14 qns*/ #question239325,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well/*Districts - LH Effective Date Expiration Date and Status*//*pre quote pg 14 qns*/ #question239325,
  .page-prequotequestions.page-number-1 .instanda-well/*Districts - LH Effective Date Expiration Date and Status*//*pre quote pg 14 qns*/ #question239325,
  .page-prequotequestions.page-number-2 .instanda-well/*Districts - LH Effective Date Expiration Date and Status*//*pre quote pg 14 qns*/ #question239325,
  div[id*="PCLicense_YNP"] #question239327,
  div[id*="SLLicense_YNP"] #question239327,
  div[id*="LHLicense_YNP"] #question239327,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239327,
  div[id*=collapse_AgentInfo] #question239327,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239327,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239327,
  .page-prequotequestions.page-number-1 .instanda-well #question239327,
  .page-prequotequestions.page-number-2 .instanda-well #question239327,
  div[id*="PCLicense_YNP"] #question239328,
  div[id*="SLLicense_YNP"] #question239328,
  div[id*="LHLicense_YNP"] #question239328,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239328,
  div[id*=collapse_AgentInfo] #question239328,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239328,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239328,
  .page-prequotequestions.page-number-1 .instanda-well #question239328,
  .page-prequotequestions.page-number-2 .instanda-well #question239328,
  div[id*="PCLicense_YNP"] #question239390,
  div[id*="SLLicense_YNP"] #question239390,
  div[id*="LHLicense_YNP"] #question239390,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239390,
  div[id*=collapse_AgentInfo] #question239390,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239390,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239390,
  .page-prequotequestions.page-number-1 .instanda-well #question239390,
  .page-prequotequestions.page-number-2 .instanda-well #question239390,
  div[id*="PCLicense_YNP"]/*Last Name, Email, Phone Number and Status*/ #question239394,
  div[id*="SLLicense_YNP"]/*Last Name, Email, Phone Number and Status*/ #question239394,
  div[id*="LHLicense_YNP"]/*Last Name, Email, Phone Number and Status*/ #question239394,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"]/*Last Name, Email, Phone Number and Status*/ #question239394,
  div[id*=collapse_AgentInfo]/*Last Name, Email, Phone Number and Status*/ #question239394,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well/*Last Name, Email, Phone Number and Status*/ #question239394,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well/*Last Name, Email, Phone Number and Status*/ #question239394,
  .page-prequotequestions.page-number-1 .instanda-well/*Last Name, Email, Phone Number and Status*/ #question239394,
  .page-prequotequestions.page-number-2 .instanda-well/*Last Name, Email, Phone Number and Status*/ #question239394,
  div[id*="PCLicense_YNP"] #question239395,
  div[id*="SLLicense_YNP"] #question239395,
  div[id*="LHLicense_YNP"] #question239395,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239395,
  div[id*=collapse_AgentInfo] #question239395,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239395,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239395,
  .page-prequotequestions.page-number-1 .instanda-well #question239395,
  .page-prequotequestions.page-number-2 .instanda-well #question239395,
  div[id*="PCLicense_YNP"] #question239396,
  div[id*="SLLicense_YNP"] #question239396,
  div[id*="LHLicense_YNP"] #question239396,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239396,
  div[id*=collapse_AgentInfo] #question239396,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239396,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239396,
  .page-prequotequestions.page-number-1 .instanda-well #question239396,
  .page-prequotequestions.page-number-2 .instanda-well #question239396,
  div[id*="PCLicense_YNP"] #question239397,
  div[id*="SLLicense_YNP"] #question239397,
  div[id*="LHLicense_YNP"] #question239397,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239397,
  div[id*=collapse_AgentInfo] #question239397,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239397,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239397,
  .page-prequotequestions.page-number-1 .instanda-well #question239397,
  .page-prequotequestions.page-number-2 .instanda-well #question239397,
  div[id*="PCLicense_YNP"]/*Last Name, Email, Phone Number and Status*/ #question239755,
  div[id*="SLLicense_YNP"]/*Last Name, Email, Phone Number and Status*/ #question239755,
  div[id*="LHLicense_YNP"]/*Last Name, Email, Phone Number and Status*/ #question239755,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"]/*Last Name, Email, Phone Number and Status*/ #question239755,
  div[id*=collapse_AgentInfo]/*Last Name, Email, Phone Number and Status*/ #question239755,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well/*Last Name, Email, Phone Number and Status*/ #question239755,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well/*Last Name, Email, Phone Number and Status*/ #question239755,
  .page-prequotequestions.page-number-1 .instanda-well/*Last Name, Email, Phone Number and Status*/ #question239755,
  .page-prequotequestions.page-number-2 .instanda-well/*Last Name, Email, Phone Number and Status*/ #question239755,
  div[id*="PCLicense_YNP"] #question239756,
  div[id*="SLLicense_YNP"] #question239756,
  div[id*="LHLicense_YNP"] #question239756,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239756,
  div[id*=collapse_AgentInfo] #question239756,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239756,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239756,
  .page-prequotequestions.page-number-1 .instanda-well #question239756,
  .page-prequotequestions.page-number-2 .instanda-well #question239756,
  div[id*="PCLicense_YNP"] #question239757,
  div[id*="SLLicense_YNP"] #question239757,
  div[id*="LHLicense_YNP"] #question239757,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239757,
  div[id*=collapse_AgentInfo] #question239757,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239757,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239757,
  .page-prequotequestions.page-number-1 .instanda-well #question239757,
  .page-prequotequestions.page-number-2 .instanda-well #question239757,
  div[id*="PCLicense_YNP"] #question239758,
  div[id*="SLLicense_YNP"] #question239758,
  div[id*="LHLicense_YNP"] #question239758,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239758,
  div[id*=collapse_AgentInfo] #question239758,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239758,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239758,
  .page-prequotequestions.page-number-1 .instanda-well #question239758,
  .page-prequotequestions.page-number-2 .instanda-well #question239758,
  div[id*="PCLicense_YNP"]/*Last Name, Email, Phone Number and Status*/ #question239773,
  div[id*="SLLicense_YNP"]/*Last Name, Email, Phone Number and Status*/ #question239773,
  div[id*="LHLicense_YNP"]/*Last Name, Email, Phone Number and Status*/ #question239773,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"]/*Last Name, Email, Phone Number and Status*/ #question239773,
  div[id*=collapse_AgentInfo]/*Last Name, Email, Phone Number and Status*/ #question239773,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well/*Last Name, Email, Phone Number and Status*/ #question239773,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well/*Last Name, Email, Phone Number and Status*/ #question239773,
  .page-prequotequestions.page-number-1 .instanda-well/*Last Name, Email, Phone Number and Status*/ #question239773,
  .page-prequotequestions.page-number-2 .instanda-well/*Last Name, Email, Phone Number and Status*/ #question239773,
  div[id*="PCLicense_YNP"] #question239778,
  div[id*="SLLicense_YNP"] #question239778,
  div[id*="LHLicense_YNP"] #question239778,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239778,
  div[id*=collapse_AgentInfo] #question239778,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239778,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239778,
  .page-prequotequestions.page-number-1 .instanda-well #question239778,
  .page-prequotequestions.page-number-2 .instanda-well #question239778,
  div[id*="PCLicense_YNP"] #question239782,
  div[id*="SLLicense_YNP"] #question239782,
  div[id*="LHLicense_YNP"] #question239782,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239782,
  div[id*=collapse_AgentInfo] #question239782,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239782,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239782,
  .page-prequotequestions.page-number-1 .instanda-well #question239782,
  .page-prequotequestions.page-number-2 .instanda-well #question239782,
  div[id*="PCLicense_YNP"] #question239786,
  div[id*="SLLicense_YNP"] #question239786,
  div[id*="LHLicense_YNP"] #question239786,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239786,
  div[id*=collapse_AgentInfo] #question239786,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239786,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239786,
  .page-prequotequestions.page-number-1 .instanda-well #question239786,
  .page-prequotequestions.page-number-2 .instanda-well #question239786,
  div[id*="PCLicense_YNP"]/*Last Name, Email, Phone Number and Status*/ #question239774,
  div[id*="SLLicense_YNP"]/*Last Name, Email, Phone Number and Status*/ #question239774,
  div[id*="LHLicense_YNP"]/*Last Name, Email, Phone Number and Status*/ #question239774,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"]/*Last Name, Email, Phone Number and Status*/ #question239774,
  div[id*=collapse_AgentInfo]/*Last Name, Email, Phone Number and Status*/ #question239774,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well/*Last Name, Email, Phone Number and Status*/ #question239774,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well/*Last Name, Email, Phone Number and Status*/ #question239774,
  .page-prequotequestions.page-number-1 .instanda-well/*Last Name, Email, Phone Number and Status*/ #question239774,
  .page-prequotequestions.page-number-2 .instanda-well/*Last Name, Email, Phone Number and Status*/ #question239774,
  div[id*="PCLicense_YNP"] #question239779,
  div[id*="SLLicense_YNP"] #question239779,
  div[id*="LHLicense_YNP"] #question239779,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239779,
  div[id*=collapse_AgentInfo] #question239779,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239779,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239779,
  .page-prequotequestions.page-number-1 .instanda-well #question239779,
  .page-prequotequestions.page-number-2 .instanda-well #question239779,
  div[id*="PCLicense_YNP"] #question239783,
  div[id*="SLLicense_YNP"] #question239783,
  div[id*="LHLicense_YNP"] #question239783,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239783,
  div[id*=collapse_AgentInfo] #question239783,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239783,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239783,
  .page-prequotequestions.page-number-1 .instanda-well #question239783,
  .page-prequotequestions.page-number-2 .instanda-well #question239783,
  div[id*="PCLicense_YNP"] #question239787,
  div[id*="SLLicense_YNP"] #question239787,
  div[id*="LHLicense_YNP"] #question239787,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239787,
  div[id*=collapse_AgentInfo] #question239787,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239787,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239787,
  .page-prequotequestions.page-number-1 .instanda-well #question239787,
  .page-prequotequestions.page-number-2 .instanda-well #question239787,
  div[id*="PCLicense_YNP"]/*Last Name, Email, Phone Number and Status*/ #question239775,
  div[id*="SLLicense_YNP"]/*Last Name, Email, Phone Number and Status*/ #question239775,
  div[id*="LHLicense_YNP"]/*Last Name, Email, Phone Number and Status*/ #question239775,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"]/*Last Name, Email, Phone Number and Status*/ #question239775,
  div[id*=collapse_AgentInfo]/*Last Name, Email, Phone Number and Status*/ #question239775,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well/*Last Name, Email, Phone Number and Status*/ #question239775,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well/*Last Name, Email, Phone Number and Status*/ #question239775,
  .page-prequotequestions.page-number-1 .instanda-well/*Last Name, Email, Phone Number and Status*/ #question239775,
  .page-prequotequestions.page-number-2 .instanda-well/*Last Name, Email, Phone Number and Status*/ #question239775,
  div[id*="PCLicense_YNP"] #question239780,
  div[id*="SLLicense_YNP"] #question239780,
  div[id*="LHLicense_YNP"] #question239780,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239780,
  div[id*=collapse_AgentInfo] #question239780,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239780,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239780,
  .page-prequotequestions.page-number-1 .instanda-well #question239780,
  .page-prequotequestions.page-number-2 .instanda-well #question239780,
  div[id*="PCLicense_YNP"] #question239784,
  div[id*="SLLicense_YNP"] #question239784,
  div[id*="LHLicense_YNP"] #question239784,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239784,
  div[id*=collapse_AgentInfo] #question239784,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239784,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239784,
  .page-prequotequestions.page-number-1 .instanda-well #question239784,
  .page-prequotequestions.page-number-2 .instanda-well #question239784,
  div[id*="PCLicense_YNP"] #question239788,
  div[id*="SLLicense_YNP"] #question239788,
  div[id*="LHLicense_YNP"] #question239788,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239788,
  div[id*=collapse_AgentInfo] #question239788,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239788,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239788,
  .page-prequotequestions.page-number-1 .instanda-well #question239788,
  .page-prequotequestions.page-number-2 .instanda-well #question239788,
  div[id*="PCLicense_YNP"]/*Last Name, Email, Phone Number and Status*/ #question239776,
  div[id*="SLLicense_YNP"]/*Last Name, Email, Phone Number and Status*/ #question239776,
  div[id*="LHLicense_YNP"]/*Last Name, Email, Phone Number and Status*/ #question239776,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"]/*Last Name, Email, Phone Number and Status*/ #question239776,
  div[id*=collapse_AgentInfo]/*Last Name, Email, Phone Number and Status*/ #question239776,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well/*Last Name, Email, Phone Number and Status*/ #question239776,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well/*Last Name, Email, Phone Number and Status*/ #question239776,
  .page-prequotequestions.page-number-1 .instanda-well/*Last Name, Email, Phone Number and Status*/ #question239776,
  .page-prequotequestions.page-number-2 .instanda-well/*Last Name, Email, Phone Number and Status*/ #question239776,
  div[id*="PCLicense_YNP"] #question239781,
  div[id*="SLLicense_YNP"] #question239781,
  div[id*="LHLicense_YNP"] #question239781,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239781,
  div[id*=collapse_AgentInfo] #question239781,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239781,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239781,
  .page-prequotequestions.page-number-1 .instanda-well #question239781,
  .page-prequotequestions.page-number-2 .instanda-well #question239781,
  div[id*="PCLicense_YNP"] #question239785,
  div[id*="SLLicense_YNP"] #question239785,
  div[id*="LHLicense_YNP"] #question239785,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239785,
  div[id*=collapse_AgentInfo] #question239785,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239785,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239785,
  .page-prequotequestions.page-number-1 .instanda-well #question239785,
  .page-prequotequestions.page-number-2 .instanda-well #question239785,
  div[id*="PCLicense_YNP"] #question239789,
  div[id*="SLLicense_YNP"] #question239789,
  div[id*="LHLicense_YNP"] #question239789,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239789,
  div[id*=collapse_AgentInfo] #question239789,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239789,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239789,
  .page-prequotequestions.page-number-1 .instanda-well #question239789,
  .page-prequotequestions.page-number-2 .instanda-well #question239789,
  div[id*="PCLicense_YNP"]/*Last Name, Email, Phone Number and Status*/ #question239796,
  div[id*="SLLicense_YNP"]/*Last Name, Email, Phone Number and Status*/ #question239796,
  div[id*="LHLicense_YNP"]/*Last Name, Email, Phone Number and Status*/ #question239796,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"]/*Last Name, Email, Phone Number and Status*/ #question239796,
  div[id*=collapse_AgentInfo]/*Last Name, Email, Phone Number and Status*/ #question239796,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well/*Last Name, Email, Phone Number and Status*/ #question239796,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well/*Last Name, Email, Phone Number and Status*/ #question239796,
  .page-prequotequestions.page-number-1 .instanda-well/*Last Name, Email, Phone Number and Status*/ #question239796,
  .page-prequotequestions.page-number-2 .instanda-well/*Last Name, Email, Phone Number and Status*/ #question239796,
  div[id*="PCLicense_YNP"] #question239799,
  div[id*="SLLicense_YNP"] #question239799,
  div[id*="LHLicense_YNP"] #question239799,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239799,
  div[id*=collapse_AgentInfo] #question239799,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239799,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239799,
  .page-prequotequestions.page-number-1 .instanda-well #question239799,
  .page-prequotequestions.page-number-2 .instanda-well #question239799,
  div[id*="PCLicense_YNP"] #question239802,
  div[id*="SLLicense_YNP"] #question239802,
  div[id*="LHLicense_YNP"] #question239802,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239802,
  div[id*=collapse_AgentInfo] #question239802,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239802,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239802,
  .page-prequotequestions.page-number-1 .instanda-well #question239802,
  .page-prequotequestions.page-number-2 .instanda-well #question239802,
  div[id*="PCLicense_YNP"] #question239805,
  div[id*="SLLicense_YNP"] #question239805,
  div[id*="LHLicense_YNP"] #question239805,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239805,
  div[id*=collapse_AgentInfo] #question239805,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239805,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239805,
  .page-prequotequestions.page-number-1 .instanda-well #question239805,
  .page-prequotequestions.page-number-2 .instanda-well #question239805,
  div[id*="PCLicense_YNP"]/*Last Name, Email, Phone Number and Status*/ #question239797,
  div[id*="SLLicense_YNP"]/*Last Name, Email, Phone Number and Status*/ #question239797,
  div[id*="LHLicense_YNP"]/*Last Name, Email, Phone Number and Status*/ #question239797,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"]/*Last Name, Email, Phone Number and Status*/ #question239797,
  div[id*=collapse_AgentInfo]/*Last Name, Email, Phone Number and Status*/ #question239797,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well/*Last Name, Email, Phone Number and Status*/ #question239797,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well/*Last Name, Email, Phone Number and Status*/ #question239797,
  .page-prequotequestions.page-number-1 .instanda-well/*Last Name, Email, Phone Number and Status*/ #question239797,
  .page-prequotequestions.page-number-2 .instanda-well/*Last Name, Email, Phone Number and Status*/ #question239797,
  div[id*="PCLicense_YNP"] #question239800,
  div[id*="SLLicense_YNP"] #question239800,
  div[id*="LHLicense_YNP"] #question239800,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239800,
  div[id*=collapse_AgentInfo] #question239800,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239800,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239800,
  .page-prequotequestions.page-number-1 .instanda-well #question239800,
  .page-prequotequestions.page-number-2 .instanda-well #question239800,
  div[id*="PCLicense_YNP"] #question239803,
  div[id*="SLLicense_YNP"] #question239803,
  div[id*="LHLicense_YNP"] #question239803,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239803,
  div[id*=collapse_AgentInfo] #question239803,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239803,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239803,
  .page-prequotequestions.page-number-1 .instanda-well #question239803,
  .page-prequotequestions.page-number-2 .instanda-well #question239803,
  div[id*="PCLicense_YNP"] #question239806,
  div[id*="SLLicense_YNP"] #question239806,
  div[id*="LHLicense_YNP"] #question239806,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239806,
  div[id*=collapse_AgentInfo] #question239806,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239806,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239806,
  .page-prequotequestions.page-number-1 .instanda-well #question239806,
  .page-prequotequestions.page-number-2 .instanda-well #question239806,
  div[id*="PCLicense_YNP"]/*Last Name, Email, Phone Number and Status*/ #question239798,
  div[id*="SLLicense_YNP"]/*Last Name, Email, Phone Number and Status*/ #question239798,
  div[id*="LHLicense_YNP"]/*Last Name, Email, Phone Number and Status*/ #question239798,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"]/*Last Name, Email, Phone Number and Status*/ #question239798,
  div[id*=collapse_AgentInfo]/*Last Name, Email, Phone Number and Status*/ #question239798,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well/*Last Name, Email, Phone Number and Status*/ #question239798,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well/*Last Name, Email, Phone Number and Status*/ #question239798,
  .page-prequotequestions.page-number-1 .instanda-well/*Last Name, Email, Phone Number and Status*/ #question239798,
  .page-prequotequestions.page-number-2 .instanda-well/*Last Name, Email, Phone Number and Status*/ #question239798,
  div[id*="PCLicense_YNP"] #question239801,
  div[id*="SLLicense_YNP"] #question239801,
  div[id*="LHLicense_YNP"] #question239801,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239801,
  div[id*=collapse_AgentInfo] #question239801,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239801,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239801,
  .page-prequotequestions.page-number-1 .instanda-well #question239801,
  .page-prequotequestions.page-number-2 .instanda-well #question239801,
  div[id*="PCLicense_YNP"] #question239804,
  div[id*="SLLicense_YNP"] #question239804,
  div[id*="LHLicense_YNP"] #question239804,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239804,
  div[id*=collapse_AgentInfo] #question239804,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239804,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239804,
  .page-prequotequestions.page-number-1 .instanda-well #question239804,
  .page-prequotequestions.page-number-2 .instanda-well #question239804,
  div[id*="PCLicense_YNP"] #question239807/*Last Name, Email, Phone Number and Status*/,
  div[id*="SLLicense_YNP"] #question239807/*Last Name, Email, Phone Number and Status*/,
  div[id*="LHLicense_YNP"] #question239807/*Last Name, Email, Phone Number and Status*/,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question239807/*Last Name, Email, Phone Number and Status*/,
  div[id*=collapse_AgentInfo] #question239807/*Last Name, Email, Phone Number and Status*/,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question239807/*Last Name, Email, Phone Number and Status*/,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question239807/*Last Name, Email, Phone Number and Status*/,
  .page-prequotequestions.page-number-1 .instanda-well #question239807/*Last Name, Email, Phone Number and Status*/,
  .page-prequotequestions.page-number-2 .instanda-well #question239807/*Last Name, Email, Phone Number and Status*/ {
    padding-left: 15px;
  }
  /* :L2219 */
  div[id*="PCLicense_YNP"] #question238366,
  div[id*="SLLicense_YNP"] #question238366,
  div[id*="LHLicense_YNP"] #question238366,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question238366,
  div[id*=collapse_AgentInfo] #question238366,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question238366,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question238366,
  .page-prequotequestions.page-number-1 .instanda-well #question238366,
  .page-prequotequestions.page-number-2 .instanda-well #question238366,
  div[id*="PCLicense_YNP"] #question238368,
  div[id*="SLLicense_YNP"] #question238368,
  div[id*="LHLicense_YNP"] #question238368,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question238368,
  div[id*=collapse_AgentInfo] #question238368,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question238368,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question238368,
  .page-prequotequestions.page-number-1 .instanda-well #question238368,
  .page-prequotequestions.page-number-2 .instanda-well #question238368,
  div[id*="PCLicense_YNP"] #question238370,
  div[id*="SLLicense_YNP"] #question238370,
  div[id*="LHLicense_YNP"] #question238370,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question238370,
  div[id*=collapse_AgentInfo] #question238370,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question238370,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question238370,
  .page-prequotequestions.page-number-1 .instanda-well #question238370,
  .page-prequotequestions.page-number-2 .instanda-well #question238370,
  div[id*="PCLicense_YNP"] #question238372,
  div[id*="SLLicense_YNP"] #question238372,
  div[id*="LHLicense_YNP"] #question238372,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question238372,
  div[id*=collapse_AgentInfo] #question238372,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question238372,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question238372,
  .page-prequotequestions.page-number-1 .instanda-well #question238372,
  .page-prequotequestions.page-number-2 .instanda-well #question238372,
  div[id*="PCLicense_YNP"] #question343727/* QQ pg 1 Email questions*/,
  div[id*="SLLicense_YNP"] #question343727/* QQ pg 1 Email questions*/,
  div[id*="LHLicense_YNP"] #question343727/* QQ pg 1 Email questions*/,
  /*prequote pg -1 multi items*/ div[class*="instanda-multi-item-AgentInfo"] #question343727/* QQ pg 1 Email questions*/,
  div[id*=collapse_AgentInfo] #question343727/* QQ pg 1 Email questions*/,
  /*prequote pg -14 multi items*/ .page-quickquotequestions .instanda-well #question343727/* QQ pg 1 Email questions*/,
  .page-quickquote.sale-stage-abouttoquickquote .instanda-well #question343727/* QQ pg 1 Email questions*/,
  .page-prequotequestions.page-number-1 .instanda-well #question343727/* QQ pg 1 Email questions*/,
  .page-prequotequestions.page-number-2 .instanda-well #question343727/* QQ pg 1 Email questions*/ {
    margin-top: 55px;
  }
  /* :L2223 */
  /* :L2224 */
  #question239632 .instanda-question-input {
    width: 50%;
  }
  /* :L2227 */
  #question239632 .input-group .instanda-number-input {
    width: 100%;
  }
}
/*algining help text with question*/

/* :L2233 */
/* :L2234 */
#question238366 .instanda-text-question,
#question343727/*Email Question for Agency Principal & Main Contact Name*/ .instanda-text-question {
  display: flex;
}
/* :L2236 */
#question238366 .instanda-text-question .instanda-question-help-col,
#question343727/*Email Question for Agency Principal & Main Contact Name*/ .instanda-text-question .instanda-question-help-col {
  width: 10%;
  padding-left: 0;
}
/*To align the content with container*/

/* :L2243 */
.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
/* To align the quote ref and header*/

/*.page-prequotequestions.page-number-1 .quoteref{
    @media(min-width:568px) and (max-width:648.9px){
        top:180px;
      }
    @media(max-width:336.9px){
        top:135px;
      }
  }
  .page-postquotequestions .quoteref{
    @media(min-width:568px) and (max-width:648.9px){
        top:135px !important;
      }
    @media(max-width:306.9px){
        top:115px !important;
      }
  }*/

/* :L2265 */
/* :L2268 */
.page-prequotequestions.page-number-4 #question239139,
.page-prequotequestions #question239139,
.page-postquotequestions #question239139,
.page-prequotequestions.page-number-4 #question239197,
.page-prequotequestions #question239197,
.page-postquotequestions #question239197,
.page-prequotequestions.page-number-4 #question243863,
.page-prequotequestions #question243863,
.page-postquotequestions #question243863,
.page-prequotequestions.page-number-4 #question239205,
.page-prequotequestions #question239205,
.page-postquotequestions #question239205,
.page-prequotequestions.page-number-4 #question239212,
.page-prequotequestions #question239212,
.page-postquotequestions #question239212,
.page-prequotequestions.page-number-4 #question238373,
.page-prequotequestions #question238373,
.page-postquotequestions #question238373 {
  margin-bottom: 70px;
}
/* :L2276 */
.page-prequotequestions.page-number-4 .quoteref,
.page-prequotequestions .quoteref,
.page-postquotequestions .quoteref {
  position: relative;
  top: 150px;
  /*@media(max-width:930px){
        top:115px;
      }
      
      
      @media(max-width:306.9px){
        top:135px;
      }*/

}
@media (max-width: 648.9px) {
  .page-prequotequestions.page-number-4 .quoteref,
  .page-prequotequestions .quoteref,
  .page-postquotequestions .quoteref {
    top: 185px;
  }
}
@media (max-width: 567.9px) {
  .page-prequotequestions.page-number-4 .quoteref,
  .page-prequotequestions .quoteref,
  .page-postquotequestions .quoteref {
    top: 120px;
  }
}
@media (max-width: 336.9px) {
  .page-prequotequestions.page-number-4 .quoteref,
  .page-prequotequestions .quoteref,
  .page-postquotequestions .quoteref {
    top: 165px;
  }
}
/* :L2298 */
@media (max-width: 336.9px) {
  /* :L2300 */
  .page-postquotequestions #question239212 {
    margin-bottom: 135px;
  }
}
/*page-awaitesignature styling*/

/* :L2306 */
/* :L2307 */
.page-awaitesignature h3 {
  position: relative;
  font: normal normal bold 34px/34px 'poppins', sans-serif;
  color: #12243a;
}
/* Overriding eSignature Box width=100% */

/* :L2315 */
#signature-canvas.pad {
  max-width: 848px;
}
/* Hide blank canvas being used for comparison */

/* :L2319 */
#blank-canvas {
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
}
/*hiding multi item remove button in MTA pre quote questions*/

/* :L2327 */
/* :L2328 */
.page-prequotequestions.created-from-mta.page-number-16 button[id*='MIremoveButton'] {
  display: none;
}
/* Changing background & color on successful agent upload */

/* :L2334 */
/* :L2335 */
.page-prequotequestions .alert-success {
  color: #12243a;
  background-color: #ffbf3c;
  border-color: #ffbf3c;
}
/* :L2341 */
.page-prequotequestions .alert-success hr {
  border-top-color: #12243a;
}
/* :L2346 */
/* :L2348 */
.page-esignature .instanda-main-content ul {
  display: none;
}
/* :L2351 */
.page-esignature i {
  color: #337ab7;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  margin-right: 5px;
}
/* :L2360 */
.page-esignature #instanda-site-layout > div.instanda-main-content-container > div > div:nth-child(4) > div > div.container > div > div,
.page-esignature form {
  max-width: 848px;
}
/* :L2371 */
.page-esignature .instanda-questionHeader {
  margin-bottom: 2em;
}
/* :L2376 */
.page-esignature.created-from-mta li {
  list-style-type: none;
}
/* Hide tip on this email input */

/* :L2381 */
#question238366 > div.instanda-text-question.form-group.row > div.instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
  display: none;
}
/* :L2387 */
.page-prequotequestions.page-number-4 {
  font-size: 16px;
}
/* :L2389 */
.page-prequotequestions.page-number-4 .label.label-danger {
  max-width: 150px;
}
/*Agent Upload Questions */

/* :L2395 */
#question239199 label,
#question239199 a,
#question239338 label,
#question239338 a,
#question239676 label,
#question239676 a,
#question239678 label,
#question239678 a,
#question239690 label,
#question239690 a,
#question239692 label,
#question239692 a,
#question239694 label,
#question239694 a,
#question239711 label,
#question239711 a,
#question239713 label,
#question239713 a,
#question239715 label,
#question239715 a {
  font-size: 16px;
  margin-bottom: 2rem;
}
/* Testing new alignment for multi-item licenses */

/* :L2420 */
#LicensedStates_MI_summary > ul,
div[id^='multi-item-summary-LicensedStates_'] > ul,
#LicensedTerritories_MI_summary > ul,
div[id^='multi-item-summary-LicensedTerritories_'] > ul {
  display: flex;
}
/* :L2427 */
#LicensedStates_MI_summary > ul > li:nth-child(1),
li[id$='_LicenseLocation_TXT'],
#LicensedTerritories_MI_summary > ul > li:nth-child(1),
li[id$='_LicenseLocation_TXT'] {
  flex-basis: 40%;
}
/* :L2434 */
#LicensedStates_MI_summary > ul > li:nth-child(2),
#LicensedStates_MI_summary > ul > li:nth-child(3),
#LicensedStates_MI_summary > ul > li:nth-child(4),
#LicensedStates_MI_summary > ul > li:nth-child(5),
#LicensedStates_MI_summary > ul > li:nth-child(6),
#LicensedTerritories_MI_summary > ul > li:nth-child(2),
#LicensedTerritories_MI_summary > ul > li:nth-child(3),
#LicensedTerritories_MI_summary > ul > li:nth-child(4),
#LicensedTerritories_MI_summary > ul > li:nth-child(5),
#LicensedTerritories_MI_summary > ul > li:nth-child(6),
li[id$='_LicensedInLocation_YNP'],
li[id$='_PCLicenseExp_DATE'],
li[id$='_SLLicenseExp_DATE'],
li[id$='_LHLicenseExp_DATE'],
li[title='Edit'] {
  flex-basis: 12%;
}
/* :L2451 */
/* :L2453 */
.page-index .instanda-main-content-container {
  margin: 0;
}
/* :L2457 */
.page-index .home-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
/* :L2462 */
.page-index .button-section {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
/* :L2468 */
.page-index .home-button {
  font-size: 18px;
  color: black;
  margin: 2em 0;
  font-weight: 700;
}
/* :L2477 */
.page-index .navbar-collapse ul li {
  visibility: hidden;
}
/* :L2530 */
.page-index #instanda-site-layout {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-position: bottom;
}
/* :L2536 */
.page-index .navbar-header .navbar-brand {
  padding-left: 0px;
}
/* :L2539 */
.page-index .instanda-main-content {
  padding-bottom: 0;
}
/* :L2563 */
.page-index .container.instanda-home-content {
  color: #eee5e4;
  padding-left: 80px;
}
/* :L2567 */
.page-index #btn {
  background-color: #2360ea;
}
/* :L2571 */
.page-index .getQuoteButton {
  background: #ffbf3c 0% 0% no-repeat padding-box;
  border: 1px solid #ffbf3c;
  color: black;
  border-radius: 5px;
  max-width: 207px;
  max-height: 45px;
  padding: 12px 21px;
  text-decoration: none;
}
/* :L2581 */
.page-index .Button {
  background: #ffbf3c 0% 0% no-repeat padding-box;
  border: 1px solid #ffbf3c;
  border-radius: 5px;
  max-width: 207px;
  max-height: 45px;
  padding: 12px 21px;
  color: black;
  text-decoration: none;
}
/* :L2592 */
.page-index .home-image {
  margin: 2em 0;
}
/* :L2596 */
.page-index .home-image > img {
  width: 70%;
}
/* :L2600 */
/* :L2601 */
/* :L2602 */
/* :L2603 */
.page-customerhomepage .main-title .questionItem h3 {
  text-align: left;
  font: normal normal bold 64px/64px 'poppins', sans-serif;
  letter-spacing: -1.92px;
  color: #12243a;
  opacity: 1;
}
/* :L2612 */
/* :L2613 */
.page-customerhomepage .sub-title .questionItem {
  margin-left: 50px;
}
/* :L2615 */
.page-customerhomepage .sub-title .questionItem h3 {
  text-align: left;
  font: normal normal normal 24px/32px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  opacity: 1;
}
/* :L2624 */
.page-customerhomepage .nav-tabs {
  margin-top: 20px;
  padding-left: 30%;
  border-bottom: 1px solid #d7ddea;
}
/* :L2628 */
.page-customerhomepage .nav-tabs li {
  font: normal normal bold 24px/29px 'poppins', sans-serif;
  letter-spacing: -0.72px;
  color: #565e71;
  opacity: 1;
}
/* :L2633 */
.page-customerhomepage .nav-tabs li a {
  margin: 0px;
  color: #565e71;
  border: none;
}
/* :L2639 */
.page-customerhomepage .nav-tabs .active {
  border: 1px solid #d7ddea;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
}
/* :L2644 */
.page-customerhomepage .nav-tabs .active a,
.page-customerhomepage .nav-tabs .active a:hover,
.page-customerhomepage .nav-tabs .active a:focus,
.page-customerhomepage .nav-tabs .active a:active {
  background-color: #ffbf3c;
  border: 1px solid #ffbf3c;
  color: #3c3c3c;
}
/* :L2654 */
.page-customerhomepage .instanda-home-content {
  margin-top: 50px;
}
/* :L2656 */
.page-customerhomepage .instanda-home-content .quote-summary,
.page-customerhomepage .instanda-home-content .policy-summary {
  background-color: white;
  box-shadow: 0px 0px 2px 0px;
  padding: 50px;
  width: 90%;
  margin-bottom: 40px;
  padding-top: 40px;
}
/* :L2658 */
.page-customerhomepage .instanda-home-content .quote-summary .row,
.page-customerhomepage .instanda-home-content .policy-summary .row {
  margin-right: 0px;
  margin-left: 0px;
}
/* :L2668 */
.page-customerhomepage .instanda-home-content .quote-summary .heading-details,
.page-customerhomepage .instanda-home-content .policy-summary .heading-details {
  text-align: left;
  font: normal normal bold 32px/36px 'poppins', sans-serif;
  letter-spacing: -0.96px;
  color: #12243a;
  opacity: 1;
}
/* :L2674 */
.page-customerhomepage .instanda-home-content .quote-summary .heading-details .left-cir,
.page-customerhomepage .instanda-home-content .policy-summary .heading-details .left-cir {
  border-radius: 50%;
  border: 3px solid #244da5;
  padding-left: 14px;
  padding-right: 14px;
  color: transparent;
}
/* :L2681 */
.page-customerhomepage .instanda-home-content .quote-summary .heading-details .right-cir,
.page-customerhomepage .instanda-home-content .policy-summary .heading-details .right-cir {
  border: 3px solid #244da5;
  position: relative;
  left: -28px;
  border-radius: 50%;
  padding-left: 12px;
  padding-right: 12px;
  color: transparent;
}
/* :L2690 */
.page-customerhomepage .instanda-home-content .quote-summary .heading-details > div,
.page-customerhomepage .instanda-home-content .policy-summary .heading-details > div {
  padding-left: 0px;
}
/* :L2693 */
.page-customerhomepage .instanda-home-content .quote-summary .heading-details .cover-until,
.page-customerhomepage .instanda-home-content .policy-summary .heading-details .cover-until {
  float: right;
  font: normal normal normal 16px/24px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
  opacity: 1;
}
/* :L2701 */
.page-customerhomepage .instanda-home-content .quote-summary .premium,
.page-customerhomepage .instanda-home-content .policy-summary .premium {
  float: right;
  font: normal normal bold 16px/24px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
  opacity: 1;
}
/* :L2708 */
.page-customerhomepage .instanda-home-content .quote-summary .id-details,
.page-customerhomepage .instanda-home-content .policy-summary .id-details {
  padding-top: 10px;
  padding-bottom: 10px;
  font: normal normal normal 12px/24px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  opacity: 1;
}
/* :L2709 */
.page-customerhomepage .instanda-home-content .quote-summary .id-details > div,
.page-customerhomepage .instanda-home-content .policy-summary .id-details > div {
  padding-left: 0px;
}
/* :L2719 */
.page-customerhomepage .instanda-home-content .quote-summary .sub-header-details,
.page-customerhomepage .instanda-home-content .policy-summary .sub-header-details,
.page-customerhomepage .instanda-home-content .quote-summary .policy-details-header,
.page-customerhomepage .instanda-home-content .policy-summary .policy-details-header {
  border-bottom: 2px solid;
  padding-top: 10px;
  padding-bottom: 10px;
  font: normal normal bold 14px/24px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
  opacity: 1;
}
/* :L2721 */
.page-customerhomepage .instanda-home-content .quote-summary .sub-header-details > div,
.page-customerhomepage .instanda-home-content .policy-summary .sub-header-details > div,
.page-customerhomepage .instanda-home-content .quote-summary .policy-details-header > div,
.page-customerhomepage .instanda-home-content .policy-summary .policy-details-header > div {
  padding-left: 0px;
}
/* :L2732 */
.page-customerhomepage .instanda-home-content .quote-summary .policy-doc-header,
.page-customerhomepage .instanda-home-content .policy-summary .policy-doc-header {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  font: normal normal bold 14px/24px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
  opacity: 1;
}
/* :L2741 */
.page-customerhomepage .instanda-home-content .quote-summary .quote-buttons,
.page-customerhomepage .instanda-home-content .policy-summary .quote-buttons {
  padding-top: 30px;
}
/* :L2743 */
.page-customerhomepage .instanda-home-content .quote-summary .quote-buttons .right-btn1,
.page-customerhomepage .instanda-home-content .policy-summary .quote-buttons .right-btn1 {
  padding-right: 0px;
}
/* :L2745 */
.page-customerhomepage .instanda-home-content .quote-summary .quote-buttons .right-btn1 a,
.page-customerhomepage .instanda-home-content .policy-summary .quote-buttons .right-btn1 a {
  text-decoration: none;
  padding: 8px;
  border: none;
  font: normal normal bold 14px/17px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #bc354f;
  opacity: 1;
}
/* :L2755 */
.page-customerhomepage .instanda-home-content .quote-summary .quote-buttons .right-btn,
.page-customerhomepage .instanda-home-content .policy-summary .quote-buttons .right-btn {
  padding-right: 0px;
}
/* :L2757 */
.page-customerhomepage .instanda-home-content .quote-summary .quote-buttons .right-btn a,
.page-customerhomepage .instanda-home-content .policy-summary .quote-buttons .right-btn a {
  text-decoration: none;
  padding: 8px;
  border: 2px solid #1161fb;
  border-radius: 7px;
  font: normal normal bold 14px/17px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #1161fb;
  opacity: 1;
}
/* :L2768 */
.page-customerhomepage .instanda-home-content .quote-summary .quote-buttons .left-btn,
.page-customerhomepage .instanda-home-content .policy-summary .quote-buttons .left-btn {
  padding-left: 0px;
}
/* :L2770 */
.page-customerhomepage .instanda-home-content .quote-summary .quote-buttons .left-btn a,
.page-customerhomepage .instanda-home-content .policy-summary .quote-buttons .left-btn a {
  float: left;
  padding-left: 25px !important;
  text-decoration: none;
  padding: 8px;
  border-radius: 7 px;
  /*box-shadow: 0px 0px 2px 0px;*/
  border-radius: 5px;
  font: normal normal bold 14px/17px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  opacity: 1;
  background: url('/ImageUpload/DownloadImageVersion?uploadedImageVersionId=ZWpOVFZGTXNWRk5EWlVSckxYSjROWFYzV0N4U2QxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCw0WVpuNkVob0FhMmRGOW9ALDEwMDAsaTM3RThiR0t5MWM0UTQ2TCxicUFiZlpEZjNVcWRQWUdTeHc5NE0zSEJScE14Q1RJSUx2eUVFclhmdVhQNzdhYXRXMTFKQ1FWcWovZ0VSSklqMWlZQmRuSkx4RVVUME00cVBRU0NmZz09');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position-y: center;
  /*background-position-x: 20px;*/

}
/* :L2790 */
/* :L2791 */
.page-customerhomepage .instanda-home-content .quote-summary .policy-doc-list .container,
.page-customerhomepage .instanda-home-content .policy-summary .policy-doc-list .container {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
/* :L2795 */
/* :L2796 */
.page-customerhomepage .instanda-home-content .quote-summary .policy-doc-list .container .agent-all-docs-responsive h3,
.page-customerhomepage .instanda-home-content .policy-summary .policy-doc-list .container .agent-all-docs-responsive h3 {
  display: none;
}
/* :L2799 */
.page-customerhomepage .instanda-home-content .quote-summary .policy-doc-list .container .agent-all-docs-responsive ul,
.page-customerhomepage .instanda-home-content .policy-summary .policy-doc-list .container .agent-all-docs-responsive ul {
  padding-left: 0;
}
/* :L2801 */
.page-customerhomepage .instanda-home-content .quote-summary .policy-doc-list .container .agent-all-docs-responsive ul li,
.page-customerhomepage .instanda-home-content .policy-summary .policy-doc-list .container .agent-all-docs-responsive ul li {
  border-top: 1px solid #565e71;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 20px;
}
/* :L2806 */
.page-customerhomepage .instanda-home-content .quote-summary .policy-doc-list .container .agent-all-docs-responsive ul li a,
.page-customerhomepage .instanda-home-content .policy-summary .policy-doc-list .container .agent-all-docs-responsive ul li a {
  font: normal normal normal 16px/24px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  opacity: 1;
  text-decoration: none;
}
/* :L2814 */
.page-customerhomepage .instanda-home-content .quote-summary .policy-doc-list .container .agent-all-docs-responsive ul li::marker,
.page-customerhomepage .instanda-home-content .policy-summary .policy-doc-list .container .agent-all-docs-responsive ul li::marker {
  color: transparent;
}
/* :L2821 */
.page-customerhomepage .instanda-home-content .quote-summary .quote-view,
.page-customerhomepage .instanda-home-content .policy-summary .quote-view {
  font: normal normal normal 16px/24px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  opacity: 1;
  margin-bottom: 20px;
}
/* :L2827 */
.page-customerhomepage .instanda-home-content .quote-summary .quote-view .left-view,
.page-customerhomepage .instanda-home-content .policy-summary .quote-view .left-view {
  padding-left: 0px;
  padding-right: 30px;
}
/* :L2831 */
.page-customerhomepage .instanda-home-content .quote-summary .quote-view .right-view,
.page-customerhomepage .instanda-home-content .policy-summary .quote-view .right-view {
  padding-left: 30px;
  padding-right: 0px;
}
/* :L2835 */
.page-customerhomepage .instanda-home-content .quote-summary .quote-view .quote-buttons,
.page-customerhomepage .instanda-home-content .policy-summary .quote-view .quote-buttons {
  padding-top: 10px;
}
/* :L2838 */
.page-customerhomepage .instanda-home-content .quote-summary .quote-view .quote-details,
.page-customerhomepage .instanda-home-content .policy-summary .quote-view .quote-details {
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #565e71;
}
/* :L2844 */
.page-customerhomepage .instanda-home-content .quote-summary .quote-view .quote-details .left,
.page-customerhomepage .instanda-home-content .policy-summary .quote-view .quote-details .left {
  float: left;
  padding: 0px;
}
/* :L2848 */
.page-customerhomepage .instanda-home-content .quote-summary .quote-view .quote-details .right,
.page-customerhomepage .instanda-home-content .policy-summary .quote-view .quote-details .right {
  float: right;
  padding: 0px;
}
/* :L2851 */
.page-customerhomepage .instanda-home-content .quote-summary .quote-view .quote-details .right .row,
.page-customerhomepage .instanda-home-content .policy-summary .quote-view .quote-details .right .row {
  width: 100%;
  text-align: end;
}
/* :L2859 */
.page-customerhomepage .instanda-home-content .policy-summary > .heading-details {
  margin-bottom: 1em;
}
/*=======================================Cancel Policy===============================================*/

/* :L2865 */
@media (max-width: 992px) {
  /* :L122 */
  /* :L125 */
  .page-cancelpolicy .instanda-pre-quote-content > .container,
  .page-cancellationquestionsforagentsite .instanda-pre-quote-content > .container,
  .page-cancelpolicy .instanda-choose-billing-details > .container,
  .page-cancellationquestionsforagentsite .instanda-choose-billing-details > .container,
  .page-cancelpolicy .instanda-cancel-ques-content > .container,
  .page-cancellationquestionsforagentsite .instanda-cancel-ques-content > .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  /* :L129 */
  .page-cancelpolicy .instanda-pre-quote-content > .container > div,
  .page-cancellationquestionsforagentsite .instanda-pre-quote-content > .container > div,
  .page-cancelpolicy .instanda-choose-billing-details > .container > div,
  .page-cancellationquestionsforagentsite .instanda-choose-billing-details > .container > div,
  .page-cancelpolicy .instanda-cancel-ques-content > .container > div,
  .page-cancellationquestionsforagentsite .instanda-cancel-ques-content > .container > div {
    flex-basis: 100%;
    width: 100%;
  }
  /* :L133 */
  .page-cancelpolicy .instanda-pre-quote-content > .container .question_cls,
  .page-cancellationquestionsforagentsite .instanda-pre-quote-content > .container .question_cls,
  .page-cancelpolicy .instanda-choose-billing-details > .container .question_cls,
  .page-cancellationquestionsforagentsite .instanda-choose-billing-details > .container .question_cls,
  .page-cancelpolicy .instanda-cancel-ques-content > .container .question_cls,
  .page-cancellationquestionsforagentsite .instanda-cancel-ques-content > .container .question_cls {
    order: 2;
  }
  /* :L136 */
  .page-cancelpolicy .instanda-pre-quote-content > .container .image_cls,
  .page-cancellationquestionsforagentsite .instanda-pre-quote-content > .container .image_cls,
  .page-cancelpolicy .instanda-choose-billing-details > .container .image_cls,
  .page-cancellationquestionsforagentsite .instanda-choose-billing-details > .container .image_cls,
  .page-cancelpolicy .instanda-cancel-ques-content > .container .image_cls,
  .page-cancellationquestionsforagentsite .instanda-cancel-ques-content > .container .image_cls {
    order: 1;
  }
}
/* :L2867 */
.page-cancelpolicy .image_cls,
.page-cancellationquestionsforagentsite .image_cls {
  /*MIXIN for image common width and margin*/
  padding-top: 30px;
  padding-right: 35px;
  /*MIXIN for image common width and margin*/

}
/* :L146 */
.page-cancelpolicy .image_cls img,
.page-cancellationquestionsforagentsite .image_cls img {
  margin-top: 30px;
  margin-bottom: 15px;
  width: 100%;
}
/* :L2870 */
.page-cancelpolicy .instanda-question-input,
.page-cancellationquestionsforagentsite .instanda-question-input {
  width: 100%;
}
/* :L2874 */
.page-cancelpolicy .alert-danger,
.page-cancellationquestionsforagentsite .alert-danger {
  width: 98%;
}
/* :L2877 */
@media (max-width: 405px) {
  .page-cancelpolicy .label-danger,
  .page-cancellationquestionsforagentsite .label-danger {
    font-size: 48%;
  }
}
/* :L2883 */
.page-cancelpolicy .question_cls,
.page-cancellationquestionsforagentsite .question_cls,
.page-cancelpolicy .image_cls,
.page-cancellationquestionsforagentsite .image_cls {
  padding: 0;
}
/* :L2886 */
.page-cancelpolicy .question_cls,
.page-cancellationquestionsforagentsite .question_cls {
  margin-top: 50px;
}
/*====================================Cancellation-confirmation======================================*/

/* :L2891 */
/* :L2893 */
.page-cancellationconfirmation .question_cls,
.site-public .question_cls {
  padding: 0;
}
/* :L2896 */
.page-cancellationconfirmation .sub-heading,
.site-public .sub-heading {
  font: normal normal normal 24px/32px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #565e71;
}
/*Button styling*/

/* :L2903 */
@media (max-width: 575px) {
  /* :L2905 */
  .page-cancellationconfirmation .pull-right,
  .page-cancelpolicy .pull-right,
  .page-cancellationquestionsforagentsite .pull-right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    order: 1;
    width: 100%;
  }
  /* :L2911 */
  .page-cancellationconfirmation .pull-right button[name="continueButton"],
  .page-cancelpolicy .pull-right button[name="continueButton"],
  .page-cancellationquestionsforagentsite .pull-right button[name="continueButton"] {
    order: 1;
    width: 100%;
    margin-bottom: 5px;
  }
}
/* :L2919 */
/* :L2920 */
.page-cancellationconfirmation #agentBackButton {
  display: none !important;
}
/* Sale Confirmation page on Policy issued */

/* :L2925 */
/* :L2927 */
.page-confirmation2 a[href*='/Public/CustomerLogin'] {
  display: none;
}
/* :L2931 */
.page-confirmation2 .main-heading {
  font: normal normal bold 64px/64px 'poppins', sans-serif;
  letter-spacing: -1.92px;
  color: #12243a;
  padding-bottom: 20px;
}
@media (max-width: 568px) {
  .page-confirmation2 .main-heading {
    font: normal normal bold 32px/32px 'poppins', sans-serif;
  }
}
/* :L2941 */
.page-confirmation2 .sub-heading {
  font: normal normal normal 24px/32px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  padding-bottom: 20px;
}
/* :L2955 */
.page-confirmation2 .question_cls {
  padding-right: 0px;
}
/* :L2957 */
.page-confirmation2 .question_cls p {
  font: normal normal normal 16px/24px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
  padding-bottom: 10px;
  line-break: anywhere;
}
/* :L2965 */
.page-confirmation2 .details-cls {
  margin-bottom: 50px;
  /*----table structure styling-----*/

}
/* :L2968 */
.page-confirmation2 .details-cls .table-responsive {
  border: 0;
}
/* :L2971 */
/* :L2972 */
.page-confirmation2 .details-cls .table th {
  padding: 8px 8px 8px 0px;
}
/* :L2975 */
.page-confirmation2 .details-cls .table thead {
  border-bottom: 1px solid #565e71 !important;
}
/* :L2977 */
.page-confirmation2 .details-cls .table thead > tr > th h4 {
  font: normal normal bold 20px/24px 'poppins', sans-serif;
  letter-spacing: -0.6px;
  color: #12243a;
}
/* :L2983 */
.page-confirmation2 .details-cls .table tbody > tr {
  border-bottom: 1px solid #d7ddea;
}
/* :L2985 */
.page-confirmation2 .details-cls .table tbody > tr > th span {
  font: normal normal normal 16px/24px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L2990 */
.page-confirmation2 .details-cls .table tbody > tr > td {
  text-align: end;
}
/* :L2992 */
.page-confirmation2 .details-cls .table tbody > tr > td span {
  font: normal normal normal 16px/24px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L2999 */
/* :L3002 */
.page-confirmation2 .details-cls .table tbody tr > td,
.page-confirmation2 .details-cls .table tfoot tr > td,
.page-confirmation2 .details-cls .table thead tr > td,
.page-confirmation2 .details-cls .table tbody tr > th,
.page-confirmation2 .details-cls .table tfoot tr > th,
.page-confirmation2 .details-cls .table thead tr > th {
  border: none;
}
/* :L3009 */
.page-confirmation2 .doc-cls {
  border: 2px solid #d7ddea;
  border-radius: 5px;
}
/* :L3013 */
.page-confirmation2 .doc-cls .doc-cls-header {
  color: black;
  border-bottom: 1px solid #d7ddea;
  padding: 15px;
  font-weight: bold;
}
/* :L3019 */
.page-confirmation2 .doc-cls .doc-cls-file {
  padding: 15px;
  display: flex;
}
/* :L3022 */
.page-confirmation2 .doc-cls .doc-cls-file span > i {
  color: #0f61fb;
  padding-right: 8px;
}
/* :L3026 */
.page-confirmation2 .doc-cls .doc-cls-file a {
  color: #565e71 !important;
}
/* :L3031 */
.page-confirmation2 .image_cls {
  padding-top: 58px;
}
/* :L3034 */
.page-confirmation2 #backToDb {
  padding: 12px;
  border: 5px;
  margin-top: 20px;
  border-radius: 5px;
}
@media (max-width: 991.9px) {
  /* :L3041 */
  .page-confirmation2 .image_cls {
    padding-top: 0px;
    padding-left: 15px;
  }
  /* :L3045 */
  .page-confirmation2 .instanda-confirmation-content > div:nth-child(2) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.9px) {
  /* :L3050 */
  .page-confirmation2 .returnDashboard a {
    width: 100%;
    margin: 45px 0px;
  }
}
/*----------------UPLOAD DOCUMENTS---------------*/

/* :L3057 */
/* :L3058 */
.page-uploaddocuments #backButton {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=UjFwbGJqbFJVRkpuTVRFMk1rOTZWbmxoVVMxcFoxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCw3QmdjaEJpUm9qdmFIdVgzLDEwMDAsZFJmZG55WEJwbkNqNEtPQCxxcHJ5WHFPSzlYcExoRU5FVjF5TWF6ZWNGek1aem5YZlpENTJWZ2NlSjVTck9CT21pc0xtQjNXSnFTT2t1OVU3OXdrQzJHWm1EdjhSTU05WXRSaTh1QT09");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position-y: center;
  padding-left: 20px;
}
/* :L3066 */
.page-uploaddocuments input[type="submit"] {
  background: #ffbf3c !important;
  border: 1px solid #d6d6d6 !important;
  border-radius: 20px;
  color: #3c3c3c;
  margin-top: 15px;
}
/* :L3072 */
.page-uploaddocuments input[type="submit"]:hover,
.page-uploaddocuments input[type="submit"]:active,
.page-uploaddocuments input[type="submit"]:focus {
  background: #3c3c3c !important;
  color: white;
}
/* :L3078 */
.page-uploaddocuments .instanda-main-content {
  min-height: 800px;
}
/* :L3082 */
.page-uploaddocuments #documentListContainer {
  margin-top: 30px;
}
/* :L3085 */
.page-uploaddocuments #tableUploadedDocuments {
  width: 100%;
}
/* :L3087 */
.page-uploaddocuments #tableUploadedDocuments td {
  padding: 5px;
}
/* :L3090 */
.page-uploaddocuments #tableUploadedDocuments tr > th {
  border: 1px solid black;
  padding: 5px 10px 5px 10px;
  font: normal normal bold 20px/24px 'poppins', sans-serif;
  letter-spacing: -0.6px;
  color: #12243a;
  opacity: 1;
}
/* :L3100 */
.page-uploaddocuments .tableStyledDiv {
  width: 100%;
  display: flex;
}
/* :L3103 */
.page-uploaddocuments .tableStyledDiv .rowStyledDiv {
  width: 100%;
  font-size: 16px;
  padding-left: 3px;
  display: grid;
}
/* :L3108 */
.page-uploaddocuments .tableStyledDiv .rowStyledDiv > div {
  display: block;
  width: 100%;
}
/* :L3112 */
.page-uploaddocuments .tableStyledDiv .rowStyledDiv .uploadControlDiv {
  width: 100%;
  /*"Choose file" Button*/

}
/* :L3115 */
.page-uploaddocuments .tableStyledDiv .rowStyledDiv .uploadControlDiv #fileUploadControl {
  width: 100%;
  Border: 1px 0px 0px 1px ;
  Border-color: solid grey;
  margin: 20px 0px 20px 0px;
  font: normal normal normal 16px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  opacity: 1;
}
/*-----------email list for quote---------*/

/* :L3130 */
/* :L3131 */
.page-emaillistforquote .instanda-main-content-container,
.page-displayemail .instanda-main-content-container {
  margin-top: 60px;
}
/* :L3135 */
/* :L3136 */
.page-quickquote #copyQuoteButton {
  display: none;
}
@media (max-width: 992px) {
  /* :L3140 */
  /* :L3141 */
  .page-quickquote .instanda-quote-content > .instanda-container-fluid > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  /* :L3145 */
  .page-quickquote .instanda-quote-content > .instanda-container-fluid > .container-fluid .left {
    order: 2;
  }
  /* :L3148 */
  .page-quickquote .instanda-quote-content > .instanda-container-fluid > .container-fluid .right {
    order: 1;
  }
}
/* :L3154 */
.page-quickquote .headerdiv-right {
  padding: 0px;
}
/* :L3156 */
.page-quickquote .headerdiv-right h4 {
  text-align: right;
  margin-top: 40px;
}
/* :L3161 */
.page-quickquote .headerdiv-left,
.page-quickquote .right {
  padding: 0px;
}
/* :L3165 */
.page-quickquote .left {
  padding-left: 0px;
}
@media (max-width: 992px) {
  .page-quickquote .left {
    padding-right: 0px;
  }
}
/* :L3170 */
.page-quickquote .left address a {
  line-break: anywhere;
}
/* :L3174 */
.page-quickquote .right img {
  width: 100%;
}
/* :L3177 */
/* :L3178 */
.page-quickquote .details-cls tr > td {
  border: none;
  padding: 5px;
}
/* :L3184 */
/* :L3185 */
.page-quote #copyQuoteButton {
  display: none;
}
/* :L3188 */
.page-quote table > thead,
.page-quote table > thead > tr > th {
  border-top: 1px solid #12243a !important;
  border-bottom: 1px solid #565e71 !important;
  padding: 8px;
}
/* :L3194 */
/* :L3195 */
.page-quote table > thead > tr th,
.page-quote table > thead > tr td {
  border-left: 1px solid #565e71 !important;
  border-right: 1px solid #565e71 !important;
  color: #565e71;
}
/* :L3202 */
/* :L3203 */
.page-quote table > thead > tr th:nth-child(1) {
  border-left: 0px !important;
}
/* :L3207 */
/* :L3208 */
.page-quote table > thead > tr td:nth-child(1) {
  border-left: 0px !important;
}
/* :L3212 */
/* :L3213 */
.page-quote table > thead > tr td:last-child {
  border-right: 0px !important;
}
/* :L3217 */
/* :L3218 */
.page-quote table > thead > tr th:last-child {
  border-right: 0px !important;
}
/* :L3222 */
.page-quote table > thead > tr:nth-child(3) {
  display: none;
}
/* :L3225 */
.page-quote table > thead > tr {
  border-bottom: 1px solid #d7ddea;
}
/* :L3228 */
.page-quote table > thead > tr > th,
.page-quote table > thead > tr > td,
.page-quote table > thead > tr > th {
  border: none;
  vertical-align: top;
  width: auto;
}
/* :L3235 */
/* :L3236 */
.page-quote table > thead > tr > th a {
  font: normal normal bold 12px/24px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #565e71;
}
/* :L3241 */
.page-quote table > thead > tr > th .fa {
  display: none;
}
/* :L3245 */
.page-quote table > thead > tr > td,
.page-quote table > thead > tr > th {
  border-top: 1px solid #565e71 !important;
  border-bottom: 1px solid #565e71 !important;
  padding: 8px;
  border-color: #565e71;
}
/* :L3252 */
.page-quote a {
  color: #ffbf3c;
}
/* :L3256 */
.page-quote .check-list {
  padding-left: 0px;
}
/* :L3258 */
/* :L3259 */
.page-quote .check-list .sub-check-list thead,
.page-quote .check-list .sub-check-list thead th {
  border-top: 0px !important;
}
/*MTA quote and quickquote display*/

/* :L3268 */
/* :L3269 */
.page-quickquote.created-from-mta .review-heading {
  font-size: 25px;
}
/* :L3272 */
.page-quickquote.created-from-mta img {
  width: 80%;
}
/* :L3276 */
/* :L3277 */
.page-quote.created-from-mta img {
  width: 80%;
}
/* :L3280 */
.page-quote.created-from-mta .table-responsive {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  /* :L3284 */
  /* :L3285 */
  .page-quote.created-from-mta .instanda-quote-content > .instanda-container-fluid > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  /* :L3289 */
  .page-quote.created-from-mta .instanda-quote-content > .instanda-container-fluid > .container-fluid .left {
    order: 2;
  }
  /* :L3292 */
  .page-quote.created-from-mta .instanda-quote-content > .instanda-container-fluid > .container-fluid .right {
    order: 1;
  }
}
/* :L3300 */
.review-information {
  font-size: 18px;
}
/* Referral History Page */

/* :L3304 */
/* :L3305 */
.page-viewreferralsforquote .view-referrals-content h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  font: normal normal bold 20px/24px 'poppins', sans-serif;
  letter-spacing: -0.6px;
  color: #12243a;
}
/* :L3312 */
.page-viewreferralsforquote .view-referrals-content h2:first-child {
  visibility: hidden;
}
/* :L3315 */
.page-viewreferralsforquote .view-referrals-content h2:first-child:after {
  visibility: visible;
  content: 'Agency Appointment Referrals';
  position: absolute;
  left: 0;
}
/* :L3321 */
.page-viewreferralsforquote .view-referrals-content h2:nth-child(3) {
  display: none;
}
/* :L3324 */
.page-viewreferralsforquote .view-referrals-content .claim-referrals-wrapper {
  display: none;
}
/* :L3327 */
/* :L3328 */
.page-viewreferralsforquote .view-referrals-content .quote-referrals-wrapper p,
.page-viewreferralsforquote .view-referrals-content .claim-referrals-wrapper p {
  font: normal normal normal 24px/32px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #565e71;
}
/* :L3334 */
.page-viewreferralsforquote .view-referrals-content .quote-referral-cleared-on .mobile-quote-referral-heading {
  visibility: hidden;
  position: relative;
}
/* :L3337 */
.page-viewreferralsforquote .view-referrals-content .quote-referral-cleared-on .mobile-quote-referral-heading:after {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  content: "Approved On";
}
/* Review and Approval Page */

/* :L3347 */
/* :L3348 */
.page-referralmessage h3 {
  position: relative;
  font: normal normal bold 48px/48px 'poppins', sans-serif;
  color: #12243a;
  text-transform: uppercase;
}
@media (max-width: 567.9px) {
  .page-referralmessage h3 {
    font: normal normal bold 30px/30px 'poppins', sans-serif;
  }
}
/* :L3357 */
.page-referralmessage .instanda-approval-action-content {
  margin-top: 50px;
  /*hide referal level and buttons from referal page*/

  /*Referal Table styling*/

}
/* :L3360 */
.page-referralmessage .instanda-approval-action-content .agent-hide {
  display: none;
}
/* :L3364 */
/* :L3365 */
.page-referralmessage .instanda-approval-action-content .agentTable tr:first-child {
  border-top: 2px solid grey;
  border-bottom: 2px solid grey;
}
/* :L3368 */
.page-referralmessage .instanda-approval-action-content .agentTable tr:first-child th {
  padding: 10px 5px;
  font-size: 20px;
}
/* :L3374 */
.page-referralmessage .instanda-approval-action-content .agentTable tr > td:first-child {
  font-size: 18px;
}
/* :L3378 */
.page-referralmessage .instanda-approval-action-content .instanda-review-referrals-buttons {
  margin-top: 70px;
  /*approval buttons styling*/

}
@media (max-width: 768px) {
  .page-referralmessage .instanda-approval-action-content .instanda-review-referrals-buttons {
    float: none !important;
  }
}
/* :L3383 */
.page-referralmessage .instanda-approval-action-content .instanda-review-referrals-buttons .instanda-button {
  background: white 0% 0% no-repeat padding-box;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  padding: 10px;
  width: 95px;
  height: 45px;
  text-align: center;
  font: normal normal bold 18px/21px 'poppins', sans-serif;
}
@media (max-width: 768px) {
  .page-referralmessage .instanda-approval-action-content .instanda-review-referrals-buttons .instanda-button {
    width: 100%;
    margin-bottom: 5px;
  }
}
/* :L3398 */
.page-referralmessage .instanda-approval-action-content .instanda-review-referrals-buttons #pendingButton {
  color: #db751d;
  height: 45px;
  background: white 0% 0% no-repeat padding-box;
  border: 1px solid #d6d6d6;
  font-weight: bold;
}
/* :L3404 */
.page-referralmessage .instanda-approval-action-content .instanda-review-referrals-buttons #pendingButton:active,
.page-referralmessage .instanda-approval-action-content .instanda-review-referrals-buttons #pendingButton:focus,
.page-referralmessage .instanda-approval-action-content .instanda-review-referrals-buttons #pendingButton:hover {
  box-shadow: inset 0px 0px 4px 1.2px #db751d;
  border: 1px solid #db751d;
}
/* :L3409 */
.page-referralmessage .instanda-approval-action-content .instanda-review-referrals-buttons #rejectButton {
  color: #bc354f;
  height: 45px;
  background: white 0% 0% no-repeat padding-box;
  border: 1px solid #d6d6d6;
  margin-left: 10px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .page-referralmessage .instanda-approval-action-content .instanda-review-referrals-buttons #rejectButton {
    margin-left: 0px;
  }
}
/* :L3419 */
.page-referralmessage .instanda-approval-action-content .instanda-review-referrals-buttons #rejectButton:active,
.page-referralmessage .instanda-approval-action-content .instanda-review-referrals-buttons #rejectButton:focus,
.page-referralmessage .instanda-approval-action-content .instanda-review-referrals-buttons #rejectButton:hover {
  box-shadow: inset 0px 0px 4px 1.2px #bc354f;
  border: 1px solid #bc354f;
}
/* :L3425 */
.page-referralmessage .instanda-approval-action-content .instanda-review-referrals-buttons #clearButton {
  color: #01b297;
  height: 45px;
  background: white 0% 0% no-repeat padding-box;
  border: 1px solid #d6d6d6;
  margin-left: 10px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .page-referralmessage .instanda-approval-action-content .instanda-review-referrals-buttons #clearButton {
    margin-left: 0px;
  }
}
/* :L3435 */
.page-referralmessage .instanda-approval-action-content .instanda-review-referrals-buttons #clearButton:active,
.page-referralmessage .instanda-approval-action-content .instanda-review-referrals-buttons #clearButton:focus,
.page-referralmessage .instanda-approval-action-content .instanda-review-referrals-buttons #clearButton:hover {
  box-shadow: inset 0px 0px 4px 1.2px #01b297;
  border: 1px solid #01b297;
}
@media (max-width: 768px) {
  /* :L3445 */
  .page-referralmessage table,
  .page-referralmessage tbody,
  .page-referralmessage th,
  .page-referralmessage td,
  .page-referralmessage tr {
    display: block;
  }
  /* :L3449 */
  .page-referralmessage table tr:first-child {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* :L3454 */
  .page-referralmessage tr {
    border: 1px solid #cccccc;
  }
  /* :L3455 */
  .page-referralmessage td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    padding: 0px 0px 0px 50%;
  }
  /* :L3462 */
  .page-referralmessage td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    /*top: 6px;*/
    font-weight: bold;
    font-size: 14px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  /* :L3475 */
  .page-referralmessage td:nth-of-type(1):before {
    content: "Reason";
  }
  /* :L3476 */
  .page-referralmessage td:nth-of-type(2):before {
    content: "Referral Level";
  }
  /* :L3477 */
  .page-referralmessage td:nth-of-type(3):before {
    content: "Last Modified";
  }
  /* :L3478 */
  .page-referralmessage td:nth-of-type(4):before {
    content: "Status";
  }
  /* :L3479 */
  .page-referralmessage td:nth-of-type(5):before {
    content: "Selection";
  }
  /* :L3480 */
  .page-referralmessage td:nth-of-type(3) {
    padding-bottom: 25px;
  }
  /* :L3481 */
  .page-referralmessage td:nth-of-type(5) {
    padding-bottom: 25px;
  }
}
/* :L3485 */
/* :L3486 */
.page-referralreviewmultiplelines .instanda-button {
  font-size: 18px;
  padding: 6px 12px;
}
/* :L3492 */
/* :L3493 */
.page-referralmessage .refimage {
  background-color: black;
  width: 100%;
}
