/* :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 */
div#question542565 {
  display: none;
}
/* :L21 */
div#consent-disclaimer {
  margin-bottom: 0px;
  color: black;
}
/* :L26 */
div#hide_consent {
  display: none;
}
/* :L30 */
div#consent_box {
  padding-bottom: 10px;
}
/* :L34 */
span.confirmQuestionText {
  display: inline-block;
  float: right;
}
/* :L39 */
.container.agent-quotesearch-results-container a {
  display: block;
  padding: 0px 0px 5px 0px;
  min-width: 115px;
}
/* :L46 */
span:contains("N/A") {
  display: none;
}
/* :L50 */
.body.auto-skip-mta > * {
  display: none !important;
}
@keyframes auto-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* QQD Page Styles --> Starts here.. */

/* :L60 */
.d-block {
  display: block;
}
/* :L64 */
.d-flex {
  display: flex !important;
}
/* :L68 */
.d-flex-box-between {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
/* :L74 */
.flex-box-between {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
/* :L80 */
.flex-box-around {
  display: flex;
  justify-content: space-between !important;
}
/* :L85 */
.payment-amount {
  color: #4abbce;
  font-size: 20px;
  font-weight: bold !important;
  margin-bottom: 10px;
}
/* :L92 */
.premium-content-box {
  display: block;
  border: 1px solid #0088bd;
  width: 340px;
  padding: 16px;
  margin-bottom: 20px;
  border-radius: 4px;
}
/* :L101 */
.title {
  margin: -10px -10px 10px;
  padding: 10px;
  font-weight: 400;
  color: #0088bd;
}
/* :L108 */
.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.. */

/* :L119 */
#RentalAddressBox,
#MonthlyPremium,
#EditPolicyCoverages {
  display: none;
}
/* :L123 */
#EditPolicyCoverages button {
  background-color: #ea7039;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  margin: 24px 0 0;
}
/* :L134 */
.rentaladdress {
  background-color: white;
}
/* :L138 */
.bold {
  font-weight: bold;
}
/* :L142 */
#Coverages {
  display: table;
}
/* :L146 */
button[name="chosenProductIds"] {
  padding: 10px 15px;
  color: #ea7039;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  border: 1px solid #ea7039;
}
/* :L155 */
.btn.btn-default.active {
  background-color: #122144 !important;
  color: white !important;
  box-shadow: none;
}
/* :L161 */
.btn.btn-default.focus {
  outline: none;
}
/* :L165 */
#display247945798 .instanda-responsive-help-icon .fa .fa-question-circle .fa-2x {
  position: relative;
}
/* :L169 */
#question498991 .instanda-responsive-help-icon-link {
  position: relative;
}
/* :L173 */
#ins-helper-icon {
  position: absolute;
  top: 20px;
  left: 50%;
  right: auto;
}
/* :L180 */
.quick-quote-questions-link {
  font-size: 16px;
  color: #ea7039;
  text-decoration: underline;
  font-weight: bold;
}
/* :L187 */
.instanda-responsive-help-text {
  margin-left: auto;
}
/* :L191 */
.ins-editlink {
  position: absolute;
  top: 395px;
  right: auto;
  left: 55%;
  margin: 0;
  padding: 0;
  width: 115px;
}
/* :L201 */
.ins-editlink a:hover,
.ins-editlink a:focus,
.ins-editlink a:active {
  outline: none;
  color: #c75724;
  outline-offset: 0;
  text-decoration: underline;
}
/* :L210 */
tr td button {
  padding: 4px 20px;
  outline: none;
  border: none;
  color: black;
  background-color: #a9c5f8;
  margin-top: 10px;
}
/* :L219 */
.rentalTextAlignment {
  margin: 0 0 8px 15px;
}
/* PQQD Page Styles --> Starts here.. */

/* :L224 */
.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;
}
/* :L235 */
.coverage-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid black;
  margin-top: 0;
}
/* :L242 */
.coverage-table thead tr th,
.coverage-table tbody tr td {
  text-align: left;
  padding: 10px;
}
/* :L248 */
.coverage-table tbody tr th {
  border-bottom: 1px solid black;
}
/* :L252 */
.coverage-table tbody tr td {
  border-bottom: 1px solid #cccccc;
}
/* :L256 */
.coverage-table tbody tr .padding {
  padding: 10px;
}
/* :L260 */
.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.. */

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

/* :L291 */
body {
  background: #f0f1f2;
  color: black;
}
/* :L296 */
h1,
h2,
h3,
h4,
h5 {
  color: black !important;
  font-weight: bold;
}
/* :L301 */
h1 {
  font-size: 28px !important;
}
/* :L305 */
h2 {
  font-size: 24px !important;
}
/* :L309 */
.d-flex {
  display: flex;
}
/* :L313 */
.justify-content-end {
  justify-content: flex-end;
}
/* :L317 */
.my-40,
#question498797 h3,
#question499006 h3 {
  margin: 40px 0 !important;
}
/* :L321 */
.m-0 {
  margin: 0 !important;
}
/* :L325 */
.mb-0 {
  margin-bottom: 0 !important;
}
/* :L329 */
.mb-24 {
  margin-bottom: 24px !important;
}
/* :L333 */
.mt-12 {
  margin-top: 12px !important;
}
/* :L337 */
.table {
  margin-bottom: 24px !important;
}
/* :L341 */
label {
  margin-bottom: 8px !important;
}
/* :L345 */
.form-group {
  margin-bottom: 12px !important;
}
/* :L349 */
.w-90 {
  width: 90%;
}
/* :L353 */
.w-100 {
  width: 100%;
}
/* :L357 */
.pl-15 {
  padding-left: 15px;
}
/* Common Styles --> Ends here.. */

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

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

/* :L396 */
.navbar-brand {
  padding: 4px 0 0;
}
/* :L400 */
.navbar {
  margin-bottom: 0;
}
/* :L404 */
.navbar-default {
  background-color: white;
  border-bottom-color: transparent;
}
/* :L409 */
.navbar-static-top .nav {
  padding: 0 !important;
}
/* :L413 */
.navbar-default .navbar-nav > li {
  margin-bottom: 0;
}
/* :L417 */
.navbar-default .navbar-nav > li > a {
  color: #122144 !important;
  font-size: 16px;
  padding: 28px 15px;
  outline: none;
}
/* :L424 */
.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.. */

/* :L434 */
table tr th a,
.table thead tr th {
  color: white;
  font-weight: bold;
  outline: none;
}
/* :L440 */
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;
}
/* :L448 */
table tr th a:focus,
table tr th a:hover,
table tr th a:active {
  color: white;
  outline: none;
  text-decoration: none;
}
/* :L456 */
.table-hover > tbody > tr:hover {
  background: transparent;
}
/* :L460 */
.table-bordered {
  background: white;
  border: 1px solid transparent;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
}
/* :L468 */
.table-bordered thead th {
  background: #122144;
}
/* :L472 */
.table-bordered thead th:first-child {
  border-top-left-radius: 8px;
}
/* :L476 */
.table-bordered thead th:last-child {
  border-top-right-radius: 8px;
}
/* :L480 */
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 1px;
}
/* :L485 */
.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;
}
/* :L492 */
.table-striped > tbody > tr:nth-of-type(odd) {
  background: transparent;
}
/* :L496 */
.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;
}
/* :L502 */
.table tbody tr:last-child td {
  border-bottom: none !important;
}
/* :L506 */
.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;
}
/* :L512 */
.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;
}
/* :L517 */
.table-layout-fixed {
  table-layout: fixed;
}
/* Table Styles --> Ends here.. */

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

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

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

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

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

/* :L542 */
.instanda-container-fluid {
  background-color: transparent;
  margin-bottom: 0;
}
/* :L547 */
.instanda-questionHeader h3 {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 22px;
  font-weight: bold;
}
/* :L555 */
#question498795 .instanda-questionHeader h3 div {
  margin-bottom: 16px !important;
  font-size: 18px !important;
}
/* :L560 */
#AdditionalRenters_AdditionalOccupant_MIaddButton {
  margin-left: 0 !important;
}
/* :L564 */
.subtitle-section h3 {
  font-size: 18px;
  margin: 0 0 24px;
}
/* :L569 */
.subtitle-section p {
  margin: 0 0 24px 0;
  font-style: italic;
}
/* QuickQuoteQuestions --> Ends here.. */

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

/* :L576 */
.instanda-main-content h1 {
  margin: 40px 0 40px;
}
/* :L580 */
#instanda-site-layout {
  width: 1170px;
}
/* :L584 */
.container.policy-view-options-action-buttons {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
/* :L590 */
.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;
}
/* :L597 */
.container.policy-view-options-action-buttons .btn-group {
  flex-wrap: wrap;
}
/* :L601 */
.container.policy-view-options-action-buttons .btn-group .btn-primary {
  margin: 0 0 10px 5px !important;
}
/* :L605 */
.container.policy-view-options-action-buttons .btn-group .modal-footer .btn-primary {
  margin: 0 0 0 10px !important;
}
/* :L609 */
.container.policy-view-options-action-buttons .block-renewals input {
  margin: 0;
}
/* :L612 */
.container.policy-view-options-action-buttons .block-renewals span {
  padding: 0 0 0 5px;
}
/* :L616 */
#RentalAddressBox,
.instanda-address-line-2 {
  margin-top: 12px;
}
/* :L620 */
.instanda-quote-content .agent-view-quote-policy-content table tbody {
  background: white;
  border-radius: 8px;
}
/* :L625 */
#RentalAddressBox tbody tr td {
  border-bottom: 1px solid transparent !important;
}
/* :L629 */
#RentalAddressBox tbody tr:last-child td {
  padding: 0 0 12px 20px;
}
/* :L633 */
.instanda-file-input-label-btn {
  margin-bottom: 12px;
}
/* :L637 */
#agentSearchResultsTable {
  margin: 0;
}
/* :L641 */
#divNavigation a {
  margin: 24px 0 0 10px!important;
}
/* :L645 */
#download-button-container .btn-default {
  margin: 0 !important;
}
/* :L649 */
#RentalAddressBox {
  background: white;
  width: 555px;
}
/* :L654 */
#question498140 h3 {
  margin: 20px 0 40px !important;
}
/* :L658 */
#question498145 h3 {
  margin: 20px 0 16px !important;
}
/* :L662 */
#question498147 h3 {
  margin: 24px 0 16px !important;
}
/* :L666 */
#question498146 .instanda-questionHeader div,
#question498148 .instanda-questionHeader div,
#question499021 .instanda-questionHeader div,
#question499032 .instanda-questionHeader div {
  font-style: italic;
}
/* :L673 */
#question510071 {
  margin: 16px 0 9px 0;
}
/* :L677 */
#instanda-responsive-help-text-customize div {
  margin: 8px 0 0 !important;
}
/* :L681 */
#question498991 {
  position: relative;
}
/* :L685 */
#question498981 h3,
.section-title {
  margin: 36px 0 24px;
}
/* :L689 */
#question499016 h3,
#question507635 h3 {
  margin: 12px 0 24px;
}
/* :L693 */
.instanda-multi-item-add-remove.container {
  padding-left: 0 !important;
}
/* :L697 */
#question507636 h3 div {
  font-size: 18px;
  margin-bottom: 16px;
}
/* :L702 */
.retrieve-quote-policy .instanda-main-content .instanda-agent-search-fields h4 {
  margin: 0 0 24px;
}
/* :L706 */
#question507641 h3,
#EditPolicyDetails,
#question499032 .instanda-questionHeader div,
#question507629 h3 div {
  margin-bottom: 24px;
}
/* :L711 */
#question507721 {
  margin-top: 40px;
}
/* :L715 */
.instanda-buttonList {
  margin-top: 0 !important;
}
/* :L719 */
#question509862,
#question509862 .instanda-text-question.form-group.row {
  margin: 0 !important;
}
/* :L724 */
#EditPolicy {
  margin-top: 24px;
}
/* :L728 */
#question498977 .instanda-questionHeader.questionHeader.container {
  margin: 36px 0 36px;
}
/* :L732 */
#quote-search-results-container-1 .quote-search-results-content h2 {
  margin: 0 0 16px;
}
/* :L736 */
#quote-search-results-container-2 .quote-search-results-content h2 {
  margin: 40px 0 16px 0;
}
/* :L740 */
#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;
}
/* :L747 */
#question499022 h3,
#question499031 h3,
#question499035 h3,
#question498991 h3 {
  margin: 24px 0 !important;
}
/* :L751 */
#question509914 {
  margin-top: 20px !important;
}
/* :L755 */
#instanda-site-layout .instanda-main-content-container .instanda-main-content .instanda-agent-login {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 78vh;
}
/* :L762 */
#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*/

/* :L770 */
.ins-quote-display {
  font-family: Arial, sans-serif;
  max-width: 1140px;
  margin: 40px 0 auto;
}
/* :L777 */
.ins-payment-plan-saving {
  margin-bottom: 24px;
}
/* :L781 */
.ins-payment-plan-saving strong {
  font-size: 20px;
  color: #4abbce;
}
/* :L786 */
.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;
}
/* :L797 */
.payment-detail-box .note {
  font-size: 0.9em;
  color: #333333;
}
/* :L802 */
.payment-detail-box .title-section {
  font-weight: bold;
  margin-top: 20px;
}
/* :L807 */
.payment-detail-box .note-para {
  font-size: 0.9em;
  color: #333333;
}
/* :L812 */
#QuickQuoteTwo,
.para-text {
  font-size: 16px;
}
/* :L816 */
.ins-full-width-auto {
  max-width: 100%;
  height: auto;
}
/* :L821 */
#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;
}
/* :L832 */
#instanda-quote-link a:focus,
#instanda-quote-link a:hover,
#emailQuoteLinkLink:focus,
#emailQuoteLinkLink:hover {
  text-decoration: none;
}
/* :L837 */
#instanda-quote-link a i,
#emailQuoteLinkLink i {
  margin-right: 10px;
}
/* :L841 */
#emailQuoteLinkLink {
  margin-left: 10px;
}
/*Quote dispaly Styles --> Starts Ends*/

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

/* :L847 */
.instanda-agent-all-docs-content .agent-all-docs-responsive h3,
.view-claims-content .claims-view-page-title h2 {
  margin: 40px 0;
  font-size: 28px;
}
/* :L852 */
.instanda-agent-all-docs-content .agent-all-docs-responsive #documentsList {
  padding: 0 0 0 16px;
  margin-bottom: 24px;
}
/* :L857 */
.instanda-agent-all-docs-content .agent-all-docs-responsive #documentsList li {
  color: #ea7039;
  margin-bottom: 16px;
}
/* :L862 */
.instanda-agent-all-docs-content .agent-all-docs-responsive #documentsList li a {
  color: #ea7039;
  font-weight: bold;
  outline: none;
}
/* :L868 */
.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;
}
/* :L873 */
.instanda-agent-all-docs-content .documents-regenerate {
  display: flex;
  justify-content: flex-end;
}
/* :L878 */
.instanda-agent-all-docs-content .documents-regenerate #DocumentReGenerateSubmit,
.instanda-cancellation-questions #question509546 h3,
.instanda-cancellation-questions #question509548 h3 {
  margin-bottom: 24px;
}
/* :L883 */
.instanda-cancellation-questions #question509528 h3 {
  margin: 20px 0 40px !important;
  font-size: 28px;
}
/* :L888 */
.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;
}
/* :L896 */
.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;
}
/* :L903 */
.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;
}
/* :L911 */
.view-claims-content .claim-item .claim-row-data .claim-action-button {
  padding: 4px 8px;
}
/* :L915 */
.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... */

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

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

/* :L954 */
#question509862 .instanda-question-label label {
  font-size: 20px;
  font-weight: bold;
}
/* :L959 */
#question509862 {
  margin-bottom: 0px;
}
/* :L963 */
#question498977 .container div,
#question498979 .container div {
  font-style: italic;
}
/* :L967 */
#question498991 {
  padding-left: 15px;
}
/* :L970 */
.prequote-chart-container {
  max-width: 1154px;
  margin: 40px auto;
  padding: 0 20px;
}
/* :L976 */
.renters-header {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  color: black;
}
/* :L983 */
.premium-chart {
  background-color: #1b3764;
  color: white;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  padding: 40px;
  flex-wrap: wrap;
  position: relative;
}
/* :L994 */
.left-section {
  flex: 1;
  width: 100px;
  display: grid;
  place-content: center;
  padding-right: 30px;
}
/* :L1003 */
.left-section h2 {
  font-size: 18px;
  margin-bottom: 15px;
  color: white !important;
}
/* :L1009 */
.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%;
}
/* :L1019 */
.premium-chart::before {
  top: 0;
  right: 0;
  transform: translate(-250%, -30%);
}
/* :L1025 */
.premium-chart::after {
  bottom: 0;
  left: 0;
  transform: translate(-20%, 20%);
}
/* :L1031 */
.price {
  font-size: 36px;
  font-weight: bold;
  color: #2fd9ff;
  margin-bottom: 10px;
}
/* :L1038 */
.left-section p {
  font-size: 14px;
  line-height: 1.5;
  color: #e0e0e0;
  max-width: 300px;
}
/* :L1045 */
.right-section {
  flex: 1;
  min-width: 300px;
  padding: 20px 30px 30px 30px;
  border: 1px solid white;
  border-radius: 20px;
}
/* :L1053 */
.right-section-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
/* :L1059 */
.right-section-table th,
.right-section-table td {
  font-size: 14px;
  text-align: left;
  padding: 4px 0px;
  color: white;
}
/* :L1067 */
.right-section-table th {
  font-size: 18px;
  font-weight: 600;
  height: 55px;
}
/* :L1073 */
.right-section-table td:last-child,
.right-section-table th:last-child {
  text-align: right;
}
/* :L1078 */
.endorsements-box {
  background-color: #0d2344;
  padding: 20px;
  border-radius: 12px;
}
/* :L1084 */
.endorsement-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 11px;
  color: white;
}
/* :L1091 */
.endorsement-row {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
}
/* :L1097 */
.endorsement-row:last-child {
  border-bottom: none;
}
/* :L1101 */
.endorsement-label,
.endorsement-value {
  font-size: 14px;
  color: white;
}
/* :L1107 */
.edit-button {
  margin-top: 20px;
  text-align: center;
}
/* :L1112 */
.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) {
  /* :L1123 */
  .left-section,
  .right-section {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 40px;
  }
}
/* :L1131 */
.right-section-table thead tr {
  padding: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* :L1136 */
.right-section-table tbody tr {
  padding: 15px;
}
/* :L1139 */
.action-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
/* :L1146 */
.action-btn a.btn.btn-primary {
  flex: 0 0 40%;
  color: white !important;
}
/* :L1151 */
#reinstateBtn {
  display: block;
}
/* Hide modal by default */

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

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

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

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

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

/* :L1209 */
.sub-heading {
  margin: 0 0 24px;
}
/* :L1213 */
.instanda-retrieve-quote .container .instanda-button {
  width: 100%;
  text-align: right;
}
/* :L1218 */
.ins-accordion-section {
  margin: 40px 0 0;
}
/* :L1222 */
.ins-accordion-section .panel-group {
  margin-bottom: 24px;
}
/* :L1226 */
.ins-accordion-section .panel-group .panel {
  background-color: white;
  margin-bottom: 24px;
  border: none;
}
/* :L1232 */
.ins-accordion-section .panel-group .panel-default {
  border-color: transparent;
}
/* :L1236 */
.ins-accordion-section .panel-group .panel .panel-collapse {
  padding: 0 16px 24px;
}
/* :L1240 */
.ins-accordion-section .panel-group .panel .panel-collapse table {
  margin-bottom: 0 !important;
}
/* :L1244 */
.ins-accordion-section .panel-group .panel .panel-collapse table thead tr th {
  color: white;
  font-weight: bold;
  outline: none;
  background: #122144;
}
/* :L1251 */
.ins-accordion-section .panel-group .panel .panel-collapse table thead tr th:first-child {
  border-top-left-radius: 8px;
}
/* :L1255 */
.ins-accordion-section .panel-group .panel .panel-collapse table tbody tr td:first-child {
  border-left: 1px solid #eeeeee !important;
}
/* :L1259 */
.ins-accordion-section .panel-group .panel .panel-collapse table tbody tr td:last-child {
  border-right: 1px solid #eeeeee !important;
}
/* :L1263 */
.ins-accordion-section .panel-group .panel .panel-collapse table tbody tr:last-child td {
  border-bottom: 1px solid #eeeeee !important;
}
/* :L1267 */
.ins-accordion-section .panel-group .panel .panel-collapse .update-payment-details-link {
  margin: 24px 0 !important;
}
/* :L1271 */
.ins-accordion-section .panel-group .panel .panel-collapse table thead tr th:last-child {
  border-top-right-radius: 8px;
}
/* :L1275 */
.ins-accordion-section .panel-group .panel-default > .panel-heading {
  background-color: #ea70393d;
  border-color: transparent;
}
/* :L1280 */
.ins-accordion-section .panel-group .panel-default > .panel-heading .panel-title {
  color: #ea7039;
  font-weight: bold;
}
/* :L1285 */
.ins-accordion-section .panel-group .panel-default > .panel-heading a {
  outline: none !important;
}
/* :L1289 */
.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;
}
/* :L1294 */
.ins-accordion-section .panel-group .panel + .panel {
  margin-top: 0;
}
/* :L1298 */
#instanda-site-layout .instanda-customer-membership-login {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 78vh;
}
/* :L1305 */
#instanda-site-layout .instanda-customer-membership-login .well {
  margin: 0 auto;
  width: 100%;
  max-width: 360px;
}
/* :L1311 */
.customer-details-section,
.page-customerdetailschangepassword .instanda-main-content .questionItem.instanda-question-item {
  margin-top: 40px;
}
/* :L1315 */
.action-link,
a.action-link:focus,
a.action-link:hover {
  color: #ea7039;
  outline: none;
  font-weight: bold;
}
/*Custom Style Starts ends*/

/* :L1321 */
div#CoverageTableQDSC {
  width: 100%;
  margin: auto;
}
/* :L1325 */
#customize .fa-question-circle {
  position: relative;
}
/* :L1329 */
div#consent-disclaimer {
  display: inline-block;
}
@media (min-width: 1200px) {
  /* :L1334 */
  span.confirmQuestionText {
    width: 95%;
  }
  /* :L1337 */
  #instanda-site-layout {
    width: 100%;
  }
  /* :L1340 */
  .instanda-main-content {
    width: 1170px;
    margin: auto;
  }
  /* :L1345 */
  .fa-question-circle {
    position: absolute;
  }
  /* :L1349 */
  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;
  }
  /* :L1363 */
  div#question521451 {
    width: 500px;
    float: left;
    margin-bottom: 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* :L1371 */
  span.confirmQuestionText {
    width: 95%;
  }
  /* :L1374 */
  #instanda-site-layout {
    width: 100%;
  }
  /* :L1377 */
  .instanda-main-content {
    width: 750px;
    margin: auto;
  }
  /* :L1381 */
  div#question521451 {
    width: 500px;
    display: inline-block;
    margin-left: 58px;
  }
  /* :L1386 */
  .fa-question-circle {
    position: absolute;
  }
}
@media (max-width: 767px) {
  /* :L1392 */
  a.btn.btn-primary.instanda-button.pull-left {
    width: 47%;
    white-space: normal;
  }
  /* :L1396 */
  input#boltPayButton {
    width: 47%;
    white-space: normal;
  }
  /* :L1400 */
  #ins-helper-icon {
    left: 91.5% !important;
  }
  /* :L1403 */
  span.confirmQuestionText {
    width: 90%;
  }
  /* :L1406 */
  .ins-payment-plan-saving {
    margin-bottom: 24px;
    padding: 0 10px;
  }
  /* :L1410 */
  .instanda-responsive-help-text {
    margin-left: 0px;
    margin-right: 0px;
  }
  /* :L1414 */
  .rentalTextAlignment {
    margin: 0 !important;
  }
  /* :L1417 */
  .premium-chart {
    padding: 20px !important;
  }
  /* :L1420 */
  div#question542576,
  div#question542572 {
    text-align: left;
    display: block;
  }
  /* :L1424 */
  table.table.table-bordered.table-striped.table-hover {
    margin: auto;
  }
  /* :L1427 */
  div#annualDetails,
  div#monthlyDetails {
    margin: auto;
  }
  /* :L1431 */
  .left-section,
  .right-section {
    padding: 10px;
  }
  /* :L1434 */
  .ins-editlink {
    position: absolute;
    top: 357px;
    right: auto;
    left: 73%;
    margin: 0;
    padding: 0;
    width: 115px;
  }
  /* :L1443 */
  .flex-box-around {
    display: inline-block !important;
  }
  /* :L1446 */
  #instanda-site-layout {
    width: 100%;
  }
  /* :L1449 */
  #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;
  }
  /* :L1452 */
  input,
  textarea {
    text-align: center;
  }
  /* :L1455 */
  body {
    text-align: center;
  }
  /* :L1458 */
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: 0px;
    right: 0px;
    color: inherit;
  }
  /* :L1464 */
  .validation-summary-errors {
    padding: 0px;
    margin: 0px 0px 0px -20px;
  }
  /* :L1468 */
  .navbar-header {
    padding-bottom: 5px;
    border-bottom: 2px solid #0086bf;
  }
  /* :L1473 */
  .navbar-brand img {
    margin-top: 8px;
    margin-left: 7px;
  }
  /* :L1477 */
  .navbar-brand {
    padding: 0 0 10px 10px;
  }
  /* :L1480 */
  .instanda-main-content {
    width: 100%;
    min-height: 700px;
  }
  /* :L1484 */
  #trip_cost .grid-header {
    font-size: 2vw;
  }
  /* :L1487 */
  .fa-question-circle {
    position: inherit !important;
  }
  /* :L1490 */
  .questionItem.instanda-question-item.form-group.instanda-container-fluid {
    margin: 0px !important;
  }
  /* :L1493 */
  a.instanda-nav-item-link {
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid;
  }
  /* :L1498 */
  .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
    padding-bottom: 5px 0px;
  }
  /* :L1503 */
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #0088bd;
  }
  /* :L1506 */
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 1px;
  }
  /* :L1512 */
  .navbar-default .navbar-toggle {
    border: 0px;
  }
  /* :L1515 */
  .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;
  }
  /* :L1528 */
  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;
  }
}
