:root {
    --bs-primary: #005f90 !important;
    --bs-primary-rgb: 0, 95, 144 !important;
}

.body,
body {
    color: #777;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px;
    line-height: 26px;
}

p {
    color: #777 !important;
    line-height: 26px !important;
    margin: 0 0 20px !important;
}

p.lead {
    line-height: 1.8rem !important;
}

.lead {
    color: #777;
    font-size: 1.2rem !important;
    letter-spacing: -.05em;
}

.text1 {
    font-size: 18px !important;
}

.text2 {
    font-size: 16px !important;
}

.text3 {
    font-size: 14px !important;
}

.site-text-4 {
    font-size: 1.2em !important;
}

.site-text-12 {
    font-size: 3.5em !important;
}

#stephen-ramsey .site-about-copy,
#stephen-ramsey .site-about-copy p,
#stephen-ramsey .site-about-copy span,
#stephen-ramsey .site-about-content,
#stephen-ramsey .site-about-content p,
#stephen-ramsey .site-about-content span,
#stephen-ramsey .site-about-content li {
    color: #666 !important;
}

.home-portfolio-section {
    column-gap: 0;
}

.home-portfolio-slider-col {
    padding-right: 52px;
    padding-left: 52px;
}

.home-portfolio-copy-col {
    padding-left: 12px;
}

.home-portfolio-copy-col .lead {
    color: #666 !important;
    margin-bottom: 22px !important;
}

.home-portfolio-copy-col .text2,
.site-testimonial-card .text2 {
    color: #666 !important;
}

#footer .site-footer-nav .site-footer-heading {
    margin: 0 0 1rem;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
}

.home-portfolio-carousel .owl-stage-outer {
    background: #fff;
}

.home-portfolio-carousel .owl-nav {
    margin-top: 0;
}

.home-portfolio-carousel.owl-carousel .owl-nav button.owl-prev,
.home-portfolio-carousel.owl-carousel .owl-nav button.owl-next {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: rgb(0, 95, 144);
    background: transparent;
    font-size: 18px;
}

.home-portfolio-carousel.owl-carousel .owl-nav button.owl-prev {
    left: -43px;
}

.home-portfolio-carousel.owl-carousel .owl-nav button.owl-next {
    right: -43px;
}

.home-portfolio-carousel.owl-carousel .owl-nav button.owl-prev:hover,
.home-portfolio-carousel.owl-carousel .owl-nav button.owl-next:hover,
.home-portfolio-carousel.owl-carousel .owl-nav button.owl-prev:focus,
.home-portfolio-carousel.owl-carousel .owl-nav button.owl-next:focus {
    color: #006fa8;
    background: transparent;
    outline: none;
}

.home-portfolio-carousel picture,
.home-portfolio-carousel img {
    display: block;
    width: 100%;
}

.home-portfolio-cta {
    margin-top: 28px;
}

.home-portfolio-btn {
    display: inline-flex;
    min-height: 39px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 11px 8px 13px;
    border: 1px solid #008ee6;
    border-radius: 5px;
    color: #0071ce !important;
    background: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    box-shadow: 0 2px 5px rgb(0 113 206 / 12%);
}

.home-portfolio-btn span {
    display: inline-grid;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    border-radius: 50%;
    color: #fff;
    background: #0071ce;
    font-size: 9px;
    place-items: center;
    transition: transform .2s ease;
}

.home-portfolio-btn:hover,
.home-portfolio-btn:focus {
    border-color: #0071ce;
    color: #0071ce !important;
    background: #fff;
}

.home-portfolio-btn:hover span,
.home-portfolio-btn:focus span {
    transform: translateX(2px);
}

@media (max-width: 767.98px) {
    .home-portfolio-slider-col,
    .home-portfolio-copy-col {
        padding-right: 12px;
        padding-left: 12px;
    }

    .home-portfolio-carousel.owl-carousel .owl-nav button.owl-prev {
        left: 8px;
    }

    .home-portfolio-carousel.owl-carousel .owl-nav button.owl-next {
        right: 8px;
    }
}

.site-testimonial-card {
    width: 100%;
    height: calc(100% - 1rem);
}

.site-testimonial-card .card-body,
.site-testimonial-card .testimonial {
    min-height: 100%;
}

.site-testimonial-footer {
    margin-top: auto !important;
}

.site-testimonials-cta {
    margin: -18px 0 52px;
}

.site-hero-logo-overlay {
    opacity: 1;
    transition: opacity 700ms ease;
}

.site-hero-logo-overlay.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.site-testimonials-subtitle {
    color: #005f90 !important;
}

.contact-hero-strip {
    min-height: 98px;
    background-position: center 45%;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-page-v2 {
    padding: 2.55rem 0 4.6rem;
    background: #fff;
}

.contact-page-v2 .contact-layout {
    align-items: flex-start;
}

.contact-page-v2 .contact-title {
    margin: 0 0 .25rem;
    color: #111820 !important;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 0 !important;
    line-height: 1.2;
}

.contact-page-v2 .contact-intro,
.contact-page-v2 .contact-intro p {
    margin: 0 0 1.7rem !important;
    color: #777 !important;
    font-size: 14px;
    line-height: 26px !important;
}

.contact-page-v2 .contact-form {
    max-width: none;
}

.contact-page-v2 .form-group,
.contact-page-v2 .mb15,
.contact-page-v2 .mb20 {
    margin-bottom: 1.55rem !important;
}

.contact-page-v2 .form-control {
    min-height: 39px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #1e252b;
    background: #fff;
    font-size: 13px;
    box-shadow: none;
}

.contact-page-v2 .form-control::placeholder {
    color: #a9b0b7;
}

.contact-page-v2 .form-control:focus {
    border-color: rgb(0, 95, 144);
    box-shadow: 0 0 0 .15rem rgb(0 95 144 / 14%);
}

.contact-page-v2 .contact-message-control {
    min-height: 216px;
    resize: vertical;
}

.contact-page-v2 .contact-file-control {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 39px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
}

.contact-page-v2 .contact-file-label {
    display: block;
    min-width: 0;
    flex: 1 1 auto;
    padding: 6px 12px;
    overflow: hidden;
    color: #a9b0b7;
    font-size: 13px;
    line-height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contact-page-v2 .contact-file-button {
    display: inline-flex;
    min-width: 111px;
    min-height: 39px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: -1px -1px -1px 0;
    padding: 0 14px;
    border: 1px solid rgb(0, 95, 144);
    color: #fff;
    background: rgb(0, 95, 144);
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
}

.contact-page-v2 .contact-file-button:hover,
.contact-page-v2 .contact-file-button:focus {
    border-color: rgb(0, 95, 144);
    background: rgb(0, 95, 144);
}

.contact-page-v2 .contact-file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.contact-page-v2 .contact-submit-wrap {
    margin-top: .65rem;
}

.contact-page-v2 .contact-submit-btn {
    min-height: 40px;
    padding: .55rem 1.08rem;
    border-color: rgb(0, 95, 144) !important;
    border-radius: 6px;
    color: #fff !important;
    background: rgb(0, 95, 144) !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.contact-page-v2 .contact-submit-btn:hover,
.contact-page-v2 .contact-submit-btn:focus {
    border-color: rgb(0, 95, 144) !important;
    background: rgb(0, 95, 144) !important;
}

.contact-page-v2 .contact-sidebar {
    padding-top: 2.05rem;
    padding-left: 1.45rem;
}

.contact-page-v2 .contact-info-block + .contact-info-block {
    margin-top: 3.25rem;
}

.contact-page-v2 .contact-info-block h2 {
    margin: 0 0 1.35rem;
    color: rgb(0, 95, 144) !important;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0 !important;
    line-height: 1.2;
}

.contact-page-v2 .contact-info-block h2 strong {
    font-weight: 800;
}

.contact-page-v2 .contact-info-list,
.contact-page-v2 .contact-hours-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact-page-v2 .contact-info-list li,
.contact-page-v2 .contact-hours-list li {
    display: flex;
    align-items: center;
    min-height: 26px;
    margin-bottom: 1.05rem;
    color: #777;
    font-size: 14px;
    line-height: 26px;
}

.contact-page-v2 .contact-info-icon {
    display: inline-grid;
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    margin-right: 11px;
    border-radius: 50%;
    color: #fff;
    background: rgb(0, 95, 144);
    font-size: 11px;
    place-items: center;
}

.contact-page-v2 .contact-info-list strong {
    color: #777;
    font-weight: 800;
}

.contact-page-v2 .contact-info-list a {
    color: #111820 !important;
    text-decoration: none;
}

.contact-page-v2 .contact-hours-list i {
    width: 16px;
    flex: 0 0 16px;
    margin-right: 9px;
    color: #111820;
    font-size: 14px;
    text-align: center;
}

.contact-page-v2 .contact-hours-list span {
    color: #777;
}

@media (max-width: 991.98px) {
    .contact-page-v2 {
        padding: 2.6rem 0 4.25rem;
    }

    .contact-page-v2 .contact-sidebar {
        padding-top: 2.5rem;
        padding-left: 0;
    }
}



#cookie-consent-spacer {
  display: block;
  width: 100%;
  flex: 0 0 var(--cookie-banner-height, 46px);
  height: var(--cookie-banner-height, 46px);
  min-height: var(--cookie-banner-height, 46px);
}

.cookie-consent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 99999;
  background: #000000;
  color: #ffffff;
  display: none;
}

.cookie-consent-bar {
  width: 100%;
  min-height: 46px;
  background: #000000;
  color: #ffffff;
  padding: 12px 54px 12px 14px;
  font-size: 16px;
  line-height: 1.35;
  box-shadow: none;
  border-radius: 0;
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.cookie-consent-bar span {
  display: block;
  width: 100%;
}

.cookie-inline-link {
  background: none;
  border: 0;
  padding: 0;
  margin: 0 2px;
  color: #ffffff;
  text-decoration: underline;
  cursor: pointer;
  font: inherit;
}

.cookie-inline-link:hover {
  color: #cccccc;
}

.cookie-bar-close {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  opacity: 1;
  padding: 0;
}

.cookie-bar-close:hover {
  color: #cccccc;
}

.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.cookie-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
}

.cookie-modal-dialog {
  position: relative;
  z-index: 2;
  width: min(100%, 620px);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  background: #ffffff;
  color: #222222;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.cookie-modal-dialog h3 {
  margin: 0 40px 10px 0;
  color: #111111;
  font-size: 26px;
  font-weight: 700;
}

.cookie-modal-dialog > p {
  margin: 0 0 18px;
  color: #444444;
  line-height: 1.55;
  font-size: 15px;
}

.cookie-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #f2f2f2;
  color: #111111;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.cookie-modal-close:hover {
  background: #e5e5e5;
}

.cookie-choice-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 28px 0 14px;
  padding: 20px;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
}

.cookie-choice-label-btn {
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  color: #111111;
  cursor: pointer;
  white-space: nowrap;
}

.cookie-choice-label-btn:hover {
  text-decoration: underline;
}

.cookie-main-switch {
  position: relative;
  display: inline-block;
  width: 76px;
  height: 38px;
  flex: 0 0 auto;
}

.cookie-main-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.cookie-main-slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  background: #bdbdbd;
  border-radius: 999px;
  transition: 0.2s ease;
}

.cookie-main-slider::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  left: 4px;
  top: 4px;
  background: #ffffff;
  border-radius: 50%;
  transition: 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.cookie-main-switch input:checked + .cookie-main-slider {
  background: #18a558;
}

.cookie-main-switch input:checked + .cookie-main-slider::before {
  transform: translateX(38px);
}

.cookie-choice-help {
  margin: 0 0 18px;
  color: #555555;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.cookie-modal-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.cookie-btn {
  border: 0;
  border-radius: 999px;
  padding: 10px 22px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}

.cookie-btn.primary {
  background: #111111;
  color: #ffffff;
}

.cookie-btn.primary:hover {
  background: #333333;
}

.cookie-links {
  margin: 18px 0 0;
  color: #555555;
  font-size: 13px;
  line-height: 1.5;
}

.cookie-links a {
  color: #111111;
  text-decoration: underline;
}

#footer-cookie-preferences {
  color: #ffffff !important;
}

#footer-cookie-preferences:hover,
#footer-cookie-preferences:focus {
  color: #ffffff !important;
}

.cookie-modal-open {
  overflow: hidden;
}

@media (max-width: 576px) {
  .cookie-consent-bar {
    min-height: 58px;
    font-size: 14px;
    padding: 10px 46px 10px 10px;
  }

  .cookie-modal {
    align-items: flex-end;
    padding: 12px;
  }

  .cookie-modal-dialog {
    width: 100%;
    max-height: calc(100vh - 24px);
    border-radius: 14px;
    padding: 22px;
  }

  .cookie-modal-dialog h3 {
    font-size: 22px;
  }

  .cookie-choice-row {
    gap: 10px;
    padding: 16px 10px;
  }

  .cookie-choice-label-btn {
    font-size: 13px;
  }

  .cookie-main-switch {
    width: 66px;
    height: 34px;
  }

  .cookie-main-slider::before {
    width: 26px;
    height: 26px;
  }

  .cookie-main-switch input:checked + .cookie-main-slider::before {
    transform: translateX(32px);
  }

  .cookie-modal-actions {
    justify-content: stretch;
  }

  .cookie-btn {
    width: 100%;
  }
}


.user-welcome-popup {
  border: 1px solid #e4ded6 !important;
  border-radius: 4px !important;
  box-shadow: 0 24px 70px rgba(17, 17, 17, 0.28) !important;
  overflow: hidden !important;
}

.user-welcome-html {
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
}

.user-welcome-modal {
  color: #1f2933;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 100%;
}

.user-welcome-header {
  background: #111111;
  padding: 28px 32px 22px;
  border-bottom: 4px solid #c9a66b;
  text-align: left;
}

.user-welcome-header p {
  color: #c9a66b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: 1.3;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.user-welcome-header h2 {
  color: #ffffff !important;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 6px;
  opacity: 1 !important;
}

.user-welcome-header span {
  color: #d9cdb0 !important;
  display: block;
  font-size: 14px;
  line-height: 1.4;
  opacity: 1 !important;
}

.user-welcome-brand {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.user-welcome-brand img {
  display: block;
  flex: 0 0 auto;
  height: auto;
  max-height: 72px;
  max-width: 140px;
  object-fit: contain;
  width: auto;
}

.user-welcome-brand span {
  flex: 1 1 auto;
  min-width: 0;
  text-align: right;
}

.user-welcome-accent {
  display: none;
}

.user-welcome-body {
  padding: 30px 32px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center !important;
  background: #ffffff;
  width: 100%;
}

.user-welcome-badge {
  align-items: center;
  background: #faf9f7;
  border: 1px solid #e4ded6;
  border-radius: 50%;
  color: #c9a66b;
  display: inline-flex;
  font-size: 28px;
  height: 74px;
  justify-content: center;
  margin-bottom: 18px;
  width: 74px;
}

.user-welcome-message {
  color: #1f2933 !important;
  display: block;
  font-size: 17px;
  line-height: 1.6 !important;
  margin: 0 auto 12px !important;
  max-width: 410px;
  text-align: center !important;
  width: 100%;
}

.user-welcome-message strong {
  color: #111111;
  font-weight: 700;
}

.user-welcome-note {
  color: #7a6b58 !important;
  display: block;
  font-size: 13px;
  line-height: 1.6 !important;
  margin: 0 auto !important;
  max-width: 390px;
  opacity: 1 !important;
  text-align: center !important;
  width: 100%;
}

.user-welcome-confirm {
  background: #111111 !important;
  border: 0 !important;
  border-radius: 4px !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
  margin: 0 0 28px !important;
  min-width: 170px;
  padding: 13px 20px !important;
  transition: background 0.15s ease-in-out;
}

.user-welcome-confirm:focus {
  outline: none !important;
}

.user-welcome-confirm:hover {
  background: #c9a66b !important;
  color: #111111 !important;
}

@media (max-width: 575px) {
  .user-welcome-header {
    padding: 24px 22px 20px;
  }

  .user-welcome-brand {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .user-welcome-brand img {
    max-height: 58px;
    max-width: 116px;
  }

  .user-welcome-brand span {
    text-align: left;
  }

  .user-welcome-header h2 {
    font-size: 21px;
  }

  .user-welcome-body {
    padding: 26px 22px 24px;
  }

  .user-welcome-message {
    font-size: 16px;
  }
}
