:root{
  --fa-navy:#051B3C;
  --fa-navy-2:#071D3D;
  --fa-paper:#FAF8F4;
  --fa-slate-light:#C9D2DE;
  --fa-bridge:#B8975A;
  --fa-bridge-light:#D4B483;
  --fa-serif:"Cambria","Georgia",serif;
  --fa-sans:"Calibri","Segoe UI",Arial,sans-serif;
}

/* Hide existing global site chrome when present. The plugin's own elements are excluded. */
body.fa-global-chrome-enabled .fa-site-header:not(#fa-global-site-header),
body.fa-global-chrome-enabled #masthead:not(#fa-global-site-header),
body.fa-global-chrome-enabled .site-header:not(#fa-global-site-header),
body.fa-global-chrome-enabled .elementor-location-header:not(#fa-global-site-header),
body.fa-global-chrome-enabled header.et-l--header:not(#fa-global-site-header),
body.fa-global-chrome-enabled .wp-site-blocks > header:not(#fa-global-site-header),
body.fa-global-chrome-enabled .site > header:not(#fa-global-site-header),
body.fa-global-chrome-enabled > header:not(#fa-global-site-header),
body.fa-global-chrome-enabled .fa-footer:not(#fa-global-site-footer),
body.fa-global-chrome-enabled #colophon:not(#fa-global-site-footer),
body.fa-global-chrome-enabled .site-footer:not(#fa-global-site-footer),
body.fa-global-chrome-enabled .elementor-location-footer:not(#fa-global-site-footer),
body.fa-global-chrome-enabled footer.et-l--footer:not(#fa-global-site-footer),
body.fa-global-chrome-enabled .wp-site-blocks > footer:not(#fa-global-site-footer),
body.fa-global-chrome-enabled .site > footer:not(#fa-global-site-footer),
body.fa-global-chrome-enabled > footer:not(#fa-global-site-footer){
  display:none !important;
  visibility:hidden !important;
  height:0 !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
}

#fa-global-site-header,
#fa-global-site-header *,
#fa-global-site-footer,
#fa-global-site-footer *,
#fa-global-mobile-drawer,
#fa-global-mobile-drawer *{
  box-sizing:border-box;
}

#fa-global-site-header a,
#fa-global-site-footer a,
#fa-global-mobile-drawer a{
  text-decoration:none !important;
}

#fa-global-site-header{
  position:fixed !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  width:100% !important;
  max-width:100% !important;
  z-index:2147483000 !important;
  margin:0 !important;
  padding:0 !important;
  background:rgba(5,27,60,.86) !important;
  -webkit-backdrop-filter:blur(14px);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(255,255,255,.08) !important;
  font-family:var(--fa-sans) !important;
  isolation:isolate;
  -webkit-tap-highlight-color:rgba(184,151,90,.24);
}

body.admin-bar #fa-global-site-header{top:32px !important;}

#fa-global-site-header .fa-global-nav{
  width:100% !important;
  max-width:1180px !important;
  margin:0 auto !important;
  padding:16px 32px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:20px !important;
  position:relative;
}

#fa-global-site-header .fa-global-brand,
#fa-global-site-footer .fa-global-brand{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  color:#fff !important;
  font-family:var(--fa-serif) !important;
  font-weight:700 !important;
  line-height:1 !important;
  flex:0 0 auto;
}

#fa-global-site-header .fa-global-logo,
#fa-global-site-footer .fa-global-logo{
  display:block !important;
  width:170px !important;
  height:auto !important;
  max-width:100% !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  box-shadow:none !important;
  object-fit:contain;
}

#fa-global-site-header .fa-global-links{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:24px !important;
  margin:0 !important;
  padding:0 !important;
  flex:1 1 auto;
}

#fa-global-site-header .fa-global-links > a:not(.fa-global-mobile-cta),
#fa-global-site-header .fa-global-links > a:not(.fa-global-mobile-cta):link,
#fa-global-site-header .fa-global-links > a:not(.fa-global-mobile-cta):visited{
  display:inline-block !important;
  width:auto !important;
  margin:0 !important;
  padding:0 !important;
  color:var(--fa-slate-light) !important;
  -webkit-text-fill-color:var(--fa-slate-light) !important;
  background:transparent !important;
  border:0 !important;
  font-family:var(--fa-sans) !important;
  font-size:14px !important;
  font-weight:600 !important;
  line-height:1.4 !important;
  white-space:nowrap;
  text-transform:none !important;
  transition:color .15s ease;
}

#fa-global-site-header .fa-global-links > a:not(.fa-global-mobile-cta):hover,
#fa-global-site-header .fa-global-links > a:not(.fa-global-mobile-cta):focus,
#fa-global-site-header .fa-global-links > a:not(.fa-global-mobile-cta):focus-visible,
#fa-global-site-header .fa-global-links > a:not(.fa-global-mobile-cta):active{
  color:var(--fa-bridge-light) !important;
  -webkit-text-fill-color:var(--fa-bridge-light) !important;
}

#fa-global-site-header .fa-global-nav-cta{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  flex:0 0 auto;
}

#fa-global-site-header .fa-global-button{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  padding:10px 20px !important;
  border-radius:8px !important;
  border:1.5px solid transparent !important;
  font-family:var(--fa-sans) !important;
  font-size:13.5px !important;
  font-weight:700 !important;
  line-height:1.4 !important;
  white-space:nowrap;
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease;
}

#fa-global-site-header .fa-global-button-primary,
#fa-global-site-header .fa-global-button-primary:link,
#fa-global-site-header .fa-global-button-primary:visited{
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  background:var(--fa-bridge) !important;
  border-color:var(--fa-bridge) !important;
  box-shadow:0 8px 22px -8px rgba(184,151,90,.55) !important;
}

#fa-global-site-header .fa-global-button-primary:hover,
#fa-global-site-header .fa-global-button-primary:focus,
#fa-global-site-header .fa-global-button-primary:focus-visible{
  color:var(--fa-navy) !important;
  -webkit-text-fill-color:var(--fa-navy) !important;
  background:var(--fa-bridge-light) !important;
  border-color:var(--fa-bridge-light) !important;
  transform:translateY(-2px);
}

#fa-global-site-header .fa-global-menu-toggle{
  display:none !important;
}

#fa-global-site-header .fa-global-mobile-cta{
  display:none !important;
}

#fa-global-site-header a:focus-visible,
#fa-global-site-header button:focus-visible,
#fa-global-site-footer a:focus-visible,
#fa-global-mobile-drawer a:focus-visible{
  outline:3px solid var(--fa-bridge) !important;
  outline-offset:2px !important;
}

.fa-global-visually-hidden{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}

/* Footer mirrors the footer from the supplied homepage HTML. */
#fa-global-site-footer{
  position:relative !important;
  width:100vw !important;
  max-width:100vw !important;
  margin:0 calc(50% - 50vw) !important;
  padding:64px 0 30px !important;
  background:var(--fa-navy) !important;
  color:var(--fa-slate-light) !important;
  font-family:var(--fa-sans) !important;
  overflow:hidden !important;
  clear:both !important;
  z-index:2;
}

#fa-global-site-footer .fa-global-wrap{
  width:100% !important;
  max-width:1180px !important;
  margin:0 auto !important;
  padding:0 32px !important;
}

#fa-global-site-footer .fa-global-foot-grid{
  display:grid !important;
  grid-template-columns:1.4fr 1fr 1fr 1fr !important;
  gap:40px !important;
  margin:0 0 48px !important;
  padding:0 !important;
}

#fa-global-site-footer .fa-global-foot-brand .fa-global-brand{
  margin-bottom:14px !important;
}

#fa-global-site-footer .fa-global-foot-brand p{
  max-width:280px !important;
  margin:0 !important;
  padding:0 !important;
  color:var(--fa-slate-light) !important;
  font-family:var(--fa-sans) !important;
  font-size:13.8px !important;
  font-weight:400 !important;
  line-height:1.55 !important;
}

#fa-global-site-footer .fa-global-foot-col h5{
  margin:0 0 16px !important;
  padding:0 !important;
  color:#fff !important;
  font-family:var(--fa-sans) !important;
  font-size:13px !important;
  font-weight:700 !important;
  line-height:1.35 !important;
  letter-spacing:.06em !important;
  text-transform:none !important;
}

#fa-global-site-footer .fa-global-foot-col ul{
  display:flex !important;
  flex-direction:column !important;
  gap:10px !important;
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
}

#fa-global-site-footer .fa-global-foot-col li{
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
}

#fa-global-site-footer .fa-global-foot-col a,
#fa-global-site-footer .fa-global-foot-col a:link,
#fa-global-site-footer .fa-global-foot-col a:visited{
  color:var(--fa-slate-light) !important;
  -webkit-text-fill-color:var(--fa-slate-light) !important;
  font-family:var(--fa-sans) !important;
  font-size:13.5px !important;
  font-weight:400 !important;
  line-height:1.45 !important;
  transition:color .15s ease;
}

#fa-global-site-footer .fa-global-foot-col a:hover,
#fa-global-site-footer .fa-global-foot-col a:focus{
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
}

#fa-global-site-footer .fa-global-foot-bottom{
  display:flex !important;
  justify-content:space-between !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  margin:0 !important;
  padding:24px 0 0 !important;
  border-top:1px solid rgba(255,255,255,.08) !important;
  color:var(--fa-slate-light) !important;
  font-family:var(--fa-sans) !important;
  font-size:12.5px !important;
  font-weight:400 !important;
  line-height:1.45 !important;
}

#fa-global-mobile-drawer{
  display:none;
}

@media (max-width:1080px) and (min-width:901px){
  #fa-global-site-header .fa-global-nav{gap:14px !important;}
  #fa-global-site-header .fa-global-links{gap:16px !important;}
  #fa-global-site-header .fa-global-links > a:not(.fa-global-mobile-cta){font-size:13px !important;}
  #fa-global-site-header .fa-global-logo{width:150px !important;}
  #fa-global-site-header .fa-global-button{padding-left:14px !important;padding-right:14px !important;}
}

@media (max-width:900px){
  #fa-global-site-header{
    overflow:visible !important;
  }

  #fa-global-site-header .fa-global-nav{
    width:100% !important;
    max-width:100% !important;
    padding:12px 20px !important;
  }

  #fa-global-site-header .fa-global-brand{
    min-width:0 !important;
    max-width:calc(100% - 58px) !important;
  }

  #fa-global-site-header .fa-global-logo{
    width:min(145px,100%) !important;
    max-height:42px !important;
    object-position:left center !important;
  }

  #fa-global-site-header .fa-global-links,
  #fa-global-site-header .fa-global-nav-cta{
    display:none !important;
  }

  #fa-global-site-header .fa-global-menu-toggle{
    -webkit-appearance:none !important;
    appearance:none !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    flex:0 0 44px !important;
    width:44px !important;
    height:44px !important;
    margin:0 !important;
    padding:0 !important;
    border:1px solid rgba(255,255,255,.22) !important;
    border-radius:8px !important;
    color:#fff !important;
    -webkit-text-fill-color:#fff !important;
    background:transparent !important;
    box-shadow:none !important;
    font-family:var(--fa-sans) !important;
    font-size:25px !important;
    line-height:1 !important;
    position:relative !important;
    z-index:2147483002 !important;
    cursor:pointer !important;
    touch-action:manipulation;
  }

  #fa-global-site-header .fa-global-menu-toggle:hover,
  #fa-global-site-header .fa-global-menu-toggle:focus,
  #fa-global-site-header .fa-global-menu-toggle:focus-visible,
  #fa-global-site-header .fa-global-menu-toggle:active,
  #fa-global-site-header .fa-global-menu-toggle.is-open{
    color:var(--fa-bridge-light) !important;
    -webkit-text-fill-color:var(--fa-bridge-light) !important;
    border-color:var(--fa-bridge) !important;
    background:rgba(184,151,90,.10) !important;
  }

  #fa-global-site-header .fa-global-menu-icon{
    display:block !important;
    width:1em !important;
    text-align:center !important;
    line-height:1 !important;
    pointer-events:none !important;
  }

  #fa-global-mobile-drawer{
    display:flex !important;
    position:fixed !important;
    top:var(--fa-global-mobile-menu-top,68px) !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    max-width:100% !important;
    max-height:calc(100dvh - var(--fa-global-mobile-menu-top,68px)) !important;
    margin:0 !important;
    padding:10px 20px max(22px,env(safe-area-inset-bottom)) !important;
    flex-direction:column !important;
    align-items:stretch !important;
    justify-content:flex-start !important;
    overflow-x:hidden !important;
    overflow-y:auto !important;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    visibility:hidden !important;
    opacity:0 !important;
    transform:translateY(-8px) !important;
    pointer-events:none !important;
    background:rgba(5,27,60,.995) !important;
    border-top:1px solid rgba(212,180,131,.20) !important;
    border-bottom:1px solid rgba(212,180,131,.14) !important;
    box-shadow:0 22px 42px rgba(0,0,0,.36) !important;
    z-index:2147482999 !important;
    transition:opacity .18s ease,transform .18s ease,visibility 0s linear .18s !important;
    font-family:var(--fa-sans) !important;
  }

  #fa-global-mobile-drawer.is-open{
    visibility:visible !important;
    opacity:1 !important;
    transform:translateY(0) !important;
    pointer-events:auto !important;
    transition:opacity .18s ease,transform .18s ease,visibility 0s linear 0s !important;
  }

  #fa-global-mobile-drawer .fa-global-mobile-drawer-nav{
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    width:100% !important;
    gap:0 !important;
  }

  #fa-global-mobile-drawer .fa-global-mobile-drawer-nav > a:not(.fa-global-mobile-cta),
  #fa-global-mobile-drawer .fa-global-mobile-drawer-nav > a:not(.fa-global-mobile-cta):link,
  #fa-global-mobile-drawer .fa-global-mobile-drawer-nav > a:not(.fa-global-mobile-cta):visited{
    display:flex !important;
    align-items:center !important;
    width:100% !important;
    min-height:50px !important;
    margin:0 !important;
    padding:13px 4px !important;
    border:0 !important;
    border-bottom:1px solid rgba(255,255,255,.08) !important;
    color:var(--fa-paper) !important;
    -webkit-text-fill-color:var(--fa-paper) !important;
    background:transparent !important;
    font-size:15px !important;
    font-weight:600 !important;
    line-height:1.4 !important;
    text-transform:none !important;
  }

  #fa-global-mobile-drawer .fa-global-mobile-drawer-nav > a:not(.fa-global-mobile-cta):hover,
  #fa-global-mobile-drawer .fa-global-mobile-drawer-nav > a:not(.fa-global-mobile-cta):focus,
  #fa-global-mobile-drawer .fa-global-mobile-drawer-nav > a:not(.fa-global-mobile-cta):focus-visible,
  #fa-global-mobile-drawer .fa-global-mobile-drawer-nav > a:not(.fa-global-mobile-cta):active{
    color:var(--fa-bridge-light) !important;
    -webkit-text-fill-color:var(--fa-bridge-light) !important;
    background:rgba(184,151,90,.08) !important;
  }

  #fa-global-mobile-drawer .fa-global-mobile-cta,
  #fa-global-mobile-drawer .fa-global-mobile-cta:link,
  #fa-global-mobile-drawer .fa-global-mobile-cta:visited{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    min-height:48px !important;
    margin-top:16px !important;
    padding:13px 18px !important;
    border:1px solid var(--fa-bridge) !important;
    border-radius:8px !important;
    color:#fff !important;
    -webkit-text-fill-color:#fff !important;
    background:var(--fa-bridge) !important;
    font-size:14px !important;
    font-weight:700 !important;
    line-height:1.4 !important;
    text-transform:none !important;
    letter-spacing:0 !important;
  }

  #fa-global-mobile-drawer .fa-global-mobile-cta:hover,
  #fa-global-mobile-drawer .fa-global-mobile-cta:focus,
  #fa-global-mobile-drawer .fa-global-mobile-cta:focus-visible,
  #fa-global-mobile-drawer .fa-global-mobile-cta:active{
    color:var(--fa-navy) !important;
    -webkit-text-fill-color:var(--fa-navy) !important;
    background:var(--fa-bridge-light) !important;
    border-color:var(--fa-bridge-light) !important;
  }

  body.fa-global-mobile-menu-open{
    overflow:hidden !important;
    overscroll-behavior:none;
  }

  #fa-global-site-footer .fa-global-foot-grid{
    grid-template-columns:1fr 1fr !important;
  }
}

@media (max-width:782px){
  body.admin-bar #fa-global-site-header{top:46px !important;}
}

@media (max-width:720px){
  #fa-global-site-footer .fa-global-wrap{
    padding-left:20px !important;
    padding-right:20px !important;
  }
}

@media (max-width:560px){
  #fa-global-site-footer .fa-global-foot-grid{
    grid-template-columns:1fr !important;
  }
  #fa-global-site-footer .fa-global-foot-bottom{
    flex-direction:column !important;
  }
}

@media (max-width:390px){
  #fa-global-site-header .fa-global-nav{
    padding-left:16px !important;
    padding-right:16px !important;
  }
  #fa-global-mobile-drawer{
    padding-left:16px !important;
    padding-right:16px !important;
  }
}

@media (prefers-reduced-motion:reduce){
  #fa-global-site-header *,
  #fa-global-site-footer *,
  #fa-global-mobile-drawer{
    scroll-behavior:auto !important;
    transition:none !important;
  }
}
