/* :L17 */
html {
  position: relative;
  min-height: 100%;
}
/* :L22 */
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
/* :L27 */
h1,
h2,
h3,
h4,
h5,
header a {
  color: #00447c !important;
}
/* :L31 */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}
/* :L40 */
.instanda-built-by-footer {
  text-align: center;
  position: absolute;
  bottom: 2px;
  width: 100%;
  font-size: 0.7em;
}
/* :L48 */
.instanda-documents {
  text-align: center;
}
/* :L52 */
.instanda-buttonList {
  margin-top: 20px;
}
/* :L56 */
.instanda-confirm-billing-address {
  margin-top: 20px;
  margin-bottom: 50px;
}
/* :L62 */
.instanda-container-fluid {
  background-color: #f4f4f4;
}
/* :L66 */
.instanda-questionHeader h3 {
  margin-bottom: 20px;
}
/* :L70 */
.instanda-side-content {
  position: absolute;
  top: 20px;
  min-height: 50px;
  padding: 10px;
  border: 1px solid lightgray;
  border-radius: 8px;
  background-color: white;
  width: 400px;
}
/* :L81 */
.instanda-main-content-container {
  position: relative;
}
/* :L85 */
.instanda-sort-code-input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
/* :L91 */
#instanda-site-layout {
  padding-right: 0;
  padding-left: 0;
}
/* :L96 */
.instanda-choose-address-inner {
  border: 2px solid #eeeeee;
  padding: 15px;
  border-radius: 5px;
  margin-top: 20px;
}
/* :L103 */
.instanda-choose-address-inner .instanda-choose-address-btn {
  margin-top: 10px;
}
/* :L107 */
.instanda-previously-selected {
  display: inline-block;
}
/*Approval action*/

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

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

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

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

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

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

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

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

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

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

/* :L216 */
.car-models-wrapper,
.car-brands-wrapper {
  overflow-y: auto;
  max-height: 250px;
  margin-bottom: 10px;
}
/* :L223 */
.car-brands-wrapper ul.list-group,
.car-models-wrapper ul.list-group {
  margin-bottom: 0;
}
/* :L228 */
.selected-model,
.selected-brand {
  color: white;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* :L235 */
.car-brands-and-models-summary.well > div {
  margin-bottom: 5px;
}
/* :L239 */
button.car-brands-and-models-show-summary {
  margin-bottom: 10px;
}
/* :L243 */
.car-brands.list-group > li:first-child,
.car-models.list-group > li:first-child {
  display: none;
}
/* :L247 */
.car-models-wrapper,
.car-brands-wrapper {
  display: none;
}
/* :L251 */
.warning-message-payment {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000000;
  width: 100%;
  text-align: center;
  background-color: #efdccf;
  font-weight: bold;
  padding: 25px;
}
/* :L264 */
.alert-autosave {
  color: black;
  background-color: #ffbe46;
  border-color: orange;
}


/* Hide Existing Policyholder Link (JavaScript will change) */

/* :L18 */
a[href="/Public/ExistingPolicyholderSendRegistrationLink"] {
  display: none !important;
}
/* :L22 */
td.col-actions {
  padding: 8px 0px !important;
  margin: 0px;
}
/* :L27 */
.col-actions .btn {
  padding: 4px !important;
}
/* Ensure container inside table cells does not restrict width on customer portal page */

/* :L32 */
.col-documents .container {
  max-width: 100%;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* Legacy support */
  white-space: normal;
}
/* Base table layout for desktop */

/* :L43 */
.cp-home-page .quote-search-results-table table {
  table-layout: fixed;
  width: 100%;
}
/* :L47 */
.cp-policy-box .col-policy-info td,
.cp-policy-box .col-policy-info th {
  padding: 0px 0px 0px 8px !important;
  margin: 0px !important;
}
/* :L52 */
.cp-policy-box td {
  padding: 8px 0px !important;
  margin: 0px !important;
}
/* :L57 */
.cp-home-page .quote-search-results-table th,
.cp-home-page .quote-search-results-table td {
  vertical-align: top;
  padding: 8px;
}
/* Column widths for desktop */

/* :L64 */
.cp-home-page .col-policy-info {
  width: 35%;
}
/* :L68 */
.cp-home-page .col-documents {
  width: 50%;
}
/* :L72 */
.cp-home-page .col-actions {
  width: 15%;
}
/* Responsive behavior for mobile */

@media screen and (max-width: 768px) {
  /* :L78 */
  .cp-home-page .quote-search-results-table table,
  .cp-home-page .quote-search-results-table thead,
  .cp-home-page .quote-search-results-table tbody,
  .cp-home-page .quote-search-results-table tr,
  .cp-home-page .quote-search-results-table th,
  .cp-home-page .quote-search-results-table td {
    display: block;
    width: 100%;
  }
  /* :L88 */
  .cp-home-page .quote-search-results-table thead {
    display: none;
    /* Hide header row on mobile */
  
  }
  /* :L92 */
  .cp-home-page .quote-search-results-table td {
    border: none;
    border-bottom: 1px solid #dddddd;
    padding: 10px;
  }
  /* :L98 */
  .cp-home-page .quote-search-results-table td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }
}
/* :L106 */
.page-customerhomepage .agent-all-docs-responsive h3 {
  display: none !important;
}
/* :L110 */
.page-customerhomepage .agent-all-docs-responsive ul {
  list-style-type: disc;
  padding: 0px !important;
  margin: 0px !important;
}
/* :L116 */
a[href="#reinstate-policy-dialog"] {
  display: none;
  /* Hides the button */

}
/* :L120 */
div#question542565 {
  display: none;
}
/* :L124 */
div#consent-disclaimer {
  margin-bottom: 0px;
  color: black;
}
/* :L129 */
div#hide_consent {
  display: none;
}
/* :L133 */
div#consent_box {
  padding-bottom: 10px;
}
/* :L137 */
span.confirmQuestionText {
  display: inline-block;
  float: right;
}
/* :L142 */
.container.agent-quotesearch-results-container a {
  display: block;
  padding: 0px 0px 5px 0px;
  min-width: 115px;
}
/* :L149 */
span:contains("N/A") {
  display: none;
}
/* :L153 */
.body.auto-skip-mta > * {
  display: none !important;
}
@keyframes auto-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* QQD Page Styles --> Starts here.. */

/* :L163 */
.d-block {
  display: block;
}
/* :L167 */
.d-flex {
  display: flex !important;
}
/* :L171 */
.d-flex-box-between {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
/* :L177 */
.flex-box-between {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
/* :L183 */
.flex-box-around {
  display: flex;
  justify-content: space-between !important;
}
/* :L188 */
.payment-amount {
  color: #4abbce;
  font-size: 20px;
  font-weight: bold !important;
  margin-bottom: 10px;
}
/* :L195 */
.premium-content-box {
  display: block;
  border: 1px solid #0088bd;
  width: 340px;
  padding: 16px;
  margin-bottom: 20px;
  border-radius: 4px;
}
/* :L204 */
.title {
  margin: -10px -10px 10px;
  padding: 10px;
  font-weight: 400;
  color: #0088bd;
}
/* :L211 */
.box {
  border: 1px solid white !important;
  background: white;
  padding: 16px !important;
  border-radius: 8px;
  width: 360px !important;
  margin: 24px 0 !important;
}
/* QQD Page Styles --> Ends here.. */

/* :L222 */
#RentalAddressBox,
#MonthlyPremium,
#EditPolicyCoverages {
  display: none;
}
/* :L226 */
#EditPolicyCoverages button {
  background-color: #ea7039;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  margin: 24px 0 0;
}
/* :L237 */
.rentaladdress {
  background-color: white;
}
/* :L241 */
.bold {
  font-weight: bold;
}
/* :L245 */
#Coverages {
  display: table;
}
/* :L249 */
button[name="chosenProductIds"] {
  padding: 10px 15px;
  color: #ea7039;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  border: 1px solid #ea7039;
}
/* :L258 */
.btn.btn-default.active {
  background-color: #122144 !important;
  color: white !important;
  box-shadow: none;
}
/* :L264 */
.btn.btn-default.focus {
  outline: none;
}
/* :L268 */
#display247945798 .instanda-responsive-help-icon .fa .fa-question-circle .fa-2x {
  position: relative;
}
/* :L272 */
#question498991 .instanda-responsive-help-icon-link {
  position: relative;
}
/* :L276 */
#ins-helper-icon {
  position: absolute;
  top: 20px;
  left: 50%;
  right: auto;
}
/* :L283 */
.quick-quote-questions-link {
  font-size: 16px;
  color: #ea7039;
  text-decoration: underline;
  font-weight: bold;
}
/* :L290 */
.instanda-responsive-help-text {
  margin-left: auto;
}
/* :L294 */
.ins-editlink {
  position: absolute;
  top: 395px;
  right: auto;
  left: 55%;
  margin: 0;
  padding: 0;
  width: 115px;
}
/* :L304 */
.ins-editlink a:hover,
.ins-editlink a:focus,
.ins-editlink a:active {
  outline: none;
  color: #c75724;
  outline-offset: 0;
  text-decoration: underline;
}
/* :L313 */
tr td button {
  padding: 4px 20px;
  outline: none;
  border: none;
  color: black;
  background-color: #a9c5f8;
  margin-top: 10px;
}
/* :L322 */
.rentalTextAlignment {
  margin: 0 0 8px 15px;
}
/* PQQD Page Styles --> Starts here.. */

/* :L327 */
.premium-display-box {
  padding: 30px;
  border: 1px solid black;
  border-radius: 10px;
  width: 1000px;
  margin: auto;
  font-family: Arial, sans-serif;
  color: black;
  background-color: white;
}
/* :L338 */
.coverage-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid black;
  margin-top: 0;
}
/* :L345 */
.coverage-table thead tr th,
.coverage-table tbody tr td {
  text-align: left;
  padding: 10px;
}
/* :L351 */
.coverage-table tbody tr th {
  border-bottom: 1px solid black;
}
/* :L355 */
.coverage-table tbody tr td {
  border-bottom: 1px solid #cccccc;
}
/* :L359 */
.coverage-table tbody tr .padding {
  padding: 10px;
}
/* :L363 */
.edit-coverage-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ddd6d6;
  color: #0c0c0c;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}
/* PQQD Page Styles --> Ends here.. */

/* QD Page Styles --> Starts here.. */

/* :L380 */
.payment-detail-box {
  margin-top: 20px;
  background: white;
  border: 1px solid black;
  padding: 20px;
  border-radius: 8px;
  color: black;
  width: 90%;
  font-size: 16px;
}
/* QD Page Styles --> Ends here.. */

/* Common Styles --> Starts here.. */

/* :L394 */
body {
  background: #f0f1f2;
  color: black;
}
/* :L399 */
h1,
h2,
h3,
h4,
h5 {
  color: black !important;
  font-weight: bold;
}
/* :L404 */
h1 {
  font-size: 28px !important;
}
/* :L408 */
h2 {
  font-size: 24px !important;
}
/* :L412 */
.d-flex {
  display: flex;
}
/* :L416 */
.justify-content-end {
  justify-content: flex-end;
}
/* :L420 */
.my-40,
#question498797 h3,
#question499006 h3 {
  margin: 40px 0 !important;
}
/* :L424 */
.m-0 {
  margin: 0 !important;
}
/* :L428 */
.mb-0 {
  margin-bottom: 0 !important;
}
/* :L432 */
.mb-24 {
  margin-bottom: 24px !important;
}
/* :L436 */
.mt-12 {
  margin-top: 12px !important;
}
/* :L440 */
.table {
  margin-bottom: 24px !important;
}
/* :L444 */
label {
  margin-bottom: 8px !important;
}
/* :L448 */
.form-group {
  margin-bottom: 12px !important;
}
/* :L452 */
.w-90 {
  width: 90%;
}
/* :L456 */
.w-100 {
  width: 100%;
}
/* :L460 */
.pl-15 {
  padding-left: 15px;
}
/* Common Styles --> Ends here.. */

/* Button Styles --> Starts here.. */

/* :L466 */
.btn-primary,
.btn-default {
  background-color: #ea7039;
  border-color: #ea7039;
  border-radius: 4px !important;
  outline: none;
  color: white;
}
/* :L474 */
.btn-primary:first-child {
  margin-left: 0 !important;
}
/* :L478 */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background-color: #c75724 !important;
  border-color: #c75724 !important;
  box-shadow: none !important;
  color: white;
}
/* :L490 */
.btn:focus,
.btn:active,
.btn-primary:focus,
.btn-primary:active,
.btn-secondary:focus,
.btn-secondary:active {
  outline: none !important;
  outline-offset: 0 !important;
}
/* Button Styles --> Ends here.. */

/* Navbar Styles --> Starts here.. */

/* :L499 */
.navbar-brand {
  padding: 4px 0 0;
}
/* :L503 */
.navbar {
  margin-bottom: 0;
}
/* :L507 */
.navbar-default {
  background-color: white;
  border-bottom-color: transparent;
}
/* :L512 */
.navbar-static-top .nav {
  padding: 0 !important;
}
/* :L516 */
.navbar-default .navbar-nav > li {
  margin-bottom: 0;
}
/* :L520 */
.navbar-default .navbar-nav > li > a {
  color: #122144 !important;
  font-size: 16px;
  padding: 28px 15px;
  outline: none;
}
/* :L527 */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent !important;
  color: #ea7039 !important;
  font-weight: bold;
  border-bottom: 4px solid #ea7039;
}
/* Navbar Styles --> Ends here.. */

/* Table Styles --> Starts here.. */

/* :L537 */
table tr th a,
.table thead tr th {
  color: white;
  font-weight: bold;
  outline: none;
}
/* :L543 */
table tr td a,
table tr td a:hover,
.table tbody tr td a,
table tr td a:focus,
table tr td a:active {
  color: #ea7039;
  outline: none;
  text-decoration: none;
  font-weight: bold;
}
/* :L551 */
table tr th a:focus,
table tr th a:hover,
table tr th a:active {
  color: white;
  outline: none;
  text-decoration: none;
}
/* :L559 */
.table-hover > tbody > tr:hover {
  background: transparent;
}
/* :L563 */
.table-bordered {
  background: white;
  border: 1px solid transparent;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
}
/* :L571 */
.table-bordered thead th {
  background: #122144;
}
/* :L575 */
.table-bordered thead th:first-child {
  border-top-left-radius: 8px;
}
/* :L579 */
.table-bordered thead th:last-child {
  border-top-right-radius: 8px;
}
/* :L583 */
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 1px;
}
/* :L588 */
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-left: none !important;
  border-right: none !important;
}
/* :L595 */
.table-striped > tbody > tr:nth-of-type(odd) {
  background: transparent;
}
/* :L599 */
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th {
  border-top: 1px solid transparent;
  border-bottom: 1px solid #eeeeee !important;
}
/* :L605 */
.table tbody tr:last-child td {
  border-bottom: none !important;
}
/* :L609 */
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-bottom: 0;
}
/* :L615 */
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 16px;
}
/* :L620 */
.table-layout-fixed {
  table-layout: fixed;
}
/* Table Styles --> Ends here.. */

/* Icon Styles --> Starts here.. */

/* :L626 */
.fa-question-circle {
  color: #ea7039;
}
/* Icon Styles --> Ends here.. */

/* Pagination Styles --> Starts here.. */

/* :L632 */
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #ea7039;
  border-color: #ea7039;
}
/* :L639 */
.pagination > li > a,
.pagination > li > span {
  color: #122144;
}
/* Pagination Styles --> Ends here.. */

/* QuickQuoteQuestions --> Starts here.. */

/* :L645 */
.instanda-container-fluid {
  background-color: transparent;
  margin-bottom: 0;
}
/* :L650 */
.instanda-questionHeader h3 {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 22px;
  font-weight: bold;
}
/* :L658 */
#question498795 .instanda-questionHeader h3 div {
  margin-bottom: 16px !important;
  font-size: 18px !important;
}
/* :L663 */
#AdditionalRenters_AdditionalOccupant_MIaddButton {
  margin-left: 0 !important;
}
/* :L667 */
.subtitle-section h3 {
  font-size: 18px;
  margin: 0 0 24px;
}
/* :L672 */
.subtitle-section p {
  margin: 0 0 24px 0;
  font-style: italic;
}
/* QuickQuoteQuestions --> Ends here.. */

/* On Top Styles --> Starts here.. */

/* :L679 */
.instanda-main-content h1 {
  margin: 40px 0 40px;
}
/* :L683 */
#instanda-site-layout {
  width: 1170px;
}
/* :L687 */
.container.policy-view-options-action-buttons {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
/* :L693 */
.container.policy-view-options-action-buttons .btn-group,
.container.policy-view-options-action-buttons .block-renewals,
.quote-search-results-content ul.pagination {
  justify-content: flex-end;
  display: flex;
}
/* :L700 */
.container.policy-view-options-action-buttons .btn-group {
  flex-wrap: wrap;
}
/* :L704 */
.container.policy-view-options-action-buttons .btn-group .btn-primary {
  margin: 0 0 10px 5px !important;
}
/* :L708 */
.container.policy-view-options-action-buttons .btn-group .modal-footer .btn-primary {
  margin: 0 0 0 10px !important;
}
/* :L712 */
.container.policy-view-options-action-buttons .block-renewals input {
  margin: 0;
}
/* :L715 */
.container.policy-view-options-action-buttons .block-renewals span {
  padding: 0 0 0 5px;
}
/* :L719 */
#RentalAddressBox,
.instanda-address-line-2 {
  margin-top: 12px;
}
/* :L723 */
.instanda-quote-content .agent-view-quote-policy-content table tbody {
  background: white;
  border-radius: 8px;
}
/* :L728 */
#RentalAddressBox tbody tr td {
  border-bottom: 1px solid transparent !important;
}
/* :L732 */
#RentalAddressBox tbody tr:last-child td {
  padding: 0 0 12px 20px;
}
/* :L736 */
.instanda-file-input-label-btn {
  margin-bottom: 12px;
}
/* :L740 */
#agentSearchResultsTable {
  margin: 0;
}
/* :L744 */
#divNavigation a {
  margin: 24px 0 0 10px!important;
}
/* :L748 */
#download-button-container .btn-default {
  margin: 0 !important;
}
/* :L752 */
#RentalAddressBox {
  background: white;
  width: 555px;
}
/* :L757 */
#question498140 h3 {
  margin: 20px 0 40px !important;
}
/* :L761 */
#question498145 h3 {
  margin: 20px 0 16px !important;
}
/* :L765 */
#question498147 h3 {
  margin: 24px 0 16px !important;
}
/* :L769 */
#question498146 .instanda-questionHeader div,
#question498148 .instanda-questionHeader div,
#question499021 .instanda-questionHeader div,
#question499032 .instanda-questionHeader div {
  font-style: italic;
}
/* :L776 */
#question510071 {
  margin: 16px 0 9px 0;
}
/* :L780 */
#instanda-responsive-help-text-customize div {
  margin: 8px 0 0 !important;
}
/* :L784 */
#question498991 {
  position: relative;
}
/* :L788 */
#question498981 h3,
.section-title {
  margin: 36px 0 24px;
}
/* :L792 */
#question499016 h3,
#question507635 h3 {
  margin: 12px 0 24px;
}
/* :L796 */
.instanda-multi-item-add-remove.container {
  padding-left: 0 !important;
}
/* :L800 */
#question507636 h3 div {
  font-size: 18px;
  margin-bottom: 16px;
}
/* :L805 */
.retrieve-quote-policy .instanda-main-content .instanda-agent-search-fields h4 {
  margin: 0 0 24px;
}
/* :L809 */
#question507641 h3,
#EditPolicyDetails,
#question499032 .instanda-questionHeader div,
#question507629 h3 div {
  margin-bottom: 24px;
}
/* :L814 */
#question507721 {
  margin-top: 40px;
}
/* :L818 */
.instanda-buttonList {
  margin-top: 0 !important;
}
/* :L822 */
#question509862,
#question509862 .instanda-text-question.form-group.row {
  margin: 0 !important;
}
/* :L827 */
#EditPolicy {
  margin-top: 24px;
}
/* :L831 */
#question498977 .instanda-questionHeader.questionHeader.container {
  margin: 36px 0 36px;
}
/* :L835 */
#quote-search-results-container-1 .quote-search-results-content h2 {
  margin: 0 0 16px;
}
/* :L839 */
#quote-search-results-container-2 .quote-search-results-content h2 {
  margin: 40px 0 16px 0;
}
/* :L843 */
#question499016,
#question499022,
#question499032,
#question499024,
#question499035,
#question498991,
#question498147,
#question498140,
#question498795,
#question498977,
#question499031,
#question498981,
#question498145,
#question498797,
#question498979,
#question498990,
#question507630,
#question509862,
#question499006,
#question507629,
#question499032,
#question509546,
#question509548,
#question509528,
#question509528 .instanda-questionHeader p,
.retrieve-title-section.form-group {
  margin-bottom: 0 !important;
}
/* :L850 */
#question499022 h3,
#question499031 h3,
#question499035 h3,
#question498991 h3 {
  margin: 24px 0 !important;
}
/* :L854 */
#question509914 {
  margin-top: 20px !important;
}
/* :L858 */
#instanda-site-layout .instanda-main-content-container .instanda-main-content .instanda-agent-login {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 78vh;
}
/* :L865 */
#instanda-site-layout .instanda-main-content-container .instanda-main-content .instanda-agent-login > div {
  margin: 0 auto;
  width: 100%;
  max-width: 360px;
}
/* On Top Styles --> Starts here.. */

/*Quote dispaly Styles --> Starts here*/

/* :L873 */
.ins-quote-display {
  font-family: Arial, sans-serif;
  max-width: 1140px;
  margin: 40px 0 auto;
}
/* :L880 */
.ins-payment-plan-saving {
  margin-bottom: 24px;
}
/* :L884 */
.ins-payment-plan-saving strong {
  font-size: 20px;
  color: #4abbce;
}
/* :L889 */
.payment-detail-box {
  margin: 0 0 24px;
  background: white;
  border: 1px solid black;
  padding: 20px;
  border-radius: 8px;
  color: black;
  width: 90%;
  font-size: 16px;
}
/* :L900 */
.payment-detail-box .note {
  font-size: 0.9em;
  color: #333333;
}
/* :L905 */
.payment-detail-box .title-section {
  font-weight: bold;
  margin-top: 20px;
}
/* :L910 */
.payment-detail-box .note-para {
  font-size: 0.9em;
  color: #333333;
}
/* :L915 */
#QuickQuoteTwo,
.para-text {
  font-size: 16px;
}
/* :L919 */
.ins-full-width-auto {
  max-width: 100%;
  height: auto;
}
/* :L924 */
#instanda-quote-link a,
#emailQuoteLinkLink {
  padding: 10px;
  border: 1px solid #ea7039;
  border-radius: 4px;
  color: #ea7039;
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  outline: none;
}
/* :L935 */
#instanda-quote-link a:focus,
#instanda-quote-link a:hover,
#emailQuoteLinkLink:focus,
#emailQuoteLinkLink:hover {
  text-decoration: none;
}
/* :L940 */
#instanda-quote-link a i,
#emailQuoteLinkLink i {
  margin-right: 10px;
}
/* :L944 */
#emailQuoteLinkLink {
  margin-left: 10px;
}
/*Quote dispaly Styles --> Starts Ends*/

/*View-All Docs, Cancel Policy, View Claims Styles --> Starts here*/

/* :L950 */
.instanda-agent-all-docs-content .agent-all-docs-responsive h3,
.view-claims-content .claims-view-page-title h2 {
  margin: 40px 0;
  font-size: 28px;
}
/* :L955 */
.instanda-agent-all-docs-content .agent-all-docs-responsive #documentsList {
  padding: 0 0 0 16px;
  margin-bottom: 24px;
}
/* :L960 */
.instanda-agent-all-docs-content .agent-all-docs-responsive #documentsList li {
  color: #ea7039;
  margin-bottom: 16px;
}
/* :L965 */
.instanda-agent-all-docs-content .agent-all-docs-responsive #documentsList li a {
  color: #ea7039;
  font-weight: bold;
  outline: none;
}
/* :L971 */
.instanda-agent-all-docs-content .agent-all-docs-responsive #documentsList li a:hover,
.instanda-agent-all-docs-content .agent-all-docs-responsive #documentsList li a:focus {
  color: #ea7039;
}
/* :L976 */
.instanda-agent-all-docs-content .documents-regenerate {
  display: flex;
  justify-content: flex-end;
}
/* :L981 */
.instanda-agent-all-docs-content .documents-regenerate #DocumentReGenerateSubmit,
.instanda-cancellation-questions #question509546 h3,
.instanda-cancellation-questions #question509548 h3 {
  margin-bottom: 24px;
}
/* :L986 */
.instanda-cancellation-questions #question509528 h3 {
  margin: 20px 0 40px !important;
  font-size: 28px;
}
/* :L991 */
.view-claims-content .policy-data .policy-heading,
.view-claims-content .claim-list .claim-data .claim-item.claims-heading {
  padding: 12px;
  background: #121444;
  color: white;
  border-radius: 4px 4px 0 0;
}
/* :L999 */
.view-claims-content .policy-data .policy-item,
.view-claims-content .claim-list .claim-data .claim-item {
  padding: 12px;
  background: white;
  border-radius: 0 0 4px 4px;
}
/* :L1006 */
.view-claims-content .policy-data .policy-item .policy-row-data a,
.view-claims-content .policy-data .policy-item .policy-row-data a:hover,
.view-claims-content .policy-data .policy-item .policy-row-data a:focus {
  color: #ea7039;
  outline: none;
  font-weight: bold;
}
/* :L1014 */
.view-claims-content .claim-item .claim-row-data .claim-action-button {
  padding: 4px 8px;
}
/* :L1018 */
.view-claims-content .claim-list .title {
  margin: 0;
  padding: 0;
}
/*View-All Docs, Cancel Policy, View Claims Styles --> Starts Ends*/

/* Cancellation complete screen style starts here... */

/* :L1025 */
.label-form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  background-color: #eeeeee;
  opacity: 1;
  cursor: not-allowed;
}
/* Cancellation complete screen style ends here... */

/* Pre Quote Rental Address display box Styles */

/* :L1052 */
#question498991 .container {
  padding-left: 0px;
}
/* Quote Display Insert Adjustment Questions Question Styles */

/* :L1057 */
#question509862 .instanda-question-label label {
  font-size: 20px;
  font-weight: bold;
}
/* :L1062 */
#question509862 {
  margin-bottom: 0px;
}
/* :L1066 */
#question498977 .container div,
#question498979 .container div {
  font-style: italic;
}
/* :L1070 */
#question498991 {
  padding-left: 15px;
}
/* :L1073 */
.prequote-chart-container {
  max-width: 1154px;
  margin: 40px auto;
  padding: 0 20px;
}
/* :L1079 */
.renters-header {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  color: black;
}
/* :L1086 */
.premium-chart {
  background-color: #1b3764;
  color: white;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  padding: 40px;
  flex-wrap: wrap;
  position: relative;
}
/* :L1097 */
.left-section {
  flex: 1;
  width: 100px;
  display: grid;
  place-content: center;
  padding-right: 30px;
}
/* :L1106 */
.left-section h2 {
  font-size: 18px;
  margin-bottom: 15px;
  color: white !important;
}
/* :L1112 */
.premium-chart::before,
.premium-chart::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.1);
  /* Transparent white */
  border-radius: 50%;
}
/* :L1122 */
.premium-chart::before {
  top: 0;
  right: 0;
  transform: translate(-250%, -30%);
}
/* :L1128 */
.premium-chart::after {
  bottom: 0;
  left: 0;
  transform: translate(-20%, 20%);
}
/* :L1134 */
.price {
  font-size: 36px;
  font-weight: bold;
  color: #2fd9ff;
  margin-bottom: 10px;
}
/* :L1141 */
.left-section p {
  font-size: 14px;
  line-height: 1.5;
  color: #e0e0e0;
  max-width: 300px;
}
/* :L1148 */
.right-section {
  flex: 1;
  min-width: 300px;
  padding: 20px 30px 30px 30px;
  border: 1px solid white;
  border-radius: 20px;
}
/* :L1156 */
.right-section-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
/* :L1162 */
.right-section-table th,
.right-section-table td {
  font-size: 14px;
  text-align: left;
  padding: 4px 0px;
  color: white;
}
/* :L1170 */
.right-section-table th {
  font-size: 18px;
  font-weight: 600;
  height: 55px;
}
/* :L1176 */
.right-section-table td:last-child,
.right-section-table th:last-child {
  text-align: right;
}
/* :L1181 */
.endorsements-box {
  background-color: #0d2344;
  padding: 20px;
  border-radius: 12px;
}
/* :L1187 */
.endorsement-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 11px;
  color: white;
}
/* :L1194 */
.endorsement-row {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
}
/* :L1200 */
.endorsement-row:last-child {
  border-bottom: none;
}
/* :L1204 */
.endorsement-label,
.endorsement-value {
  font-size: 14px;
  color: white;
}
/* :L1210 */
.edit-button {
  margin-top: 20px;
  text-align: center;
}
/* :L1215 */
.edit-button button {
  background-color: #f37021;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
}
@media (max-width: 768px) {
  /* :L1226 */
  .left-section,
  .right-section {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 40px;
  }
}
/* :L1234 */
.right-section-table thead tr {
  padding: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* :L1239 */
.right-section-table tbody tr {
  padding: 15px;
}
/* :L1242 */
.action-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
/* :L1249 */
.action-btn a.btn.btn-primary {
  flex: 0 0 40%;
  color: white !important;
}
/* :L1254 */
#reinstateBtn {
  display: block;
}
/* Hide modal by default */

/* :L1259 */
.custom-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}
/* Show modal when targeted via anchor link */

/* :L1269 */
.custom-modal:target {
  display: block;
}
/* Modal content box */

/* :L1274 */
.custom-modal-content {
  background: white;
  margin: 10% auto;
  padding: 20px;
  width: 80%;
  max-width: 500px;
  border-radius: 4px;
  position: relative;
  text-align: center;
}
/* :L1285 */
.custom-modal-content h4 {
  padding: 20px;
}
/* Close button */

/* :L1290 */
.custom-modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  text-decoration: none;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  cursor: pointer;
}
/*Customer Homepage Style Starts here*/

/* :L1301 */
.quote-search-results-table table thead tr th {
  white-space: nowrap;
}
/* :L1305 */
.quote-search-results-table table thead tr th,
.quote-search-results-table table tbody tr td {
  text-align: left !important;
}
/*Customer Homepage Style Starts ends*/

/*Custom Style Starts here*/

/* :L1312 */
.sub-heading {
  margin: 0 0 24px;
}
/* :L1316 */
.instanda-retrieve-quote .container .instanda-button {
  width: 100%;
  text-align: right;
}
/* :L1321 */
.ins-accordion-section {
  margin: 40px 0 0;
}
/* :L1325 */
.ins-accordion-section .panel-group {
  margin-bottom: 24px;
}
/* :L1329 */
.ins-accordion-section .panel-group .panel {
  background-color: white;
  margin-bottom: 24px;
  border: none;
}
/* :L1335 */
.ins-accordion-section .panel-group .panel-default {
  border-color: transparent;
}
/* :L1339 */
.ins-accordion-section .panel-group .panel .panel-collapse {
  padding: 0 16px 24px;
}
/* :L1343 */
.ins-accordion-section .panel-group .panel .panel-collapse table {
  margin-bottom: 0 !important;
}
/* :L1347 */
.ins-accordion-section .panel-group .panel .panel-collapse table thead tr th {
  color: white;
  font-weight: bold;
  outline: none;
  background: #122144;
}
/* :L1354 */
.ins-accordion-section .panel-group .panel .panel-collapse table thead tr th:first-child {
  border-top-left-radius: 8px;
}
/* :L1358 */
.ins-accordion-section .panel-group .panel .panel-collapse table tbody tr td:first-child {
  border-left: 1px solid #eeeeee !important;
}
/* :L1362 */
.ins-accordion-section .panel-group .panel .panel-collapse table tbody tr td:last-child {
  border-right: 1px solid #eeeeee !important;
}
/* :L1366 */
.ins-accordion-section .panel-group .panel .panel-collapse table tbody tr:last-child td {
  border-bottom: 1px solid #eeeeee !important;
}
/* :L1370 */
.ins-accordion-section .panel-group .panel .panel-collapse .update-payment-details-link {
  margin: 24px 0 !important;
}
/* :L1374 */
.ins-accordion-section .panel-group .panel .panel-collapse table thead tr th:last-child {
  border-top-right-radius: 8px;
}
/* :L1378 */
.ins-accordion-section .panel-group .panel-default > .panel-heading {
  background-color: #ea70393d;
  border-color: transparent;
}
/* :L1383 */
.ins-accordion-section .panel-group .panel-default > .panel-heading .panel-title {
  color: #ea7039;
  font-weight: bold;
}
/* :L1388 */
.ins-accordion-section .panel-group .panel-default > .panel-heading a {
  outline: none !important;
}
/* :L1392 */
.ins-accordion-section .panel-group .panel-default > .panel-heading a:hover,
.ins-accordion-section .panel-group .panel-default > .panel-heading a:focus {
  text-decoration: none;
}
/* :L1397 */
.ins-accordion-section .panel-group .panel + .panel {
  margin-top: 0;
}
/* :L1401 */
#instanda-site-layout .instanda-customer-membership-login {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 78vh;
}
/* :L1408 */
#instanda-site-layout .instanda-customer-membership-login .well {
  margin: 0 auto;
  width: 100%;
  max-width: 360px;
}
/* :L1414 */
.customer-details-section,
.page-customerdetailschangepassword .instanda-main-content .questionItem.instanda-question-item {
  margin-top: 40px;
}
/* :L1418 */
.action-link,
a.action-link:focus,
a.action-link:hover {
  color: #ea7039;
  outline: none;
  font-weight: bold;
}
/*Custom Style Starts ends*/

/* :L1424 */
div#CoverageTableQDSC {
  width: 100%;
  margin: auto;
}
/* :L1428 */
#customize .fa-question-circle {
  position: relative;
}
/* :L1432 */
div#consent-disclaimer {
  display: inline-block;
}
@media (min-width: 1200px) {
  /* :L1437 */
  span.confirmQuestionText {
    width: 95%;
  }
  /* :L1440 */
  #instanda-site-layout {
    width: 100%;
  }
  /* :L1443 */
  .instanda-main-content {
    width: 1170px;
    margin: auto;
  }
  /* :L1448 */
  .fa-question-circle {
    position: absolute;
  }
  /* :L1452 */
  div#calculatedQuoteDisplay {
    border: solid;
    border-width: 1px;
    border-color: #132245;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    width: 300px;
    text-align: center;
    position: absolute;
    bottom: -45px;
    right: 80px;
  }
  /* :L1466 */
  div#question521451 {
    width: 500px;
    float: left;
    margin-bottom: 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* :L1474 */
  span.confirmQuestionText {
    width: 95%;
  }
  /* :L1477 */
  #instanda-site-layout {
    width: 100%;
  }
  /* :L1480 */
  .instanda-main-content {
    width: 750px;
    margin: auto;
  }
  /* :L1484 */
  div#question521451 {
    width: 500px;
    display: inline-block;
    margin-left: 58px;
  }
  /* :L1489 */
  .fa-question-circle {
    position: absolute;
  }
}
@media (max-width: 767px) {
  /* :L1495 */
  a.btn.btn-primary.instanda-button.pull-left {
    width: 47%;
    white-space: normal;
  }
  /* :L1499 */
  input#boltPayButton {
    width: 47%;
    white-space: normal;
  }
  /* :L1503 */
  #ins-helper-icon {
    left: 91.5% !important;
  }
  /* :L1506 */
  span.confirmQuestionText {
    width: 90%;
  }
  /* :L1509 */
  .ins-payment-plan-saving {
    margin-bottom: 24px;
    padding: 0 10px;
  }
  /* :L1513 */
  .instanda-responsive-help-text {
    margin-left: 0px;
    margin-right: 0px;
  }
  /* :L1517 */
  .rentalTextAlignment {
    margin: 0 !important;
  }
  /* :L1520 */
  .premium-chart {
    padding: 20px !important;
  }
  /* :L1523 */
  div#question542576,
  div#question542572 {
    text-align: left;
    display: block;
  }
  /* :L1527 */
  table.table.table-bordered.table-striped.table-hover {
    margin: auto;
  }
  /* :L1530 */
  div#annualDetails,
  div#monthlyDetails {
    margin: auto;
  }
  /* :L1534 */
  .left-section,
  .right-section {
    padding: 10px;
  }
  /* :L1537 */
  .ins-editlink {
    position: absolute;
    top: 357px;
    right: auto;
    left: 73%;
    margin: 0;
    padding: 0;
    width: 115px;
  }
  /* :L1546 */
  .flex-box-around {
    display: inline-block !important;
  }
  /* :L1549 */
  #instanda-site-layout {
    width: 100%;
  }
  /* :L1552 */
  #question521320 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
  #question521319 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
  #question521321 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6,
  #question521322 .instanda-question-input.col-xs-11.col-sm-6.col-md-6.col-lg-6 {
    padding: 0px;
  }
  /* :L1555 */
  input,
  textarea {
    text-align: center;
  }
  /* :L1558 */
  body {
    text-align: center;
  }
  /* :L1561 */
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: 0px;
    right: 0px;
    color: inherit;
  }
  /* :L1567 */
  .validation-summary-errors {
    padding: 0px;
    margin: 0px 0px 0px -20px;
  }
  /* :L1571 */
  .navbar-header {
    padding-bottom: 5px;
    border-bottom: 2px solid #0086bf;
  }
  /* :L1576 */
  .navbar-brand img {
    margin-top: 8px;
    margin-left: 7px;
  }
  /* :L1580 */
  .navbar-brand {
    padding: 0 0 10px 10px;
  }
  /* :L1583 */
  .instanda-main-content {
    width: 100%;
    min-height: 700px;
  }
  /* :L1587 */
  #trip_cost .grid-header {
    font-size: 2vw;
  }
  /* :L1590 */
  .fa-question-circle {
    position: inherit !important;
  }
  /* :L1593 */
  .questionItem.instanda-question-item.form-group.instanda-container-fluid {
    margin: 0px !important;
  }
  /* :L1596 */
  a.instanda-nav-item-link {
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid;
  }
  /* :L1601 */
  .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
    padding-bottom: 5px 0px;
  }
  /* :L1606 */
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #0088bd;
  }
  /* :L1609 */
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 1px;
  }
  /* :L1615 */
  .navbar-default .navbar-toggle {
    border: 0px;
  }
  /* :L1618 */
  .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  /* :L1631 */
  div#calculatedQuoteDisplay {
    border: solid;
    border-width: 1px;
    border-color: #142245;
    margin: 15px auto 15px auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    width: 90%;
    text-align: center;
    display: block;
  }
}
