/* :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 */
.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* :L25 */
.cabin {
  font-family: "Cabin", sans-serif;
  font-weight: 700;
}
/* Colours */
/* Body */

/* :L43 */
body {
  color: #003056;
  font-size: 12pt;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0px;
}
/* Styles */

/* :L52 */
#WaitingOpaqueBox {
  display: none;
}
/* :L56 */
.instanda-main-content-container {
  margin-bottom: 10px;
}
/* :L58 */
.page-index .instanda-main-content-container {
  margin-bottom: 0px;
}
/* :L63 */
h1,
h3 {
  font-family: "Cabin", sans-serif;
  font-weight: 700;
}
/* Nav Bar */

/* :L70 */
.navbar {
  margin-bottom: 0px;
}
/* :L75 */
.navbar-default {
  background-color: white;
  border: 0px;
}
/* :L79 */
.navbar-default .navbar-header {
  height: 100px;
}
/* :L82 */
.navbar-default .navbar-header .navbar-toggle {
  margin-top: 15px;
}
/* :L87 */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: white;
  color: #003056;
}
/* :L94 */
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #e21b52;
}
/* :L99 */
.navbar-default .navbar-nav > li > a {
  color: #003056;
  font-weight: bold;
}
/* :L105 */
@media (max-width: 767px) {
  /* :L108 */
  .navbar-brand img {
    margin-top: 15px !important;
    margin-left: 15px !important;
  }
}
/* :L114 */
.navbar-brand .hidden-xs {
  height: 70px;
}
/* :L118 */
.navbar-brand .visible-xs {
  height: 60px;
}
/* Footer Area */

/* :L127 */
.instanda-built-by-footer {
  display: none;
}
/* :L131 */
.footer {
  height: 30px;
}
/* :L135 */
.disclaimer {
  padding: 15px;
  color: white;
  font-size: 0.75em;
  background-color: black;
  display: inline-block;
  padding-bottom: 30px;
}
/* :L143 */
.disclaimer .hidden-xs {
  height: 50px;
}
/* :L147 */
.disclaimer .visible-xs {
  height: 30px;
}
/* :L151 */
.disclaimer a {
  color: white;
}
/* :L155 */
.disclaimer .links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  color: white;
}
/* :L160 */
.disclaimer .links a {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
}
/* :L168 */
/* :L169 */
.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-color: #003056;
  border-color: #003056;
  outline: none !important;
}
/* :L180 */
.modal .modal-dialog {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
/* :L185 */
.modal .modal-body {
  word-break: break-word;
}
/* :L190 */
/* :L192 */
#cookie-policy .table-container,
#privacy-policy .table-container {
  display: block;
  overflow-x: auto;
}
/* :L196 */
#cookie-policy .table-container table,
#privacy-policy .table-container table {
  font-size: 14px;
  margin-bottom: 15px;
}
/* :L200 */
#cookie-policy .table-container table th,
#privacy-policy .table-container table th {
  border-style: solid;
  border-width: thin;
  border-color: #003056;
  padding: 5px;
}
/* :L207 */
#cookie-policy .table-container table th:nth-child(2),
#privacy-policy .table-container table th:nth-child(2) {
  min-width: 250px;
}
/* :L211 */
#cookie-policy .table-container table td,
#privacy-policy .table-container table td {
  border-style: solid;
  border-width: thin;
  border-color: #003056;
  padding: 5px;
  align-content: baseline;
}
/* :L218 */
#cookie-policy .table-container table td ol,
#privacy-policy .table-container table td ol {
  padding-inline-start: 15px;
}
@media (max-width: 767px) {
  /* :L225 */
  #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;
  }
  /* :L229 */
  #cookie-policy .table-container tr,
  #privacy-policy .table-container tr {
    margin-bottom: 15px;
  }
  /* :L233 */
  #cookie-policy .table-container tr:last-of-type,
  #privacy-policy .table-container tr:last-of-type {
    margin-bottom: 0px;
  }
  /* :L237 */
  #cookie-policy .table-container th,
  #privacy-policy .table-container th {
    display: none;
    /* Hide headers */
  
  }
  /* :L241 */
  #cookie-policy .table-container td,
  #privacy-policy .table-container td {
    position: relative;
    padding-left: 50% !important;
    border-bottom: none !important;
  }
  /* :L247 */
  #cookie-policy .table-container td:last-of-type,
  #privacy-policy .table-container td:last-of-type {
    border-bottom: solid thin #003056 !important;
  }
  /* :L251 */
  #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 */

/* :L265 */
.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* :L271 */
.cabin {
  font-family: "Cabin", sans-serif;
  font-weight: 700;
}
/* Colours */
/* Styles */

/* :L288 */
.general-container {
  padding-left: 15px;
  padding-right: 15px;
}
/* :L293 */
.general-container .container {
  width: 100% !important;
  padding-left: 0px;
  padding-right: 0px;
}
/* :L299 */
.general-container .btn.btn-primary:active,
.general-container .btn.btn-primary:visited,
.general-container .btn.btn-primary:focus,
.general-container .btn.btn-primary:hover,
.general-container .btn.btn-primary {
  color: white;
  background-color: #003056;
  border-color: #003056;
  outline: none !important;
}
/* Home Page */

/* :L314 */
.main-page {
  padding-left: 15px;
  padding-right: 15px;
}
/* :L319 */
.header {
  background-size: 100%;
  background-position: left;
}
/* :L323 */
.header .panel {
  border-radius: 15px;
}
@media screen and (max-width: 400px) {
  .header {
    background-position: left top -30px;
  }
}
@media screen and (min-width: 401px) and (max-width: 550px) {
  /* :L332 */
  .header.header-top {
    background-position: left top;
  }
  /* :L336 */
  .header.header-normal {
    background-position: left top -50px;
  }
}
@media screen and (min-width: 551px) and (max-width: 767px) {
  /* :L342 */
  .header.header-top {
    background-position: left top;
  }
  /* :L346 */
  .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: auto;
    background-position-x: right;
    background-position-y: top;
  }
}
@media screen and (max-width: 767px) {
  /* :L365 */
  .header .col {
    padding-bottom: 0px;
  }
  /* :L369 */
  .header .panel {
    background: white;
    box-shadow: 0 0 0;
    border-radius: 0;
    border: 0px;
    margin-bottom: 0px;
  }
  /* :L377 */
  .header .panel-body {
    padding: 15px;
  }
}
/* :L384 */
.header .pan-no-pad {
  padding: 0px;
}
/* :L388 */
.header .panel-body {
  font-size: 14pt;
}
/*
@media screen and (min-width: 768px){
  .panel-splash:hover {
    transform: scale(1.05);
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
  }
}
*/

/* :L401 */
.border-bottom-8 {
  border-bottom: 15px solid #e21b52;
}
/* :L405 */
.margin-left-10 {
  margin-left: 10px;
}
/* :L409 */
.margin-right-10 {
  margin-right: 10px;
}
/* :L413 */
@media screen and (max-width: 767px) {
  .clear-side-margin-small {
    margin-left: 0px;
    margin-right: 0px;
  }
}
/* :L420 */
.bottom-panel {
  padding-top: 3em;
  padding-bottom: 0em;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bottom-panel {
    background-position-x: center;
  }
}
@media screen and (max-width: 767px) {
  .bottom-panel {
    padding-top: 10em;
    padding-bottom: 0em;
  }
}
/* :L435 */
.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;
  }
}
/* :L449 */
.top-panel .panel {
  margin-top: 20px;
}
/* :L454 */
.pricing-banner {
  background: linear-gradient(135deg, #6e8efb, #a777e3);
  padding: 30px;
  text-align: center;
  color: white;
  border-radius: 10px;
}
/* :L462 */
.quoteme {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* :L468 */
.quoteme:hover,
.quoteme:focus {
  text-decoration: none;
}
/* :L473 */
.quoteme span {
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 18px 25px;
  color: #003056;
  font-size: 1.125em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .quoteme span {
    background-color: #003056;
    color: white;
    border-radius: 15px;
    margin: 10px;
  }
}
/*
.quoteme {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: @navy-blue;
  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){
    width: 200px;
  }
}

.quoteme:after {
  content: " ";
  width: 100%;
  height: 0%;
  background: @yellow;
  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;
}

.quoteme:hover,
.quoteme:focus {
  text-decoration: none;
}

.quoteme:hover::after {
  bottom: auto;
  top: 0;
  height: 100%;
  border-radius: 50%;
  transform: scale(1.5);
}

.quoteme span {
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 18px 25px;
  color: #fff;
  font-size: 1.125em;
  z-index: 20;
  transition: all 0.3s ease-in-out;
}

.quoteme:hover span {
  color: @navy-blue;
  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 */

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

/* :L585 */
/* :L587 */
.instanda-home-content .main-header {
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
  padding: 5px 10px 5px 10px;
  background: #e21b52;
}
/* :L595 */
.instanda-home-content .main-header h2 {
  margin-top: 10px;
  color: white;
}
@media screen and (min-width: 768px) {
  /* :L601 */
  .instanda-home-content .panel {
    border-top: none;
  }
}
/* :L606 */
.instanda-home-content .nav-tabs {
  border: 0px;
}
@media screen and (max-width: 767px) {
  .instanda-home-content .nav-tabs {
    margin-bottom: 15px;
  }
}
/* :L613 */
.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: #003056;
  margin-right: 0px;
  border: 1px solid #dddddd;
}
@media screen and (min-width: 768px) {
  .instanda-home-content .nav-tabs > li > a {
    margin-right: 5px;
  }
}
/* :L630 */
.instanda-home-content .nav-tabs > li:not(.active) > a:hover {
  color: white;
}
/* :L636 */
.instanda-home-content .nav-tabs > li > a:focus {
  outline: none !important;
}
/* :L640 */
.instanda-home-content .nav-tabs > li.active > a {
  color: white;
  background: #e21b52;
}
/* :L645 */
.instanda-home-content .nav-tabs > li.active > a:hover,
.instanda-home-content .nav-tabs > li.active > a:focus {
  color: white;
  background: #e21b52;
}
/* :L651 */
.instanda-home-content .nav-tabs > li.active > a:focus {
  outline: none !important;
}
@media screen and (max-width: 767px) {
  /* :L657 */
  .instanda-home-content .nav-tabs {
    display: flex;
    flex-wrap: wrap;
  }
  /* :L660 */
  .instanda-home-content .nav-tabs li {
    width: 100%;
  }
  /* :L664 */
  .instanda-home-content .nav-tabs > li > a {
    border-radius: 0px 0px 0px 0px;
  }
}
/* :L670 */
.instanda-home-content .panel-shuffle {
  margin-top: 0px;
}
/* :L674 */
.instanda-home-content h4 {
  margin-top: 0px;
}
/* :L678 */
.instanda-home-content .quote-identifier {
  display: none;
}
/* :L682 */
.instanda-home-content .pol-outer {
  display: flex;
  flex-wrap: wrap;
}
/* :L686 */
.instanda-home-content .pol-outer .pol-inner:first-of-type {
  padding-right: 10px;
}
/* :L691 */
/* :L692 */
.instanda-home-content .policy-break hr {
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: 3px solid #fff200;
}
/* :L699 */
/* :L701 */
/* :L702 */
.instanda-home-content #policies .polquote:last-of-type .policy-break,
.instanda-home-content #quotes .polquote:last-of-type .policy-break {
  display: none;
}
/* :L708 */
/* :L712 */
/* :L713 */
.instanda-home-content .documents-placeholder .policylink span,
.instanda-home-content .actions-placeholder .policylink span,
.instanda-home-content .quote-actions-placeholder .policylink span {
  display: none;
}
/* :L718 */
.instanda-home-content .documents-placeholder .container,
.instanda-home-content .actions-placeholder .container,
.instanda-home-content .quote-actions-placeholder .container {
  width: 100%;
  padding: 0px;
}
/* :L723 */
.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;
  }
}
/* :L733 */
@media screen and (min-width: 768px) {
  /* :L736 */
  .instanda-home-content .actions-placeholder .policylink,
  .instanda-home-content .quote-actions-placeholder .policylink {
    float: left;
    width: 32%;
    margin-right: 2%;
  }
  /* :L740 */
  .instanda-home-content .actions-placeholder .policylink:last-of-type,
  .instanda-home-content .quote-actions-placeholder .policylink:last-of-type {
    margin-right: 0px;
  }
  /* :L745 */
  .instanda-home-content .actions-placeholder .abandonlink,
  .instanda-home-content .quote-actions-placeholder .abandonlink {
    margin-right: 2% !important;
  }
}
/* :L751 */
.instanda-home-content .documents-placeholder {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .instanda-home-content .documents-placeholder {
    margin-top: 15px;
  }
}
/* :L758 */
/* :L759 */
.instanda-home-content .documents-placeholder .agent-all-docs-responsive h3 {
  display: none;
}
/* :L764 */
.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;
  }
  /* :L770 */
  .instanda-home-content .documents-placeholder ul#documentsList li {
    float: left;
    width: 32%;
    margin-right: 2%;
  }
  /* :L774 */
  .instanda-home-content .documents-placeholder ul#documentsList li:last-of-type {
    margin-right: 0px;
  }
}
/* :L780 */
/* :L781 */
.instanda-home-content .documents-placeholder ul#documentsList li:nth-child(1) a {
  font-size: 0;
}
/* :L783 */
.instanda-home-content .documents-placeholder ul#documentsList li:nth-child(1) a::after {
  font-size: 14px;
  content: 'Schedule';
}
/* :L792 */
.instanda-home-content .polquote-alert {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}
/* :L797 */
.instanda-home-content .polquote-alert .quote-alert {
  font-weight: bold;
  padding: 5px;
}
/* :L803 */
.instanda-home-content .mta-btn,
.instanda-home-content .cancel-btn {
  width: 100%;
  margin-top: 5px;
}
/* :L809 */
.instanda-home-content .clear-both-float {
  clear: both;
}
/* Transaction Styles */

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

/* :L836 */
.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* :L842 */
.cabin {
  font-family: "Cabin", sans-serif;
  font-weight: 700;
}
/* Colours */
/* Package Styles */

/* :L860 */
.fixauto {
  padding-left: 15px;
  padding-right: 15px;
  /* Progress Bar */

  /* Product Description */

  /* Qualification */

  /* Question Sets */

  /* Quote Page */

  /* Post Quote */

  /* Sale Complete */

  /* Cancellation */

}
/* :L865 */
.fixauto .instanda-container-fluid {
  background-color: transparent;
}
/* :L869 */
.fixauto .container {
  width: 100% !important;
  padding-left: 0px;
  padding-right: 0px;
}
/* :L875 */
.fixauto .btn.btn-primary:active,
.fixauto .btn.btn-primary:visited,
.fixauto .btn.btn-primary:focus,
.fixauto .btn.btn-primary:hover,
.fixauto .btn.btn-primary {
  color: white;
  background-color: #003056;
  border-color: #003056;
  outline: none !important;
}
/* :L888 */
.fixauto .pkg-progress-bar {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* :L894 */
.fixauto .pkg-progressbar,
.fixauto .pkg-progressbar-mta {
  overflow: hidden;
  color: #003056;
  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+ */

}
/* :L906 */
.fixauto .pkg-progressbar {
  counter-reset: progress-count;
}
/* :L910 */
.fixauto .pkg-progressbar-mta {
  counter-reset: progress-mta-count;
}
/* :L914 */
.fixauto .pkg-progressbar .active-state,
.fixauto .pkg-progressbar-mta .active-state {
  color: #e21b52;
}
/* :L919 */
.fixauto .pkg-progressbar li,
.fixauto .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+ */

}
/* :L933 */
.fixauto .pkg-progressbar .step {
  counter-increment: progress-count;
}
/* :L937 */
.fixauto .pkg-progressbar-mta .step {
  counter-increment: progress-mta-count;
}
/* :L941 */
.fixauto .pkg-progressbar .step:before {
  content: counter(progress-count);
}
/* :L945 */
.fixauto .pkg-progressbar-mta .step:before {
  content: counter(progress-mta-count);
}
/* :L949 */
.fixauto .pkg-progressbar .complete-state:before,
.fixauto .pkg-progressbar-mta .complete-state:before {
  font-family: "Glyphicons Halflings";
  content: "\e013";
}
/* :L955 */
.fixauto .pkg-progressbar li:before,
.fixauto .pkg-progressbar-mta li:before {
  width: 50px;
  height: 50px;
  line-height: 48px;
  display: block;
  font-size: 20px;
  color: white;
  background: #003056;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .fixauto .pkg-progressbar li:before,
  .fixauto .pkg-progressbar-mta li:before {
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
}
/* :L976 */
.fixauto .pkg-progressbar li:after,
.fixauto .pkg-progressbar-mta li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #003056;
  position: absolute;
  left: 0;
  top: 25px;
}
@media screen and (max-width: 575px) {
  .fixauto .pkg-progressbar li:after,
  .fixauto .pkg-progressbar-mta li:after {
    top: 20px;
  }
}
/* :L990 */
.fixauto .pkg-progressbar .step-desc,
.fixauto .pkg-progressbar-mta .step-desc {
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  .fixauto .pkg-progressbar .step-desc,
  .fixauto .pkg-progressbar-mta .step-desc {
    display: none;
  }
}
/* :L998 */
.fixauto .pkg-progressbar li.complete-state:before,
.fixauto .pkg-progressbar-mta li.complete-state:before {
  line-height: 45px;
}
@media screen and (max-width: 575px) {
  .fixauto .pkg-progressbar li.complete-state:before,
  .fixauto .pkg-progressbar-mta li.complete-state:before {
    line-height: 35px;
  }
}
/* :L1006 */
.fixauto .pkg-progressbar li.active-state:before,
.fixauto .pkg-progressbar li.active-state:after,
.fixauto .pkg-progressbar li.complete-state:before,
.fixauto .pkg-progressbar li.complete-state:after,
.fixauto .pkg-progressbar-mta li.active-state:before,
.fixauto .pkg-progressbar-mta li.active-state:after,
.fixauto .pkg-progressbar-mta li.complete-state:before,
.fixauto .pkg-progressbar-mta li.complete-state:after {
  background: #e21b52;
}
/* :L1019 */
/* :L1020 */
.page-number-2 .fixauto .btn {
  font-size: 24px;
  padding: 11px 17px;
}
/* :L1026 */
.fixauto .covered-top-spacer {
  margin-top: 30px;
}
/* :L1030 */
.fixauto .benefit-highlight {
  padding-bottom: 20px;
}
/* :L1033 */
.fixauto .benefit-highlight .benefit-title {
  margin-top: 0px;
}
/* :L1038 */
.fixauto .product-list-item {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
/* :L1043 */
.fixauto .product-list-item .glyphicon-ok:before {
  content: "";
}
/* :L1047 */
.fixauto .product-list-item .glyphicon-ok:after {
  content: "\e013";
  color: #003056;
}
/* :L1053 */
.fixauto .list-width-100 {
  width: 100%;
}
/* :L1057 */
.fixauto .list-width-80 {
  width: 80%;
}
/* :L1061 */
.fixauto .list-width-20 {
  width: 20%;
}
/* :L1065 */
.fixauto .row-fix-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
/* :L1073 */
.fixauto .row-fix-height > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
/* :L1078 */
.fixauto .badge {
  font-size: 1em;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  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);
}
/* :L1088 */
.fixauto .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;
}
/* :L1096 */
.fixauto .badge-callout {
  background: #003056;
  color: white;
}
/* :L1101 */
.fixauto .panel-shuffle {
  position: relative;
  z-index: 2;
  margin-top: 8px;
  border-radius: 0px 4px 4px 4px;
}
/* :L1110 */
.fixauto .qualification-question {
  border-bottom: 4px solid #e21b52;
}
/* :L1113 */
.fixauto .qualification-question .instanda-text-question.form-group.row {
  margin-bottom: 0px;
}
/* :L1118 */
.fixauto .qualification-question:last-child {
  border-bottom: none;
}
/* :L1122 */
/* :L1124 */
.fixauto .eligibility_confirm_fix .confirmQuestionCheckbox {
  display: flex;
}
/* :L1129 */
/* :L1130 */
.fixauto .wording-links a {
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .fixauto .wording-links a {
    width: 100%;
  }
}
/* :L1141 */
.fixauto .form-control.single-line-address.data8-predictiveaddress {
  margin-bottom: 15px;
}
/* :L1147 */
/* :L1148 */
.fixauto .quote-container .quote-title {
  margin-top: 0px;
}
/* :L1152 */
/* :L1153 */
/* :L1154 */
.fixauto .quote-container .table tr:last-of-type td {
  word-break: break-all;
}
/* :L1161 */
.fixauto .quote-image {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .fixauto .quote-image {
    height: 250px;
    object-fit: cover;
    object-position: 100% 20%;
    margin-bottom: 15px;
  }
}
/* :L1172 */
.fixauto .quote-email {
  text-align: center;
  line-height: 40px;
}
/* :L1179 */
/* :L1181 */
.fixauto .sale_complete_confirm_fix .confirmQuestionCheckbox {
  display: flex;
}
/* :L1188 */
/* :L1189 */
.fixauto #policy-sale-documents .instanda-documents {
  display: flex;
  flex-flow: column;
  text-align: left;
}
/* :L1193 */
.fixauto #policy-sale-documents .instanda-documents a {
  white-space: normal;
  margin-bottom: 5px;
  width: 100%;
}
/* :L1201 */
.fixauto #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) {
  .fixauto #policy-sale-documents .instanda-documents {
    display: flex;
    flex-flow: row wrap;
  }
  /* :L1209 */
  .fixauto #policy-sale-documents .instanda-documents .hidefooterDocLink {
    flex: 1 100%;
    margin-bottom: 5px;
  }
  /* :L1214 */
  .fixauto #policy-sale-documents .instanda-documents a {
    width: 100%;
  }
}
/* :L1224 */
/* :L1226 */
.fixauto .cancel_questions_confirm_fix .confirmQuestionCheckbox {
  display: flex;
}
