/* Rivco global service search: WP7Test validation build. */
.rivco-gsearch,
.rivco-gsearch *{box-sizing:border-box}

.rivco-gsearch [hidden]{display:none!important}

body.rivco-gsearch-open .hdr{
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
}

body.rivco-gsearch-open .hdr__nav{
  visibility:hidden!important;
  pointer-events:none!important;
}

.hdr__in>.rivco-gsearch{
  position:relative;
  z-index:101;
  flex:0 0 44px;
  min-width:0;
  margin-left:auto;
  margin-right:12px;
  font-family:var(--f-b,'Source Sans 3',sans-serif);
}

.rivco-gsearch svg{
  display:block;
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.rivco-gsearch button,
.rivco-gsearch input{
  font:inherit;
}

.rivco-gsearch__desktop-field{
  display:none;
}

.rivco-gsearch__trigger,
.rivco-gsearch__close,
.rivco-gsearch__clear{
  appearance:none;
  border:0!important;
  cursor:pointer;
  color:var(--pri-ctr,#046bd2)!important;
}

.rivco-gsearch__trigger{
  display:flex!important;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  min-width:44px;
  padding:0!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.78)!important;
  box-shadow:inset 0 0 0 1px rgba(0,83,166,.12),0 4px 14px rgba(0,83,166,.07)!important;
  transition:color .2s ease,background .2s ease,box-shadow .2s ease!important;
}

.rivco-gsearch__trigger-label{
  display:none;
  min-width:0;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  font:700 .72rem/1 var(--f-l,Inter,sans-serif);
  letter-spacing:0;
}

.rivco-gsearch__trigger:hover,
.rivco-gsearch__trigger:focus-visible,
.rivco-gsearch.is-open .rivco-gsearch__trigger{
  color:#fff!important;
  background:var(--grad,linear-gradient(135deg,#0053a6,#046bd2))!important;
  box-shadow:0 10px 24px rgba(0,83,166,.18)!important;
}

.rivco-gsearch__backdrop{
  position:fixed;
  inset:0;
  z-index:1;
  width:100%;
  height:100%;
  padding:0!important;
  border-radius:0!important;
  background:rgba(23,28,32,.42)!important;
  backdrop-filter:blur(4px);
  -webkit-backdrop-filter:blur(4px);
}

.rivco-gsearch__panel{
  position:fixed;
  z-index:2;
  top:88px;
  left:50%;
  display:flex;
  flex-direction:column;
  width:min(680px,calc(100vw - 32px));
  max-height:calc(100dvh - 112px);
  overflow:hidden;
  color:var(--on,#171c20);
  background:#fff;
  border-radius:8px;
  box-shadow:0 24px 56px rgba(0,50,104,.2),0 8px 20px rgba(0,83,166,.1);
  transform:translateX(-50%);
}

.rivco-gsearch__panel::before{
  content:'';
  position:absolute;
  top:0;
  left:20px;
  right:20px;
  z-index:2;
  height:3px;
  border-radius:0 0 3px 3px;
  background:var(--grad,linear-gradient(135deg,#0053a6,#046bd2));
}

.rivco-gsearch__mobile-head{
  display:flex;
  align-items:center;
  gap:10px;
  padding:16px 16px 12px;
  background:#fff;
  box-shadow:0 8px 24px rgba(0,83,166,.05);
}

.rivco-gsearch__mobile-field,
.rivco-gsearch__desktop-field{
  align-items:center;
  gap:10px;
  min-width:0;
  background:#fff;
  border-radius:999px;
  box-shadow:inset 0 0 0 1px rgba(0,83,166,.13),0 5px 18px rgba(0,83,166,.06);
  transition:box-shadow .2s ease,background .2s ease;
}

.rivco-gsearch__mobile-field{
  display:flex;
  flex:1 1 auto;
  min-height:44px;
  padding:0 10px 0 14px;
}

.rivco-gsearch__mobile-field:focus-within,
.rivco-gsearch__desktop-field:focus-within{
  box-shadow:inset 0 0 0 2px var(--pri-ctr,#046bd2),0 8px 24px rgba(0,83,166,.12);
}

.rivco-gsearch__search-icon{
  flex:0 0 auto;
  color:var(--pri-ctr,#046bd2);
}

.rivco-gsearch input[type=search]{
  appearance:none!important;
  -webkit-appearance:none!important;
  flex:1 1 auto!important;
  min-width:0!important;
  width:100%!important;
  height:42px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:var(--on,#171c20)!important;
  font:600 .9rem/1.2 var(--f-b,'Source Sans 3',sans-serif)!important;
  letter-spacing:0!important;
}

.rivco-gsearch input[type=search]::-webkit-search-cancel-button{
  display:none;
}

.rivco-gsearch input[type=search]::placeholder{
  color:#75828e!important;
  opacity:1!important;
}

.rivco-gsearch__clear,
.rivco-gsearch__close{
  display:flex!important;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  width:36px;
  height:36px;
  min-width:36px;
  padding:0!important;
  border-radius:999px!important;
  background:rgba(0,83,166,.06)!important;
  transition:background .2s ease,color .2s ease!important;
}

.rivco-gsearch__clear:hover,
.rivco-gsearch__close:hover{
  color:#fff!important;
  background:var(--pri-ctr,#046bd2)!important;
}

.rivco-gsearch__clear svg,
.rivco-gsearch__close svg{
  width:18px;
  height:18px;
}

.rivco-gsearch__body{
  min-height:0;
  padding:16px;
  overflow-y:auto;
  overscroll-behavior:contain;
  scrollbar-gutter:stable;
}

.rivco-gsearch__eyebrow{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 9px!important;
  color:var(--on,#171c20)!important;
  font:700 .65rem/1.2 var(--f-l,Inter,sans-serif)!important;
  letter-spacing:.07em!important;
  text-transform:uppercase;
}

.rivco-gsearch__eyebrow::before{
  content:'';
  flex:0 0 18px;
  width:18px;
  height:3px;
  border-radius:999px;
  background:var(--grad,linear-gradient(135deg,#0053a6,#046bd2));
}

.rivco-gsearch__result-summary{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 10px!important;
  color:var(--on,#171c20)!important;
  font:700 .65rem/1.2 var(--f-l,Inter,sans-serif)!important;
  letter-spacing:.07em!important;
  text-transform:uppercase;
}

.rivco-gsearch__result-summary::before{
  content:'';
  flex:0 0 18px;
  width:18px;
  height:3px;
  border-radius:999px;
  background:var(--grad,linear-gradient(135deg,#0053a6,#046bd2));
}

.rivco-gsearch__starter-list{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}

.rivco-gsearch__starter{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 26px;
  align-items:center;
  gap:9px;
  min-width:0;
  min-height:44px;
  padding:8px 9px 8px 13px!important;
  border:0!important;
  border-radius:10px!important;
  color:var(--on,#171c20)!important;
  background:linear-gradient(135deg,#f5faff,#f1f4f8)!important;
  box-shadow:inset 0 0 0 1px rgba(4,107,210,.07),0 4px 12px rgba(0,83,166,.04)!important;
  font:650 .78rem/1.15 var(--f-b,'Source Sans 3',sans-serif)!important;
  letter-spacing:0!important;
  text-align:left;
  text-transform:none!important;
  cursor:pointer;
  transition:background .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease!important;
}

.rivco-gsearch__starter-label{
  min-width:0;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}

.rivco-gsearch__starter-arrow{
  display:block;
  width:26px!important;
  height:26px!important;
  padding:6px;
  border-radius:999px;
  color:var(--pri-ctr,#046bd2);
  background:#fff;
  box-shadow:0 3px 9px rgba(0,83,166,.08);
  transition:color .2s ease,background .2s ease,transform .2s ease!important;
}

.rivco-gsearch__starter:hover,
.rivco-gsearch__starter:focus-visible{
  color:#fff!important;
  background:var(--grad,linear-gradient(135deg,#0053a6,#046bd2))!important;
  box-shadow:0 10px 22px rgba(0,83,166,.17)!important;
  transform:translateY(-1px);
}

.rivco-gsearch__starter:focus-visible{
  outline:0!important;
  box-shadow:0 0 0 3px rgba(4,107,210,.18),0 10px 22px rgba(0,83,166,.17)!important;
}

.rivco-gsearch__starter:hover .rivco-gsearch__starter-arrow,
.rivco-gsearch__starter:focus-visible .rivco-gsearch__starter-arrow{
  color:#fff;
  background:rgba(255,255,255,.16);
  transform:translateX(2px);
}

.rivco-gsearch__starter:active{
  transform:translateY(0);
}

.rivco-gsearch__loading,
.rivco-gsearch__empty,
.rivco-gsearch__error{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  min-height:170px;
  padding:28px;
  text-align:left;
  color:var(--on-m,#57636c);
}

.rivco-gsearch__loading{
  font:600 .9rem/1.4 var(--f-b,'Source Sans 3',sans-serif);
}

.rivco-gsearch__spinner{
  display:block;
  width:22px;
  height:22px;
  border-radius:50%;
  box-shadow:inset 0 0 0 3px rgba(4,107,210,.14);
  border-top:3px solid var(--pri-ctr,#046bd2);
  animation:rivco-search-spin .8s linear infinite;
}

@keyframes rivco-search-spin{to{transform:rotate(360deg)}}

.rivco-gsearch__empty svg{
  flex:0 0 auto;
  width:30px;
  height:30px;
  color:var(--pri-ctr,#046bd2);
}

.rivco-gsearch__empty strong,
.rivco-gsearch__empty span,
.rivco-gsearch__error strong{
  display:block;
}

.rivco-gsearch__empty strong,
.rivco-gsearch__error strong{
  margin-bottom:3px;
  color:var(--on,#171c20);
  font:700 1rem/1.3 var(--f-d,'Plus Jakarta Sans',sans-serif);
}

.rivco-gsearch__empty span{
  font-size:.9rem;
}

.rivco-gsearch__error{
  flex-direction:column;
  text-align:center;
}

.rivco-gsearch__error a{
  color:var(--pri-ctr,#046bd2)!important;
  font-weight:700;
}

.rivco-gsearch__results{
  display:grid;
  gap:8px;
}

.rivco-gsearch__result{
  position:relative;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  min-height:72px;
  padding:10px 10px 10px 13px!important;
  overflow:hidden;
  border-radius:10px;
  color:var(--on,#171c20)!important;
  background:linear-gradient(135deg,#f8fbff,#f3f7fb);
  box-shadow:inset 0 0 0 1px rgba(4,107,210,.07),0 4px 12px rgba(0,83,166,.035);
  transition:background .18s ease,box-shadow .18s ease,transform .18s ease!important;
}

.rivco-gsearch__result::before{
  content:'';
  position:absolute;
  top:10px;
  bottom:10px;
  left:0;
  width:3px;
  border-radius:0 3px 3px 0;
  background:var(--grad,linear-gradient(135deg,#0053a6,#046bd2));
  opacity:0;
  transform:scaleY(.45);
  transition:opacity .18s ease,transform .18s ease;
}

.rivco-gsearch__result:hover,
.rivco-gsearch__result:focus-visible,
.rivco-gsearch__result.is-active{
  outline:0;
  background:#fff;
  box-shadow:inset 0 0 0 1px rgba(4,107,210,.14),0 10px 24px rgba(0,83,166,.09);
  transform:translateY(-1px);
}

.rivco-gsearch__result:hover::before,
.rivco-gsearch__result:focus-visible::before,
.rivco-gsearch__result.is-active::before{
  opacity:1;
  transform:scaleY(1);
}

.rivco-gsearch__result-copy,
.rivco-gsearch__result-heading{
  display:flex;
  min-width:0;
}

.rivco-gsearch__result-copy{
  flex-direction:column;
  gap:5px;
}

.rivco-gsearch__result-heading{
  align-items:center;
  gap:7px;
}

.rivco-gsearch__result-heading strong{
  min-width:0;
  overflow-wrap:anywhere;
  color:var(--on,#171c20)!important;
  font:700 .86rem/1.25 var(--f-d,'Plus Jakarta Sans',sans-serif)!important;
  letter-spacing:0!important;
}

.rivco-gsearch__type{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:5px;
  min-height:20px;
  padding:3px 7px;
  border-radius:999px;
  color:#5f6e7c;
  background:rgba(0,83,166,.055);
  font:700 .56rem/1.1 var(--f-l,Inter,sans-serif);
  letter-spacing:.035em;
  text-transform:uppercase;
}

.rivco-gsearch__type::before{
  content:'';
  width:4px;
  height:4px;
  flex:0 0 4px;
  border-radius:50%;
  background:currentColor;
  box-shadow:0 0 0 2px rgba(255,255,255,.68);
}

.rivco-gsearch__type.is-general{
  color:#00498f;
  background:linear-gradient(135deg,#e8f3ff,#dceeff);
  box-shadow:inset 0 0 0 1px rgba(4,107,210,.11);
}

.rivco-gsearch__type.is-specialized{
  color:#075f58;
  background:linear-gradient(135deg,#e5faf7,#d7f4ef);
  box-shadow:inset 0 0 0 1px rgba(57,210,192,.2);
}

.rivco-gsearch__skills{
  display:flex;
  flex-wrap:wrap;
  gap:5px;
}

.rivco-gsearch__skill,
.rivco-gsearch__detail-match{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  min-height:21px;
  padding:3px 8px;
  border-radius:999px;
  color:#53616e;
  background:#edf3f8;
  font:600 .62rem/1.2 var(--f-l,Inter,sans-serif);
  overflow-wrap:anywhere;
}

.rivco-gsearch__skill.is-match{
  color:#00498f;
  background:#dceeff;
  box-shadow:inset 0 0 0 1px rgba(4,107,210,.14);
}

.rivco-gsearch__detail-match{
  color:var(--pri-ctr,#046bd2);
  background:rgba(4,107,210,.06);
}

.rivco-gsearch__result-visual{
  display:flex;
  align-items:center;
  gap:9px;
}

.rivco-gsearch__tool-logos{
  display:flex;
  align-items:center;
  padding-left:6px;
}

.rivco-gsearch__tool-logo{
  display:flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  margin-left:-6px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 4px 12px rgba(0,83,166,.1),0 0 0 2px #f4f9ff;
}

.rivco-gsearch__tool-logo.is-match{
  box-shadow:0 5px 14px rgba(0,83,166,.15),0 0 0 2px #cce7ff;
}

.rivco-gsearch__tool-logo img{
  width:20px!important;
  height:20px!important;
  object-fit:contain;
}

.rivco-gsearch__result-arrow{
  flex:0 0 auto;
  width:30px!important;
  height:30px!important;
  padding:7px;
  border-radius:999px;
  color:var(--pri-ctr,#046bd2);
  background:rgba(4,107,210,.075);
  transition:color .18s ease,background .18s ease,transform .18s ease!important;
}

.rivco-gsearch__result:hover .rivco-gsearch__result-arrow,
.rivco-gsearch__result:focus-visible .rivco-gsearch__result-arrow,
.rivco-gsearch__result.is-active .rivco-gsearch__result-arrow{
  color:#fff;
  background:var(--grad,linear-gradient(135deg,#0053a6,#046bd2));
  transform:translateX(2px);
}

.rivco-gsearch__more{
  display:flex!important;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:100%;
  min-height:44px;
  margin-top:10px;
  padding:10px 14px!important;
  border:0!important;
  border-radius:8px!important;
  color:var(--pri-ctr,#046bd2)!important;
  background:rgba(4,107,210,.06)!important;
  font:700 .82rem/1.2 var(--f-l,Inter,sans-serif)!important;
  cursor:pointer;
}

.rivco-gsearch__more:hover{
  color:#fff!important;
  background:var(--pri-ctr,#046bd2)!important;
}

.rivco-gsearch__more svg{
  width:17px;
  height:17px;
}

@keyframes rivco-search-intro{
  0%,100%{box-shadow:inset 0 0 0 1px rgba(0,83,166,.12),0 4px 14px rgba(0,83,166,.07)}
  35%,65%{box-shadow:inset 0 0 0 2px rgba(4,107,210,.75),0 0 0 7px rgba(4,107,210,.1),0 10px 28px rgba(0,83,166,.17)}
}

.rivco-gsearch.is-intro .rivco-gsearch__trigger{
  animation:rivco-search-intro 1.6s ease both;
}

@media(min-width:1181px){
  .hdr__in{
    justify-content:flex-start;
  }

  .hdr__logo{
    flex:0 0 auto;
  }

  .hdr__in>.rivco-gsearch{
    flex:1 1 260px;
    width:auto;
    min-width:180px;
    margin-left:clamp(20px,2vw,34px);
    margin-right:clamp(20px,2vw,34px);
  }

  .hdr__nav{
    flex:0 0 auto;
    margin-left:0;
  }

  .rivco-gsearch__desktop-field{
    display:flex;
    width:100%;
    min-height:42px;
    padding:0 10px 0 14px;
  }

  .rivco-gsearch__trigger,
  .rivco-gsearch__mobile-head,
  .rivco-gsearch__backdrop{
    display:none!important;
  }

  .rivco-gsearch__panel{
    position:absolute;
    top:calc(100% + 13px);
    left:0;
    width:min(640px,calc(100vw - 48px));
    max-height:min(650px,calc(100vh - 112px));
    transform:none;
  }

  .rivco-gsearch__body{
    min-height:0;
    padding:14px 16px 16px;
  }

  .rivco-gsearch.is-intro .rivco-gsearch__desktop-field{
    animation:rivco-search-intro 1.6s ease both;
  }
}

@media(min-width:1025px) and (max-width:1180px){
  .hdr__in{
    justify-content:flex-start;
  }

  .hdr__logo{
    flex:0 0 auto;
  }

  .hdr__in>.rivco-gsearch{
    flex:0 0 44px;
    width:44px;
    margin-left:auto;
    margin-right:14px;
  }

  .hdr__ph{display:none!important}
  .hdr__nav{flex:0 0 auto;gap:14px!important}
  .hdr__links{gap:12px!important}
}

@media(min-width:1181px) and (max-width:1599px){
  .hdr__ph{display:none!important}
  .hdr__nav{gap:clamp(14px,1.5vw,24px)!important}
  .hdr__links{gap:clamp(12px,1.25vw,20px)!important}
}

@media(max-width:1024px){
  body.rivco-gsearch-open{
    overflow:hidden!important;
    touch-action:none;
  }

  .hdr__in>.rivco-gsearch{
    order:2;
    flex:0 0 40px;
    width:40px;
    margin-left:auto;
    margin-right:6px;
  }

  .hdr__nav{
    order:3;
    flex:0 0 40px!important;
    width:40px!important;
    max-width:40px!important;
    margin-left:0!important;
  }

  .rivco-gsearch__panel{
    inset:0;
    width:100%;
    max-width:none;
    max-height:100dvh;
    border-radius:0;
    transform:none;
  }

  .rivco-gsearch__trigger{
    width:40px;
    height:40px;
    min-width:40px;
  }

  .rivco-gsearch__panel::before{
    left:0;
    right:0;
    border-radius:0;
  }

  .rivco-gsearch__mobile-head{
    padding-top:max(12px,env(safe-area-inset-top));
  }

  .rivco-gsearch__body{
    flex:1 1 auto;
    min-height:0;
    padding:14px 14px calc(18px + env(safe-area-inset-bottom));
  }
}

@media(max-width:768px){
  .hdr__in>.rivco-gsearch{
    flex:1 1 0;
    width:auto;
    min-width:0;
    max-width:none;
    margin-left:clamp(8px,3vw,14px);
    margin-right:7px;
  }

  .rivco-gsearch__trigger{
    justify-content:flex-start;
    gap:7px;
    width:100%;
    min-width:0;
    padding:0 11px!important;
  }

  .rivco-gsearch__trigger svg{
    flex:0 0 auto;
    width:18px;
    height:18px;
  }

  .rivco-gsearch__trigger-label{
    display:block;
  }
}

@media(max-width:540px){
  .rivco-gsearch__mobile-head{
    gap:8px;
    padding-left:12px;
    padding-right:12px;
  }

  .rivco-gsearch__result{
    grid-template-columns:minmax(0,1fr) auto;
    gap:8px;
    min-height:72px;
    padding:9px 8px 9px 11px!important;
  }

  .rivco-gsearch__result-heading{
    display:flex;
    align-items:flex-start;
    flex-direction:column;
    gap:4px;
  }

  .rivco-gsearch__type{
    margin:0;
  }

  .rivco-gsearch__tool-logos{
    display:flex;
    padding-left:4px;
  }

  .rivco-gsearch__tool-logo{
    width:28px;
    height:28px;
    margin-left:-5px;
  }

  .rivco-gsearch__tool-logo:nth-child(n+3){
    display:none;
  }

  .rivco-gsearch__tool-logo img{
    width:16px!important;
    height:16px!important;
  }

  .rivco-gsearch__result-heading strong{
    font-size:.82rem!important;
  }

  .rivco-gsearch__skills{
    gap:4px;
  }

  .rivco-gsearch__skill:nth-child(n+3){
    display:none;
  }

  .rivco-gsearch__result-arrow{
    width:28px!important;
    height:28px!important;
    padding:6px;
  }

  .rivco-gsearch__starter-list{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
  }

  .rivco-gsearch__starter{
    grid-template-columns:minmax(0,1fr) 24px;
    gap:6px;
    min-height:44px;
    padding:8px 8px 8px 11px!important;
    font-size:.76rem!important;
  }

  .rivco-gsearch__starter-label{
    overflow:visible;
    white-space:normal;
    text-overflow:clip;
  }
}

@media(max-width:360px){
  .hdr .hdr__logo-img{height:31px!important}
  .hdr__in>.rivco-gsearch{min-width:0;max-width:none;margin-left:7px;margin-right:4px}
  .rivco-gsearch__trigger{width:100%;height:40px;min-width:0;padding-inline:9px!important}
  .rivco-gsearch__close{width:34px;height:34px;min-width:34px}
  .rivco-gsearch__mobile-field{padding-left:12px}
  .rivco-gsearch__skill:nth-child(n+3){display:none}
  .rivco-gsearch__starter{padding-left:10px!important;font-size:.74rem!important}
  .rivco-gsearch__starter-arrow{width:24px!important;height:24px!important;padding:5px}
}

@media(prefers-reduced-motion:reduce){
  .rivco-gsearch *,
  .rivco-gsearch *::before,
  .rivco-gsearch *::after{
    scroll-behavior:auto!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
  }
}
