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

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

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

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

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

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

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

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

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

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

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

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

/* :L19 */
.open-sans {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
/* :L23 */
.revalo-modern-regular {
  font-family: "revalo-modern-regular", Arial, Helvetica, sans-serif;
}
/* Colours */
/* Body */

/* :L40 */
body {
  color: black;
  font-size: 14px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  margin-bottom: 0px;
}
/* :L46 */
body h1,
body h2,
body h3,
body h4,
body h5 {
  font-family: "revalo-modern-regular", Arial, Helvetica, sans-serif;
}
/* Styles */

/* :L53 */
#WaitingOpaqueBox {
  display: none;
}
/* :L57 */
.instanda-main-content-container {
  margin-bottom: 10px;
}
/* :L59 */
.page-index .instanda-main-content-container {
  margin-bottom: 0px;
}
/* :L64 */
h1,
h3 {
  font-weight: 700;
}
/* Nav Bar */

/* :L71 */
.navbar {
  margin-bottom: 0px;
}
/* :L75 */
.navbar-default {
  background-color: white;
  border: 0px;
}
/* :L79 */
.navbar-default .navbar-header {
  height: 130px;
}
@media (min-width: 768px) {
  .navbar-default .navbar-header {
    height: 150px;
  }
}
/* :L87 */
.navbar-default .navbar-collapse {
  border-top: none;
  box-shadow: unset;
  -webkit-box-shadow: unset;
}
@media (max-width: 767px) {
  .navbar-default .navbar-collapse {
    background-color: #f2f3f4;
  }
}
/* :L97 */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: #f2f3f4;
  border-bottom: 4px solid #ff6c2f;
  color: black;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    background-color: white;
  }
}
/* :L108 */
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  border-bottom: 4px solid #ff6c2f;
}
@media (min-width: 768px) {
  
}
/* :L116 */
.navbar-default .navbar-nav > li > a {
  font-weight: 700;
  font-size: 15px;
  color: black;
}
@media (min-width: 768px) {
  
}
/* :L125 */
/* :L126 */
.navbar-brand .hidden-xs {
  height: 120px;
}
/* :L130 */
.navbar-brand .visible-xs {
  height: 100px;
}
/* Footer Area */

/* :L139 */
.instanda-built-by-footer {
  display: none;
}
/* :L143 */
.footer {
  height: 30px;
}
/* :L147 */
.disclaimer {
  padding: 15px;
  color: white;
  font-size: 0.85em;
  background-color: black;
  display: inline-block;
  padding-bottom: 30px;
}
/* :L155 */
.disclaimer .hidden-xs {
  height: 50px;
}
/* :L159 */
.disclaimer .visible-xs {
  height: 30px;
}
/* :L163 */
.disclaimer a {
  color: white;
}
/* :L167 */
.disclaimer .links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  color: white;
}
/* :L172 */
.disclaimer .links a {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
}
/* :L180 */
/* :L181 */
.modal .btn.btn-primary:active,
.modal .btn.btn-primary:visited,
.modal .btn.btn-primary:focus,
.modal .btn.btn-primary:hover,
.modal .btn.btn-primary {
  color: white;
  background: linear-gradient(#f26a39, #df5827);
  border-color: #ff6c2f;
  font-weight: 600;
  outline: none !important;
  transition: 0.3s ease-in-out;
  border-radius: 7px;
}
/* :L195 */
.modal .btn.btn-primary:hover {
  background: linear-gradient(to left, #f26a39, #df5827);
  border-color: #ff6c2f;
  transition: all .3s ease;
}
/* :L201 */
.modal .modal-dialog {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
/* :L206 */
.modal .modal-body {
  word-break: break-word;
}
/* :L211 */
/* :L213 */
#cookie-policy .table-container,
#privacy-policy .table-container {
  display: block;
  overflow-x: auto;
}
/* :L217 */
#cookie-policy .table-container table,
#privacy-policy .table-container table {
  font-size: 14px;
  margin-bottom: 15px;
}
/* :L221 */
#cookie-policy .table-container table th,
#privacy-policy .table-container table th {
  border-style: solid;
  border-width: thin;
  border-color: black;
  padding: 5px;
}
/* :L228 */
#cookie-policy .table-container table th:nth-child(2),
#privacy-policy .table-container table th:nth-child(2) {
  min-width: 250px;
}
/* :L232 */
#cookie-policy .table-container table td,
#privacy-policy .table-container table td {
  border-style: solid;
  border-width: thin;
  border-color: black;
  padding: 5px;
  align-content: baseline;
}
/* :L239 */
#cookie-policy .table-container table td ol,
#privacy-policy .table-container table td ol {
  padding-inline-start: 15px;
}
@media (max-width: 767px) {
  /* :L246 */
  #cookie-policy .table-container table,
  #privacy-policy .table-container table,
  #cookie-policy .table-container thead,
  #privacy-policy .table-container thead,
  #cookie-policy .table-container tbody,
  #privacy-policy .table-container tbody,
  #cookie-policy .table-container th,
  #privacy-policy .table-container th,
  #cookie-policy .table-container td,
  #privacy-policy .table-container td,
  #cookie-policy .table-container tr,
  #privacy-policy .table-container tr {
    display: block;
  }
  /* :L250 */
  #cookie-policy .table-container tr,
  #privacy-policy .table-container tr {
    margin-bottom: 15px;
  }
  /* :L254 */
  #cookie-policy .table-container tr:last-of-type,
  #privacy-policy .table-container tr:last-of-type {
    margin-bottom: 0px;
  }
  /* :L258 */
  #cookie-policy .table-container th,
  #privacy-policy .table-container th {
    display: none;
    /* Hide headers */
  
  }
  /* :L262 */
  #cookie-policy .table-container td,
  #privacy-policy .table-container td {
    position: relative;
    padding-left: 50% !important;
    border-bottom: none !important;
  }
  /* :L268 */
  #cookie-policy .table-container td:last-of-type,
  #privacy-policy .table-container td:last-of-type {
    border-bottom: solid thin black !important;
  }
  /* :L272 */
  #cookie-policy .table-container td::before,
  #privacy-policy .table-container td::before {
    content: attr(data-label);
    /* Add labels dynamically */
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 10px;
    font-weight: bold;
  }
}
/* Fonts */

/* :L286 */
.open-sans {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
/* Colours */
/* Styles */

/* :L302 */
.general-container {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
/* :L308 */
.general-container .container {
  width: 100% !important;
  padding-left: 0px;
  padding-right: 0px;
}
/* :L314 */
.general-container .btn.btn-primary:active,
.general-container .btn.btn-primary:visited,
.general-container .btn.btn-primary:focus,
.general-container .btn.btn-primary {
  color: white;
  background: linear-gradient(#f26a39, #df5827);
  border-color: #ff6c2f;
  font-weight: 600;
  outline: none !important;
  border-radius: 7px;
}
/* :L326 */
.general-container .btn.btn-primary:hover {
  background: linear-gradient(to left, #f26a39, #df5827);
  border-color: #ff6c2f;
  transition: all .3s ease;
}
/* Home Page */

/* :L336 */
.main-page {
  padding-left: 15px;
  padding-right: 15px;
}
/* :L341 */
.header {
  background-size: 100%;
  background-position: left;
}
@media screen and (max-width: 400px) {
  .header {
    background-position: left top -30px;
  }
}
@media screen and (min-width: 401px) and (max-width: 550px) {
  /* :L350 */
  .header.header-top {
    background-position: left top -90px;
  }
  /* :L354 */
  .header.header-normal {
    background-position: left top -50px;
  }
}
@media screen and (min-width: 551px) and (max-width: 767px) {
  /* :L360 */
  .header.header-top {
    background-position: left top -180px;
  }
  /* :L364 */
  .header.header-normal {
    background-position: left top -70px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    background-size: 100%;
    width: 100%;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .header {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  /* :L381 */
  .header .col {
    padding-bottom: 0px;
  }
  /* :L385 */
  .header .panel {
    background: white;
    box-shadow: 0 0 0;
    border-radius: 0;
    border: 0px;
    margin-bottom: 0px;
  }
  /* :L393 */
  .header .panel-body {
    padding: 15px;
  }
}
@media screen and (min-width: 768px) {
  /* :L400 */
  .panel-splash:hover {
    transform: scale(1.05);
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
  }
}
/* :L406 */
.border-bottom-8 {
  border-bottom: 15px solid #ff6c2f;
}
/* :L410 */
.margin-left-10 {
  margin-left: 10px;
}
/* :L414 */
.margin-right-10 {
  margin-right: 10px;
}
/* :L418 */
@media screen and (max-width: 767px) {
  .clear-side-margin-small {
    margin-left: 0px;
    margin-right: 0px;
  }
}
/* :L425 */
.bottom-panel {
  padding-top: 15em;
  padding-bottom: 0em;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bottom-panel {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .bottom-panel {
    padding-top: 10em;
    padding-bottom: 0em;
  }
}
/* :L440 */
.top-panel {
  padding-top: 0em;
  padding-bottom: 15em;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .top-panel {
    padding-top: 0px;
    padding-bottom: 0em;
  }
}
@media screen and (max-width: 767px) {
  .top-panel {
    padding-top: 10em;
    padding-bottom: 0em;
  }
}
/* :L454 */
.top-panel .panel {
  margin-top: 20px;
}
/* :L459 */
.pricing-banner {
  /*background: linear-gradient(135deg, #6e8efb, #a777e3);*/
  background-color: #f2f3f4;
  padding: 30px;
  text-align: center;
  color: black;
  border-radius: 10px;
}
/* :L468 */
.quoteme {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: linear-gradient(#f26a39, #df5827);
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
  border: none;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .quoteme {
    width: 200px;
  }
}
/* :L485 */
.quoteme:after {
  content: " ";
  width: 100%;
  height: 0%;
  background: linear-gradient(to left, #f26a39, #df5827);
  position: absolute;
  transition: all 0.4s ease-in-out;
  bottom: 0;
  border-radius: 0%;
  transform: scale(1);
  transition-duration: 0.4s, 0.2s, 0.2s, 0.4s;
}
/* :L498 */
.quoteme:hover,
.quoteme:focus {
  text-decoration: none;
}
/* :L503 */
.quoteme:hover::after {
  bottom: auto;
  top: 0;
  height: 100%;
  border-radius: 50%;
  transform: scale(1.5);
}
/* :L511 */
.quoteme span {
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 18px 25px;
  color: white;
  font-weight: 700;
  font-size: 1.125em;
  z-index: 20;
  transition: all 0.3s ease-in-out;
}
/* :L523 */
.quoteme:hover span {
  color: white;
  animation: scaleUp 0.3s ease-in-out;
}
@keyframes scaleUp {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
/* Customer Retrieve Styles */

/* :L546 */
/* :L548 */
.page-retrievequote .toast-bottom-full-width {
  bottom: auto;
  top: 0;
}
/* :L553 */
.page-retrievequote #toast-container > div {
  opacity: 1;
}
/* Customer Homepage Styles */

/* :L563 */
/* :L565 */
.instanda-home-content .main-header {
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
  padding: 5px 10px 5px 10px;
  background: #ff6c2f;
}
/* :L573 */
.instanda-home-content .main-header h2 {
  margin-top: 10px;
  color: white;
}
@media screen and (min-width: 768px) {
  /* :L579 */
  .instanda-home-content .panel {
    border-top: none;
  }
}
/* :L584 */
.instanda-home-content .nav-tabs {
  border: 0px;
}
@media screen and (max-width: 767px) {
  .instanda-home-content .nav-tabs {
    margin-bottom: 15px;
  }
}
/* :L591 */
.instanda-home-content .nav-tabs > li > a {
  font-size: 1em;
  font-weight: 600;
  padding: 0.5em;
  position: relative;
  border-radius: 10px 10px 0px 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  color: white;
  background: #818387;
  margin-right: 0px;
  border: 1px solid #dddddd;
}
@media screen and (min-width: 768px) {
  .instanda-home-content .nav-tabs > li > a {
    margin-right: 5px;
  }
}
/* :L608 */
.instanda-home-content .nav-tabs > li:not(.active) > a:hover {
  color: white;
}
/* :L614 */
.instanda-home-content .nav-tabs > li > a:focus {
  outline: none !important;
}
/* :L618 */
.instanda-home-content .nav-tabs > li.active > a {
  color: white;
  background: #ff6c2f;
}
/* :L623 */
.instanda-home-content .nav-tabs > li.active > a:hover,
.instanda-home-content .nav-tabs > li.active > a:focus {
  color: white;
  background: #ff6c2f;
}
/* :L629 */
.instanda-home-content .nav-tabs > li.active > a:focus {
  outline: none !important;
}
@media screen and (max-width: 767px) {
  /* :L635 */
  .instanda-home-content .nav-tabs {
    display: flex;
    flex-wrap: wrap;
  }
  /* :L638 */
  .instanda-home-content .nav-tabs li {
    width: 100%;
  }
  /* :L642 */
  .instanda-home-content .nav-tabs > li > a {
    border-radius: 0px 0px 0px 0px;
  }
}
/* :L648 */
.instanda-home-content .panel-shuffle {
  margin-top: 0px;
}
/* :L652 */
.instanda-home-content h4 {
  margin-top: 0px;
}
/* :L656 */
.instanda-home-content .quote-identifier {
  display: none;
}
/* :L660 */
.instanda-home-content .pol-outer {
  display: flex;
  flex-wrap: wrap;
}
/* :L664 */
.instanda-home-content .pol-outer .pol-inner:first-of-type {
  padding-right: 10px;
}
/* :L669 */
/* :L670 */
.instanda-home-content .policy-break hr {
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: 3px solid #ff6c2f;
}
/* :L677 */
/* :L679 */
/* :L680 */
.instanda-home-content #policies .polquote:last-of-type .policy-break,
.instanda-home-content #quotes .polquote:last-of-type .policy-break {
  display: none;
}
/* :L686 */
/* :L690 */
/* :L691 */
.instanda-home-content .documents-placeholder .policylink span,
.instanda-home-content .actions-placeholder .policylink span,
.instanda-home-content .quote-actions-placeholder .policylink span {
  display: none;
}
/* :L696 */
.instanda-home-content .documents-placeholder .container,
.instanda-home-content .actions-placeholder .container,
.instanda-home-content .quote-actions-placeholder .container {
  width: 100%;
  padding: 0px;
}
/* :L701 */
.instanda-home-content .documents-placeholder a,
.instanda-home-content .actions-placeholder a,
.instanda-home-content .quote-actions-placeholder a {
  display: block;
  margin-top: 5px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .instanda-home-content .documents-placeholder a,
  .instanda-home-content .actions-placeholder a,
  .instanda-home-content .quote-actions-placeholder a {
    padding-left: 1px;
    padding-right: 1px;
  }
}
/* :L711 */
@media screen and (min-width: 768px) {
  /* :L714 */
  .instanda-home-content .actions-placeholder .policylink,
  .instanda-home-content .quote-actions-placeholder .policylink {
    float: left;
    width: 32%;
    margin-right: 2%;
  }
  /* :L718 */
  .instanda-home-content .actions-placeholder .policylink:last-of-type,
  .instanda-home-content .quote-actions-placeholder .policylink:last-of-type {
    margin-right: 0px;
  }
  /* :L723 */
  .instanda-home-content .actions-placeholder .abandonlink,
  .instanda-home-content .quote-actions-placeholder .abandonlink {
    margin-right: 2% !important;
  }
}
/* :L729 */
.instanda-home-content .documents-placeholder {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .instanda-home-content .documents-placeholder {
    margin-top: 15px;
  }
}
/* :L736 */
/* :L737 */
.instanda-home-content .documents-placeholder .agent-all-docs-responsive h3 {
  display: none;
}
/* :L742 */
.instanda-home-content .documents-placeholder ul#documentsList {
  list-style-type: none;
  padding-inline-start: 0px;
}
@media screen and (min-width: 768px) {
  .instanda-home-content .documents-placeholder ul#documentsList {
    margin-top: -10px;
  }
  /* :L748 */
  .instanda-home-content .documents-placeholder ul#documentsList li {
    float: left;
    width: 32%;
    margin-right: 2%;
  }
  /* :L752 */
  .instanda-home-content .documents-placeholder ul#documentsList li:last-of-type {
    margin-right: 0px;
  }
}
/* :L758 */
/* :L759 */
.instanda-home-content .documents-placeholder ul#documentsList li:nth-child(1) a {
  font-size: 0;
}
/* :L761 */
.instanda-home-content .documents-placeholder ul#documentsList li:nth-child(1) a::after {
  font-size: 14px;
  content: 'Schedule';
}
/* :L770 */
.instanda-home-content .polquote-alert {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}
/* :L775 */
.instanda-home-content .polquote-alert .quote-alert {
  font-weight: bold;
  padding: 5px;
}
/* :L781 */
.instanda-home-content .mta-btn {
  width: 100%;
  margin-top: 5px;
}
/* :L786 */
.instanda-home-content .clear-both-float {
  clear: both;
}
/* Transaction Styles */

/* :L793 */
/* :L794 */
/* :L795 */
.page-customertransactions .policy-transactions-item .instanda-table-responsive {
  overflow: auto;
}
@media only screen and (max-width: 800px) {
  /* :L799 */
  .page-customertransactions .policy-transactions-item .instanda-table-responsive td {
    padding-left: 6px !important;
    padding-top: 3rem !important;
  }
}
/* :L807 */
.page-customertransactions .customer-transactions-update-payment-details {
  white-space: normal;
}
/* Fonts */

/* :L813 */
.open-sans {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
/* Colours */
/* Package Styles */

/* :L830 */
.startrescue {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  /* Progress Bar */

  /* Product Description */

  /* Qualification */

  /* Question Sets */

  /* Quote Page */

  /* Post Quote */

  /* Sale Complete */

  /* Cancellation */

}
/* :L836 */
.startrescue .instanda-container-fluid {
  background-color: transparent;
}
/* :L840 */
.startrescue .container {
  width: 100% !important;
  padding-left: 0px;
  padding-right: 0px;
}
/* :L846 */
.startrescue .btn.btn-primary:active,
.startrescue .btn.btn-primary:visited,
.startrescue .btn.btn-primary:focus,
.startrescue .btn.btn-primary {
  color: white;
  background: linear-gradient(#f26a39, #df5827);
  border-color: #ff6c2f;
  font-weight: 600;
  outline: none !important;
  border-radius: 7px;
}
/* :L858 */
.startrescue .btn.btn-primary:hover {
  background: linear-gradient(to left, #f26a39, #df5827);
  border-color: #ff6c2f;
  transition: all .3s ease;
}
/* :L866 */
.startrescue .pkg-progress-bar {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* :L872 */
.startrescue .pkg-progressbar,
.startrescue .pkg-progressbar-mta {
  overflow: hidden;
  color: #818387;
  padding-inline-start: 0px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */

}
/* :L884 */
.startrescue .pkg-progressbar {
  counter-reset: progress-count;
}
/* :L888 */
.startrescue .pkg-progressbar-mta {
  counter-reset: progress-mta-count;
}
/* :L892 */
.startrescue .pkg-progressbar .active-state,
.startrescue .pkg-progressbar-mta .active-state {
  color: #ff6c2f;
}
/* :L897 */
.startrescue .pkg-progressbar .active-state:before,
.startrescue .pkg-progressbar-mta .active-state:before {
  color: white;
}
/* :L902 */
.startrescue .pkg-progressbar li,
.startrescue .pkg-progressbar-mta li {
  list-style-type: none;
  font-size: 15px;
  float: left;
  position: relative;
  font-weight: 400;
  -webkit-box-flex: 1 1 0;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1 1 0;
  /* OLD - Firefox 19- */
  -webkit-flex: 1 1 0;
  /* Chrome */
  -ms-flex: 1 1 0;
  /* IE 10 */
  flex: 1 1 0;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */

}
/* :L916 */
.startrescue .pkg-progressbar .step {
  counter-increment: progress-count;
}
/* :L920 */
.startrescue .pkg-progressbar-mta .step {
  counter-increment: progress-mta-count;
}
/* :L924 */
.startrescue .pkg-progressbar .step:before {
  content: counter(progress-count);
}
/* :L928 */
.startrescue .pkg-progressbar-mta .step:before {
  content: counter(progress-mta-count);
}
/* :L932 */
.startrescue .pkg-progressbar .complete-state:before,
.startrescue .pkg-progressbar-mta .complete-state:before {
  font-family: "Glyphicons Halflings";
  content: "\e013";
  color: white;
}
/* :L939 */
.startrescue .pkg-progressbar li:before,
.startrescue .pkg-progressbar-mta li:before {
  width: 50px;
  height: 50px;
  line-height: 48px;
  display: block;
  font-size: 20px;
  color: white;
  background: #818387;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .startrescue .pkg-progressbar li:before,
  .startrescue .pkg-progressbar-mta li:before {
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
}
/* :L960 */
.startrescue .pkg-progressbar li:after,
.startrescue .pkg-progressbar-mta li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #818387;
  position: absolute;
  left: 0;
  top: 25px;
}
@media screen and (max-width: 575px) {
  .startrescue .pkg-progressbar li:after,
  .startrescue .pkg-progressbar-mta li:after {
    top: 20px;
  }
}
/* :L974 */
.startrescue .pkg-progressbar .step-desc,
.startrescue .pkg-progressbar-mta .step-desc {
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  .startrescue .pkg-progressbar .step-desc,
  .startrescue .pkg-progressbar-mta .step-desc {
    display: none;
  }
}
/* :L982 */
.startrescue .pkg-progressbar li.complete-state:before,
.startrescue .pkg-progressbar-mta li.complete-state:before {
  line-height: 45px;
}
@media screen and (max-width: 575px) {
  .startrescue .pkg-progressbar li.complete-state:before,
  .startrescue .pkg-progressbar-mta li.complete-state:before {
    line-height: 35px;
  }
}
/* :L990 */
.startrescue .pkg-progressbar li.active-state:before,
.startrescue .pkg-progressbar li.active-state:after,
.startrescue .pkg-progressbar li.complete-state:before,
.startrescue .pkg-progressbar li.complete-state:after,
.startrescue .pkg-progressbar-mta li.active-state:before,
.startrescue .pkg-progressbar-mta li.active-state:after,
.startrescue .pkg-progressbar-mta li.complete-state:before,
.startrescue .pkg-progressbar-mta li.complete-state:after {
  background: #ff6c2f;
}
/* :L1003 */
/* :L1004 */
.page-number-2 .startrescue .btn {
  font-size: 24px;
  /*padding: 11px 17px;*/

}
/* :L1010 */
.startrescue .covered-top-spacer {
  margin-top: 30px;
}
/* :L1014 */
.startrescue .product-highlight {
  font-size: 20px;
}
/* :L1018 */
.startrescue .benefit-highlight {
  padding-bottom: 20px;
}
/* :L1021 */
.startrescue .benefit-highlight .benefit-title {
  margin-top: 0px;
}
/* :L1026 */
.startrescue .product-list-item {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
/* :L1031 */
.startrescue .product-list-item .glyphicon-ok:before {
  content: "";
}
/* :L1035 */
.startrescue .product-list-item .glyphicon-ok:after {
  content: "\e013";
  color: #ff6c2f;
}
/* :L1041 */
.startrescue .list-width-100 {
  width: 100%;
}
/* :L1045 */
.startrescue .list-width-80 {
  width: 80%;
}
/* :L1049 */
.startrescue .list-width-20 {
  width: 20%;
}
/* :L1053 */
.startrescue .row-fix-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
/* :L1061 */
.startrescue .row-fix-height > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
/* :L1066 */
.startrescue .badge {
  font-size: 1em;
  padding: 0.5em;
  position: relative;
  border-radius: 10px 10px 0px 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* :L1075 */
.startrescue .badge-callout {
  position: absolute;
  top: 0%;
  left: auto;
  transform: translate(0%, -60%);
  /* This is a shorthand of translateX(-0%) and translateY(-60%) */
  z-index: 1;
}
/* :L1083 */
.startrescue .badge-callout {
  background: #ff6c2f;
  color: white;
}
/* :L1088 */
.startrescue .panel-shuffle {
  position: relative;
  z-index: 2;
  margin-top: 8px;
  border-radius: 0px 4px 4px 4px;
}
/* :L1097 */
.startrescue .qualification-question {
  border-bottom: 4px solid #ff6c2f;
}
/* :L1100 */
.startrescue .qualification-question .instanda-text-question.form-group.row {
  margin-bottom: 0px;
}
/* :L1105 */
.startrescue .qualification-question:last-child {
  border-bottom: none;
}
/* :L1109 */
/* :L1111 */
.startrescue .eligibility_confirm_fix .confirmQuestionCheckbox {
  display: flex;
}
/* :L1116 */
/* :L1117 */
.startrescue .wording-links a {
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .startrescue .wording-links a {
    width: 100%;
  }
}
/* :L1128 */
.startrescue .form-control.single-line-address.data8-predictiveaddress {
  margin-bottom: 15px;
}
/* :L1134 */
/* :L1135 */
.startrescue .quote-container .quote-title {
  margin-top: 0px;
}
/* :L1139 */
/* :L1140 */
/* :L1141 */
.startrescue .quote-container .table tr:last-of-type td {
  word-break: break-all;
}
/* :L1148 */
.startrescue .quote-image {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .startrescue .quote-image {
    height: 250px;
    object-fit: cover;
    object-position: 100% 20%;
    margin-bottom: 15px;
  }
}
/* :L1159 */
.startrescue .quote-email {
  text-align: center;
  line-height: 40px;
}
/* :L1166 */
/* :L1168 */
.startrescue .sale_complete_confirm_fix .confirmQuestionCheckbox {
  display: flex;
}
/* :L1175 */
/* :L1176 */
.startrescue #policy-sale-documents .instanda-documents {
  display: flex;
  flex-flow: column;
  text-align: left;
}
/* :L1180 */
.startrescue #policy-sale-documents .instanda-documents a {
  white-space: normal;
  margin-bottom: 5px;
  width: 100%;
}
/* :L1188 */
.startrescue #policy-sale-documents .instanda-documents .hidefooterDocLink {
  display: inline;
}
@media only screen and (max-width: 450px), only screen and (min-width: 768px) and (max-width: 991px) {
  .startrescue #policy-sale-documents .instanda-documents {
    display: flex;
    flex-flow: row wrap;
  }
  /* :L1196 */
  .startrescue #policy-sale-documents .instanda-documents .hidefooterDocLink {
    flex: 1 100%;
    margin-bottom: 5px;
  }
  /* :L1201 */
  .startrescue #policy-sale-documents .instanda-documents a {
    width: 100%;
  }
}
/* :L1211 */
/* :L1213 */
.startrescue .cancel_questions_confirm_fix .confirmQuestionCheckbox {
  display: flex;
}
