*, ::after, ::before { box-sizing: border-box; margin: 0; padding: 0; }

body, html { font-family: Arial, Helvetica, sans-serif; color: rgb(47, 56, 71); font-size: 16px; line-height: 1.5; }

p { margin: 0 0 1rem; }

em { font-style: italic; }

ul { list-style: none; }

a, a:visited { color: rgb(0, 51, 160); text-decoration: none; }

a:hover { text-decoration: underline; }

a:focus { outline: rgb(0, 51, 160) dotted 1px; outline-offset: -2px; }

.container-lg { width: 100%; margin: 0 auto; }

@media (min-width: 992px) {
  .container-lg { max-width: 960px; }
}

@media (min-width: 1200px) {
  .container-lg { max-width: 1440px; }
}

.flex-col-nowrap, .flex-row-wrap { display: flex; flex-flow: wrap; }

.flex-col-nowrap { flex-flow: column; }

.flex-jc-ce { justify-content: center; }

.flex-ai-ce { align-items: center; }

.flex-jc-sb { justify-content: space-between; }

@media (min-width: 768px) {
  .flex-row-nowrap-rev-md { display: flex; flex-flow: row-reverse wrap-reverse; }
  .flex-jc-fs-md { justify-content: flex-start; }
}

@media (min-width: 992px) {
  .flex-row-nowrap-lg { display: flex; flex-flow: row; }
}

.text-blue-light { color: rgb(69, 188, 229); }

.h1, .h2, h1, h2 { margin-bottom: 0.5rem; font-weight: 400; line-height: 1.1; font-family: Arial, Helvetica, sans-serif; }

.h1, h1 { font-size: 3.5rem; }

.h2, h2 { font-size: 2.625rem; }

.small, small { font-size: 90%; font-weight: 400; }

.btn, a.btn { font-family: Arial, Helvetica, sans-serif; border-color: transparent; border-radius: 22px; border-style: solid; border-width: 1px; color: inherit; cursor: pointer; display: inline-block; font-size: 1rem; line-height: 1; padding: 9px 24px; text-align: center; text-decoration: none; transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out; user-select: none; vertical-align: middle; white-space: nowrap; }

.btn.btn-primary--blue, a.btn.btn-primary--blue { background-color: rgb(0, 51, 160); border-color: rgb(0, 51, 160); color: rgb(255, 255, 255); }

.btn.btn-primary--blue:hover, a.btn.btn-primary--blue:hover { background-color: rgb(255, 255, 255); color: rgb(0, 51, 160); text-decoration: none; }

.btn.btn-primary--blue:focus, a.btn.btn-primary--blue:focus { background-color: rgb(255, 255, 255); border-radius: 22px; box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px, rgb(0, 51, 160) 0px 0px 0px 1px inset, rgb(0, 51, 160) 0px 0px 0px 0.4375rem; color: rgb(0, 51, 160); text-decoration: none; }

.btn.btn-primary--blue:active, a.btn.btn-primary--blue:active { background-color: rgb(0, 51, 160); box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 4px 0px inset; color: rgb(255, 255, 255); text-decoration: none; }

.btn.btn-primary--gray, a.btn.btn-primary--gray { background-color: rgb(228, 233, 237); border-color: rgb(228, 233, 237); color: rgb(14, 25, 65); }

.btn.btn-primary--gray:hover, a.btn.btn-primary--gray:hover { background-color: transparent; color: rgb(14, 25, 65); text-decoration: none; }

.btn.btn-primary--gray:focus, a.btn.btn-primary--gray:focus { background-color: transparent; border-radius: 22px; box-shadow: rgb(206, 215, 224) 0px 0px 0px 2px, rgb(69, 188, 229) 0px 0px 0px 1px inset, rgb(69, 188, 229) 0px 0px 0px 0.4375rem; color: rgb(14, 25, 65); text-decoration: none; }

.btn.btn-primary--gray:active, a.btn.btn-primary--gray:active { background-color: rgb(228, 233, 237); box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 4px 0px inset; color: rgb(14, 25, 65); text-decoration: none; }

.bg-blue, .theme-blue.bg-color { background-color: rgb(0, 51, 160); color: rgb(255, 255, 255); }

.theme-blue .fill-color, .theme-blue.fill-color { fill: rgb(69, 188, 229); color: rgb(255, 255, 255); }

.theme-blue .bg-color h1, .theme-blue .bg-color h2, .theme-blue.bg-color h1, .theme-blue.bg-color h2 { color: rgb(255, 255, 255); }

.theme-blue-light.bg-color { background-color: rgb(69, 188, 229); color: rgb(14, 25, 65); }

.theme-blue-light .bg-color h1, .theme-blue-light .bg-color h2, .theme-blue-light.bg-color h1, .theme-blue-light.bg-color h2 { color: rgb(14, 25, 65); }

.theme-blue-light .bg-color h1 em, .theme-blue-light .bg-color h2 em, .theme-blue-light.bg-color h1 em, .theme-blue-light.bg-color h2 em { font-style: normal !important; color: rgb(0, 51, 160); }

.theme-navy.bg-color { background-color: rgb(14, 25, 65); color: rgb(255, 255, 255); }

.theme-navy .bg-color h1, .theme-navy .bg-color h2, .theme-navy.bg-color h1, .theme-navy.bg-color h2 { color: rgb(255, 255, 255); }

.theme-navy .bg-color h1 em, .theme-navy .bg-color h2 em, .theme-navy.bg-color h1 em, .theme-navy.bg-color h2 em { font-style: normal !important; color: rgb(69, 188, 229); }

.as-site-error .flex-child .text-blue-light { color: rgb(69, 188, 229); }

.as-site-error { font-size: 16px; }

.as-site-error .flex-child { width: 100%; padding: 3.75rem 1.25rem 3rem; }

.as-site-error .content-head { font-size: 24px; font-stretch: normal; font-style: normal; line-height: 1.33; letter-spacing: -0.8px; }

.as-site-error .content-head .flex-child { flex: 1 1 0px; }

.as-site-error .content-head .flex-child:first-child { flex: 4 1 0%; }

.as-site-error .content-head .flex-child:first-child > h1 { max-width: 20rem; }

.as-site-error .content-head .flex-child:first-child > p { max-width: 30rem; }

.as-site-error .content-head h1 { font-size: 2.333em; line-height: 58px; padding: 0; margin: 0 0 1.5rem; letter-spacing: 0; }

.as-site-error .content-head .brand { flex: 0 1 240px; width: 100%; padding: 2.5rem; text-align: center; }

@media (min-width: 768px) {
  .as-site-error .content-head .brand { width: 240px; }
}

.as-site-error .content-body .cta_list { margin-left: -5px; }

@media (min-width: 768px) {
  .as-site-error .content-body .cta_list-item { margin-right: 1rem; }
}

.as-site-error .content-body-copy { padding-bottom: 0; padding-left: 2.5rem; padding-right: 2.5rem; }

@media (min-width: 768px) {
  .as-site-error .content-body-copy { padding-left: 67px; padding-right: 67px; }
}

@media (min-width: 992px) {
  .as-site-error .content-body-copy { height: 23.4375rem; flex: 1 1 60%; }
}

.as-site-error .content-body-copy h2 { font-size: 42px; line-height: 1.1; margin-bottom: 1.25rem; }

.as-site-error .content-body-copy .small { font-size: 0.875em; }

.as-site-error .content-body-img { background: url("person.png") no-repeat center center; background-size: contain; }

@media (min-width: 992px) {
  .as-site-error .content-body-img { position: relative; overflow: hidden; height: auto; background-size: 85% auto; background-position: left 25%; }
  .as-site-error .content-body-img::before { display: block; content: " "; width: 100%; padding-top: 31.8287%; }
}

.brand-name {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 2px;
}

.text-underline { text-decoration: underline; }

.quote-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: transparent;
  background-image: none;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.quote-popup-overlay.active {
  display: flex;
}

.quote-popup-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 40px;
  max-width: 900px;
  width: 100%;
  box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.35), 2px 2px 8px rgba(0, 0, 0, 0.15);
  font-family: Arial, Helvetica, sans-serif;
  animation: popupSlideIn 0.3s ease-out;
}

@keyframes popupSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.quote-popup-heading {
  color: #1B75BC;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 16px 0;
  line-height: 1.3;
}

.quote-popup-text {
  color: #4A4A4A;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 20px 0;
}

.quote-popup-phone {
  color: #E8792F;
  font-weight: 700;
}

.quote-popup-ref {
  color: #333333;
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 28px 0;
}

.quote-popup-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.quote-popup-btn {
  display: inline-block;
  background-color: #E8792F;
  color: #ffffff;
  border: none;
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
  text-align: center;
}

.quote-popup-btn:hover {
  background-color: #d06a24;
  text-decoration: none;
  color: #ffffff;
}

.quote-popup-btn:focus {
  outline: 2px solid #1B75BC;
  outline-offset: 2px;
}

@media (max-width: 768px) {
  .quote-popup-card {
    padding: 24px 20px;
  }

  .quote-popup-heading {
    font-size: 18px;
  }

  .quote-popup-buttons {
    flex-direction: column;
  }

  .quote-popup-btn {
    width: 100%;
  }
}

.floating-call-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #0033a0;
  color: #ffffff;
  padding: 14px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.floating-call-btn:hover {
  background-color: #002280;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  color: #ffffff;
}

.floating-call-btn svg {
  flex-shrink: 0;
}

@media (max-width: 480px) {
  .floating-call-btn {
    bottom: 16px;
    right: 16px;
    padding: 12px 16px;
    font-size: 13px;
  }
}
