/* :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;
}


/* ===============================*/
/* ========== Variables ==========*/
/* ===============================*/
/* Colour */
/*FONT FAMILY*/
/* Media query */
/*---------------------------------------MIXINS-------------------------------------------*/

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

/* :L47 */
.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====================*/

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

/* :L65 */
.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====================*/

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

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

}
@media (max-width: 767.9px) {
  .page-align {
    margin: 0 30px;
  }
}
/* :L92 */
.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==========================*/

/* :L102 */
@media (max-width: 992px) {
  /* :L104 */
  /* :L107 */
  .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;
  }
  /* :L111 */
  .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%;
  }
  /* :L115 */
  .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;
  }
  /* :L118 */
  .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;
  }
}
/* :L125 */
.imagebox {
  /*MIXIN for image common width and margin*/
  padding-top: 30px;
  padding-right: 35px;
}
/* :L128 */
.imagebox img {
  margin-top: 30px;
  margin-bottom: 15px;
  width: 100%;
}
/*----------------Forgot password page and login page-------------------*/

/* :L135 */
/* :L137 */
.page-forgotsalespersonpassword .navbar-collapse ul,
.page-agentlogin .navbar-collapse ul,
.page-forgotsalespersonpassword .navbar-toggle,
.page-agentlogin .navbar-toggle {
  display: none;
}
/* :L140 */
.page-forgotsalespersonpassword .navbar-header,
.page-agentlogin .navbar-header {
  padding: 15px 0;
}
/* :L142 */
.page-forgotsalespersonpassword .navbar-header .navbar-brand,
.page-agentlogin .navbar-header .navbar-brand {
  padding: 0 15px;
}
/* :L147 */
.page-forgotsalespersonpassword button[type="submit"],
.page-agentlogin button[type="submit"] {
  background-color: #ffbf3c;
  border-color: #ffbf3c;
  color: black;
}
@media (max-width: 767.9px) {
  .page-forgotsalespersonpassword button[type="submit"],
  .page-agentlogin button[type="submit"] {
    width: 100%;
  }
}
/* :L154 */
.page-forgotsalespersonpassword button[type="submit"]:hover,
.page-agentlogin button[type="submit"]:hover,
.page-forgotsalespersonpassword button[type="submit"]:active,
.page-agentlogin button[type="submit"]:active,
.page-forgotsalespersonpassword button[type="submit"]:focus,
.page-agentlogin button[type="submit"]:focus {
  background-color: black;
  border-color: black;
  color: white;
}
/* :L160 */
.page-forgotsalespersonpassword .btn,
.page-agentlogin .btn,
.page-forgotsalespersonpassword .btn:active:focus,
.page-agentlogin .btn:active:focus,
.page-forgotsalespersonpassword .btn:focus,
.page-agentlogin .btn:focus {
  border: 0;
  outline: 0;
  font-weight: bold;
  font-size: 18px;
}
/*--login page--*/

/* :L168 */
.page-agentlogin {
  /*overriding default body margin bottom*/
  margin-bottom: 20px;
  /*overriding default footer height*/

  /* hiding WaitingOpaqueBox to align custom footer*/

  /*Adjusting margin alignment*/

  /*header*/

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

  /*Right-side "Image" styling*/

}
/* :L172 */
.page-agentlogin .footer {
  height: 20px;
}
/* :L176 */
.page-agentlogin #WaitingOpaqueBox {
  display: none;
}
/* :L180 */
.page-agentlogin .instanda-main-content-container {
  margin: 0;
  /* Extra small and small devices*/

}
@media (max-width: 767.9px) {
  .page-agentlogin .instanda-main-content-container {
    margin: 0;
  }
}
/* :L187 */
.page-agentlogin .instanda-agent-login-content {
  margin: 0 80px;
  /* Extra small and small devices*/

}
@media (max-width: 767.9px) {
  .page-agentlogin .instanda-agent-login-content {
    margin: 0 30px;
  }
}
/* :L191 */
.page-agentlogin h3 {
  width: 100%;
  padding-left: 0;
}
/* :L195 */
.page-agentlogin .instanda-agent-login-content > .container {
  width: 100%;
  /*image alignment for smaller devices*/

}
@media (max-width: 767.9px) {
  /* :L199 */
  .page-agentlogin .instanda-agent-login-content > .container .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  /* :L203 */
  .page-agentlogin .instanda-agent-login-content > .container .row .signIn-box {
    order: 2;
  }
  /* :L206 */
  .page-agentlogin .instanda-agent-login-content > .container .row .signIn-image {
    order: 1;
  }
}
/* :L213 */
/* :L214 */
.page-agentlogin .signIn-box .instanda-agent-login > div {
  width: 100%;
  margin-left: 0;
}
/* :L217 */
.page-agentlogin .signIn-box .instanda-agent-login > 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-agentlogin .signIn-box .instanda-agent-login > div .well {
    padding: 19px 0 19px 0;
  }
}
/* :L225 */
.page-agentlogin .signIn-box .instanda-agent-login > div .well .form-control {
  height: 45px;
}
/* :L229 */
.page-agentlogin .signIn-box .instanda-agent-login > div .well .agent-login-links a {
  color: #ffbf3c;
}
/* :L236 */
/* :L237 */
.page-agentlogin .signIn-image img {
  width: 100%;
}
/*Forgot Your password/new user page*/

/* :L243 */
/* :L245 */
.page-forgotsalespersonpassword h4 {
  font-weight: bold;
}
/* :L249 */
.page-forgotsalespersonpassword .section {
  margin-top: 25px;
}
/* :L253 */
@media (max-width: 767.9px) {
  .page-forgotsalespersonpassword form > div:last-child > div {
    width: 100%;
  }
}
/*==============================footer===========================*/

/* :L260 */
/* :L262 */
.ftr .custom-footer {
  background-color: black;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* :L267 */
.ftr .custom-footer .contact-us {
  font-weight: bold;
}
/* :L270 */
/* :L272 */
.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;
  }
}
/* :L277 */
.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;
  }
}
/* :L302 */
.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;
  }
}
/* :L312 */
.ftr .custom-footer .container .home-link {
  color: white;
  font-size: 14px;
}
/* :L315 */
.ftr .custom-footer .container .home-link:hover,
.ftr .custom-footer .container .home-link:active,
.ftr .custom-footer .container .home-link:focus {
  color: #ffbf3c;
}
/* :L320 */
.ftr .custom-footer .footer-right-text {
  margin-right: 30px;
}
/*GENERAL*/

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

/* :L344 */
.instanda-questionHeader h1,
.instanda-questionHeader.title {
  font: normal normal bold 40px/42px 'poppins', sans-serif;
  letter-spacing: -1.92px;
  color: #12243a;
}
/* :L351 */
.instanda-questionHeader h3 {
  font-size: 25px;
  font-weight: bold;
}
/* :L356 */
label {
  font-size: 16px;
  font-weight: normal;
}
/*FORM Control*/

/* :L362 */
.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;
}
/* :L370 */
.form-control:focus {
  border-color: #6ec9c4;
}
/* :L374 */
.form-control.input-validation-error {
  border: 2px solid #d9534f;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
/* :L380 */
.form-control:hover,
.form-control:focus {
  border: 2px solid gray;
  box-shadow: none;
}
/* :L387 */
.form-control[readonly]:focus {
  border-color: #cccccc;
  box-shadow: none;
  -webkit-box-shadow: none;
}
/* :L393 */
.label-danger {
  background-color: #d9534f;
  display: block;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  text-align: left;
}
/* :L401 */
.alert-danger {
  background-color: #f0ad4e;
}
/* :L405 */
.checkbox_cls {
  border: 1px solid lightgray;
  background-color: white;
  margin: 0px;
}
/* :L411 */
input[type='checkbox']:focus {
  outline-offset: 0;
}
/* :L415 */
.confirmQuestionCheckbox {
  display: flex;
  padding: 9px 0 9px 9px;
}
/* space between on quick quote page */

/* :L421 */
/* :L422 */
.page-quickquote .confirmQuestionCheckbox {
  padding: 9px;
  justify-content: space-between;
}
/* Styles for checkboxes that have been checked */

/* :L429 */
input[type='checkbox']:checked {
  outline: 2px solid #ffbf3c;
}
/* :L433 */
.page-quickquote tr:has(input[type='checkbox']:checked),
div.question-grid > div.questionItem:has(input[type='checkbox']:checked) {
  border: 1px solid #ffbf3c;
}
/* :L438 */
.instanda-question-validation-message-address-postcode {
  margin-left: 15px;
  display: none;
}
/* :L443 */
.instanda-question-validation-message-address-city {
  margin-right: 15px;
  display: none !important;
}
/* :L448 */
.instanda-question-validation-message-address-line1 {
  display: none;
}
/* :L452 */
.input-group-addon {
  background-color: white;
}
@media (max-width: 767.9px) {
  /* :L457 */
  .instanda-address-line-1 {
    margin-bottom: 10px;
  }
}
/*RADIO BUTTONS STYLING*/

/* :L463 */
input[type='radio']:focus {
  outline: none;
  outline-offset: 0px;
}
/* :L468 */
/* :L469 */
/* :L470 */
.yes-no-cls .instanda-selected input[type='radio'] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 4px solid #ffbf3c;
  border-radius: 50%;
  margin-left: -22px;
}
/* :L481 */
/* :L482 */
/* :L483 */
.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;
}
/* :L497 */
/* :L498 */
.radio-cls .instanda-question-choice .instanda-unselected input {
  width: 15px;
  height: 18px;
}
/* :L505 */
.radio-inline input[type='radio'],
input[type='radio'] {
  margin: 5px 0 0;
  margin-left: -25px;
  width: 20px;
  height: 15px;
}
/* :L513 */
.yes-no-cls .instanda-question-input {
  /*display: flex;*/
  font: normal normal normal 16px/24px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L520 */
/* :L521 */
.yes-no-cls .instanda-question-yes-no-parent-no,
.yes-no-cls .instanda-question-yes-no-no {
  margin-right: 0px;
  margin-left: 0;
}
/* :L527 */
.yes-no-cls .instanda-question-yes-no-parent-yes,
.yes-no-cls .instanda-question-yes-no-yes {
  margin-right: 10px;
  margin-left: 0;
}
/* :L533 */
.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 #d6d6d6;
  background: white 0% 0% no-repeat padding-box;
}
/* :L539 */
.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;
}
/* :L547 */
/* :L548 */
.radio-cls .radio-inline:active,
.radio-cls .radio-inline:focus,
.radio-cls .radio-inline:hover {
  border: 2px solid gray;
}
/* :L555 */
.radio {
  font: normal normal normal 16px/24px 'poppins', sans-serif;
  margin-top: 0px;
  padding: 0px;
}
/* :L560 */
.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 #d6d6d6;
}
@media (max-width: 768px) {
  .radio .instanda-unselected {
    width: 100%;
  }
}
/* :L569 */
.radio .instanda-unselected input {
  width: 15px;
  background-color: white;
  height: 15px;
}
/* :L576 */
.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%;
  }
}
/* :L585 */
.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;
}
/* :L601 */
.radio-inline.input-validation-error {
  border: 2px solid #d9534f;
}
/* :L605 */
.checkbox-inline,
.radio-inline {
  margin-bottom: 5px;
}
/* :L610 */
/* :L612 */
.name label,
.address label {
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 767.9px) {
  /* :L619 */
  /* :L622 */
  .name/*name question*/ .instanda-question-label {
    position: relative;
    top: 28px;
  }
  /* :L627 */
  .name/*name question*/ .instanda-question-input {
    width: 100%;
    padding-right: 0px;
  }
  /* :L632 */
  .name/*name question*/ .instanda-question-input > .form-group {
    display: flex;
    margin-bottom: 0px;
  }
  /* :L636 */
  .name/*name question*/ .instanda-question-input > .form-group .instanda-question-name-title {
    padding-top: 30px;
    padding-right: 12px;
  }
  /* :L641 */
  .name/*name question*/ .instanda-question-input > .form-group .instanda-question-name-first-name {
    padding-right: 12px;
  }
  /*==========address question==========*/
  
  /* :L648 */
  .address {
    width: 100%;
    margin-bottom: 0px;
  }
  /* :L652 */
  .address .instanda-question-label label {
    position: absolute;
  }
  /* :L656 */
  .address .instanda-question-input {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /* :L661 */
  .address .instanda-question-input > div {
    width: 33%;
  }
  /* :L665 */
  .address .instanda-question-input > div:first-child {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  /* :L669 */
  .address .instanda-question-input > div:first-child > div {
    display: flex;
    margin-top: 30px;
  }
  /* :L676 */
  .address .instanda-address-line-1,
  .address .instanda-address-line-2 {
    width: 100%;
  }
  /* :L681 */
  .address .instanda-address-state-label,
  .address .instanda-address-line-2 {
    padding-left: 10px;
  }
  /* :L686 */
  .address .instanda-address-state {
    padding-left: 10px;
    padding-right: 10px;
  }
  /*.address{
      .instanda-question-label{
        position: absolute;
      }
      .full-address-container{
        display: flex;
        >div:nth-child(2){
          >div:nth-child(1){
            .form-group{
              display:flex;
              margin-top: 25px;
            }
          }
        }
        .address-container{
          display: flex;
        }
      }
      .instanda-address-line-1, .instanda-address-line-2{
        padding-right: 10px;
      }
      .instanda-address-state-label {
        padding-left: 10px;
      }
      .instanda-address-state {
        padding-left: 10px;
        padding-right: 10px;
      }
    }
  }*/
  
  /* .address{
      /*.instanda-question-label{
        position: absolute;
      }*/
  
  /*.full-address-container{
        .address-container:nth-child(2){
          display: flex;
      	flex-wrap: wrap;
          >div{
            flex-basis:50%;
          }
          >div:first-child{
            flex-basis:100%;
            > .form-group{
              display: flex;
      		flex-wrap: wrap;
              > .instanda-question-input{
                flex-basis:50%;
              }
            }
          } 
        }
        .address-container:last-child{
          width:50%;
        }
      }
      .instanda-address-state-label, .instanda-address-line-2, .instanda-address-state{
        padding-left: 10px;
      }
    }*/
}
/*=======================================SET CONTENT WIDTH================================*/

/* :L756 */
.page-index .index-main-content,
.page-servererror .instanda-server-error-content,
.instanda-bolt-payment-failed-content,
.page-maintenancepage .instanda-maintenance-page-content,
.instanda-main-content-container,
/*.page-agentlogin .instanda-main-content-container,*/ .page-forgotsalespersonpassword .instanda-main-content-container {
  margin: 0 80px;
  /* Extra small and small devices*/

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

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

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

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

}
/* :L790 */
/* :L791 */
.navbar-default .navbar-nav .active > a,
.navbar-default .navbar-nav .active > a:focus {
  color: black;
  background-color: #ffbf3c;
  border-radius: 30px;
}
/* :L798 */
.navbar-default .navbar-nav .active > a:hover {
  background-color: #ffda91;
  color: black;
  border-color: white;
}
/* :L804 */
.navbar-default .navbar-nav .instanda-nav-item a:hover {
  color: #ffbf3c;
  font-weight: bold;
}
/* :L810 */
.navbar-collapse ul li:last-child ::after {
  content: ' \279C';
  font-weight: 700;
  padding-top: 7px;
}
/*NAVBAR LOGO*/

/* :L817 */
.navbar-brand {
  padding-left: 0;
}
/* :L820 */
.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*/

/* :L832 */
.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;
  }
}
/* :L841 */
/* :L843 */
.navbar-default .container {
  margin: 0 80px;
  /* Extra small and small devices*/

  /*width:89%;*/

}
@media (max-width: 767.9px) {
  .navbar-default .container {
    margin: 0 30px;
  }
}
/* Hide Inland Marine link from nav */

/* :L850 */
#instanda-header > nav > div > div.collapse.navbar-collapse.navbar-ex1-collapse > ul > li:has(a[href^='/Public/PreQuoteQuestions?PackageId=22133']) {
  display: none;
}
/*================================BREADCRUMB=====================*/

/*Breadcrumb items*/

/* :L861 */
.breadcrumb a {
  position: relative;
  text-decoration: none;
  padding-top: 10px;
  color: #565e71;
  height: 42px;
  font: normal normal normal 14px/20px Inter;
  letter-spacing: 0px;
}
/* :L870 */
.breadcrumb a span {
  padding-left: 15px;
  padding-right: 15px;
}
/* :L875 */
.breadcrumb a .menu-tick {
  padding-left: 20px;
}
/* :L879 */
.breadcrumb a .menu-no {
  padding-right: 20px;
}
/* :L884 */
.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;
}
/* :L901 */
.breadcrumb a:last-child:after {
  content: none;
}
/* :L905 */
.breadcrumb {
  padding: 0px !important;
  margin-bottom: 10px;
  border-top: 1px solid #d7ddea;
  border-bottom: 1px solid #d7ddea;
  background-color: white;
  border-radius: 0px;
}
/* :L913 */
.breadcrumb img {
  width: 16px;
  height: 15px;
  margin-right: 5px;
}
/* :L919 */
.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;
  }
}
/* :L932 */
/* :L933 */
.breadcrumb .selected .menu-no {
  color: #0f61fb;
}
/* :L938 */
/* :L939 */
.breadcrumb .completed span {
  color: #12243a;
}
/* :L943 */
.breadcrumb .completed .menu-tick {
  color: #01b297;
  padding-right: 5px;
}
/* :L948 */
.breadcrumb .completed .menu-no {
  padding-left: 10px;
}
@media (max-width: 992px) {
  /* :L954 */
  .breadcrumb a::after {
    content: none;
  }
  /* :L958 */
  /* :L959 */
  .breadcrumb a span {
    display: none;
  }
  /* :L964 */
  /* :L965 */
  .breadcrumb .selected span {
    display: block;
  }
}
/*========================= Blueline for H1 header=====================*/

/* :L972 */
/* :L982 */
.page-customeraccountoptions h1,
.page-agentalldocs h1,
.page-quickquote h1,
.page-index .main-heading h1,
.page-index .home-content h1,
.page-prequotequestions h1,
.page-retrievequote h1,
.page-getagentsearchresults h1,
.page-agentretrievequotebypackage .home-content h1,
.instanda-agent-retrieve-quote-content .home-content 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-index .home-content h1,
  .page-prequotequestions h1,
  .page-retrievequote h1,
  .page-getagentsearchresults h1,
  .page-agentretrievequotebypackage .home-content h1,
  .instanda-agent-retrieve-quote-content .home-content h1 {
    font: normal normal bold 32px/32px 'poppins', sans-serif;
  }
}
/* :L987 */
/* :L997 */
.page-customeraccountoptions h1:after,
.page-agentalldocs h1:after,
.page-quickquote h1:after,
.page-index .main-heading h1:after,
.page-index .home-content h1:after,
.page-prequotequestions h1:after,
.page-retrievequote h1:after,
.page-getagentsearchresults h1:after,
.page-agentretrievequotebypackage .home-content h1:after,
.instanda-agent-retrieve-quote-content .home-content 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,*/

/* :L1004 */
/* :L1022 */
.page-quote .instanda-quote-content .title h3,
.page-paymentconfirmation h3,
.page-confirmation2 h3,
.page-customerlogin h3,
.page-cancelpolicy .instanda-cancellation-reason-content h3,
.page-customerhomepage .main-title h3,
.page-customerdetails h3,
.page-agentdashboard h3,
.page-agentlogin h3,
.page-viewquoteorpolicy h3,
.page-cancellationconfirmation h3,
.page-agentalldocs .instanda-questionHeader h3,
.page-reviewreferrals h3,
.page-index .home-content h3,
.page-agentretrievequotebypackage .home-content h3,
.page-quickquote h3,
.page-recalculatereferralquestions h3,
.large-header h3 {
  position: relative;
  font: normal normal bold 64px/64px 'poppins', sans-serif;
  color: #12243a;
}
@media (max-width: 567.9px) {
  .page-quote .instanda-quote-content .title h3,
  .page-paymentconfirmation h3,
  .page-confirmation2 h3,
  .page-customerlogin h3,
  .page-cancelpolicy .instanda-cancellation-reason-content h3,
  .page-customerhomepage .main-title h3,
  .page-customerdetails h3,
  .page-agentdashboard h3,
  .page-agentlogin h3,
  .page-viewquoteorpolicy h3,
  .page-cancellationconfirmation h3,
  .page-agentalldocs .instanda-questionHeader h3,
  .page-reviewreferrals h3,
  .page-index .home-content h3,
  .page-agentretrievequotebypackage .home-content h3,
  .page-quickquote h3,
  .page-recalculatereferralquestions h3,
  .large-header h3 {
    font: normal normal bold 32px/32px 'poppins', sans-serif;
  }
}
/* :L1027 */
.page-agentdashboard h1 {
  position: relative;
  font: normal normal bold 64px/64px 'poppins', sans-serif;
  color: #12243a;
}
@media (max-width: 567.9px) {
  .page-agentdashboard h1 {
    font: normal normal bold 32px/32px 'poppins', sans-serif;
  }
}
/*.page-retrievequote .main-heading,*/

/* :L1032 */
/* :L1054 */
.page-quote .instanda-quote-content .title h3:after,
.page-paymentconfirmation h3:after,
.page-confirmation2 h3:after,
.page-customerlogin h3:after,
.page-cancelpolicy .instanda-cancellation-reason-content h3:after,
.page-customerhomepage .main-title h3:after,
.page-customerdetails h3:after,
.page-agentdashboard h3:after,
.page-agentlogin h3:after,
.page-viewquoteorpolicy h3:after,
.page-cancelpolicy h3:after,
.page-cancellationconfirmation h3:after,
.page-agentalldocs .instanda-questionHeader h3:after,
.page-reviewreferrals h3:after,
.page-quickquotequestions h3:after,
.page-index .home-content h3:after,
.page-agentretrievequotebypackage .home-content h3:after,
.page-quickquote h3:after,
.page-quickquotequestions h3:after,
.page-prequotequestions h3:after,
.page-recalculatereferralquestions h3:after,
.page-postquotequestions h3:after {
  display: block;
  margin-top: 10px;
  width: 36px;
  content: '';
  border-top: 6px solid #ffbf3c;
  border-right: 6px solid transparent;
}
/* :L1059 */
.page-agentdashboard h1:after {
  display: block;
  margin-top: 10px;
  width: 36px;
  content: '';
  border-top: 6px solid #ffbf3c;
  border-right: 6px solid transparent;
}
/* :L1063 */
.page-onlinetransactions #transactions-table-heading {
  position: relative;
  font: normal normal bold 64px/64px 'poppins', sans-serif;
  color: #12243a;
}
@media (max-width: 567.9px) {
  .page-onlinetransactions #transactions-table-heading {
    font: normal normal bold 32px/32px 'poppins', sans-serif;
  }
}
/* :L1066 */
.page-onlinetransactions #transactions-table-heading:after {
  display: block;
  margin-top: 10px;
  width: 36px;
  content: '';
  border-top: 6px solid #ffbf3c;
  border-right: 6px solid transparent;
}
/* :L1071 */
.italic {
  font-style: italic;
}
/* :L1075 */
.italic1 {
  font-style: italic;
  color: #c0392b;
}
/* Capitalize Additional/Return for MTA premiums */

/* :L1081 */
.hide-if-not-mta,
.show-if-mta {
  text-transform: capitalize;
}
/* Hide documents in the footer */

/* :L1087 */
footer > div.container.instanda-documents {
  display: none;
}
/* Overwriting H3 sizing when OFAC hits */

/* :L1092 */
.qq-h3 h3,
.page-quickquote #instandaquestions > div.instanda-quick-quote-questions > div:nth-child(1) > div > div > div.instanda-container-fluid > div > h3 {
  font-size: 25px;
}
/* Testing */

/* :L1106 */
.disabled-input {
  pointer-events: none;
  cursor: not-allowed;
  background-color: #eeeeee;
}
/*.package-19353.page-quickquotequestions */

/* :L1112 */
/* :L1116 */
.page-quickquotequestions .instanda-main-content-container,
.page-prequotequestions .instanda-main-content-container,
.page-postquotequestions .instanda-main-content-container,
.page-quickquote .instanda-main-content-container {
  width: 75%;
  max-width: 1200px;
}
/* :L1123 */
.yes-no-parent > div.instanda-question-parent-yes-no.form-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
/* :L1129 */
.yes-no-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
/* :L1134 */
.yes-no-grid > div.instanda-question-label {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
/* :L1140 */
.yes-no-grid > div.instanda-text-question.form-group.row {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
/* :L1146 */
.yes-no-grid > div.instanda-text-question.form-group.row > div.instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
  grid-column-end: span 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
/* :L1154 */
/* :L1158 */
.package-19353.page-prequotequestions .yes-no-horizontal,
.package-19353.page-quickquotequestions .yes-no-horizontal,
.package-19353.page-postquotequestions .yes-no-horizontal,
.package-19353.page-quickquote .yes-no-horizontal {
  display: flex;
  align-items: center;
}
/* :L1165 */
.package-19353.page-prequotequestions .yes-no-horizontal div.instanda-question-label,
.package-19353.page-quickquotequestions .yes-no-horizontal div.instanda-question-label,
.package-19353.page-postquotequestions .yes-no-horizontal div.instanda-question-label,
.package-19353.page-quickquote .yes-no-horizontal div.instanda-question-label,
.package-19353.page-prequotequestions #question304473 > div.instanda-question-parent-yes-no.form-group > div.instanda-question-label,
.package-19353.page-quickquotequestions #question304473 > div.instanda-question-parent-yes-no.form-group > div.instanda-question-label,
.package-19353.page-postquotequestions #question304473 > div.instanda-question-parent-yes-no.form-group > div.instanda-question-label,
.package-19353.page-quickquote #question304473 > div.instanda-question-parent-yes-no.form-group > div.instanda-question-label {
  padding-right: 2em;
}
/* :L1170 */
/* :L1173 */
.package-19353.page-prequotequestions #question346231 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
.package-19353.page-quickquotequestions #question346231 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
.package-19353.page-postquotequestions #question346231 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
.package-19353.page-quickquote #question346231 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
.package-19353.page-prequotequestions #question346232 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
.package-19353.page-quickquotequestions #question346232 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
.package-19353.page-postquotequestions #question346232 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
.package-19353.page-quickquote #question346232 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
.package-19353.page-prequotequestions #question379306 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
.package-19353.page-quickquotequestions #question379306 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
.package-19353.page-postquotequestions #question379306 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
.package-19353.page-quickquote #question379306 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  max-width: 841px;
}
/* :L1179 */
.package-19353.page-prequotequestions #question304454,
.package-19353.page-quickquotequestions #question304454,
.package-19353.page-postquotequestions #question304454,
.package-19353.page-quickquote #question304454,
.package-19353.page-prequotequestions #question304455,
.package-19353.page-quickquotequestions #question304455,
.package-19353.page-postquotequestions #question304455,
.package-19353.page-quickquote #question304455,
.package-19353.page-prequotequestions #question304456,
.package-19353.page-quickquotequestions #question304456,
.package-19353.page-postquotequestions #question304456,
.package-19353.page-quickquote #question304456 {
  grid-template-columns: 2fr 1fr;
  column-gap: 2em;
}
/* :L1186 */
.package-19353.page-prequotequestions #LinkInfo_TXT,
.package-19353.page-quickquotequestions #LinkInfo_TXT,
.package-19353.page-postquotequestions #LinkInfo_TXT,
.package-19353.page-quickquote #LinkInfo_TXT,
.package-19353.page-prequotequestions #DescribeInfo_TXT,
.package-19353.page-quickquotequestions #DescribeInfo_TXT,
.package-19353.page-postquotequestions #DescribeInfo_TXT,
.package-19353.page-quickquote #DescribeInfo_TXT,
.package-19353.page-prequotequestions #ExpAns_TXT,
.package-19353.page-quickquotequestions #ExpAns_TXT,
.package-19353.page-postquotequestions #ExpAns_TXT,
.package-19353.page-quickquote #ExpAns_TXT {
  max-width: 830px;
}
/* :L1192 */
/* :L1194 */
.package-19353.page-prequotequestions #question347795 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
.package-19353.page-quickquotequestions #question347795 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
.package-19353.page-postquotequestions #question347795 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
.package-19353.page-quickquote #question347795 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
.package-19353.page-prequotequestions #question379308 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
.package-19353.page-quickquotequestions #question379308 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
.package-19353.page-postquotequestions #question379308 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
.package-19353.page-quickquote #question379308 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  max-width: 844px;
}
/* :L1201 */
.package-19353.page-prequotequestions #Allegations_TXT,
.package-19353.page-quickquotequestions #Allegations_TXT,
.package-19353.page-postquotequestions #Allegations_TXT,
.package-19353.page-quickquote #Allegations_TXT,
.package-19353.page-prequotequestions #IncidentReport_TXT,
.package-19353.page-quickquotequestions #IncidentReport_TXT,
.package-19353.page-postquotequestions #IncidentReport_TXT,
.package-19353.page-quickquote #IncidentReport_TXT,
.package-19353.page-prequotequestions #SuperviseEmp_TXT,
.package-19353.page-quickquotequestions #SuperviseEmp_TXT,
.package-19353.page-postquotequestions #SuperviseEmp_TXT,
.package-19353.page-quickquote #SuperviseEmp_TXT,
.package-19353.page-prequotequestions #CustodialExp_TXT,
.package-19353.page-quickquotequestions #CustodialExp_TXT,
.package-19353.page-postquotequestions #CustodialExp_TXT,
.package-19353.page-quickquote #CustodialExp_TXT,
.package-19353.page-prequotequestions #Other_TXT,
.package-19353.page-quickquotequestions #Other_TXT,
.package-19353.page-postquotequestions #Other_TXT,
.package-19353.page-quickquote #Other_TXT,
.package-19353.page-prequotequestions #question347858 span.label-danger,
.package-19353.page-quickquotequestions #question347858 span.label-danger,
.package-19353.page-postquotequestions #question347858 span.label-danger,
.package-19353.page-quickquote #question347858 span.label-danger {
  max-width: 814.53px;
}
/* :L1210 */
.package-19353.page-prequotequestions #question302797 > div.instanda-question-parent-yes-no.form-group,
.package-19353.page-quickquotequestions #question302797 > div.instanda-question-parent-yes-no.form-group,
.package-19353.page-postquotequestions #question302797 > div.instanda-question-parent-yes-no.form-group,
.package-19353.page-quickquote #question302797 > div.instanda-question-parent-yes-no.form-group {
  grid-template-columns: minmax(191.84px, 232.84px) 1fr;
}
/* :L1214 */
.package-19353.page-prequotequestions .yes-no-parent .instanda-document-upload-input-container,
.package-19353.page-quickquotequestions .yes-no-parent .instanda-document-upload-input-container,
.package-19353.page-postquotequestions .yes-no-parent .instanda-document-upload-input-container,
.package-19353.page-quickquote .yes-no-parent .instanda-document-upload-input-container {
  float: left;
}
/* :L1219 */
/* :L1220 */
#question379309 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  max-width: 841px;
}
/* :L1226 */
.page-postquotequestions > .yes-no-cls.yes-no-grid {
  grid-template-columns: 2fr 1fr;
  column-gap: 1em;
}
/* :L1231 */
.assessment-question {
  grid-template-columns: 2fr 1fr;
  column-gap: 1em;
}
/* :L1236 */
#question304063,
#question304064,
#question304065 {
  grid-template-columns: 2fr 1fr;
  column-gap: 2em;
}
/* :L1243 */
/* :L1251 */
#question302374 div.instanda-question-parent-yes-no.form-group,
#question337282 div.instanda-question-parent-yes-no.form-group,
#question304402 div.instanda-question-parent-yes-no.form-group,
#question304403 div.instanda-question-parent-yes-no.form-group,
#question307919 div.instanda-question-parent-yes-no.form-group,
#question307233 div.instanda-question-parent-yes-no.form-group,
#question306735 div.instanda-question-parent-yes-no.form-group,
#question378636 div.instanda-question-parent-yes-no.form-group {
  max-width: 1000px;
}
/* :L1256 */
#question347515,
#question347521,
#question347519 {
  max-width: 1000px;
}
/* :L1262 */
#question347794,
#question304436 {
  display: grid;
}
/* :L1267 */
#question304436 {
  grid-template-columns: minmax(250px, 1fr) 1fr;
}
/* :L1271 */
/* :L1273 */
#question347794 > div.instanda-question-label,
#question304436 > div.instanda-question-label {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
/* :L1281 */
/* :L1283 */
#question347794 > div.instanda-text-question.form-group.row,
#question304436 > div.instanda-text-question.form-group.row {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
/* :L1290 */
#question347794,
#question304436 > div.instanda-text-question.form-group.row > div.instanda-question-help-col.col-xs-1.col-sm-6.col-md-6.col-lg-6 {
  grid-column-end: span 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
/* :L1299 */
#question304484 > div.instanda-question-parent-yes-no.form-group > div.instanda-question-label {
  padding-right: 1.1em;
}
/* :L1303 */
#question302382 > div.instanda-question-label {
  width: 232.84px;
}
/* :L1307 */
/* :L1308 */
.package-19353.page-number-3 div.instanda-text-input.instanda-question-input {
  max-width: 75%;
}
/* :L1312 */
.package-19353.page-number-3 div[id^='AdditionalInsured'] div.address {
  max-width: 75%;
}
/* :L1317 */
/* :L1318 */
.package-19353.page-number-4 .instanda-question-label {
  width: 600px;
}
/* :L1323 */
/* :L1325 */
.package-19353.page-prequotequestions.page-number-11 .instanda-main-content-container,
.package-19362.page-quickquotequestions.page-number-4 .instanda-main-content-container {
  width: 100%;
  max-width: fit-content;
}
/* :L1331 */
/* :L1335 */
#question393686 div.instanda-question-parent-yes-no.form-group,
#question308661 div.instanda-question-parent-yes-no.form-group,
#question393688 div.instanda-question-parent-yes-no.form-group,
#question309594 div.instanda-question-parent-yes-no.form-group {
  grid-template-columns: minmax(250px, 650px) minmax(250px, 330px);
}
/* :L1340 */
/* :L1344 */
#question393686 > div.instanda-question-parent-yes-no.form-group > div.instanda-text-question.form-group.row,
#question308661 > div.instanda-question-parent-yes-no.form-group > div.instanda-text-question.form-group.row,
#question393688 > div.instanda-question-parent-yes-no.form-group > div.instanda-text-question.form-group.row,
#question309594 > div.instanda-question-parent-yes-no.form-group > div.instanda-text-question.form-group.row {
  justify-self: flex-end;
  padding-right: 0;
}
/* :L1349 */
#question304472 h4,
#question304081 h4 {
  font-size: 18px;
}
/* :L1354 */
/* :L1355 */
#question309594 div.instanda-question-parent-yes-no.form-group {
  grid-template-columns: minmax(250px, 300px) minmax(300px, 1fr);
}
/* :L1360 */
/* :L1364 */
#question307156 > div.instanda-question-parent-yes-no.form-group,
#question306717 > div.instanda-question-parent-yes-no.form-group,
#question307233 > div.instanda-question-parent-yes-no.form-group,
#question306735 > div.instanda-question-parent-yes-no.form-group {
  grid-template-columns: minmax(250px, 480px) 1fr;
}
/* :L1369 */
#question304473 > div.instanda-question-parent-yes-no.form-group,
#question304481 > div.instanda-question-parent-yes-no.form-group,
#question304484 > div.instanda-question-parent-yes-no.form-group,
#question304476,
#question304082 > div.instanda-question-parent-yes-no.form-group,
#question304085,
#question304090 > div.instanda-question-parent-yes-no.form-group,
#question304094 > div.instanda-question-parent-yes-no.form-group {
  grid-template-columns: 6fr 1fr;
  column-gap: 1em;
}
/* :L1381 */
#question304473,
#question304481,
#question304484,
#question304476,
#question304082,
#question304085,
#question304090,
#question304094 {
  max-width: 1715px;
}
/* :L1392 */
#question304476 > div.instanda-question-label {
  margin-right: 0;
}
/* :L1396 */
/* :L1399 */
#question302379 div.instanda-text-question.form-group.row,
#question302798 div.instanda-text-question.form-group.row,
#question357402 div.instanda-text-question.form-group.row {
  max-width: 485px;
}
/* :L1404 */
/* :L1427 */
#question337252 div.instanda-text-question.form-group.row,
#question346225 div.instanda-text-question.form-group.row,
#question337285 div.instanda-text-question.form-group.row,
#question304413 div.instanda-text-question.form-group.row,
#question306752 div.instanda-text-question.form-group.row,
#question304417 div.instanda-text-question.form-group.row,
#question317962 div.instanda-text-question.form-group.row,
#question304412 div.instanda-text-question.form-group.row,
#question304416 div.instanda-text-question.form-group.row,
#question306749 div.instanda-text-question.form-group.row,
#question216515 div.instanda-text-question.form-group.row,
#question235375 div.instanda-text-question.form-group.row,
#question317960 div.instanda-text-question.form-group.row,
#question307558 div.instanda-text-question.form-group.row,
#question357787 div.instanda-text-question.form-group.row,
#question357611 div.instanda-text-question.form-group.row,
#question378663 div.instanda-text-question.form-group.row,
#question379049 div.instanda-text-question.form-group.row,
#question379051 div.instanda-text-question.form-group.row,
#question378583 div.instanda-text-question.form-group.row,
#question358090 div.instanda-text-question.form-group.row,
#question306750 div.instanda-text-question.form-group.row,
#question317961 div.instanda-text-question.form-group.row {
  max-width: 510px;
}
/* :L1432 */
#OrganizationDOInsuranceDO_YNP_Children,
#Organizationnumberemp_NUM {
  max-width: 711.72px;
}
/* :L1437 */
#MostrecentnoofemployeesDO_NUM,
#NextTwelvemonthnoofemployeeDO_NUM,
#AgentNameDO_TXT,
#AgentLicenseDo_NUM {
  max-width: 1090px;
}
/* Questions Style Testing */

/* :L1446 */
.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  width: 100%;
}
/* Indent Questions within Sections */

/* :L1451 */
.questionItem:not(.section-header) {
  margin-left: 2em;
  width: 100%;
}
/* :L1456 */
.questionItem.instanda-multi-item-add-remove {
  margin-left: 0;
}
/* :L1460 */
div[id*='_CHOICEP_Children'] > .questionItem,
div[id*='_YNP_Children'] > .questionItem,
div[id*='_YN_Children'] > .questionItem,
#question307781,
#question307782 {
  margin-left: 0;
}
/* :L1468 */
/* :L1476 */
.package-19353.page-prequotequestions.page-number-2 input[id$='_NUM'],
.package-19353.page-prequotequestions.page-number-9 input[id$='_NUM'],
#question307781 input input[id$='_NUM'],
#question307782 input input[id$='_NUM'],
.package-19264.page-quickquotequestions.page-number-3 input[id$='_NUM'],
.package-15898.page-quickquotequestions.page-number-3 input[id$='_NUM'],
.page-quickquotequestions.page-number-3.package-20767 input[id$='_NUM'],
.page-quickquotequestions.page-number-4.package-20767 input[id$='_NUM'],
.package-19353.page-prequotequestions.page-number-2 input[id$='_Num'],
.package-19353.page-prequotequestions.page-number-9 input[id$='_Num'],
#question307781 input input[id$='_Num'],
#question307782 input input[id$='_Num'],
.package-19264.page-quickquotequestions.page-number-3 input[id$='_Num'],
.package-15898.page-quickquotequestions.page-number-3 input[id$='_Num'],
.page-quickquotequestions.page-number-3.package-20767 input[id$='_Num'],
.page-quickquotequestions.page-number-4.package-20767 input[id$='_Num'],
.package-19353.page-prequotequestions.page-number-2 input[id$='_PCT'],
.package-19353.page-prequotequestions.page-number-9 input[id$='_PCT'],
#question307781 input input[id$='_PCT'],
#question307782 input input[id$='_PCT'],
.package-19264.page-quickquotequestions.page-number-3 input[id$='_PCT'],
.package-15898.page-quickquotequestions.page-number-3 input[id$='_PCT'],
.page-quickquotequestions.page-number-3.package-20767 input[id$='_PCT'],
.page-quickquotequestions.page-number-4.package-20767 input[id$='_PCT'] {
  width: 250px;
}
/* :L1483 */
#question347796,
#question347929,
#question347769 {
  max-width: 745px;
}
/* :L1489 */
#InsuranceCancellednonrenewedPast5YearsDetails_TXT,
#copyofrulesorwebsitelink_TXT,
#internationalexposureDetails_TXT,
#drugtestingDetails_TXT,
#detailsofmanagementexperience_TXT,
#natureofoperationsGL_TXT,
#activitiessanctioned_TXT,
#sanctioningprocedures_TXT,
#InsuranceCancelledDetails_TXT,
#ClaimsLast5YearsDetails_TXT,
#question304439 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 > div > div.instanda-question-input.instanda-question-choice > span,
#OtherSportstype_TXT,
#question307125 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 > div > div.instanda-question-input.instanda-question-choice > span,
#GameTypeAF_CHOICE,
#GameType_CHOICE,
#SportTypesAF_CH,
#organizationclaimsInlast3yearsDetails_YNP,
#SexualAbuseDetails_TXT,
#question348312 > div.instanda-question-label,
#question348339 > div.instanda-question-label,
#question348340 > div.instanda-question-label,
#question348233 {
  max-width: 814.53px;
}
/* :L1524 */
#LimitProvided_TXT,
#Whosignsthewaivers_TXT,
#Whenwaiverssigned_TXT,
#Howlongwaiverskept_TXT,
#Wherewaiversstored_TXT,
#preparationtakeninjuries_TXT,
#informationdisseminated_TXT,
#competitionareascomplianceDetails_TXT,
.instanda-multi-item-add-remove,
div[data-summary-header='AdditionalInsured_summary'] {
  max-width: 830px;
}
/* :L1537 */
#question347869 > div.instanda-question-label,
#question347870 > div.instanda-question-label {
  width: 66.6%;
  max-width: 586px;
}
/* :L1543 */
/* :L1544 */
.page-postquotequestions div.instanda-question-label {
  max-width: 800px;
}
/* Requested changes to Quick Quote display */

/* :L1558 */
/* :L1559 */
.page-quickquote h4 {
  font-size: 22px;
  margin-bottom: 1em;
}
/* :L1563 */
.page-quickquote table {
  width: 225px;
}
/* :L1566 */
.page-quickquote tr {
  font-size: 18px;
  margin-bottom: 1em;
}
/* :L1572 */
.subheader,
.subheader h4 {
  font-weight: 700;
}
/* :L1577 */
#question316763,
/*ASQuoteRef_TXT*/ #question381250,
/*IMQuoteRef_TXT*/ #question316777,
/*AHQuoteRef_TXT*/ #question316778,
/*DOQuoteRef_TXT*/ #question346930,
/*GLQuoteRef_TXT*/ #question348156,
/*GLclaimspecificquestion for adding witness*/ #question347725/*GLclaimspecificquestiopn for document name*/ {
  display: none;
}
/* :L1587 */
/* :L1589 */
.page-prequotequestions.created-from-mta .policymta {
  display: block;
  text-align: right;
}
/* :L1592 */
.page-prequotequestions.created-from-mta .policymta .policynumber-label {
  font-weight: bold;
}
/* :L1597 */
/* :L1599 */
.page-prequotequestions .policymta {
  display: none;
}
/* :L1604 */
/* :L1606 */
.page-prequotequestions .state-message .alert-danger {
  padding: 20px;
}
@media (max-width: 992px) {
  /* :L104 */
  /* :L107 */
  .page-prequotequestions .instanda-pre-quote-content > .container,
  .page-prequotequestions .instanda-choose-billing-details > .container,
  .page-prequotequestions .instanda-cancel-ques-content > .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  /* :L111 */
  .page-prequotequestions .instanda-pre-quote-content > .container > div,
  .page-prequotequestions .instanda-choose-billing-details > .container > div,
  .page-prequotequestions .instanda-cancel-ques-content > .container > div {
    flex-basis: 100%;
    width: 100%;
  }
  /* :L115 */
  .page-prequotequestions .instanda-pre-quote-content > .container .question_cls,
  .page-prequotequestions .instanda-choose-billing-details > .container .question_cls,
  .page-prequotequestions .instanda-cancel-ques-content > .container .question_cls {
    order: 2;
  }
  /* :L118 */
  .page-prequotequestions .instanda-pre-quote-content > .container .image_cls,
  .page-prequotequestions .instanda-choose-billing-details > .container .image_cls,
  .page-prequotequestions .instanda-cancel-ques-content > .container .image_cls {
    order: 1;
  }
}
/* :L1610 */
.page-prequotequestions .image_cls {
  /*MIXIN for image common width and margin*/
  padding-top: 30px;
  padding-right: 35px;
  /*MIXIN for image common width and margin*/

}
/* :L128 */
.page-prequotequestions .image_cls img {
  margin-top: 30px;
  margin-bottom: 15px;
  width: 100%;
}
/* :L1613 */
.page-prequotequestions .instanda-question-input {
  width: 100%;
}
/* :L1616 */
.page-prequotequestions .instanda-multi-item-header {
  display: none;
}
/* :L1619 */
.page-prequotequestions .fa-question-circle {
  color: #ffbf3c;
}
@media (min-width: 768px) {
  /* :L1623 */
  .page-prequotequestions .instanda-well,
  .page-prequotequestions div[id*='Children8502'] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /* :L1628 */
  .page-prequotequestions .instanda-well > .questionItem,
  .page-prequotequestions div[id*='Children8502'] > .questionItem,
  .page-prequotequestions .instanda-well > .container,
  .page-prequotequestions div[id*='Children8502'] > .container {
    flex-basis: 100%;
  }
  /* :L1634 */
  .page-prequotequestions .instanda-well #question216515,
  .page-prequotequestions div[id*='Children8502'] #question216515,
  .page-prequotequestions .instanda-well/*Policy Effective Date*/ #question216516,
  .page-prequotequestions div[id*='Children8502']/*Policy Effective Date*/ #question216516,
  .page-prequotequestions .instanda-well/*Policy Expiration Date*/ #question216709,
  .page-prequotequestions div[id*='Children8502']/*Policy Expiration Date*/ #question216709,
  .page-prequotequestions .instanda-well/*Sports Type*//* #question216713,*//*Total Members*/ #question216715,
  .page-prequotequestions div[id*='Children8502']/*Sports Type*//* #question216713,*//*Total Members*/ #question216715,
  .page-prequotequestions .instanda-well/*<18*//* #question216716,*//*19-30*/ #question216717,
  .page-prequotequestions div[id*='Children8502']/*<18*//* #question216716,*//*19-30*/ #question216717,
  .page-prequotequestions .instanda-well/*31-40*//*#question216719,*//*41-50*/ #question216720,
  .page-prequotequestions div[id*='Children8502']/*31-40*//*#question216719,*//*41-50*/ #question216720,
  .page-prequotequestions .instanda-well/*51-60*/ #question216721,
  .page-prequotequestions div[id*='Children8502']/*51-60*/ #question216721,
  .page-prequotequestions .instanda-well/*60-65*/ #question236125,
  .page-prequotequestions div[id*='Children8502']/*60-65*/ #question236125,
  .page-prequotequestions .instanda-well/*Entity Type*/ #question236126/*Business Name or DBA*/,
  .page-prequotequestions div[id*='Children8502']/*Entity Type*/ #question236126/*Business Name or DBA*/ {
    flex-basis: 50%;
  }
  /* :L1648 */
  .page-prequotequestions .instanda-well #question216514,
  .page-prequotequestions div[id*='Children8502'] #question216514,
  .page-prequotequestions .instanda-well/*Phone Number*/ .logged-in-agent #question216516,
  .page-prequotequestions div[id*='Children8502']/*Phone Number*/ .logged-in-agent #question216516,
  .page-prequotequestions .instanda-well/*Policy Expiration Date*//* #question216713,*//*Total Members*//*#question216716, *//*19-30*//*#question216719,*//*41-50*/ #question216721,
  .page-prequotequestions div[id*='Children8502']/*Policy Expiration Date*//* #question216713,*//*Total Members*//*#question216716, *//*19-30*//*#question216719,*//*41-50*/ #question216721,
  .page-prequotequestions .instanda-well/*60-65*/ #question236126/*Business Name or DBA*/,
  .page-prequotequestions div[id*='Children8502']/*60-65*/ #question236126/*Business Name or DBA*/ {
    padding-left: 10px;
  }
  /* :L1658 */
  /* :L1660 */
  .page-prequotequestions #question236127 .instanda-text-question {
    display: flex;
  }
  /* :L1662 */
  .page-prequotequestions #question236127 .instanda-text-question .instanda-question-help-col {
    width: 10%;
  }
}
@media (max-width: 480px) {
  /* :L1669 */
  .page-prequotequestions .instanda-question-help-col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* :L1675 */
/* :L1682 */
#question216713 .label-danger,
/*Total Members*/ #question216715 .label-danger,
/*<18*/ #question216716 .label-danger,
/*19-30*/ #question216717 .label-danger,
/*31-40*//*#question216719,*//*41-50*/ #question216720 .label-danger,
/*51-60*/ #question216721/*60-65*/ .label-danger {
  white-space: normal;
}
/* :L1687 */
/* :L1688 */
#AssociationState_TXT .label-danger {
  background-color: #d9534f;
  display: block;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  text-align: left;
}
/*
  // changing question width to match quick quote question width
  .instanda-pre-quote-questions .questionList {
	max-width: 50%;
  }
  */

/* hide image on certain pages */

/* :L1705 */
/* :L1707 */
.page-prequotequestions.page-number-10 #prequote-image,
.page-prequotequestions.package-19353.created-from-newbusiness.page-number-1 #prequote-image {
  display: none;
}
/* Move buttons to left on QQ Display */

/* :L1713 */
/* :L1714 */
.page-quickquote.page-number-1 #quote-content-form > div.container > div > div {
  max-width: 50%;
}
/* :L1720 */
#question304476,
#question304085,
#question347586 {
  margin-top: 2em;
}
/* :L1726 */
/* :L1728 */
.page-prequotequestions.page-number-11 h4,
.page-quickquotequestions.page-number-4.package-19362 h4 {
  font-size: 16px;
  font-weight: bold;
}
/* :L1733 */
.page-prequotequestions.page-number-11 .do-pqq-image,
.page-quickquotequestions.page-number-4.package-19362 .do-pqq-image {
  display: none;
}
/* :L1737 */
.page-prequotequestions.page-number-11 div.wrap,
.page-quickquotequestions.page-number-4.package-19362 div.wrap {
  display: flex;
}
/* :L1741 */
.page-prequotequestions.page-number-11 #question304479 label,
.page-quickquotequestions.page-number-4.package-19362 #question304479 label,
.page-prequotequestions.page-number-11 #question304088 label,
.page-quickquotequestions.page-number-4.package-19362 #question304088 label {
  width: 100%;
}
/* :L1746 */
.page-prequotequestions.page-number-11 #question304479,
.page-quickquotequestions.page-number-4.package-19362 #question304479,
.page-prequotequestions.page-number-11 #question304088,
.page-quickquotequestions.page-number-4.package-19362 #question304088 {
  margin-left: 2em;
}
/* :L1752 */
.page-prequotequestions.page-number-11 div.question-grid,
.page-quickquotequestions.page-number-4.package-19362 div.question-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1em;
}
/* :L1757 */
.page-prequotequestions.page-number-11 .confirmQuestionCheckbox.checkbox.instanda-confirm-question-checkbox.instanda-question-input > span,
.page-quickquotequestions.page-number-4.package-19362 .confirmQuestionCheckbox.checkbox.instanda-confirm-question-checkbox.instanda-question-input > span {
  padding-right: 1em;
}
/* :L1763 */
#question348226 > div.instanda-question-parent-yes-no.form-group > div.instanda-question-label {
  padding-right: 1em;
}
/* :L1767 */
/* :L1768 */
.page-quickquotequestions.page-number-4.package-19362 div.question-grid,
.page-quickquotequestions.page-number-4.package-19362 div.wrap {
  max-width: 728px;
}
/* :L1774 */
/* :L1778 */
#question393686 > div.instanda-question-parent-yes-no.form-group > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 > div.instanda-question-input,
#question308661 > div.instanda-question-parent-yes-no.form-group > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 > div.instanda-question-input,
#question393688 > div.instanda-question-parent-yes-no.form-group > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 > div.instanda-question-input,
#question309594 > div.instanda-question-parent-yes-no.form-group > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 > div.instanda-question-input {
  display: flex;
  justify-content: end;
}
/* Change margin bottoms for certain headers/questions */

/* :L1788 */
.mbz {
  margin-bottom: 0;
}
/* :L1792 */
#question304483,
#question306708 {
  margin-bottom: 25px;
}
/* :L1797 */
#question314567 {
  margin-bottom: -1.5em;
}
/* :L1801 */
.page-quickquotequestions.page-number-1.page-quickquotequestions.instanda-question-input {
  width: 100%;
}
/* General class for hiding questions */

/* :L1806 */
.hide {
  display: none;
}
/* Display PQQ table only on "empty" D&O page 3 */

/* :L1811 */
.page-prequotequestions.package-19362:not(.page-number-9) .table-responsive {
  display: none;
}
/* :L1815 */
.created-from-mta #question313589 {
  display: none;
}
/* Matching Breakdown of Age section to Master Package UI */

/* :L1820 */
/* :L1821 */
.package-15898 #instandaquestions > div.instanda-pre-quote-questions > div.questionList.instanda-questionList > div:nth-child(2),
.package-15898 #instandaquestions > div.instanda-pre-quote-questions > div.questionList.instanda-questionList > div:nth-child(3) {
  display: block;
}
/* Post Quote Question label-danger style */

/* :L1834 */
/* :L1835 */
.page-postquotequestions .label-danger {
  width: fit-content;
}
/* Changing style of Pre Quote Question Labels */

/* :L1841 */
/* :L1843 */
.page-prequotequestions.page-number-9 footer,
.package-20767.page-quickquotequestions.page-number-3 footer {
  display: none;
}
/* :L1846 */
.page-prequotequestions.page-number-9 .form-group h4,
.package-20767.page-quickquotequestions.page-number-3 .form-group h4 {
  font-size: 14px;
  font-weight: 700;
}
/* :L1850 */
/* :L1858 */
.page-prequotequestions.page-number-9 #question346316 .instanda-question-parent-yes-no label[data-is-optional='False'],
.package-20767.page-quickquotequestions.page-number-3 #question346316 .instanda-question-parent-yes-no label[data-is-optional='False'],
.page-prequotequestions.page-number-9 #question346323 .instanda-question-parent-yes-no label[data-is-optional='False'],
.package-20767.page-quickquotequestions.page-number-3 #question346323 .instanda-question-parent-yes-no label[data-is-optional='False'],
.page-prequotequestions.page-number-9 #question346330 .instanda-question-parent-yes-no label[data-is-optional='False'],
.package-20767.page-quickquotequestions.page-number-3 #question346330 .instanda-question-parent-yes-no label[data-is-optional='False'],
.page-prequotequestions.page-number-9 #question346336 .instanda-question-parent-yes-no label[data-is-optional='False'],
.package-20767.page-quickquotequestions.page-number-3 #question346336 .instanda-question-parent-yes-no label[data-is-optional='False'],
.page-prequotequestions.page-number-9 #question346344 .instanda-question-parent-yes-no label[data-is-optional='False'],
.package-20767.page-quickquotequestions.page-number-3 #question346344 .instanda-question-parent-yes-no label[data-is-optional='False'],
.page-prequotequestions.page-number-9 #question346351 .instanda-question-parent-yes-no label[data-is-optional='False'],
.package-20767.page-quickquotequestions.page-number-3 #question346351 .instanda-question-parent-yes-no label[data-is-optional='False'],
.page-prequotequestions.page-number-9 #question346358 .instanda-question-parent-yes-no label[data-is-optional='False'],
.package-20767.page-quickquotequestions.page-number-3 #question346358 .instanda-question-parent-yes-no label[data-is-optional='False'],
.page-prequotequestions.page-number-9 #question346364 .instanda-question-parent-yes-no label[data-is-optional='False'],
.package-20767.page-quickquotequestions.page-number-3 #question346364 .instanda-question-parent-yes-no label[data-is-optional='False'],
.page-prequotequestions.page-number-9 #question346316 .instanda-question-parent-yes-no label[data-is-optional='True'],
.package-20767.page-quickquotequestions.page-number-3 #question346316 .instanda-question-parent-yes-no label[data-is-optional='True'],
.page-prequotequestions.page-number-9 #question346323 .instanda-question-parent-yes-no label[data-is-optional='True'],
.package-20767.page-quickquotequestions.page-number-3 #question346323 .instanda-question-parent-yes-no label[data-is-optional='True'],
.page-prequotequestions.page-number-9 #question346330 .instanda-question-parent-yes-no label[data-is-optional='True'],
.package-20767.page-quickquotequestions.page-number-3 #question346330 .instanda-question-parent-yes-no label[data-is-optional='True'],
.page-prequotequestions.page-number-9 #question346336 .instanda-question-parent-yes-no label[data-is-optional='True'],
.package-20767.page-quickquotequestions.page-number-3 #question346336 .instanda-question-parent-yes-no label[data-is-optional='True'],
.page-prequotequestions.page-number-9 #question346344 .instanda-question-parent-yes-no label[data-is-optional='True'],
.package-20767.page-quickquotequestions.page-number-3 #question346344 .instanda-question-parent-yes-no label[data-is-optional='True'],
.page-prequotequestions.page-number-9 #question346351 .instanda-question-parent-yes-no label[data-is-optional='True'],
.package-20767.page-quickquotequestions.page-number-3 #question346351 .instanda-question-parent-yes-no label[data-is-optional='True'],
.page-prequotequestions.page-number-9 #question346358 .instanda-question-parent-yes-no label[data-is-optional='True'],
.package-20767.page-quickquotequestions.page-number-3 #question346358 .instanda-question-parent-yes-no label[data-is-optional='True'],
.page-prequotequestions.page-number-9 #question346364 .instanda-question-parent-yes-no label[data-is-optional='True'],
.package-20767.page-quickquotequestions.page-number-3 #question346364 .instanda-question-parent-yes-no label[data-is-optional='True'] {
  font-size: 25px;
  margin-bottom: 1rem;
}
/* :L1864 */
.page-prequotequestions.page-number-9 .flag-football-wrapper,
.package-20767.page-quickquotequestions.page-number-3 .flag-football-wrapper {
  display: flex;
  max-width: 800px;
  gap: 1em;
}
/* :L1869 */
.page-prequotequestions.page-number-9 .label-danger,
.package-20767.page-quickquotequestions.page-number-3 .label-danger {
  width: fit-content;
}
/* :L1874 */
/* :L1876 */
.package-19353.page-prequotequestions.page-number-8 .label-danger,
.pageage-20767.page-prequotequestions.page-number-10 .label-danger {
  width: fit-content;
}
/* Hiding Labels for select inputs */

/* :L1882 */
#question302395 > div.instanda-question-label,
#question304504 > div.instanda-question-label,
#question346213 > div.instanda-question-label,
#question302394 > div.instanda-question-label {
  display: none;
}
/* Fixing Width on DO Application */

/* :L1890 */
#question304458,
#question304459 {
  width: 50%;
}
/* :L1895 */
/* :L1897 */
.page-prequotequestions.page-number-6 .question-grid,
.package-20767.page-quickquotequestions.page-number-8 .question-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 2em;
  max-width: fit-content;
}
/* :L1903 */
.page-prequotequestions.page-number-6 .question-grid:nth-of-type(even),
.package-20767.page-quickquotequestions.page-number-8 .question-grid:nth-of-type(even) {
  grid-template-columns: 1fr;
}
/* :L1906 */
.page-prequotequestions.page-number-6 .confirmQuestionCheckbox.checkbox.instanda-confirm-question-checkbox.instanda-question-input > span,
.package-20767.page-quickquotequestions.page-number-8 .confirmQuestionCheckbox.checkbox.instanda-confirm-question-checkbox.instanda-question-input > span {
  padding-right: 1rem;
}
/* Hide question labels */

/* :L1913 */
#question347757 .instanda-question-label,
#question347769 label {
  display: none;
}
/* Space out multi-item upload inputs */

/* :L1919 */
#signwaiversandriskstatement_YNP_Children .instanda-document-upload-input,
#signwaiversandriskstatement_YNP_Children .instanda-document-upload-add-btn {
  margin-top: 1em;
}
/* Abuse-Molestation Questions styles with grid */

/* :L1926 */
.background-questions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}
/* :L1932 */
.background-questions > * {
  margin-left: 0;
}
/* :L1936 */
.background-questions h4 {
  font-weight: 700;
}
/* :L1940 */
#question349873,
#question349874 {
  text-align: center;
  margin-left: 2em;
}
/* :L1946 */
.question-column h5 {
  font-size: 16px;
}
/* :L1950 */
.employee-background .instanda-question-label,
.volunteer-background .instanda-question-label {
  display: none;
}
/* :L1955 */
.question-column,
.employee-background,
.volunteer-background {
  display: grid;
  grid-template-rows: 60px minmax(67px, 1fr) repeat(6, 1fr);
}
/* :L1962 */
.employee-background,
.volunteer-background {
  justify-content: end;
  align-items: start;
  text-align: center;
}
/* :L1969 */
#question347803 > div.instanda-question-label,
#question349862 > div.instanda-question-label {
  display: unset;
  text-wrap: balance;
}
/* :L1975 */
#AdditionalInsuredaddButton {
  margin-top: 1em;
}
/* Grid Styles for # of Participants/Teams Breakdown */

/*
.participants-teams-grid {
	display: grid;
	gap: 1em;
	grid-template-columns: 1fr;
}
*/

/* :L1989 */
#question350198 {
  text-align: center;
}
/* :L1993 */
.age-breakdown {
  display: grid;
  grid-template-columns: 0.5fr 1fr 1fr;
  gap: 1em;
}
/* :L1999 */
.age-breakdown input {
  border: 2px solid #cccccc;
}
/* :L2003 */
.category-column {
  order: 1;
}
/* :L2007 */
.participants-column {
  order: 2;
}
/* :L2011 */
.teams-column {
  order: 3;
}
/* :L2015 */
#question350200,
#question350199 {
  text-align: center;
}
/* :L2021 */
#question347843,
#question348279 {
  display: none;
}
/* :L2025 */
.invisible {
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
  width: 0;
}
/* :L2033 */
#question347805,
#question347814,
#question347821,
#question347827,
#question347832,
#question348258,
#question348261,
#question348264,
#question348267,
#question348270 {
  height: 61px;
}
/* :L2046 */
.teams-column .instanda-question-label,
.participants-column .instanda-question-label {
  display: none;
}
/* Changing font size on Enrollment questions page */

/* :L2052 */
.page-number-10.package-19353 .control-label,
.page-number-3.package-19362 .control-label {
  font-size: 18px;
  margin-bottom: 1em;
}
/* Fixing Margin for specific question(s) */

/* :L2059 */
#question347826 {
  margin-top: 20px;
}
/* :L2063 */
.italic {
  font-style: italic;
}
/* :L2067 */
#question306708 h4 {
  line-height: 1.42857143;
  margin-bottom: 0;
}
/* :L2072 */
.h3-text {
  font-size: 25px;
  font-weight: 700;
}
/* :L2077 */
#question306708:after {
  display: block;
  margin-top: 10px;
  width: 36px;
  content: '';
  border-top: 6px solid #ffbf3c;
  border-right: 6px solid transparent;
}
/* :L2081 */
.input-group-addon {
  width: 39px;
}
/* :L2085 */
.input-group-addon > span {
  top: 25%;
}
/* :L2089 */
#question304483,
#question304486,
#question304093,
#question304096 {
  margin-top: -2em;
}
/* Fixing Alignments in Individual Packages */

/* :L2097 */
#question337287,
#question337286,
#question304411,
#question304429,
#question304410,
#question304418,
#question307469,
#question236230,
#question378693,
#question378694 {
  grid-template-columns: minmax(200px, 250px) 1fr;
}
/* :L2110 */
/* :L2115 */
#question337284 div.instanda-question-parent-yes-no.form-group,
#question304414 div.instanda-question-parent-yes-no.form-group,
#question304415 div.instanda-question-parent-yes-no.form-group,
#question307557 div.instanda-question-parent-yes-no.form-group,
#question378662 div.instanda-question-parent-yes-no.form-group {
  grid-template-columns: minmax(200px, 250px) 1fr;
}
/* :L2120 */
/* :L2126 */
#question348255 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
#question348256 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
#question348282 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
#question348283 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
#question348285 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
#question348287 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  max-width: 720px;
}
/* DO Application Width Master */

/*
#question304464,
#question304463,
#question304462,
#question304458,
#question304459,
#question304460 {
	> div.instanda-text-question.form-group.row
		> div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
		max-width: 850px;
	}
}
*/

/* DO Application Width DO Package */

/*
#question304073,
#question304072,
#question304071,
#question304069,
#question304067,
#question304068 {
	> div.instanda-text-question.form-group.row
		> div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
		max-width: 875px;
	}
}
*/

/* Subsidiary disclaimer */

/* :L2162 */
#question304472,
#question304081 {
  margin-top: -2em;
  margin-bottom: 2em;
}
/* :L2168 */
/* :L2169 */
.package-20767 #InsuranceCancellednonrenewedPast5YearsDetails_TXT,
.package-20767 #copyofrulesorwebsitelink_TXT,
.package-20767 #internationalexposureDetails_TXT,
.package-20767 #drugtestingDetails_TXT,
.package-20767 #detailsofmanagementexperience_TXT,
.package-20767 #natureofoperationsGL_TXT,
.package-20767 #activitiessanctioned_TXT,
.package-20767 #sanctioningprocedures_TXT,
.package-20767 #LimitProvided_TXT,
.package-20767 #Whosignsthewaivers_TXT,
.package-20767 #Whenwaiverssigned_TXT,
.package-20767 #Howlongwaiverskept_TXT,
.package-20767 #Wherewaiversstored_TXT,
.package-20767 #InsuranceCancelledDetails_TXT,
.package-20767 #ClaimsLast5YearsDetails_TXT,
.package-20767 #OtherSportstype_TXT,
.package-20767 #GameTypeAF_CHOICE,
.package-20767 #SportTypesAF_CH,
.package-20767 #organizationclaimsInlast3yearsDetails_YNP,
.package-20767 #SexualAbuseDetails_TXT,
.package-20767 #question347902 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
.package-20767 #question347903 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  max-width: 814.53px;
  /* add 930px on laptop later */

}
/* :L2206 */
/* :L2214 */
#question348252 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
#question349851 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
#question312474 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
#question311187 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
#question313926 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
#question301744 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
#question348209 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
#question348207 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  max-width: 845px;
  /* add 955px on laptop later */

}
/* :L2220 */
/* :L2228 */
#question348227 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
#question348294 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
#question348305 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
#question348311 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
#question348324 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
#question348301 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
#question348310 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
#question379311 > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  max-width: 845px;
  /* add 960px for laptop later */

}
/* :L2235 */
#question216709 div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  max-width: 858px;
}
/* :L2239 */
/* :L2240 */
.package-20767.page-quickquotequestions.page-number-6 .yes-no-grid {
  grid-template-columns: minmax(200px, 850px) 1fr;
}
/* :L2245 */
/* :L2251 */
#question348202 div.instanda-question-label,
#question348203 div.instanda-question-label,
#question348206 div.instanda-question-label,
#question347761 div.instanda-question-label,
#question347762 div.instanda-question-label,
#question347763 div.instanda-question-label {
  padding-right: 0.4em;
}
/* Choice parent reversal for GL  */

/* :L2257 */
#question357625 > div.instanda-question-parent-yes-no.form-group > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 > div.instanda-question-input {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
/* :L2266 */
#question357616 > div.instanda-question-parent-yes-no.form-group > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 > div.instanda-question-input {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
/* Extend help text to full width */

/* :L2277 */
#instanda-responsive-help-text-304463 > div,
#instanda-responsive-help-text-304072 > div {
  width: 100%;
}
/* :L2282 */
#question304414 .label.label-danger {
  width: fit-content;
}
/* :L2286 */
/* :L2288 */
#question347875 > div.instanda-question-label > label,
#question348327 > div.instanda-question-label > label {
  font-size: 18px;
  margin-bottom: 20px;
}
/* Inland Marine */

/* :L2296 */
/* :L2301 */
#question373149 > div.instanda-question-label,
#question373134 > div.instanda-question-label,
#question382704 > div.instanda-question-label,
#question378745 > div.instanda-question-label,
#question382705 > div.instanda-question-label {
  display: none;
}
/* :L2306 */
.inland-marine-equipment-grid {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  width: 100%;
  column-gap: 1em;
}
/* :L2313 */
#question373140,
#question373141,
#question373142,
#question373144,
#question381920,
#question373149,
#question378739,
#question378740,
#question378741,
#question378743,
#question391387,
#question378745 {
  grid-column: 1;
}
/* :L2328 */
#question373134,
#question382304,
#question382704,
#question391386,
#question382705 {
  grid-column: 2;
  margin-left: 0;
}
/* :L2337 */
#question382304,
#question391386 {
  grid-row: 1;
}
/* :L2341 */
#question373140,
#question378739 {
  grid-row: 2;
}
/* :L2346 */
#multiItemSummary_373161 > div,
#multiItemSummary_378748 > div {
  max-width: 1172px;
}
/* :L2351 */
div[id^='collapse_ItemValue'] {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  column-gap: 1em;
}
/* :L2357 */
div[id^='collapse_ItemValue'] > .questionItem {
  margin-left: 0;
}
/* :L2361 */
div[id^='ItemValue'] > div.instanda-multi-item-add-remove.container.instanda-text-input > div {
  display: flex;
  padding-left: 0;
}
/* :L2366 */
/* :L2368 */
.page-prequotequestions.page-number-12 div[id^='ItemValue'] > div.instanda-multi-item-add-remove.container,
.page-prequotequestions.package-22133.page-number-3 div[id^='ItemValue'] > div.instanda-multi-item-add-remove.container,
.page-prequotequestions.page-number-12 div.questionItem.instanda-question-item.instanda-multi-item-add-remove.container.form-group,
.page-prequotequestions.package-22133.page-number-3 div.questionItem.instanda-question-item.instanda-multi-item-add-remove.container.form-group {
  max-width: 100%;
  margin-bottom: 1em;
  grid-column: 1;
}
/* :L2374 */
.page-prequotequestions.page-number-12 div[id^='ItemValue'] > div.instanda-multi-item-add-remove.container,
.page-prequotequestions.package-22133.page-number-3 div[id^='ItemValue'] > div.instanda-multi-item-add-remove.container {
  grid-row: 2;
}
/* :L2379 */
#question373171,
#question378753 {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  column-gap: 1em;
}
/* :L2386 */
#question373171 > div.instanda-question-label,
#question378753 > div.instanda-question-label {
  grid-column: 1;
  text-align: right;
  padding-top: 0.5em;
}
/* :L2393 */
#question373171 > div.instanda-question-label > label,
#question378753 > div.instanda-question-label > label {
  font-size: 25px;
  font-weight: 700;
}
/* :L2399 */
div[id^='ItemValue'] > div.questionItem.instanda-question-item.form-group.instanda-container-fluid {
  display: none;
}
/* :L2403 */
div[id^='ItemValue'] {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  column-gap: 3em;
}
/* :L2409 */
div[id^='ItemValue'] > div:nth-of-type(3) {
  margin-left: 0;
}
/* :L2413 */
#multiItemSummary_373161 > div > div > label,
#multiItemSummary_378748 > div > div > label {
  font-weight: 700;
  text-decoration: underline;
}
/* :L2419 */
div[id^='heading_ItemValue'] {
  display: none;
}
/* :L2423 */
div[id^='ItemValue']:has(div[id^='heading_ItemValue']) {
  display: unset;
}
/* :L2427 */
.disclosure-list li {
  font-size: 16px;
}
/* :L2431 */
.disclosure-list li + li {
  margin-top: 1em;
}
/* :L2435 */
/* :L2437 */
.page-prequotequestions.page-number-12 .xx,
.page-prequotequestions.package-22133.page-number-3 .xx {
  display: flex;
}
/* :L2440 */
.page-prequotequestions.page-number-12 button[id^='ItemValueremoveButton'],
.page-prequotequestions.package-22133.page-number-3 button[id^='ItemValueremoveButton'] {
  justify-self: flex-start;
}
/* :L2443 */
.page-prequotequestions.page-number-12 .instanda-multi-item-add-remove > div,
.page-prequotequestions.package-22133.page-number-3 .instanda-multi-item-add-remove > div {
  text-align: left;
  float: none;
  padding-left: 2em;
}
/* :L2450 */
#multiItemSummary_373161 label.control-label,
#multiItemSummary_378748 label.control-label {
  font-size: 18px;
}
/* :L2454 */
#question373140 > div > h4,
#question378739 > div > h4 {
  font-size: 25px;
  margin-top: 5px;
}
/* :L2460 */
#question382304 > div > h4,
#question391386 > div > h4 {
  font-size: 22px;
}
/* :L2465 */
#insertItemValueMultiItemsHere div.container:empty {
  display: none;
}
/* :L2469 */
/* :L2471 */
.page-number-13 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
.page-prequotequestions.package-22133.page-number-4 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
  max-width: 842px;
}
/* :L2474 */
.page-number-13 div.instanda-multi-item-add-remove.container,
.page-prequotequestions.package-22133.page-number-4 div.instanda-multi-item-add-remove.container {
  margin-bottom: 1em;
}
/* Binding Subjectivities on Post Quote Questions */

/* :L2480 */
.binding-subjectivities-question {
  margin-bottom: 0;
}
/* :L2484 */
.binding-subjectivities-note + .binding-subjectivities-question {
  margin-top: 3em;
}
/* :L2488 */
.binding-subjectivities-note h4 {
  margin-top: 0;
}
/*==========================Button styling====================*/

/*common code for buttons*/

/* :L2493 */
.btn,
.btn:active:focus,
.btn:focus {
  /*height:45px;*/
  border: 0;
  outline: 0;
  font-weight: bold;
  font-size: 18px;
  border-radius: 20px;
}
/*note button*/

/* :L2504 */
.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;
}
/* :L2518 */
/* :L2521 */
.page-quickquotequestions .instanda-notes-button,
.page-quickquote .instanda-notes-button,
.page-prequotequestions.page-number-1 .instanda-notes-button {
  display: none;
}
/*save button*/

/*update button*/

/* :L2527 */
.panel-collapse .update-payment-details-link,
button[name='saveButton'],
button[name='updateButton'],
.review-referral-update .btn,
.page-referralreviewmultiplelines .instanda-button,
.address-search-cancel {
  /*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*/

/* :L2542 */
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,
.address-search-edit:hover,
.address-search-edit:focus,
.address-search-edit:active,
.address-search-edit:active:hover,
.address-search-edit:active:focus,
.page-viewclaims .btn:hover,
.page-viewclaims .btn:focus,
.page-viewclaims .btn:active,
.page-viewclaims .btn:active:focus,
.page-viewclaims .btn:active:hover,
.address-search-cancel:hover,
.address-search-cancel:focus,
.address-search-cancel:active,
.address-search-cancel:active:focus,
.address-search-cancel:active:hover {
  background: black;
  color: white;
  border-color: white;
}
/*continue button*/

/* :L2616 */
button[name="continueButton"],
/*button[type="submit"],*/ .page-cancellationconfirmation .btn.btn-primary,
.page-cancelpolicy .btn.btn-primary,
#boltPayButton,
.page-reviewreferrals .pull-right .btn,
.page-recalculatereferralquestions .pull-right .btn,
.instanda-Send-referra-Email-button,
.address-search-edit,
.page-viewclaims .btn,
button[formaction="CreatePolicyFromBinder"],
button[formaction="EditBinder"] {
  background-color: #ffbf3c;
  border-color: #ffbf3c;
  color: black;
}
/* :L2624 */
.address-search-edit {
  margin-top: 10px;
}
/*back button*/

/* :L2628 */
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;
}
/* :L2643 */
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';
}
/*copy requote button*/

/* :L2648 */
#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) {
  /* :L2661 */
  /* :L2663 */
  /* :L2664 */
  .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;
  }
  /* :L2671 */
  .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%;
  }
  /* :L2677 */
  .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;
  }
  /* :L2682 */
  .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;
  }
  /* :L2693 */
  .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;
  }
  /* :L2704 */
  /* :L2705 */
  /* :L2706 */
  .page-quote form > .container .pull-left #backButton {
    width: auto;
    text-align: left;
    position: relative;
    top: 75px/*148px*/;
    padding: 0;
    margin-bottom: 8px;
  }
  /* :L2714 */
  .page-quote form > .container .pull-right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    order: 1;
    width: 100%;
  }
  /* :L2720 */
  .page-quote form > .container .pull-right button[name='continueButton'] {
    order: 1;
    width: 100%;
    margin-bottom: 5px;
  }
  /* :L2725 */
  .page-quote form > .container .pull-right button[name='updateButton'] {
    order: 2;
    margin-right: 0;
    background-color: transparent !important;
    width: 100%;
  }
  /* :L2731 */
  .page-quote form > .container .pull-right #copyQuoteButton {
    order: 3;
    border: none;
    width: 80%;
    margin-right: 0;
    /*padding:0;*/
    text-align: left;
    font-size: 14px;
  }
  /* :L2740 */
  .page-quote form > .container .pull-right input[name='notes'] {
    order: 3;
    /*width:40%;
                text-align:right;*/
  
  }
  /* :L2748 */
  /* :L2749 */
  .page-cancellationconfirmation #backButton {
    position: relative;
    top: 92px;
  }
}
/*---------------------------------------Button MIXINS-------------------------------------------*/

/*Multi-item add remove button styling*/

/* :L2757 */
/* :L2758 */
.instanda-multi-item-add-remove > div {
  float: right;
  padding: 0;
  text-align: right;
}
/* :L2764 */
button[id*='AdditionalInsured_MIaddButton'],
button[id*='AdditionalInsured_MIaddButton']:hover,
button[id*='AdditionalInsured_MIaddButton']:focus,
button[id*='AdditionalInsured_MIaddButton']:active,
button[id*='AdditionalInsured_MIaddButton']:active:hover,
button[id*='AdditionalInsured_MIaddButton']:active:focus {
  color: #ffbf3c;
  background-color: transparent;
  border: none;
  font-size: 16px;
  padding: 0;
  box-shadow: none;
}
/* :L2776 */
button[id*='AdditionalInsured_MIaddButton']:before,
button[id*='AdditionalInsured_MIaddButton']:hover:before,
button[id*='AdditionalInsured_MIaddButton']:focus:before,
button[id*='AdditionalInsured_MIaddButton']:active:before,
button[id*='AdditionalInsured_MIaddButton']:active:hover:before,
button[id*='AdditionalInsured_MIaddButton']:active:focus:before {
  content: '+';
  font-size: 20px;
  font-weight: bold;
  padding-right: 5px;
}
@media (max-width: 340px) {
  button[id*='AdditionalInsured_MIaddButton'],
  button[id*='AdditionalInsured_MIaddButton']:hover,
  button[id*='AdditionalInsured_MIaddButton']:focus,
  button[id*='AdditionalInsured_MIaddButton']:active,
  button[id*='AdditionalInsured_MIaddButton']:active:hover,
  button[id*='AdditionalInsured_MIaddButton']:active:focus {
    font-size: 14px;
    padding: 0px;
  }
}
/* :L2787 */
button[id*='AdditionalInsured_MIremoveButton'],
button[id*='AdditionalInsured_MIremoveButton']:hover,
button[id*='AdditionalInsured_MIremoveButton']:focus,
button[id*='AdditionalInsured_MIremoveButton']:active,
button[id*='AdditionalInsured_MIremoveButton']:active:hover,
button[id*='AdditionalInsured_MIremoveButton']:active:focus {
  color: #e74c3c;
  background-color: transparent;
  border: none;
  font-size: 16px;
  padding: 0;
  box-shadow: none;
}
/* :L2799 */
button[id*='AdditionalInsured_MIremoveButton']:before,
button[id*='AdditionalInsured_MIremoveButton']:hover:before,
button[id*='AdditionalInsured_MIremoveButton']:focus:before,
button[id*='AdditionalInsured_MIremoveButton']:active:before,
button[id*='AdditionalInsured_MIremoveButton']:active:hover:before,
button[id*='AdditionalInsured_MIremoveButton']:active:focus:before {
  content: '-';
  font-size: 25px;
  font-weight: bold;
  padding-right: 5px;
}
@media (max-width: 340px) {
  button[id*='AdditionalInsured_MIremoveButton'],
  button[id*='AdditionalInsured_MIremoveButton']:hover,
  button[id*='AdditionalInsured_MIremoveButton']:focus,
  button[id*='AdditionalInsured_MIremoveButton']:active,
  button[id*='AdditionalInsured_MIremoveButton']:active:hover,
  button[id*='AdditionalInsured_MIremoveButton']:active:focus {
    font-size: 14px;
    padding: 0px;
  }
}
/* :L2811 */
/* :L2812 */
.page-agentdashboard.logged-in-underwriter .agentDashboardResultsetTitle-underwriter {
  display: block;
}
/* :L2815 */
.page-agentdashboard.logged-in-underwriter .agentDashboardResultsetTitle {
  display: none;
}
/* :L2819 */
/* :L2820 */
.page-agentdashboard.logged-in-agent .agentDashboardResultsetTitle-underwriter {
  display: none;
}
/* :L2823 */
.page-agentdashboard.logged-in-agent .agentDashboardResultsetTitle {
  display: block;
}
/* :L2828 */
/* :L2829 */
.page-agentdashboard h1 {
  font-weight: bold;
}
/* :L2834 */
.page-agentdashboard #searchTitle {
  display: none;
}
/* :L2839 */
.page-agentdashboard .agentDashboardResultsetTitle,
.page-agentdashboard .agentDashboardResultsetTitle-underwriter {
  margin-bottom: 0;
}
@media (min-width: 568px) and (max-width: 991.9px) {
  .page-agentdashboard .agentDashboardResultsetTitle,
  .page-agentdashboard .agentDashboardResultsetTitle-underwriter {
    font: normal normal bold 48px/48px 'poppins', sans-serif;
  }
}
/* :L2845 */
.page-agentdashboard .agentDashboardResultsetTitle,
.page-agentdashboard #agentSearchControl,
.page-agentdashboard .agentDashboardResultsetTitle-underwriter {
  background-color: #3c3c3c;
  color: white;
  padding: 20px;
}
/* :L2850 */
@media (min-width: 845px) {
  .page-agentdashboard #agentSearchParameters {
    display: flex;
  }
  /* :L2854 */
  .page-agentdashboard #agentSearchParameters .agent-search-parameter {
    padding-right: 10px;
  }
}
/* :L2859 */
.page-agentdashboard #agentSearchParameters #agentSearchButton {
  height: 45px;
  background-color: #ffbf3c;
  color: black;
  /*@media (min-width: 870.9px){
        margin-top:23px;
      }*/

}
/* :L2863 */
.page-agentdashboard #agentSearchParameters #agentSearchButton:hover {
  background-color: #ffda91;
}
@media (max-width: 845px) {
  .page-agentdashboard #agentSearchParameters #agentSearchButton {
    width: 100%;
  }
}
@media (min-width: 845px/* and (max-width: 870.9px)*/) {
  .page-agentdashboard #agentSearchParameters #agentSearchButton {
    margin-top: 23px;
  }
}
/* :L2877 */
@media (min-width: 845px) and (max-width: 1017px) {
  .page-agentdashboard #agentSearchParameters .agent-search-parameter-name {
    font-size: 11px;
  }
}
@media (min-width: 769px) and (max-width: 845px) {
  /* :L2890 */
  .page-agentdashboard #agentSearchParameters .agent-search-parameter {
    width: 100%;
  }
}
/* :L2898 */
/* :L2904 */
.page-agentdashboard #quotesContainerCustom .quotesTitle,
.page-agentdashboard #policiesContainerCustom .quotesTitle,
.page-agentdashboard #renewalsContainerCustom .quotesTitle,
.page-agentdashboard #cancelledPoliciesContainerCustom .quotesTitle,
.page-agentdashboard #divQuoteResults .quotesTitle,
.page-agentdashboard #divPolicyResults .quotesTitle,
.page-agentdashboard #quotesContainerCustom .policiesTitle,
.page-agentdashboard #policiesContainerCustom .policiesTitle,
.page-agentdashboard #renewalsContainerCustom .policiesTitle,
.page-agentdashboard #cancelledPoliciesContainerCustom .policiesTitle,
.page-agentdashboard #divQuoteResults .policiesTitle,
.page-agentdashboard #divPolicyResults .policiesTitle,
.page-agentdashboard #quotesContainerCustom .renewalsTitle,
.page-agentdashboard #policiesContainerCustom .renewalsTitle,
.page-agentdashboard #renewalsContainerCustom .renewalsTitle,
.page-agentdashboard #cancelledPoliciesContainerCustom .renewalsTitle,
.page-agentdashboard #divQuoteResults .renewalsTitle,
.page-agentdashboard #divPolicyResults .renewalsTitle,
.page-agentdashboard #quotesContainerCustom .cancelledPoliciesTitle,
.page-agentdashboard #policiesContainerCustom .cancelledPoliciesTitle,
.page-agentdashboard #renewalsContainerCustom .cancelledPoliciesTitle,
.page-agentdashboard #cancelledPoliciesContainerCustom .cancelledPoliciesTitle,
.page-agentdashboard #divQuoteResults .cancelledPoliciesTitle,
.page-agentdashboard #divPolicyResults .cancelledPoliciesTitle,
.page-agentdashboard #quotesContainerCustom .agent-quotesearch-results-container h2,
.page-agentdashboard #policiesContainerCustom .agent-quotesearch-results-container h2,
.page-agentdashboard #renewalsContainerCustom .agent-quotesearch-results-container h2,
.page-agentdashboard #cancelledPoliciesContainerCustom .agent-quotesearch-results-container h2,
.page-agentdashboard #divQuoteResults .agent-quotesearch-results-container h2,
.page-agentdashboard #divPolicyResults .agent-quotesearch-results-container h2,
.page-agentdashboard #quotesContainerCustom .agent-quotesearch-results-container h3,
.page-agentdashboard #policiesContainerCustom .agent-quotesearch-results-container h3,
.page-agentdashboard #renewalsContainerCustom .agent-quotesearch-results-container h3,
.page-agentdashboard #cancelledPoliciesContainerCustom .agent-quotesearch-results-container h3,
.page-agentdashboard #divQuoteResults .agent-quotesearch-results-container h3,
.page-agentdashboard #divPolicyResults .agent-quotesearch-results-container h3 {
  padding-bottom: 15px;
  font: normal normal bold 20px/24px 'poppins', sans-serif;
}
/* :L2913 */
/* :L2914 */
.page-agentdashboard #quotesContainerCustom .table-responsive .table-bordered,
.page-agentdashboard #policiesContainerCustom .table-responsive .table-bordered,
.page-agentdashboard #renewalsContainerCustom .table-responsive .table-bordered,
.page-agentdashboard #cancelledPoliciesContainerCustom .table-responsive .table-bordered,
.page-agentdashboard #divQuoteResults .table-responsive .table-bordered,
.page-agentdashboard #divPolicyResults .table-responsive .table-bordered {
  border: none;
}
/* :L2917 */
.page-agentdashboard #quotesContainerCustom .table-responsive .table > thead,
.page-agentdashboard #policiesContainerCustom .table-responsive .table > thead,
.page-agentdashboard #renewalsContainerCustom .table-responsive .table > thead,
.page-agentdashboard #cancelledPoliciesContainerCustom .table-responsive .table > thead,
.page-agentdashboard #divQuoteResults .table-responsive .table > thead,
.page-agentdashboard #divPolicyResults .table-responsive .table > thead,
.page-agentdashboard #quotesContainerCustom .table-responsive .table > tbody > tr > th,
.page-agentdashboard #policiesContainerCustom .table-responsive .table > tbody > tr > th,
.page-agentdashboard #renewalsContainerCustom .table-responsive .table > tbody > tr > th,
.page-agentdashboard #cancelledPoliciesContainerCustom .table-responsive .table > tbody > tr > th,
.page-agentdashboard #divQuoteResults .table-responsive .table > tbody > tr > th,
.page-agentdashboard #divPolicyResults .table-responsive .table > tbody > tr > th {
  border-top: 1px solid #12243a !important;
  border-bottom: 1px solid #565e71 !important;
}
/* :L2922 */
.page-agentdashboard #quotesContainerCustom .table-responsive .table > tbody > tr,
.page-agentdashboard #policiesContainerCustom .table-responsive .table > tbody > tr,
.page-agentdashboard #renewalsContainerCustom .table-responsive .table > tbody > tr,
.page-agentdashboard #cancelledPoliciesContainerCustom .table-responsive .table > tbody > tr,
.page-agentdashboard #divQuoteResults .table-responsive .table > tbody > tr,
.page-agentdashboard #divPolicyResults .table-responsive .table > tbody > tr {
  border-bottom: 1px solid #d7ddea;
}
/* :L2925 */
.page-agentdashboard #quotesContainerCustom .table-responsive .table > thead > tr > th,
.page-agentdashboard #policiesContainerCustom .table-responsive .table > thead > tr > th,
.page-agentdashboard #renewalsContainerCustom .table-responsive .table > thead > tr > th,
.page-agentdashboard #cancelledPoliciesContainerCustom .table-responsive .table > thead > tr > th,
.page-agentdashboard #divQuoteResults .table-responsive .table > thead > tr > th,
.page-agentdashboard #divPolicyResults .table-responsive .table > thead > tr > th,
.page-agentdashboard #quotesContainerCustom .table-responsive .table > tbody > tr > td,
.page-agentdashboard #policiesContainerCustom .table-responsive .table > tbody > tr > td,
.page-agentdashboard #renewalsContainerCustom .table-responsive .table > tbody > tr > td,
.page-agentdashboard #cancelledPoliciesContainerCustom .table-responsive .table > tbody > tr > td,
.page-agentdashboard #divQuoteResults .table-responsive .table > tbody > tr > td,
.page-agentdashboard #divPolicyResults .table-responsive .table > tbody > tr > td,
.page-agentdashboard #quotesContainerCustom .table-responsive .table > tbody > tr > th,
.page-agentdashboard #policiesContainerCustom .table-responsive .table > tbody > tr > th,
.page-agentdashboard #renewalsContainerCustom .table-responsive .table > tbody > tr > th,
.page-agentdashboard #cancelledPoliciesContainerCustom .table-responsive .table > tbody > tr > th,
.page-agentdashboard #divQuoteResults .table-responsive .table > tbody > tr > th,
.page-agentdashboard #divPolicyResults .table-responsive .table > tbody > tr > th {
  border: none;
  vertical-align: top;
  width: auto;
}
/* :L2932 */
/* :L2933 */
.page-agentdashboard #quotesContainerCustom .table-responsive .table > thead > tr > th a,
.page-agentdashboard #policiesContainerCustom .table-responsive .table > thead > tr > th a,
.page-agentdashboard #renewalsContainerCustom .table-responsive .table > thead > tr > th a,
.page-agentdashboard #cancelledPoliciesContainerCustom .table-responsive .table > thead > tr > th a,
.page-agentdashboard #divQuoteResults .table-responsive .table > thead > tr > th a,
.page-agentdashboard #divPolicyResults .table-responsive .table > thead > tr > th a {
  font: normal normal bold 12px/24px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #565e71;
}
/* :L2938 */
.page-agentdashboard #quotesContainerCustom .table-responsive .table > thead > tr > th .fa,
.page-agentdashboard #policiesContainerCustom .table-responsive .table > thead > tr > th .fa,
.page-agentdashboard #renewalsContainerCustom .table-responsive .table > thead > tr > th .fa,
.page-agentdashboard #cancelledPoliciesContainerCustom .table-responsive .table > thead > tr > th .fa,
.page-agentdashboard #divQuoteResults .table-responsive .table > thead > tr > th .fa,
.page-agentdashboard #divPolicyResults .table-responsive .table > thead > tr > th .fa {
  display: none;
}
/* :L2942 */
.page-agentdashboard #quotesContainerCustom .table-responsive .table > tbody > tr > td a,
.page-agentdashboard #policiesContainerCustom .table-responsive .table > tbody > tr > td a,
.page-agentdashboard #renewalsContainerCustom .table-responsive .table > tbody > tr > td a,
.page-agentdashboard #cancelledPoliciesContainerCustom .table-responsive .table > tbody > tr > td a,
.page-agentdashboard #divQuoteResults .table-responsive .table > tbody > tr > td a,
.page-agentdashboard #divPolicyResults .table-responsive .table > tbody > tr > td a {
  font: normal normal normal 16px/24px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L2949 */
.page-agentdashboard #quotesContainerCustom {
  margin-top: 10px;
}
/*hiding get quote from nav menu*/

/* :L2955 */
/* :L2956 */
.nav .getquote {
  display: none;
}
/*retrieve quote page*/

/* :L2962 */
/* :L2963 */
/* :L2964 */
.page-retrievequote .instanda-agent-retrieve-quote-content > div:nth-child(2),
.page-getagentsearchresults .instanda-agent-retrieve-quote-content > div:nth-child(2),
.page-agentretrievequotebypackage .instanda-agent-retrieve-quote-content > div:nth-child(2),
.page-agentretrievequotecrosspackage .instanda-agent-retrieve-quote-content > div:nth-child(2) {
  margin-bottom: 0;
}
/* :L2967 */
.page-retrievequote .instanda-agent-retrieve-quote-content > div:nth-child(2),
.page-getagentsearchresults .instanda-agent-retrieve-quote-content > div:nth-child(2),
.page-agentretrievequotebypackage .instanda-agent-retrieve-quote-content > div:nth-child(2),
.page-agentretrievequotecrosspackage .instanda-agent-retrieve-quote-content > div:nth-child(2),
.page-retrievequote .instanda-agent-retrieve-quote-content > div:nth-child(3),
.page-getagentsearchresults .instanda-agent-retrieve-quote-content > div:nth-child(3),
.page-agentretrievequotebypackage .instanda-agent-retrieve-quote-content > div:nth-child(3),
.page-agentretrievequotecrosspackage .instanda-agent-retrieve-quote-content > div:nth-child(3) {
  background-color: #3c3c3c;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}
/* :L2973 */
.page-retrievequote .instanda-agent-retrieve-quote-content h3,
.page-getagentsearchresults .instanda-agent-retrieve-quote-content h3,
.page-agentretrievequotebypackage .instanda-agent-retrieve-quote-content h3,
.page-agentretrievequotecrosspackage .instanda-agent-retrieve-quote-content h3,
.page-retrievequote .instanda-agent-retrieve-quote-content h2,
.page-getagentsearchresults .instanda-agent-retrieve-quote-content h2,
.page-agentretrievequotebypackage .instanda-agent-retrieve-quote-content h2,
.page-agentretrievequotecrosspackage .instanda-agent-retrieve-quote-content h2 {
  font-size: 25px;
  color: white;
}
/* :L2979 */
/* :L2980 */
.page-retrievequote .home-content .left-content,
.page-getagentsearchresults .home-content .left-content,
.page-agentretrievequotebypackage .home-content .left-content,
.page-agentretrievequotecrosspackage .home-content .left-content {
  margin: 100px 0;
  /*header*/

  /*Amateur Sports Quote button*/

}
/* :L2983 */
.page-retrievequote .home-content .left-content h1,
.page-getagentsearchresults .home-content .left-content h1,
.page-agentretrievequotebypackage .home-content .left-content h1,
.page-agentretrievequotecrosspackage .home-content .left-content h1 {
  font: normal normal bold 64px/64px 'poppins', sans-serif;
  margin-bottom: 45px;
}
@media (min-width: 568px) and (max-width: 991.9px) {
  .page-retrievequote .home-content .left-content h1,
  .page-getagentsearchresults .home-content .left-content h1,
  .page-agentretrievequotebypackage .home-content .left-content h1,
  .page-agentretrievequotecrosspackage .home-content .left-content h1 {
    font: normal normal bold 48px/48px 'poppins', sans-serif;
  }
}
@media (max-width: 567.9px) {
  .page-retrievequote .home-content .left-content h1,
  .page-getagentsearchresults .home-content .left-content h1,
  .page-agentretrievequotebypackage .home-content .left-content h1,
  .page-agentretrievequotecrosspackage .home-content .left-content h1 {
    font: normal normal bold 32px/32px 'poppins', sans-serif;
  }
}
/* :L2994 */
.page-retrievequote .home-content .left-content .getQuoteButton,
.page-getagentsearchresults .home-content .left-content .getQuoteButton,
.page-agentretrievequotebypackage .home-content .left-content .getQuoteButton,
.page-agentretrievequotecrosspackage .home-content .left-content .getQuoteButton {
  background-color: #ffbf3c;
  color: black;
  padding: 15px 30px;
  border-radius: 30px;
  font-weight: bold;
}
/* :L3000 */
.page-retrievequote .home-content .left-content .getQuoteButton:hover,
.page-getagentsearchresults .home-content .left-content .getQuoteButton:hover,
.page-agentretrievequotebypackage .home-content .left-content .getQuoteButton:hover,
.page-agentretrievequotecrosspackage .home-content .left-content .getQuoteButton:hover {
  text-decoration: none;
  background-color: #ffda91;
}
/* :L3006 */
.page-retrievequote .home-content .right-content,
.page-getagentsearchresults .home-content .right-content,
.page-agentretrievequotebypackage .home-content .right-content,
.page-agentretrievequotecrosspackage .home-content .right-content {
  padding: 60px 60px 20px;
}
/* :L3008 */
.page-retrievequote .home-content .right-content img,
.page-getagentsearchresults .home-content .right-content img,
.page-agentretrievequotebypackage .home-content .right-content img,
.page-agentretrievequotecrosspackage .home-content .right-content img {
  width: 100%;
}
/* :L3014 */
.page-retrievequote .agent-table,
.page-getagentsearchresults .agent-table,
.page-agentretrievequotebypackage .agent-table,
.page-agentretrievequotecrosspackage .agent-table,
.page-retrievequote .agentTable,
.page-getagentsearchresults .agentTable,
.page-agentretrievequotebypackage .agentTable,
.page-agentretrievequotecrosspackage .agentTable {
  background-color: white;
  color: black;
}
/* :L3017 */
.page-retrievequote .agent-table th,
.page-getagentsearchresults .agent-table th,
.page-agentretrievequotebypackage .agent-table th,
.page-agentretrievequotecrosspackage .agent-table th,
.page-retrievequote .agentTable th,
.page-getagentsearchresults .agentTable th,
.page-agentretrievequotebypackage .agentTable th,
.page-agentretrievequotecrosspackage .agentTable th,
.page-retrievequote .agent-table td,
.page-getagentsearchresults .agent-table td,
.page-agentretrievequotebypackage .agent-table td,
.page-agentretrievequotecrosspackage .agent-table td,
.page-retrievequote .agentTable td,
.page-getagentsearchresults .agentTable td,
.page-agentretrievequotebypackage .agentTable td,
.page-agentretrievequotecrosspackage .agentTable td {
  border: 0;
}
/* :L3020 */
.page-retrievequote .agent-table td,
.page-getagentsearchresults .agent-table td,
.page-agentretrievequotebypackage .agent-table td,
.page-agentretrievequotecrosspackage .agent-table td,
.page-retrievequote .agentTable td,
.page-getagentsearchresults .agentTable td,
.page-agentretrievequotebypackage .agentTable td,
.page-agentretrievequotecrosspackage .agentTable td {
  border-top: 1px solid #dddddd;
}
/* :L3022 */
.page-retrievequote .agent-table td a,
.page-getagentsearchresults .agent-table td a,
.page-agentretrievequotebypackage .agent-table td a,
.page-agentretrievequotecrosspackage .agent-table td a,
.page-retrievequote .agentTable td a,
.page-getagentsearchresults .agentTable td a,
.page-agentretrievequotebypackage .agentTable td a,
.page-agentretrievequotecrosspackage .agentTable td a {
  margin-right: 10px;
}
/* :L3025 */
.page-retrievequote .agent-table td a[href*="/Public/CustomerAccountOptions"],
.page-getagentsearchresults .agent-table td a[href*="/Public/CustomerAccountOptions"],
.page-agentretrievequotebypackage .agent-table td a[href*="/Public/CustomerAccountOptions"],
.page-agentretrievequotecrosspackage .agent-table td a[href*="/Public/CustomerAccountOptions"],
.page-retrievequote .agentTable td a[href*="/Public/CustomerAccountOptions"],
.page-getagentsearchresults .agentTable td a[href*="/Public/CustomerAccountOptions"],
.page-agentretrievequotebypackage .agentTable td a[href*="/Public/CustomerAccountOptions"],
.page-agentretrievequotecrosspackage .agentTable td a[href*="/Public/CustomerAccountOptions"] {
  display: none;
}
/* :L3030 */
.page-retrievequote .action-buttons,
.page-getagentsearchresults .action-buttons,
.page-agentretrievequotebypackage .action-buttons,
.page-agentretrievequotecrosspackage .action-buttons {
  margin-top: 20px;
}
/* :L3032 */
.page-retrievequote .action-buttons button,
.page-getagentsearchresults .action-buttons button,
.page-agentretrievequotebypackage .action-buttons button,
.page-agentretrievequotecrosspackage .action-buttons button {
  color: black;
  background-color: #ffbf3c;
  border: 0;
  outline: 0;
  font-size: 18px;
  border-radius: 20px;
  padding: 6px 12px;
}
/* :L3040 */
.page-retrievequote .action-buttons button:hover,
.page-getagentsearchresults .action-buttons button:hover,
.page-agentretrievequotebypackage .action-buttons button:hover,
.page-agentretrievequotecrosspackage .action-buttons button:hover {
  background-color: #ffda91;
}
/* :L3044 */
@media (max-width: 356px) {
  .page-retrievequote .action-buttons button[name="btnSeeAll"],
  .page-getagentsearchresults .action-buttons button[name="btnSeeAll"],
  .page-agentretrievequotebypackage .action-buttons button[name="btnSeeAll"],
  .page-agentretrievequotecrosspackage .action-buttons button[name="btnSeeAll"] {
    margin-bottom: 10px;
  }
}
/* :L3051 */
.page-retrievequote #download-button-container,
.page-getagentsearchresults #download-button-container,
.page-agentretrievequotebypackage #download-button-container,
.page-agentretrievequotecrosspackage #download-button-container {
  padding-bottom: 20px;
}
/* :L3053 */
@media (max-width: 480px) {
  .page-retrievequote #download-button-container .download-policies-button,
  .page-getagentsearchresults #download-button-container .download-policies-button,
  .page-agentretrievequotebypackage #download-button-container .download-policies-button,
  .page-agentretrievequotecrosspackage #download-button-container .download-policies-button {
    margin-bottom: 10px;
  }
}
/* :L3059 */
/* :L3061 */
.page-retrievequote .search-fields .search-row,
.page-getagentsearchresults .search-fields .search-row,
.page-agentretrievequotebypackage .search-fields .search-row,
.page-agentretrievequotecrosspackage .search-fields .search-row {
  display: none;
}
/* :L3064 */
/* :L3066 */
.page-retrievequote .search-fields form #agentSearchButton,
.page-getagentsearchresults .search-fields form #agentSearchButton,
.page-agentretrievequotebypackage .search-fields form #agentSearchButton,
.page-agentretrievequotecrosspackage .search-fields form #agentSearchButton {
  background-color: #ffbf3c;
  height: 45px;
}
/* :L3069 */
.page-retrievequote .search-fields form #agentSearchButton:hover,
.page-getagentsearchresults .search-fields form #agentSearchButton:hover,
.page-agentretrievequotebypackage .search-fields form #agentSearchButton:hover,
.page-agentretrievequotecrosspackage .search-fields form #agentSearchButton:hover {
  background-color: #ffda91;
}
@media (min-width: 968px) and (max-width: 1028px) {
  /* :L3074 */
  .page-retrievequote .search-fields form input[name*='SearchParams[0]'],
  .page-getagentsearchresults .search-fields form input[name*='SearchParams[0]'],
  .page-agentretrievequotebypackage .search-fields form input[name*='SearchParams[0]'],
  .page-agentretrievequotecrosspackage .search-fields form input[name*='SearchParams[0]'],
  .page-retrievequote .search-fields form input[name*='SearchParams[1]'],
  .page-getagentsearchresults .search-fields form input[name*='SearchParams[1]'],
  .page-agentretrievequotebypackage .search-fields form input[name*='SearchParams[1]'],
  .page-agentretrievequotecrosspackage .search-fields form input[name*='SearchParams[1]'],
  .page-retrievequote .search-fields form input[name*='SearchParams[2]'],
  .page-getagentsearchresults .search-fields form input[name*='SearchParams[2]'],
  .page-agentretrievequotebypackage .search-fields form input[name*='SearchParams[2]'],
  .page-agentretrievequotecrosspackage .search-fields form input[name*='SearchParams[2]'],
  .page-retrievequote .search-fields form input[name*='SearchParams[3]'],
  .page-getagentsearchresults .search-fields form input[name*='SearchParams[3]'],
  .page-agentretrievequotebypackage .search-fields form input[name*='SearchParams[3]'],
  .page-agentretrievequotecrosspackage .search-fields form input[name*='SearchParams[3]'],
  .page-retrievequote .search-fields form input[name*='SearchParams[4]'],
  .page-getagentsearchresults .search-fields form input[name*='SearchParams[4]'],
  .page-agentretrievequotebypackage .search-fields form input[name*='SearchParams[4]'],
  .page-agentretrievequotecrosspackage .search-fields form input[name*='SearchParams[4]'],
  .page-retrievequote .search-fields form #agentSearchButton,
  .page-getagentsearchresults .search-fields form #agentSearchButton,
  .page-agentretrievequotebypackage .search-fields form #agentSearchButton,
  .page-agentretrievequotecrosspackage .search-fields form #agentSearchButton {
    margin-top: 20px;
  }
}
@media (min-width: 870px) and (max-width: 967px) {
  /* :L3080 */
  .page-retrievequote .search-fields form input[name*='SearchParams[1]'],
  .page-getagentsearchresults .search-fields form input[name*='SearchParams[1]'],
  .page-agentretrievequotebypackage .search-fields form input[name*='SearchParams[1]'],
  .page-agentretrievequotecrosspackage .search-fields form input[name*='SearchParams[1]'],
  .page-retrievequote .search-fields form input[name*='SearchParams[2]'],
  .page-getagentsearchresults .search-fields form input[name*='SearchParams[2]'],
  .page-agentretrievequotebypackage .search-fields form input[name*='SearchParams[2]'],
  .page-agentretrievequotecrosspackage .search-fields form input[name*='SearchParams[2]'],
  .page-retrievequote .search-fields form input[name*='SearchParams[3]'],
  .page-getagentsearchresults .search-fields form input[name*='SearchParams[3]'],
  .page-agentretrievequotebypackage .search-fields form input[name*='SearchParams[3]'],
  .page-agentretrievequotecrosspackage .search-fields form input[name*='SearchParams[3]'],
  .page-retrievequote .search-fields form input[name*='SearchParams[4]'],
  .page-getagentsearchresults .search-fields form input[name*='SearchParams[4]'],
  .page-agentretrievequotebypackage .search-fields form input[name*='SearchParams[4]'],
  .page-agentretrievequotecrosspackage .search-fields form input[name*='SearchParams[4]'],
  .page-retrievequote .search-fields form #agentSearchButton,
  .page-getagentsearchresults .search-fields form #agentSearchButton,
  .page-agentretrievequotebypackage .search-fields form #agentSearchButton,
  .page-agentretrievequotecrosspackage .search-fields form #agentSearchButton {
    margin-top: 20px;
  }
}
@media (min-width: 846px) and (max-width: 869px) {
  /* :L3086 */
  .page-retrievequote .search-fields form input[name*='SearchParams[2]'],
  .page-getagentsearchresults .search-fields form input[name*='SearchParams[2]'],
  .page-agentretrievequotebypackage .search-fields form input[name*='SearchParams[2]'],
  .page-agentretrievequotecrosspackage .search-fields form input[name*='SearchParams[2]'],
  .page-retrievequote .search-fields form input[name*='SearchParams[3]'],
  .page-getagentsearchresults .search-fields form input[name*='SearchParams[3]'],
  .page-agentretrievequotebypackage .search-fields form input[name*='SearchParams[3]'],
  .page-agentretrievequotecrosspackage .search-fields form input[name*='SearchParams[3]'],
  .page-retrievequote .search-fields form input[name*='SearchParams[4]'],
  .page-getagentsearchresults .search-fields form input[name*='SearchParams[4]'],
  .page-agentretrievequotebypackage .search-fields form input[name*='SearchParams[4]'],
  .page-agentretrievequotecrosspackage .search-fields form input[name*='SearchParams[4]'],
  .page-retrievequote .search-fields form #agentSearchButton,
  .page-getagentsearchresults .search-fields form #agentSearchButton,
  .page-agentretrievequotebypackage .search-fields form #agentSearchButton,
  .page-agentretrievequotecrosspackage .search-fields form #agentSearchButton {
    margin-top: 20px;
  }
}
@media (min-width: 769px) and (max-width: 845px) {
  /* :L3091 */
  .page-retrievequote .search-fields form .search-field,
  .page-getagentsearchresults .search-fields form .search-field,
  .page-agentretrievequotebypackage .search-fields form .search-field,
  .page-agentretrievequotecrosspackage .search-fields form .search-field {
    width: 100%;
  }
  /* :L3094 */
  .page-retrievequote .search-fields form .search-button,
  .page-getagentsearchresults .search-fields form .search-button,
  .page-agentretrievequotebypackage .search-fields form .search-button,
  .page-agentretrievequotecrosspackage .search-fields form .search-button {
    float: right;
  }
}
@media (min-width: 845px) {
  /* :L3099 */
  .page-retrievequote .search-fields form .search-field,
  .page-getagentsearchresults .search-fields form .search-field,
  .page-agentretrievequotebypackage .search-fields form .search-field,
  .page-agentretrievequotecrosspackage .search-fields form .search-field {
    display: flex;
    /*adding padding right to each filed*/
  
  }
  /* :L3102 */
  .page-retrievequote .search-fields form .search-field .agent-search-parameter,
  .page-getagentsearchresults .search-fields form .search-field .agent-search-parameter,
  .page-agentretrievequotebypackage .search-fields form .search-field .agent-search-parameter,
  .page-agentretrievequotecrosspackage .search-fields form .search-field .agent-search-parameter {
    padding-right: 10px;
  }
  /* :L3106 */
  .page-retrievequote .search-fields form .search-button,
  .page-getagentsearchresults .search-fields form .search-button,
  .page-agentretrievequotebypackage .search-fields form .search-button,
  .page-agentretrievequotecrosspackage .search-fields form .search-button {
    margin-top: 23px;
  }
  /* :L3108 */
  .page-retrievequote .search-fields form .search-button #agentSearchButton,
  .page-getagentsearchresults .search-fields form .search-button #agentSearchButton,
  .page-agentretrievequotebypackage .search-fields form .search-button #agentSearchButton,
  .page-agentretrievequotecrosspackage .search-fields form .search-button #agentSearchButton {
    width: 100%;
  }
}
/* styling logo buttons */

/* :L3118 */
#logo-button,
#jockey-logo {
  height: 50px;
  max-width: 242px;
}
/* :L3123 */
.journey-button {
  margin-bottom: 2rem;
}
/* :L3127 */
#industry-products {
  margin-top: 1rem;
}
/* :L3131 */
#industry-products h1 {
  margin-bottom: 2rem;
}
/* :L3135 */
#select-program {
  color: #12243a;
  font-family: 'poppins', sans-serif;
  margin-bottom: 2rem;
}
/* Cross Package Search
.page-agentretrievequotecrosspackage {
 	td[colspan='13'], a[href*="/Public/AgentPolicyDoc"] {
   	display: none;   
  }
}
*/

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

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

}
/* :L3152 */
.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;
  }
}
/* :L3160 */
.page-viewquoteorpolicy .header-cls-row .container,
.page-viewquoteorpolicy .header-details-row .container {
  background: #3c3c3c;
  padding: 0 20px;
}
/* :L3167 */
.page-viewquoteorpolicy .header-cls-row .left-view {
  padding-left: 0px;
}
/* :L3168 */
.page-viewquoteorpolicy .header-cls-row .left-view h3 {
  font: normal normal bold 32px/39px 'poppins', sans-serif;
  letter-spacing: -0.96px;
  color: white;
}
/* :L3178 */
.page-viewquoteorpolicy .header-cls-row .right-view {
  text-align: end;
  margin-top: 20px;
}
/* :L3179 */
.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;
}
/* :L3185 */
.page-viewquoteorpolicy .header-cls-row .right-view a span::before {
  content: '\2190';
  color: #d7ddea;
  padding-right: 5px;
  font-size: 25px;
}
/* :L3198 */
.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;
  }
}
/* :L3206 */
.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;
}
/* :L3211 */
.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;
}
/* :L3217 */
.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;
}
/* :L3225 */
.page-viewquoteorpolicy .instanda-main-content-container {
  margin-left: 0px;
  margin-right: 0px;
}
/* :L3231 */
.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;
  }
}
/* :L3236 */
.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;
  }
}
/* :L3246 */
.page-viewquoteorpolicy .details-cls .table {
  width: 90%;
}
@media (max-width: 767.9px) {
  .page-viewquoteorpolicy .details-cls .table {
    width: 100%;
  }
}
/* :L3253 */
.page-viewquoteorpolicy .details-cls .table thead > tr > th h4 {
  font: normal normal bold 20px/24px 'poppins', sans-serif;
  letter-spacing: -0.6px;
  color: #12243a;
}
/* :L3259 */
.page-viewquoteorpolicy .details-cls .table tbody > tr > th span {
  font: normal normal normal 16px/24px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L3265 */
.page-viewquoteorpolicy .details-cls .table tbody > tr > td {
  text-align: end;
  font: normal normal normal 16px/24px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
  line-break: anywhere;
}
/* :L3273 */
.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;
}
/* :L3282 */
.page-viewquoteorpolicy .details-cls .table thead {
  border-bottom: 1px solid #565e71 !important;
}
/* :L3286 */
.page-viewquoteorpolicy .details-cls .table tbody > tr {
  border-bottom: 1px solid #d7ddea;
}
/* :L3293 */
.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;
  }
}
/* :L3303 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group {
  border: 1px solid #d7ddea;
  border-radius: 5px;
  /*Button effects styling*/

}
/* :L3307 */
.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;
}
/* :L3322 */
.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;
}
/* :L3328 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .btnClaims {
  font-size: 15px;
}
/* :L3334 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .block-renewals {
  padding: 15px 0px;
}
/* :L3337 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .block-renewals span {
  padding-left: 5px;
}
/* :L3344 */
.page-viewquoteorpolicy .instanda-question-input .form-control {
  height: 45px;
}
/* Responsiveness for small devices */

/* :L3350 */
@media (max-width: 500px) {
  /* :L3352 */
  .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) {
  /* :L3360 */
  .page-viewquoteorpolicy .btn-group .btn {
    height: auto;
  }
}
@media (max-width: 736px) {
  /* :L3366 */
  .page-viewquoteorpolicy .details-cls .table {
    width: 100%;
  }
}
/* :L3372 */
.page-viewquoteorpolicy.logged-in-underwriter .btnMakeClaim {
  display: none;
}
/*-----------------------View Quote or Policy Icons styling--------------------------------*/

/* :L3377 */
/* :L3378 */
/* :L3379 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .btn.btn-primary {
  padding-right: 25px;
}
/* :L3383 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .btn {
  white-space: initial;
}
/* :L3388 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group a[href*='/Public/ViewEditQuote'] {
  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;
}
/* :L3395 */
.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;
}
/* :L3401 */
.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;
}
/* :L3407 */
.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;
}
/* :L3413 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .btnMakeClaim {
  background: url('/ImageUpload/DownloadImageVersion?uploadedImageVersionId=VEVaNU1VOTZRWFpUWmtzc2IwUjZjRXRLV0RkVFFWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxVTlJFeWoxcnoxODZDTWF6LDEwMDAselVEM2paeWlnU3NTOTlHWSw1QTR6dlZVcXpVekQ1ZGZ6akY1YWtaYmwrd1FRTGM4ZUhmeVdDb1V0S2RkUzBpYmhmTlNCcm1sQnJnMlpYOFhaaStRVDFjZ2NXL0RCWkMxcHFyNmgxQT09');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-color: white;
  background-position-x: 20px;
  padding-left: 60px;
  border-radius: 0;
}
/* :L3420 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .btnViewClaims {
  background: url('/ImageUpload/DownloadImageVersion?uploadedImageVersionId=VVhCWmRtUnNlRFUyY3pOQ09FcDVhRkYyY3pSSWQxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxQVkdTcUp0Y1ZEWGFKIUdrLDEwMDAsaTZldVNnVFo2ZkR6cjMyVyw4NWUzZmg2TVA2ZlF2SWpaY1B4eXl1b24rckRRejhjSEhjQ09HbHJIZHlVM3NXN3N3UFhVYUFKUFNFOWJma2hFUWdvYkpmaFBYVHhuVGFCbWtYRHUwZz09');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-color: white;
  background-position-x: 20px;
  padding-left: 60px;
}
/* :L3426 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .btnRenewPolicy {
  background: url('/ImageUpload/DownloadImageVersion?uploadedImageVersionId=TkcxTUxIZGtjV3BsZEdobGFESk9lbUoxV2tobFoxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCx6WllGT01uREp2ZlBFbTRELDEwMDAsTndKNW1rZk9rUHk5MnhJNCw3NGN0TWQyQ2pOaEFrR1NaQVRuK0t0SVRDb3pBd0M5Tm5id1VvVzkvdHd4cnJLZzRCaFd5TWJjY255ZzgxQUpOeTJvS09nUnpONlB2aHRKayttVFpmZz09');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-color: white;
  background-position-x: 20px;
  padding-left: 60px;
}
/* :L3432 */
.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;
}
/* :L3438 */
.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;
}
/* :L3444 */
.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;
}
/* :L3450 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group a[href*='/Public/CustomerAccountOptions'] {
  background: url('/ImageUpload/DownloadImageVersion?uploadedImageVersionId=UzBwRlMySlBSRlJITlUxYU9IcDJiemx2TlVOSGQxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxxUkZMY3M5WkNQZTdaWGZiLDEwMDAsRXMwaEdGRjdLQmR2RWk5QixDMnNvSndxRzMyZG9sN3hLV2FvSWZGV2Jha0pidDVCdXp5dDdlVzloYTE1d0ZHNytRVVY5eGxBZ29pZ293VlVzNEFVak1CQnpOMHJNcmRET1dITC84dz09');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-color: white;
  background-position-x: 20px;
  padding-left: 60px;
}
/* :L3456 */
.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;
}
/* :L3462 */
.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;
}
/* :L3468 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group a[href*='/Public/OnlineTransactions'] {
  background: url('/ImageUpload/DownloadImageVersion?uploadedImageVersionId=YVZsTGIwMUxTWGhYZW5SSU5tNWtXVnB5TFRGWlFWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxyM1ZIcDdhalo3Q3d0OVNGLDEwMDAsYjVpa0NSTmZnY2FsQWV1cSxJUk1zV1QxTGlxK2FuMExzVEJWby9OYXhNamIvdWdGK0Q5RlJtamVaS1BFUGJYbk1MdktJckZhcTlPOW5ldnJMcmNFd3l0VjkxeWtDSVcwRndzWm83UT09') no-repeat;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-color: white;
  background-position-x: 20px;
  padding-left: 60px;
}
/* :L3474 */
.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;
}
/* :L3479 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .btnNotTakenUp {
  background: url('/ImageUpload/DownloadImageVersion?uploadedImageVersionId=ZW5oWE9TeE1kbWRDZG1wRFExWmxaVTFQTW1Sc1VWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxqMXhGSU11allMRWtnbTM1LDEwMDAsUkQ5WThRdjQxRGYxQzRPWSxLZlVYdy9BaE04K0FVMENkRUVFUTJ4ZG1GSTF1VVBRWjFiRjN3N0NlSndzWk5La08zbXBnYU1KYWF4K2EvZGdnZU56aU5ZUW45aWozUUYxYndiUWI5dz09');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-color: white;
  background-position-x: 20px;
  padding-left: 60px;
}
/* :L3485 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .btnOfflinePayments {
  background: url('/ImageUpload/DownloadImageVersion?uploadedImageVersionId=TVdkd1UyUTJTVTlOTjBkSmVYRkxjMVZvUlhKdFoxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxrRGNqWFNtUlhCS1Z6aGw5LDEwMDAsYkZ2MzRucUJnQDlxVEtQRSxtQTdQdDA2RGJwNUZ4ZVYyK1VBWHhhRVphbDdlcFFaQmptT2U1ZGFKYStIOVl3V2s1MmpBQm5obWd5anZreE1vQzlTVlc1ZnliNW14S3ZRbjNxUmNVZz09');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-color: white;
  background-position-x: 20px;
  padding-left: 60px;
}
/* :L3491 */
.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;
}
/* :L3497 */
.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;
  display: none;
}
/* :L3504 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group a[href*='/Public/AgentClaims'] {
  /*background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=WldKM1NWQm9WMkUwVG1SdVpVOVlVQzFPY1VGWFoxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxjQXNLcVpVMWdVMFl5UkppLDEwMDAsZ0lOS3lROGFATU5AYkd1OCxtblZXRkdhRHlxc3A1UXE4c09RdXRiQm1EdzFnZkhVN3FIdWJqZG5jWllKaFNpS1lLR2NNMW5GQVVCMFJkYnc4OW5KdGhwRytZV3VoUUFjckVZSFpHUT09");
		.iconstyle(); */
  display: none;
}
/* :L3511 */
.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;
}
/* :L3516 */
.page-viewquoteorpolicy .policy-view-options-action-buttons .btn-group .btnComparePolicy {
  /*
		background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=Um5acGVsVkVVMFZIYkZCb2JIQnNWbWxKYVc1aFFWOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxCU1JjV0VJd1F2V3V6Tm5NLDEwMDAsY2RLbjZoYlBGR3BFMWN2OSw4MW9OWFhYQUJJKzZKV0JNS3NFcHUyK0lGNWRMRndDQ014TEppbVdZNjIzWVFzWTZ0MUdmeE5hcWZieWFVajFUZlV5eXZtcU5sb2RObDd1Q21nbzlZZz09");
		.iconstyle(); */
  /* hide button */
  display: none;
}
/* :L3524 */
.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;
}
/* :L3531 */
.page-viewquoteorpolicy .btnLapsePolicy {
  display: none;
}
/* :L3536 */
/* :L3537 */
.page-viewquoteorpolicy:not(.package-19783) .btnRenewPolicy,
.page-viewquoteorpolicy:not(.package-19783) .block-renewals {
  display: none;
}
/*================view Customer==============================*/

/* :L3543 */
/* :L3544 */
.page-customeraccountoptions .instanda-main-content-container {
  margin-top: 30px;
  /*customer account options links*/

  /*Tabular styling*/

}
/* :L3547 */
/* :L3548 */
.page-customeraccountoptions .instanda-main-content-container .section_content a {
  font: normal normal bold 18px/21px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #ffbf3c;
  text-decoration: none;
}
/* :L3555 */
.page-customeraccountoptions .instanda-main-content-container .section_content .btnDiv.btnCustomerAccount {
  position: relative;
  text-align: end;
  width: 85%;
  border: 0;
  padding: 0;
}
@media (max-width: 668px) {
  .page-customeraccountoptions .instanda-main-content-container .section_content .btnDiv.btnCustomerAccount {
    width: 99%;
  }
}
/* :L3566 */
.page-customeraccountoptions .instanda-main-content-container .section_content .btnDiv.btnCustomerAccountLogs {
  width: 99%;
  text-align: end;
  position: relative;
  top: -28px;
  border: 0;
  padding: 0;
}
@media (max-width: 668px) {
  .page-customeraccountoptions .instanda-main-content-container .section_content .btnDiv.btnCustomerAccountLogs {
    top: 0px;
  }
}
/* :L3579 */
.page-customeraccountoptions .instanda-main-content-container #agentSearchResultsTable {
  margin-top: 20px;
  width: 80%;
  margin-left: 14px;
  line-height: 55px;
}
@media (max-width: 668px) {
  /* :L3586 */
  .page-customeraccountoptions .instanda-main-content-container #agentSearchResultsTable {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }
  /* :L3591 */
  .page-customeraccountoptions .instanda-main-content-container .agentTable > tbody > tr > td,
  .page-customeraccountoptions .instanda-main-content-container .agentTable > tbody > tr > th {
    padding: 5px;
  }
}
/* :L3595 */
.page-customeraccountoptions .instanda-main-content-container .instanda-button.instanda-quote-button {
  font: normal normal bold 18px/21px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #ffbf3c;
  background: transparent;
  border: 0;
  padding: 0;
}
/* :L3603 */
.page-customeraccountoptions .instanda-main-content-container .agentTable > tbody > tr:nth-child(1) {
  border-top: 2px solid #12243a;
  border-bottom: 2px solid #12243a;
  font: normal normal bold 12px/24px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  line-height: 55px;
}
/* :L3611 */
.page-customeraccountoptions .instanda-main-content-container .agentTable > tbody > tr > td:nth-child(1),
.page-customeraccountoptions .instanda-main-content-container .agentTable > tbody > tr > td:nth-child(2),
.page-customeraccountoptions .instanda-main-content-container .agentTable > tbody > tr > td:nth-child(3) {
  font: normal normal normal 16px/24px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L3616 */
.page-customeraccountoptions .instanda-main-content-container .agentTable > tbody > tr > td,
.page-customeraccountoptions .instanda-main-content-container .agentTable > tbody > tr,
.page-customeraccountoptions .instanda-main-content-container .agentTable > tfoot > tr > td,
.page-customeraccountoptions .instanda-main-content-container .agentTable > tfoot > tr,
.page-customeraccountoptions .instanda-main-content-container .agentTable > tr > td,
.page-customeraccountoptions .instanda-main-content-container .agentTable > tr {
  border-bottom: 1px solid #d7ddea;
}
/* :L3619 */
.page-customeraccountoptions .instanda-main-content-container .linkcss {
  font: normal normal normal 16px/24px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #3c3c3c;
  text-decoration: none;
}
/* :L3624 */
.page-customeraccountoptions .instanda-main-content-container .linkcss:hover,
.page-customeraccountoptions .instanda-main-content-container .linkcss:focus,
.page-customeraccountoptions .instanda-main-content-container .linkcss:active {
  color: #ffbf3c;
}
/* :L3629 */
.page-customeraccountoptions #agentSearchResultsTable .linkcss {
  padding-left: 25px;
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=YjNwUFJqY3pWelpGUW5sYVNIVkRVbmxVUlV0MGQxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCx4VkJHbEY1VURrS0F6R2x0LDEwMDAsajJ0cUwyVzdJSjJGVUJtSSw2amhJS1NKQWZ2N3RlUTNZV3NEdVdDbUswUytPRzkvT2tBNitqNDlCVVQyYzhrOVVDZHYwUFpRbHJnNWc5TVF5Ly9IOG14eTl6cnFMMEJFWEFSTWxZQT09") no-repeat;
  background-position: 0px center;
  background-size: 20px;
}
/* :L3636 */
.page-customeraccountoptions .button-cls {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
}
/* :L3640 */
.page-customeraccountoptions .button-cls #backButton {
  border: none;
  background-color: transparent;
  font: normal normal bold 14px/17px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  /*added left arrow icon*/

}
/* :L3647 */
.page-customeraccountoptions .button-cls #backButton::before {
  content: "\2B60";
  font-size: 16px;
  padding-right: 3px;
}
@media (max-width: 568px) {
  /* :L3655 */
  .page-customeraccountoptions .pull-left {
    float: none !important;
  }
  /* :L3657 */
  .page-customeraccountoptions .pull-left #backButton {
    width: 100%;
  }
}
/*customer account and aduit log page*/

/* :L3664 */
.page-customeraccountlog .instanda-main-content {
  margin-top: 20px;
}
/* hiding email status column */

/* :L3669 */
/* :L3670 */
.page-customeraccountoptions #agentSearchResultsTable > tbody > tr:nth-child(1) > th:nth-child(4) {
  display: none;
}
/* :L3674 */
.page-customeraccountoptions #agentSearchResultsTable td > button.instanda-button {
  display: none;
}
/*=======================Log claims page===================*/

/* :L3679 */
/* :L3680 */
.page-agentclaims .instanda-main-content {
  min-height: 800px;
}
/* :L3689 */
.page-agentclaims .logged-claim-title {
  margin-top: 35px;
  margin-bottom: 35px;
}
/* :L3692 */
.page-agentclaims .logged-claim-title h3 {
  font: normal normal bold 32px/36px 'poppins', sans-serif;
  letter-spacing: -0.96px;
  color: #12243a;
}
/* :L3699 */
.page-agentclaims .well {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 35px;
  margin-bottom: 50px;
  /*Button styling*/

}
/* :L3705 */
.page-agentclaims .well .btn-claim-group {
  width: 100%;
  /* Extra small and small devices */

}
/* :L3707 */
.page-agentclaims .well .btn-claim-group .btn.btn-primary {
  width: 100%;
  position: relative;
  float: left;
  margin-right: 1%;
  width: 19%;
  margin-top: 2px;
  margin-bottom: 2px;
  background: white 0% 0% no-repeat padding-box;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  font-weight: bold;
  color: #1a1a1a;
}
/* :L3721 */
.page-agentclaims .well .btn-claim-group .btn.btn-primary:hover,
.page-agentclaims .well .btn-claim-group .btn.btn-primary:focus,
.page-agentclaims .well .btn-claim-group .btn.btn-primary:active:focus {
  width: 100%;
  position: relative;
  float: left;
  margin-right: 1%;
  width: 19%;
  margin-top: 2px;
  margin-bottom: 2px;
  background: #ffbf3c 0% 0% no-repeat padding-box;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  font-weight: bold;
  color: #1a1a1a;
}
@media (max-width: 767.9px) {
  /* :L3737 */
  .page-agentclaims .well .btn-claim-group .btn.btn-primary {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* :L3742 */
  .page-agentclaims .well .btn-claim-group .btn.btn-primary {
    width: 30%;
  }
}
/* :L3748 */
.page-agentclaims #noClaimsMadeMessage {
  word-break: break-word;
  margin-top: 30px;
  margin-bottom: 40px;
  font: normal normal bold 20px/24px 'poppins', sans-serif;
  letter-spacing: -0.6px;
  color: #12243a;
}
/*====================bulk upload page===================================*/

/* :L3758 */
/* :L3759 */
.page-bulkuploadclaims .instanda-main-content {
  min-height: 800px;
}
/* :L3762 */
.page-bulkuploadclaims #uploadClaimsContainer {
  width: 100%;
}
/* :L3764 */
.page-bulkuploadclaims #uploadClaimsContainer label {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  font: normal normal bold 32px/36px 'poppins', sans-serif;
  letter-spacing: -0.96px;
  color: #12243a;
}
/* :L3773 */
.page-bulkuploadclaims #importDataInput {
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  width: 100%;
}
/* :L3779 */
.page-bulkuploadclaims #uploadClaimsControlsContainer {
  width: 100%;
}
/* :L3781 */
.page-bulkuploadclaims #uploadClaimsControlsContainer .submitButton {
  height: 45px;
  padding: 6px 12px;
  background: white 0% 0% no-repeat padding-box;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  font: normal normal bold 18px/21px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
  float: right;
}
/* :L3792 */
.page-bulkuploadclaims #uploadClaimsControlsContainer a {
  font: normal normal bold 14px/17px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #565e71;
  padding-right: 10px;
}
/* :L3799 */
.page-bulkuploadclaims .btn,
.page-bulkuploadclaims .btn-primary {
  width: 100%;
}
@media (max-width: 767.9px) {
  /* :L3804 */
  .page-bulkuploadclaims .btn-claim-group {
    display: grid;
  }
  /* :L3806 */
  .page-bulkuploadclaims .btn-claim-group button,
  .page-bulkuploadclaims .btn-claim-group input {
    width: 100%;
  }
}
/*----------------UPLOAD DOCUMENTS---------------*/

/* :L3813 */
/* :L3814 */
.page-uploaddocuments #backButton {
  background: url("/ImageUpload/DownloadImageVersion?uploadedImageVersionId=UjFwbGJqbFJVRkpuTVRFMk1rOTZWbmxoVVMxcFoxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCw3QmdjaEJpUm9qdmFIdVgzLDEwMDAsZFJmZG55WEJwbkNqNEtPQCxxcHJ5WHFPSzlYcExoRU5FVjF5TWF6ZWNGek1aem5YZlpENTJWZ2NlSjVTck9CT21pc0xtQjNXSnFTT2t1OVU3OXdrQzJHWm1EdjhSTU05WXRSaTh1QT09");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position-y: center;
  padding-left: 20px;
}
/* :L3822 */
.page-uploaddocuments input[type="submit"] {
  background: #ffbf3c !important;
  border: 1px solid #d6d6d6 !important;
  border-radius: 20px;
  color: #3c3c3c;
  margin-top: 15px;
}
/* :L3828 */
.page-uploaddocuments input[type="submit"]:hover,
.page-uploaddocuments input[type="submit"]:active,
.page-uploaddocuments input[type="submit"]:focus {
  background: #3c3c3c !important;
  color: white;
}
/* :L3834 */
.page-uploaddocuments .instanda-main-content {
  min-height: 800px;
}
/* :L3838 */
.page-uploaddocuments #documentListContainer {
  margin-top: 30px;
}
/* :L3841 */
.page-uploaddocuments #tableUploadedDocuments {
  width: 100%;
}
/* :L3843 */
.page-uploaddocuments #tableUploadedDocuments td {
  padding: 5px;
}
/* :L3846 */
.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;
}
/* :L3856 */
.page-uploaddocuments .tableStyledDiv {
  width: 100%;
  display: flex;
}
/* :L3859 */
.page-uploaddocuments .tableStyledDiv .rowStyledDiv {
  width: 100%;
  font-size: 16px;
  padding-left: 3px;
  display: grid;
}
/* :L3864 */
.page-uploaddocuments .tableStyledDiv .rowStyledDiv > div {
  display: block;
  width: 100%;
}
/* :L3868 */
.page-uploaddocuments .tableStyledDiv .rowStyledDiv .uploadControlDiv {
  width: 100%;
  /*"Choose file" Button*/

}
/* :L3871 */
.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---------*/

/* :L3886 */
/* :L3887 */
.page-emaillistforquote .instanda-main-content-container {
  margin-top: 60px;
}
/*=========================view docs page=====================*/

/* :L3892 */
/* :L3893 */
/* :L3895 */
@media (orientation: portrait) and (max-width: 990px) {
  /* :L3897 */
  .page-agentalldocs .instanda-agent-all-docs-content .instanda-questionHeader h1 {
    font: normal normal bold 32px/32px 'poppins', sans-serif;
  }
}
/* :L3903 */
/* :L3904 */
.page-agentalldocs .instanda-agent-all-docs-content .doc-view > div {
  padding: 0;
}
/* :L3907 */
/* :L3908 */
.page-agentalldocs .instanda-agent-all-docs-content .doc-view .instanda-agent-select-packages .container {
  padding: 0;
  width: 100%;
}
/* :L3911 */
/* :L3912 */
.page-agentalldocs .instanda-agent-all-docs-content .doc-view .instanda-agent-select-packages .container .agent-all-docs-responsive h3 {
  display: none;
}
/* :L3913 */
.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;
}
/* :L3921 */
.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*/

}
/* :L3932 */
.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;
}
/* :L3945 */
.page-agentalldocs .documents-regenerate {
  margin-top: 25px;
  margin-bottom: 40px;
  padding-left: 0px;
}
/* :L3949 */
.page-agentalldocs .documents-regenerate #DocumentReGenerateSubmit {
  background: #ffbf3c;
  border-radius: 15px;
  font: normal normal bold 18px/21px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L3955 */
.page-agentalldocs .documents-regenerate #DocumentReGenerateSubmit:hover,
.page-agentalldocs .documents-regenerate #DocumentReGenerateSubmit:active,
.page-agentalldocs .documents-regenerate #DocumentReGenerateSubmit:focus {
  background: #ffda91;
}
@media (max-width: 325px) {
  .page-agentalldocs .documents-regenerate #DocumentReGenerateSubmit {
    font: normal normal bold 15px/21px 'poppins', sans-serif;
  }
}
/* :L3963 */
.page-agentalldocs ::marker {
  display: none;
  color: transparent;
}
/* :L3968 */
.page-agentalldocs .btn-default {
  display: none;
}
/* :L3971 */
/* :L3972 */
.page-agentalldocs .button-cls .row > div {
  padding-left: 2px;
}
/* :L3975 */
/* :L3977 */
.page-agentalldocs .button-cls #backButton::before {
  content: "\2B60";
  font-size: 16px;
  padding-right: 3px;
}
@media (max-width: 275px) {
  /* :L3986 */
  .page-agentalldocs .instanda-agent-all-docs-content .doc-view .instanda-agent-select-packages .container .agent-all-docs-responsive #documentsList li {
    line-break: anywhere;
  }
}
/* Referral History Page */

/* :L3992 */
/* :L3993 */
.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;
}
/* :L4000 */
/* :L4002 */
.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;
}
/* :L4008 */
.page-viewreferralsforquote .view-referrals-content .mobile-quote-referral-heading {
  font-weight: bold;
}
/* :L4011 */
.page-viewreferralsforquote .view-referrals-content .quote-referral-cleared-on .mobile-quote-referral-heading,
.page-viewreferralsforquote .view-referrals-content .quote-referral-created {
  font-size: 0;
}
/* :L4014 */
.page-viewreferralsforquote .view-referrals-content .quote-referral-cleared-on .mobile-quote-referral-heading:after,
.page-viewreferralsforquote .view-referrals-content .quote-referral-created:after {
  content: 'Approved On';
  font-weight: bold;
  font-size: 14px;
}
/* :L4020 */
.page-viewreferralsforquote .view-referrals-content .quote-referral-cleared-by .mobile-quote-referral-heading,
.page-viewreferralsforquote .view-referrals-content .quote-referral-modified {
  font-size: 0;
}
/* :L4023 */
.page-viewreferralsforquote .view-referrals-content .quote-referral-cleared-by .mobile-quote-referral-heading:after,
.page-viewreferralsforquote .view-referrals-content .quote-referral-modified:after {
  content: 'Approved By';
  font-weight: bold;
  font-size: 14px;
}
/* Review and Approval Page */

/* :L4031 */
/* :L4034 */
.page-reviewreferrals .instanda-approval-action-content,
.page-prequotereferralquestionscontinue .instanda-approval-action-content,
.page-recalculatereferralquestions .instanda-approval-action-content {
  margin-top: 50px;
  /*hide referal level and buttons from referal page*/

  /*Referal Table styling*/

}
/* :L4037 */
.page-reviewreferrals .instanda-approval-action-content .agent-hide,
.page-prequotereferralquestionscontinue .instanda-approval-action-content .agent-hide,
.page-recalculatereferralquestions .instanda-approval-action-content .agent-hide {
  display: none;
}
/* :L4041 */
/* :L4042 */
.page-reviewreferrals .instanda-approval-action-content .agentTable tr:first-child,
.page-prequotereferralquestionscontinue .instanda-approval-action-content .agentTable tr:first-child,
.page-recalculatereferralquestions .instanda-approval-action-content .agentTable tr:first-child {
  border-top: 2px solid grey;
  border-bottom: 2px solid grey;
}
/* :L4045 */
.page-reviewreferrals .instanda-approval-action-content .agentTable tr:first-child th,
.page-prequotereferralquestionscontinue .instanda-approval-action-content .agentTable tr:first-child th,
.page-recalculatereferralquestions .instanda-approval-action-content .agentTable tr:first-child th {
  padding: 10px 5px;
  font-size: 20px;
}
/* :L4051 */
.page-reviewreferrals .instanda-approval-action-content .agentTable tr > td:first-child,
.page-prequotereferralquestionscontinue .instanda-approval-action-content .agentTable tr > td:first-child,
.page-recalculatereferralquestions .instanda-approval-action-content .agentTable tr > td:first-child {
  font-size: 18px;
}
/* :L4055 */
.page-reviewreferrals .instanda-approval-action-content .instanda-review-referrals-buttons,
.page-prequotereferralquestionscontinue .instanda-approval-action-content .instanda-review-referrals-buttons,
.page-recalculatereferralquestions .instanda-approval-action-content .instanda-review-referrals-buttons {
  margin-top: 70px;
  /*approval buttons styling*/

}
@media (max-width: 768px) {
  .page-reviewreferrals .instanda-approval-action-content .instanda-review-referrals-buttons,
  .page-prequotereferralquestionscontinue .instanda-approval-action-content .instanda-review-referrals-buttons,
  .page-recalculatereferralquestions .instanda-approval-action-content .instanda-review-referrals-buttons {
    float: none !important;
  }
}
/* :L4060 */
.page-reviewreferrals .instanda-approval-action-content .instanda-review-referrals-buttons .instanda-button,
.page-prequotereferralquestionscontinue .instanda-approval-action-content .instanda-review-referrals-buttons .instanda-button,
.page-recalculatereferralquestions .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-reviewreferrals .instanda-approval-action-content .instanda-review-referrals-buttons .instanda-button,
  .page-prequotereferralquestionscontinue .instanda-approval-action-content .instanda-review-referrals-buttons .instanda-button,
  .page-recalculatereferralquestions .instanda-approval-action-content .instanda-review-referrals-buttons .instanda-button {
    width: 100%;
    margin-bottom: 5px;
  }
}
/* :L4075 */
.page-reviewreferrals .instanda-approval-action-content .instanda-review-referrals-buttons #pendingButton,
.page-prequotereferralquestionscontinue .instanda-approval-action-content .instanda-review-referrals-buttons #pendingButton,
.page-recalculatereferralquestions .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;
}
/* :L4081 */
.page-reviewreferrals .instanda-approval-action-content .instanda-review-referrals-buttons #pendingButton:active,
.page-prequotereferralquestionscontinue .instanda-approval-action-content .instanda-review-referrals-buttons #pendingButton:active,
.page-recalculatereferralquestions .instanda-approval-action-content .instanda-review-referrals-buttons #pendingButton:active,
.page-reviewreferrals .instanda-approval-action-content .instanda-review-referrals-buttons #pendingButton:focus,
.page-prequotereferralquestionscontinue .instanda-approval-action-content .instanda-review-referrals-buttons #pendingButton:focus,
.page-recalculatereferralquestions .instanda-approval-action-content .instanda-review-referrals-buttons #pendingButton:focus,
.page-reviewreferrals .instanda-approval-action-content .instanda-review-referrals-buttons #pendingButton:hover,
.page-prequotereferralquestionscontinue .instanda-approval-action-content .instanda-review-referrals-buttons #pendingButton:hover,
.page-recalculatereferralquestions .instanda-approval-action-content .instanda-review-referrals-buttons #pendingButton:hover {
  box-shadow: inset 0px 0px 4px 1.2px #db751d;
  border: 1px solid #db751d;
}
/* :L4088 */
.page-reviewreferrals .instanda-approval-action-content .instanda-review-referrals-buttons #rejectButton,
.page-prequotereferralquestionscontinue .instanda-approval-action-content .instanda-review-referrals-buttons #rejectButton,
.page-recalculatereferralquestions .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-reviewreferrals .instanda-approval-action-content .instanda-review-referrals-buttons #rejectButton,
  .page-prequotereferralquestionscontinue .instanda-approval-action-content .instanda-review-referrals-buttons #rejectButton,
  .page-recalculatereferralquestions .instanda-approval-action-content .instanda-review-referrals-buttons #rejectButton {
    margin-left: 0px;
  }
}
/* :L4098 */
.page-reviewreferrals .instanda-approval-action-content .instanda-review-referrals-buttons #rejectButton:active,
.page-prequotereferralquestionscontinue .instanda-approval-action-content .instanda-review-referrals-buttons #rejectButton:active,
.page-recalculatereferralquestions .instanda-approval-action-content .instanda-review-referrals-buttons #rejectButton:active,
.page-reviewreferrals .instanda-approval-action-content .instanda-review-referrals-buttons #rejectButton:focus,
.page-prequotereferralquestionscontinue .instanda-approval-action-content .instanda-review-referrals-buttons #rejectButton:focus,
.page-recalculatereferralquestions .instanda-approval-action-content .instanda-review-referrals-buttons #rejectButton:focus,
.page-reviewreferrals .instanda-approval-action-content .instanda-review-referrals-buttons #rejectButton:hover,
.page-prequotereferralquestionscontinue .instanda-approval-action-content .instanda-review-referrals-buttons #rejectButton:hover,
.page-recalculatereferralquestions .instanda-approval-action-content .instanda-review-referrals-buttons #rejectButton:hover {
  box-shadow: inset 0px 0px 4px 1.2px #bc354f;
  border: 1px solid #bc354f;
}
/* :L4106 */
.page-reviewreferrals .instanda-approval-action-content .instanda-review-referrals-buttons #clearButton,
.page-prequotereferralquestionscontinue .instanda-approval-action-content .instanda-review-referrals-buttons #clearButton,
.page-recalculatereferralquestions .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-reviewreferrals .instanda-approval-action-content .instanda-review-referrals-buttons #clearButton,
  .page-prequotereferralquestionscontinue .instanda-approval-action-content .instanda-review-referrals-buttons #clearButton,
  .page-recalculatereferralquestions .instanda-approval-action-content .instanda-review-referrals-buttons #clearButton {
    margin-left: 0px;
  }
}
/* :L4116 */
.page-reviewreferrals .instanda-approval-action-content .instanda-review-referrals-buttons #clearButton:active,
.page-prequotereferralquestionscontinue .instanda-approval-action-content .instanda-review-referrals-buttons #clearButton:active,
.page-recalculatereferralquestions .instanda-approval-action-content .instanda-review-referrals-buttons #clearButton:active,
.page-reviewreferrals .instanda-approval-action-content .instanda-review-referrals-buttons #clearButton:focus,
.page-prequotereferralquestionscontinue .instanda-approval-action-content .instanda-review-referrals-buttons #clearButton:focus,
.page-recalculatereferralquestions .instanda-approval-action-content .instanda-review-referrals-buttons #clearButton:focus,
.page-reviewreferrals .instanda-approval-action-content .instanda-review-referrals-buttons #clearButton:hover,
.page-prequotereferralquestionscontinue .instanda-approval-action-content .instanda-review-referrals-buttons #clearButton:hover,
.page-recalculatereferralquestions .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) {
  /* :L4128 */
  .page-reviewreferrals table,
  .page-prequotereferralquestionscontinue table,
  .page-recalculatereferralquestions table,
  .page-reviewreferrals tbody,
  .page-prequotereferralquestionscontinue tbody,
  .page-recalculatereferralquestions tbody,
  .page-reviewreferrals th,
  .page-prequotereferralquestionscontinue th,
  .page-recalculatereferralquestions th,
  .page-reviewreferrals td,
  .page-prequotereferralquestionscontinue td,
  .page-recalculatereferralquestions td,
  .page-reviewreferrals tr,
  .page-prequotereferralquestionscontinue tr,
  .page-recalculatereferralquestions tr {
    display: block;
  }
  /* :L4136 */
  .page-reviewreferrals table tr:first-child,
  .page-prequotereferralquestionscontinue table tr:first-child,
  .page-recalculatereferralquestions table tr:first-child {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* :L4141 */
  .page-reviewreferrals tr,
  .page-prequotereferralquestionscontinue tr,
  .page-recalculatereferralquestions tr {
    border: 1px solid #cccccc;
  }
  /* :L4144 */
  .page-reviewreferrals td,
  .page-prequotereferralquestionscontinue td,
  .page-recalculatereferralquestions td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    padding: 0px 0px 0px 50%;
  }
  /* :L4151 */
  .page-reviewreferrals td:before,
  .page-prequotereferralquestionscontinue td:before,
  .page-recalculatereferralquestions 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;
  }
  /* :L4164 */
  .page-reviewreferrals td:nth-of-type(1):before,
  .page-prequotereferralquestionscontinue td:nth-of-type(1):before,
  .page-recalculatereferralquestions td:nth-of-type(1):before {
    content: 'Reason';
  }
  /* :L4167 */
  .page-reviewreferrals td:nth-of-type(2):before,
  .page-prequotereferralquestionscontinue td:nth-of-type(2):before,
  .page-recalculatereferralquestions td:nth-of-type(2):before {
    content: 'Referral Level';
  }
  /* :L4170 */
  .page-reviewreferrals td:nth-of-type(3):before,
  .page-prequotereferralquestionscontinue td:nth-of-type(3):before,
  .page-recalculatereferralquestions td:nth-of-type(3):before {
    content: 'Last Modified';
  }
  /* :L4173 */
  .page-reviewreferrals td:nth-of-type(4):before,
  .page-prequotereferralquestionscontinue td:nth-of-type(4):before,
  .page-recalculatereferralquestions td:nth-of-type(4):before {
    content: 'Status';
  }
  /* :L4176 */
  .page-reviewreferrals td:nth-of-type(5):before,
  .page-prequotereferralquestionscontinue td:nth-of-type(5):before,
  .page-recalculatereferralquestions td:nth-of-type(5):before {
    content: 'Selection';
  }
  /* :L4179 */
  .page-reviewreferrals td:nth-of-type(3),
  .page-prequotereferralquestionscontinue td:nth-of-type(3),
  .page-recalculatereferralquestions td:nth-of-type(3) {
    padding-bottom: 25px;
  }
  /* :L4182 */
  .page-reviewreferrals td:nth-of-type(5),
  .page-prequotereferralquestionscontinue td:nth-of-type(5),
  .page-recalculatereferralquestions td:nth-of-type(5) {
    padding-bottom: 25px;
  }
}
/* :L4188 */
/* :L4189 */
.page-referralreviewmultiplelines .instanda-button {
  font-size: 18px;
  padding: 6px 12px;
}
/* :L4195 */
/* :L4198 */
.page-reviewreferrals .instanda-approval-action-content:nth-of-type(1),
.page-prequotereferralquestionscontinue .instanda-approval-action-content:nth-of-type(1),
.page-recalculatereferralquestions .instanda-approval-action-content:nth-of-type(1) {
  width: 50%;
}
/* :L4202 */
.page-reviewreferrals #instanda-site-layout > div.instanda-main-content-container > div:nth-child(3) > div > div > div > form > table > tbody > tr:nth-child(1) > th:nth-child(1):before,
.page-prequotereferralquestionscontinue #instanda-site-layout > div.instanda-main-content-container > div:nth-child(3) > div > div > div > form > table > tbody > tr:nth-child(1) > th:nth-child(1):before,
.page-recalculatereferralquestions #instanda-site-layout > div.instanda-main-content-container > div:nth-child(3) > div > div > div > form > table > tbody > tr:nth-child(1) > th:nth-child(1):before {
  content: 'Referral ';
}
/* :L4217 */
/* :L4222 */
.page-reviewreferrals #question307778 > div.instanda-question-label,
.page-prequotereferralquestionscontinue #question307778 > div.instanda-question-label,
.page-recalculatereferralquestions #question307778 > div.instanda-question-label,
.page-reviewreferrals #question222102 > div.instanda-question-label,
.page-prequotereferralquestionscontinue #question222102 > div.instanda-question-label,
.page-recalculatereferralquestions #question222102 > div.instanda-question-label,
.page-reviewreferrals #question312095 > div.instanda-question-label,
.page-prequotereferralquestionscontinue #question312095 > div.instanda-question-label,
.page-recalculatereferralquestions #question312095 > div.instanda-question-label,
.page-reviewreferrals #question313938 > div.instanda-question-label,
.page-prequotereferralquestionscontinue #question313938 > div.instanda-question-label,
.page-recalculatereferralquestions #question313938 > div.instanda-question-label,
.page-reviewreferrals #question313936 > div.instanda-question-label,
.page-prequotereferralquestionscontinue #question313936 > div.instanda-question-label,
.page-recalculatereferralquestions #question313936 > div.instanda-question-label {
  display: none;
}
/* Align Premium Adjustments in grid for referrals and quote display pages */

/* :L4230 */
.adjustment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1em;
  width: 100%;
}
/* :L4237 */
/* :L4241 */
#question357416 div.instanda-question-input,
#question307780 div.instanda-question-input,
#question330800 div.instanda-question-input,
#question357419 div.instanda-question-input {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
/* :L4247 */
#question357417,
#question357418,
#question307781,
#question307782,
#question330801,
#question330802,
#question357420,
#question357422 {
  margin-left: 0;
  padding-left: 0;
}
/* :L4257 */
#question357417 div.instanda-question-input,
#question357418 div.instanda-question-input,
#question307781 div.instanda-question-input,
#question307782 div.instanda-question-input,
#question330801 div.instanda-question-input,
#question330802 div.instanda-question-input,
#question357420 div.instanda-question-input,
#question357422 div.instanda-question-input {
  display: block;
  max-width: 390px;
}
/* :L4263 */
/* :L4266 */
.package-19353.page-reviewreferrals .questionItem:not(.section-header),
.page-recalculatereferralquestions .questionItem:not(.section-header) {
  padding-left: 2em;
  margin-left: 0;
  width: 100%;
}
/* Sale Confirmation page on Policy issued */

/* :L4273 */
/* :L4276 */
.page-confirmation2 .main-heading,
.page-bindquote .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,
  .page-bindquote .main-heading {
    font: normal normal bold 32px/32px 'poppins', sans-serif;
  }
}
/* :L4286 */
.page-confirmation2 .sub-heading,
.page-bindquote .sub-heading {
  font: normal normal normal 18px/32px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #565e71;
}
/* :L4299 */
.page-confirmation2 .question_cls,
.page-bindquote .question_cls {
  padding-right: 0px;
}
/* :L4301 */
.page-confirmation2 .question_cls p,
.page-bindquote .question_cls p {
  font: normal normal normal 16px/24px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
  padding-bottom: 10px;
  line-break: anywhere;
}
/* :L4309 */
.page-confirmation2 .details-cls,
.page-bindquote .details-cls {
  margin-bottom: 50px;
  /*----table structure styling-----*/

}
/* :L4312 */
.page-confirmation2 .details-cls .table-responsive,
.page-bindquote .details-cls .table-responsive {
  border: 0;
}
/* :L4315 */
/* :L4316 */
.page-confirmation2 .details-cls .table th,
.page-bindquote .details-cls .table th {
  padding: 8px 8px 8px 0px;
}
/* :L4319 */
.page-confirmation2 .details-cls .table thead,
.page-bindquote .details-cls .table thead {
  border-bottom: 1px solid #565e71 !important;
}
/* :L4321 */
.page-confirmation2 .details-cls .table thead > tr > th h4,
.page-bindquote .details-cls .table thead > tr > th h4 {
  font: normal normal bold 20px/24px 'poppins', sans-serif;
  letter-spacing: -0.6px;
  color: #12243a;
}
/* :L4327 */
.page-confirmation2 .details-cls .table tbody > tr,
.page-bindquote .details-cls .table tbody > tr {
  border-bottom: 1px solid #d7ddea;
}
/* :L4329 */
.page-confirmation2 .details-cls .table tbody > tr > th span,
.page-bindquote .details-cls .table tbody > tr > th span {
  font: normal normal normal 16px/24px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L4334 */
.page-confirmation2 .details-cls .table tbody > tr > td,
.page-bindquote .details-cls .table tbody > tr > td {
  text-align: end;
}
/* :L4336 */
.page-confirmation2 .details-cls .table tbody > tr > td span,
.page-bindquote .details-cls .table tbody > tr > td span {
  font: normal normal normal 16px/24px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L4343 */
/* :L4346 */
.page-confirmation2 .details-cls .table tbody tr > td,
.page-bindquote .details-cls .table tbody tr > td,
.page-confirmation2 .details-cls .table tfoot tr > td,
.page-bindquote .details-cls .table tfoot tr > td,
.page-confirmation2 .details-cls .table thead tr > td,
.page-bindquote .details-cls .table thead tr > td,
.page-confirmation2 .details-cls .table tbody tr > th,
.page-bindquote .details-cls .table tbody tr > th,
.page-confirmation2 .details-cls .table tfoot tr > th,
.page-bindquote .details-cls .table tfoot tr > th,
.page-confirmation2 .details-cls .table thead tr > th,
.page-bindquote .details-cls .table thead tr > th {
  border: none;
  font-size: 16px;
  line-height: 24px;
}
/* :L4355 */
.page-confirmation2 .doc-cls,
.page-bindquote .doc-cls {
  border: 2px solid #d7ddea;
  border-radius: 5px;
}
/* :L4359 */
.page-confirmation2 .doc-cls .doc-cls-header,
.page-bindquote .doc-cls .doc-cls-header {
  color: black;
  border-bottom: 1px solid #d7ddea;
  padding: 15px;
  font-weight: bold;
  font-size: 16px;
}
/* :L4366 */
.page-confirmation2 .doc-cls .doc-cls-file,
.page-bindquote .doc-cls .doc-cls-file {
  padding: 15px;
  display: flex;
}
/* :L4369 */
.page-confirmation2 .doc-cls .doc-cls-file span > i,
.page-bindquote .doc-cls .doc-cls-file span > i {
  color: #0f61fb;
  padding-right: 8px;
}
/* :L4373 */
.page-confirmation2 .doc-cls .doc-cls-file a,
.page-bindquote .doc-cls .doc-cls-file a {
  color: #565e71 !important;
  display: block;
  /*added document icon and its styling*/
  background: url('/ImageUpload/DownloadImageVersion?uploadedImageVersionId=TTBSemJrcHZSbVY1V1Zka1NGQlJNRkl5YmxNd2QxOWYsQUVTMjU2X0NCQ19TVEFOREFSRCxtc1hGIXhmaG9nZG5UbGtmLDEwMDAsVUFLaHZpOU1PIVQ3IUE0Riw0aDA4a0ZrcldtUFNIbDlzSU04dmFDaTIyMnRXUW40dkVHSHFZMzBjNldML0xpVEZNOC9MWlVqb1l3aFBBWlVRT3lGYlM0WGVMZGw0YTZxVUMxaXBUUT09');
  background-size: 18px;
  background-repeat: no-repeat;
  background-position-y: center;
  padding-left: 30px;
  text-align: left;
}
/* :L4386 */
.page-confirmation2 .image_cls,
.page-bindquote .image_cls {
  padding-top: 58px;
}
/* :L4389 */
.page-confirmation2 #backToDb,
.page-bindquote #backToDb {
  padding: 12px;
  border: 5px;
  margin-top: 20px;
  border-radius: 5px;
}
@media (max-width: 991.9px) {
  /* :L4396 */
  .page-confirmation2 .image_cls,
  .page-bindquote .image_cls {
    padding-top: 0px;
    padding-left: 15px;
  }
  /* :L4400 */
  .page-confirmation2 .instanda-confirmation-content > div:nth-child(2),
  .page-bindquote .instanda-confirmation-content > div:nth-child(2) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.9px) {
  /* :L4405 */
  .page-confirmation2 .returnDashboard a,
  .page-bindquote .returnDashboard a {
    width: 100%;
    margin: 45px 0px;
  }
}
/* :L4411 */
/* :L4412 */
.page-confirmation2.created-from-newbusiness .doc-cls-file {
  padding: 0 15px 15px 15px;
}
/* :L4417 */
/* :L4418 */
.page-confirmation2 div.doc-cls-file span[data-placeholder*='__document-placeholderspan']:empty,
.page-confirmation2 .doc-cls-file:empty {
  display: none;
}
/* Binder Display Styles */

/* :L4425 */
/* :L4426 */
.page-bindquote div.col-lg-12:has(div.pull-left) {
  display: flex;
  justify-content: flex-end;
  gap: 1em;
}
/* :L4431 */
.page-bindquote .pull-left,
.page-bindquote .pull-right {
  float: none !important;
}
/* :L4435 */
.page-bindquote .line-of-business {
  margin-bottom: 0;
}
/* :L4438 */
.page-bindquote #instanda-site-layout > div.instanda-main-content-container > div > form > div.container {
  padding-left: 15px;
}
/* :L4461 */
/* :L4462 */
.page-bindquote.created-from-mta .hide-if-mta {
  display: none;
}
/* :L4467 */
/* :L4468 */
.page-bindquote:not(.created-from-mta) .reveal-if-mta,
.page-bindquote:not(.created-from-mta) .show-if-mta {
  display: none;
}
/*=======================================Cancel Policy===============================================*/

/* :L4474 */
/* :L4476 */
.page-cancelpolicy .questionItem,
.page-cancellationquestionsforagentsite .questionItem {
  margin-left: 0;
}
@media (max-width: 992px) {
  /* :L104 */
  /* :L107 */
  .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;
  }
  /* :L111 */
  .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%;
  }
  /* :L115 */
  .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;
  }
  /* :L118 */
  .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;
  }
}
/* :L4480 */
.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*/

}
/* :L128 */
.page-cancelpolicy .image_cls img,
.page-cancellationquestionsforagentsite .image_cls img {
  margin-top: 30px;
  margin-bottom: 15px;
  width: 100%;
}
/* :L4483 */
.page-cancelpolicy .instanda-question-input,
.page-cancellationquestionsforagentsite .instanda-question-input {
  width: 100%;
}
/* :L4487 */
.page-cancelpolicy .alert-danger,
.page-cancellationquestionsforagentsite .alert-danger {
  width: 98%;
}
/* :L4490 */
@media (max-width: 405px) {
  .page-cancelpolicy .label-danger,
  .page-cancellationquestionsforagentsite .label-danger {
    font-size: 48%;
  }
}
/* :L4496 */
.page-cancelpolicy .question_cls,
.page-cancellationquestionsforagentsite .question_cls,
.page-cancelpolicy .image_cls,
.page-cancellationquestionsforagentsite .image_cls {
  padding: 0;
}
/* :L4501 */
.page-cancelpolicy .radio + .radio,
.page-cancellationquestionsforagentsite .radio + .radio {
  margin-top: 0px;
}
/* :L4504 */
.page-cancelpolicy #question239640 .form-group,
.page-cancellationquestionsforagentsite #question239640 .form-group {
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  /* :L4508 */
  .page-cancelpolicy #question239640 .instanda-question-input .form-group,
  .page-cancellationquestionsforagentsite #question239640 .instanda-question-input .form-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /* :L4512 */
  .page-cancelpolicy #question239640 .instanda-question-input .form-group > .radio,
  .page-cancellationquestionsforagentsite #question239640 .instanda-question-input .form-group > .radio {
    flex-basis: 100%;
  }
  /* :L4514 */
  .page-cancelpolicy #question239640 .instanda-question-input .form-group > .radio .instanda-unselected,
  .page-cancellationquestionsforagentsite #question239640 .instanda-question-input .form-group > .radio .instanda-unselected,
  .page-cancelpolicy #question239640 .instanda-question-input .form-group > .radio .instanda-selected,
  .page-cancellationquestionsforagentsite #question239640 .instanda-question-input .form-group > .radio .instanda-selected {
    width: 100%;
  }
  /* :L4519 */
  .page-cancelpolicy #question239640 .instanda-question-input .form-group > div:nth-child(1),
  .page-cancellationquestionsforagentsite #question239640 .instanda-question-input .form-group > div:nth-child(1),
  .page-cancelpolicy #question239640 .instanda-question-input .form-group/*Non-Payment of Premium-Radio Button*/ > div:nth-child(2),
  .page-cancellationquestionsforagentsite #question239640 .instanda-question-input .form-group/*Non-Payment of Premium-Radio Button*/ > div:nth-child(2),
  .page-cancelpolicy #question239640 .instanda-question-input .form-group/*Non-disclosure-Radio Button*/ > div:nth-child(3),
  .page-cancellationquestionsforagentsite #question239640 .instanda-question-input .form-group/*Non-disclosure-Radio Button*/ > div:nth-child(3),
  .page-cancelpolicy #question239640 .instanda-question-input .form-group/*Misrepresentation-Radio Button*/ > div:nth-child(4),
  .page-cancellationquestionsforagentsite #question239640 .instanda-question-input .form-group/*Misrepresentation-Radio Button*/ > div:nth-child(4),
  .page-cancelpolicy #question239640 .instanda-question-input .form-group/*Fraud-Radio Button*/ > div:nth-child(5)/*Insolvency-Radio Button*/,
  .page-cancellationquestionsforagentsite #question239640 .instanda-question-input .form-group/*Fraud-Radio Button*/ > div:nth-child(5)/*Insolvency-Radio Button*/ {
    flex-basis: 50%;
  }
  /* :L4526 */
  .page-cancelpolicy #question239640 .instanda-question-input .form-group > div:nth-child(2),
  .page-cancellationquestionsforagentsite #question239640 .instanda-question-input .form-group > div:nth-child(2),
  .page-cancelpolicy #question239640 .instanda-question-input .form-group/*Non-disclosure-Radio Button*/ > div:nth-child(4)/*Fraud-Radio Button*/,
  .page-cancellationquestionsforagentsite #question239640 .instanda-question-input .form-group/*Non-disclosure-Radio Button*/ > div:nth-child(4)/*Fraud-Radio Button*/ {
    padding-left: 10px;
  }
}
/*====================================Cancellation-confirmation======================================*/

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

/* :L4546 */
@media (max-width: 575px) {
  /* :L4550 */
  .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%;
  }
  /* :L4556 */
  .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;
  }
}
/* :L4564 */
/* :L4565 */
.page-cancellationconfirmation #agentBackButton {
  display: none !important;
}
/* :L4571 */
/* :L4574 */
.page-cancelpolicy .pull-right,
.page-cancellationconfirmation .pull-right,
.page-cancellationquestionsforagentsite .pull-right {
  float: left !important;
}
/* Testing Superscript for decimals */

/* :L4579 */
.superscript-font {
  font-size: 18px;
  font-weight: 700;
  vertical-align: super;
}
/* :L4585 */
/* :L4589 */
.page-quote.created-from-newbusiness .renewalof,
.page-reviewreferrals.created-from-newbusiness .renewalof,
.page-quote.created-from-mta .renewalof,
.page-reviewreferrals.created-from-mta .renewalof {
  display: none;
}
/* :L4593 */
/* :L4595 */
.page-quote.created-from-renewal .quoterefid,
.page-reviewreferrals.created-renewal .quoterefid {
  display: none;
}
/*===========================================Quote Display Page==============================*/

/* :L4601 */
/* :L4606 */
/* :L4607 */
.page-quote .pull-right button[name='updateButton'],
.page-reviewreferrals .pull-right button[name='updateButton'],
.page-prequotereferralquestionscontinue .pull-right button[name='updateButton'],
.page-recalculatereferralquestions .pull-right button[name='updateButton'],
.page-quote .pull-right #continueButton,
.page-reviewreferrals .pull-right #continueButton,
.page-prequotereferralquestionscontinue .pull-right #continueButton,
.page-recalculatereferralquestions .pull-right #continueButton {
  display: none;
}
/* :L4612 */
.page-quote .premium_value,
.page-reviewreferrals .premium_value,
.page-prequotereferralquestionscontinue .premium_value,
.page-recalculatereferralquestions .premium_value {
  font-size: 36px;
}
@media (max-width: 485px) {
  .page-quote .premium_value,
  .page-reviewreferrals .premium_value,
  .page-prequotereferralquestionscontinue .premium_value,
  .page-recalculatereferralquestions .premium_value {
    font-size: 24px;
  }
}
/* :L4618 */
.page-quote .left-cir,
.page-reviewreferrals .left-cir,
.page-prequotereferralquestionscontinue .left-cir,
.page-recalculatereferralquestions .left-cir {
  border: 3px solid white;
  position: relative;
  left: 0px;
  border-radius: 50%;
  padding-left: 12px;
  padding-right: 9px;
  color: transparent;
}
/* :L4627 */
.page-quote .right-cir,
.page-reviewreferrals .right-cir,
.page-prequotereferralquestionscontinue .right-cir,
.page-recalculatereferralquestions .right-cir {
  border: 3px solid white;
  position: relative;
  left: -20px;
  border-radius: 50%;
  padding-left: 8px;
  padding-right: 8px;
  color: transparent;
}
/* :L4636 */
.page-quote .instanda-questionHeader,
.page-reviewreferrals .instanda-questionHeader,
.page-prequotereferralquestionscontinue .instanda-questionHeader,
.page-recalculatereferralquestions .instanda-questionHeader {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  /*Main-heading of page*/

  /*.email-doc,.quote-doc,.adj-qsns {
	 margin: 0px;
	 margin-bottom: 15px;
	 .instanda-question-input {
	 width:100%;
   }
   }*/

}
/* :L4641 */
.page-quote .instanda-questionHeader .page-title,
.page-reviewreferrals .instanda-questionHeader .page-title,
.page-prequotereferralquestionscontinue .instanda-questionHeader .page-title,
.page-recalculatereferralquestions .instanda-questionHeader .page-title {
  font: normal normal bold 48px 'poppins', sans-serif;
  letter-spacing: -1.92px;
  /*color: #12243A;
	   padding-left:2px;
	   text-align: left;*/

}
@media (min-width: 0px) and (max-width: 360px) {
  .page-quote .instanda-questionHeader .page-title,
  .page-reviewreferrals .instanda-questionHeader .page-title,
  .page-prequotereferralquestionscontinue .instanda-questionHeader .page-title,
  .page-recalculatereferralquestions .instanda-questionHeader .page-title {
    font: normal normal bold 32px/32px 'poppins', sans-serif;
  }
}
/* :L4661 */
.page-quote button[name='updateButton'],
.page-reviewreferrals button[name='updateButton'],
.page-prequotereferralquestionscontinue button[name='updateButton'],
.page-recalculatereferralquestions button[name='updateButton'] {
  margin-right: 5px;
}
/* :L4665 */
.page-quote #emailQuoteLinkLink,
.page-reviewreferrals #emailQuoteLinkLink,
.page-prequotereferralquestionscontinue #emailQuoteLinkLink,
.page-recalculatereferralquestions #emailQuoteLinkLink {
  /* float: right; */
  margin-top: 30px;
  background: #ffbf3c 0% 0% no-repeat padding-box;
  border: 1px solid #d6d6d6 !important;
  color: black;
  margin-bottom: 10px;
  font-weight: 400;
  touch-action: manipulation;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 4px;
  user-select: none;
  text-decoration: none;
}
/* :L4680 */
.page-quote .btn.active,
.page-reviewreferrals .btn.active,
.page-prequotereferralquestionscontinue .btn.active,
.page-recalculatereferralquestions .btn.active {
  color: #2360ea;
  font-weight: bold;
  background-color: white;
  border: 2px solid #2360ea;
  margin-top: 20px;
}
/* :L4687 */
.page-quote .pull-right,
.page-reviewreferrals .pull-right,
.page-prequotereferralquestionscontinue .pull-right,
.page-recalculatereferralquestions .pull-right {
  float: right !important;
  padding-right: 15px;
  display: flex;
}
@media (max-width: 575px) {
  /* :L4692 */
  .page-quote .pull-right .questionItem,
  .page-reviewreferrals .pull-right .questionItem,
  .page-prequotereferralquestionscontinue .pull-right .questionItem,
  .page-recalculatereferralquestions .pull-right .questionItem,
  .page-quote .pull-right .questionItem button[name='updateButton'],
  .page-reviewreferrals .pull-right .questionItem button[name='updateButton'],
  .page-prequotereferralquestionscontinue .pull-right .questionItem button[name='updateButton'],
  .page-recalculatereferralquestions .pull-right .questionItem button[name='updateButton'] {
    width: 100%;
  }
}
/* :L4698 */
.page-quote .pull-left,
.page-reviewreferrals .pull-left,
.page-prequotereferralquestionscontinue .pull-left,
.page-recalculatereferralquestions .pull-left {
  padding-left: 5px;
}
/* :L4728 */
.page-quote .adj-qsns,
.page-reviewreferrals .adj-qsns,
.page-prequotereferralquestionscontinue .adj-qsns,
.page-recalculatereferralquestions .adj-qsns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* :L4732 */
.page-quote .adj-qsns > .questionItem,
.page-reviewreferrals .adj-qsns > .questionItem,
.page-prequotereferralquestionscontinue .adj-qsns > .questionItem,
.page-recalculatereferralquestions .adj-qsns > .questionItem {
  flex-basis: 100%;
}
/* :L4735 */
.page-quote .adj-qsns .instanda-question-input,
.page-reviewreferrals .adj-qsns .instanda-question-input,
.page-prequotereferralquestionscontinue .adj-qsns .instanda-question-input,
.page-recalculatereferralquestions .adj-qsns .instanda-question-input {
  width: 100%;
}
@media (min-width: 767.9px) {
  /* :L4739 */
  .page-quote .adj-qsns #question219245,
  .page-reviewreferrals .adj-qsns #question219245,
  .page-prequotereferralquestionscontinue .adj-qsns #question219245,
  .page-recalculatereferralquestions .adj-qsns #question219245,
  .page-quote .adj-qsns/*Broker fee*/ #question219247,
  .page-reviewreferrals .adj-qsns/*Broker fee*/ #question219247,
  .page-prequotereferralquestionscontinue .adj-qsns/*Broker fee*/ #question219247,
  .page-recalculatereferralquestions .adj-qsns/*Broker fee*/ #question219247 {
    /*Premium adjustment*/
    flex-basis: 50%;
  }
  /* :L4744 */
  .page-quote .adj-qsns #question219247,
  .page-reviewreferrals .adj-qsns #question219247,
  .page-prequotereferralquestionscontinue .adj-qsns #question219247,
  .page-recalculatereferralquestions .adj-qsns #question219247 {
    /*Premium adjustment*/
    padding-left: 10px;
  }
}
/* :L4751 */
.page-quote .cover-sec,
.page-reviewreferrals .cover-sec,
.page-prequotereferralquestionscontinue .cover-sec,
.page-recalculatereferralquestions .cover-sec {
  padding: 0;
  /*Gold-cover icon sizing*/

  /*.sec-cover-silver .cover-row {
			background: @color-yellow 0% 0% no-repeat padding-box;
		}*/

  /*
		#green-tick-silver .right-div {
			background-color: @color-yellow;
		} */

  /*Selected cover Styling*/

}
/* :L4754 */
.page-quote .cover-sec .sec-cover-gold .cover-wrapper .cover .icon img,
.page-reviewreferrals .cover-sec .sec-cover-gold .cover-wrapper .cover .icon img,
.page-prequotereferralquestionscontinue .cover-sec .sec-cover-gold .cover-wrapper .cover .icon img,
.page-recalculatereferralquestions .cover-sec .sec-cover-gold .cover-wrapper .cover .icon img {
  width: 35%;
}
/* :L4757 */
.page-quote .cover-sec .sec-cover-bronze .cover-row,
.page-reviewreferrals .cover-sec .sec-cover-bronze .cover-row,
.page-prequotereferralquestionscontinue .cover-sec .sec-cover-bronze .cover-row,
.page-recalculatereferralquestions .cover-sec .sec-cover-bronze .cover-row,
.page-quote .cover-sec .sec-cover-silver .cover-row,
.page-reviewreferrals .cover-sec .sec-cover-silver .cover-row,
.page-prequotereferralquestionscontinue .cover-sec .sec-cover-silver .cover-row,
.page-recalculatereferralquestions .cover-sec .sec-cover-silver .cover-row {
  background: #3c3c3c 0% 0% no-repeat padding-box;
  color: white;
}
/* :L4765 */
.page-quote .cover-sec .sec-cover-gold .cover-row,
.page-reviewreferrals .cover-sec .sec-cover-gold .cover-row,
.page-prequotereferralquestionscontinue .cover-sec .sec-cover-gold .cover-row,
.page-recalculatereferralquestions .cover-sec .sec-cover-gold .cover-row {
  background: white 0% 0% no-repeat padding-box;
}
/* :L4767 */
/* :L4768 */
.page-quote .cover-sec .sec-cover-gold .cover-row .btn:hover,
.page-reviewreferrals .cover-sec .sec-cover-gold .cover-row .btn:hover,
.page-prequotereferralquestionscontinue .cover-sec .sec-cover-gold .cover-row .btn:hover,
.page-recalculatereferralquestions .cover-sec .sec-cover-gold .cover-row .btn:hover,
.page-quote .cover-sec .sec-cover-gold .cover-row .btn:focus,
.page-reviewreferrals .cover-sec .sec-cover-gold .cover-row .btn:focus,
.page-prequotereferralquestionscontinue .cover-sec .sec-cover-gold .cover-row .btn:focus,
.page-recalculatereferralquestions .cover-sec .sec-cover-gold .cover-row .btn:focus,
.page-quote .cover-sec .sec-cover-gold .cover-row .btn:active,
.page-reviewreferrals .cover-sec .sec-cover-gold .cover-row .btn:active,
.page-prequotereferralquestionscontinue .cover-sec .sec-cover-gold .cover-row .btn:active,
.page-recalculatereferralquestions .cover-sec .sec-cover-gold .cover-row .btn:active {
  color: white;
}
/* :L4775 */
.page-quote .cover-sec .sec-cover-bronze,
.page-reviewreferrals .cover-sec .sec-cover-bronze,
.page-prequotereferralquestionscontinue .cover-sec .sec-cover-bronze,
.page-recalculatereferralquestions .cover-sec .sec-cover-bronze,
.page-quote .cover-sec .sec-cover-silver,
.page-reviewreferrals .cover-sec .sec-cover-silver,
.page-prequotereferralquestionscontinue .cover-sec .sec-cover-silver,
.page-recalculatereferralquestions .cover-sec .sec-cover-silver,
.page-quote .cover-sec .sec-cover-gold,
.page-reviewreferrals .cover-sec .sec-cover-gold,
.page-prequotereferralquestionscontinue .cover-sec .sec-cover-gold,
.page-recalculatereferralquestions .cover-sec .sec-cover-gold {
  padding: 0;
  /* All Covers background styling*/

}
/* :L4780 */
.page-quote .cover-sec .sec-cover-bronze .cover-row,
.page-reviewreferrals .cover-sec .sec-cover-bronze .cover-row,
.page-prequotereferralquestionscontinue .cover-sec .sec-cover-bronze .cover-row,
.page-recalculatereferralquestions .cover-sec .sec-cover-bronze .cover-row,
.page-quote .cover-sec .sec-cover-silver .cover-row,
.page-reviewreferrals .cover-sec .sec-cover-silver .cover-row,
.page-prequotereferralquestionscontinue .cover-sec .sec-cover-silver .cover-row,
.page-recalculatereferralquestions .cover-sec .sec-cover-silver .cover-row,
.page-quote .cover-sec .sec-cover-gold .cover-row,
.page-reviewreferrals .cover-sec .sec-cover-gold .cover-row,
.page-prequotereferralquestionscontinue .cover-sec .sec-cover-gold .cover-row,
.page-recalculatereferralquestions .cover-sec .sec-cover-gold .cover-row {
  /*background: #FFFFFF 0% 0% no-repeat padding-box;*/
  box-shadow: 0px 4px 40px #0000001a;
  border: 1px solid #d7ddea;
  border-radius: 7px;
  margin-bottom: 20px;
}
/* :L4786 */
.page-quote .cover-sec .sec-cover-bronze .cover-row .cover-wrapper,
.page-reviewreferrals .cover-sec .sec-cover-bronze .cover-row .cover-wrapper,
.page-prequotereferralquestionscontinue .cover-sec .sec-cover-bronze .cover-row .cover-wrapper,
.page-recalculatereferralquestions .cover-sec .sec-cover-bronze .cover-row .cover-wrapper,
.page-quote .cover-sec .sec-cover-silver .cover-row .cover-wrapper,
.page-reviewreferrals .cover-sec .sec-cover-silver .cover-row .cover-wrapper,
.page-prequotereferralquestionscontinue .cover-sec .sec-cover-silver .cover-row .cover-wrapper,
.page-recalculatereferralquestions .cover-sec .sec-cover-silver .cover-row .cover-wrapper,
.page-quote .cover-sec .sec-cover-gold .cover-row .cover-wrapper,
.page-reviewreferrals .cover-sec .sec-cover-gold .cover-row .cover-wrapper,
.page-prequotereferralquestionscontinue .cover-sec .sec-cover-gold .cover-row .cover-wrapper,
.page-recalculatereferralquestions .cover-sec .sec-cover-gold .cover-row .cover-wrapper {
  padding: 25px;
  padding-top: 0px;
}
/* :L4790 */
.page-quote .cover-sec .sec-cover-bronze .cover-row .icon,
.page-reviewreferrals .cover-sec .sec-cover-bronze .cover-row .icon,
.page-prequotereferralquestionscontinue .cover-sec .sec-cover-bronze .cover-row .icon,
.page-recalculatereferralquestions .cover-sec .sec-cover-bronze .cover-row .icon,
.page-quote .cover-sec .sec-cover-silver .cover-row .icon,
.page-reviewreferrals .cover-sec .sec-cover-silver .cover-row .icon,
.page-prequotereferralquestionscontinue .cover-sec .sec-cover-silver .cover-row .icon,
.page-recalculatereferralquestions .cover-sec .sec-cover-silver .cover-row .icon,
.page-quote .cover-sec .sec-cover-gold .cover-row .icon,
.page-reviewreferrals .cover-sec .sec-cover-gold .cover-row .icon,
.page-prequotereferralquestionscontinue .cover-sec .sec-cover-gold .cover-row .icon,
.page-recalculatereferralquestions .cover-sec .sec-cover-gold .cover-row .icon {
  text-align: center;
  height: 80px;
  font-size: 20px;
}
/* :L4795 */
.page-quote .cover-sec .sec-cover-bronze .cover-row .recommend,
.page-reviewreferrals .cover-sec .sec-cover-bronze .cover-row .recommend,
.page-prequotereferralquestionscontinue .cover-sec .sec-cover-bronze .cover-row .recommend,
.page-recalculatereferralquestions .cover-sec .sec-cover-bronze .cover-row .recommend,
.page-quote .cover-sec .sec-cover-silver .cover-row .recommend,
.page-reviewreferrals .cover-sec .sec-cover-silver .cover-row .recommend,
.page-prequotereferralquestionscontinue .cover-sec .sec-cover-silver .cover-row .recommend,
.page-recalculatereferralquestions .cover-sec .sec-cover-silver .cover-row .recommend,
.page-quote .cover-sec .sec-cover-gold .cover-row .recommend,
.page-reviewreferrals .cover-sec .sec-cover-gold .cover-row .recommend,
.page-prequotereferralquestionscontinue .cover-sec .sec-cover-gold .cover-row .recommend,
.page-recalculatereferralquestions .cover-sec .sec-cover-gold .cover-row .recommend {
  font-size: 16px;
  color: #2360ea;
  text-align: center;
}
/* :L4800 */
.page-quote .cover-sec .sec-cover-bronze .cover-row .btn,
.page-reviewreferrals .cover-sec .sec-cover-bronze .cover-row .btn,
.page-prequotereferralquestionscontinue .cover-sec .sec-cover-bronze .cover-row .btn,
.page-recalculatereferralquestions .cover-sec .sec-cover-bronze .cover-row .btn,
.page-quote .cover-sec .sec-cover-silver .cover-row .btn,
.page-reviewreferrals .cover-sec .sec-cover-silver .cover-row .btn,
.page-prequotereferralquestionscontinue .cover-sec .sec-cover-silver .cover-row .btn,
.page-recalculatereferralquestions .cover-sec .sec-cover-silver .cover-row .btn,
.page-quote .cover-sec .sec-cover-gold .cover-row .btn,
.page-reviewreferrals .cover-sec .sec-cover-gold .cover-row .btn,
.page-prequotereferralquestionscontinue .cover-sec .sec-cover-gold .cover-row .btn,
.page-recalculatereferralquestions .cover-sec .sec-cover-gold .cover-row .btn {
  width: 100%;
  color: black;
  font-weight: bold;
  /*background-color: transparent;*/
  border: 2px solid #d3d3d387;
  margin-top: 20px;
}
/* :L4808 */
.page-quote .cover-sec .sec-cover-bronze .cover-row .instanda-previously-selected,
.page-reviewreferrals .cover-sec .sec-cover-bronze .cover-row .instanda-previously-selected,
.page-prequotereferralquestionscontinue .cover-sec .sec-cover-bronze .cover-row .instanda-previously-selected,
.page-recalculatereferralquestions .cover-sec .sec-cover-bronze .cover-row .instanda-previously-selected,
.page-quote .cover-sec .sec-cover-silver .cover-row .instanda-previously-selected,
.page-reviewreferrals .cover-sec .sec-cover-silver .cover-row .instanda-previously-selected,
.page-prequotereferralquestionscontinue .cover-sec .sec-cover-silver .cover-row .instanda-previously-selected,
.page-recalculatereferralquestions .cover-sec .sec-cover-silver .cover-row .instanda-previously-selected,
.page-quote .cover-sec .sec-cover-gold .cover-row .instanda-previously-selected,
.page-reviewreferrals .cover-sec .sec-cover-gold .cover-row .instanda-previously-selected,
.page-prequotereferralquestionscontinue .cover-sec .sec-cover-gold .cover-row .instanda-previously-selected,
.page-recalculatereferralquestions .cover-sec .sec-cover-gold .cover-row .instanda-previously-selected {
  width: 100%;
}
/* :L4813 */
/* :L4814 */
.page-quote .cover-sec #green-tick-silver .left-div,
.page-reviewreferrals .cover-sec #green-tick-silver .left-div,
.page-prequotereferralquestionscontinue .cover-sec #green-tick-silver .left-div,
.page-recalculatereferralquestions .cover-sec #green-tick-silver .left-div {
  text-align: center;
  padding-top: 25px;
}
/* :L4819 */
.page-quote .cover-sec #green-tick-bronze .right-div,
.page-reviewreferrals .cover-sec #green-tick-bronze .right-div,
.page-prequotereferralquestionscontinue .cover-sec #green-tick-bronze .right-div,
.page-recalculatereferralquestions .cover-sec #green-tick-bronze .right-div,
.page-quote .cover-sec #green-tick-silver .right-div,
.page-reviewreferrals .cover-sec #green-tick-silver .right-div,
.page-prequotereferralquestionscontinue .cover-sec #green-tick-silver .right-div,
.page-recalculatereferralquestions .cover-sec #green-tick-silver .right-div {
  background-color: #3c3c3c;
}
/* :L4827 */
.page-quote .cover-sec #green-tick-gold .right-div,
.page-reviewreferrals .cover-sec #green-tick-gold .right-div,
.page-prequotereferralquestionscontinue .cover-sec #green-tick-gold .right-div,
.page-recalculatereferralquestions .cover-sec #green-tick-gold .right-div {
  background-color: white;
}
/* :L4830 */
.page-quote .cover-sec #green-tick-bronze,
.page-reviewreferrals .cover-sec #green-tick-bronze,
.page-prequotereferralquestionscontinue .cover-sec #green-tick-bronze,
.page-recalculatereferralquestions .cover-sec #green-tick-bronze,
.page-quote .cover-sec #green-tick-silver,
.page-reviewreferrals .cover-sec #green-tick-silver,
.page-prequotereferralquestionscontinue .cover-sec #green-tick-silver,
.page-recalculatereferralquestions .cover-sec #green-tick-silver,
.page-quote .cover-sec #green-tick-gold,
.page-reviewreferrals .cover-sec #green-tick-gold,
.page-prequotereferralquestionscontinue .cover-sec #green-tick-gold,
.page-recalculatereferralquestions .cover-sec #green-tick-gold {
  height: 50px;
  margin-right: -0.5px;
  margin-bottom: 15px;
}
@media (min-width: 1400px) {
  .page-quote .cover-sec #green-tick-bronze,
  .page-reviewreferrals .cover-sec #green-tick-bronze,
  .page-prequotereferralquestionscontinue .cover-sec #green-tick-bronze,
  .page-recalculatereferralquestions .cover-sec #green-tick-bronze,
  .page-quote .cover-sec #green-tick-silver,
  .page-reviewreferrals .cover-sec #green-tick-silver,
  .page-prequotereferralquestionscontinue .cover-sec #green-tick-silver,
  .page-recalculatereferralquestions .cover-sec #green-tick-silver,
  .page-quote .cover-sec #green-tick-gold,
  .page-reviewreferrals .cover-sec #green-tick-gold,
  .page-prequotereferralquestionscontinue .cover-sec #green-tick-gold,
  .page-recalculatereferralquestions .cover-sec #green-tick-gold {
    height: 70px;
  }
}
/* :L4839 */
.page-quote .cover-sec #green-tick-bronze .right-div,
.page-reviewreferrals .cover-sec #green-tick-bronze .right-div,
.page-prequotereferralquestionscontinue .cover-sec #green-tick-bronze .right-div,
.page-recalculatereferralquestions .cover-sec #green-tick-bronze .right-div,
.page-quote .cover-sec #green-tick-silver .right-div,
.page-reviewreferrals .cover-sec #green-tick-silver .right-div,
.page-prequotereferralquestionscontinue .cover-sec #green-tick-silver .right-div,
.page-recalculatereferralquestions .cover-sec #green-tick-silver .right-div,
.page-quote .cover-sec #green-tick-gold .right-div,
.page-reviewreferrals .cover-sec #green-tick-gold .right-div,
.page-prequotereferralquestionscontinue .cover-sec #green-tick-gold .right-div,
.page-recalculatereferralquestions .cover-sec #green-tick-gold .right-div {
  padding-top: 10px;
  height: 100%;
  padding-left: 25px;
  /*background-color: #FFFFFF;*/
  border-bottom-left-radius: 50px;
  content: '&#x2714';
  color: white;
  font-size: 20px;
  border-top-right-radius: 5px;
}
/* :L4849 */
.page-quote .cover-sec #green-tick-bronze .right-div img,
.page-reviewreferrals .cover-sec #green-tick-bronze .right-div img,
.page-prequotereferralquestionscontinue .cover-sec #green-tick-bronze .right-div img,
.page-recalculatereferralquestions .cover-sec #green-tick-bronze .right-div img,
.page-quote .cover-sec #green-tick-silver .right-div img,
.page-reviewreferrals .cover-sec #green-tick-silver .right-div img,
.page-prequotereferralquestionscontinue .cover-sec #green-tick-silver .right-div img,
.page-recalculatereferralquestions .cover-sec #green-tick-silver .right-div img,
.page-quote .cover-sec #green-tick-gold .right-div img,
.page-reviewreferrals .cover-sec #green-tick-gold .right-div img,
.page-prequotereferralquestionscontinue .cover-sec #green-tick-gold .right-div img,
.page-recalculatereferralquestions .cover-sec #green-tick-gold .right-div img {
  opacity: 0;
}
@media (min-width: 1400px) {
  .page-quote .cover-sec #green-tick-bronze .right-div,
  .page-reviewreferrals .cover-sec #green-tick-bronze .right-div,
  .page-prequotereferralquestionscontinue .cover-sec #green-tick-bronze .right-div,
  .page-recalculatereferralquestions .cover-sec #green-tick-bronze .right-div,
  .page-quote .cover-sec #green-tick-silver .right-div,
  .page-reviewreferrals .cover-sec #green-tick-silver .right-div,
  .page-prequotereferralquestionscontinue .cover-sec #green-tick-silver .right-div,
  .page-recalculatereferralquestions .cover-sec #green-tick-silver .right-div,
  .page-quote .cover-sec #green-tick-gold .right-div,
  .page-reviewreferrals .cover-sec #green-tick-gold .right-div,
  .page-prequotereferralquestionscontinue .cover-sec #green-tick-gold .right-div,
  .page-recalculatereferralquestions .cover-sec #green-tick-gold .right-div {
    padding-top: 15px;
    padding-left: 35px;
    border-bottom-left-radius: 70px;
  }
}
@media (min-width: 1070px) and (max-width: 1200px) {
  .page-quote .cover-sec #green-tick-bronze .right-div,
  .page-reviewreferrals .cover-sec #green-tick-bronze .right-div,
  .page-prequotereferralquestionscontinue .cover-sec #green-tick-bronze .right-div,
  .page-recalculatereferralquestions .cover-sec #green-tick-bronze .right-div,
  .page-quote .cover-sec #green-tick-silver .right-div,
  .page-reviewreferrals .cover-sec #green-tick-silver .right-div,
  .page-prequotereferralquestionscontinue .cover-sec #green-tick-silver .right-div,
  .page-recalculatereferralquestions .cover-sec #green-tick-silver .right-div,
  .page-quote .cover-sec #green-tick-gold .right-div,
  .page-reviewreferrals .cover-sec #green-tick-gold .right-div,
  .page-prequotereferralquestionscontinue .cover-sec #green-tick-gold .right-div,
  .page-recalculatereferralquestions .cover-sec #green-tick-gold .right-div {
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 35px;
  }
}
/* :L4865 */
/* :L4870 */
/* :L4873 */
.page-quote .cover-sec .bronze_cls #green-tick-bronze .right-div,
.page-reviewreferrals .cover-sec .bronze_cls #green-tick-bronze .right-div,
.page-prequotereferralquestionscontinue .cover-sec .bronze_cls #green-tick-bronze .right-div,
.page-recalculatereferralquestions .cover-sec .bronze_cls #green-tick-bronze .right-div,
.page-quote .cover-sec .silver_cls #green-tick-bronze .right-div,
.page-reviewreferrals .cover-sec .silver_cls #green-tick-bronze .right-div,
.page-prequotereferralquestionscontinue .cover-sec .silver_cls #green-tick-bronze .right-div,
.page-recalculatereferralquestions .cover-sec .silver_cls #green-tick-bronze .right-div,
.page-quote .cover-sec .gold_cls #green-tick-bronze .right-div,
.page-reviewreferrals .cover-sec .gold_cls #green-tick-bronze .right-div,
.page-prequotereferralquestionscontinue .cover-sec .gold_cls #green-tick-bronze .right-div,
.page-recalculatereferralquestions .cover-sec .gold_cls #green-tick-bronze .right-div,
.page-quote .cover-sec .bronze_cls #green-tick-silver .right-div,
.page-reviewreferrals .cover-sec .bronze_cls #green-tick-silver .right-div,
.page-prequotereferralquestionscontinue .cover-sec .bronze_cls #green-tick-silver .right-div,
.page-recalculatereferralquestions .cover-sec .bronze_cls #green-tick-silver .right-div,
.page-quote .cover-sec .silver_cls #green-tick-silver .right-div,
.page-reviewreferrals .cover-sec .silver_cls #green-tick-silver .right-div,
.page-prequotereferralquestionscontinue .cover-sec .silver_cls #green-tick-silver .right-div,
.page-recalculatereferralquestions .cover-sec .silver_cls #green-tick-silver .right-div,
.page-quote .cover-sec .gold_cls #green-tick-silver .right-div,
.page-reviewreferrals .cover-sec .gold_cls #green-tick-silver .right-div,
.page-prequotereferralquestionscontinue .cover-sec .gold_cls #green-tick-silver .right-div,
.page-recalculatereferralquestions .cover-sec .gold_cls #green-tick-silver .right-div,
.page-quote .cover-sec .bronze_cls #green-tick-gold .right-div,
.page-reviewreferrals .cover-sec .bronze_cls #green-tick-gold .right-div,
.page-prequotereferralquestionscontinue .cover-sec .bronze_cls #green-tick-gold .right-div,
.page-recalculatereferralquestions .cover-sec .bronze_cls #green-tick-gold .right-div,
.page-quote .cover-sec .silver_cls #green-tick-gold .right-div,
.page-reviewreferrals .cover-sec .silver_cls #green-tick-gold .right-div,
.page-prequotereferralquestionscontinue .cover-sec .silver_cls #green-tick-gold .right-div,
.page-recalculatereferralquestions .cover-sec .silver_cls #green-tick-gold .right-div,
.page-quote .cover-sec .gold_cls #green-tick-gold .right-div,
.page-reviewreferrals .cover-sec .gold_cls #green-tick-gold .right-div,
.page-prequotereferralquestionscontinue .cover-sec .gold_cls #green-tick-gold .right-div,
.page-recalculatereferralquestions .cover-sec .gold_cls #green-tick-gold .right-div {
  background-color: lightseagreen !important;
  color: white !important;
}
/* :L4876 */
.page-quote .cover-sec .bronze_cls #green-tick-bronze .right-div img,
.page-reviewreferrals .cover-sec .bronze_cls #green-tick-bronze .right-div img,
.page-prequotereferralquestionscontinue .cover-sec .bronze_cls #green-tick-bronze .right-div img,
.page-recalculatereferralquestions .cover-sec .bronze_cls #green-tick-bronze .right-div img,
.page-quote .cover-sec .silver_cls #green-tick-bronze .right-div img,
.page-reviewreferrals .cover-sec .silver_cls #green-tick-bronze .right-div img,
.page-prequotereferralquestionscontinue .cover-sec .silver_cls #green-tick-bronze .right-div img,
.page-recalculatereferralquestions .cover-sec .silver_cls #green-tick-bronze .right-div img,
.page-quote .cover-sec .gold_cls #green-tick-bronze .right-div img,
.page-reviewreferrals .cover-sec .gold_cls #green-tick-bronze .right-div img,
.page-prequotereferralquestionscontinue .cover-sec .gold_cls #green-tick-bronze .right-div img,
.page-recalculatereferralquestions .cover-sec .gold_cls #green-tick-bronze .right-div img,
.page-quote .cover-sec .bronze_cls #green-tick-silver .right-div img,
.page-reviewreferrals .cover-sec .bronze_cls #green-tick-silver .right-div img,
.page-prequotereferralquestionscontinue .cover-sec .bronze_cls #green-tick-silver .right-div img,
.page-recalculatereferralquestions .cover-sec .bronze_cls #green-tick-silver .right-div img,
.page-quote .cover-sec .silver_cls #green-tick-silver .right-div img,
.page-reviewreferrals .cover-sec .silver_cls #green-tick-silver .right-div img,
.page-prequotereferralquestionscontinue .cover-sec .silver_cls #green-tick-silver .right-div img,
.page-recalculatereferralquestions .cover-sec .silver_cls #green-tick-silver .right-div img,
.page-quote .cover-sec .gold_cls #green-tick-silver .right-div img,
.page-reviewreferrals .cover-sec .gold_cls #green-tick-silver .right-div img,
.page-prequotereferralquestionscontinue .cover-sec .gold_cls #green-tick-silver .right-div img,
.page-recalculatereferralquestions .cover-sec .gold_cls #green-tick-silver .right-div img,
.page-quote .cover-sec .bronze_cls #green-tick-gold .right-div img,
.page-reviewreferrals .cover-sec .bronze_cls #green-tick-gold .right-div img,
.page-prequotereferralquestionscontinue .cover-sec .bronze_cls #green-tick-gold .right-div img,
.page-recalculatereferralquestions .cover-sec .bronze_cls #green-tick-gold .right-div img,
.page-quote .cover-sec .silver_cls #green-tick-gold .right-div img,
.page-reviewreferrals .cover-sec .silver_cls #green-tick-gold .right-div img,
.page-prequotereferralquestionscontinue .cover-sec .silver_cls #green-tick-gold .right-div img,
.page-recalculatereferralquestions .cover-sec .silver_cls #green-tick-gold .right-div img,
.page-quote .cover-sec .gold_cls #green-tick-gold .right-div img,
.page-reviewreferrals .cover-sec .gold_cls #green-tick-gold .right-div img,
.page-prequotereferralquestionscontinue .cover-sec .gold_cls #green-tick-gold .right-div img,
.page-recalculatereferralquestions .cover-sec .gold_cls #green-tick-gold .right-div img {
  opacity: 1;
}
/* :L4881 */
.page-quote .cover-sec .bronze_cls .recommend,
.page-reviewreferrals .cover-sec .bronze_cls .recommend,
.page-prequotereferralquestionscontinue .cover-sec .bronze_cls .recommend,
.page-recalculatereferralquestions .cover-sec .bronze_cls .recommend,
.page-quote .cover-sec .silver_cls .recommend,
.page-reviewreferrals .cover-sec .silver_cls .recommend,
.page-prequotereferralquestionscontinue .cover-sec .silver_cls .recommend,
.page-recalculatereferralquestions .cover-sec .silver_cls .recommend,
.page-quote .cover-sec .gold_cls .recommend,
.page-reviewreferrals .cover-sec .gold_cls .recommend,
.page-prequotereferralquestionscontinue .cover-sec .gold_cls .recommend,
.page-recalculatereferralquestions .cover-sec .gold_cls .recommend,
.page-quote .cover-sec .bronze_cls .premium-value,
.page-reviewreferrals .cover-sec .bronze_cls .premium-value,
.page-prequotereferralquestionscontinue .cover-sec .bronze_cls .premium-value,
.page-recalculatereferralquestions .cover-sec .bronze_cls .premium-value,
.page-quote .cover-sec .silver_cls .premium-value,
.page-reviewreferrals .cover-sec .silver_cls .premium-value,
.page-prequotereferralquestionscontinue .cover-sec .silver_cls .premium-value,
.page-recalculatereferralquestions .cover-sec .silver_cls .premium-value,
.page-quote .cover-sec .gold_cls .premium-value,
.page-reviewreferrals .cover-sec .gold_cls .premium-value,
.page-prequotereferralquestionscontinue .cover-sec .gold_cls .premium-value,
.page-recalculatereferralquestions .cover-sec .gold_cls .premium-value {
  color: white;
}
/* :L4885 */
.page-quote .cover-sec .bronze_cls .icon,
.page-reviewreferrals .cover-sec .bronze_cls .icon,
.page-prequotereferralquestionscontinue .cover-sec .bronze_cls .icon,
.page-recalculatereferralquestions .cover-sec .bronze_cls .icon,
.page-quote .cover-sec .silver_cls .icon,
.page-reviewreferrals .cover-sec .silver_cls .icon,
.page-prequotereferralquestionscontinue .cover-sec .silver_cls .icon,
.page-recalculatereferralquestions .cover-sec .silver_cls .icon,
.page-quote .cover-sec .gold_cls .icon,
.page-reviewreferrals .cover-sec .gold_cls .icon,
.page-prequotereferralquestionscontinue .cover-sec .gold_cls .icon,
.page-recalculatereferralquestions .cover-sec .gold_cls .icon {
  font-size: 20px;
}
/* :L4887 */
.page-quote .cover-sec .bronze_cls .icon img,
.page-reviewreferrals .cover-sec .bronze_cls .icon img,
.page-prequotereferralquestionscontinue .cover-sec .bronze_cls .icon img,
.page-recalculatereferralquestions .cover-sec .bronze_cls .icon img,
.page-quote .cover-sec .silver_cls .icon img,
.page-reviewreferrals .cover-sec .silver_cls .icon img,
.page-prequotereferralquestionscontinue .cover-sec .silver_cls .icon img,
.page-recalculatereferralquestions .cover-sec .silver_cls .icon img,
.page-quote .cover-sec .gold_cls .icon img,
.page-reviewreferrals .cover-sec .gold_cls .icon img,
.page-prequotereferralquestionscontinue .cover-sec .gold_cls .icon img,
.page-recalculatereferralquestions .cover-sec .gold_cls .icon img {
  filter: brightness(0) invert(1);
}
/* :L4895 */
.page-quote .section-applicant-details,
.page-reviewreferrals .section-applicant-details,
.page-prequotereferralquestionscontinue .section-applicant-details,
.page-recalculatereferralquestions .section-applicant-details {
  float: right;
  border-top: 0px solid lightgray !important;
  padding-right: 0px !important;
  /*Premium label and value inside covers*/

}
/* :L4899 */
.page-quote .section-applicant-details .contractor-type.premium-label,
.page-reviewreferrals .section-applicant-details .contractor-type.premium-label,
.page-prequotereferralquestionscontinue .section-applicant-details .contractor-type.premium-label,
.page-recalculatereferralquestions .section-applicant-details .contractor-type.premium-label {
  border-top: 1.5px solid #d7ddea;
  border-left: 1.5px solid #d7ddea;
  padding-left: 10px;
  padding-top: 10px;
}
/* :L4906 */
.page-quote .section-applicant-details .contractor-type.premium,
.page-reviewreferrals .section-applicant-details .contractor-type.premium,
.page-prequotereferralquestionscontinue .section-applicant-details .contractor-type.premium,
.page-recalculatereferralquestions .section-applicant-details .contractor-type.premium,
.page-quote .section-applicant-details .contractor-type.premium-desc,
.page-reviewreferrals .section-applicant-details .contractor-type.premium-desc,
.page-prequotereferralquestionscontinue .section-applicant-details .contractor-type.premium-desc,
.page-recalculatereferralquestions .section-applicant-details .contractor-type.premium-desc {
  padding-left: 12px;
}
/* :L4910 */
.page-quote .section-applicant-details .premium-value,
.page-reviewreferrals .section-applicant-details .premium-value,
.page-prequotereferralquestionscontinue .section-applicant-details .premium-value,
.page-recalculatereferralquestions .section-applicant-details .premium-value,
.page-quote .section-applicant-details .contractor-type.premium > span:first-child,
.page-reviewreferrals .section-applicant-details .contractor-type.premium > span:first-child,
.page-prequotereferralquestionscontinue .section-applicant-details .contractor-type.premium > span:first-child,
.page-recalculatereferralquestions .section-applicant-details .contractor-type.premium > span:first-child {
  text-align: left;
  color: #1a1a1a;
  font: normal normal normal 44px/54px 'poppins', sans-serif;
  letter-spacing: 0px;
}
/* :L4917 */
.page-quote .section-applicant-details .premium-label,
.page-reviewreferrals .section-applicant-details .premium-label,
.page-prequotereferralquestionscontinue .section-applicant-details .premium-label,
.page-recalculatereferralquestions .section-applicant-details .premium-label {
  text-align: left;
  font: normal normal bold 14px/24px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L4923 */
.page-quote .section-applicant-details .premium-price,
.page-reviewreferrals .section-applicant-details .premium-price,
.page-prequotereferralquestionscontinue .section-applicant-details .premium-price,
.page-recalculatereferralquestions .section-applicant-details .premium-price {
  font: normal normal bold 52px/63px 'poppins', sans-serif;
  letter-spacing: -1.56px;
  color: #0f61fb;
}
/* :L4928 */
.page-quote .section-applicant-details .premium-price span:last-child,
.page-reviewreferrals .section-applicant-details .premium-price span:last-child,
.page-prequotereferralquestionscontinue .section-applicant-details .premium-price span:last-child,
.page-recalculatereferralquestions .section-applicant-details .premium-price span:last-child {
  font: normal normal normal 16px/24px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #0f61fb;
}
/* :L4933 */
.page-quote .section-applicant-details .premium-desc,
.page-reviewreferrals .section-applicant-details .premium-desc,
.page-prequotereferralquestionscontinue .section-applicant-details .premium-desc,
.page-recalculatereferralquestions .section-applicant-details .premium-desc {
  font: normal normal normal 16px/24px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L4940 */
.page-quote form > .container,
.page-reviewreferrals form > .container,
.page-prequotereferralquestionscontinue form > .container,
.page-recalculatereferralquestions form > .container {
  padding-top: 30px;
}
@media (max-width: 1200px) {
  /* :L4950 */
  .page-quote #green-tick-bronze,
  .page-reviewreferrals #green-tick-bronze,
  .page-prequotereferralquestionscontinue #green-tick-bronze,
  .page-recalculatereferralquestions #green-tick-bronze,
  .page-quote #green-tick-silver,
  .page-reviewreferrals #green-tick-silver,
  .page-prequotereferralquestionscontinue #green-tick-silver,
  .page-recalculatereferralquestions #green-tick-silver,
  .page-quote #green-tick-gold,
  .page-reviewreferrals #green-tick-gold,
  .page-prequotereferralquestionscontinue #green-tick-gold,
  .page-recalculatereferralquestions #green-tick-gold {
    display: flex;
  }
  /* :L4954 */
  .page-quote #green-tick-bronze .left-div,
  .page-reviewreferrals #green-tick-bronze .left-div,
  .page-prequotereferralquestionscontinue #green-tick-bronze .left-div,
  .page-recalculatereferralquestions #green-tick-bronze .left-div,
  .page-quote #green-tick-silver .left-div,
  .page-reviewreferrals #green-tick-silver .left-div,
  .page-prequotereferralquestionscontinue #green-tick-silver .left-div,
  .page-recalculatereferralquestions #green-tick-silver .left-div,
  .page-quote #green-tick-gold .left-div,
  .page-reviewreferrals #green-tick-gold .left-div,
  .page-prequotereferralquestionscontinue #green-tick-gold .left-div,
  .page-recalculatereferralquestions #green-tick-gold .left-div {
    width: 90%;
  }
  /* :L4957 */
  .page-quote #green-tick-bronze .right-div,
  .page-reviewreferrals #green-tick-bronze .right-div,
  .page-prequotereferralquestionscontinue #green-tick-bronze .right-div,
  .page-recalculatereferralquestions #green-tick-bronze .right-div,
  .page-quote #green-tick-silver .right-div,
  .page-reviewreferrals #green-tick-silver .right-div,
  .page-prequotereferralquestionscontinue #green-tick-silver .right-div,
  .page-recalculatereferralquestions #green-tick-silver .right-div,
  .page-quote #green-tick-gold .right-div,
  .page-reviewreferrals #green-tick-gold .right-div,
  .page-prequotereferralquestionscontinue #green-tick-gold .right-div,
  .page-recalculatereferralquestions #green-tick-gold .right-div {
    width: 10%;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  /* :L4964 */
  .page-quote #bronze_cover,
  .page-reviewreferrals #bronze_cover,
  .page-prequotereferralquestionscontinue #bronze_cover,
  .page-recalculatereferralquestions #bronze_cover,
  .page-quote #test_cover,
  .page-reviewreferrals #test_cover,
  .page-prequotereferralquestionscontinue #test_cover,
  .page-recalculatereferralquestions #test_cover {
    margin-right: 20px;
  }
  /* :L4968 */
  .page-quote #silver_cover,
  .page-reviewreferrals #silver_cover,
  .page-prequotereferralquestionscontinue #silver_cover,
  .page-recalculatereferralquestions #silver_cover {
    margin-left: 10px;
    margin-right: 10px;
  }
  /* :L4972 */
  .page-quote #gold_cover,
  .page-reviewreferrals #gold_cover,
  .page-prequotereferralquestionscontinue #gold_cover,
  .page-recalculatereferralquestions #gold_cover {
    margin-left: 20px;
  }
}
@media (max-width: 568px) {
  /* :L4977 */
  /* :L4980 */
  .page-quote #green-tick-bronze .right-div span,
  .page-reviewreferrals #green-tick-bronze .right-div span,
  .page-prequotereferralquestionscontinue #green-tick-bronze .right-div span,
  .page-recalculatereferralquestions #green-tick-bronze .right-div span,
  .page-quote #green-tick-silver .right-div span,
  .page-reviewreferrals #green-tick-silver .right-div span,
  .page-prequotereferralquestionscontinue #green-tick-silver .right-div span,
  .page-recalculatereferralquestions #green-tick-silver .right-div span,
  .page-quote #green-tick-gold .right-div span,
  .page-reviewreferrals #green-tick-gold .right-div span,
  .page-prequotereferralquestionscontinue #green-tick-gold .right-div span,
  .page-recalculatereferralquestions #green-tick-gold .right-div span {
    position: relative;
    left: -6px;
  }
}
@media (min-width: 281px) and (max-width: 360px) {
  /* :L4987 */
  .page-quote .table-cover .cover-sec .left-div,
  .page-reviewreferrals .table-cover .cover-sec .left-div,
  .page-prequotereferralquestionscontinue .table-cover .cover-sec .left-div,
  .page-recalculatereferralquestions .table-cover .cover-sec .left-div {
    width: 85% !important;
  }
}
@media (max-width: 280px) {
  /* :L4992 */
  .page-quote .section-applicant-details,
  .page-reviewreferrals .section-applicant-details,
  .page-prequotereferralquestionscontinue .section-applicant-details,
  .page-recalculatereferralquestions .section-applicant-details {
    padding-right: 0px !important;
  }
  /* :L4995 */
  .page-quote .table-cover .cover-sec .left-div,
  .page-reviewreferrals .table-cover .cover-sec .left-div,
  .page-prequotereferralquestionscontinue .table-cover .cover-sec .left-div,
  .page-recalculatereferralquestions .table-cover .cover-sec .left-div {
    width: 74% !important;
  }
}
/* :L5001 */
/* :L5005 */
@media (max-width: 991px) {
  .page-quote .container-wrapper,
  .page-reviewreferrals .container-wrapper,
  .page-recalculatereferralquestions .container-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
/* :L5013 */
.page-quote .section-applicant-details,
.page-reviewreferrals .section-applicant-details,
.page-recalculatereferralquestions .section-applicant-details {
  float: right;
}
@media (max-width: 991px) {
  .page-quote .section-applicant-details,
  .page-reviewreferrals .section-applicant-details,
  .page-recalculatereferralquestions .section-applicant-details {
    margin-bottom: 35px;
  }
}
@media (max-width: 330px) {
  .page-quote .section-applicant-details,
  .page-reviewreferrals .section-applicant-details,
  .page-recalculatereferralquestions .section-applicant-details {
    float: left;
  }
}
/* :L5021 */
.page-quote .section-applicant-details .premium-label,
.page-reviewreferrals .section-applicant-details .premium-label,
.page-recalculatereferralquestions .section-applicant-details .premium-label {
  border-top: 1.5px solid #d7ddea;
  border-left: 1.5px solid #d7ddea;
  padding-left: 10px;
  padding-top: 10px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #1a1a1a;
}
/* :L5031 */
.page-quote .section-applicant-details .premium-month,
.page-reviewreferrals .section-applicant-details .premium-month,
.page-recalculatereferralquestions .section-applicant-details .premium-month {
  color: #ffbf3c;
  font-size: 16px;
}
/* :L5034 */
.page-quote .section-applicant-details .premium-month .monthly-premium,
.page-reviewreferrals .section-applicant-details .premium-month .monthly-premium,
.page-recalculatereferralquestions .section-applicant-details .premium-month .monthly-premium {
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 330px) {
  .page-quote .section-applicant-details .premium-month .monthly-premium,
  .page-reviewreferrals .section-applicant-details .premium-month .monthly-premium,
  .page-recalculatereferralquestions .section-applicant-details .premium-month .monthly-premium {
    font-size: 40px;
  }
}
/* :L5042 */
.page-quote .section-applicant-details .premium-year,
.page-reviewreferrals .section-applicant-details .premium-year,
.page-recalculatereferralquestions .section-applicant-details .premium-year {
  font-size: 16px;
  color: #1a1a1a;
}
/* :L5048 */
@media (max-width: 991px) {
  .page-quote .image_cls,
  .page-reviewreferrals .image_cls,
  .page-recalculatereferralquestions .image_cls {
    order: 1;
  }
  /* :L5051 */
  .page-quote .image_cls .section-applicant-details,
  .page-reviewreferrals .image_cls .section-applicant-details,
  .page-recalculatereferralquestions .image_cls .section-applicant-details {
    display: none;
  }
}
/* :L5055 */
.page-quote .image_cls img,
.page-reviewreferrals .image_cls img,
.page-recalculatereferralquestions .image_cls img {
  width: 100%;
}
/* :L5060 */
/* :L5061 */
.page-quote .question_cls .section-applicant-details,
.page-reviewreferrals .question_cls .section-applicant-details,
.page-recalculatereferralquestions .question_cls .section-applicant-details {
  display: none;
}
@media (max-width: 991px) {
  .page-quote .question_cls,
  .page-reviewreferrals .question_cls,
  .page-recalculatereferralquestions .question_cls {
    order: 2;
  }
  /* :L5066 */
  .page-quote .question_cls .section-applicant-details,
  .page-reviewreferrals .question_cls .section-applicant-details,
  .page-recalculatereferralquestions .question_cls .section-applicant-details {
    display: block;
  }
}
/* :L5070 */
.page-quote .question_cls .details-cls,
.page-reviewreferrals .question_cls .details-cls,
.page-recalculatereferralquestions .question_cls .details-cls {
  margin-bottom: 1em;
}
/* :L5072 */
.page-quote .question_cls .details-cls .table,
.page-reviewreferrals .question_cls .details-cls .table,
.page-recalculatereferralquestions .question_cls .details-cls .table {
  width: 60%;
}
/* :L5074 */
.page-quote .question_cls .details-cls .table thead > tr > th h4,
.page-reviewreferrals .question_cls .details-cls .table thead > tr > th h4,
.page-recalculatereferralquestions .question_cls .details-cls .table thead > tr > th h4 {
  font: normal normal bold 20px/24px 'poppins', sans-serif;
  letter-spacing: -0.6px;
  color: #12243a;
}
/* :L5080 */
.page-quote .question_cls .details-cls .table tbody > tr > th span,
.page-reviewreferrals .question_cls .details-cls .table tbody > tr > th span,
.page-recalculatereferralquestions .question_cls .details-cls .table tbody > tr > th span {
  font: normal normal normal 16px/24px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L5086 */
.page-quote .question_cls .details-cls .table tbody > tr > td,
.page-reviewreferrals .question_cls .details-cls .table tbody > tr > td,
.page-recalculatereferralquestions .question_cls .details-cls .table tbody > tr > td {
  text-align: end;
}
/* :L5089 */
.page-quote .question_cls .details-cls .table tbody > tr > td span,
.page-reviewreferrals .question_cls .details-cls .table tbody > tr > td span,
.page-recalculatereferralquestions .question_cls .details-cls .table tbody > tr > td span {
  font: normal normal normal 16px/24px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
  line-break: anywhere;
}
/* :L5097 */
.page-quote .question_cls .details-cls .table tbody > tr > td,
.page-reviewreferrals .question_cls .details-cls .table tbody > tr > td,
.page-recalculatereferralquestions .question_cls .details-cls .table tbody > tr > td,
.page-quote .question_cls .details-cls .table tbody > tr > th,
.page-reviewreferrals .question_cls .details-cls .table tbody > tr > th,
.page-recalculatereferralquestions .question_cls .details-cls .table tbody > tr > th,
.page-quote .question_cls .details-cls .table tfoot > tr > td,
.page-reviewreferrals .question_cls .details-cls .table tfoot > tr > td,
.page-recalculatereferralquestions .question_cls .details-cls .table tfoot > tr > td,
.page-quote .question_cls .details-cls .table tfoot > tr > th,
.page-reviewreferrals .question_cls .details-cls .table tfoot > tr > th,
.page-recalculatereferralquestions .question_cls .details-cls .table tfoot > tr > th,
.page-quote .question_cls .details-cls .table thead > tr > td,
.page-reviewreferrals .question_cls .details-cls .table thead > tr > td,
.page-recalculatereferralquestions .question_cls .details-cls .table thead > tr > td,
.page-quote .question_cls .details-cls .table thead > tr > th,
.page-reviewreferrals .question_cls .details-cls .table thead > tr > th,
.page-recalculatereferralquestions .question_cls .details-cls .table thead > tr > th {
  border: none;
}
/* :L5106 */
.page-quote .question_cls .details-cls .table thead,
.page-reviewreferrals .question_cls .details-cls .table thead,
.page-recalculatereferralquestions .question_cls .details-cls .table thead {
  border-bottom: 1px solid #565e71 !important;
}
/* :L5110 */
.page-quote .question_cls .details-cls .table tbody > tr,
.page-reviewreferrals .question_cls .details-cls .table tbody > tr,
.page-recalculatereferralquestions .question_cls .details-cls .table tbody > tr {
  border-bottom: 1px solid #d7ddea;
}
/* :L5117 */
.page-quote #emailQuoteLinkLink,
.page-reviewreferrals #emailQuoteLinkLink,
.page-recalculatereferralquestions #emailQuoteLinkLink {
  /* float: right; */
  margin-top: 48px;
  background-color: #ffbf3c;
  padding: 6px 12px;
  border-radius: 4px;
  color: black;
  font-weight: bold;
  text-decoration: none;
  padding: 1em;
  font-size: 16px;
  border-radius: 2em;
}
@media (max-width: 767px) {
  .page-quote #emailQuoteLinkLink,
  .page-reviewreferrals #emailQuoteLinkLink,
  .page-recalculatereferralquestions #emailQuoteLinkLink {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
/* :L5135 */
.page-quote #emailQuoteLinkLink:focus,
.page-reviewreferrals #emailQuoteLinkLink:focus,
.page-recalculatereferralquestions #emailQuoteLinkLink:focus,
.page-quote #emailQuoteLinkLink:active,
.page-reviewreferrals #emailQuoteLinkLink:active,
.page-recalculatereferralquestions #emailQuoteLinkLink:active,
.page-quote #emailQuoteLinkLink:hover,
.page-reviewreferrals #emailQuoteLinkLink:hover,
.page-recalculatereferralquestions #emailQuoteLinkLink:hover {
  background-color: #286090;
  color: white;
}
/* :L5142 */
.page-quote .cover,
.page-reviewreferrals .cover,
.page-recalculatereferralquestions .cover {
  /*@media (min-width:1006px){
	 width:50%;
   }*/
  margin-top: 1em;
  /*cover header*/

  /*common cover code*/

  /*display tick mark for selected cover*/

  /*Coverage A*/

  /*Coverage B*/

  /*Coverage C*/

}
/* :L5147 */
.page-quote .cover #coverA,
.page-reviewreferrals .cover #coverA,
.page-recalculatereferralquestions .cover #coverA,
.page-quote .cover #coverB,
.page-reviewreferrals .cover #coverB,
.page-recalculatereferralquestions .cover #coverB,
.page-quote .cover #CoverC,
.page-reviewreferrals .cover #CoverC,
.page-recalculatereferralquestions .cover #CoverC {
  height: 180px;
}
@media (min-width: 485px) and (max-width: 1199px) {
  .page-quote .cover #coverA,
  .page-reviewreferrals .cover #coverA,
  .page-recalculatereferralquestions .cover #coverA,
  .page-quote .cover #coverB,
  .page-reviewreferrals .cover #coverB,
  .page-recalculatereferralquestions .cover #coverB,
  .page-quote .cover #CoverC,
  .page-reviewreferrals .cover #CoverC,
  .page-recalculatereferralquestions .cover #CoverC {
    height: 200px;
  }
}
@media (max-width: 344px) {
  .page-quote .cover #coverA,
  .page-reviewreferrals .cover #coverA,
  .page-recalculatereferralquestions .cover #coverA,
  .page-quote .cover #coverB,
  .page-reviewreferrals .cover #coverB,
  .page-recalculatereferralquestions .cover #coverB,
  .page-quote .cover #CoverC,
  .page-reviewreferrals .cover #CoverC,
  .page-recalculatereferralquestions .cover #CoverC {
    height: 225px;
  }
}
@media (min-width: 667px) and (max-width: 1005px) {
  
}
/* :L5162 */
.page-quote .cover h3,
.page-reviewreferrals .cover h3,
.page-recalculatereferralquestions .cover h3 {
  font: normal normal bold 32px/32px 'poppins', sans-serif;
  margin-bottom: 30px;
}
/* :L5167 */
.page-quote .cover > div,
.page-reviewreferrals .cover > div,
.page-recalculatereferralquestions .cover > div {
  border-radius: 5px;
  margin-bottom: 10px;
}
/* :L5170 */
.page-quote .cover > div .cover-label,
.page-reviewreferrals .cover > div .cover-label,
.page-recalculatereferralquestions .cover > div .cover-label {
  font: normal normal bold 20px/29px 'poppins', sans-serif;
}
@media (max-width: 485px) {
  .page-quote .cover > div .cover-label,
  .page-reviewreferrals .cover > div .cover-label,
  .page-recalculatereferralquestions .cover > div .cover-label {
    font: normal normal bold 14px/29px 'poppins', sans-serif;
  }
}
/* :L5176 */
.page-quote .cover > div .cover-wrapper,
.page-reviewreferrals .cover > div .cover-wrapper,
.page-recalculatereferralquestions .cover > div .cover-wrapper {
  padding: 40px 10px 73px 10px;
  /*radio button*/

}
@media (max-width: 485px) {
  .page-quote .cover > div .cover-wrapper,
  .page-reviewreferrals .cover > div .cover-wrapper,
  .page-recalculatereferralquestions .cover > div .cover-wrapper {
    padding: 40px 0px 73px 0px;
  }
}
/* :L5181 */
.page-quote .cover > div .cover-wrapper .col-lg-8,
.page-reviewreferrals .cover > div .cover-wrapper .col-lg-8,
.page-recalculatereferralquestions .cover > div .cover-wrapper .col-lg-8 {
  padding: 10px 0;
}
/* :L5184 */
.page-quote .cover > div .cover-wrapper > div .col-lg-12,
.page-reviewreferrals .cover > div .cover-wrapper > div .col-lg-12,
.page-recalculatereferralquestions .cover > div .cover-wrapper > div .col-lg-12 {
  padding-left: 60px;
  /*limit*/
  padding-top: 15px;
}
/* :L5187 */
.page-quote .cover > div .cover-wrapper > div .col-lg-12 .limit,
.page-reviewreferrals .cover > div .cover-wrapper > div .col-lg-12 .limit,
.page-recalculatereferralquestions .cover > div .cover-wrapper > div .col-lg-12 .limit {
  font-size: 16px;
}
/* :L5192 */
.page-quote .cover > div .cover-wrapper button,
.page-reviewreferrals .cover > div .cover-wrapper button,
.page-recalculatereferralquestions .cover > div .cover-wrapper button,
.page-quote .cover > div .cover-wrapper .previouslySelected,
.page-reviewreferrals .cover > div .cover-wrapper .previouslySelected,
.page-recalculatereferralquestions .cover > div .cover-wrapper .previouslySelected {
  float: right;
}
@media (max-width: 485px) {
  .page-quote .cover > div .cover-wrapper button,
  .page-reviewreferrals .cover > div .cover-wrapper button,
  .page-recalculatereferralquestions .cover > div .cover-wrapper button,
  .page-quote .cover > div .cover-wrapper .previouslySelected,
  .page-reviewreferrals .cover > div .cover-wrapper .previouslySelected,
  .page-recalculatereferralquestions .cover > div .cover-wrapper .previouslySelected {
    font-size: 14px;
  }
}
/* :L5199 */
.page-quote .cover > div .cover-wrapper .previouslySelected .active,
.page-reviewreferrals .cover > div .cover-wrapper .previouslySelected .active,
.page-recalculatereferralquestions .cover > div .cover-wrapper .previouslySelected .active {
  margin-top: 0;
}
/* :L5202 */
.page-quote .cover > div .cover-wrapper .left-cir,
.page-reviewreferrals .cover > div .cover-wrapper .left-cir,
.page-recalculatereferralquestions .cover > div .cover-wrapper .left-cir {
  border: 3px solid white;
  position: relative;
  left: 0px;
  border-radius: 50%;
  padding-left: 12px;
  padding-right: 9px;
  color: transparent;
}
/* :L5211 */
.page-quote .cover > div .cover-wrapper .right-cir,
.page-reviewreferrals .cover > div .cover-wrapper .right-cir,
.page-recalculatereferralquestions .cover > div .cover-wrapper .right-cir {
  border: 3px solid white;
  position: relative;
  left: -20px;
  border-radius: 50%;
  padding-left: 8px;
  padding-right: 8px;
  color: transparent;
}
/* :L5220 */
.page-quote .cover > div .cover-wrapper .premium_cov,
.page-reviewreferrals .cover > div .cover-wrapper .premium_cov,
.page-recalculatereferralquestions .cover > div .cover-wrapper .premium_cov {
  float: right;
  font-size: 16px;
  /*.premium_value{
			 font-size:36px;
			 @media (max-width: 485px){
			   font-size:24px;
			 }
		   }*/

}
/* :L5231 */
.page-quote .cover > div .right-div,
.page-reviewreferrals .cover > div .right-div,
.page-recalculatereferralquestions .cover > div .right-div {
  background-color: #16a085;
  text-align: center;
  border-bottom-left-radius: 40px;
  padding: 8px 0;
}
/* :L5236 */
@media (max-width: 365px) {
  .page-quote .cover > div .right-div img,
  .page-reviewreferrals .cover > div .right-div img,
  .page-recalculatereferralquestions .cover > div .right-div img {
    width: 100%;
  }
}
/* :L5244 */
.page-quote .cover .selected#coverA #green-tick-coverA,
.page-reviewreferrals .cover .selected#coverA #green-tick-coverA,
.page-recalculatereferralquestions .cover .selected#coverA #green-tick-coverA {
  display: block;
}
/* :L5247 */
.page-quote .cover .selected#coverB #green-tick-coverB,
.page-reviewreferrals .cover .selected#coverB #green-tick-coverB,
.page-recalculatereferralquestions .cover .selected#coverB #green-tick-coverB {
  display: block;
}
/* :L5250 */
.page-quote .cover .selected#CoverC #green-tick-coverC,
.page-reviewreferrals .cover .selected#CoverC #green-tick-coverC,
.page-recalculatereferralquestions .cover .selected#CoverC #green-tick-coverC {
  display: block;
}
/* :L5254 */
.page-quote .cover #coverA,
.page-reviewreferrals .cover #coverA,
.page-recalculatereferralquestions .cover #coverA {
  background-color: #3c3c3c;
  color: white;
}
/* :L5257 */
.page-quote .cover #coverA #green-tick-coverA,
.page-reviewreferrals .cover #coverA #green-tick-coverA,
.page-recalculatereferralquestions .cover #coverA #green-tick-coverA {
  display: none;
}
/* :L5262 */
.page-quote .cover #coverB,
.page-reviewreferrals .cover #coverB,
.page-recalculatereferralquestions .cover #coverB {
  background-color: #ffbf3c;
  color: white;
}
/* :L5265 */
.page-quote .cover #coverB #green-tick-coverB,
.page-reviewreferrals .cover #coverB #green-tick-coverB,
.page-recalculatereferralquestions .cover #coverB #green-tick-coverB {
  display: none;
}
/* :L5270 */
.page-quote .cover #CoverC,
.page-reviewreferrals .cover #CoverC,
.page-recalculatereferralquestions .cover #CoverC {
  background-color: #d7ddea;
  color: black;
}
/* :L5273 */
.page-quote .cover #CoverC #green-tick-coverC,
.page-reviewreferrals .cover #CoverC #green-tick-coverC,
.page-recalculatereferralquestions .cover #CoverC #green-tick-coverC {
  display: none;
}
/* :L5277 */
.page-quote .cover #CoverC,
.page-reviewreferrals .cover #CoverC,
.page-recalculatereferralquestions .cover #CoverC {
  display: none;
}
@media (min-width: 992px) and (max-width: 1016px) {
  /* :L5282 */
  .page-quote #OverrideReason_TXT,
  .page-reviewreferrals #OverrideReason_TXT,
  .page-recalculatereferralquestions #OverrideReason_TXT {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  /* :L5287 */
  .page-quote .instanda-question-input,
  .page-reviewreferrals .instanda-question-input,
  .page-recalculatereferralquestions .instanda-question-input {
    width: 100%;
  }
  /* :L5290 */
  .page-quote .instanda-well,
  .page-reviewreferrals .instanda-well,
  .page-recalculatereferralquestions .instanda-well {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /* :L5294 */
  .page-quote .instanda-well > .questionItem,
  .page-reviewreferrals .instanda-well > .questionItem,
  .page-recalculatereferralquestions .instanda-well > .questionItem,
  .page-quote .instanda-well > .container,
  .page-reviewreferrals .instanda-well > .container,
  .page-recalculatereferralquestions .instanda-well > .container {
    flex-basis: 100%;
  }
  /* :L5298 */
  .page-quote .instanda-well .instanda-question-input,
  .page-reviewreferrals .instanda-well .instanda-question-input,
  .page-recalculatereferralquestions .instanda-well .instanda-question-input {
    width: 100%;
  }
  /* :L5301 */
  .page-quote .instanda-well #question239644,
  .page-reviewreferrals .instanda-well #question239644,
  .page-recalculatereferralquestions .instanda-well #question239644,
  .page-quote .instanda-well/*Override Reason*/ #question239645/*UW Review has been completed*/,
  .page-reviewreferrals .instanda-well/*Override Reason*/ #question239645/*UW Review has been completed*/,
  .page-recalculatereferralquestions .instanda-well/*Override Reason*/ #question239645/*UW Review has been completed*/ {
    flex-basis: 50%;
  }
}
/* Hide 2nd box Admitted A&H */

/* :L5313 */
.page-quote.package-19264 .sec-cover-silver {
  display: none;
}
/* Removing checkboxes from coverage boxes */

/* :L5318 */
/* :L5321 */
.page-quote .cover-sec label > input[type='checkbox'],
.page-reviewreferrals .cover-sec label > input[type='checkbox'],
.page-recalculatereferralquestions .cover-sec label > input[type='checkbox'],
.page-quote .cover-sec label > input[type='radio'],
.page-reviewreferrals .cover-sec label > input[type='radio'],
.page-recalculatereferralquestions .cover-sec label > input[type='radio'] {
  visibility: hidden;
}
/* :L5326 */
.page-quote .cover-sec label:has(input[type='checkbox']:checked),
.page-reviewreferrals .cover-sec label:has(input[type='checkbox']:checked),
.page-recalculatereferralquestions .cover-sec label:has(input[type='checkbox']:checked),
.page-quote .cover-sec #bronzebtn button.active,
.page-reviewreferrals .cover-sec #bronzebtn button.active,
.page-recalculatereferralquestions .cover-sec #bronzebtn button.active,
.page-quote .cover-sec label:has(input[type='radio']:checked),
.page-reviewreferrals .cover-sec label:has(input[type='radio']:checked),
.page-recalculatereferralquestions .cover-sec label:has(input[type='radio']:checked) {
  background-color: #ffbf3c;
}
/* :L5332 */
.page-quote .cover-sec #silverbtn > label:has(input[type='checkbox']:checked),
.page-reviewreferrals .cover-sec #silverbtn > label:has(input[type='checkbox']:checked),
.page-recalculatereferralquestions .cover-sec #silverbtn > label:has(input[type='checkbox']:checked),
.page-quote .cover-sec #silverbtn button.active,
.page-reviewreferrals .cover-sec #silverbtn button.active,
.page-recalculatereferralquestions .cover-sec #silverbtn button.active,
.page-quote .cover-sec #silverbtn > label:has(input[type='radio']:checked),
.page-reviewreferrals .cover-sec #silverbtn > label:has(input[type='radio']:checked),
.page-recalculatereferralquestions .cover-sec #silverbtn > label:has(input[type='radio']:checked) {
  /* background-color: #3c3c3c;
		color: white; */
  background-color: #ffbf3c;
  color: black;
}
/* :L5341 */
.page-quote .cover-sec #bronze_cover,
.page-reviewreferrals .cover-sec #bronze_cover,
.page-recalculatereferralquestions .cover-sec #bronze_cover,
.page-quote .cover-sec #silver_cover,
.page-reviewreferrals .cover-sec #silver_cover,
.page-recalculatereferralquestions .cover-sec #silver_cover,
.page-quote .cover-sec #gold_cover,
.page-reviewreferrals .cover-sec #gold_cover,
.page-recalculatereferralquestions .cover-sec #gold_cover {
  max-height: 393.125px;
  margin: 0 10px 20px 10px;
}
/* :L5350 */
/* :L5351 */
.page-quickquote #copyQuoteButton,
.page-quickquote .container.instanda-documents {
  display: none;
}
/* :L5357 */
.gl-coverage-box .premium_cov > .premium_value {
  font-weight: normal;
}
/* :L5361 */
.page-quote dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.75);
}
/* :L5365 */
#gl-modal {
  border-width: 0.5em;
  border-color: firebrick;
}
/* :L5370 */
#gl-modal p {
  font-size: 18px;
  color: firebrick;
}
/* :L5375 */
#gl-modal button {
  font-size: 16px;
  display: block;
  margin: 1em auto;
  padding: 0.35em 1em;
  background-color: #ffbf3c;
  color: black;
  font-weight: 700;
  border-radius: 30px;
}
/* :L5386 */
#gl-modal button:active {
  background-color: black;
  color: white;
}
/* Hiding failed auto renewals button for agent*/

/*.logged-in-agent{
  .navbar-nav li:last-child{
    display:none;
  }
}*/

/*Failed auto renewal page*/

/* :L5397 */
/* :L5398 */
.page-failedautorenewals .instanda-failed-auto-renewals {
  padding-top: 50px;
  /*search button*/

  /*common button styling*/

  /*renewal table styling*/

}
/* :L5400 */
.page-failedautorenewals .instanda-failed-auto-renewals .failed-renewals {
  margin: 20px 0;
  /*border: 2px solid #ffbf3c;*/
  padding: 12px;
  border-radius: 8px;
}
/* :L5407 */
.page-failedautorenewals .instanda-failed-auto-renewals #SearchValue {
  margin-bottom: 20px;
  width: 50%;
}
/* :L5412 */
.page-failedautorenewals .instanda-failed-auto-renewals .btn.btn-primary {
  background-color: #ffbf3c;
  color: black;
}
/* :L5415 */
.page-failedautorenewals .instanda-failed-auto-renewals .btn.btn-primary:hover {
  background-color: #ffda91;
}
/* :L5420 */
/* :L5423 */
.page-failedautorenewals .instanda-failed-auto-renewals .failed-renewals-table .failed-renewals-row {
  border: 2px solid lightgrey;
  margin: 0px;
  padding: 15px 0;
  margin-bottom: 20px;
  border-radius: 8px;
  flex-basis: 48%;
  margin: 8px;
  /*link to quote button*/

}
/* :L5431 */
.page-failedautorenewals .instanda-failed-auto-renewals .failed-renewals-table .failed-renewals-row .failed-renewals-fail-reason,
.page-failedautorenewals .instanda-failed-auto-renewals .failed-renewals-table .failed-renewals-row .failed-renewals-message,
.page-failedautorenewals .instanda-failed-auto-renewals .failed-renewals-table .failed-renewals-row .failed-renewals-actions {
  width: 100%;
}
/* :L5435 */
.page-failedautorenewals .instanda-failed-auto-renewals .failed-renewals-table .failed-renewals-row .failed-renewals-actions {
  /*margin-top: -38px;*/
  margin-left: 150px;
}
/* :L5438 */
.page-failedautorenewals .instanda-failed-auto-renewals .failed-renewals-table .failed-renewals-row .failed-renewals-actions .failed-renewals-value {
  display: flex;
}
/* :L5442 */
.page-failedautorenewals .instanda-failed-auto-renewals .failed-renewals-table .failed-renewals-row .failed-renewals-action-form-Retry {
  margin-bottom: 10px;
  margin-right: 10px;
}
/* :L5446 */
.page-failedautorenewals .instanda-failed-auto-renewals .failed-renewals-table .failed-renewals-row .failed-renewals-message {
  padding: 0 15px;
}
/* :L5450 */
.page-failedautorenewals .instanda-failed-auto-renewals .failed-renewals-table .failed-renewals-row > a {
  padding: 6px 12px;
  font-weight: bold;
  font-size: 18px;
  border-radius: 18px;
  margin-left: 15px;
  float: left;
  background-color: #3c3c3c;
  color: white;
}
/* :L5459 */
.page-failedautorenewals .instanda-failed-auto-renewals .failed-renewals-table .failed-renewals-row > a:hover {
  background-color: white;
  color: #3c3c3c;
  text-decoration: none;
}
/* :L5469 */
/* :L5470 */
.page-salestagereason .instanda-reason-container {
  margin-top: 40px;
}
@media (min-width: 767.9px) {
  .page-salestagereason .instanda-reason-container {
    width: 50%;
  }
}
/* :L5477 */
/* :L5478 */
.page-onlinetransactions #transactions-table-heading {
  text-transform: uppercase;
  margin-bottom: 45px;
}
/* :L5482 */
.page-onlinetransactions #transactionsTable {
  border: 0;
}
/* :L5484 */
.page-onlinetransactions #transactionsTable .online-transactions-table-header-row {
  border-bottom: 2px solid black;
  border-top: 2px solid black;
}
/* :L5488 */
.page-onlinetransactions #transactionsTable th,
.page-onlinetransactions #transactionsTable td {
  border: 0;
}
/* :L5493 */
/* :L5494 */
.page-confirmbillingdetails h3 {
  font: normal normal bold 32px/32px 'poppins', sans-serif;
}
/* :L5497 */
/* :L5498 */
.page-confirmbillingdetails .instanda-main-content form > div {
  font-size: 25px;
}
/*.page-claimsummaryforagentsite{
  /*---main heading---*/

/*.main-heading {
        font: normal normal bold 64px/64px @font-family-regular;
      	@media (max-width: 568px) {
          	font: normal normal bold 32px/32px @font-family-regular;
      	}
        letter-spacing: -1.92px;
        color: #12243A;
        padding-bottom: 20px;
    }
    /*---sub heading---*/

/*.sub-heading {
        font: normal normal normal 24px/32px @font-family-regular;
        letter-spacing: 0px;
        color: #565E71;
        padding-bottom: 20px;
    }
  	.question_cls {
        padding-right: 0px;
        p {
            font: normal normal normal 16px/24px @font-family-regular;
            letter-spacing: 0px;
            color: #1A1A1A;
            padding-bottom: 10px;
            line-break: anywhere;
        }
    }
    .details-cls {
        margin-bottom: 50px;
        /*----table structure styling-----*/

/*.table-responsive{
          border:0;
      	}
        .table {
          	th {
                padding: 8px 8px 8px 0px;
            }
            thead{
              	border-bottom: 1px solid #565E71 !important;
              	>tr>th h4 {
                	font: normal normal bold 20px/24px @font-family-regular;
                	letter-spacing: -0.6px;
                	color: #12243A;
              	}
            } 
            tbody>tr{
              	border-bottom: 1px solid #D7DDEA;
              	>th span {
                	font: normal normal normal 16px/24px @font-family-regular;
                	letter-spacing: 0px;
                	color: #1A1A1A;
              	}
              	>td {
                	text-align: end;
                	span {
                    	font: normal normal normal 16px/24px @font-family-regular;
                    	letter-spacing: 0px;
                    	color: #1A1A1A;
                	}
            	}
          	}
          	tbody tr, tfoot tr, thead tr{
              >td, >th{
                	border: none;
              }
          	}
        }
    }
}*/

/* :L5573 */
/* :L5574 */
.page-claimsummaryforagentsite .header-cls-row,
.page-claimsummaryforagentsite .header-details-row {
  width: 100%;
  margin: 0 auto;
  /*Header background Styling*/

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

}
@media (max-width: 767.9px) {
  .page-claimsummaryforagentsite .header-cls-row .container,
  .page-claimsummaryforagentsite .header-details-row .container {
    margin: 0 30px;
  }
}
/* :L5582 */
.page-claimsummaryforagentsite .header-cls-row .container,
.page-claimsummaryforagentsite .header-details-row .container {
  background: #3c3c3c;
  padding: 0 20px;
}
/* :L5588 */
.page-claimsummaryforagentsite .header-cls-row .left-view {
  padding-left: 0px;
}
/* :L5589 */
.page-claimsummaryforagentsite .header-cls-row .left-view h3 {
  font: normal normal bold 32px/39px 'poppins', sans-serif;
  letter-spacing: -0.96px;
  color: white;
}
/* :L5597 */
.page-claimsummaryforagentsite .header-cls-row .right-view {
  text-align: end;
  margin-top: 20px;
}
/* :L5598 */
.page-claimsummaryforagentsite .header-cls-row .right-view a {
  font: normal normal bold 18px/21px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #d7ddea;
  text-decoration: none;
}
/* :L5603 */
.page-claimsummaryforagentsite .header-cls-row .right-view a span::before {
  content: '\2190';
  color: #d7ddea;
  padding-right: 5px;
  font-size: 25px;
}
/* :L5614 */
.page-claimsummaryforagentsite .header-details-row .left-view {
  padding: 20px 0px;
  display: flex;
}
@media (max-width: 768px) {
  .page-claimsummaryforagentsite .header-details-row .left-view {
    display: block;
  }
}
/* :L5620 */
.page-claimsummaryforagentsite .header-details-row .left-view .view1,
.page-claimsummaryforagentsite .header-details-row .left-view .view2,
.page-claimsummaryforagentsite .header-details-row .left-view .view3 {
  margin-right: 25px;
}
/* :L5624 */
.page-claimsummaryforagentsite .header-details-row .left-view .view1 .header,
.page-claimsummaryforagentsite .header-details-row .left-view .view2 .header,
.page-claimsummaryforagentsite .header-details-row .left-view .view3 .header {
  font: normal normal bold 12px/24px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #d7ddea;
}
/* :L5629 */
.page-claimsummaryforagentsite .header-details-row .left-view .view1 .val,
.page-claimsummaryforagentsite .header-details-row .left-view .view2 .val,
.page-claimsummaryforagentsite .header-details-row .left-view .view3 .val {
  font: normal normal normal 20px/24px 'poppins', sans-serif;
  letter-spacing: -0.6px;
  color: white;
}
/* :L5636 */
.page-claimsummaryforagentsite .instanda-main-content-container {
  margin-left: 0px;
  margin-right: 0px;
}
/* :L5641 */
.page-claimsummaryforagentsite .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-claimsummaryforagentsite .details-cls {
    margin: 0 30px;
  }
}
/* :L5645 */
.page-claimsummaryforagentsite .details-cls > div:first-child {
  padding-left: 0px;
}
@media (max-width: 767.9px) {
  .page-claimsummaryforagentsite .details-cls > div:first-child {
    margin-top: 15px;
    padding-right: 0px;
  }
}
/* :L5653 */
.page-claimsummaryforagentsite .details-cls .table {
  width: 90%;
}
@media (max-width: 767.9px) {
  .page-claimsummaryforagentsite .details-cls .table {
    width: 100%;
  }
}
/* :L5658 */
.page-claimsummaryforagentsite .details-cls .table thead > tr > th h4 {
  font: normal normal bold 20px/24px 'poppins', sans-serif;
  letter-spacing: -0.6px;
  color: #12243a;
}
/* :L5663 */
.page-claimsummaryforagentsite .details-cls .table tbody > tr > th span {
  font: normal normal normal 16px/24px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
}
/* :L5668 */
.page-claimsummaryforagentsite .details-cls .table tbody > tr > td {
  text-align: end;
}
/* :L5670 */
.page-claimsummaryforagentsite .details-cls .table tbody > tr > td span {
  font: normal normal normal 16px/24px 'poppins', sans-serif;
  letter-spacing: 0px;
  color: #1a1a1a;
  line-break: anywhere;
}
/* :L5677 */
.page-claimsummaryforagentsite .details-cls .table tbody > tr > td,
.page-claimsummaryforagentsite .details-cls .table tbody > tr > th,
.page-claimsummaryforagentsite .details-cls .table tfoot > tr > td,
.page-claimsummaryforagentsite .details-cls .table tfoot > tr > th,
.page-claimsummaryforagentsite .details-cls .table thead > tr > td,
.page-claimsummaryforagentsite .details-cls .table thead > tr > th {
  border: none;
}
/* :L5685 */
.page-claimsummaryforagentsite .details-cls .table thead {
  border-bottom: 1px solid #565e71 !important;
}
/* :L5688 */
.page-claimsummaryforagentsite .details-cls .table tbody > tr {
  border-bottom: 1px solid #d7ddea;
}
/* :L5694 */
.page-claimsummaryforagentsite .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-claimsummaryforagentsite .policy-view-options-action-buttons {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* :L5702 */
.page-claimsummaryforagentsite .policy-view-options-action-buttons .btn-group {
  border: 1px solid #d7ddea;
  border-radius: 5px;
  /*Button effects styling*/

}
/* :L5705 */
.page-claimsummaryforagentsite .policy-view-options-action-buttons .btn-group .btn,
.page-claimsummaryforagentsite .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;
}
/* :L5719 */
.page-claimsummaryforagentsite .policy-view-options-action-buttons .btn-group .btn:hover,
.page-claimsummaryforagentsite .policy-view-options-action-buttons .btn-group .btn:active,
.page-claimsummaryforagentsite .policy-view-options-action-buttons .btn-group .btn:focus {
  color: #ffbf3c;
}
/* :L5724 */
.page-claimsummaryforagentsite .policy-view-options-action-buttons .btn-group .btnClaims {
  font-size: 15px;
}
/* :L5729 */
.page-claimsummaryforagentsite .policy-view-options-action-buttons .block-renewals {
  padding: 15px 0px;
}
/* :L5731 */
.page-claimsummaryforagentsite .policy-view-options-action-buttons .block-renewals span {
  padding-left: 5px;
}
/* :L5737 */
.page-claimsummaryforagentsite .instanda-question-input .form-control {
  height: 45px;
}
/* Responsiveness for small devices */

/* :L5742 */
@media (max-width: 500px) {
  /* :L5744 */
  .page-claimsummaryforagentsite .row.header-details-row .container .view1 .val,
  .page-claimsummaryforagentsite .row.header-details-row .container .view2 .val,
  .page-claimsummaryforagentsite .row.header-details-row .container .view3 .val {
    font: normal normal normal 10px/24px 'poppins', sans-serif;
  }
}
@media (max-width: 320px) {
  /* :L5751 */
  .page-claimsummaryforagentsite .btn-group .btn {
    height: auto;
  }
}
@media (max-width: 736px) {
  /* :L5756 */
  .page-claimsummaryforagentsite .details-cls .table {
    width: 100%;
  }
}
/* :L5761 */
/* :L5762 */
.page-viewclaims.logged-in-underwriter a[href*='/Public/SpecificClaimTypeQuestionsForAgentSite'],
.page-viewclaims.logged-in-underwriter a[href*='/Public/DetermineClaimTypeQuestionsForAgentSite'] {
  display: none;
}
/* :L5767 */
/* :L5768 */
.page-viewclaims .claim-item {
  padding: 15px 0px;
}
/* :L5770 */
/* :L5771 */
.page-viewclaims .claim-item .claim-action a[href*='/Public/UpdateClaim'],
.page-viewclaims .claim-item .claim-action .mark-paid-claim-link {
  display: none;
}
/* :L5775 */
@media (min-width: 992px) {
  .page-viewclaims .claim-item .claim-action .claim-action-button {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 782.9px) {
  .page-viewclaims .claim-item .claim-action .claim-action-button {
    margin-bottom: 10px;
  }
}
@media (max-width: 356.9px) {
  .page-viewclaims .claim-item .claim-action .claim-action-button {
    margin-bottom: 10px;
  }
}
@media (max-width: 991.9px) {
  .page-viewclaims .claim-item .claim-action .claim-action-button {
    margin-right: 10px;
  }
}
@media (min-width: 1659px) {
  .page-viewclaims .claim-item .claim-action .claim-action-button {
    margin-right: 3px;
    margin-bottom: 0px;
  }
}
/* :L5793 */
.page-viewclaims .claim-item .claim-action .btn {
  padding: 6px 12px;
  font-size: 14px;
}
/* hide claim stage column */

/* :L5802 */
/* :L5803 */
.page-viewclaims div.claim-stage {
  display: none;
}
/* :L5808 */
#question313005 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* :L5813 */
/* :L5815 */
.page-determineclaimtypequestionsforagentsite .instanda-main-content-container,
.page-specificclaimtypequestionsforagentsite .instanda-main-content-container {
  width: 75%;
  max-width: 1200px;
}
/* :L5821 */
.page-determineclaimtypequestionsforagentsite.package-20767 .question-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 2em;
}
/* :L5827 */
/* :L5828 */
.page-specificclaimtypequestionsforagentsite h3 {
  margin-top: 1.5em;
}
/* :L5833 */
#question309559 {
  margin-top: 2em;
}
/* CSS Styles for JockeyLine to help with specificity */

/* :L5838 */
/* :L5839 */
.package-19783.page-quickquote .instanda-main-content-container {
  max-width: 1800px;
  width: 90%;
}
/* :L5843 */
.package-19783.page-quickquote #backButton,
.package-19783.page-quickquote #continueButton {
  font-size: 20px !important;
}
/* :L5847 */
.package-19783.page-quickquote .instanda-questionHeader {
  margin-bottom: 3em;
}
/* :L5852 */
.jockey-quickquote-content {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  gap: 2em;
}
@media (max-width: 840px) {
  .jockey-quickquote-content {
    flex-flow: column nowrap;
  }
}
/* :L5860 */
.jockey-quickquote-content strong {
  font-size: 20px;
}
/* :L5865 */
.jockey-quickquote-message {
  max-width: 600px;
  display: grid;
}
/* :L5868 */
.jockey-quickquote-message p + p {
  margin-top: 2em;
}
/* :L5873 */
.container:has(div.pull-right) {
  align-self: flex-end;
}
/* :L5877 */
.jockey-quickquote-image {
  max-width: 800px;
}
@media (max-width: 1177px) {
  .jockey-quickquote-image {
    max-width: 100%;
  }
}
/* :L5884 */
/* :L5885 */
.package-19783 #usaf-modal {
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  overflow: auto;
  /* Enable scroll if needed */

}
/* :L5894 */
.package-19783 #usaf-modal-content {
  background-color: #ffbf3c;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 2px solid #58585a;
  max-width: 33.33333%;
  text-align: center;
  border-radius: 2rem;
}
/* :L5904 */
.package-19783 #usaf-modal-content h4,
.package-19783 #usaf-modal-content h5,
.package-19783 #usaf-modal-content p {
  font-weight: bold;
}
/* :L5910 */
.package-19783 #usaf-modal-content hr {
  background-color: #58585a;
  border: none;
  height: 2px;
}
/* :L5916 */
.package-19783 div.question-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1em;
  max-width: 850px;
}
/* :L5923 */
.package-19783 div.confirmQuestionCheckbox.checkbox.instanda-confirm-question-checkbox.instanda-question-input > span > div {
  padding-right: 1em;
}
/* :L5929 */
.package-19783 #question313105 {
  margin-top: 1.5em;
}
/* :L5934 */
.package-19783 #question313591 > div.instanda-question-parent-yes-no.form-group > div.instanda-text-question.form-group.row > div.instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 > div.instanda-question-input {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
/* :L5945 */
.package-19783 #question313163 > div.instanda-question-label {
  display: none;
}
/* :L5949 */
.package-19783 #question313162 {
  margin-bottom: -0.8rem;
}
/* :L5954 */
.package-19783 footer > div.container.instanda-documents {
  display: none;
}
/* :L5958 */
/* :L5959 */
.package-19783 .page-quote.created-from-newbusiness .renewalof {
  display: none;
}
/* :L5963 */
/* :L5964 */
.package-19783 .page-quote.created-from-renewal .quoterefid {
  display: none;
}
/* :L5969 */
.package-19783 #instanda-site-layout > div.instanda-main-content-container > div.table-cover.underwriter-only > div > div {
  margin-bottom: 16%;
  width: max-content;
}
/* :L5978 */
.package-19783 #instanda-site-layout > div.instanda-main-content-container > div.table-cover.underwriter-only > div {
  display: flex;
  align-items: flex-end;
  height: 100vh;
  justify-content: center;
}
/* :L5988 */
.package-19783 .page-reviewreferrals #gold_cover {
  background-color: black;
  color: white;
}
/* :L5993 */
.package-19783 .page-reviewreferrals #gold_cover > div.cover-wrapper > div.btn-select > table > tbody > tr > td:nth-child(2) > button,
.package-19783 .page-recalculatereferralquestions #gold_cover > div.cover-wrapper > div.btn-select > table > tbody > tr > td:nth-child(2) > button {
  background-color: white;
  color: black;
}
/* :L6015 */
.package-19783 .page-reviewreferrals #gold_cover > div.cover-wrapper > div.btn-select > table > tbody > tr > td:nth-child(2) > button:hover,
.package-19783 .page-recalculatereferralquestions #gold_cover > div.cover-wrapper > div.btn-select > table > tbody > tr > td:nth-child(2) > button:hover {
  color: #ffbf3c;
}
/* :L6035 */
.package-19783 .page-reviewreferrals #gold_cover > div.cover-wrapper > div.btn-select > table > tbody > tr > td:nth-child(2) > button:active,
.package-19783 .page-recalculatereferralquestions #gold_cover > div.cover-wrapper > div.btn-select > table > tbody > tr > td:nth-child(2) > button:active {
  background-color: #ffbf3c;
  color: black;
}
/* :L6057 */
.package-19783 .flex-cov-box {
  display: flex;
  flex-flow: row nowrap;
}
/* :L6062 */
.package-19783 .underwriter-only {
  display: flex;
  flex-flow: column-reverse;
}
/* :L6067 */
.package-19783 .underwriter-only .sec-cover-gold {
  margin: 0 0 25px 25px;
  width: max-content;
}
/* :L6073 */
/* :L6074 */
.package-19783.page-quickquotequestions:not(.page-number-1) .form-control {
  width: 100%;
  max-width: 850px;
}
/* :L6080 */
/* :L6081 */
.package-19783.page-quickquotequestions.page-number-1 #AssignedSalesPersonId,
.package-19783.page-quickquotequestions.page-number-1 #SelectedAgentGroupName,
.package-19783.page-quickquotequestions.page-number-1 .tt-hint,
.package-19783.page-quickquotequestions.page-number-1 .tt-selectable {
  max-width: 97%;
}
/* :L6089 */
.package-19783.page-quickquotequestions .instanda-main-content-container {
  width: 75%;
  max-width: 1200px;
}
/* :L6094 */
#question312036 > div.instanda-question-label {
  display: none;
}
/* :L6098 */
#question357206 h6 {
  font-size: 16px;
  margin-bottom: 0;
}
/* :L6103 */
#question357206,
#question399739,
#question399740 {
  margin-bottom: 0;
}
/* :L6109 */
#question357142 {
  margin-bottom: -2em;
}
/* :L6113 */
/* :L6115 */
.page-index .instanda-main-content-container {
  margin: 0;
}
/* :L6119 */
.page-index .home-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
/* :L6124 */
.page-index .button-section {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
/* :L6130 */
.page-index .home-button {
  font-size: 18px;
  color: black;
  margin: 2em 0;
  font-weight: 700;
}
/* :L6139 */
.page-index .navbar-collapse ul li {
  visibility: hidden;
}
/* :L6192 */
.page-index #instanda-site-layout {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-position: bottom;
}
/* :L6198 */
.page-index .navbar-header .navbar-brand {
  padding-left: 0px;
}
/* :L6201 */
.page-index .instanda-main-content {
  padding-bottom: 0;
}
/* :L6225 */
.page-index .container.instanda-home-content {
  color: #eee5e4;
  padding-left: 80px;
}
/* :L6229 */
.page-index #btn {
  background-color: #2360ea;
}
/* :L6233 */
.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;
}
/* :L6243 */
.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;
}
/* :L6254 */
.page-index .home-image {
  margin: 2em 0;
}
/* :L6258 */
.page-index .home-image > img {
  width: 70%;
}
/* :L6262 */
/* :L6264 */
.page-index .instanda-main-content-container {
  margin: 0;
}
/* :L6268 */
.page-index .home-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
/* :L6273 */
.page-index .button-section {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
/* :L6279 */
.page-index .home-button {
  font-size: 18px;
  color: black;
  margin: 2em 0;
  font-weight: 700;
}
/* :L6288 */
.page-index .navbar-collapse ul li {
  visibility: hidden;
}
/* :L6341 */
.page-index #instanda-site-layout {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-position: bottom;
}
/* :L6347 */
.page-index .navbar-header .navbar-brand {
  padding-left: 0px;
}
/* :L6350 */
.page-index .instanda-main-content {
  padding-bottom: 0;
}
/* :L6374 */
.page-index .container.instanda-home-content {
  color: #eee5e4;
  padding-left: 80px;
}
/* :L6378 */
.page-index #btn {
  background-color: #2360ea;
}
/* :L6382 */
.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;
}
/* :L6392 */
.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;
}
/* :L6403 */
.page-index .home-image {
  margin: 2em 0;
}
/* :L6407 */
.page-index .home-image > img {
  width: 70%;
}
/* :L6411 */
#question358220 {
  margin-top: 2em;
}
/* :L6415 */
#question313148 h4 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}
/* :L6421 */
#question399748 h4,
#question399749 h4 {
  margin-top: 0;
}
/* :L6426 */
#question399740 {
  margin-top: 3em;
}
/* Testing */

/* :L6431 */
/* :L6433 */
.package-19783.page-reviewreferrals.created-from-mta .hide-if-mta,
.package-19783.page-recalculatereferralquestions.created-from-mta .hide-if-mta {
  display: none;
}
/* :L6438 */
/* :L6440 */
.package-19783.page-reviewreferrals:not(.created-from-mta) .hide-if-not-mta,
.package-19783.page-recalculatereferralquestions:not(.created-from-mta) .hide-if-not-mta {
  display: none;
}
/* CSS Overrides for Mobile Responsiveness */

/* Media Queries

Variables and their min widths
@wide-screen = 1200px
@desktop = 992px
@tablet = 768px
@mobile-large = 640px
@mobile = 480px
@below-mobile = max-width: 479px

*/

/* Cross Package Search Page */

@media (max-width: 767px) {
  /* :L6460 */
  #industry-products {
    margin-bottom: 0;
  }
}
/* Organization or Person Question */

@media (min-width: 769px) and (max-width: 996px) {
  /* :L6467 */
  #question302364 label.radio-inline {
    text-align: left;
    width: 184.7px;
  }
}
@media (max-width: 434px) {
  /* :L6474 */
  #question307551 label.radio-inline {
    text-align: left;
    width: 184.7px;
  }
}
@media (max-width: 478px) {
  /* :L6481 */
  #question302364 label.radio-inline {
    text-align: left;
    width: 184.3px;
  }
}
@media (max-width: 909px) {
  /* :L6488 */
  #question304392 label.radio-inline {
    text-align: left;
    width: 184.7px;
  }
}
@media (max-width: 767px) {
  /* :L6496 */
  .page-quickquotequestions #instanda-site-layout > div.instanda-main-content-container > div > img,
  .page-prequotequestions .instanda-main-content-container img {
    display: none;
  }
}
@media (min-width: 369px) and (max-width: 991px) {
  /* :L6503 */
  .page-quickquote.page-number-1 #quote-content-form > div.container > div > div {
    max-width: 100%;
  }
}
@media (min-width: 696px) and (max-width: 1252px) {
  /* :L6509 */
  #question307780 label:first-of-type {
    width: 271.13px;
    text-align: left;
  }
}
@media (max-width: 1150px) {
  /* :L6516 */
  #question330800 label:first-of-type {
    width: 271.13px;
    text-align: left;
  }
}
/* Referrals Page */

@media (max-width: 1152px) {
  /* :L6525 */
  .page-quote .cover-sec #gold_cover {
    max-height: fit-content;
  }
}
@media (max-width: 768px) {
  /* :L6531 */
  .page-reviewreferrals table {
    float: left;
    border: inherit;
  }
  /* :L6535 */
  .package-19783.page-reviewreferrals .flex-cov-box {
    display: block;
  }
  /* :L6538 */
  .package-19783 .underwriter-only .sec-cover-gold {
    margin: 0;
    max-width: fit-content;
  }
}
/* Quote Page */

@media (max-width: 991px) {
  /* :L6546 */
  .page-quote .question_cls .details-cls .table {
    width: 100%;
  }
}
/* Confirmation Pages */

@media (max-width: 991px) {
  /* :L6553 */
  .page-confirmation2 .col-xs-12 .table-responsive {
    margin-top: 4rem;
  }
}
