<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@keyframes flash {
  0% {
    outline-color: rgba(255, 0, 0, 0);
    background-color: rgba(255, 255, 255, 0);
  }
  50% {
    outline-color: rgba(255, 0, 0, 1);
    background-color: rgba(255, 255, 255, 1);
    color: #fcc;
  }
  100% {
    outline-color: rgba(255, 0, 0, 0);
    background-color: rgba(255, 255, 255, 0);
  }
}

/* General styles */
.quotes-page {
  max-width: 1170px;
  margin: 0 auto;
}

.site-header {
  box-shadow: none;
}

.notice {
  box-sizing: border-box;
  padding: 1em;
  border-radius: 4px;
  background: #fff0f0;
  margin: -0.75em 0 0.5em 0;
  border: 1px solid #f99;
}

main &gt; .notice {
  margin-top: -0.75em;
  margin-bottom: 0.5em;
}

.notice p {
  font-family: inherit;
  font-weight: 600;
  margin: 0;
  color: #ed0000;
}

#applicant-form,
form.recalculate {
  margin: 0;
}

form fieldset [readonly],
form fieldset [readonly]:focus {
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  color: #999;
}

body.loading-quotes .quotes-page {
  visibility: hidden;
}

.form-item input + input {
  margin-top: 0.25em;
}

.form-link {
  cursor: pointer;
  color: #169fa2;
}

.button {
  text-align: center;
  padding: 12px 24px;
  font-family: inherit;
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 20px;
  font-weight: 700;
  font-size: 0.875rem;
  vertical-align: middle;
  border-radius: 3px;
  color: #2c3f54;
  cursor: pointer;
  background-color: #fff;
}

/* Progress bar */
@media screen and (max-width: 767px) {
  .steps {
    max-width: 400px;
    margin: 8px auto 0;
  }

  .steps ol {
    font-size: 0.625em;
    margin: 0 16px;
    padding: 0;
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }

  .steps ol li {
    font-weight: 500;
    -webkit-flex: 0 1 auto;
    flex: 1 1 25%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #e5e5e5;
    padding-left: 5px;
  }

  .steps .disabled a,
  .steps .active a,
  .steps li a,
  .steps .disabled a:hover,
  .steps .active a:hover,
  .steps li a:hover {
    background-color: transparent;
    height: 26px;
    padding: 0;
  }

  .steps .active a,
  .steps li a {
    color: #00c2b8;
  }

  .steps ol li::after {
    content: "";
    display: block;
    height: 10px;
    margin: 4px 3px 0 -3px;
    background: #e5e5e5;
    background: #00c2b8;
    border-radius: 2px 3px 2px 3px;
    transform-origin: center;
    transform: skewX(-30deg);
  }

  .steps ol .disabled::after {
    background: #e5e5e5;
  }
}

@media screen and (min-width: 768px) {
  .steps li a,
  .steps.maintenance li a {
    padding-left: 50px;
  }

  .steps li a::before,
  .steps.maintenance li a::before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 8px;
    width: 36px;
    height: 36px;
    background-image: url(/resources/images/form-icons.png);
  }

  .steps .address a::before,
  .steps .property a::before,
  .steps.maintenance .address a::before,
  .steps.maintenance .property a::before {
    background-position: 0 -280px;
  }

  .steps .applicant a::before,
  .steps.maintenance .applicant a::before {
    background-position: 0 -240px;
  }

  .steps .discount a::before,
  .steps.maintenance .discount a::before {
    background-position: 0 -80px;
  }

  .steps .your-quotes a::before,
  .steps.maintenance .your-quotes a::before {
    background-position: 0 0;
  }

  .steps ol li::after {
    display: none;
  }
}

/* Footer */
.insurance-providers p {
  font-family: Montserrat, Tahoma, Arial, sans-serif;
  font-size: 0.875em;
  text-align: center;
  font-weight: 700;
  margin-bottom: 16px;
  max-width: 280px;
  margin-right: auto;
  margin-left: auto;
}

/* Form layout */
.actions {
  text-align: right;
}
.actions small {
  display: block;
  text-align: center;
  font-size: 0.625em;
  font-style: italic;
  color: #bebebe;
  line-height: 1.4;
  margin-top: 0.25em;
  width: 80%;
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
}

/* Fields */
.address .form-item {
  max-width: 464px;
}

.address-confirm {
  text-align: center;
}

div.checkbox-wrapper &gt; input[type="checkbox"] {
  position: absolute;
}

.form-item.has-radio label,
.form-item.has-radio .help-icon {
  display: inline-block;
  vertical-align: bottom;
  position: static;
  margin-bottom: 5px;
}

/* Leave popup */
#leave-message {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 11;
  overflow: auto;
}

#leave-message .popup {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
  max-width: 600px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

#leave-message .popup-title {
  background: #2dbcb5;
  color: #fff;
  font-weight: 600;
  padding: 12px 30px 12px 10px;
  border-radius: 5px 5px 0 0;
  line-height: 1.2em;
  font-size: 1.125em;
}

#leave-message .close {
  position: absolute;
  top: 12px;
  right: 10px;
  width: 0.6667em;
  height: 0.6667em;
  line-height: 0.6667em;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
  font-size: 1.6em;
  cursor: pointer;
}

#leave-message .popup-content {
  padding: 16px;
}

#leave-message .actions {
  margin: 0;
}

#leave-message .actions a {
  font-size: 0.875em;
  color: #fff;
  font-weight: 600;
  padding: 8px 12px;
  display: block;
  margin: 5px auto;
  text-align: center;
}

#leave-message p {
  color: #333;
  margin-top: 0;
  font-family: inherit;
  font-size: 0.9375em;
}

#leave-message .continue {
  background: #677381;
}
#leave-message .cancel {
  background: #fc2b5b;
}

@media screen and (min-width: 440px) {
  #leave-message .actions a {
    display: inline-block;
  }
}

/* Replacement cost messages */

.replacement-cost.ztooltip.interactive {
  box-sizing: border-box;
  padding: 16px 32px 16px 16px;
  background: #fc2b5b;
  border-radius: 24px;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
  max-width: 270px;
  position: absolute;
  width: 100%;
  height: auto;
  right: 8px;
  transform: translateY(-100%);
  margin-top: -24px;
  color: #fff;
  font-size: 0.875em;
  line-height: 18px;
  font-weight: 600;
}

.ztooltip,
.bubble {
  transition: opacity 0.4s;
}

.form-item .replacement-cost.ztooltip.interactive {
  z-index: 2;
}

.replacement-cost.ztooltip.interactive::before {
  content: "";
  box-sizing: content-box;
  border: solid;
  border-width: 26px 13px 0 13px;
  border-color: #fc2b5b transparent transparent transparent;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -24px;
  right: 30px;
}

.replacement-cost.ztooltip.interactive .close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
}

.replacement-cost.ztooltip.interactive p {
  font-size: 0.85em;
  color: #fff;
  font-weight: 600;
  margin: 0;
}

.replacement-cost-alert {
  background: #f8f8f8;
  padding: 6px;
}

#property-form .replacement-cost-alert {
  padding: 0;
}

.replacement-cost-alert p {
  font-size: 0.85em;
  font-family: "Open Sans", Montserrat, sans-serif;
  color: red;
  line-height: 1.375em;
}

#property-form .replacement-cost-alert p {
  font-size: 0.75em;
}

@media screen and (min-width: 1026px) {
  .replacement-cost.ztooltip.interactive {
    margin: 0;
    right: -290px;
    transform: translateY(0);
  }

  .form-item .replacement-cost.ztooltip.interactive {
    right: 0;
    left: -290px;
  }

  .replacement-cost.ztooltip.interactive::before {
    border-width: 13px 26px 13px 0;
    border-color: transparent #fc2b5b transparent transparent;
    bottom: 0;
    top: 8px;
    right: 0;
    left: -18px;
  }

  .form-item .replacement-cost.ztooltip.interactive::before {
    top: 12px;
    left: 260px;
    border-width: 13px 0 13px 26px;
    border-color: transparent transparent transparent #fc2b5b;
  }
}

/* Property Information page */

.form-item.highlight input[type="text"],
.form-item.highlight select {
  border: 2px solid #ed0000;
  background-color: #fff0f0;
}

/* Highlighted warnings */
form .warning[data-highlight] {
  outline: 1px solid transparent;
  animation: 0.7s ease 0.2s flash 1 running;
}

/* Info disclaimer */
.info-disclaimer {
  padding: 30px 15px;
  border: 2px solid #fac05c;
  border-radius: 4px;
}

.info-disclaimer .box {
  position: relative;
  max-width: 885px;
  margin: 0 auto;
}

.info-disclaimer .box::before {
  content: " ";
  display: block;
  position: static;
  width: 100%;
  height: 27px;
  margin-bottom: 32px;
  background: url("/sites/all/themes/lowestrates2019/img/icons/alert-icon.png") 50% 50% no-repeat;
}

.info-disclaimer .box h6 {
  margin: 0 0 1.4em;
  font-weight: 600;
  font-size: .875em;
  color: #1E3244;
}

.info-disclaimer .box p {
  font-size: .875em;
  line-height: 24px;
  color: #1E3244;
}

.info-disclaimer .box p:last-child {
  margin: 0;
}

/* Address form */
form.address .info {
  display: block;
  font-family: "Open Sans", Montserrat, sans-serif;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 5px;
  font-size: 0.875em;
  font-weight: 700;
  color: #677381;
  max-width: 900px;
}

.pcafooter a {
  font-weight: 600;
  line-height: 30px;
  text-decoration: underline;
  color: blue;
  margin: 0 1em;
}

/* I can't find my address text */
.pca .pcaautocomplete .pcafooter {
  justify-content: flex-start;
  padding: 0;
}

.province-warning {
  clear: both;
  margin: 0 auto;
  font-weight: normal;
  text-align: center;
}

.province-warning .warning {
  color: inherit;
  font-weight: 400;
}

.province-warning button[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  font: inherit;
  display: inline;
  font-weight: 600;
  color: #f00;
  text-decoration: underline;
  transition: color 0.2s;
}

.province-warning button[type="submit"]:hover {
  color: #202326;
}

.actions button[type="submit"][disabled] {
  color: #eaeaea;
  background-color: #ccc;
  border-color: transparent;
  cursor: default;
}

/* Sorry page QC */
.sorry.qc {
  max-width: 720px;
}

.sorry.qc h2 {
  font-family: "Open Sans",sans-serif;
}

.sorry.qc p {
  font-family: "Open Sans",sans-serif;
  font-size: .9em;
  margin-bottom: 24px;
}

.sorry.qc .call-to-action {
  box-sizing: border-box;
  line-height: 20px;
  padding: 11px 25px;
  font-weight: 700;
  font-size: .825em;
  font-family: "Open Sans",sans-serif;
  width: 280px;
  display: block;
  margin: 16px auto;
}

.sorry.qc .call-to-action.call {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #f9f9f9;
  color: #9d9d9d;
  border-color: #9d9d9d; 
}

.sorry.qc .call-to-action.call:hover {
  background-color: #fff;
  color: #2dbcb4;
}

.modal {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: auto;
}

.modal .content-area {
  background: #fff;
  border-radius: 10px;
  padding: 12px;
  margin: 50px 12px 12px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 5px 10px;
  border: 1px solid #000;
}

.insurance-logos {
  position: relative;
}

.insurance-logos .slider {
  overflow: hidden;
  position: relative;
  height: 160px;
}

.insurance-logos::after {
  content: "";
  display: block;
  width: 160px;
  height: 160px;
  position: absolute;
  top: 30px;
  left: 50%;
  background: url(/resources/images/lens.svg) center no-repeat;
  background-size: 160px auto;
  transform: translateX(-60%);
}

.insurance-logos &gt; p {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #2c3f54;
  text-align: center;
}

.insurance-logos .strip {
  position: absolute;
  height: 160px;
  line-height: 160px;
  padding: 0 8px;
  margin: 0 8px;
  white-space: nowrap;
  top: 0;
  left: 0;
}

.insurance-logos img {
  display: inline-block;
  width: 128px;
  min-width: 128px;
  max-width: 128px;
  height: auto;
  vertical-align: middle;
  margin: 0 8px;
}

@media screen and (min-width: 624px) {
  .modal .content-area {
    max-width: 600px;
    margin: 50px auto 12px;
  }
}

/** Media queries **/
@media screen and (max-width: 400px) {
  .date-group.date .day,
  .date-group.date .year,
  .date-group.date .month {
    padding-left: 6px;
    padding-right: 6px !important;
    font-size: 0.875em;
  }
}

@media screen and (min-width: 768px) {
  /* Page layout */
  .field-name-body .field-item,
  #applicant-form {
    max-width: 1170px;
    margin: 0 15px;
  }

  .quotes-page {
    margin-right: 20px;
    margin-left: 20px;
  }

  /* Progress bar */
  .steps li,
  .steps.maintenance li {
    width: 25%;
  }

  .steps li:first-child a,
  .steps.maintenance li:first-child a {
    padding-left: 70px;
  }

  .steps.with-property li,
  .steps.maintenance.with-property li {
    width: 20%;
  }

  /* Footer */
  .site-footer {
    padding-top: 54px;
  }

  /* Footer */
  .insurance-providers p {
    max-width: none;
  }
}

@media screen and (min-width: 800px) {
  /* Two-column forms */
  .address fieldset::after,
  fieldset.applicant::after,
  .property-information::after {
    content: "";
    display: table;
    clear: both;
  }

  .email .form-item,
  .cancellations .form-item {
    width: 48.6%;
  }

  .address .form-item,
  .discount .form-item,
  .applicant .form-item,
  .insurance .form-item,
  .property-information .form-item {
    width: 48.6%;
    margin-left: 2.8%;
    float: left;
  }
  
  .property-information .claim-item .form-item {
    margin-left: 0;
    float: none;
  }
  
  .property-information .claim {
    clear: both;
    margin-bottom: 2em;
  }

  .discount .form-item:nth-of-type(2n + 1),
  .applicant .form-item:nth-child(2n + 1),
  .insurance .form-item:nth-child(2n + 1),
  .property-information .form-item:nth-child(2n + 1),
  .property-information .form-item[hidden]:nth-child(2n + 1) + .form-item {
    margin-left: 0;
    clear: left;
  }

  /* Address form */
  form.address .info {
    margin-right: auto;
    margin-left: auto;
  }

  .address .form-item {
    max-width: none;
    margin-left: 0;
    float: none;
  }

  .address .address-field {
    width: 50%;
    margin: 60px auto 80px;
  }

  .address .eligibility {
    width: 50%;
    margin: 60px auto -30px;
  }
  
  .address .eligibility.manual {
    width: 100%;
    margin: 60px auto 10px;
  }
  .address .eligibility input[type='checkbox']{
    display: none;
  }

  .address .eligibility input[type='checkbox']+label{
    font-weight: 300;
    width: 100%;
  }



  .address .address-confirm,
  .address .province-warning {
    margin: 0 auto;
    width: auto;
  }

  .address-field:not([hidden]) + .province-warning {
    margin-top: -70px;
    margin-bottom: 40px;
  }

  /* Info disclaimer */
  .info-disclaimer .box::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
  }

  .info-disclaimer .box {
    padding: 0 65px;
  }
}

@media screen and (min-width: 828px) {
  .insurance-providers .logos {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 1200px) {
  /* Page layout */
  .field-name-body .field-item,
  #applicant-form {
    margin: 0 auto;
  }

  .quotes-page {
    margin-right: auto;
    margin-left: auto;
  }
}

/* Footer */
.site-footer-blocks {
  display: none;
}

.site-footer {
  padding-top: 0;
  background-color: #264056;
}

.site-footer-address span,
.site-footer-address p {
  color: #fff;
}

/* Section carousel */
.section-carousel,
.arrow-container {
  margin: 0 30px;
  max-width: 840px;
}

.section-carousel {
  overflow: auto;
  margin-bottom: 30px;
  text-align: center;  
}

.section-carousel img {
  max-width: none;
}

.arrow-container {
  margin: 0 auto;
  position: relative;
  height: 0;
}

.arrow {
  border-radius: 50%;
  background: transparent;
  transition: background 300ms ease-in-out, opacity 0.4s;
  width: 30px;
  height: 60px;
  cursor: pointer;
}

.arrow.disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}

.arrow.left,
.arrow.right {
  position: absolute;
}

.arrow.left::before,
.arrow.left::after,
.arrow.right::before,
.arrow.right::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  background: var(--primary-color);
  border-radius: 4px;
}

.arrow.left {
  left: 0;
}
.arrow.right {
  right: 0;
}

.arrow.left::before,
.arrow.right::before {
  top: 25px;
}

.arrow.left::after,
.arrow.right::after {
  top: 30px;
}

.arrow.left::before {
  left: 10px;
  transform: rotate(135deg);
}

.arrow.left::after {
  left: 10px;
  transform: rotate(45deg);
}

.arrow.right::before {
  right: 10px;
  transform: rotate(225deg);
}

.arrow.right::after {
  right: 10px;
  transform: rotate(135deg);
}

@media screen and (min-width: 560px) {
  .arrow-container,
  .section-carousel {
    margin-right: 50px;
    margin-left: 50px;
  }

  .arrow {
    width: 35px;
    height: 60px;
  }

  .arrow.left {
    left: -30px;
  }
  .arrow.right {
    right: -30px;
  }

  .arrow.left::before,
  .arrow.left::after,
  .arrow.right::before,
  .arrow.right::after {
    width: 16px;
    height: 4px;
  }

  .arrow.left::before,
  .arrow.right::before {
    top: 21px;
  }

  .arrow.left::after,
  .arrow.right::after {
    top: 30px;
  }

  .arrow.left::before,
  .arrow.left::after {
    left: 8px;
  }

  .arrow.right::before,
  .arrow.right::after {
    right: 8px;
  }
}

@media screen and (max-width: 768px) {
  .site-footer {
    padding-top: 0;
  }
}

@media screen and (min-width: 850px) {
  .arrow-container,
  .section-carousel {
    margin-right: auto;
    margin-left: auto;
  }

  .arrow-container {
    max-width: 880px;
  }
}

@media screen and (min-width: 1025px) {
  .section-carousel {
    overflow: hidden;
  }
}

/*** Alternative flow ***/
.discount.alternative-flow {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.discount.alternative-flow .title {
  color: #00c2b8;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0;
}

.discount.alternative-flow p,
.discount.alternative-flow ul {
  font-size: 0.75em;
  margin-bottom: 0;
}

.discount.alternative-flow ul {
  padding-left: 12px;
  margin-top: 4px;
  margin-bottom: 40px;
}

.lock-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.unlock-form .lock-wrapper {
  padding-bottom: 24px;
}

.quote-info .lock-wrapper {
  box-sizing: border-box;
  border: none;
  position: relative;
  width: 289px;
  padding: 0;
  margin-top: 24px;
  left: -40px;
}

.lock-wrapper .lock {
  width: 85px;
  height: 88px;
  background: url(../../images/lock-figure.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.quote-info .lock {
  border: none;
  padding: 0;
}

.lock-wrapper .visitors {
  position: absolute;
  font-family: Rokkitt,serif;
  font-size: 1.35em;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
  line-height: 1;
  left: 4px;
  right: 4px;
  bottom: 14px;
}

.quote-info .visitors {
  font-size: 0.375em;
  color: #1e3244;
  background: none;
  border-radius: none;
  border: 0;
  padding: 0;
}

.lock-wrapper .lock-text {
  font-size: 0.75em;
  font-weight: 700;
  width: 175px;
  margin: 0 0 2px 8px;
  line-height: 1.4;
}

.quote-info .lock-text {
  font-family: Montserrat,Tahoma,Arial,sans-serif;
  font-size: 0.4em;
  color: #1e3244;
  background: none;
  border-radius: none;
  border: 0;
  text-align: left;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .discount.alternative-flow {
    padding-left: 20px;
    margin-left: 0;
  }

  .discount.alternative-flow .title {
    font-size: 1.375em;
  }

  .discount.alternative-flow p,
  .discount.alternative-flow ul {
    font-size: 0.875em;
  }

  .email-phone-info.alternative-flow {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .email-phone-info.alternative-flow .wrapper,
  .email-phone-info.alternative-flow .lock-wrapper {
    width: 48%;
  }
}

@media screen and (min-width: 1200px) {
  .discount.alternative-flow {
    padding-left: 0;
  }
}

.skip-to-main {
  padding: 12px 0;
  left: 45%;
  position: absolute;
  z-index: 9;
  background-color: #fff;
}

.skip-to-main a {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-to-main a:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 5px;
  margin: 10px;
}

.actions button[type="submit"][disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  line-height: 24px;
  padding-right: 16px;
  cursor: pointer;
}

label.large,
.label-description.large {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  padding-left: 30px!important;
}</pre></body></html>