/* :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;
}


/* :L17 */
td.col-actions {
  padding: 8px 0px !important;
  margin: 0px;
}
/* :L22 */
.col-actions .btn {
  padding: 4px !important;
}
/* Ensure container inside table cells does not restrict width on customer portal page */

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

/* :L38 */
.cp-home-page .quote-search-results-table table {
  table-layout: fixed;
  width: 100%;
}
/* :L42 */
.cp-policy-box .col-policy-info td,
.cp-policy-box .col-policy-info th {
  padding: 0px 0px 0px 8px !important;
  margin: 0px !important;
}
/* :L47 */
.cp-policy-box td {
  padding: 8px 0px !important;
  margin: 0px !important;
}
/* :L52 */
.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 */

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

@media screen and (max-width: 768px) {
  /* :L73 */
  .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%;
  }
  /* :L83 */
  .cp-home-page .quote-search-results-table thead {
    display: none;
    /* Hide header row on mobile */
  
  }
  /* :L87 */
  .cp-home-page .quote-search-results-table td {
    border: none;
    border-bottom: 1px solid #dddddd;
    padding: 10px;
  }
  /* :L93 */
  .cp-home-page .quote-search-results-table td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }
}
/* :L101 */
.page-customerhomepage .agent-all-docs-responsive h3 {
  display: none !important;
}
/* :L105 */
.page-customerhomepage .agent-all-docs-responsive ul {
  list-style-type: disc;
  padding: 0px !important;
  margin: 0px !important;
}
/* :L111 */
a[href="#reinstate-policy-dialog"] {
  display: none;
  /* Hides the button */

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

/* :L158 */
.d-block {
  display: block;
}
/* :L162 */
.d-flex {
  display: flex !important;
}
/* :L166 */
.d-flex-box-between {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
/* :L172 */
.flex-box-between {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
/* :L178 */
.flex-box-around {
  display: flex;
  justify-content: space-between !important;
}
/* :L183 */
.payment-amount {
  color: #4abbce;
  font-size: 20px;
  font-weight: bold !important;
  margin-bottom: 10px;
}
/* :L190 */
.premium-content-box {
  display: block;
  border: 1px solid #0088bd;
  width: 340px;
  padding: 16px;
  margin-bottom: 20px;
  border-radius: 4px;
}
/* :L199 */
.title {
  margin: -10px -10px 10px;
  padding: 10px;
  font-weight: 400;
  color: #0088bd;
}
/* :L206 */
.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.. */

/* :L217 */
#RentalAddressBox,
#MonthlyPremium,
#EditPolicyCoverages {
  display: none;
}
/* :L221 */
#EditPolicyCoverages button {
  background-color: #ea7039;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  margin: 24px 0 0;
}
/* :L232 */
.rentaladdress {
  background-color: white;
}
/* :L236 */
.bold {
  font-weight: bold;
}
/* :L240 */
#Coverages {
  display: table;
}
/* :L244 */
button[name="chosenProductIds"] {
  padding: 10px 15px;
  color: #ea7039;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  border: 1px solid #ea7039;
}
/* :L253 */
.btn.btn-default.active {
  background-color: #122144 !important;
  color: white !important;
  box-shadow: none;
}
/* :L259 */
.btn.btn-default.focus {
  outline: none;
}
/* :L263 */
#display247945798 .instanda-responsive-help-icon .fa .fa-question-circle .fa-2x {
  position: relative;
}
/* :L267 */
#question498991 .instanda-responsive-help-icon-link {
  position: relative;
}
/* :L271 */
#ins-helper-icon {
  position: absolute;
  top: 20px;
  left: 50%;
  right: auto;
}
/* :L278 */
.quick-quote-questions-link {
  font-size: 16px;
  color: #ea7039;
  text-decoration: underline;
  font-weight: bold;
}
/* :L285 */
.instanda-responsive-help-text {
  margin-left: auto;
}
/* :L289 */
.ins-editlink {
  position: absolute;
  top: 395px;
  right: auto;
  left: 55%;
  margin: 0;
  padding: 0;
  width: 115px;
}
/* :L299 */
.ins-editlink a:hover,
.ins-editlink a:focus,
.ins-editlink a:active {
  outline: none;
  color: #c75724;
  outline-offset: 0;
  text-decoration: underline;
}
/* :L308 */
tr td button {
  padding: 4px 20px;
  outline: none;
  border: none;
  color: black;
  background-color: #a9c5f8;
  margin-top: 10px;
}
/* :L317 */
.rentalTextAlignment {
  margin: 0 0 8px 15px;
}
/* PQQD Page Styles --> Starts here.. */

/* :L322 */
.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;
}
/* :L333 */
.coverage-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid black;
  margin-top: 0;
}
/* :L340 */
.coverage-table thead tr th,
.coverage-table tbody tr td {
  text-align: left;
  padding: 10px;
}
/* :L346 */
.coverage-table tbody tr th {
  border-bottom: 1px solid black;
}
/* :L350 */
.coverage-table tbody tr td {
  border-bottom: 1px solid #cccccc;
}
/* :L354 */
.coverage-table tbody tr .padding {
  padding: 10px;
}
/* :L358 */
.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.. */

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

/* :L389 */
body {
  background: #f0f1f2;
  color: black;
}
/* :L394 */
h1,
h2,
h3,
h4,
h5 {
  color: black !important;
  font-weight: bold;
}
/* :L399 */
h1 {
  font-size: 28px !important;
}
/* :L403 */
h2 {
  font-size: 24px !important;
}
/* :L407 */
.d-flex {
  display: flex;
}
/* :L411 */
.justify-content-end {
  justify-content: flex-end;
}
/* :L415 */
.my-40,
#question498797 h3,
#question499006 h3 {
  margin: 40px 0 !important;
}
/* :L419 */
.m-0 {
  margin: 0 !important;
}
/* :L423 */
.mb-0 {
  margin-bottom: 0 !important;
}
/* :L427 */
.mb-24 {
  margin-bottom: 24px !important;
}
/* :L431 */
.mt-12 {
  margin-top: 12px !important;
}
/* :L435 */
.table {
  margin-bottom: 24px !important;
}
/* :L439 */
label {
  margin-bottom: 8px !important;
}
/* :L443 */
.form-group {
  margin-bottom: 12px !important;
}
/* :L447 */
.w-90 {
  width: 90%;
}
/* :L451 */
.w-100 {
  width: 100%;
}
/* :L455 */
.pl-15 {
  padding-left: 15px;
}
/* Common Styles --> Ends here.. */

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

/* :L461 */
.btn-primary,
.btn-default {
  background-color: #ea7039;
  border-color: #ea7039;
  border-radius: 4px !important;
  outline: none;
  color: white;
}
/* :L469 */
.btn-primary:first-child {
  margin-left: 0 !important;
}
/* :L473 */
.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;
}
/* :L485 */
.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.. */

/* :L494 */
.navbar-brand {
  padding: 4px 0 0;
}
/* :L498 */
.navbar {
  margin-bottom: 0;
}
/* :L502 */
.navbar-default {
  background-color: white;
  border-bottom-color: transparent;
}
/* :L507 */
.navbar-static-top .nav {
  padding: 0 !important;
}
/* :L511 */
.navbar-default .navbar-nav > li {
  margin-bottom: 0;
}
/* :L515 */
.navbar-default .navbar-nav > li > a {
  color: #122144 !important;
  font-size: 16px;
  padding: 28px 15px;
  outline: none;
}
/* :L522 */
.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.. */

/* :L532 */
table tr th a,
.table thead tr th {
  color: white;
  font-weight: bold;
  outline: none;
}
/* :L538 */
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;
}
/* :L546 */
table tr th a:focus,
table tr th a:hover,
table tr th a:active {
  color: white;
  outline: none;
  text-decoration: none;
}
/* :L554 */
.table-hover > tbody > tr:hover {
  background: transparent;
}
/* :L558 */
.table-bordered {
  background: white;
  border: 1px solid transparent;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
}
/* :L566 */
.table-bordered thead th {
  background: #122144;
}
/* :L570 */
.table-bordered thead th:first-child {
  border-top-left-radius: 8px;
}
/* :L574 */
.table-bordered thead th:last-child {
  border-top-right-radius: 8px;
}
/* :L578 */
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 1px;
}
/* :L583 */
.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;
}
/* :L590 */
.table-striped > tbody > tr:nth-of-type(odd) {
  background: transparent;
}
/* :L594 */
.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;
}
/* :L600 */
.table tbody tr:last-child td {
  border-bottom: none !important;
}
/* :L604 */
.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;
}
/* :L610 */
.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;
}
/* :L615 */
.table-layout-fixed {
  table-layout: fixed;
}
/* Table Styles --> Ends here.. */

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

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

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

/* :L627 */
.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;
}
/* :L634 */
.pagination > li > a,
.pagination > li > span {
  color: #122144;
}
/* Pagination Styles --> Ends here.. */

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

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

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

/* :L674 */
.instanda-main-content h1 {
  margin: 40px 0 40px;
}
/* :L678 */
#instanda-site-layout {
  width: 1170px;
}
/* :L682 */
.container.policy-view-options-action-buttons {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
/* :L688 */
.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;
}
/* :L695 */
.container.policy-view-options-action-buttons .btn-group {
  flex-wrap: wrap;
}
/* :L699 */
.container.policy-view-options-action-buttons .btn-group .btn-primary {
  margin: 0 0 10px 5px !important;
}
/* :L703 */
.container.policy-view-options-action-buttons .btn-group .modal-footer .btn-primary {
  margin: 0 0 0 10px !important;
}
/* :L707 */
.container.policy-view-options-action-buttons .block-renewals input {
  margin: 0;
}
/* :L710 */
.container.policy-view-options-action-buttons .block-renewals span {
  padding: 0 0 0 5px;
}
/* :L714 */
#RentalAddressBox,
.instanda-address-line-2 {
  margin-top: 12px;
}
/* :L718 */
.instanda-quote-content .agent-view-quote-policy-content table tbody {
  background: white;
  border-radius: 8px;
}
/* :L723 */
#RentalAddressBox tbody tr td {
  border-bottom: 1px solid transparent !important;
}
/* :L727 */
#RentalAddressBox tbody tr:last-child td {
  padding: 0 0 12px 20px;
}
/* :L731 */
.instanda-file-input-label-btn {
  margin-bottom: 12px;
}
/* :L735 */
#agentSearchResultsTable {
  margin: 0;
}
/* :L739 */
#divNavigation a {
  margin: 24px 0 0 10px!important;
}
/* :L743 */
#download-button-container .btn-default {
  margin: 0 !important;
}
/* :L747 */
#RentalAddressBox {
  background: white;
  width: 555px;
}
/* :L752 */
#question498140 h3 {
  margin: 20px 0 40px !important;
}
/* :L756 */
#question498145 h3 {
  margin: 20px 0 16px !important;
}
/* :L760 */
#question498147 h3 {
  margin: 24px 0 16px !important;
}
/* :L764 */
#question498146 .instanda-questionHeader div,
#question498148 .instanda-questionHeader div,
#question499021 .instanda-questionHeader div,
#question499032 .instanda-questionHeader div {
  font-style: italic;
}
/* :L771 */
#question510071 {
  margin: 16px 0 9px 0;
}
/* :L775 */
#instanda-responsive-help-text-customize div {
  margin: 8px 0 0 !important;
}
/* :L779 */
#question498991 {
  position: relative;
}
/* :L783 */
#question498981 h3,
.section-title {
  margin: 36px 0 24px;
}
/* :L787 */
#question499016 h3,
#question507635 h3 {
  margin: 12px 0 24px;
}
/* :L791 */
.instanda-multi-item-add-remove.container {
  padding-left: 0 !important;
}
/* :L795 */
#question507636 h3 div {
  font-size: 18px;
  margin-bottom: 16px;
}
/* :L800 */
.retrieve-quote-policy .instanda-main-content .instanda-agent-search-fields h4 {
  margin: 0 0 24px;
}
/* :L804 */
#question507641 h3,
#EditPolicyDetails,
#question499032 .instanda-questionHeader div,
#question507629 h3 div {
  margin-bottom: 24px;
}
/* :L809 */
#question507721 {
  margin-top: 40px;
}
/* :L813 */
.instanda-buttonList {
  margin-top: 0 !important;
}
/* :L817 */
#question509862,
#question509862 .instanda-text-question.form-group.row {
  margin: 0 !important;
}
/* :L822 */
#EditPolicy {
  margin-top: 24px;
}
/* :L826 */
#question498977 .instanda-questionHeader.questionHeader.container {
  margin: 36px 0 36px;
}
/* :L830 */
#quote-search-results-container-1 .quote-search-results-content h2 {
  margin: 0 0 16px;
}
/* :L834 */
#quote-search-results-container-2 .quote-search-results-content h2 {
  margin: 40px 0 16px 0;
}
/* :L838 */
#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;
}
/* :L845 */
#question499022 h3,
#question499031 h3,
#question499035 h3,
#question498991 h3 {
  margin: 24px 0 !important;
}
/* :L849 */
#question509914 {
  margin-top: 20px !important;
}
/* :L853 */
#instanda-site-layout .instanda-main-content-container .instanda-main-content .instanda-agent-login {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 78vh;
}
/* :L860 */
#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*/

/* :L868 */
.ins-quote-display {
  font-family: Arial, sans-serif;
  max-width: 1140px;
  margin: 40px 0 auto;
}
/* :L875 */
.ins-payment-plan-saving {
  margin-bottom: 24px;
}
/* :L879 */
.ins-payment-plan-saving strong {
  font-size: 20px;
  color: #4abbce;
}
/* :L884 */
.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;
}
/* :L895 */
.payment-detail-box .note {
  font-size: 0.9em;
  color: #333333;
}
/* :L900 */
.payment-detail-box .title-section {
  font-weight: bold;
  margin-top: 20px;
}
/* :L905 */
.payment-detail-box .note-para {
  font-size: 0.9em;
  color: #333333;
}
/* :L910 */
#QuickQuoteTwo,
.para-text {
  font-size: 16px;
}
/* :L914 */
.ins-full-width-auto {
  max-width: 100%;
  height: auto;
}
/* :L919 */
#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;
}
/* :L930 */
#instanda-quote-link a:focus,
#instanda-quote-link a:hover,
#emailQuoteLinkLink:focus,
#emailQuoteLinkLink:hover {
  text-decoration: none;
}
/* :L935 */
#instanda-quote-link a i,
#emailQuoteLinkLink i {
  margin-right: 10px;
}
/* :L939 */
#emailQuoteLinkLink {
  margin-left: 10px;
}
/*Quote dispaly Styles --> Starts Ends*/

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

/* :L945 */
.instanda-agent-all-docs-content .agent-all-docs-responsive h3,
.view-claims-content .claims-view-page-title h2 {
  margin: 40px 0;
  font-size: 28px;
}
/* :L950 */
.instanda-agent-all-docs-content .agent-all-docs-responsive #documentsList {
  padding: 0 0 0 16px;
  margin-bottom: 24px;
}
/* :L955 */
.instanda-agent-all-docs-content .agent-all-docs-responsive #documentsList li {
  color: #ea7039;
  margin-bottom: 16px;
}
/* :L960 */
.instanda-agent-all-docs-content .agent-all-docs-responsive #documentsList li a {
  color: #ea7039;
  font-weight: bold;
  outline: none;
}
/* :L966 */
.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;
}
/* :L971 */
.instanda-agent-all-docs-content .documents-regenerate {
  display: flex;
  justify-content: flex-end;
}
/* :L976 */
.instanda-agent-all-docs-content .documents-regenerate #DocumentReGenerateSubmit,
.instanda-cancellation-questions #question509546 h3,
.instanda-cancellation-questions #question509548 h3 {
  margin-bottom: 24px;
}
/* :L981 */
.instanda-cancellation-questions #question509528 h3 {
  margin: 20px 0 40px !important;
  font-size: 28px;
}
/* :L986 */
.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;
}
/* :L994 */
.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;
}
/* :L1001 */
.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;
}
/* :L1009 */
.view-claims-content .claim-item .claim-row-data .claim-action-button {
  padding: 4px 8px;
}
/* :L1013 */
.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... */

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

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

/* :L1052 */
#question509862 .instanda-question-label label {
  font-size: 20px;
  font-weight: bold;
}
/* :L1057 */
#question509862 {
  margin-bottom: 0px;
}
/* :L1061 */
#question498977 .container div,
#question498979 .container div {
  font-style: italic;
}
/* :L1065 */
#question498991 {
  padding-left: 15px;
}
/* :L1068 */
.prequote-chart-container {
  max-width: 1154px;
  margin: 40px auto;
  padding: 0 20px;
}
/* :L1074 */
.renters-header {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  color: black;
}
/* :L1081 */
.premium-chart {
  background-color: #1b3764;
  color: white;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  padding: 40px;
  flex-wrap: wrap;
  position: relative;
}
/* :L1092 */
.left-section {
  flex: 1;
  width: 100px;
  display: grid;
  place-content: center;
  padding-right: 30px;
}
/* :L1101 */
.left-section h2 {
  font-size: 18px;
  margin-bottom: 15px;
  color: white !important;
}
/* :L1107 */
.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%;
}
/* :L1117 */
.premium-chart::before {
  top: 0;
  right: 0;
  transform: translate(-250%, -30%);
}
/* :L1123 */
.premium-chart::after {
  bottom: 0;
  left: 0;
  transform: translate(-20%, 20%);
}
/* :L1129 */
.price {
  font-size: 36px;
  font-weight: bold;
  color: #2fd9ff;
  margin-bottom: 10px;
}
/* :L1136 */
.left-section p {
  font-size: 14px;
  line-height: 1.5;
  color: #e0e0e0;
  max-width: 300px;
}
/* :L1143 */
.right-section {
  flex: 1;
  min-width: 300px;
  padding: 20px 30px 30px 30px;
  border: 1px solid white;
  border-radius: 20px;
}
/* :L1151 */
.right-section-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
/* :L1157 */
.right-section-table th,
.right-section-table td {
  font-size: 14px;
  text-align: left;
  padding: 4px 0px;
  color: white;
}
/* :L1165 */
.right-section-table th {
  font-size: 18px;
  font-weight: 600;
  height: 55px;
}
/* :L1171 */
.right-section-table td:last-child,
.right-section-table th:last-child {
  text-align: right;
}
/* :L1176 */
.endorsements-box {
  background-color: #0d2344;
  padding: 20px;
  border-radius: 12px;
}
/* :L1182 */
.endorsement-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 11px;
  color: white;
}
/* :L1189 */
.endorsement-row {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
}
/* :L1195 */
.endorsement-row:last-child {
  border-bottom: none;
}
/* :L1199 */
.endorsement-label,
.endorsement-value {
  font-size: 14px;
  color: white;
}
/* :L1205 */
.edit-button {
  margin-top: 20px;
  text-align: center;
}
/* :L1210 */
.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) {
  /* :L1221 */
  .left-section,
  .right-section {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 40px;
  }
}
/* :L1229 */
.right-section-table thead tr {
  padding: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* :L1234 */
.right-section-table tbody tr {
  padding: 15px;
}
/* :L1237 */
.action-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
/* :L1244 */
.action-btn a.btn.btn-primary {
  flex: 0 0 40%;
  color: white !important;
}
/* :L1249 */
#reinstateBtn {
  display: block;
}
/* Hide modal by default */

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

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

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

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

/* :L1296 */
.quote-search-results-table table thead tr th {
  white-space: nowrap;
}
/* :L1300 */
.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*/

/* :L1307 */
.sub-heading {
  margin: 0 0 24px;
}
/* :L1311 */
.instanda-retrieve-quote .container .instanda-button {
  width: 100%;
  text-align: right;
}
/* :L1316 */
.ins-accordion-section {
  margin: 40px 0 0;
}
/* :L1320 */
.ins-accordion-section .panel-group {
  margin-bottom: 24px;
}
/* :L1324 */
.ins-accordion-section .panel-group .panel {
  background-color: white;
  margin-bottom: 24px;
  border: none;
}
/* :L1330 */
.ins-accordion-section .panel-group .panel-default {
  border-color: transparent;
}
/* :L1334 */
.ins-accordion-section .panel-group .panel .panel-collapse {
  padding: 0 16px 24px;
}
/* :L1338 */
.ins-accordion-section .panel-group .panel .panel-collapse table {
  margin-bottom: 0 !important;
}
/* :L1342 */
.ins-accordion-section .panel-group .panel .panel-collapse table thead tr th {
  color: white;
  font-weight: bold;
  outline: none;
  background: #122144;
}
/* :L1349 */
.ins-accordion-section .panel-group .panel .panel-collapse table thead tr th:first-child {
  border-top-left-radius: 8px;
}
/* :L1353 */
.ins-accordion-section .panel-group .panel .panel-collapse table tbody tr td:first-child {
  border-left: 1px solid #eeeeee !important;
}
/* :L1357 */
.ins-accordion-section .panel-group .panel .panel-collapse table tbody tr td:last-child {
  border-right: 1px solid #eeeeee !important;
}
/* :L1361 */
.ins-accordion-section .panel-group .panel .panel-collapse table tbody tr:last-child td {
  border-bottom: 1px solid #eeeeee !important;
}
/* :L1365 */
.ins-accordion-section .panel-group .panel .panel-collapse .update-payment-details-link {
  margin: 24px 0 !important;
}
/* :L1369 */
.ins-accordion-section .panel-group .panel .panel-collapse table thead tr th:last-child {
  border-top-right-radius: 8px;
}
/* :L1373 */
.ins-accordion-section .panel-group .panel-default > .panel-heading {
  background-color: #ea70393d;
  border-color: transparent;
}
/* :L1378 */
.ins-accordion-section .panel-group .panel-default > .panel-heading .panel-title {
  color: #ea7039;
  font-weight: bold;
}
/* :L1383 */
.ins-accordion-section .panel-group .panel-default > .panel-heading a {
  outline: none !important;
}
/* :L1387 */
.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;
}
/* :L1392 */
.ins-accordion-section .panel-group .panel + .panel {
  margin-top: 0;
}
/* :L1396 */
#instanda-site-layout .instanda-customer-membership-login {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 78vh;
}
/* :L1403 */
#instanda-site-layout .instanda-customer-membership-login .well {
  margin: 0 auto;
  width: 100%;
  max-width: 360px;
}
/* :L1409 */
.customer-details-section,
.page-customerdetailschangepassword .instanda-main-content .questionItem.instanda-question-item {
  margin-top: 40px;
}
/* :L1413 */
.action-link,
a.action-link:focus,
a.action-link:hover {
  color: #ea7039;
  outline: none;
  font-weight: bold;
}
/*Custom Style Starts ends*/

/* :L1419 */
div#CoverageTableQDSC {
  width: 100%;
  margin: auto;
}
/* :L1423 */
#customize .fa-question-circle {
  position: relative;
}
/* :L1427 */
div#consent-disclaimer {
  display: inline-block;
}
@media (min-width: 1200px) {
  /* :L1432 */
  span.confirmQuestionText {
    width: 95%;
  }
  /* :L1435 */
  #instanda-site-layout {
    width: 100%;
  }
  /* :L1438 */
  .instanda-main-content {
    width: 1170px;
    margin: auto;
  }
  /* :L1443 */
  .fa-question-circle {
    position: absolute;
  }
  /* :L1447 */
  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;
  }
  /* :L1461 */
  div#question521451 {
    width: 500px;
    float: left;
    margin-bottom: 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* :L1469 */
  span.confirmQuestionText {
    width: 95%;
  }
  /* :L1472 */
  #instanda-site-layout {
    width: 100%;
  }
  /* :L1475 */
  .instanda-main-content {
    width: 750px;
    margin: auto;
  }
  /* :L1479 */
  div#question521451 {
    width: 500px;
    display: inline-block;
    margin-left: 58px;
  }
  /* :L1484 */
  .fa-question-circle {
    position: absolute;
  }
}
@media (max-width: 767px) {
  /* :L1490 */
  a.btn.btn-primary.instanda-button.pull-left {
    width: 47%;
    white-space: normal;
  }
  /* :L1494 */
  input#boltPayButton {
    width: 47%;
    white-space: normal;
  }
  /* :L1498 */
  #ins-helper-icon {
    left: 91.5% !important;
  }
  /* :L1501 */
  span.confirmQuestionText {
    width: 90%;
  }
  /* :L1504 */
  .ins-payment-plan-saving {
    margin-bottom: 24px;
    padding: 0 10px;
  }
  /* :L1508 */
  .instanda-responsive-help-text {
    margin-left: 0px;
    margin-right: 0px;
  }
  /* :L1512 */
  .rentalTextAlignment {
    margin: 0 !important;
  }
  /* :L1515 */
  .premium-chart {
    padding: 20px !important;
  }
  /* :L1518 */
  div#question542576,
  div#question542572 {
    text-align: left;
    display: block;
  }
  /* :L1522 */
  table.table.table-bordered.table-striped.table-hover {
    margin: auto;
  }
  /* :L1525 */
  div#annualDetails,
  div#monthlyDetails {
    margin: auto;
  }
  /* :L1529 */
  .left-section,
  .right-section {
    padding: 10px;
  }
  /* :L1532 */
  .ins-editlink {
    position: absolute;
    top: 357px;
    right: auto;
    left: 73%;
    margin: 0;
    padding: 0;
    width: 115px;
  }
  /* :L1541 */
  .flex-box-around {
    display: inline-block !important;
  }
  /* :L1544 */
  #instanda-site-layout {
    width: 100%;
  }
  /* :L1547 */
  #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;
  }
  /* :L1550 */
  input,
  textarea {
    text-align: center;
  }
  /* :L1553 */
  body {
    text-align: center;
  }
  /* :L1556 */
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: 0px;
    right: 0px;
    color: inherit;
  }
  /* :L1562 */
  .validation-summary-errors {
    padding: 0px;
    margin: 0px 0px 0px -20px;
  }
  /* :L1566 */
  .navbar-header {
    padding-bottom: 5px;
    border-bottom: 2px solid #0086bf;
  }
  /* :L1571 */
  .navbar-brand img {
    margin-top: 8px;
    margin-left: 7px;
  }
  /* :L1575 */
  .navbar-brand {
    padding: 0 0 10px 10px;
  }
  /* :L1578 */
  .instanda-main-content {
    width: 100%;
    min-height: 700px;
  }
  /* :L1582 */
  #trip_cost .grid-header {
    font-size: 2vw;
  }
  /* :L1585 */
  .fa-question-circle {
    position: inherit !important;
  }
  /* :L1588 */
  .questionItem.instanda-question-item.form-group.instanda-container-fluid {
    margin: 0px !important;
  }
  /* :L1591 */
  a.instanda-nav-item-link {
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid;
  }
  /* :L1596 */
  .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
    padding-bottom: 5px 0px;
  }
  /* :L1601 */
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #0088bd;
  }
  /* :L1604 */
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 1px;
  }
  /* :L1610 */
  .navbar-default .navbar-toggle {
    border: 0px;
  }
  /* :L1613 */
  .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;
  }
  /* :L1626 */
  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;
  }
}
