

/* ==================
===== Variables =====
================== */
/* Colours */
/* Media query */
/* Font size */
/* Space */
/* ===============
===== Styles =====
=============== */

/* :L51 */
/* :L52 */
.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) */
  
  }
}
/* :L60 */
.page-index .section-banner .banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
/* :L67 */
.page-index .section-banner .banner img {
  width: 100%;
}
/* :L70 */
.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;
  }
}
/* :L78 */
@media screen and (min-width: 768px) and (orientation: landscape) {
  .page-index .section-banner .banner img.mobile {
    display: none;
  }
}
/* :L86 */
.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%;
  }
}
/* :L104 */
.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;
  }
}
/* :L114 */
.page-index .section-banner .message_and_cta .btn-cta {
  padding-right: 30px;
  /* width of the button arrow */
  float: right;
}
/* :L118 */
.page-index .section-banner .message_and_cta .btn-cta a {
  padding: 0 20px;
  background-color: #b71234;
  color: white;
  font-weight: 700;
  position: relative;
  display: inline-block;
  width: 140px;
  height: 80px;
  line-height: 80px;
  cursor: pointer;
}
/* :L130 */
.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 #b71234;
  position: absolute;
  right: -30px;
  top: 0;
  content: "";
  display: block;
}
/* :L148 */
/* :L149 */
.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%;
}
/* :L154 */
.page-index .section-content .headline h2 {
  margin: 0;
}
/* :L159 */
.page-index .section-content ul {
  font-size: 20px;
  padding: 0;
  margin: 40px 0;
}
/* :L164 */
.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;
  }
}
/* :L178 */
@media only screen and (min-width: 768px) {
  .page-index .section-content ul li:nth-child(2) {
    padding-right: 90px;
  }
}
/* :L184 */
@media only screen and (min-width: 768px) {
  .page-index .section-content ul li:last-child {
    padding-right: 160px;
  }
}
/* :L190 */
.page-index .section-content ul li .icon {
  padding-left: 20px;
}
/* :L196 */
.page-index .section-content .btn-cta {
  margin: 20px 0 40px;
}
/* ==================
===== Variables =====
================== */
/* Colours */
/* Media query */
/* Font size */
/* Space */
/* ===============
===== Styles =====
=============== */

/* Quote Display */

/* Confirm Payment Details */

/* Sale Confirmation Page */

/* Payment pages */

/* Quote Display */

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

}
/* :L255 */
@media only screen and (min-width: 768px) {
  .page-quote h3 {
    margin-left: -15px;
  }
}
/* :L261 */
.page-quote .summary-wrapper {
  border: 1px solid #dfe0e0;
  margin-bottom: 40px;
}
/* :L265 */
.page-quote .summary-wrapper .summary-row {
  padding: 10px;
  border-bottom: 1px solid #dfe0e0;
}
/* :L269 */
.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);
  }
}
/* :L279 */
.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;
  }
}
/* :L288 */
.page-quote .summary-wrapper .summary-row:first-child,
.page-quote .summary-wrapper .summary-row:last-child {
  color: #b71234;
}
/* :L292 */
.page-quote .summary-wrapper .summary-row:first-child span,
.page-quote .summary-wrapper .summary-row:last-child span {
  font-weight: 700;
}
/* :L297 */
.page-quote .summary-wrapper .summary-row:last-child {
  border-bottom: 0;
}
/* :L301 */
.page-quote .summary-wrapper .summary-row:nth-child(even) {
  background-color: #f7f7f7;
}
/* :L307 */
.page-quote .important-message-wrapper {
  color: #616365;
}
/* :L311 */
.page-quote .sidebar {
  background-color: #f7f7f7;
  padding: 20px;
  margin-bottom: 20px;
}
/* :L317 */
.page-quote .box-confirm {
  background-color: #f7f7f7;
  padding: 10px;
  margin-top: 40px;
}
/* Confirm Payment Details */

/* :L325 */
/* :L327 */
@media only screen and (min-width: 768px) {
  .page-confirmbillingdetails .main {
    padding-left: 0;
  }
}
/* :L332 */
.page-confirmbillingdetails .main .container {
  padding-left: 0;
  padding-right: 0;
}
/* :L338 */
@media only screen and (min-width: 768px) {
  .page-confirmbillingdetails .sidebar {
    padding-right: 0;
  }
}
/* :L344 */
/* :L345 */
/* :L346 */
.page-confirmbillingdetails .main .instanda-main-content > div:first-child {
  margin-top: 20px;
  color: #b71234;
  font-size: 20px;
}
/* :L354 */
.page-confirmbillingdetails .paysafe-wrapper {
  padding: 40px 20px;
  border: 1px solid #dfe0e0;
  margin: 20px 0 40px 0;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .page-confirmbillingdetails .paysafe-wrapper {
    padding: 40px;
  }
}
/* :L364 */
.page-confirmbillingdetails .paysafe-wrapper img {
  margin-bottom: 40px;
}
/* :L368 */
.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 */

/* :L392 */
/* :L393 */
.page-confirmation2 .instanda-confirmation-content {
  margin-bottom: 40px;
}
/* Payment pages */

/* :L399 */
.page-paymentprogress .instanda-main-content-container {
  padding-top: 40px;
}
/* :L402 */
html {
  position: relative;
  min-height: 100%;
}
/* :L407 */
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
/* :L412 */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}
/* MT CSS Changes */

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

/* :L426 */
.field-validation-error {
  background-color: black;
  color: white;
}
/* :L431 */
.instanda-documents {
  color: white;
}
/* :L435 */
.bootstrap-datetimepicker-widget {
  color: black;
}
/* :L441 */
.instanda-date-picker {
  color: black;
}
/* :L445 */
.instanda-date-input {
  color: black;
}
/* END OF MT CSS Changes */

/* :L453 */
.instanda-built-by-footer {
  text-align: center;
  position: absolute;
  bottom: 2px;
  width: 100%;
  font-size: 0.7em;
}
/* :L461 */
.instanda-documents {
  text-align: center;
}
/* :L465 */
.instanda-buttonList {
  margin-top: 20px;
}
/* :L469 */
.instanda-confirm-billing-address {
  margin-top: 20px;
  margin-bottom: 50px;
}
/* :L474 */
.instanda-questionHeader h3 {
  margin-bottom: 15px;
}
/* :L478 */
.instanda-side-content {
  position: absolute;
  top: 20px;
  min-height: 50px;
  padding: 10px;
  border: 1px solid lightgray;
  border-radius: 8px;
  width: 400px;
}
/* :L488 */
.instanda-main-content-container {
  position: relative;
}
/* :L492 */
.instanda-sort-code-input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
/* :L498 */
#instanda-site-layout {
  padding-right: 0;
  padding-left: 0;
}
/* :L503 */
.instanda-choose-address-inner {
  border: 2px solid #eeeeee;
  padding: 15px;
  border-radius: 5px;
  margin-top: 20px;
}
/* :L510 */
.instanda-choose-address-inner .instanda-choose-address-btn {
  margin-top: 10px;
}
/* :L514 */
.instanda-previously-selected {
  display: inline-block;
}
/*Approval action*/

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

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

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

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

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

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

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

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

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

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

/* Pre Quote Questions */

/* Post Quote Questions */

/* Pre Quote Questions */

/* :L695 */
.hero-text {
  background-color: #b71234;
  color: white;
  padding: 20px 0;
}
/* :L700 */
.hero-text h1 {
  color: white;
}
/* :L706 */
#question164785 {
  /* Title, First Name, Last Name */
  position: relative;
}
/* :L709 */
/* :L710 */
@media only screen and (min-width: 768px) {
  #question164785 .col-lg-6 > .form-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
  }
}
/* :L718 */
@media only screen and (min-width: 768px) {
  #question164785 .col-lg-6 > .form-group > div {
    flex: 1 150px;
    padding-right: 10px;
  }
}
/* :L724 */
@media only screen and (min-width: 768px) {
  #question164785 .col-lg-6 > .form-group > div:nth-child(2),
  #question164785 .col-lg-6 > .form-group > div:last-child {
    flex: 1 calc((100% - 150px) / 2);
  }
}
/* :L731 */
@media only screen and (min-width: 768px) {
  #question164785 .col-lg-6 > .form-group > div:last-child {
    padding-right: 0;
  }
}
/* :L740 */
@media screen and (max-width: 767px) {
  #question164785 .instanda-question-choice {
    float: none;
    width: 100%;
  }
}
/* :L747 */
@media only screen and (min-width: 768px) {
  #question164785 > .instanda-question-label {
    position: absolute;
  }
}
/* Insurance Company (Current Principal) and Position questions side by side */

/* :L755 */
@media only screen and (min-width: 768px) {
  #question123094 {
    padding-right: 40%;
  }
}
/* :L761 */
@media only screen and (min-width: 768px) {
  #question124930 {
    width: 60%;
    display: inline-block;
    float: right;
    margin-top: -101px;
  }
}
/* :L770 */
.instanda-address-line-1 {
  margin-bottom: 10px;
}
/* :L774 */
#question123062,
#question123069,
#question123071,
#question164777,
#question164780,
#question164783 {
  /* Yes No Questions */
  position: relative;
}
/* :L783 */
/* :L784 */
@media only screen and (min-width: 640px) {
  #question123062 .instanda-question-parent-yes-no > .instanda-question-label,
  #question123069 .instanda-question-parent-yes-no > .instanda-question-label,
  #question123071 .instanda-question-parent-yes-no > .instanda-question-label,
  #question164777 .instanda-question-parent-yes-no > .instanda-question-label,
  #question164780 .instanda-question-parent-yes-no > .instanda-question-label,
  #question164783 .instanda-question-parent-yes-no > .instanda-question-label {
    width: calc(100% - 200px);
  }
}
/* :L790 */
@media only screen and (min-width: 640px) {
  #question123062 .instanda-question-parent-yes-no > .instanda-text-question,
  #question123069 .instanda-question-parent-yes-no > .instanda-text-question,
  #question123071 .instanda-question-parent-yes-no > .instanda-text-question,
  #question164777 .instanda-question-parent-yes-no > .instanda-text-question,
  #question164780 .instanda-question-parent-yes-no > .instanda-text-question,
  #question164783 .instanda-question-parent-yes-no > .instanda-text-question {
    position: absolute;
    right: 0;
    top: 0;
    float: right;
  }
}
/* :L798 */
#question123062 .instanda-question-parent-yes-no > .instanda-text-question > .instanda-question-input,
#question123069 .instanda-question-parent-yes-no > .instanda-text-question > .instanda-question-input,
#question123071 .instanda-question-parent-yes-no > .instanda-text-question > .instanda-question-input,
#question164777 .instanda-question-parent-yes-no > .instanda-text-question > .instanda-question-input,
#question164780 .instanda-question-parent-yes-no > .instanda-text-question > .instanda-question-input,
#question164783 .instanda-question-parent-yes-no > .instanda-text-question > .instanda-question-input {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  #question123062 .instanda-question-parent-yes-no > .instanda-text-question > .instanda-question-input,
  #question123069 .instanda-question-parent-yes-no > .instanda-text-question > .instanda-question-input,
  #question123071 .instanda-question-parent-yes-no > .instanda-text-question > .instanda-question-input,
  #question164777 .instanda-question-parent-yes-no > .instanda-text-question > .instanda-question-input,
  #question164780 .instanda-question-parent-yes-no > .instanda-text-question > .instanda-question-input,
  #question164783 .instanda-question-parent-yes-no > .instanda-text-question > .instanda-question-input {
    padding: 0;
  }
}
/* :L809 */
/* :L810 */
.page-prequotequestions .instanda-question-choice {
  float: left;
  display: inline-block;
  margin: 0 20px 0 0;
}
/* :L816 */
.page-prequotequestions .col-lg-6 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-prequotequestions .col-lg-6 {
    width: 60%;
  }
}
/* :L824 */
/* :L825 */
.page-prequotequestions.page-number-2 .hero-text {
  display: none;
}
/* :L829 */
/* :L830 */
/* :L831 */
/* :L832 */
.page-prequotequestions.page-number-2 .quote-steps__step.first.active a {
  color: #c0c1c1;
}
/* :L836 */
.page-prequotequestions.page-number-2 .quote-steps__step.first.active .quote-steps__dot {
  border: 2px solid #c0c1c1;
  background-color: white;
  color: #c0c1c1;
}
/* :L846 */
/* :L847 */
/* :L848 */
/* :L849 */
/* :L850 */
.page-prequotequestions.page-number-1 .quote-steps__step.second.active a {
  color: #c0c1c1;
}
/* :L854 */
.page-prequotequestions.page-number-1 .quote-steps__step.second.active .quote-steps__dot {
  border: 2px solid #c0c1c1;
  background-color: white;
  color: #c0c1c1;
}
/* :L865 */
/* :L866 */
#question123065 > .form-group {
  background-color: #dfe0e0;
  padding: 20px;
}
/* :L870 */
#question123065 > .form-group .col-lg-6 {
  width: 100%;
}
/* :L874 */
#question123065 > .form-group .form-group {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  #question123065 > .form-group .form-group {
    flex-wrap: nowrap;
  }
}
/* :L883 */
#question123065 > .form-group .form-group > .radio {
  flex: 1 100%;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 768px) {
  #question123065 > .form-group .form-group > .radio {
    flex: 3 33.33%;
    margin: 0 20px 0 0;
  }
}
/* :L894 */
#question123065 > .form-group .radio > label {
  /* Square button style */
  background-color: white;
  text-align: center;
  padding: 40px 20px;
  border: 1px solid #dfe0e0;
  color: #3a3b3d;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
/* :L903 */
#question123065 > .form-group .radio > label.instanda-selected {
  background-color: #616365;
  border-color: #616365;
  color: white;
  box-shadow: none;
}
/* :L910 */
#question123065 > .form-group .radio > label > input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
/* :L919 */
#question123065 > .form-group .radio > label.instanda-unselected:hover {
  cursor: pointer;
  background-color: white;
  color: #3a3b3d;
}
/* :L925 */
#question123065 > .form-group .radio > label.instanda-selected::before,
#question123065 > .form-group .radio > label.instanda-unselected::before,
#question123065 > .form-group .radio > label.instanda-selected::after,
#question123065 > .form-group .radio > label.instanda-unselected::after {
  display: none;
}
/* Post Quote Questions */

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

/* Global */

/* utils */

/* Set width */

/* Header */

/* Footer */

/* Form elements */

/* Buttons */

/* Radio buttons */

/* Breadcrumb */

/* Global */

/* :L990 */
body {
  font-size: 16px;
  font-family: Tahoma, sans-serif;
  line-height: 1.4em;
  color: #3a3b3d;
  margin: 0;
  padding: 0 0 350px 0;
}
@media only screen and (min-width: 640px) {
  body {
    padding-bottom: 180px;
  }
}
/* :L1002 */
body * {
  transition: all .3s;
}
/* :L1007 */
h1,
h2,
h3,
h4,
h5,
h6,
.hero-text h1 {
  color: #b71234;
  font-weight: 400;
}
/* :L1017 */
h1 {
  /* Banner's headline */
  font-size: 32px;
  margin-top: 0;
}
/* :L1022 */
h2 {
  /* Section's headline */
  font-size: 46px;
}
/* :L1026 */
h3 {
  /* Sub-section's headline */
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 1px solid #c0c1c1;
}
/* :L1033 */
h4,
.hero-text h1 {
  font-size: 22px;
  font-weight: 700;
}
/* :L1038 */
h5 {
  font-size: 18px;
  font-weight: 700;
}
/* :L1043 */
ol,
ul {
  margin: 20px 0;
}
/* :L1047 */
ol li,
ul li {
  margin-bottom: 10px;
}
/* :L1052 */
a {
  color: #b71234;
  text-decoration: 0;
}
/* :L1056 */
a:hover {
  text-decoration: underline;
  color: #e51741;
}
/* :L1061 */
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
/* :L1068 */
/* :L1072 */
a:focus,
button:focus,
.form-control:focus,
.btn:focus {
  outline: 0 !important;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none !important;
}
/* :L1079 */
a .fa,
button .fa,
.form-control .fa,
.btn .fa {
  display: none;
}
/* :L1084 */
.field-validation-error {
  margin-top: 10px;
  background-color: #3a3b3d;
  display: inline-block;
  border-radius: 0;
  padding: 5px 10px;
  font-weight: 400;
}
/* :L1093 */
/* :L1094 */
.row > .col-xs-12 {
  /* Action buttons */
  margin-top: 20px;
}
/* utils */

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

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

/* :L1128 */
#instanda-header {
  position: sticky;
  top: 0;
}
/* :L1133 */
.navbar-static-top {
  margin-bottom: 0;
  background-color: #b71234;
  /* Humburger button */

  /* Logo size */

  /* Menu link buttons */

}
/* :L1137 */
.navbar-static-top .navbar {
  margin-bottom: 0;
  border: 0;
  background-color: transparent;
}
/* :L1142 */
.navbar-static-top .navbar .container {
  background-color: transparent;
}
/* :L1148 */
.navbar-static-top .navbar-toggle {
  border: 0;
}
/* :L1151 */
.navbar-static-top .navbar-toggle:hover,
.navbar-static-top .navbar-toggle:focus {
  background-color: transparent;
}
/* :L1156 */
.navbar-static-top .navbar-toggle .icon-bar {
  background-color: white;
}
/* :L1162 */
.navbar-static-top .navbar-brand {
  padding: 3px 15px;
}
@media only screen and (min-width: 768px) {
  .navbar-static-top .navbar-brand {
    padding: 10px 15px;
  }
}
/* :L1169 */
.navbar-static-top .navbar-brand > img {
  height: 60px;
  width: auto;
}
/* :L1173 */
.navbar-static-top .navbar-brand > img.visible-xs {
  height: 35px;
}
/* :L1180 */
/* :L1181 */
@media only screen and (min-width: 768px) {
  .navbar-static-top ul.nav li {
    margin: 0 0 0 20px;
  }
}
/* :L1186 */
.navbar-static-top ul.nav li a {
  color: white;
  position: relative;
}
/* :L1190 */
.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: white;
  transform-origin: center;
  transform: translateX(-50%) scaleX(0);
  transition: transform 0.3s ease;
}
/* :L1203 */
.navbar-static-top ul.nav li a::before {
  top: 0;
}
/* :L1207 */
.navbar-static-top ul.nav li a::after {
  bottom: 0;
}
/* :L1211 */
.navbar-static-top ul.nav li a:hover::before,
.navbar-static-top ul.nav li a:hover::after {
  transform: translateX(-50%) scaleX(1);
}
/* :L1216 */
.navbar-static-top ul.nav li a:hover {
  color: white;
}
/* :L1221 */
/* :L1222 */
.navbar-static-top ul.nav li.active a {
  background-color: transparent;
  color: white;
  position: relative;
}
/* :L1227 */
.navbar-static-top ul.nav li.active a::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
  transform: none;
}
/* :L1237 */
.navbar-static-top ul.nav li.active a:hover {
  color: white;
  background-color: transparent;
}
/* Footer */

/* :L1248 */
footer,
.custom-footer {
  background-color: #616365;
  color: white;
  font-size: 12.5px;
}
/* :L1255 */
.custom-footer {
  padding: 20px 0;
  position: absolute;
  bottom: 20px;
  width: 100%;
  z-index: 300;
}
/* :L1262 */
.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;
  }
}
/* :L1273 */
.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;
  }
}
/* :L1286 */
.footer {
  height: auto;
  z-index: 300;
}
/* :L1290 */
.footer .instanda-built-by-footer {
  position: relative;
  bottom: auto;
  font-size: 12.5px;
}
/* :L1295 */
.footer .instanda-built-by-footer a {
  color: white;
}
/* Form elements */

/* :L1302 */
.form-control {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #c0c1c1;
  padding: 10px 8px;
  height: auto;
  line-height: 1em;
  font-size: 16px;
}
/* :L1311 */
.form-control:focus {
  border-color: #3a3b3d;
  box-shadow: 0 0 1px 1px #616365;
  box-shadow: 0 0 0 1 xpx #616365;
  outline: none;
}
/* :L1318 */
.form-control[type="text"] {
  -webkit-appearance: none;
}
/* :L1323 */
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;
}
/* :L1334 */
select.form-control::-ms-expand {
  display: none;
}
/* :L1339 */
label {
  font-weight: 400;
  margin-bottom: 10px;
}
/* Buttons */

/* :L1345 */
.btn,
.btn-primary {
  background-color: #b71234;
  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;
  }
}
/* :L1363 */
.btn:hover,
.btn-primary:hover {
  color: white;
  cursor: pointer;
  background-color: #890d27;
}
/* :L1368 */
.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 #fffcfd;
}
/* :L1377 */
.btn::before,
.btn-primary::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  border: 1px solid #b71234;
  transform-origin: center;
  transform: scale(1);
}
/* :L1391 */
.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: #890d27;
}
/* :L1397 */
.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: #890d27;
}
/* :L1406 */
#backButton,
a.pull-left {
  background-color: white;
  border: 1px solid #b71234;
  color: #b71234;
}
/* :L1412 */
#backButton::before,
a.pull-left::before {
  display: none;
}
/* :L1416 */
#backButton:hover,
a.pull-left:hover {
  background-color: #dfe0e0;
  border-color: #dfe0e0;
  color: #b71234;
}
/* :L1421 */
#backButton:hover::before,
a.pull-left:hover::before {
  display: none;
}
/* :L1427 */
.btn-download a {
  padding-left: 20px;
  position: relative;
}
/* :L1431 */
.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;
}
/* :L1449 */
/* :L1450 */
@media screen and (max-width: 767px) {
  .row > .col-xs-12 {
    float: none;
    text-align: center;
  }
}
/* :L1456 */
@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 */

/* :L1468 */
.radio-inline {
  /* Square button style */
  background-color: white;
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #616365;
  color: #3a3b3d;
  transition: all 0.2s ease-in-out;
}
/* :L1476 */
.radio-inline.instanda-selected {
  background-color: #616365;
  border-color: #616365;
  color: white;
  box-shadow: none;
}
/* :L1483 */
.radio-inline > input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
/* :L1492 */
.radio-inline.instanda-unselected:hover {
  cursor: pointer;
  background-color: white;
  color: #3a3b3d;
}
/* :L1500 */
.radio > label {
  /* Round radio button */
  padding-left: 25px;
}
/* :L1504 */
/* :L1505 */
.radio > label.instanda-selected input[type="radio"],
.radio > label.instanda-unselected input[type="radio"] {
  position: absolute;
  left: -9999px;
}
/* :L1512 */
/* :L1513 */
.radio > label input[type="radio"],
.radio > label.instanda-unselected input[type="radio"] {
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
/* :L1522 */
/* :L1523 */
.radio > label.instanda-selected::before,
.radio > label.instanda-unselected::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 1px solid #616365;
  border-radius: 100%;
  background: white;
}
/* :L1536 */
.radio > label.instanda-selected::before {
  border-color: #b71234;
}
/* :L1541 */
/* :L1542 */
.radio > label.instanda-selected::after,
.radio > label.instanda-unselected::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #b71234;
  position: absolute;
  top: 5px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* :L1557 */
/* :L1558 */
.radio > label.instanda-unselected::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* :L1565 */
/* :L1566 */
.radio > label.instanda-selected::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* Breadcrumb */

/* :L1574 */
.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;
  }
}
/* :L1584 */
.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;
  }
}
/* :L1597 */
.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;
  }
}
/* :L1611 */
.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;
}
/* :L1624 */
.quote-steps__step {
  flex: 2 50%;
  max-width: 48%;
  background: white;
  padding: 0 10px;
  color: #c0c1c1;
}
/* :L1631 */
.quote-steps__step a {
  color: #c0c1c1;
  cursor: pointer;
}
@media only screen and (min-width: 640px) {
  .quote-steps__step {
    flex: initial;
    max-width: none;
  }
}
/* :L1641 */
.quote-steps__step.first {
  padding-left: 0;
  padding-right: 10px;
}
/* :L1646 */
@media only screen and (min-width: 640px) {
  .quote-steps__step.last {
    padding-left: 10px;
    padding-right: 0;
  }
}
/* :L1653 */
.quote-steps__step.active {
  color: #3a3b3d;
}
/* :L1656 */
.quote-steps__step.active a {
  color: #3a3b3d;
}
/* :L1660 */
.quote-steps__step.active .quote-steps__dot {
  color: white;
  background-color: #b71234;
  border-color: #b71234;
}
/* Homepage */

/* :L1669 */
/* :L1670 */
/* :L1671 */
.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;
  }
}
/* :L1684 */
.section-banner {
  position: relative;
}
/* :L1688 */
#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;
  }
}
/* :L1704 */
#customer-portal-tab .col-xs-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  text-align: left;
}
/* :L1711 */
#customer-portal-tab .col-xs-12 h1 {
  margin: 0;
}
/* :L1715 */
#customer-portal-tab .col-xs-12 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
}
/* :L1722 */
#customer-portal-tab .col-xs-12 ul li {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
}
/* :L1727 */
#customer-portal-tab .col-xs-12 ul li + li {
  padding-left: 20px;
  margin-left: 20px;
  position: relative;
}
/* :L1732 */
#customer-portal-tab .col-xs-12 ul li + li::before {
  position: absolute;
  display: block;
  content: "|";
  left: 0;
}
/* :L1744 */
/* :L1745 */
/* :L1746 */
.cp-list-wrapper + .cp-list-wrapper h3,
.cp-list-wrapper + .cp-list-wrapper .list-title {
  display: none;
}
/* :L1753 */
.cp-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #c0c1c1;
  align-items: center;
}
/* :L1760 */
.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;
  }
}
/* :L1771 */
.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);
  }
}
/* :L1780 */
@media only screen and (min-width: 768px) {
  .cp-list > div:nth-child(odd) {
    padding-right: 20px;
  }
}
/* :L1786 */
@media only screen and (min-width: 768px) {
  .cp-list > div + div {
    padding-right: 0;
    padding-left: 20px;
  }
}
/* :L1793 */
.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;
  }
}
/* :L1805 */
/* :L1806 */
.cp-list > div.item-action a {
  background-color: #b71234;
  color: white;
  padding: 6px 15px;
  border-radius: 6px;
  display: inline-block;
}
/* :L1817 */
/* :L1818 */
/* :L1819 */
@media only screen and (min-width: 768px) {
  .list-policy .cp-list > div {
    flex-basis: calc(100% / 4);
  }
}
