.portal-nav{position:-webkit-sticky;position:sticky;left:0;top:0;right:0;bottom:auto;z-index:99;display:block;width:100%;padding:8px 16px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid rgba(0,0,0,0.1);background-color:rgba(247,246,246,0.85)}.segmented-picker{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;max-width:630px;margin-right:auto;margin-left:auto;padding-right:3px;padding-left:3px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;border-radius:8px;background-color:hsla(0,0%,46.3%,0.12)}.segmented-picker-option{margin:4px 2px;padding:6px 8px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;border-style:solid;border-width:.5px;border-color:transparent;border-radius:6px;box-shadow:none;-webkit-transition:all 200ms ease;transition:all 200ms ease;color:#000;font-size:14px;line-height:1.2em;font-weight:600;text-align:center}.segmented-picker-option.w--current{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;background-color:#fff;box-shadow:0 3px 8px 0 rgb(0 0 0 / 12%),0 3px 1px 0 rgb(0 0 0 / 4%)}a.segmented-picker-option:hover{background-color:#fff;box-shadow:0 3px 8px 0 rgb(0 0 0 / 12%),0 3px 1px 0 rgb(0 0 0 / 4%);color:#000}