/* SIGN IN BUTTON */
.site-header a.header-quote,
.site-header a.header-signin{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;

  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;

  padding:9px 15px!important;

  background:rgba(25,25,25,.50)!important;
  color:#fff!important;

  border:1px solid rgba(255,255,255,.35)!important;
  border-radius:999px!important;

  font-size:12px!important;
  font-weight:600!important;
  line-height:1!important;

  backdrop-filter:blur(12px) saturate(110%)!important;
  -webkit-backdrop-filter:blur(12px) saturate(110%)!important;

  box-shadow:0 6px 18px rgba(0,0,0,.12)!important;

  text-decoration:none!important;
  box-sizing:border-box!important;
}


/* OUR SERVICES DROPDOWN */
.services-dropdown{
  background:rgba(48,47,46,.50)!important;

  backdrop-filter:blur(14px) saturate(108%)!important;
  -webkit-backdrop-filter:blur(14px) saturate(108%)!important;

  border:1px solid rgba(255,255,255,.20)!important;
  box-shadow:0 14px 32px rgba(0,0,0,.22)!important;
}


/* DROPDOWN TEXT */
.services-dropdown a{
  color:#fff!important;
  font-weight:400!important;
}

.services-dropdown strong{
  color:#fff!important;
  font-weight:500!important;
}

.services-dropdown span{
  color:rgba(255,255,255,.70)!important;
  font-weight:400!important;
}


/* DROPDOWN HOVER */
.services-dropdown a:hover{
  background:rgba(255,255,255,.10)!important;
}
