

/* :L17 */
html {
  position: relative;
  min-height: 100%;
}
/* :L22 */
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  padding: 0px !important;
}
/* :L28 */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}
/* :L37 */
.custom-footer {
  display: flex;
  justify-content: center;
  position: relative !important;
  bottom: 0 !important;
}
/* :L44 */
.container {
  flex-grow: 1;
  width: 100%;
}
/* :L49 */
.left {
  padding: 0px !Important;
  width: 100% !Important;
  float: none !Important;
}
/* :L55 */
.navbar-right {
  float: none !Important;
}
/* :L59 */
.back-to-edit-quote-container.left.pull-left {
  display: none;
}
/* MT CSS Changes */

/* form-control instanda-date-picker instanda-date-input valid */

/* :L66 */
.field-validation-error {
  background-color: black;
  color: white;
}
/* :L71 */
.instanda-documents {
  color: white;
}
/* :L75 */
.bootstrap-datetimepicker-widget {
  color: black;
}
/* :L81 */
.instanda-date-picker {
  color: black;
}
/* :L85 */
.instanda-date-input {
  color: black;
}
/* END OF MT CSS Changes */

/* :L93 */
.instanda-built-by-footer {
  text-align: center;
  position: absolute;
  bottom: 2px;
  width: 100%;
  font-size: 0.7em;
}
/* :L101 */
.instanda-documents {
  text-align: center;
}
/* :L105 */
.instanda-buttonList {
  margin-top: 20px;
}
/* :L109 */
.instanda-confirm-billing-address {
  margin-top: 20px;
  margin-bottom: 50px;
}
/* :L114 */
.instanda-questionHeader h3 {
  margin-bottom: 15px;
}
/* :L118 */
.instanda-side-content {
  position: absolute;
  top: 20px;
  min-height: 50px;
  padding: 10px;
  border: 1px solid lightgray;
  border-radius: 8px;
  width: 400px;
}
/* :L128 */
.instanda-main-content-container {
  position: relative;
}
/* :L132 */
.instanda-sort-code-input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
/* :L138 */
#instanda-site-layout {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  padding-bottom: 20vh;
}
/* :L145 */
.instanda-choose-address-inner {
  border: 2px solid #eeeeee;
  padding: 15px;
  border-radius: 5px;
  margin-top: 20px;
}
/* :L152 */
.instanda-choose-address-inner .instanda-choose-address-btn {
  margin-top: 10px;
}
/* :L156 */
.instanda-previously-selected {
  display: inline-block;
}
/*Approval action*/

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  /*View quote or policy page action buttons*/
  
  /* :L233 */
  .btn-group > .btn {
    width: 50%;
    margin: 0 auto 3px auto;
  }
  /* :L238 */
  .btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle):nth-of-type(odd) {
    border-radius: 4px 0 0 4px;
  }
  /* :L242 */
  .btn-group .btn:not(:first-child):not(:last-child):not(.dropdown-toggle):nth-of-type(even) {
    border-radius: 0 4px 4px 0;
  }
  /* :L246 */
  .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) {
  /* :L257 */
  .instanda-question-help-col {
    padding-left: 0;
    padding-right: 0;
  }
}
/*Car brands & models question*/

/* :L265 */
.car-models-wrapper,
.car-brands-wrapper {
  overflow-y: auto;
  max-height: 250px;
  margin-bottom: 10px;
}
/* :L272 */
.car-brands-wrapper ul.list-group,
.car-models-wrapper ul.list-group {
  margin-bottom: 0;
}
/* :L277 */
.selected-model,
.selected-brand {
  color: white;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* :L284 */
.car-brands-and-models-summary.well > div {
  margin-bottom: 5px;
}
/* :L288 */
button.car-brands-and-models-show-summary {
  margin-bottom: 10px;
}
/* :L292 */
.car-brands.list-group > li:first-child,
.car-models.list-group > li:first-child {
  display: none;
}
/* :L296 */
.car-models-wrapper,
.car-brands-wrapper {
  display: none;
}
/* ==================
===== Variables =====
================== */
/* Colours */
/* Media query */
/* Font size */
/* Space */
/* ===============
===== Styles =====
=============== */

/* :L333 */
/* :L334 */
.page-index .section-banner {
  position: relative;
  margin-top: -50px;
  /* the height of the header (<768px) */

}
@media only screen and (min-width: 768px) {
  .page-index .section-banner {
    margin-top: -80px;
    /* the height of the header (>768px) */
  
  }
}
/* :L342 */
.page-index .section-banner .banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
/* :L349 */
.page-index .section-banner .banner img {
  width: 100%;
}
/* :L352 */
.page-index .section-banner .banner img.wide {
  display: none;
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  .page-index .section-banner .banner img.wide {
    display: block;
  }
}
/* :L360 */
@media screen and (min-width: 768px) and (orientation: landscape) {
  .page-index .section-banner .banner img.mobile {
    display: none;
  }
}
/* :L368 */
.page-index .section-banner .message_and_cta {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  padding: 90px 20px 20px;
}
@media only screen and (min-width: 768px) {
  .page-index .section-banner .message_and_cta {
    width: 75%;
    padding: 120px 40px 40px;
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .page-index .section-banner .message_and_cta {
    width: 60%;
  }
}
/* :L386 */
.page-index .section-banner .message_and_cta .message {
  padding-right: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .page-index .section-banner .message_and_cta .message {
    text-align: right;
    margin-bottom: 0;
  }
}
/* :L396 */
.page-index .section-banner .message_and_cta .btn-cta {
  padding-right: 30px;
  /* width of the button arrow */
  float: right;
}
/* :L400 */
.page-index .section-banner .message_and_cta .btn-cta a {
  padding: 0 20px;
  background-color: #ff4e00;
  color: white;
  font-weight: 700;
  position: relative;
  display: inline-block;
  width: 140px;
  height: 80px;
  line-height: 80px;
  cursor: pointer;
}
/* :L412 */
.page-index .section-banner .message_and_cta .btn-cta a::before {
  width: 0px;
  height: 0px;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 30px solid #ff4e00;
  position: absolute;
  right: -30px;
  top: 0;
  content: "";
  display: block;
}
/* :L430 */
/* :L431 */
.page-index .section-content .headline {
  padding: 20px 20px 200px;
  background: transparent url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=GZmfuL-nGfmc,UzLIPm4LQ__') left bottom no-repeat;
  background-size: auto 100%;
}
/* :L436 */
.page-index .section-content .headline h2 {
  margin: 0;
}
/* :L441 */
.page-index .section-content ul {
  font-size: 20px;
  padding: 0;
  margin: 40px 0;
}
/* :L446 */
.page-index .section-content ul li {
  list-style-type: none;
  min-height: 65px;
  text-align: left;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .page-index .section-content ul li {
    text-align: right;
    justify-content: flex-end;
  }
}
/* :L460 */
@media only screen and (min-width: 768px) {
  .page-index .section-content ul li:nth-child(2) {
    padding-right: 90px;
  }
}
/* :L466 */
@media only screen and (min-width: 768px) {
  .page-index .section-content ul li:last-child {
    padding-right: 160px;
  }
}
/* :L472 */
.page-index .section-content ul li .icon {
  padding-left: 20px;
}
/* :L478 */
.page-index .section-content .btn-cta {
  margin: 20px 0 40px;
}
/* ==================
===== Variables =====
================== */
/* Colours */
/* Media query */
/* Font size */
/* Space */
/* ===============
===== Styles =====
=============== */

/* Global */

/* utils */

/* Set width */

/* Header */

/* Footer */

/* Form elements */

/* Buttons */

/* Radio buttons */

/* Tables */

/* Breadcrumb */

/* Global */

/* :L537 */
body {
  font-size: 16px;
  font-family: Tahoma, sans-serif;
  line-height: 1.4em;
  color: #a39990;
  margin: 0;
  padding: 0 0 350px 0;
}
@media only screen and (min-width: 640px) {
  body {
    padding-bottom: 180px;
  }
}
/* :L549 */
body * {
  transition: all .3s;
}
/* :L554 */
h1,
h3,
h4,
h5,
h6,
.hero-text h1 {
  color: #ff4e00;
  font-weight: 400;
}
/* :L563 */
h2 {
  color: #424242;
  font-weight: 400;
}
/* :L569 */
h1 {
  /* Banner's headline */
  font-size: 32px;
  margin-top: 0;
}
/* :L574 */
h2 {
  /* Section's headline */
  font-size: 46px;
}
/* :L578 */
h3 {
  /* Sub-section's headline */
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 1px solid #c0c1c1;
}
/* :L585 */
h4,
.hero-text h1 {
  font-size: 22px;
  font-weight: 700;
}
/* :L590 */
h5 {
  font-size: 18px;
  font-weight: 700;
}
/* :L595 */
ol,
ul {
  margin: 20px 0;
}
/* :L599 */
ol li,
ul li {
  margin-bottom: 10px;
}
/* Hyperlinks */

/* :L605 */
a {
  color: #424242;
  text-decoration: 0;
}
/* :L609 */
a:hover {
  text-decoration: underline;
  color: #ff7133;
}
/* :L614 */
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
/* :L621 */
/* :L625 */
a:focus,
button:focus,
.form-control:focus,
.btn:focus {
  outline: 0 !important;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none !important;
}
/* :L632 */
a .fa,
button .fa,
.form-control .fa,
.btn .fa {
  display: none;
}
/* :L637 */
.field-validation-error {
  margin-top: 10px;
  background-color: #a39990;
  display: inline-block;
  border-radius: 0;
  padding: 5px 10px;
  font-weight: 400;
}
/* :L646 */
/* :L647 */
.row > .col-xs-12 {
  /* Action buttons */
  margin-top: 20px;
}
/* utils */

/* :L653 */
.center {
  text-align: center;
}
/* Set width */

/* :L658 */
.page-paymentprogress .instanda-main-content-container {
  /* Anywhere needs to reset page width */
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .page-paymentprogress .instanda-main-content-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .page-paymentprogress .instanda-main-content-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .page-paymentprogress .instanda-main-content-container {
    width: 1170px;
  }
}
@media (min-width: 1600px) {
  .page-paymentprogress .instanda-main-content-container {
    width: 1400px;
  }
}
/* Header */

/* :L681 */
#instanda-header {
  position: sticky;
  top: 0;
}
/* :L686 */
.navbar-static-top {
  margin-bottom: 0;
  background-color: #424242;
  /* Humburger button */

  /* Logo size */

  /* Menu link buttons */

}
/* :L690 */
.navbar-static-top .navbar {
  margin-bottom: 0;
  border: 0;
  background-color: transparent;
}
/* :L695 */
.navbar-static-top .navbar .container {
  background-color: transparent;
}
/* :L701 */
.navbar-static-top .navbar-toggle {
  border: 0;
}
/* :L704 */
.navbar-static-top .navbar-toggle:hover,
.navbar-static-top .navbar-toggle:focus {
  background-color: transparent;
}
/* :L709 */
.navbar-static-top .navbar-toggle .icon-bar {
  background-color: white;
}
/* :L715 */
.navbar-static-top .navbar-brand {
  padding: 3px 15px;
}
@media only screen and (min-width: 768px) {
  .navbar-static-top .navbar-brand {
    padding: 10px 15px;
  }
}
/* :L722 */
.navbar-static-top .navbar-brand > img {
  height: 60px;
  width: auto;
}
/* :L726 */
.navbar-static-top .navbar-brand > img.visible-xs {
  height: 35px;
}
/* :L733 */
/* :L734 */
@media only screen and (min-width: 768px) {
  .navbar-static-top ul.nav li {
    margin: 0 0 0 20px;
  }
}
/* :L739 */
.navbar-static-top ul.nav li a {
  color: white;
  position: relative;
}
/* :L743 */
.navbar-static-top ul.nav li a::before,
.navbar-static-top ul.nav li a::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #ff4e00;
  transform-origin: center;
  transform: translateX(-50%) scaleX(0);
  transition: transform 0.3s ease;
}
/* :L756 */
.navbar-static-top ul.nav li a::before {
  top: 0;
}
/* :L760 */
.navbar-static-top ul.nav li a::after {
  bottom: 0;
}
/* :L764 */
.navbar-static-top ul.nav li a:hover::before,
.navbar-static-top ul.nav li a:hover::after {
  transform: translateX(-50%) scaleX(1);
}
/* :L769 */
.navbar-static-top ul.nav li a:hover {
  color: white;
}
/* :L774 */
/* :L775 */
.navbar-static-top ul.nav li.active a {
  background-color: transparent;
  color: white;
  position: relative;
}
/* :L780 */
.navbar-static-top ul.nav li.active a::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ff4e00;
  transform: none;
}
/* :L790 */
.navbar-static-top ul.nav li.active a:hover {
  color: #ff4e00;
  background-color: transparent;
}
/* Footer */

/* :L801 */
footer,
.custom-footer {
  background-color: #a39990;
  color: white;
  font-size: 12.5px;
}
/* :L808 */
.custom-footer {
  padding: 20px 0;
  position: absolute;
  bottom: 20px;
  width: 100%;
  z-index: 300;
}
/* :L815 */
.custom-footer .left {
  text-align: center;
}
@media only screen and (min-width: 480px) {
  .custom-footer .left {
    width: 80%;
    float: left;
    padding-right: 10%;
    text-align: left;
  }
}
/* :L826 */
.custom-footer .right {
  text-align: center;
  margin: 20px 0;
}
@media only screen and (min-width: 480px) {
  .custom-footer .right {
    width: 20%;
    float: right;
    margin-top: 0;
    text-align: right;
  }
}
/* :L839 */
.footer {
  height: auto;
  z-index: 300;
}
/* :L843 */
.footer .instanda-built-by-footer {
  position: relative;
  bottom: auto;
  font-size: 12.5px;
}
/* :L848 */
.footer .instanda-built-by-footer a {
  color: white;
}
/* Form elements */

/* :L855 */
.form-control {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #c0c1c1;
  padding: 10px 8px;
  height: auto;
  line-height: 1em;
  font-size: 16px;
}
/* :L864 */
.form-control:focus {
  border-color: #a39990;
  box-shadow: 0 0 1px 1px #424242;
  box-shadow: 0 0 0 1 xpx #424242;
  outline: none;
}
/* :L871 */
.form-control[type="text"] {
  -webkit-appearance: none;
}
/* :L876 */
select.form-control {
  padding-right: 40px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: white;
  background-image: url('../ImageUpload/DownloadImageVersion?uploadedImageVersionId=Sgm-ObEiR2EMY%2C2FBk1eXw__') !important;
  background-repeat: no-repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: 16px 9px;
}
/* :L887 */
select.form-control::-ms-expand {
  display: none;
}
/* :L892 */
label {
  font-weight: 400;
  margin-bottom: 10px;
}
/* Buttons */

/* :L898 */
.btn,
.btn-primary {
  background-color: #246c7b;
  color: white;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 20px;
  border-radius: 0;
  border: 0;
  margin: 40px 0;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .btn,
  .btn-primary {
    font-size: 20px;
    padding: 15px 40px;
  }
}
/* :L916 */
.btn:hover,
.btn-primary:hover {
  color: white;
  cursor: pointer;
  background-color: #cc3e00;
}
/* :L921 */
.btn:hover::before,
.btn-primary:hover::before {
  transition: all 0.5s ease-in-out;
  transform-origin: center;
  transform: scale(1.25);
  opacity: 0;
  border: 4px solid white;
}
/* :L930 */
.btn::before,
.btn-primary::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  border: 1px solid #246c7b;
  transform-origin: center;
  transform: scale(1);
}
/* :L944 */
.btn:focus,
.btn-primary:focus,
.btn:active,
.btn-primary:active,
.btn.active:focus,
.btn-primary.active:focus,
.btn.active:active,
.btn-primary.active:active {
  background-color: #cc3e00;
}
/* :L950 */
.btn:focus:hover,
.btn-primary:focus:hover,
.btn:active:hover,
.btn-primary:active:hover,
.btn.active:focus:hover,
.btn-primary.active:focus:hover,
.btn.active:active:hover,
.btn-primary.active:active:hover,
.btn:focus:active,
.btn-primary:focus:active,
.btn:active:active,
.btn-primary:active:active,
.btn.active:focus:active,
.btn-primary.active:focus:active,
.btn.active:active:active,
.btn-primary.active:active:active,
.btn:focus:hover,
.btn-primary:focus:hover,
.btn:active:hover,
.btn-primary:active:hover,
.btn.active:focus:hover,
.btn-primary.active:focus:hover,
.btn.active:active:hover,
.btn-primary.active:active:hover,
.btn:focus.focus,
.btn-primary:focus.focus,
.btn:active.focus,
.btn-primary:active.focus,
.btn.active:focus.focus,
.btn-primary.active:focus.focus,
.btn.active:active.focus,
.btn-primary.active:active.focus {
  /* Override defualt */
  background-color: #cc3e00;
}
/* :L959 */
#backButton,
a.pull-left {
  background-color: white;
  border: 1px solid #ff4e00;
  color: #ff4e00;
}
/* :L965 */
#backButton::before,
a.pull-left::before {
  display: none;
}
/* :L969 */
#backButton:hover,
a.pull-left:hover {
  background-color: #dbd6d3;
  border-color: #dbd6d3;
  color: #ff4e00;
}
/* :L974 */
#backButton:hover::before,
a.pull-left:hover::before {
  display: none;
}
/* :L980 */
.btn-download a {
  padding-left: 20px;
  position: relative;
}
/* :L984 */
.btn-download a::after {
  content: "\f15b";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  width: 16px;
  height: 16px;
  font-size: 16px;
  left: 0;
  top: 0;
  display: block;
}
/* :L1002 */
/* :L1003 */
@media screen and (max-width: 767px) {
  .row > .col-xs-12 {
    float: none;
    text-align: center;
  }
}
/* :L1009 */
@media screen and (max-width: 767px) {
  .row > .col-xs-12 .btn {
    float: none !important;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
  }
}
/* Radio buttons */

/* :L1022 */
.radio-inline {
  /* Square button style */
  background-color: white;
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #424242;
  color: #a39990;
  transition: all 0.2s ease-in-out;
}
/* :L1030 */
.radio-inline.instanda-selected {
  background-color: #424242;
  border-color: #424242;
  color: white;
  box-shadow: none;
}
/* :L1037 */
.radio-inline > input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
/* :L1046 */
.radio-inline.instanda-unselected:hover {
  cursor: pointer;
  background-color: white;
  color: #a39990;
}
/* :L1054 */
.radio > label {
  /* Round radio button */
  padding-left: 25px;
}
/* :L1058 */
/* :L1059 */
.radio > label.instanda-selected input[type="radio"],
.radio > label.instanda-unselected input[type="radio"] {
  position: absolute;
  left: -9999px;
}
/* :L1066 */
/* :L1067 */
.radio > label input[type="radio"],
.radio > label.instanda-unselected input[type="radio"] {
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
/* :L1076 */
/* :L1077 */
.radio > label.instanda-selected::before,
.radio > label.instanda-unselected::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 1px solid #424242;
  border-radius: 100%;
  background: white;
}
/* :L1090 */
.radio > label.instanda-selected::before {
  border-color: #ff4e00;
}
/* :L1095 */
/* :L1096 */
.radio > label.instanda-selected::after,
.radio > label.instanda-unselected::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #ff4e00;
  position: absolute;
  top: 5px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* :L1111 */
/* :L1112 */
.radio > label.instanda-unselected::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* :L1119 */
/* :L1120 */
.radio > label.instanda-selected::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* :L1127 */
.instanda-documents {
  text-align: center;
  font-size: 15px;
}
/* Tables */

/* :L1135 */
/* :L1136 */
.table-responsive .table-bordered > thead > tr > th {
  border-bottom-width: 0px;
  width: 10%;
}
/* Breadcrumb */

/* :L1144 */
.quote-steps-wrapper {
  position: sticky;
  top: 50px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .quote-steps-wrapper {
    top: 80px;
  }
}
/* :L1154 */
.quote-steps {
  display: flex;
  justify-content: space-between;
  font-size: 12.5px;
  font-weight: bold;
  margin: 20px 0 30px;
  flex-wrap: wrap;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .quote-steps {
    margin: 40px 0 30px;
  }
}
/* :L1167 */
.quote-steps__line {
  opacity: 0;
  width: 0;
}
@media only screen and (min-width: 640px) {
  .quote-steps__line {
    opacity: 1;
    width: 100%;
    border-top: 2px solid #c0c1c1;
    position: absolute;
    top: 50%;
    z-index: -1;
  }
}
/* :L1181 */
.quote-steps__dot {
  display: inline-block;
  border: 2px solid #c0c1c1;
  width: 2em;
  height: 2em;
  text-align: center;
  border-radius: 50%;
  font-size: .8em;
  color: #c0c1c1;
  line-height: calc(2em - 4px);
  margin-right: 5px;
}
/* :L1194 */
.quote-steps__step {
  flex: 2 50%;
  max-width: 48%;
  background: white;
  padding: 0 10px;
  color: #c0c1c1;
}
/* :L1201 */
.quote-steps__step a {
  color: #c0c1c1;
  cursor: pointer;
}
@media only screen and (min-width: 640px) {
  .quote-steps__step {
    flex: initial;
    max-width: none;
  }
}
/* :L1211 */
.quote-steps__step.first {
  padding-left: 0;
  padding-right: 10px;
}
/* :L1216 */
@media only screen and (min-width: 640px) {
  .quote-steps__step.last {
    padding-left: 10px;
    padding-right: 0;
  }
}
/* :L1223 */
.quote-steps__step.active {
  color: #a39990;
}
/* :L1226 */
.quote-steps__step.active a {
  color: #a39990;
}
/* :L1230 */
.quote-steps__step.active .quote-steps__dot {
  color: white;
  background-color: #ff4e00;
  border-color: #ff4e00;
}
/* ==================
===== Variables =====
================== */
/* Colours */
/* Media query */
/* Font size */
/* Space */
/* ===============
===== Styles =====
=============== */

/* Pre Quote Questions */

/* Post Quote Questions */

/* Pre Quote Questions */

/* :L1276 */
.hero-text {
  background-color: #b71234;
  color: white;
  padding: 20px 0;
}
/* :L1281 */
.hero-text h1 {
  color: white;
}
/* :L1287 */
#question243332 {
  /* Title, First Name, Last Name */
  position: relative;
}
/* :L1290 */
/* :L1291 */
@media only screen and (min-width: 768px) {
  #question243332 .col-lg-6 > .form-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
  }
}
/* :L1299 */
@media only screen and (min-width: 768px) {
  #question243332 .col-lg-6 > .form-group > div {
    flex: 1 150px;
    padding-right: 10px;
  }
}
/* :L1305 */
@media only screen and (min-width: 768px) {
  #question243332 .col-lg-6 > .form-group > div:nth-child(2),
  #question243332 .col-lg-6 > .form-group > div:last-child {
    flex: 1 calc((100% - 150px) / 2);
  }
}
/* :L1312 */
@media only screen and (min-width: 768px) {
  #question243332 .col-lg-6 > .form-group > div:last-child {
    padding-right: 0;
  }
}
/* :L1321 */
@media screen and (max-width: 767px) {
  #question243332 .instanda-question-choice {
    float: none;
    width: 100%;
  }
}
/* :L1328 */
@media only screen and (min-width: 768px) {
  #question243332 > .instanda-question-label {
    position: absolute;
  }
}
/* Insurance Company (Current Principal) and Position questions side by side */

/*
Not sure this is used IU 26/08/21
#question123094 {
    @media @tablet {
        padding-right: 40%;
    }
}

#question124930 {
    @media @tablet {
        width: 60%;
        display: inline-block;
        float: right;
        margin-top: -101px;
    }
}

.instanda-address-line-1 {
    margin-bottom: 10px;
}
*/

/* :L1358 */
#question184131,
#question184133,
#question184135 {
  /* Yes No Questions */
  position: relative;
}
/* :L1363 */
/* :L1364 */
@media only screen and (min-width: 640px) {
  #question184131 .instanda-question-parent-yes-no > .instanda-question-label,
  #question184133 .instanda-question-parent-yes-no > .instanda-question-label,
  #question184135 .instanda-question-parent-yes-no > .instanda-question-label {
    width: calc(100% - 200px);
  }
}
/* :L1370 */
@media only screen and (min-width: 640px) {
  #question184131 .instanda-question-parent-yes-no > .instanda-text-question,
  #question184133 .instanda-question-parent-yes-no > .instanda-text-question,
  #question184135 .instanda-question-parent-yes-no > .instanda-text-question {
    position: absolute;
    right: 0;
    top: 0;
    float: right;
  }
}
/* :L1378 */
#question184131 .instanda-question-parent-yes-no > .instanda-text-question > .instanda-question-input,
#question184133 .instanda-question-parent-yes-no > .instanda-text-question > .instanda-question-input,
#question184135 .instanda-question-parent-yes-no > .instanda-text-question > .instanda-question-input {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  #question184131 .instanda-question-parent-yes-no > .instanda-text-question > .instanda-question-input,
  #question184133 .instanda-question-parent-yes-no > .instanda-text-question > .instanda-question-input,
  #question184135 .instanda-question-parent-yes-no > .instanda-text-question > .instanda-question-input {
    padding: 0;
  }
}
/* :L1389 */
/* :L1390 */
.page-prequotequestions .instanda-question-choice {
  float: left;
  display: inline-block;
  margin: 0 20px 0 0;
}
/* :L1396 */
.page-prequotequestions .col-lg-6 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-prequotequestions .col-lg-6 {
    width: 60%;
  }
}
/* :L1404 */
/* :L1405 */
.page-prequotequestions.page-number-2 .hero-text {
  display: none;
}
/* :L1409 */
/* :L1410 */
/* :L1411 */
/* :L1412 */
.page-prequotequestions.page-number-2 .quote-steps__step.first.active a {
  color: #c0c1c1;
}
/* :L1416 */
.page-prequotequestions.page-number-2 .quote-steps__step.first.active .quote-steps__dot {
  border: 2px solid #c0c1c1;
  background-color: white;
  color: #c0c1c1;
}
/* :L1426 */
/* :L1427 */
/* :L1428 */
/* :L1429 */
/* :L1430 */
.page-prequotequestions.page-number-1 .quote-steps__step.second.active a {
  color: #c0c1c1;
}
/* :L1434 */
.page-prequotequestions.page-number-1 .quote-steps__step.second.active .quote-steps__dot {
  border: 2px solid #c0c1c1;
  background-color: white;
  color: #c0c1c1;
}
/*
Not sure this is used IU 26/08/21
#question123065 { /* Cover Types * /
    & > .form-group {
        background-color: @grey-lighter;;
        padding: 20px;

        .col-lg-6 {
            width: 100%;
        }

        .form-group {
            margin-bottom: 0;
            display: flex;
            flex-wrap: wrap;

            @media @tablet {
                flex-wrap: nowrap;
            }

            & > .radio {
                flex: 1 100%;
                margin: 0 0 20px 0;

                @media @tablet {
                    flex: 3 33.33%;
                    margin: 0 20px 0 0;
                }
            }
        }

        .radio > label { /* Square button style * /
            background-color: white;
            text-align: center;
            padding: 40px 20px;
            border: 1px solid @grey-lighter;
            color: @color-bodytext;
            transition: all 0.2s ease-in-out;
            width: 100%;
        
            &.instanda-selected {
                background-color: @grey;
                border-color: @grey;
                color: #fff;
                box-shadow: none;
            }
            
            & > input {
                position: absolute !important;
                clip: rect(0, 0, 0, 0);
                height: 1px;
                width: 1px;
                border: 0;
                overflow: hidden;
            }
        
            &.instanda-unselected:hover {
                cursor: pointer;
                background-color: white;
                color: @color-bodytext;
            }

            &.instanda-selected::before,
            &.instanda-unselected::before,
            &.instanda-selected::after,
            &.instanda-unselected::after {
                display: none;
            }
        }
    }
}
*/

/* Pre Quote Questions Presentation */

/* Multi Item Inline flex (side by side) */

/* :L1523 */
div#MultiItemQuestionSet1 {
  display: inline-flex;
  width: 100%;
}
/* :L1528 */
div#heading_MultiItemQuestionSet1_218260 {
  width: 235px;
}
/* :L1532 */
div#collapse_MultiItemQuestionSet1_218260 {
  display: inherit;
}
/* :L1536 */
div#MultiItemQuestionSet2 {
  display: inline-flex;
  width: 100%;
}
/* :L1541 */
div#MultiItemQuestionSet3 {
  display: inline-flex;
  width: 100%;
}
/* :L1546 */
div#MultiItemQuestionSet4 {
  display: inline-flex;
  width: 100%;
}
/* :L1551 */
div#MultiItemQuestionSet5 {
  display: inline-flex;
  width: 100%;
}
/* :L1556 */
div#MultiItemQuestionSet6 {
  display: inline-flex;
  width: 100%;
}
/* :L1561 */
div#MultiItemQuestionSet7 {
  display: inline-flex;
  width: 100%;
}
/* :L1566 */
div#MultiItemQuestionSet8 {
  display: inline-flex;
  width: 100%;
}
/* :L1571 */
div#MultiItemQuestionSet9 {
  display: inline-flex;
  width: 100%;
}
/* :L1576 */
div#MultiItemQuestionSet10 {
  display: inline-flex;
  width: 100%;
}
/* :L1581 */
div#MultiItemQuestionSet11 {
  display: inline-flex;
  width: 100%;
}
/* :L1586 */
div#MultiItemQuestionSet12 {
  display: inline-flex;
  width: 100%;
}
/* :L1591 */
div#MultiItemQuestionSet13 {
  display: inline-flex;
  width: 100%;
}
/* :L1596 */
div#MultiItemQuestionSet14 {
  display: inline-flex;
  width: 100%;
}
/* :L1601 */
div#MultiItemQuestionSet15 {
  display: inline-flex;
  width: 100%;
}
/* :L1606 */
div#MultiItemQuestionSet16 {
  display: inline-flex;
  width: 100%;
}
/* :L1611 */
div#MultiItemQuestionSet17 {
  display: inline-flex;
  width: 100%;
}
/* :L1616 */
div#MultiItemQuestionSet18 {
  display: inline-flex;
  width: 100%;
}
/* :L1621 */
div#MultiItemQuestionSet19 {
  display: inline-flex;
  width: 100%;
}
/* :L1626 */
div#MultiItemQuestionSet20 {
  display: inline-flex;
  width: 100%;
}
/* :L1631 */
div#MultiItemQuestionSet21 {
  display: inline-flex;
  width: 100%;
}
/* :L1636 */
div#MultiItemQuestionSet22 {
  display: inline-flex;
  width: 100%;
}
/* :L1641 */
div#MultiItemQuestionSet23 {
  display: inline-flex;
  width: 100%;
}
/* :L1646 */
div#MultiItemQuestionSet24 {
  display: inline-flex;
  width: 100%;
}
/* :L1651 */
div#MultiItemQuestionSet25 {
  display: inline-flex;
  width: 100%;
}
/* :L1656 */
div#MultiItemQuestionSet26 {
  display: inline-flex;
  width: 100%;
}
/* :L1661 */
div#MultiItemQuestionSet27 {
  display: inline-flex;
  width: 100%;
}
/* :L1666 */
div#MultiItemQuestionSet28 {
  display: inline-flex;
  width: 100%;
}
/* :L1671 */
div#MultiItemQuestionSet29 {
  display: inline-flex;
  width: 100%;
}
/* :L1676 */
div#MultiItemQuestionSet30 {
  display: inline-flex;
  width: 100%;
}
/* :L1681 */
div#ClaimsMultiItem1 {
  display: inline-flex;
  width: 100%;
}
/* :L1686 */
div#ClaimsMultiItem2 {
  display: inline-flex;
  width: 100%;
}
/* :L1691 */
div#ClaimsMultiItem3 {
  display: inline-flex;
  width: 100%;
}
/* :L1696 */
div#ClaimsMultiItem4 {
  display: inline-flex;
  width: 100%;
}
/* :L1701 */
div#ClaimsMultiItem5 {
  display: inline-flex;
  width: 100%;
}
/* :L1706 */
div#ClaimsMultiItem6 {
  display: inline-flex;
  width: 100%;
}
/* :L1711 */
div#ClaimsMultiItem7 {
  display: inline-flex;
  width: 100%;
}
/* :L1716 */
div#ClaimsMultiItem8 {
  display: inline-flex;
  width: 100%;
}
/* :L1721 */
div#ClaimsMultiItem9 {
  display: inline-flex;
  width: 100%;
}
/* :L1726 */
div#ClaimsMultiItem10 {
  display: inline-flex;
  width: 100%;
}
/* Multi Item Display pages */

/* :L1733 */
div#collapse_MultiItemQuestionSet2_218260 {
  display: inline-flex;
  width: 100%;
}
/* :L1738 */
div#collapse_MultiItemQuestionSet3_218260 {
  display: inline-flex;
  width: 100%;
}
/* :L1743 */
div#collapse_MultiItemQuestionSet4_218260 {
  display: inline-flex;
  width: 100%;
}
/* :L1748 */
div#collapse_MultiItemQuestionSet5_218260 {
  display: inline-flex;
  width: 100%;
}
/* :L1753 */
div#collapse_MultiItemQuestionSet6_218260 {
  display: inline-flex;
  width: 100%;
}
/* :L1758 */
div#collapse_MultiItemQuestionSet7_218260 {
  display: inline-flex;
  width: 100%;
}
/* :L1763 */
div#collapse_MultiItemQuestionSet8_218260 {
  display: inline-flex;
  width: 100%;
}
/* :L1768 */
div#collapse_MultiItemQuestionSet9_218260 {
  display: inline-flex;
  width: 100%;
}
/* :L1773 */
div#collapse_MultiItemQuestionSet10_218260 {
  display: inline-flex;
  width: 100%;
}
/* :L1778 */
div#collapse_MultiItemQuestionSet11_218260 {
  display: inline-flex;
  width: 100%;
}
/* :L1783 */
div#collapse_MultiItemQuestionSet12_218260 {
  display: inline-flex;
  width: 100%;
}
/* :L1788 */
div#collapse_MultiItemQuestionSet13_218260 {
  display: inline-flex;
  width: 100%;
}
/* :L1793 */
div#collapse_MultiItemQuestionSet14_218260 {
  display: inline-flex;
  width: 100%;
}
/* :L1798 */
div#collapse_MultiItemQuestionSet15_218260 {
  display: inline-flex;
  width: 100%;
}
/* :L1803 */
div#collapse_MultiItemQuestionSet16_218260 {
  display: inline-flex;
  width: 100%;
}
/* :L1808 */
div#collapse_MultiItemQuestionSet17_218260 {
  display: inline-flex;
  width: 100%;
}
/* :L1813 */
div#collapse_MultiItemQuestionSet18_218260 {
  display: inline-flex;
  width: 100%;
}
/* :L1818 */
div#collapse_MultiItemQuestionSet19_218260 {
  display: inline-flex;
  width: 100%;
}
/* :L1823 */
div#collapse_MultiItemQuestionSet20_218260 {
  display: inline-flex;
  width: 100%;
}
/* :L1828 */
div#collapse_MultiItemQuestionSet12_218260 {
  display: inline-flex;
  width: 100%;
}
/* :L1833 */
div#collapse_MultiItemQuestionSet22_218260 {
  display: inline-flex;
  width: 100%;
}
/* :L1838 */
div#collapse_MultiItemQuestionSet23_218260 {
  display: inline-flex;
  width: 100%;
}
/* :L1843 */
div#collapse_MultiItemQuestionSet24_218260 {
  display: inline-flex;
  width: 100%;
}
/* :L1848 */
div#collapse_MultiItemQuestionSet25_218260 {
  display: inline-flex;
  width: 100%;
}
/* :L1853 */
div#collapse_MultiItemQuestionSet26_218260 {
  display: inline-flex;
  width: 100%;
}
/* :L1858 */
div#collapse_MultiItemQuestionSet27_218260 {
  display: inline-flex;
  width: 100%;
}
/* :L1863 */
div#collapse_MultiItemQuestionSet28_218260 {
  display: inline-flex;
  width: 100%;
}
/* :L1868 */
div#collapse_MultiItemQuestionSet29_218260 {
  display: inline-flex;
  width: 100%;
}
/* :L1873 */
div#collapse_MultiItemQuestionSet30_218260 {
  display: inline-flex;
  width: 100%;
}
/* :L1879 */
div#collapse_ClaimsMultiItem1_216832 {
  display: inline-flex;
  width: 100%;
}
/* :L1884 */
div#collapse_ClaimsMultiItem2_216832 {
  display: inline-flex;
  width: 100%;
}
/* :L1889 */
div#collapse_ClaimsMultiItem3_216832 {
  display: inline-flex;
  width: 100%;
}
/* :L1894 */
div#collapse_ClaimsMultiItem4_216832 {
  display: inline-flex;
  width: 100%;
}
/* :L1899 */
div#collapse_ClaimsMultiItem5_216832 {
  display: inline-flex;
  width: 100%;
}
/* :L1904 */
div#collapse_ClaimsMultiItem6_216832 {
  display: inline-flex;
  width: 100%;
}
/* :L1909 */
div#collapse_ClaimsMultiItem7_216832 {
  display: inline-flex;
  width: 100%;
}
/* :L1914 */
div#collapse_ClaimsMultiItem8_216832 {
  display: inline-flex;
  width: 100%;
}
/* :L1919 */
div#collapse_ClaimsMultiItem9_216832 {
  display: inline-flex;
  width: 100%;
}
/* :L1924 */
div#collapse_ClaimsMultiItem10_216832 {
  display: inline-flex;
  width: 100%;
}
/* Multi Item Add/Remove buttons */

/* Add */

/*.questionItem.instanda-question-item.instanda-multi-item-add-remove.container.form-group {
    position: relative;
    top: -138px;
    left: 281px;
}*/

/* Remove */

/* .instanda-multi-item-add-remove.container {
    position: relative;
    left: 469px;
    top: -461px;
}
*/

/* Quote Adjustment Questions */

/* :L1946 */
div#question213316 {
  width: 360px;
}
/* Post Quote Questions */

/* :L1951 */
/* :L1952 */
/* :L1953 */
.page-postquotequestions .instanda-confirm-question-checkbox > label {
  margin-right: 8px;
  float: left;
}
/* ==================
===== Variables =====
================== */
/* Colours */
/* Media query */
/* Font size */
/* Space */
/* ===============
===== Styles =====
=============== */

/* Quote Display */

/* Confirm Payment Details */

/* Sale Confirmation Page */

/* Payment pages */

/* Decline page */

/* Quote Display */

/* :L2005 */
/* :L2007 */
@media only screen and (min-width: 768px) {
  .page-quote .col-sm-9.main {
    padding-left: 0;
    padding-right: 80px;
  }
}
/* :L2014 */
.page-quote .container {
  padding-left: 15px;
  /* Override default's */
  padding-right: 15px;
  /* Override default's */

}
/* :L2019 */
@media only screen and (min-width: 768px) {
  .page-quote h3 {
    margin-left: -15px;
  }
}
/* :L2025 */
.page-quote .summary-wrapper {
  border: 1px solid #dbd6d3;
  margin-bottom: 40px;
}
/* :L2029 */
.page-quote .summary-wrapper .summary-row {
  padding: 10px;
  border-bottom: 1px solid #dbd6d3;
}
/* :L2033 */
.page-quote .summary-wrapper .summary-row span {
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .page-quote .summary-wrapper .summary-row span {
    text-align: right;
    width: calc(100% - 250px);
  }
}
/* :L2043 */
.page-quote .summary-wrapper .summary-row label {
  width: 250px;
}
@media only screen and (min-width: 640px) {
  .page-quote .summary-wrapper .summary-row label {
    float: left;
    margin-bottom: 0;
  }
}
/* :L2052 */
.page-quote .summary-wrapper .summary-row:first-child,
.page-quote .summary-wrapper .summary-row:last-child {
  color: #d32300;
}
/* :L2056 */
.page-quote .summary-wrapper .summary-row:first-child span,
.page-quote .summary-wrapper .summary-row:last-child span {
  font-weight: 700;
}
/* :L2061 */
.page-quote .summary-wrapper .summary-row:last-child {
  border-bottom: 0;
}
/* :L2065 */
.page-quote .summary-wrapper .summary-row:nth-child(even) {
  background-color: #f7f7f7;
}
/* :L2071 */
.page-quote .important-message-wrapper {
  color: #616365;
}
/* :L2075 */
.page-quote .sidebar {
  background-color: #f7f7f7;
  padding: 20px;
  margin-bottom: 20px;
}
/* :L2081 */
.page-quote .box-confirm {
  background-color: #f7f7f7;
  padding: 10px;
  margin-top: 40px;
}
/* :L2088 */
#instanda-quote-content > div.instanda-quote-content > div.form-group.instanda-container-fluid > div > h3 {
  color: #424242;
}
/* :L2092 */
.back-to-edit-quote-container.left.pull-left {
  display: none;
}
/* :L2095 */
#quote-content-form > div.container > div > div > div.back-to-edit-quote-container.left.pull-left {
  display: none;
}
/* Confirm Payment Details */

/* :L2100 */
/* :L2102 */
@media only screen and (min-width: 768px) {
  .page-confirmbillingdetails .main {
    padding-left: 0;
  }
}
/* :L2107 */
.page-confirmbillingdetails .main .container {
  padding-left: 0;
  padding-right: 0;
}
/* :L2113 */
@media only screen and (min-width: 768px) {
  .page-confirmbillingdetails .sidebar {
    padding-right: 0;
  }
}
/* :L2119 */
/* :L2120 */
/* :L2121 */
.page-confirmbillingdetails .main .instanda-main-content > div:first-child {
  margin-top: 20px;
  color: #b71234;
  font-size: 20px;
}
/* :L2129 */
.page-confirmbillingdetails .paysafe-wrapper {
  padding: 40px 20px;
  border: 1px solid #dbd6d3;
  margin: 20px 0 40px 0;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .page-confirmbillingdetails .paysafe-wrapper {
    padding: 40px;
  }
}
/* :L2139 */
.page-confirmbillingdetails .paysafe-wrapper img {
  margin-bottom: 40px;
}
/* :L2143 */
.page-confirmbillingdetails .paysafe-wrapper::after {
  content: "\f09d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 60px;
  right: 20px;
  top: 40px;
  display: block;
}
@media only screen and (min-width: 640px) {
  .page-confirmbillingdetails .paysafe-wrapper::after {
    right: 40px;
  }
}
/* Sale Confirmation Page */

/* :L2167 */
/* :L2168 */
.page-confirmation2 .instanda-confirmation-content {
  margin-bottom: 40px;
}
/* Decline (Cant quote) Page */

/* :L2176 */
.alert {
  padding: 15px;
  margin-bottom: 150px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* Information icon */

/* :L2184 */
a .fa,
button .fa,
.form-control .fa,
.btn .fa {
  display: contents;
}
/* Agent Dashboard */

/* :L2192 */
#instanda-site-layout > div > div > div > div.container.agentDashboardResultsContainerCustom > h3 {
  color: #424242;
}
/* :L2197 */
h3#searchTitle {
  color: #424242;
}
/* :L2201 */
#quotesContainerCustom > h4 {
  color: #424242;
}
/* :L2205 */
#policiesContainerCustom > h4 {
  color: #424242;
}
/* :L2209 */
#renewalsContainerCustom > h4 {
  color: #424242;
}
/* Agent Search */

/* :L2215 */
#instanda-site-layout > div > div > div > div.form-group.instanda-container-fluid > div > h3 {
  color: #424242;
}
/* :L2219 */
#instanda-site-layout > div > div > div > div:nth-child(3) > div > div.instanda-agent-retrieve-quotes > div.container.instanda-agent-search-fields > div > div:nth-child(1) > h4 {
  color: #424242;
}
/* Payment pages */

/* :L2226 */
.page-paymentprogress .instanda-main-content-container {
  padding-top: 40px;
}
/* Homepage */

/* :L2230 */
/* :L2231 */
/* :L2232 */
.page-customerhomepage .banner-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: bottom center;
}
@media only screen and (min-width: 768px) {
  .page-customerhomepage .banner-image img {
    height: 400px;
  }
}
/* :L2245 */
.section-banner {
  position: relative;
}
/* :L2249 */
#customer-portal-tab {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  margin-top: -62px;
  position: sticky;
  top: 50px;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #customer-portal-tab {
    top: 180px;
  }
}
@media only screen and (min-width: 1200px) {
  #customer-portal-tab {
    top: 130px;
  }
}
/* :L2265 */
#customer-portal-tab .col-xs-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  text-align: left;
}
/* :L2272 */
#customer-portal-tab .col-xs-12 h1 {
  margin: 0;
}
/* :L2276 */
#customer-portal-tab .col-xs-12 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
}
/* :L2283 */
#customer-portal-tab .col-xs-12 ul li {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
}
/* :L2288 */
#customer-portal-tab .col-xs-12 ul li + li {
  padding-left: 20px;
  margin-left: 20px;
  position: relative;
}
/* :L2293 */
#customer-portal-tab .col-xs-12 ul li + li::before {
  position: absolute;
  display: block;
  content: "|";
  left: 0;
}
/* :L2306 */
/* :L2307 */
/* :L2308 */
.cp-list-wrapper + .cp-list-wrapper h3,
.cp-list-wrapper + .cp-list-wrapper .list-title {
  display: none;
}
/* :L2315 */
.cp-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #c0c1c1;
  align-items: center;
}
/* :L2322 */
.cp-list.list-title {
  display: none;
}
@media only screen and (min-width: 768px) {
  .cp-list.list-title {
    display: flex;
    font-size: 12.5px;
    font-weight: bold;
    color: #616365;
  }
}
/* :L2333 */
.cp-list > div {
  flex-basis: calc((100% - 40px) / 2);
  text-align: left;
  padding: 10px 0;
}
@media only screen and (min-width: 768px) {
  .cp-list > div {
    flex-basis: calc(100% / 6);
  }
}
/* :L2342 */
@media only screen and (min-width: 768px) {
  .cp-list > div:nth-child(odd) {
    padding-right: 20px;
  }
}
/* :L2348 */
@media only screen and (min-width: 768px) {
  .cp-list > div + div {
    padding-right: 0;
    padding-left: 20px;
  }
}
/* :L2355 */
.cp-list > div span.label {
  display: block;
  font-size: 12.5px;
  color: #616365;
  text-align: left;
  padding: 0 0 8px 0;
}
@media only screen and (min-width: 768px) {
  .cp-list > div span.label {
    display: none;
  }
}
/* :L2367 */
/* :L2368 */
.cp-list > div.item-action a {
  background-color: #246c7b;
  color: white;
  padding: 6px 15px;
  border-radius: 6px;
  display: inline-block;
}
/* :L2379 */
/* :L2380 */
/* :L2381 */
@media only screen and (min-width: 768px) {
  .list-policy .cp-list > div {
    flex-basis: calc(100% / 4);
  }
}
