/*!/wp-includes/css/dist/components/style.min.css*/
@charset "UTF-8";:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-border-width-focus:2px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.components-animate__appear{animation:components-animate__appear-animation .1s cubic-bezier(0,0,.2,1) 0s;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-animate__appear{animation-duration:1ms;animation-delay:0s}}.components-animate__appear.is-from-top,.components-animate__appear.is-from-top.is-from-left{transform-origin:top left}.components-animate__appear.is-from-top.is-from-right{transform-origin:top right}.components-animate__appear.is-from-bottom,.components-animate__appear.is-from-bottom.is-from-left{transform-origin:bottom left}.components-animate__appear.is-from-bottom.is-from-right{transform-origin:bottom right}@keyframes components-animate__appear-animation{0%{transform:translateY(-2em) scaleY(0) scaleX(0)}to{transform:translateY(0) scaleY(1) scaleX(1)}}.components-animate__slide-in{animation:components-animate__slide-in-animation .1s cubic-bezier(0,0,.2,1);animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-animate__slide-in{animation-duration:1ms;animation-delay:0s}}.components-animate__slide-in.is-from-left{transform:translateX(100%)}.components-animate__slide-in.is-from-right{transform:translateX(-100%)}@keyframes components-animate__slide-in-animation{to{transform:translateX(0)}}.components-animate__loading{animation:components-animate__loading 1.6s ease-in-out infinite}@keyframes components-animate__loading{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.components-autocomplete__popover .components-popover__content>div{padding:16px;min-width:220px}.components-autocomplete__result.components-button{display:flex;height:auto;min-height:36px;text-align:left;width:100%}.components-autocomplete__result.components-button.is-selected{box-shadow:0 0 0 2px var(--wp-admin-theme-color)}.components-button-group{display:inline-block}.components-button-group .components-button{border-radius:0;display:inline-flex;color:#1e1e1e;box-shadow:inset 0 0 0 1px #1e1e1e}.components-button-group .components-button+.components-button{margin-left:-1px}.components-button-group .components-button:first-child{border-radius:2px 0 0 2px}.components-button-group .components-button:last-child{border-radius:0 2px 2px 0}.components-button-group .components-button.is-primary,.components-button-group .components-button:focus{position:relative;z-index:1}.components-button-group .components-button.is-primary{box-shadow:inset 0 0 0 1px #1e1e1e}.components-button{display:inline-flex;text-decoration:none;font-weight:400;font-size:13px;margin:0;border:0;cursor:pointer;-webkit-appearance:none;background:none;transition:box-shadow .1s linear;height:36px;align-items:center;box-sizing:border-box;padding:6px 12px;border-radius:2px;color:#1e1e1e}@media (prefers-reduced-motion:reduce){.components-button{transition-duration:0s;transition-delay:0s}}.components-button:hover,.components-button[aria-expanded=true]{color:var(--wp-admin-theme-color)}.components-button[aria-disabled=true]:hover{color:initial}.components-button:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:3px solid transparent}.components-button.is-primary{white-space:nowrap;background:var(--wp-admin-theme-color);color:#fff;text-decoration:none;text-shadow:none;outline:1px solid transparent}.components-button.is-primary:hover:not(:disabled){background:var(--wp-admin-theme-color-darker-10);color:#fff}.components-button.is-primary:active:not(:disabled){background:var(--wp-admin-theme-color-darker-20);border-color:var(--wp-admin-theme-color-darker-20);color:#fff}.components-button.is-primary:focus:not(:disabled){box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.components-button.is-primary:disabled,.components-button.is-primary:disabled:active:enabled,.components-button.is-primary[aria-disabled=true],.components-button.is-primary[aria-disabled=true]:active:enabled,.components-button.is-primary[aria-disabled=true]:enabled{color:hsla(0,0%,100%,.4);background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color);opacity:1;outline:none}.components-button.is-primary:disabled:active:enabled:focus:enabled,.components-button.is-primary:disabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:focus:enabled{box-shadow:0 0 0 1px #fff,0 0 0 3px var(--wp-admin-theme-color)}.components-button.is-primary.is-busy,.components-button.is-primary.is-busy:disabled,.components-button.is-primary.is-busy[aria-disabled=true]{color:#fff;background-size:100px 100%;background-image:linear-gradient(-45deg,var(--wp-admin-theme-color) 33%,var(--wp-admin-theme-color-darker-20) 0,var(--wp-admin-theme-color-darker-20) 70%,var(--wp-admin-theme-color) 0);border-color:var(--wp-admin-theme-color)}.components-button.is-secondary,.components-button.is-tertiary{outline:1px solid transparent}.components-button.is-secondary:active:not(:disabled),.components-button.is-tertiary:active:not(:disabled){background:#ddd;color:var(--wp-admin-theme-color-darker-10);box-shadow:none}.components-button.is-secondary:hover:not(:disabled),.components-button.is-tertiary:hover:not(:disabled){color:var(--wp-admin-theme-color-darker-10);box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color-darker-10)}.components-button.is-secondary:disabled,.components-button.is-secondary[aria-disabled=true],.components-button.is-secondary[aria-disabled=true]:hover,.components-button.is-tertiary:disabled,.components-button.is-tertiary[aria-disabled=true],.components-button.is-tertiary[aria-disabled=true]:hover{color:#828282;background:#eaeaea;transform:none;opacity:1;box-shadow:none;outline:none}.components-button.is-secondary{box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color);outline:1px solid transparent}.components-button.is-secondary,.components-button.is-tertiary{white-space:nowrap;color:var(--wp-admin-theme-color);background:transparent}.components-button.is-tertiary{padding:6px}.components-button.is-tertiary .dashicon{display:inline-block;flex:0 0 auto}.components-button.is-destructive{color:#cc1818;box-shadow:inset 0 0 0 1px #cc1818}.components-button.is-destructive:hover:not(:disabled){color:#710d0d;box-shadow:inset 0 0 0 1px #710d0d}.components-button.is-destructive:focus:not(:disabled){color:var(--wp-admin-theme-color)}.components-button.is-destructive:active:not(:disabled){background:#ccc}.components-button.is-destructive.is-primary{color:#fff;background:#cc1818;box-shadow:inset 0 0 0 1px #cc1818}.components-button.is-destructive.is-primary:hover:not(:disabled){color:#fff;background:#710d0d;box-shadow:inset 0 0 0 1px #710d0d}.components-button.is-link{margin:0;padding:0;box-shadow:none;border:0;border-radius:0;background:none;outline:none;text-align:left;color:var(--wp-admin-theme-color);text-decoration:underline;transition-property:border,background,color;transition-duration:.05s;transition-timing-function:ease-in-out;height:auto}@media (prefers-reduced-motion:reduce){.components-button.is-link{transition-duration:0s;transition-delay:0s}}.components-button.is-link:focus{border-radius:2px}.components-button.is-link.is-destructive{color:#cc1818}.components-button.is-link.is-destructive:active:not(:disabled),.components-button.is-link.is-destructive:hover:not(:disabled){color:#710d0d;background:none}.components-button.is-link.is-destructive:focus:not(:disabled){color:var(--wp-admin-theme-color)}.components-button:not([aria-disabled=true]):active{color:inherit}.components-button:disabled,.components-button[aria-disabled=true]{cursor:default;opacity:.3}.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{animation:components-button__busy-animation 2.5s linear infinite;opacity:1;background-size:100px 100%;background-image:linear-gradient(-45deg,#fafafa 33%,#e0e0e0 0,#e0e0e0 70%,#fafafa 0)}.components-button.is-small{height:24px;line-height:22px;padding:0 8px;font-size:11px}.components-button.is-small.has-icon:not(.has-text){padding:0 8px;width:24px}.components-button.has-icon{padding:6px;min-width:36px;justify-content:center}.components-button.has-icon .dashicon{display:inline-block;flex:0 0 auto;margin-left:2px;margin-right:2px}.components-button.has-icon.has-text{justify-content:left}.components-button.has-icon.has-text svg{margin-right:8px}.components-button.has-icon.has-text .dashicon{margin-right:10px}.components-button.is-pressed{color:#fff;background:#1e1e1e}.components-button.is-pressed:focus:not(:disabled){box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid transparent}.components-button.is-pressed:hover:not(:disabled){color:#fff;background:#1e1e1e}.components-button svg{fill:currentColor;outline:none}.components-button .components-visually-hidden{height:auto}@keyframes components-button__busy-animation{0%{background-position:200px 0}}.components-checkbox-control__input[type=checkbox]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;padding:6px 8px;box-shadow:0 0 0 transparent;transition:box-shadow .1s linear;font-size:16px;line-height:normal;border:1px solid #1e1e1e;transition:none;border-radius:2px;background:#fff;color:#1e1e1e;clear:none;cursor:pointer;display:inline-block;line-height:0;margin:0 4px 0 0;outline:0;padding:0!important;text-align:center;vertical-align:top;width:24px;height:24px;-webkit-appearance:none;appearance:none;transition:border-color .1s ease-in-out}@media (min-width:600px){.components-checkbox-control__input[type=checkbox]{font-size:13px;line-height:normal}}.components-checkbox-control__input[type=checkbox]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.components-checkbox-control__input[type=checkbox]::-moz-placeholder{opacity:1;color:rgba(30,30,30,.62)}.components-checkbox-control__input[type=checkbox]:-ms-input-placeholder{color:rgba(30,30,30,.62)}.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{margin:-3px -5px;color:#fff}@media (min-width:782px){.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{margin:-4px 0 0 -5px}}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{content:"";float:left;display:inline-block;vertical-align:middle;width:16px;font:normal 30px/1 dashicons;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width:782px){.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{float:none;font-size:21px}}@media (min-width:600px){.components-checkbox-control__input[type=checkbox]{height:20px;width:20px}}@media (prefers-reduced-motion:reduce){.components-checkbox-control__input[type=checkbox]{transition-duration:0s;transition-delay:0s}}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color);outline:2px solid transparent}.components-checkbox-control__input[type=checkbox]:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before{content:none}.components-checkbox-control__input-container{position:relative;display:inline-block;margin-right:12px;vertical-align:middle;width:24px;height:24px}@media (min-width:600px){.components-checkbox-control__input-container{width:20px;height:20px}}svg.components-checkbox-control__checked{fill:#fff;cursor:pointer;position:absolute;left:0;top:0;width:24px;height:24px;-webkit-user-select:none;user-select:none;pointer-events:none}@media (min-width:600px){svg.components-checkbox-control__checked{left:-2px;top:-2px}}.components-circular-option-picker{display:inline-block;width:100%;min-width:188px}.components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper{display:flex;justify-content:flex-end}.components-circular-option-picker .components-circular-option-picker__swatches{margin-right:-12px}.components-circular-option-picker__option-wrapper{display:inline-block;height:28px;width:28px;margin-right:12px;margin-bottom:12px;vertical-align:top;transform:scale(1);transition:transform .1s ease}@media (prefers-reduced-motion:reduce){.components-circular-option-picker__option-wrapper{transition-duration:0s;transition-delay:0s}}.components-circular-option-picker__option-wrapper:hover{transform:scale(1.2)}.components-circular-option-picker__option-wrapper>div{height:100%;width:100%}.components-circular-option-picker__option-wrapper:before{content:"";position:absolute;top:1px;left:1px;bottom:1px;right:1px;border-radius:50%;z-index:-1;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='28' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 8V6H4v2h2zm2 0V6h2v2H8zm2 8H8v-2h2v2zm2 0v-2h2v2h-2zm0 2v-2h-2v2H8v2h2v-2h2zm2 0v2h-2v-2h2zm2 0h-2v-2h2v2z' fill='%23555D65'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2v2zm-2-4v-2h2v2h-2z' fill='%23555D65'/%3E%3Cpath d='M18 18v2h-2v-2h2z' fill='%23555D65'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2H8zm0 2v-2H6v2h2zm2 0v-2h2v2h-2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2h-2z' fill='%23555D65'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4V0zm0 4V2H2v2h2zm2 0V2h2v2H6zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2H6z' fill='%23555D65'/%3E%3C/svg%3E")}.components-circular-option-picker__option{display:inline-block;vertical-align:top;height:100%;width:100%;border:none;border-radius:50%;background:transparent;box-shadow:inset 0 0 0 14px;transition:box-shadow .1s ease;cursor:pointer}@media (prefers-reduced-motion:reduce){.components-circular-option-picker__option{transition-duration:0s;transition-delay:0s}}.components-circular-option-picker__option:hover{box-shadow:inset 0 0 0 14px!important}.components-circular-option-picker__option.is-pressed{box-shadow:inset 0 0 0 4px;position:relative;z-index:1;overflow:visible}.components-circular-option-picker__option.is-pressed+svg{position:absolute;left:2px;top:2px;border-radius:50%;z-index:2;pointer-events:none}.components-circular-option-picker__option:after{content:"";position:absolute;top:-1px;left:-1px;bottom:-1px;right:-1px;border-radius:50%;box-shadow:inset 0 0 0 1px rgba(0,0,0,.2);border:1px solid transparent}.components-circular-option-picker__option:focus:after{content:"";border:2px solid #757575;width:32px;height:32px;position:absolute;top:-2px;left:-2px;border-radius:50%;box-shadow:inset 0 0 0 2px #fff}.components-circular-option-picker__option.components-button:focus{background-color:transparent;box-shadow:inset 0 0 0 14px;outline:none}.components-circular-option-picker__button-action .components-circular-option-picker__option{color:#fff;background:#fff}.components-circular-option-picker__dropdown-link-action{margin-right:16px}.components-circular-option-picker__dropdown-link-action .components-button{line-height:22px}.components-color-edit__color-option-main-area{display:flex;align-items:center}.components-color-edit__color-option-main-area div.components-circular-option-picker__option-wrapper{display:block;margin:8px}.components-color-edit__color-option.is-hover{background:#e0e0e0}.components-color-edit__cancel-button{float:right}.components-color-edit__color-option-color-name{width:100%}.components-color-edit__label-and-insert-container{display:flex;align-items:center;justify-content:space-between}.components-color-edit__insert-button{margin-top:-8px}.components-color-edit__hidden-control{position:relative;left:-9999px}.components-color-edit__color-option-color-name-input .components-base-control__field{margin-bottom:0;margin-right:8px}.components-color-edit__slug-input{margin-left:8px}.components-color-edit__reset-button{float:right}.component-color-indicator{width:25px;height:16px;margin-left:.8rem;border:1px solid #dadada;display:inline-block}.component-color-indicator+.component-color-indicator{margin-left:.5rem}.components-color-picker{width:100%}.components-color-picker *{box-sizing:border-box}.components-color-picker__saturation{width:100%;padding-bottom:55%;position:relative}.components-color-picker__body{padding:16px 16px 12px}.components-color-picker__controls{display:flex}.components-color-picker__alpha-pointer,.components-color-picker__hue-pointer,.components-color-picker__saturation-pointer{padding:0;position:absolute;cursor:pointer;box-shadow:none;border:none}.components-color-picker__swatch{margin-right:8px;width:32px;height:32px;border-radius:50%;position:relative;overflow:hidden;background-image:linear-gradient(45deg,#ddd 25%,transparent 0),linear-gradient(-45deg,#ddd 25%,transparent 0),linear-gradient(45deg,transparent 75%,#ddd 0),linear-gradient(-45deg,transparent 75%,#ddd 0);background-size:10px 10px;background-position:0 0,0 5px,5px -5px,-5px 0}.is-alpha-disabled .components-color-picker__swatch{width:12px;height:12px;margin-top:0}.components-color-picker__active{border-radius:50%;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);z-index:2}.components-color-picker__active,.components-color-picker__saturation-black,.components-color-picker__saturation-color,.components-color-picker__saturation-white{position:absolute;top:0;left:0;right:0;bottom:0}.components-color-picker__saturation-color{overflow:visible}.components-color-picker__saturation-white{background:linear-gradient(90deg,#fff,hsla(0,0%,100%,0))}.components-color-picker__saturation-black{background:linear-gradient(0deg,#000,transparent)}.components-button.components-color-picker__saturation-pointer{width:14px;height:14px;padding:0;border-radius:50%;background-color:transparent;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #fff,inset 0 0 0 1px #000,0 0 0 2px #000}.components-button.components-color-picker__saturation-pointer:focus:not(:disabled){box-shadow:0 0 0 2px #fff,inset 0 0 0 1px #000,0 0 0 3px #000}.components-color-picker__toggles{flex:1}.components-color-picker__alpha{background-image:linear-gradient(45deg,#ddd 25%,transparent 0),linear-gradient(-45deg,#ddd 25%,transparent 0),linear-gradient(45deg,transparent 75%,#ddd 0),linear-gradient(-45deg,transparent 75%,#ddd 0);background-size:10px 10px;background-position:0 0,0 5px,5px -5px,-5px 0}.components-color-picker__alpha-gradient,.components-color-picker__hue-gradient{position:absolute;top:0;left:0;right:0;bottom:0}.components-color-picker__alpha,.components-color-picker__hue{height:12px;position:relative}.is-alpha-enabled .components-color-picker__hue{margin-bottom:8px}.components-color-picker__alpha-bar,.components-color-picker__hue-bar{position:relative;margin:0 3px;height:100%;padding:0 2px}.components-color-picker__hue-gradient{background:linear-gradient(90deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red)}.components-color-picker__alpha-pointer,.components-color-picker__hue-pointer{left:0;width:14px;height:14px;border-radius:50%;box-shadow:0 1px 4px 0 rgba(0,0,0,.37);background:#fff;transform:translate(-7px,-1px)}.components-color-picker__hue-pointer,.components-color-picker__saturation-pointer{transition:box-shadow .1s linear}@media (prefers-reduced-motion:reduce){.components-color-picker__hue-pointer,.components-color-picker__saturation-pointer{transition-duration:0s;transition-delay:0s}}.components-color-picker__saturation-pointer:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color),0 0 5px 0 var(--wp-admin-theme-color),inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4)}.components-color-picker__alpha-pointer:focus,.components-color-picker__hue-pointer:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 2px var(--wp-admin-theme-color),0 0 3px 0 var(--wp-admin-theme-color);outline:2px solid transparent;outline-offset:-2px}.components-color-picker__inputs-wrapper{margin:0 -4px;padding-top:16px;display:flex;align-items:flex-end;min-width:255px}.components-color-picker__inputs-wrapper fieldset{flex:1;border:none;margin:0;padding:0}.components-color-picker__inputs-wrapper .components-color-picker__inputs-fields .components-text-control__input[type=number]{padding:6px 3px;margin:0}.components-color-picker__inputs-field{width:100%}.components-color-picker__inputs-fields{display:flex;direction:ltr;flex-grow:1;margin-right:4px}.components-color-picker__inputs-fields .components-base-control+.components-base-control{margin-top:0}.components-color-picker__inputs-fields .components-base-control__field{margin:0 2px}.components-color-picker__inputs-toggle{height:30px;padding:0 5px}.components-combobox-control{width:100%}input.components-combobox-control__input[type=text]{width:100%;border:none;box-shadow:none;font-size:16px;padding:2px;margin:0;line-height:inherit;min-height:auto}@media (min-width:600px){input.components-combobox-control__input[type=text]{font-size:13px}}input.components-combobox-control__input[type=text]:focus{outline:none;box-shadow:none}.components-combobox-control__suggestions-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;box-shadow:0 0 0 transparent;transition:box-shadow .1s linear;border-radius:2px;border:1px solid #757575;font-size:16px;line-height:normal;display:flex;flex-wrap:wrap;align-items:flex-start;width:100%;margin:0 0 8px;padding:4px}@media (prefers-reduced-motion:reduce){.components-combobox-control__suggestions-container{transition-duration:0s;transition-delay:0s}}@media (min-width:600px){.components-combobox-control__suggestions-container{font-size:13px;line-height:normal}}.components-combobox-control__suggestions-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.components-combobox-control__suggestions-container::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.components-combobox-control__suggestions-container::-moz-placeholder{opacity:1;color:rgba(30,30,30,.62)}.components-combobox-control__suggestions-container:-ms-input-placeholder{color:rgba(30,30,30,.62)}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.components-combobox-control__reset.components-button{display:flex;height:24px;min-width:24px;padding:0}.components-color-list-picker,.components-color-list-picker__swatch-button{width:100%}.components-custom-gradient-picker__gradient-bar:not(.has-gradient){opacity:.4}.components-custom-gradient-picker__gradient-bar{margin-top:12px;width:100%;height:36px;border-radius:36px;margin-bottom:12px;padding-left:6px;padding-right:30px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container{position:relative}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point{border-radius:50%;background:#fff;padding:2px;top:6px;min-width:24px;width:24px;height:24px;position:relative;color:#1e1e1e}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point svg{height:100%;width:100%}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button{border:2px solid transparent;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff;border-radius:50%;height:24px;width:24px;padding:0;position:absolute;top:6px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active,.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px #1e1e1e}.components-custom-gradient-picker__color-picker-popover .components-custom-gradient-picker__remove-control-point{margin-left:auto;margin-right:auto;display:block;margin-bottom:8px}.components-custom-gradient-picker__inserter{width:100%}.components-custom-gradient-picker__liner-gradient-indicator{display:inline-block;flex:0 auto;width:20px;height:20px}.components-custom-gradient-picker .components-custom-gradient-picker__ui-line{margin-bottom:16px}.components-custom-gradient-picker .components-custom-gradient-picker__ui-line .components-base-control.components-angle-picker,.components-custom-gradient-picker .components-custom-gradient-picker__ui-line .components-base-control.components-custom-gradient-picker__type-picker{margin-bottom:0}.components-custom-gradient-picker .components-custom-gradient-picker__toolbar{border:none}.components-custom-gradient-picker .components-custom-gradient-picker__toolbar>div+div{margin-left:1px}.components-custom-gradient-picker .components-custom-gradient-picker__toolbar button.is-pressed>svg{background:#fff;border:1px solid #949494;border-radius:2px}.components-custom-select-control{position:relative}.components-custom-select-control__label{display:block;margin-bottom:8px}.components-custom-select-control__button{border:1px solid #757575;border-radius:2px;min-height:30px;min-width:130px;position:relative;text-align:left}.components-custom-select-control__button.components-custom-select-control__button{padding-right:24px}.components-custom-select-control__button:focus:not(:disabled){border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color)}.components-custom-select-control__button .components-custom-select-control__button-icon{height:100%;padding:0;position:absolute;right:0;top:0}.components-custom-select-control__menu{border:1px solid #1e1e1e;background-color:#fff;border-radius:2px;outline:none;transition:none;max-height:400px;min-width:100%;overflow:auto;padding:0;position:absolute;z-index:1000000}.components-custom-select-control__menu[aria-hidden=true]{display:none}.components-custom-select-control__item{align-items:center;display:flex;list-style-type:none;padding:8px;cursor:default;line-height:28px}.components-custom-select-control__item.is-highlighted{background:#ddd}.components-custom-select-control__item .components-custom-select-control__item-icon{margin-right:0;margin-left:auto}.components-custom-select-control__item:last-child{margin-bottom:0}.PresetDateRangePicker_panel{padding:0 22px 11px}.PresetDateRangePicker_button{position:relative;height:100%;text-align:center;background:0 0;border:2px solid #00a699;color:#00a699;padding:4px 12px;margin-right:8px;font:inherit;font-weight:700;line-height:normal;overflow:visible;box-sizing:border-box;cursor:pointer}.PresetDateRangePicker_button:active{outline:0}.PresetDateRangePicker_button__selected{color:#fff;background:#00a699}.SingleDatePickerInput{display:inline-block;background-color:#fff}.SingleDatePickerInput__withBorder{border-radius:2px;border:1px solid #dbdbdb}.SingleDatePickerInput__rtl{direction:rtl}.SingleDatePickerInput__disabled{background-color:#f2f2f2}.SingleDatePickerInput__block{display:block}.SingleDatePickerInput__showClearDate{padding-right:30px}.SingleDatePickerInput_clearDate{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;cursor:pointer;padding:10px;margin:0 10px 0 5px;position:absolute;right:0;top:50%;transform:translateY(-50%)}.SingleDatePickerInput_clearDate__default:focus,.SingleDatePickerInput_clearDate__default:hover{background:#dbdbdb;border-radius:50%}.SingleDatePickerInput_clearDate__small{padding:6px}.SingleDatePickerInput_clearDate__hide{visibility:hidden}.SingleDatePickerInput_clearDate_svg{fill:#82888a;height:12px;width:15px;vertical-align:middle}.SingleDatePickerInput_clearDate_svg__small{height:9px}.SingleDatePickerInput_calendarIcon{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;cursor:pointer;display:inline-block;vertical-align:middle;padding:10px;margin:0 5px 0 10px}.SingleDatePickerInput_calendarIcon_svg{fill:#82888a;height:15px;width:14px;vertical-align:middle}.SingleDatePicker{position:relative;display:inline-block}.SingleDatePicker__block{display:block}.SingleDatePicker_picker{z-index:1;background-color:#fff;position:absolute}.SingleDatePicker_picker__rtl{direction:rtl}.SingleDatePicker_picker__directionLeft{left:0}.SingleDatePicker_picker__directionRight{right:0}.SingleDatePicker_picker__portal{background-color:rgba(0,0,0,.3);position:fixed;top:0;left:0;height:100%;width:100%}.SingleDatePicker_picker__fullScreenPortal{background-color:#fff}.SingleDatePicker_closeButton{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;cursor:pointer;position:absolute;top:0;right:0;padding:15px;z-index:2}.SingleDatePicker_closeButton:focus,.SingleDatePicker_closeButton:hover{color:#b0b3b4;text-decoration:none}.SingleDatePicker_closeButton_svg{height:15px;width:15px;fill:#cacccd}.DayPickerKeyboardShortcuts_buttonReset{background:0 0;border:0;border-radius:0;color:inherit;font:inherit;line-height:normal;overflow:visible;padding:0;cursor:pointer;font-size:14px}.DayPickerKeyboardShortcuts_buttonReset:active{outline:0}.DayPickerKeyboardShortcuts_show{width:22px;position:absolute;z-index:2}.DayPickerKeyboardShortcuts_show__bottomRight{border-top:26px solid transparent;border-right:33px solid #00a699;bottom:0;right:0}.DayPickerKeyboardShortcuts_show__bottomRight:hover{border-right:33px solid #008489}.DayPickerKeyboardShortcuts_show__topRight{border-bottom:26px solid transparent;border-right:33px solid #00a699;top:0;right:0}.DayPickerKeyboardShortcuts_show__topRight:hover{border-right:33px solid #008489}.DayPickerKeyboardShortcuts_show__topLeft{border-bottom:26px solid transparent;border-left:33px solid #00a699;top:0;left:0}.DayPickerKeyboardShortcuts_show__topLeft:hover{border-left:33px solid #008489}.DayPickerKeyboardShortcuts_showSpan{color:#fff;position:absolute}.DayPickerKeyboardShortcuts_showSpan__bottomRight{bottom:0;right:-28px}.DayPickerKeyboardShortcuts_showSpan__topRight{top:1px;right:-28px}.DayPickerKeyboardShortcuts_showSpan__topLeft{top:1px;left:-28px}.DayPickerKeyboardShortcuts_panel{overflow:auto;background:#fff;border:1px solid #dbdbdb;border-radius:2px;position:absolute;top:0;bottom:0;right:0;left:0;z-index:2;padding:22px;margin:33px}.DayPickerKeyboardShortcuts_title{font-size:16px;font-weight:700;margin:0}.DayPickerKeyboardShortcuts_list{list-style:none;padding:0;font-size:14px}.DayPickerKeyboardShortcuts_close{position:absolute;right:22px;top:22px;z-index:2}.DayPickerKeyboardShortcuts_close:active{outline:0}.DayPickerKeyboardShortcuts_closeSvg{height:15px;width:15px;fill:#cacccd}.DayPickerKeyboardShortcuts_closeSvg:focus,.DayPickerKeyboardShortcuts_closeSvg:hover{fill:#82888a}.CalendarDay{box-sizing:border-box;cursor:pointer;font-size:14px;text-align:center}.CalendarDay:active{outline:0}.CalendarDay__defaultCursor{cursor:default}.CalendarDay__default{border:1px solid #e4e7e7;color:#484848;background:#fff}.CalendarDay__default:hover{background:#e4e7e7;border:1px double #e4e7e7;color:inherit}.CalendarDay__hovered_offset{background:#f4f5f5;border:1px double #e4e7e7;color:inherit}.CalendarDay__outside{border:0;background:#fff;color:#484848}.CalendarDay__outside:hover{border:0}.CalendarDay__blocked_minimum_nights{background:#fff;border:1px solid #eceeee;color:#cacccd}.CalendarDay__blocked_minimum_nights:active,.CalendarDay__blocked_minimum_nights:hover{background:#fff;color:#cacccd}.CalendarDay__highlighted_calendar{background:#ffe8bc;color:#484848}.CalendarDay__highlighted_calendar:active,.CalendarDay__highlighted_calendar:hover{background:#ffce71;color:#484848}.CalendarDay__selected_span{background:#66e2da;border:1px solid #33dacd;color:#fff}.CalendarDay__selected_span:active,.CalendarDay__selected_span:hover{background:#33dacd;border:1px solid #33dacd;color:#fff}.CalendarDay__last_in_range{border-right:#00a699}.CalendarDay__selected,.CalendarDay__selected:active,.CalendarDay__selected:hover{background:#00a699;border:1px solid #00a699;color:#fff}.CalendarDay__hovered_span,.CalendarDay__hovered_span:hover{background:#b2f1ec;border:1px solid #80e8e0;color:#007a87}.CalendarDay__hovered_span:active{background:#80e8e0;border:1px solid #80e8e0;color:#007a87}.CalendarDay__blocked_calendar,.CalendarDay__blocked_calendar:active,.CalendarDay__blocked_calendar:hover{background:#cacccd;border:1px solid #cacccd;color:#82888a}.CalendarDay__blocked_out_of_range,.CalendarDay__blocked_out_of_range:active,.CalendarDay__blocked_out_of_range:hover{background:#fff;border:1px solid #e4e7e7;color:#cacccd}.CalendarMonth{background:#fff;text-align:center;vertical-align:top;-webkit-user-select:none;user-select:none}.CalendarMonth_table{border-collapse:collapse;border-spacing:0}.CalendarMonth_verticalSpacing{border-collapse:separate}.CalendarMonth_caption{color:#484848;font-size:18px;text-align:center;padding-top:22px;padding-bottom:37px;caption-side:top}.CalendarMonth_caption__verticalScrollable{padding-top:12px;padding-bottom:7px}.CalendarMonthGrid{background:#fff;text-align:left;z-index:0}.CalendarMonthGrid__animating{z-index:1}.CalendarMonthGrid__horizontal{position:absolute;left:0}.CalendarMonthGrid__vertical{margin:0 auto}.CalendarMonthGrid__vertical_scrollable{margin:0 auto;overflow-y:scroll}.CalendarMonthGrid_month__horizontal{display:inline-block;vertical-align:top;min-height:100%}.CalendarMonthGrid_month__hideForAnimation{position:absolute;z-index:-1;opacity:0;pointer-events:none}.CalendarMonthGrid_month__hidden{visibility:hidden}.DayPickerNavigation{position:relative;z-index:2}.DayPickerNavigation__horizontal{height:0}.DayPickerNavigation__verticalDefault{position:absolute;width:100%;height:52px;bottom:0;left:0}.DayPickerNavigation__verticalScrollableDefault{position:relative}.DayPickerNavigation_button{cursor:pointer;-webkit-user-select:none;user-select:none;border:0;padding:0;margin:0}.DayPickerNavigation_button__default{border:1px solid #e4e7e7;background-color:#fff;color:#757575}.DayPickerNavigation_button__default:focus,.DayPickerNavigation_button__default:hover{border:1px solid #c4c4c4}.DayPickerNavigation_button__default:active{background:#f2f2f2}.DayPickerNavigation_button__horizontalDefault{position:absolute;top:18px;line-height:.78;border-radius:3px;padding:6px 9px}.DayPickerNavigation_leftButton__horizontalDefault{left:22px}.DayPickerNavigation_rightButton__horizontalDefault{right:22px}.DayPickerNavigation_button__verticalDefault{padding:5px;background:#fff;box-shadow:0 0 5px 2px rgba(0,0,0,.1);position:relative;display:inline-block;height:100%;width:50%}.DayPickerNavigation_nextButton__verticalDefault{border-left:0}.DayPickerNavigation_nextButton__verticalScrollableDefault{width:100%}.DayPickerNavigation_svg__horizontal{height:19px;width:19px;fill:#82888a;display:block}.DayPickerNavigation_svg__vertical{height:42px;width:42px;fill:#484848;display:block}.DayPicker{position:relative;text-align:left}.DayPicker,.DayPicker__horizontal{background:#fff}.DayPicker__verticalScrollable{height:100%}.DayPicker__hidden{visibility:hidden}.DayPicker__withBorder{box-shadow:0 2px 6px rgba(0,0,0,.05),0 0 0 1px rgba(0,0,0,.07);border-radius:3px}.DayPicker_portal__horizontal{box-shadow:none;position:absolute;left:50%;top:50%}.DayPicker_portal__vertical{position:static}.DayPicker_focusRegion{outline:0}.DayPicker_calendarInfo__horizontal,.DayPicker_wrapper__horizontal{display:inline-block;vertical-align:top}.DayPicker_weekHeaders{position:relative}.DayPicker_weekHeaders__horizontal{margin-left:13px}.DayPicker_weekHeader{color:#757575;position:absolute;top:62px;z-index:2;text-align:left;padding:0!important}.DayPicker_weekHeader__vertical{left:50%}.DayPicker_weekHeader__verticalScrollable{top:0;display:table-row;border-bottom:1px solid #dbdbdb;background:#fff;margin-left:0;left:0;width:100%;text-align:center}.DayPicker_weekHeader_ul{list-style:none;margin:1px 0;padding-left:0;padding-right:0;font-size:14px}.DayPicker_weekHeader_li{display:inline-block;text-align:center;margin:0 1px}.DayPicker_transitionContainer{position:relative;overflow:hidden;border-radius:3px}.DayPicker_transitionContainer__horizontal{transition:height .2s ease-in-out}.DayPicker_transitionContainer__vertical{width:100%}.DayPicker_transitionContainer__verticalScrollable{padding-top:20px;height:100%;position:absolute;top:0;bottom:0;right:0;left:0;overflow-y:scroll}.DateInput{margin:0;padding:0;background:#fff;position:relative;display:inline-block;width:130px;vertical-align:middle}.DateInput__small{width:97px}.DateInput__block{width:100%}.DateInput__disabled{background:#f2f2f2;color:#dbdbdb}.DateInput_input{font-weight:200;font-size:19px;line-height:24px;color:#484848;background-color:#fff;width:100%;padding:11px 11px 9px;border:0;border-bottom:2px solid transparent;border-radius:0}.DateInput_input__small{font-size:15px;line-height:18px;letter-spacing:.2px;padding:7px 7px 5px}.DateInput_input__regular{font-weight:auto}.DateInput_input__readOnly{-webkit-user-select:none;user-select:none}.DateInput_input__focused{outline:0;background:#fff;border:0;border-bottom:2px solid #008489}.DateInput_input__disabled{background:#f2f2f2;font-style:italic}.DateInput_screenReaderMessage{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.DateInput_fang{position:absolute;width:20px;height:10px;left:22px;z-index:2}.DateInput_fangShape{fill:#fff}.DateInput_fangStroke{stroke:#dbdbdb;fill:transparent}.DateRangePickerInput{background-color:#fff;display:inline-block}.DateRangePickerInput__disabled{background:#f2f2f2}.DateRangePickerInput__withBorder{border-radius:2px;border:1px solid #dbdbdb}.DateRangePickerInput__rtl{direction:rtl}.DateRangePickerInput__block{display:block}.DateRangePickerInput__showClearDates{padding-right:30px}.DateRangePickerInput_arrow{display:inline-block;vertical-align:middle;color:#484848}.DateRangePickerInput_arrow_svg{vertical-align:middle;fill:#484848;height:24px;width:24px}.DateRangePickerInput_clearDates{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;cursor:pointer;padding:10px;margin:0 10px 0 5px;position:absolute;right:0;top:50%;transform:translateY(-50%)}.DateRangePickerInput_clearDates__small{padding:6px}.DateRangePickerInput_clearDates_default:focus,.DateRangePickerInput_clearDates_default:hover{background:#dbdbdb;border-radius:50%}.DateRangePickerInput_clearDates__hide{visibility:hidden}.DateRangePickerInput_clearDates_svg{fill:#82888a;height:12px;width:15px;vertical-align:middle}.DateRangePickerInput_clearDates_svg__small{height:9px}.DateRangePickerInput_calendarIcon{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;cursor:pointer;display:inline-block;vertical-align:middle;padding:10px;margin:0 5px 0 10px}.DateRangePickerInput_calendarIcon_svg{fill:#82888a;height:15px;width:14px;vertical-align:middle}.DateRangePicker{position:relative;display:inline-block}.DateRangePicker__block{display:block}.DateRangePicker_picker{z-index:1;background-color:#fff;position:absolute}.DateRangePicker_picker__rtl{direction:rtl}.DateRangePicker_picker__directionLeft{left:0}.DateRangePicker_picker__directionRight{right:0}.DateRangePicker_picker__portal{background-color:rgba(0,0,0,.3);position:fixed;top:0;left:0;height:100%;width:100%}.DateRangePicker_picker__fullScreenPortal{background-color:#fff}.DateRangePicker_closeButton{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;cursor:pointer;position:absolute;top:0;right:0;padding:15px;z-index:2}.DateRangePicker_closeButton:focus,.DateRangePicker_closeButton:hover{color:#b0b3b4;text-decoration:none}.DateRangePicker_closeButton_svg{height:15px;width:15px;fill:#cacccd}.components-datetime{padding:16px}.components-panel__body .components-datetime{padding:0}.components-datetime .components-datetime__calendar-help{padding:16px}.components-datetime .components-datetime__calendar-help h4{margin:0}.components-datetime .components-datetime__buttons{display:flex;justify-content:space-between}.components-datetime .components-datetime__date-help-toggle{display:block;margin-left:auto}.components-datetime fieldset{border:0;padding:0;margin:0}.components-datetime input,.components-datetime select{box-shadow:0 0 0 transparent;transition:box-shadow .1s linear;border-radius:2px;border:1px solid #757575}@media (prefers-reduced-motion:reduce){.components-datetime input,.components-datetime select{transition-duration:0s;transition-delay:0s}}.components-datetime .components-button,.components-datetime input[type=number],.components-datetime select{height:30px;margin-top:0;margin-bottom:0}.components-datetime__date{min-height:236px;border-top:1px solid #ddd}.components-datetime__date .DayPickerNavigation_leftButton__horizontalDefault{
  /*!rtl:begin:ignore*/left:13px
  /*!rtl:end:ignore*/}.components-datetime__date .CalendarMonth_caption{font-size:13px}.components-datetime__date .CalendarMonth_table{border-collapse:separate;border-spacing:2px}.components-datetime__date .CalendarDay{font-size:13px;border:none;border-radius:50%;text-align:center}.components-datetime__date .CalendarDay:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color),inset 0 0 0 3px #fff;outline:2px solid transparent}.components-datetime__date .CalendarDay__selected{background:var(--wp-admin-theme-color);border:2px solid transparent}.components-datetime__date .CalendarDay__selected:hover{background:var(--wp-admin-theme-color-darker-20)}.components-datetime__date .CalendarDay__selected:focus{box-shadow:inset 0 0 0 1px #fff}.components-datetime__date .DayPickerNavigation_button__horizontalDefault{padding:2px 8px;top:20px}.components-datetime__date .DayPickerNavigation_button__horizontalDefault:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.components-datetime__date .DayPicker_weekHeader{top:50px}.components-datetime__date .DayPicker_weekHeader .DayPicker_weekHeader_ul{margin:1px;padding-left:0;padding-right:0}.components-datetime__date.is-description-visible .DayPicker{visibility:hidden}.components-datetime__date .CalendarDay .components-datetime__date__day{height:100%;display:flex;justify-content:center;align-content:center;flex-direction:column;position:relative}.components-datetime__date .CalendarDay .components-datetime__date__day.has-events:before{content:" ";width:4px;height:4px;border-radius:2px;position:absolute;left:50%;margin-left:-2px;bottom:0;background-color:#fff}.components-datetime__date .CalendarDay:not(.CalendarDay__selected) .components-datetime__date__day.has-events:before{background:var(--wp-admin-theme-color)}.components-datetime__time{padding-bottom:16px}.components-datetime__time fieldset{position:relative;margin-bottom:.5em}.components-datetime__time fieldset+fieldset{margin-bottom:0}.components-datetime__time .components-datetime__time-field-am-pm fieldset{margin-top:0}.components-datetime__time .components-datetime__time-wrapper{display:flex}.components-datetime__time .components-datetime__time-wrapper .components-datetime__time-separator{display:inline-block;padding:0 3px 0 0}.components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field-time{direction:ltr}.components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field select{margin-right:4px}.components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field select:focus{position:relative;z-index:1}.components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field input[type=number]{padding:2px;margin-right:4px;text-align:center;-moz-appearance:textfield}.components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field input[type=number]:focus{position:relative;z-index:1}.components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.components-datetime__time.is-12-hour .components-datetime__time-field-day input{margin:-4px 0 0!important;border-radius:2px 0 0 2px!important}.components-datetime__time.is-12-hour .components-datetime__time-field-year input{border-radius:0 2px 2px 0!important}.components-datetime__timezone{line-height:30px;margin-left:4px;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.components-datetime__time-legend{font-weight:600;margin-top:.5em}.components-datetime__time-legend.invisible{position:absolute;top:-999em;left:-999em}.components-datetime__time-field-day-input,.components-datetime__time-field-hours-input,.components-datetime__time-field-minutes-input{width:35px}.components-datetime__time-field-year-input{width:55px}.components-datetime__time-field-month-select{max-width:145px}.components-popover .components-datetime__date{padding-left:4px}.block-editor-dimension-control .components-base-control__field{display:flex;align-items:center}.block-editor-dimension-control .components-base-control__label{display:flex;align-items:center;margin-right:1em;margin-bottom:0}.block-editor-dimension-control .components-base-control__label .dashicon{margin-right:.5em}.block-editor-dimension-control.is-manual .components-base-control__label{width:10em}body.is-dragging-components-draggable{cursor:move;cursor:grabbing!important}.components-draggable__invisible-drag-image{position:fixed;left:-1000px;height:50px;width:50px}.components-draggable__clone{position:fixed;padding:0;background:transparent;pointer-events:none;z-index:1000000000}.components-drop-zone{position:absolute;top:0;right:0;bottom:0;left:0;z-index:40;visibility:hidden;opacity:0;transition:opacity .3s,background-color .3s,visibility 0s .3s;border:2px solid var(--wp-admin-theme-color);border-radius:2px}@media (prefers-reduced-motion:reduce){.components-drop-zone{transition-duration:0s;transition-delay:0s}}.components-drop-zone.is-active{opacity:1;visibility:visible;transition:opacity .3s,background-color .3s}@media (prefers-reduced-motion:reduce){.components-drop-zone.is-active{transition-duration:0s;transition-delay:0s}}.components-drop-zone.is-dragging-over-element{background-color:var(--wp-admin-theme-color)}.components-drop-zone__content{position:absolute;top:50%;left:0;right:0;z-index:50;transform:translateY(-50%);width:100%;text-align:center;color:#fff;transition:transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.components-drop-zone__content{transition-duration:0s;transition-delay:0s}}.components-drop-zone.is-dragging-over-element .components-drop-zone__content{transform:translateY(-50%) scale(1.05)}.components-drop-zone__content-icon,.components-drop-zone__content-text{display:block}.components-drop-zone__content-icon{margin:0 auto;line-height:0;fill:currentColor}.components-drop-zone__content-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.components-dropdown{display:inline-block}.components-dropdown__content .components-popover__content>div{padding:12px}.components-dropdown-menu__popover .components-popover__content{min-width:200px}.components-dropdown-menu__menu{width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:1.4}.components-dropdown-menu__menu .components-dropdown-menu__menu-item,.components-dropdown-menu__menu .components-menu-item{width:100%;padding:6px;outline:none;cursor:pointer;white-space:nowrap}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,.components-dropdown-menu__menu .components-menu-item.has-separator{margin-top:6px;position:relative;overflow:visible}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before,.components-dropdown-menu__menu .components-menu-item.has-separator:before{display:block;content:"";box-sizing:content-box;background-color:#ddd;position:absolute;top:-3px;left:0;right:0;height:1px}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,.components-dropdown-menu__menu .components-menu-item.is-active svg{color:#fff;background:#1e1e1e;box-shadow:0 0 0 1px #1e1e1e;border-radius:1px}.components-dropdown-menu__menu .components-dropdown-menu__menu-item>svg,.components-dropdown-menu__menu .components-menu-item>svg{border-radius:2px;width:24px;height:24px}.components-dropdown-menu__menu .components-menu-item__button,.components-dropdown-menu__menu .components-menu-item__button.components-button{min-height:36px;height:auto;text-align:left;padding-left:8px;padding-right:8px}.components-dropdown-menu__menu .components-menu-group{padding:12px;margin:0 -12px}.components-dropdown-menu__menu .components-menu-group:first-child{margin-top:-12px}.components-dropdown-menu__menu .components-menu-group:last-child{margin-bottom:-12px}.components-dropdown-menu__menu .components-menu-group+.components-menu-group{margin-top:0;border-top:1px solid #ccc;padding:12px}.is-alternate .components-dropdown-menu__menu .components-menu-group+.components-menu-group{border-color:#1e1e1e}.components-font-size-picker__controls{max-width:248px;display:flex;flex-wrap:wrap;align-items:center;margin-bottom:24px}.components-font-size-picker__controls .components-unit-control-wrapper{margin-right:8px}.components-font-size-picker__controls .components-unit-control-wrapper .components-input-control__label{font-weight:300;padding-bottom:0!important;margin-bottom:8px!important}.components-font-size-picker__controls .components-custom-select-control__button{min-width:120px}.components-font-size-picker__controls .components-font-size-picker__number{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;padding:6px 8px;box-shadow:0 0 0 transparent;transition:box-shadow .1s linear;border-radius:2px;border:1px solid #757575;font-size:16px;line-height:normal;display:inline-block;font-weight:500;height:30px;margin:8px 8px 0 0;width:54px}@media (prefers-reduced-motion:reduce){.components-font-size-picker__controls .components-font-size-picker__number{transition-duration:0s;transition-delay:0s}}@media (min-width:600px){.components-font-size-picker__controls .components-font-size-picker__number{font-size:13px;line-height:normal}}.components-font-size-picker__controls .components-font-size-picker__number:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.components-font-size-picker__controls .components-font-size-picker__number::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.components-font-size-picker__controls .components-font-size-picker__number::-moz-placeholder{opacity:1;color:rgba(30,30,30,.62)}.components-font-size-picker__controls .components-font-size-picker__number:-ms-input-placeholder{color:rgba(30,30,30,.62)}.components-font-size-picker__controls .components-font-size-picker__number[value=""]+.components-button{cursor:default;opacity:.3;pointer-events:none}.components-font-size-picker__controls .components-font-size-picker__number-container{display:flex;flex-direction:column}.components-font-size-picker__controls .components-font-size-picker__select{margin-right:8px}.components-font-size-picker__controls .components-color-palette__clear{height:30px;margin-top:26px}.components-font-size-picker__custom-input .components-range-control__slider+.dashicon{width:30px;height:30px}.components-font-size-picker{border:0;padding:0;margin:0}.components-form-toggle{position:relative;display:inline-block}.components-form-toggle .components-form-toggle__track{content:"";display:inline-block;box-sizing:border-box;vertical-align:top;background-color:#fff;border:1px solid #1e1e1e;width:36px;height:18px;border-radius:9px;transition:background .2s ease}@media (prefers-reduced-motion:reduce){.components-form-toggle .components-form-toggle__track{transition-duration:0s;transition-delay:0s}}.components-form-toggle .components-form-toggle__thumb{display:block;position:absolute;box-sizing:border-box;top:3px;left:3px;width:12px;height:12px;border-radius:50%;transition:transform .1s ease;background-color:#1e1e1e;border:5px solid #1e1e1e}@media (prefers-reduced-motion:reduce){.components-form-toggle .components-form-toggle__thumb{transition-duration:0s;transition-delay:0s}}.components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--wp-admin-theme-color);border:9px solid transparent}.components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color);outline:2px solid transparent;outline-offset:2px}.components-form-toggle.is-checked .components-form-toggle__thumb{background-color:#fff;border-width:0;transform:translateX(18px)}.components-disabled .components-form-toggle,.components-form-toggle.is-disabled{opacity:.3}.components-form-toggle input.components-form-toggle__input[type=checkbox]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;margin:0;padding:0;z-index:1;border:none}.components-form-toggle input.components-form-toggle__input[type=checkbox]:checked{background:none}.components-form-toggle input.components-form-toggle__input[type=checkbox]:before{content:""}.components-form-token-field__input-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;box-shadow:0 0 0 transparent;transition:box-shadow .1s linear;border-radius:2px;border:1px solid #757575;font-size:16px;line-height:normal;display:flex;flex-wrap:wrap;align-items:center;width:100%;margin:0 0 8px;padding:2px 4px;cursor:text}@media (prefers-reduced-motion:reduce){.components-form-token-field__input-container{transition-duration:0s;transition-delay:0s}}@media (min-width:600px){.components-form-token-field__input-container{font-size:13px;line-height:normal}}.components-form-token-field__input-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.components-form-token-field__input-container::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.components-form-token-field__input-container::-moz-placeholder{opacity:1;color:rgba(30,30,30,.62)}.components-form-token-field__input-container:-ms-input-placeholder{color:rgba(30,30,30,.62)}.components-form-token-field__input-container.is-disabled{background:#ddd;border-color:#ddd}.components-form-token-field__input-container.is-active{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.components-form-token-field__input-container input[type=text].components-form-token-field__input{display:inline-block;flex:1;font-size:16px;width:100%;max-width:100%;margin-left:4px;padding:0;min-height:24px;min-width:50px;background:inherit;border:0;color:#1e1e1e;box-shadow:none}@media (min-width:600px){.components-form-token-field__input-container input[type=text].components-form-token-field__input{font-size:13px}}.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus{outline:none;box-shadow:none}.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input{width:auto}.components-form-token-field__label{display:inline-block;margin-bottom:4px}.components-form-token-field__help{font-size:12px;font-style:normal;color:#757575}.components-form-token-field__token{font-size:13px;display:flex;margin:2px 4px 2px 0;color:#1e1e1e;max-width:100%}.components-form-token-field__token.is-success .components-form-token-field__remove-token,.components-form-token-field__token.is-success .components-form-token-field__token-text{background:#4ab866}.components-form-token-field__token.is-error .components-form-token-field__remove-token,.components-form-token-field__token.is-error .components-form-token-field__token-text{background:#cc1818}.components-form-token-field__token.is-validating .components-form-token-field__remove-token,.components-form-token-field__token.is-validating .components-form-token-field__token-text{color:#757575}.components-form-token-field__token.is-borderless{position:relative;padding:0 16px 0 0}.components-form-token-field__token.is-borderless .components-form-token-field__token-text{background:transparent;color:var(--wp-admin-theme-color)}.components-form-token-field__token.is-borderless .components-form-token-field__remove-token{background:transparent;color:#757575;position:absolute;top:1px;right:0}.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text{color:#4ab866}.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text{color:#cc1818;border-radius:4px 0 0 4px;padding:0 4px 0 6px}.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text{color:#1e1e1e}.components-form-token-field__token.is-disabled .components-form-token-field__remove-token{cursor:default}.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{display:inline-block;line-height:24px;height:auto;background:#ddd;min-width:unset;transition:all .2s cubic-bezier(.4,1,.4,1)}@media (prefers-reduced-motion:reduce){.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{transition-duration:0s;transition-delay:0s;animation-duration:1ms;animation-delay:0s}}.components-form-token-field__token-text{border-radius:2px 0 0 2px;padding:0 0 0 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.components-form-token-field__remove-token.components-button{cursor:pointer;border-radius:0 2px 2px 0;padding:0 2px;color:#1e1e1e;line-height:10px;overflow:initial}.components-form-token-field__remove-token.components-button:hover{color:#1e1e1e}.components-form-token-field__suggestions-list{flex:1 0 100%;min-width:100%;max-height:9em;overflow-y:auto;transition:all .15s ease-in-out;list-style:none;border-top:1px solid #757575;margin:4px -4px -4px;padding:0}@media (prefers-reduced-motion:reduce){.components-form-token-field__suggestions-list{transition-duration:0s;transition-delay:0s}}.components-form-token-field__suggestion{color:#757575;display:block;font-size:13px;padding:4px 8px;margin:0;cursor:pointer}.components-form-token-field__suggestion.is-selected{background:var(--wp-admin-theme-color);color:#fff}.components-form-token-field__suggestion-match{text-decoration:underline}@media (min-width:600px){.components-guide{width:600px}}.components-guide .components-modal__header{background:none;border-bottom:none;width:100%;padding:0;margin:0}.components-guide .components-modal__header .components-button{align-self:flex-start;margin:8px 8px 0 0;position:static}.components-guide .components-modal__header .components-button:hover svg{fill:#fff}.components-guide__container{display:flex;flex-direction:column;justify-content:space-between;margin-top:-60px;min-height:100%}.components-guide__page{display:flex;flex-direction:column;justify-content:center;position:relative}@media (min-width:600px){.components-guide__page{min-height:300px}}.components-guide__footer{align-content:center;display:flex;height:30px;justify-content:center;margin:0 0 24px;padding:0 32px;position:relative;width:100%}@media (max-width:600px){.components-guide__footer{position:absolute;bottom:0}}.components-guide__page-control{margin:0;text-align:center}.components-guide__page-control li{display:inline-block;margin:0}.components-guide__page-control .components-button{height:30px;min-width:20px;margin:-6px 0}.components-guide .components-modal__content{padding:0}.components-modal__frame.components-guide{border:none;min-width:312px;height:80vh;max-height:575px}@media (max-width:600px){.components-modal__frame.components-guide{bottom:5%;left:16px;right:16px;top:5%;margin:0 auto}}.components-button.components-guide__back-button,.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{height:30px;position:absolute}.components-button.components-guide__back-button,.components-button.components-guide__forward-button{font-size:13px;padding:4px 2px}.components-button.components-guide__back-button.has-text svg,.components-button.components-guide__forward-button.has-text svg{margin:0}.components-button.components-guide__back-button:hover,.components-button.components-guide__forward-button:hover{text-decoration:underline}.components-button.components-guide__back-button{left:32px}.components-button.components-guide__forward-button{right:32px;color:#1386bf;font-weight:700}.components-button.components-guide__finish-button{right:32px}.components-button.components-guide__inline-finish-button{display:none}[role=region]{position:relative}.is-focusing-regions [role=region]:focus:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;pointer-events:none;outline:4px solid transparent;box-shadow:inset 0 0 0 4px var(--wp-admin-theme-color)}@supports (outline-offset:1px){.is-focusing-regions [role=region]:focus:after{content:none}.is-focusing-regions [role=region]:focus{outline-style:solid;outline-color:var(--wp-admin-theme-color);outline-width:4px;outline-offset:-4px}}.components-menu-group+.components-menu-group{margin-top:8px;padding-top:8px;border-top:1px solid #1e1e1e}.components-menu-group+.components-menu-group.has-hidden-separator{border-top:none;margin-top:0;padding-top:0}.components-menu-group__label{padding:0 8px;margin-top:4px;margin-bottom:12px;color:#757575;text-transform:uppercase;font-size:11px;font-weight:500}.components-menu-item__button,.components-menu-item__button.components-button{width:100%}.components-menu-item__button.components-button .components-menu-items__item-icon,.components-menu-item__button .components-menu-items__item-icon{margin-right:-2px;margin-left:24px;display:inline-block;flex:0 0 auto}.components-menu-item__button.components-button .components-menu-item__shortcut+.components-menu-items__item-icon,.components-menu-item__button .components-menu-item__shortcut+.components-menu-items__item-icon{margin-left:8px}.components-menu-item__button .block-editor-block-icon,.components-menu-item__button.components-button .block-editor-block-icon{margin-left:-2px;margin-right:8px}.components-menu-item__button.components-button.is-primary,.components-menu-item__button.is-primary{justify-content:center}.components-menu-item__button.components-button.is-primary .components-menu-item__item,.components-menu-item__button.is-primary .components-menu-item__item{margin-right:0}.components-menu-item__info-wrapper{display:flex;flex-direction:column;margin-right:auto}.components-menu-item__info{margin-top:4px;font-size:12px;color:#757575;white-space:normal}.components-menu-item__item{white-space:nowrap;margin-right:auto;display:inline-flex;align-items:center}.components-menu-item__shortcut{align-self:center;margin-right:0;margin-left:auto;padding-left:24px;color:currentColor;display:none}@media (min-width:480px){.components-menu-item__shortcut{display:inline}}.components-menu-items-choice.components-button svg,.components-menu-items-choice svg{margin-right:12px}.components-menu-items-choice.components-button.has-icon,.components-menu-items-choice.has-icon{padding-left:12px}.components-modal__screen-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.35);z-index:100000;animation:edit-post__fade-in-animation .2s ease-out 0s;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-modal__screen-overlay{animation-duration:1ms;animation-delay:0s}}.components-modal__frame{position:absolute;top:0;right:0;bottom:0;left:0;box-sizing:border-box;margin:0;background:#fff;box-shadow:0 10px 10px rgba(0,0,0,.25);border-radius:2px;overflow:auto}@media (min-width:600px){.components-modal__frame{top:50%;right:auto;bottom:auto;left:50%;min-width:360px;max-width:calc(100% - 32px);max-height:90%;transform:translate(-50%,-50%);animation:components-modal__appear-animation .1s ease-out;animation-fill-mode:forwards}}@media (min-width:600px) and (prefers-reduced-motion:reduce){.components-modal__frame{animation-duration:1ms;animation-delay:0s}}@keyframes components-modal__appear-animation{0%{margin-top:32px}to{margin-top:0}}.components-modal__header{box-sizing:border-box;border-bottom:1px solid #ddd;padding:0 32px;display:flex;flex-direction:row;justify-content:space-between;background:#fff;align-items:center;height:60px;z-index:10;position:relative;position:sticky;top:0;margin:0 -32px 24px}@supports (-ms-ime-align:auto){.components-modal__header{position:fixed;width:100%}}.components-modal__header .components-modal__header-heading{font-size:1rem;font-weight:600}.components-modal__header h1{line-height:1;margin:0}.components-modal__header .components-button{position:relative;left:8px}.components-modal__header-heading-container{align-items:center;flex-grow:1;display:flex;flex-direction:row;justify-content:left}.components-modal__header-icon-container{display:inline-block}.components-modal__header-icon-container svg{max-width:36px;max-height:36px;padding:8px}.components-modal__content{box-sizing:border-box;height:100%;padding:0 32px 24px}@supports (-ms-ime-align:auto){.components-modal__content{padding-top:60px}}.components-notice{display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;background-color:#fff;border-left:4px solid var(--wp-admin-theme-color);margin:5px 15px 2px;padding:8px 12px;align-items:center}.components-notice.is-dismissible{padding-right:36px;position:relative}.components-notice.is-success{border-left-color:#4ab866;background-color:#eff9f1}.components-notice.is-warning{border-left-color:#f0b849;background-color:#fef8ee}.components-notice.is-error{border-left-color:#cc1818;background-color:#f4a2a2}.components-notice__content{flex-grow:1;margin:4px 25px 4px 0}.components-notice__actions{display:flex;flex-wrap:wrap}.components-notice__action.components-button{margin-right:8px}.components-notice__action.components-button,.components-notice__action.components-button.is-link{margin-left:12px}.components-notice__action.components-button.is-secondary{vertical-align:initial}.components-notice__dismiss{color:#757575;align-self:flex-start;flex-shrink:0}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{color:#1e1e1e;background-color:transparent}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{box-shadow:none}.components-notice-list{max-width:100vw;box-sizing:border-box}.components-notice-list .components-notice__content{margin-top:12px;margin-bottom:12px;line-height:2}.components-notice-list .components-notice__action.components-button{display:block;margin-left:0;margin-top:8px}.components-panel{background:#fff;border:1px solid #e0e0e0}.components-panel>.components-panel__body:first-child,.components-panel>.components-panel__header:first-child{margin-top:-1px}.components-panel>.components-panel__body:last-child,.components-panel>.components-panel__header:last-child{border-bottom-width:0}.components-panel+.components-panel{margin-top:-1px}.components-panel__body{border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.components-panel__body h3{margin:0 0 .5em}.components-panel__body.is-opened{padding:16px}.components-panel__header{display:flex;justify-content:space-between;align-items:center;padding:0 16px;height:48px;border-top:1px solid #ddd;border-bottom:1px solid #ddd}.components-panel__header h2{margin:0;font-size:inherit;color:inherit}.components-panel__body+.components-panel__body,.components-panel__body+.components-panel__header,.components-panel__header+.components-panel__body,.components-panel__header+.components-panel__header{margin-top:-1px}.components-panel__body>.components-panel__body-title{display:block;padding:0;font-size:inherit;margin-top:0;margin-bottom:0;transition:background .1s ease-in-out}@media (prefers-reduced-motion:reduce){.components-panel__body>.components-panel__body-title{transition-duration:0s;transition-delay:0s}}.components-panel__body.is-opened>.components-panel__body-title{margin:-16px -16px 5px}.components-panel__body>.components-panel__body-title:hover{background:#f0f0f0;border:none}.components-panel__body-toggle.components-button{position:relative;padding:16px 48px 16px 16px;outline:none;width:100%;font-weight:500;text-align:left;color:#1e1e1e;border:none;box-shadow:none;transition:background .1s ease-in-out;height:auto}@media (prefers-reduced-motion:reduce){.components-panel__body-toggle.components-button{transition-duration:0s;transition-delay:0s}}.components-panel__body-toggle.components-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);border-radius:0}.components-panel__body-toggle.components-button .components-panel__arrow{position:absolute;right:16px;top:50%;transform:translateY(-50%);color:#1e1e1e;fill:currentColor;transition:color .1s ease-in-out}@media (prefers-reduced-motion:reduce){.components-panel__body-toggle.components-button .components-panel__arrow{transition-duration:0s;transition-delay:0s}}body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right{transform:scaleX(-1);-ms-filter:fliph;filter:FlipH;margin-top:-10px}.components-panel__icon{color:#757575;margin:-2px 0 -2px 6px}.components-panel__body-toggle-icon{margin-right:-5px}.components-panel__color-title{float:left;height:19px}.components-panel__row{display:flex;justify-content:space-between;align-items:center;margin-top:8px;min-height:36px}.components-panel__row select{min-width:0}.components-panel__row label{margin-right:12px;flex-shrink:0;max-width:75%}.components-panel__row:empty,.components-panel__row:first-of-type{margin-top:0}.components-panel .circle-picker{padding-bottom:20px}.components-placeholder.components-placeholder{box-sizing:border-box;position:relative;padding:1em;min-height:200px;width:100%;text-align:left;margin:0;color:#1e1e1e;-moz-font-smoothing:subpixel-antialiased;-webkit-font-smoothing:subpixel-antialiased;border-radius:2px;background-color:#fff;box-shadow:inset 0 0 0 1px #1e1e1e;outline:1px solid transparent}@supports (position:sticky){.components-placeholder.components-placeholder{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}}.components-placeholder.components-placeholder .components-base-control__label{font-size:13px}.components-placeholder__error,.components-placeholder__fieldset,.components-placeholder__instructions,.components-placeholder__label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-placeholder__label{display:flex;font-weight:600;margin-bottom:16px;align-items:center}.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{fill:currentColor;margin-right:1ch}.components-placeholder__label:empty{display:none}.components-placeholder__fieldset,.components-placeholder__fieldset form{display:flex;flex-direction:row;width:100%;flex-wrap:wrap}.components-placeholder__fieldset form p,.components-placeholder__fieldset p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-placeholder__fieldset.is-column-layout,.components-placeholder__fieldset.is-column-layout form{flex-direction:column}.components-placeholder__input[type=url]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;padding:6px 8px;box-shadow:0 0 0 transparent;transition:box-shadow .1s linear;border-radius:2px;border:1px solid #757575;font-size:16px;line-height:normal;margin:0 8px 0 0;flex:1 1 auto}@media (prefers-reduced-motion:reduce){.components-placeholder__input[type=url]{transition-duration:0s;transition-delay:0s}}@media (min-width:600px){.components-placeholder__input[type=url]{font-size:13px;line-height:normal}}.components-placeholder__input[type=url]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.components-placeholder__input[type=url]::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.components-placeholder__input[type=url]::-moz-placeholder{opacity:1;color:rgba(30,30,30,.62)}.components-placeholder__input[type=url]:-ms-input-placeholder{color:rgba(30,30,30,.62)}.components-placeholder__instructions{margin-bottom:1em}.components-placeholder__error{margin-top:1em;width:100%}.components-placeholder__preview img{margin:3%;width:50%}.components-placeholder__fieldset .components-button{margin-right:12px;margin-bottom:12px}.components-placeholder__fieldset .components-button:last-child{margin-bottom:0;margin-right:0}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link{margin-left:10px;margin-right:10px}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link:last-child{margin-right:0}.components-placeholder.is-large .components-placeholder__label{font-size:18pt;font-weight:400}.components-placeholder.is-medium .components-placeholder__instructions,.components-placeholder.is-small .components-placeholder__instructions{display:none}.components-placeholder.is-medium .components-placeholder__fieldset,.components-placeholder.is-medium .components-placeholder__fieldset form,.components-placeholder.is-small .components-placeholder__fieldset,.components-placeholder.is-small .components-placeholder__fieldset form{flex-direction:column}.components-placeholder.is-medium .components-placeholder__fieldset .components-button,.components-placeholder.is-small .components-placeholder__fieldset .components-button{margin-right:auto}.components-placeholder.is-small .components-button{padding:0 8px 2px}

/*!rtl:begin:ignore*/.components-popover{position:fixed;z-index:1000000;top:0;left:0;opacity:0}.components-popover.is-expanded,.components-popover[data-x-axis][data-y-axis]{opacity:1}.components-popover.is-expanded{top:0;left:0;right:0;bottom:0;z-index:1000000!important}.components-popover:not(.is-without-arrow){margin-left:2px}.components-popover:not(.is-without-arrow):before{border:8px solid #ccc}.components-popover:not(.is-without-arrow).is-alternate:before{border-color:#1e1e1e}.components-popover:not(.is-without-arrow):after{border:8px solid #fff}.components-popover:not(.is-without-arrow):after,.components-popover:not(.is-without-arrow):before{content:"";position:absolute;height:0;width:0;line-height:0}.components-popover:not(.is-without-arrow)[data-y-axis=top]{margin-top:-8px}.components-popover:not(.is-without-arrow)[data-y-axis=top]:before{bottom:-8px}.components-popover:not(.is-without-arrow)[data-y-axis=top]:after{bottom:-6px}.components-popover:not(.is-without-arrow)[data-y-axis=top]:after,.components-popover:not(.is-without-arrow)[data-y-axis=top]:before{border-bottom:none;border-left-color:transparent;border-right-color:transparent;border-top-style:solid;margin-left:-10px}.components-popover:not(.is-without-arrow)[data-y-axis=bottom]{margin-top:8px}.components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before{top:-8px}.components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after{top:-6px}.components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after,.components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before{border-bottom-style:solid;border-left-color:transparent;border-right-color:transparent;border-top:none;margin-left:-10px}.components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]{margin-left:-8px}.components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before{right:-8px}.components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after{right:-6px}.components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after,.components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before{border-bottom-color:transparent;border-left-style:solid;border-right:none;border-top-color:transparent}.components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]{margin-left:8px}.components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before{left:-8px}.components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after{left:-6px}.components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after,.components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before{border-bottom-color:transparent;border-left:none;border-right-style:solid;border-top-color:transparent}.components-popover[data-y-axis=top]{bottom:100%}.components-popover[data-y-axis=bottom]{top:100%}.components-popover[data-y-axis=middle]{align-items:center;display:flex}.components-popover.is-from-top{margin-top:12px}.components-popover.is-from-bottom{margin-top:-12px}.components-popover.is-from-left:not(.is-from-top):not(.is-from-bottom){margin-left:12px}.components-popover.is-from-right:not(.is-from-top):not(.is-from-bottom){margin-right:12px}.components-popover__content{height:100%;background:#fff;border:1px solid #ccc;box-shadow:0 2px 6px rgba(0,0,0,.05);border-radius:2px}.is-alternate .components-popover__content{border:1px solid #1e1e1e;box-shadow:none}.components-popover .components-popover__content{position:absolute;height:auto;overflow-y:auto}.components-popover.is-expanded .components-popover__content{position:static;height:calc(100% - 48px);overflow-y:visible;min-width:auto;border:none;border-top:1px solid #1e1e1e}.components-popover[data-y-axis=top] .components-popover__content{bottom:100%}.components-popover[data-x-axis=center] .components-popover__content{left:50%;transform:translateX(-50%)}.components-popover[data-x-axis=right] .components-popover__content{position:absolute;left:100%}.components-popover:not([data-y-axis=middle])[data-x-axis=right] .components-popover__content{margin-left:-25px}.components-popover[data-x-axis=left] .components-popover__content{position:absolute;right:100%}.components-popover:not([data-y-axis=middle])[data-x-axis=left] .components-popover__content{margin-right:-25px}.components-popover__header{align-items:center;background:#fff;display:flex;height:48px;justify-content:space-between;padding:0 8px 0 16px}.components-popover__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.components-popover__close.components-button{z-index:5}

/*!rtl:end:ignore*/.components-radio-control{display:flex;flex-direction:column}.components-radio-control .components-base-control__help{margin-top:0}.components-radio-control .components-base-control__field{margin-bottom:0}.components-radio-control__option:not(:last-child){margin-bottom:4px}.components-radio-control__input[type=radio]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;padding:6px 8px;box-shadow:0 0 0 transparent;transition:box-shadow .1s linear;border-radius:2px;font-size:16px;line-height:normal;border:1px solid #1e1e1e;transition:none;border-radius:50%;width:24px;height:24px;margin-top:0;margin-right:6px}@media (prefers-reduced-motion:reduce){.components-radio-control__input[type=radio]{transition-duration:0s;transition-delay:0s}}@media (min-width:600px){.components-radio-control__input[type=radio]{font-size:13px;line-height:normal}}.components-radio-control__input[type=radio]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.components-radio-control__input[type=radio]::-moz-placeholder{opacity:1;color:rgba(30,30,30,.62)}.components-radio-control__input[type=radio]:-ms-input-placeholder{color:rgba(30,30,30,.62)}@media (min-width:600px){.components-radio-control__input[type=radio]{height:20px;width:20px}}.components-radio-control__input[type=radio]:checked:before{box-sizing:inherit;width:8px;height:8px;transform:translate(7px,7px);margin:0;background-color:#fff;border:4px solid #fff}@media (min-width:600px){.components-radio-control__input[type=radio]:checked:before{transform:translate(5px,5px)}}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color);outline:2px solid transparent}.components-radio-control__input[type=radio]:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-resizable-box__handle{display:none;width:23px;height:23px;z-index:2}.components-resizable-box__container.has-show-handle .components-resizable-box__handle{display:block}.components-resizable-box__handle:after{display:block;content:"";width:15px;height:15px;border:2px solid var(--wp-admin-theme-color);border-radius:50%;background:#fff;cursor:inherit;position:absolute;top:calc(50% - 8px);right:calc(50% - 8px)}.components-resizable-box__side-handle:before{display:block;border-radius:2px;content:"";width:3px;height:3px;background:var(--wp-admin-theme-color);cursor:inherit;position:absolute;top:calc(50% - 1px);right:calc(50% - 1px);transition:transform .1s ease-in;opacity:0}@media (prefers-reduced-motion:reduce){.components-resizable-box__side-handle:before{transition-duration:0s;transition-delay:0s}}.components-resizable-box__corner-handle,.components-resizable-box__side-handle{z-index:2}.components-resizable-box__side-handle.components-resizable-box__handle-bottom,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:before,.components-resizable-box__side-handle.components-resizable-box__handle-top,.components-resizable-box__side-handle.components-resizable-box__handle-top:before{width:100%;left:0;border-left:0;border-right:0}.components-resizable-box__side-handle.components-resizable-box__handle-left,.components-resizable-box__side-handle.components-resizable-box__handle-left:before,.components-resizable-box__side-handle.components-resizable-box__handle-right,.components-resizable-box__side-handle.components-resizable-box__handle-right:before{height:100%;top:0;border-top:0;border-bottom:0}.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:components-resizable-box__top-bottom-animation .1s ease-out 0s;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation-duration:1ms;animation-delay:0s}}.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{animation:components-resizable-box__left-right-animation .1s ease-out 0s;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{animation-duration:1ms;animation-delay:0s}}@media not all and (-webkit-min-device-pixel-ratio:0),not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:none}}}@keyframes components-resizable-box__top-bottom-animation{0%{transform:scaleX(0);opacity:0}to{transform:scaleX(1);opacity:1}}@keyframes components-resizable-box__left-right-animation{0%{transform:scaleY(0);opacity:0}to{transform:scaleY(1);opacity:1}}
/*!rtl:begin:ignore*/.components-resizable-box__handle-right{right:-11.5px}.components-resizable-box__handle-left{left:-11.5px}.components-resizable-box__handle-top{top:-11.5px}.components-resizable-box__handle-bottom{bottom:-11.5px}

/*!rtl:end:ignore*/.components-responsive-wrapper{position:relative;max-width:100%}.components-responsive-wrapper,.components-responsive-wrapper>span{display:block}.components-responsive-wrapper__content{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:auto}.components-sandbox{overflow:hidden}iframe.components-sandbox{width:100%}body.lockscroll,html.lockscroll{overflow:hidden}.components-select-control__input{background:#fff;height:36px;line-height:36px;margin:1px;outline:0;width:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)!important}@media (min-width:782px){.components-select-control__input{height:28px;line-height:28px}}@media (max-width:782px){.components-base-control .components-base-control__field .components-select-control__input{font-size:16px}}.components-snackbar{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;background-color:#1e1e1e;border-radius:2px;box-shadow:0 2px 4px rgba(0,0,0,.3);color:#fff;padding:16px 24px;width:100%;max-width:600px;box-sizing:border-box;cursor:pointer;pointer-events:auto}@media (min-width:600px){.components-snackbar{width:-moz-fit-content;width:fit-content}}.components-snackbar:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px var(--wp-admin-theme-color)}.components-snackbar.components-snackbar-explicit-dismiss{cursor:default}.components-snackbar .components-snackbar__content-with-icon{margin-left:24px}.components-snackbar .components-snackbar__icon{position:absolute;top:24px;left:28px}.components-snackbar .components-snackbar__dismiss-button{margin-left:32px;cursor:pointer}.components-snackbar__action.components-button{margin-left:32px;color:#fff;height:auto;flex-shrink:0;line-height:1.4;padding:0}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary){text-decoration:underline;background-color:transparent}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):focus{color:#fff;box-shadow:none;outline:1px dotted #fff}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{color:var(--wp-admin-theme-color)}.components-snackbar__content{display:flex;align-items:baseline;justify-content:space-between;line-height:1.4}.components-snackbar-list{position:absolute;z-index:100000;width:100%;box-sizing:border-box;pointer-events:none}.components-snackbar-list__notice-container{position:relative;padding-top:8px}.components-swatch{width:18px;height:18px;border-radius:50%;color:transparent;background:transparent}.components-swatch:after{content:"";display:block;width:100%;height:100%;border:1px solid rgba(0,0,0,.2);border-radius:50%}.components-button.has-icon.has-text .components-swatch{margin-right:8px}.components-tab-panel__tabs{display:flex;align-items:stretch;flex-direction:row}.components-tab-panel__tabs[aria-orientation=vertical]{flex-direction:column}.components-tab-panel__tabs-item{background:transparent;border:none;box-shadow:none;border-radius:0;cursor:pointer;height:48px;padding:3px 16px;margin-left:0;font-weight:500;transition:box-shadow .1s linear;box-sizing:border-box}.components-tab-panel__tabs-item:after{content:attr(data-label);display:block;height:0;overflow:hidden;speak:none;visibility:hidden}.components-tab-panel__tabs-item:focus:not(:disabled){box-shadow:inset 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.components-tab-panel__tabs-item.is-active{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) transparent,inset 0 -4px 0 0 var(--wp-admin-theme-color);position:relative}.components-tab-panel__tabs-item.is-active:before{content:"";position:absolute;top:0;bottom:1px;right:0;left:0;border-bottom:4px solid transparent}.components-tab-panel__tabs-item:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.components-tab-panel__tabs-item.is-active:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color),inset 0 -4px 0 0 var(--wp-admin-theme-color)}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;padding:6px 8px;box-shadow:0 0 0 transparent;transition:box-shadow .1s linear;border-radius:2px;border:1px solid #757575;font-size:16px;line-height:normal}@media (prefers-reduced-motion:reduce){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{transition-duration:0s;transition-delay:0s}}@media (min-width:600px){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{font-size:13px;line-height:normal}}.components-text-control__input:focus,.components-text-control__input[type=color]:focus,.components-text-control__input[type=date]:focus,.components-text-control__input[type=datetime-local]:focus,.components-text-control__input[type=datetime]:focus,.components-text-control__input[type=email]:focus,.components-text-control__input[type=month]:focus,.components-text-control__input[type=number]:focus,.components-text-control__input[type=password]:focus,.components-text-control__input[type=tel]:focus,.components-text-control__input[type=text]:focus,.components-text-control__input[type=time]:focus,.components-text-control__input[type=url]:focus,.components-text-control__input[type=week]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.components-text-control__input::-webkit-input-placeholder,.components-text-control__input[type=color]::-webkit-input-placeholder,.components-text-control__input[type=date]::-webkit-input-placeholder,.components-text-control__input[type=datetime-local]::-webkit-input-placeholder,.components-text-control__input[type=datetime]::-webkit-input-placeholder,.components-text-control__input[type=email]::-webkit-input-placeholder,.components-text-control__input[type=month]::-webkit-input-placeholder,.components-text-control__input[type=number]::-webkit-input-placeholder,.components-text-control__input[type=password]::-webkit-input-placeholder,.components-text-control__input[type=tel]::-webkit-input-placeholder,.components-text-control__input[type=text]::-webkit-input-placeholder,.components-text-control__input[type=time]::-webkit-input-placeholder,.components-text-control__input[type=url]::-webkit-input-placeholder,.components-text-control__input[type=week]::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.components-text-control__input::-moz-placeholder,.components-text-control__input[type=color]::-moz-placeholder,.components-text-control__input[type=date]::-moz-placeholder,.components-text-control__input[type=datetime-local]::-moz-placeholder,.components-text-control__input[type=datetime]::-moz-placeholder,.components-text-control__input[type=email]::-moz-placeholder,.components-text-control__input[type=month]::-moz-placeholder,.components-text-control__input[type=number]::-moz-placeholder,.components-text-control__input[type=password]::-moz-placeholder,.components-text-control__input[type=tel]::-moz-placeholder,.components-text-control__input[type=text]::-moz-placeholder,.components-text-control__input[type=time]::-moz-placeholder,.components-text-control__input[type=url]::-moz-placeholder,.components-text-control__input[type=week]::-moz-placeholder{opacity:1;color:rgba(30,30,30,.62)}.components-text-control__input:-ms-input-placeholder,.components-text-control__input[type=color]:-ms-input-placeholder,.components-text-control__input[type=date]:-ms-input-placeholder,.components-text-control__input[type=datetime-local]:-ms-input-placeholder,.components-text-control__input[type=datetime]:-ms-input-placeholder,.components-text-control__input[type=email]:-ms-input-placeholder,.components-text-control__input[type=month]:-ms-input-placeholder,.components-text-control__input[type=number]:-ms-input-placeholder,.components-text-control__input[type=password]:-ms-input-placeholder,.components-text-control__input[type=tel]:-ms-input-placeholder,.components-text-control__input[type=text]:-ms-input-placeholder,.components-text-control__input[type=time]:-ms-input-placeholder,.components-text-control__input[type=url]:-ms-input-placeholder,.components-text-control__input[type=week]:-ms-input-placeholder{color:rgba(30,30,30,.62)}.components-tip{display:flex;color:#757575}.components-tip svg{align-self:center;fill:#f0b849;flex-shrink:0;margin-right:16px}.components-tip p{margin:0}.components-toggle-control .components-base-control__field{display:flex;margin-bottom:12px;line-height:normal;align-items:center}.components-toggle-control .components-base-control__field .components-form-toggle{margin-right:12px}.components-toggle-control .components-base-control__field .components-toggle-control__label{display:block}.components-accessible-toolbar{display:inline-flex;border:1px solid #1e1e1e;border-radius:2px;flex-shrink:0}.components-accessible-toolbar>.components-toolbar-group:last-child{border-right:none}.components-accessible-toolbar .components-button,.components-toolbar .components-button{position:relative;height:48px;z-index:1;padding-left:16px;padding-right:16px}.components-accessible-toolbar .components-button:focus:enabled,.components-toolbar .components-button:focus:enabled{box-shadow:none;outline:none}.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{content:"";position:absolute;display:block;border-radius:2px;height:32px;left:8px;right:8px;z-index:-1;animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation-duration:1ms;animation-delay:0s}}.components-accessible-toolbar .components-button svg,.components-toolbar .components-button svg{position:relative;margin-left:auto;margin-right:auto}.components-accessible-toolbar .components-button.is-pressed,.components-accessible-toolbar .components-button.is-pressed:hover,.components-toolbar .components-button.is-pressed,.components-toolbar .components-button.is-pressed:hover{background:transparent}.components-accessible-toolbar .components-button.is-pressed:before,.components-toolbar .components-button.is-pressed:before{background:#1e1e1e}.components-accessible-toolbar .components-button:focus:before,.components-toolbar .components-button:focus:before{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color),inset 0 0 0 4px #fff;outline:2px solid transparent}.components-accessible-toolbar .components-button.has-icon,.components-toolbar .components-button.has-icon{padding-left:8px;padding-right:8px;min-width:48px;justify-content:center}.components-accessible-toolbar .components-button.components-tab-button,.components-toolbar .components-button.components-tab-button{font-weight:500}.components-accessible-toolbar .components-button.components-tab-button span,.components-toolbar .components-button.components-tab-button span{display:inline-block;padding-left:0;padding-right:0;position:relative}@keyframes components-button__appear-animation{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.components-toolbar__control.components-button{position:relative}.components-toolbar__control.components-button[data-subscript] svg{padding:5px 10px 5px 0}.components-toolbar__control.components-button[data-subscript]:after{content:attr(data-subscript);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:600;line-height:12px;position:absolute;right:8px;bottom:10px}.components-toolbar__control.components-button:active:before{display:none}.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after{color:#fff}.components-toolbar-group{min-height:48px;border-right:1px solid #1e1e1e;background-color:#fff;display:inline-flex;flex-shrink:0;flex-wrap:wrap;line-height:0}.components-toolbar-group .components-toolbar-group.components-toolbar-group{border-width:0;margin:0}.components-toolbar{min-height:48px;margin:0;border:1px solid #1e1e1e;background-color:#fff;display:inline-flex;flex-shrink:0;flex-wrap:wrap}.components-toolbar .components-toolbar.components-toolbar{border-width:0;margin:0}div.components-toolbar>div{display:block;margin:0}@supports (position:sticky){div.components-toolbar>div{display:flex}}div.components-toolbar>div+div.has-left-divider{margin-left:6px;position:relative;overflow:visible}div.components-toolbar>div+div.has-left-divider:before{display:inline-block;content:"";box-sizing:content-box;background-color:#ddd;position:absolute;top:8px;left:-3px;width:1px;height:20px}.block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group.components-dropdown>* .components-button,.block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group.components-dropdown>.components-button.components-button,.block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group>.components-button:first-child:last-child,.block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group>.components-dropdown:first-child:last-child .components-button,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-dropdown.components-dropdown>* .components-button,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-dropdown.components-dropdown>.components-button.components-button,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-dropdown>.components-button:first-child:last-child,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-dropdown>.components-dropdown:first-child:last-child .components-button,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-toolbar.components-dropdown>* .components-button,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-toolbar.components-dropdown>.components-button.components-button,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-toolbar>.components-button:first-child:last-child,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-toolbar>.components-dropdown:first-child:last-child .components-button,.block-editor-block-toolbar>.components-toolbar-group>.block-editor-block-toolbar__slot.components-dropdown>* .components-button,.block-editor-block-toolbar>.components-toolbar-group>.block-editor-block-toolbar__slot.components-dropdown>.components-button.components-button,.block-editor-block-toolbar>.components-toolbar-group>.block-editor-block-toolbar__slot>.components-button:first-child:last-child,.block-editor-block-toolbar>.components-toolbar-group>.block-editor-block-toolbar__slot>.components-dropdown:first-child:last-child .components-button,.block-editor-block-toolbar>.components-toolbar>.block-editor-block-toolbar__slot.components-dropdown>* .components-button,.block-editor-block-toolbar>.components-toolbar>.block-editor-block-toolbar__slot.components-dropdown>.components-button.components-button,.block-editor-block-toolbar>.components-toolbar>.block-editor-block-toolbar__slot>.components-button:first-child:last-child,.block-editor-block-toolbar>.components-toolbar>.block-editor-block-toolbar__slot>.components-dropdown:first-child:last-child .components-button{min-width:48px;padding-left:12px;padding-right:12px}.block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group.components-dropdown>* .components-button:before,.block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group.components-dropdown>.components-button.components-button:before,.block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group>.components-button:first-child:last-child:before,.block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group>.components-dropdown:first-child:last-child .components-button:before,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-dropdown.components-dropdown>* .components-button:before,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-dropdown.components-dropdown>.components-button.components-button:before,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-dropdown>.components-button:first-child:last-child:before,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-dropdown>.components-dropdown:first-child:last-child .components-button:before,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-toolbar.components-dropdown>* .components-button:before,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-toolbar.components-dropdown>.components-button.components-button:before,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-toolbar>.components-button:first-child:last-child:before,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-toolbar>.components-dropdown:first-child:last-child .components-button:before,.block-editor-block-toolbar>.components-toolbar-group>.block-editor-block-toolbar__slot.components-dropdown>* .components-button:before,.block-editor-block-toolbar>.components-toolbar-group>.block-editor-block-toolbar__slot.components-dropdown>.components-button.components-button:before,.block-editor-block-toolbar>.components-toolbar-group>.block-editor-block-toolbar__slot>.components-button:first-child:last-child:before,.block-editor-block-toolbar>.components-toolbar-group>.block-editor-block-toolbar__slot>.components-dropdown:first-child:last-child .components-button:before,.block-editor-block-toolbar>.components-toolbar>.block-editor-block-toolbar__slot.components-dropdown>* .components-button:before,.block-editor-block-toolbar>.components-toolbar>.block-editor-block-toolbar__slot.components-dropdown>.components-button.components-button:before,.block-editor-block-toolbar>.components-toolbar>.block-editor-block-toolbar__slot>.components-button:first-child:last-child:before,.block-editor-block-toolbar>.components-toolbar>.block-editor-block-toolbar__slot>.components-dropdown:first-child:last-child .components-button:before{left:8px;right:8px}.block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group>.components-button:first-child,.block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group>.components-dropdown:first-child .components-button,.block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group>div:first-child>.components-button,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-dropdown>.components-button:first-child,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-dropdown>.components-dropdown:first-child .components-button,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-dropdown>div:first-child>.components-button,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-toolbar>.components-button:first-child,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-toolbar>.components-dropdown:first-child .components-button,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-toolbar>div:first-child>.components-button,.block-editor-block-toolbar>.components-toolbar-group>.block-editor-block-toolbar__slot>.components-button:first-child,.block-editor-block-toolbar>.components-toolbar-group>.block-editor-block-toolbar__slot>.components-dropdown:first-child .components-button,.block-editor-block-toolbar>.components-toolbar-group>.block-editor-block-toolbar__slot>div:first-child>.components-button,.block-editor-block-toolbar>.components-toolbar>.block-editor-block-toolbar__slot>.components-button:first-child,.block-editor-block-toolbar>.components-toolbar>.block-editor-block-toolbar__slot>.components-dropdown:first-child .components-button,.block-editor-block-toolbar>.components-toolbar>.block-editor-block-toolbar__slot>div:first-child>.components-button{min-width:42px;padding-left:11px;padding-right:6px}.block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group>.components-button:first-child:before,.block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group>.components-dropdown:first-child .components-button:before,.block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group>div:first-child>.components-button:before,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-dropdown>.components-button:first-child:before,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-dropdown>.components-dropdown:first-child .components-button:before,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-dropdown>div:first-child>.components-button:before,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-toolbar>.components-button:first-child:before,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-toolbar>.components-dropdown:first-child .components-button:before,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-toolbar>div:first-child>.components-button:before,.block-editor-block-toolbar>.components-toolbar-group>.block-editor-block-toolbar__slot>.components-button:first-child:before,.block-editor-block-toolbar>.components-toolbar-group>.block-editor-block-toolbar__slot>.components-dropdown:first-child .components-button:before,.block-editor-block-toolbar>.components-toolbar-group>.block-editor-block-toolbar__slot>div:first-child>.components-button:before,.block-editor-block-toolbar>.components-toolbar>.block-editor-block-toolbar__slot>.components-button:first-child:before,.block-editor-block-toolbar>.components-toolbar>.block-editor-block-toolbar__slot>.components-dropdown:first-child .components-button:before,.block-editor-block-toolbar>.components-toolbar>.block-editor-block-toolbar__slot>div:first-child>.components-button:before{left:8px;right:2px}.block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group>.components-button,.block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group>.components-dropdown .components-button,.block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group>div>.components-button,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-dropdown>.components-button,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-dropdown>.components-dropdown .components-button,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-dropdown>div>.components-button,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-toolbar>.components-button,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-toolbar>.components-dropdown .components-button,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-toolbar>div>.components-button,.block-editor-block-toolbar>.components-toolbar-group>.block-editor-block-toolbar__slot>.components-button,.block-editor-block-toolbar>.components-toolbar-group>.block-editor-block-toolbar__slot>.components-dropdown .components-button,.block-editor-block-toolbar>.components-toolbar-group>.block-editor-block-toolbar__slot>div>.components-button,.block-editor-block-toolbar>.components-toolbar>.block-editor-block-toolbar__slot>.components-button,.block-editor-block-toolbar>.components-toolbar>.block-editor-block-toolbar__slot>.components-dropdown .components-button,.block-editor-block-toolbar>.components-toolbar>.block-editor-block-toolbar__slot>div>.components-button{min-width:36px;padding-left:6px;padding-right:6px}.block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group>.components-button svg,.block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group>.components-dropdown .components-button svg,.block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group>div>.components-button svg,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-dropdown>.components-button svg,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-dropdown>.components-dropdown .components-button svg,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-dropdown>div>.components-button svg,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-toolbar>.components-button svg,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-toolbar>.components-dropdown .components-button svg,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-toolbar>div>.components-button svg,.block-editor-block-toolbar>.components-toolbar-group>.block-editor-block-toolbar__slot>.components-button svg,.block-editor-block-toolbar>.components-toolbar-group>.block-editor-block-toolbar__slot>.components-dropdown .components-button svg,.block-editor-block-toolbar>.components-toolbar-group>.block-editor-block-toolbar__slot>div>.components-button svg,.block-editor-block-toolbar>.components-toolbar>.block-editor-block-toolbar__slot>.components-button svg,.block-editor-block-toolbar>.components-toolbar>.block-editor-block-toolbar__slot>.components-dropdown .components-button svg,.block-editor-block-toolbar>.components-toolbar>.block-editor-block-toolbar__slot>div>.components-button svg{min-width:24px}.block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group>.components-button:before,.block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group>.components-dropdown .components-button:before,.block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group>div>.components-button:before,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-dropdown>.components-button:before,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-dropdown>.components-dropdown .components-button:before,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-dropdown>div>.components-button:before,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-toolbar>.components-button:before,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-toolbar>.components-dropdown .components-button:before,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-toolbar>div>.components-button:before,.block-editor-block-toolbar>.components-toolbar-group>.block-editor-block-toolbar__slot>.components-button:before,.block-editor-block-toolbar>.components-toolbar-group>.block-editor-block-toolbar__slot>.components-dropdown .components-button:before,.block-editor-block-toolbar>.components-toolbar-group>.block-editor-block-toolbar__slot>div>.components-button:before,.block-editor-block-toolbar>.components-toolbar>.block-editor-block-toolbar__slot>.components-button:before,.block-editor-block-toolbar>.components-toolbar>.block-editor-block-toolbar__slot>.components-dropdown .components-button:before,.block-editor-block-toolbar>.components-toolbar>.block-editor-block-toolbar__slot>div>.components-button:before{left:2px;right:2px}.block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group>.components-button:last-child,.block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group>.components-dropdown:last-child .components-button,.block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group>div:last-child>.components-button,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-dropdown>.components-button:last-child,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-dropdown>.components-dropdown:last-child .components-button,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-dropdown>div:last-child>.components-button,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-toolbar>.components-button:last-child,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-toolbar>.components-dropdown:last-child .components-button,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-toolbar>div:last-child>.components-button,.block-editor-block-toolbar>.components-toolbar-group>.block-editor-block-toolbar__slot>.components-button:last-child,.block-editor-block-toolbar>.components-toolbar-group>.block-editor-block-toolbar__slot>.components-dropdown:last-child .components-button,.block-editor-block-toolbar>.components-toolbar-group>.block-editor-block-toolbar__slot>div:last-child>.components-button,.block-editor-block-toolbar>.components-toolbar>.block-editor-block-toolbar__slot>.components-button:last-child,.block-editor-block-toolbar>.components-toolbar>.block-editor-block-toolbar__slot>.components-dropdown:last-child .components-button,.block-editor-block-toolbar>.components-toolbar>.block-editor-block-toolbar__slot>div:last-child>.components-button{min-width:42px;padding-left:6px;padding-right:11px}.block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group>.components-button:last-child:before,.block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group>.components-dropdown:last-child .components-button:before,.block-editor-block-toolbar .block-editor-block-toolbar__slot .components-toolbar-group>div:last-child>.components-button:before,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-dropdown>.components-button:last-child:before,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-dropdown>.components-dropdown:last-child .components-button:before,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-dropdown>div:last-child>.components-button:before,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-toolbar>.components-button:last-child:before,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-toolbar>.components-dropdown:last-child .components-button:before,.block-editor-block-toolbar>.block-editor-block-toolbar__slot>.components-toolbar>div:last-child>.components-button:before,.block-editor-block-toolbar>.components-toolbar-group>.block-editor-block-toolbar__slot>.components-button:last-child:before,.block-editor-block-toolbar>.components-toolbar-group>.block-editor-block-toolbar__slot>.components-dropdown:last-child .components-button:before,.block-editor-block-toolbar>.components-toolbar-group>.block-editor-block-toolbar__slot>div:last-child>.components-button:before,.block-editor-block-toolbar>.components-toolbar>.block-editor-block-toolbar__slot>.components-button:last-child:before,.block-editor-block-toolbar>.components-toolbar>.block-editor-block-toolbar__slot>.components-dropdown:last-child .components-button:before,.block-editor-block-toolbar>.components-toolbar>.block-editor-block-toolbar__slot>div:last-child>.components-button:before{left:2px;right:8px}.components-tooltip.components-popover{z-index:1000002}.components-tooltip.components-popover .components-popover__content{min-width:0}.components-tooltip .components-popover__content{background:#1e1e1e;border-radius:2px;border-width:0;color:#fff;white-space:nowrap;text-align:center;line-height:1.4;font-size:12px;box-shadow:none}.components-tooltip .components-popover__content>div{padding:4px 8px}.components-tooltip__shortcut{display:inline-block;margin-left:8px}.disabled-element-wrapper{position:relative}.disabled-element-wrapper .event-catcher{z-index:100002;position:absolute;width:100%;height:100%;top:0;left:0;bottom:0;right:0}.components-visually-hidden{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.components-visually-hidden:focus{background-color:#ddd;clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
/*!/wp-includes/css/dist/block-editor/style.min.css*/
@charset "UTF-8";:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-border-width-focus:2px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}#start-resizable-editor-section{display:none}.block-editor-autocompleters__block{white-space:nowrap}.block-editor-autocompleters__block .block-editor-block-icon{margin-right:8px}.block-editor-block-alignment-matrix-control__popover .components-popover__content{min-width:0;width:auto}.block-editor-block-alignment-matrix-control__popover .components-popover__content>div{padding:8px}.block-editor-block-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.block-editor-block-icon.has-colors svg{fill:currentColor}.block-editor-block-icon svg{min-width:20px;min-height:20px;max-width:24px;max-height:24px}.block-editor-block-inspector p{margin-top:0}.block-editor-block-inspector h2,.block-editor-block-inspector h3{font-size:13px;color:#1e1e1e;margin-bottom:1.5em}.block-editor-block-inspector .components-base-control{margin-bottom:24px}.block-editor-block-inspector .components-base-control:last-child{margin-bottom:8px}.block-editor-block-inspector .components-panel__body{border:none;border-top:1px solid #e0e0e0}.block-editor-block-inspector .block-editor-block-card{padding:16px}.block-editor-block-inspector__no-blocks{display:block;font-size:13px;background:#fff;padding:32px 16px;text-align:center}.block-editor-block-styles .block-editor-block-list__block{margin:0}.block-editor-block-list__layout{position:relative}.block-editor-block-list__layout.is-navigate-mode{cursor:default}.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted:after,.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:after,.block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-hovered:after,.block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-selected:after{position:absolute;z-index:1;pointer-events:none;content:"";top:1px;bottom:1px;left:1px;right:1px;box-shadow:0 0 0 1px var(--wp-admin-theme-color);border-radius:1px;outline:2px solid transparent}.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted:after,.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:after,.is-dark-theme .block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-hovered:after,.is-dark-theme .block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-selected:after{box-shadow:0 0 0 1px #fff}.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted .components-placeholder ::selection,.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected .components-placeholder ::selection,.block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-hovered .components-placeholder ::selection,.block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-selected .components-placeholder ::selection{background:transparent}.block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-hovered:not(.is-selected):after{box-shadow:0 0 0 1px #949494}.block-editor-block-list__layout .block-editor-block-list__block.is-highlighted:after,.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:after,.block-editor-block-list__layout .is-block-moving-mode.block-editor-block-list__block.has-child-selected,.block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-selected:after{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:var(--wp-admin-border-width-focus) solid transparent}.block-editor-block-list__layout .is-block-moving-mode.block-editor-block-list__block.is-selected:before{content:"";position:absolute;z-index:0;pointer-events:none;transition:border-color .1s linear,border-style .1s linear,box-shadow .1s linear;right:0;left:0;top:-14px;border-radius:2px;border-top:4px solid #ccc}.block-editor-block-list__layout .is-block-moving-mode.block-editor-block-list__block.is-selected:after{content:none}.block-editor-block-list__layout .is-block-moving-mode.can-insert-moving-block.block-editor-block-list__block.is-selected:before{border-color:var(--wp-admin-theme-color)}.is-block-moving-mode.block-editor-block-list__block-selection-button{opacity:0;font-size:1px;height:1px;padding:0}.block-editor-block-list__layout .block-editor-block-list__block{position:relative;overflow-wrap:break-word}.block-editor-block-list__layout .block-editor-block-list__block .reusable-block-edit-panel *{z-index:1}.block-editor-block-list__layout .block-editor-block-list__block .components-placeholder .components-with-notices-ui{margin:-10px 0 12px}.block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui{margin:0 0 12px;width:100%}.block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui .components-notice{margin-left:0;margin-right:0}.block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui .components-notice .components-notice__content{font-size:13px}.block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus{outline:none}.block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus:after{position:absolute;z-index:1;pointer-events:none;content:"";top:1px;bottom:1px;left:1px;right:1px;box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);border-radius:1px}.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus:after{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff}.block-editor-block-list__layout .block-editor-block-list__block:after{content:"";pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;box-shadow:0 0 0 var(--wp-admin-border-width-focus) transparent}.block-editor-block-list__layout .block-editor-block-list__block.has-warning{min-height:48px}.block-editor-block-list__layout .block-editor-block-list__block.has-warning>*{pointer-events:none;-webkit-user-select:none;user-select:none}.block-editor-block-list__layout .block-editor-block-list__block.has-warning .block-editor-warning{pointer-events:all}.block-editor-block-list__layout .block-editor-block-list__block.has-warning:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;background-color:hsla(0,0%,100%,.4)}.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-multi-selected:after{background-color:transparent}.block-editor-block-list__layout .block-editor-block-list__block.is-reusable>.block-editor-inner-blocks>.block-editor-block-list__layout.has-overlay:after{display:none}.block-editor-block-list__layout .block-editor-block-list__block.is-reusable>.block-editor-inner-blocks>.block-editor-block-list__layout.has-overlay .block-editor-block-list__layout.has-overlay:after{display:block}.block-editor-block-list__layout .block-editor-block-list__block.is-reusable.has-child-selected:after{box-shadow:0 0 0 1px var(--wp-admin-theme-color)}.block-editor-block-list__layout .block-editor-block-list__block[data-clear=true]{float:none}.block-editor-block-list__layout .block-editor-block-list__block .block-editor-block-list__layout .block-editor-default-block-appender .block-editor-inserter{left:auto;right:8px}.is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-hovered{cursor:default}.is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-hovered:after{top:1px;left:1px;right:1px;bottom:1px;box-shadow:0 0 0 1px var(--wp-admin-theme-color);border-radius:1px}.is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-selected{cursor:unset}.is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-selected:after{box-shadow:0 0 0 1px var(--wp-admin-theme-color);top:1px;left:1px;right:1px;bottom:1px;border-radius:1px}.is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-selected:focus:after{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.is-focus-mode .block-editor-block-list__block:not(.has-child-selected){opacity:.5;transition:opacity .1s linear}@media (prefers-reduced-motion:reduce){.is-focus-mode .block-editor-block-list__block:not(.has-child-selected){transition-duration:0s;transition-delay:0s}}.is-focus-mode .block-editor-block-list__block:not(.has-child-selected) .block-editor-block-list__block,.is-focus-mode .block-editor-block-list__block:not(.has-child-selected).is-multi-selected,.is-focus-mode .block-editor-block-list__block:not(.has-child-selected).is-selected{opacity:1}.is-root-container:not(.is-focus-mode) .block-editor-block-list__block.has-active-entity{opacity:.5;transition:opacity .1s linear}@media (prefers-reduced-motion:reduce){.is-root-container:not(.is-focus-mode) .block-editor-block-list__block.has-active-entity{transition-duration:0s;transition-delay:0s}}.is-root-container:not(.is-focus-mode) .block-editor-block-list__block.has-active-entity.has-child-selected,.is-root-container:not(.is-focus-mode) .block-editor-block-list__block.has-active-entity.is-active-entity,.is-root-container:not(.is-focus-mode) .block-editor-block-list__block.has-active-entity.is-active-entity .block-editor-block-list__block,.is-root-container:not(.is-focus-mode) .block-editor-block-list__block.has-active-entity .is-active-entity .block-editor-block-list__block,.is-root-container:not(.is-focus-mode) .block-editor-block-list__block.has-active-entity:not(.has-child-selected) .block-editor-block-list__block{opacity:1}.wp-block[data-align=left]>*,.wp-block[data-align=right]>*{z-index:21}.block-editor-block-list .block-editor-inserter{margin:8px;cursor:move;cursor:grab}@keyframes block-editor-inserter__toggle__fade-in-animation{0%{opacity:0}to{opacity:1}}.wp-block .block-list-appender .block-editor-inserter__toggle{animation:block-editor-inserter__toggle__fade-in-animation .1s ease;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.wp-block .block-list-appender .block-editor-inserter__toggle{animation-duration:1ms;animation-delay:0s}}.block-editor-block-list__block:not(.is-selected):not(.has-child-selected) .block-editor-default-block-appender{display:none}.block-editor-block-list__block:not(.is-selected):not(.has-child-selected) .block-editor-default-block-appender .block-editor-inserter__toggle{opacity:0;transform:scale(0)}.block-editor-block-list__block .block-editor-block-list__block-html-textarea{display:block;margin:0;padding:12px;width:100%;border:none;outline:none;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;resize:none;overflow:hidden;font-family:Menlo,Consolas,monaco,monospace;font-size:15px;line-height:1.5;transition:padding .2s linear}@media (prefers-reduced-motion:reduce){.block-editor-block-list__block .block-editor-block-list__block-html-textarea{transition-duration:0s;transition-delay:0s}}.block-editor-block-list__block .block-editor-block-list__block-html-textarea:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-editor-block-list__block .block-editor-warning{z-index:5;position:relative}.block-editor-block-list__block .block-editor-warning.block-editor-block-list__block-crash-warning{margin-bottom:auto}.block-editor-block-list__insertion-point{position:absolute}.block-editor-block-list__insertion-point-indicator{position:absolute;background:var(--wp-admin-theme-color);animation:block-editor-inserter__toggle__fade-in-animation-delayed .3s ease;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.block-editor-block-list__insertion-point-indicator{animation-duration:1ms;animation-delay:0s}}.block-editor-block-list__insertion-point.is-vertical>.block-editor-block-list__insertion-point-indicator{top:50%;right:0;left:0;height:1px}.block-editor-block-list__insertion-point.is-horizontal>.block-editor-block-list__insertion-point-indicator{top:0;right:0;left:50%;height:100%;width:1px}.block-editor-block-list__insertion-point-inserter{display:none;position:absolute;justify-content:center;top:calc(50% - 12px);left:calc(50% - 12px)}@media (min-width:480px){.block-editor-block-list__insertion-point-inserter{display:flex}}.block-editor-block-list__block-popover-inserter{position:absolute;top:-9999em;margin-bottom:14px}.block-editor-block-list__block-popover-inserter.is-visible{position:static}.block-editor-block-list__block-popover-inserter .block-editor-inserter__toggle.components-button.has-icon,.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon,.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon,.block-editor-default-block-appender .block-editor-inserter__toggle.components-button.has-icon{background:#1e1e1e;border-radius:2px;color:#fff;padding:0;min-width:24px;height:24px}.block-editor-block-list__block-popover-inserter .block-editor-inserter__toggle.components-button.has-icon:hover,.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon:hover,.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover,.block-editor-default-block-appender .block-editor-inserter__toggle.components-button.has-icon:hover{color:#fff;background:var(--wp-admin-theme-color)}.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon{background:var(--wp-admin-theme-color)}.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover{background:#1e1e1e}.block-editor-block-list__block-popover-inserter .block-editor-inserter__toggle.components-button,.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button{animation:block-editor-inserter__toggle__fade-in-animation-delayed .3s ease;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.block-editor-block-list__block-popover-inserter .block-editor-inserter__toggle.components-button,.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button{animation-duration:1ms;animation-delay:0s}}@keyframes block-editor-inserter__toggle__fade-in-animation-delayed{0%{opacity:0}60%{opacity:0}to{opacity:1}}.block-editor-block-contextual-toolbar{display:inline-flex;border:1px solid #1e1e1e;border-radius:2px;background-color:#fff}.block-editor-block-contextual-toolbar .block-editor-block-toolbar .components-toolbar,.block-editor-block-contextual-toolbar .block-editor-block-toolbar .components-toolbar-group{border-right-color:#1e1e1e}.block-editor-block-contextual-toolbar.is-fixed{position:sticky;top:0;width:100%;z-index:31;min-height:48px;display:block;border:none;border-bottom:1px solid #e0e0e0;border-radius:0}.block-editor-block-contextual-toolbar.is-fixed .block-editor-block-toolbar .components-toolbar,.block-editor-block-contextual-toolbar.is-fixed .block-editor-block-toolbar .components-toolbar-group{border-right-color:#e0e0e0}.block-editor-block-contextual-toolbar .block-editor-block-mover-button{overflow:hidden}.block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button{min-width:24px;width:24px}.block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button svg{min-width:24px}.block-editor-block-contextual-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button:focus:before{left:0!important;min-width:0;width:100%}@media (min-width:600px){.block-editor-block-contextual-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-up-button svg{top:5px}.block-editor-block-contextual-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-down-button svg{bottom:5px}}.block-editor-block-list__block-selection-button{display:inline-flex;padding:0 13px;z-index:22;border-radius:2px;background-color:#1e1e1e;font-size:13px;height:48px}.block-editor-block-list__block-selection-button .block-editor-block-list__block-selection-button__content{margin:auto;display:inline-flex;align-items:center}.block-editor-block-list__block-selection-button .block-editor-block-list__block-selection-button__content>.components-flex__item{margin-right:6px}.block-editor-block-list__block-selection-button .components-button.has-icon.block-selection-button_drag-handle{cursor:grab;padding:0;height:24px;min-width:24px}.block-editor-block-list__block-selection-button .components-button.has-icon.block-selection-button_drag-handle svg{min-width:18px;min-height:18px}.block-editor-block-list__block-selection-button .block-editor-block-icon{font-size:13px;color:#fff;height:48px}.block-editor-block-list__block-selection-button .components-button{min-width:36px;color:#fff;height:48px;display:flex}.block-editor-block-list__block-selection-button .components-button:focus{box-shadow:none;border:none}.block-editor-block-list__block-selection-button .components-button:active{color:#fff}.block-editor-block-list__block-selection-button .block-selection-button_select-button.components-button{padding:0}.block-editor-block-list__insertion-point-popover.is-without-arrow{z-index:28;position:absolute;pointer-events:none}.block-editor-block-list__insertion-point-popover.is-without-arrow *{pointer-events:none}.block-editor-block-list__insertion-point-popover.is-without-arrow .is-with-inserter,.block-editor-block-list__insertion-point-popover.is-without-arrow .is-with-inserter *{pointer-events:all}.block-editor-block-list__insertion-point-popover.is-without-arrow .components-popover__content.components-popover__content{background:none;border:none;box-shadow:none;overflow-y:visible;margin-left:0}@keyframes hide-during-dragging{to{position:fixed;transform:translate(9999px,9999px)}}.components-popover.block-editor-block-list__block-popover{z-index:31;position:absolute}.components-popover.block-editor-block-list__block-popover .components-popover__content{margin:0!important;min-width:auto;width:max-content;background:none;border:none;box-shadow:none;overflow-y:visible;pointer-events:none}.components-popover.block-editor-block-list__block-popover .components-popover__content .block-editor-block-contextual-toolbar,.components-popover.block-editor-block-list__block-popover .components-popover__content .block-editor-block-list__block-selection-button,.components-popover.block-editor-block-list__block-popover .components-popover__content .block-editor-block-list__empty-block-inserter{pointer-events:all}.components-popover.block-editor-block-list__block-popover .components-popover__content .block-editor-block-contextual-toolbar,.components-popover.block-editor-block-list__block-popover .components-popover__content .block-editor-block-list__block-selection-button{margin-top:12px;margin-bottom:12px}.components-popover.block-editor-block-list__block-popover.is-insertion-point-visible{visibility:hidden}.is-dragging-components-draggable .components-popover.block-editor-block-list__block-popover{opacity:0;animation:hide-during-dragging 1ms linear forwards}.is-dragging-components-draggable .components-tooltip{display:none}.block-editor-block-list__block .block-list-appender{align-self:center;padding:0;list-style:none;margin:0 auto 0 0}.block-editor-block-list__block .block-list-appender.wp-block{max-width:none}.block-editor-block-list__block .block-list-appender .block-editor-default-block-appender{margin:8px 0}.block-editor-block-list__block .block-list-appender .block-list-appender__toggle{padding:0;opacity:1;transform:scale(1);transition:all .1s ease;margin-left:8px}@media (prefers-reduced-motion:reduce){.block-editor-block-list__block .block-list-appender .block-list-appender__toggle{transition-duration:0s;transition-delay:0s}}.block-editor-block-list__block .block-list-appender:first-of-type .block-list-appender__toggle{margin-left:0}.is-vertical .block-list-appender{width:24px;margin-right:auto;margin-top:12px;margin-left:12px}.block-list-appender>.block-editor-inserter{display:block}.block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.block-editor-block-list__layout) .block-editor-block-list__layout>.block-list-appender .block-list-appender__toggle{opacity:0;transform:scale(0)}.block-editor-block-breadcrumb{list-style:none;padding:0;margin:0}.block-editor-block-breadcrumb li{display:inline-block;margin:0}.block-editor-block-breadcrumb li:not(:last-child):after{content:"→"}.block-editor-block-breadcrumb__button.components-button{height:24px;line-height:24px;padding:0;position:relative}.block-editor-block-breadcrumb__button.components-button:hover:not(:disabled){text-decoration:underline;box-shadow:none}.block-editor-block-breadcrumb__button.components-button:focus{box-shadow:none}.block-editor-block-breadcrumb__button.components-button:focus:before{content:"";display:block;position:absolute;border-radius:2px;top:1px;right:1px;bottom:1px;left:1px;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-editor-block-breadcrumb__current{cursor:default}.block-editor-block-breadcrumb__button.components-button,.block-editor-block-breadcrumb__current{color:#1e1e1e;padding:0 8px;font-size:inherit}.block-editor-block-card{display:flex;align-items:flex-start}.block-editor-block-card__content{flex-grow:1;margin-bottom:4px}.block-editor-block-card__title{font-weight:500}.block-editor-block-card__title.block-editor-block-card__title{line-height:24px;margin:0 0 4px}.block-editor-block-card__description{font-size:13px}.block-editor-block-card .block-editor-block-icon{flex:0 0 24px;margin-left:0;margin-right:12px;width:24px;height:24px}.block-editor-block-compare{overflow:auto;height:auto}@media (min-width:600px){.block-editor-block-compare{max-height:70%}}.block-editor-block-compare__wrapper{display:flex;padding-bottom:16px}.block-editor-block-compare__wrapper>div{display:flex;justify-content:space-between;flex-direction:column;width:50%;padding:0 16px 0 0;min-width:200px}.block-editor-block-compare__wrapper>div button{float:right}.block-editor-block-compare__wrapper .block-editor-block-compare__converted{border-left:1px solid #ddd;padding-left:15px;padding-right:0}.block-editor-block-compare__wrapper .block-editor-block-compare__html{font-family:Menlo,Consolas,monaco,monospace;font-size:12px;color:#1e1e1e;border-bottom:1px solid #ddd;padding-bottom:15px;line-height:1.7}.block-editor-block-compare__wrapper .block-editor-block-compare__html span{background-color:#e6ffed;padding-top:3px;padding-bottom:3px}.block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__added{background-color:#acf2bd}.block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__removed{background-color:#cc1818}.block-editor-block-compare__wrapper .block-editor-block-compare__preview{padding:16px 0 0}.block-editor-block-compare__wrapper .block-editor-block-compare__preview p{font-size:12px;margin-top:0}.block-editor-block-compare__wrapper .block-editor-block-compare__action{margin-top:16px}.block-editor-block-compare__wrapper .block-editor-block-compare__heading{font-size:1em;font-weight:400;margin:.67em 0}.block-editor-block-draggable-chip-wrapper{position:absolute;top:-24px;left:0}.block-editor-block-draggable-chip{background-color:#1e1e1e;border-radius:2px;box-shadow:0 6px 8px rgba(0,0,0,.3);color:#fff;cursor:grabbing;display:inline-flex;height:48px;padding:0 13px;-webkit-user-select:none;user-select:none}.block-editor-block-draggable-chip svg{fill:currentColor}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content{margin:auto;justify-content:flex-start}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content>.components-flex__item{margin-right:6px}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content>.components-flex__item:last-child{margin-right:0}.block-editor-block-draggable-chip .block-editor-block-draggable-chip__content .block-editor-block-icon svg{min-width:18px;min-height:18px}.block-editor-block-draggable-chip .components-flex__item{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.is-dragging{display:none!important}.block-editor-block-mobile-toolbar{display:flex;flex-direction:row;border-right:1px solid #ddd}.block-editor-block-mobile-toolbar .block-editor-block-mover-button{width:36px;height:36px;border-radius:2px;padding:3px;margin:0;justify-content:center;align-items:center}.block-editor-block-mobile-toolbar .block-editor-block-mover-button .dashicon{margin:auto}.block-editor-block-mobile-toolbar .block-editor-block-mover{display:flex;margin-right:auto}.block-editor-block-mobile-toolbar .block-editor-block-mover .block-editor-block-mover-button{float:left}.block-editor-block-mover-button__description{display:none}.block-editor-block-mover-button.has-icon{padding:0}.block-editor-block-mover{display:inline-flex;flex-direction:row}.block-editor-block-mover .block-editor-block-mover__move-button-container,.block-editor-block-mover .components-toolbar{flex:1;flex-direction:row;border-right:none!important}@media (min-width:600px){.block-editor-block-mover .block-editor-block-mover__move-button-container,.block-editor-block-mover .components-toolbar{flex-direction:column}}.block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container,.block-editor-block-mover.is-horizontal .components-toolbar{flex-direction:row}.block-editor-block-mover .block-editor-block-mover-button.block-editor-block-mover-button{padding-right:0;padding-left:0;min-width:36px}@media (min-width:600px){.block-editor-block-mover .block-editor-block-mover-button{height:24px;width:42px;padding-right:11px!important;padding-left:6px!important}.block-editor-block-mover .block-editor-block-mover-button.block-editor-block-mover-button{min-width:42px}}@media (min-width:600px){.block-editor-block-mover .block-editor-block-mover-button:before{left:8px!important;right:8px!important}}.block-editor-block-mover .block-editor-block-mover__drag-handle{width:24px;cursor:grab;min-width:24px!important;padding:0!important}.block-editor-block-mover .block-editor-block-mover__drag-handle:focus:before{left:0!important;right:0!important}@media (min-width:600px){.block-editor-block-mover .components-toolbar-group .block-editor-block-mover-button,.block-editor-block-mover .components-toolbar .block-editor-block-mover-button{margin:0 auto 0 0}.block-editor-block-mover .components-toolbar-group .block-editor-block-mover-button.is-up-button:before,.block-editor-block-mover .components-toolbar .block-editor-block-mover-button.is-up-button:before{bottom:0;height:calc(100% - 1px)}.block-editor-block-mover .components-toolbar-group .block-editor-block-mover-button.is-down-button:before,.block-editor-block-mover .components-toolbar .block-editor-block-mover-button.is-down-button:before{top:0;height:calc(100% - 1px)}}.block-editor-block-mover.is-horizontal .block-editor-block-mover-button.has-icon{height:48px;width:24px;padding-left:0;padding-right:0}.block-editor-block-mover.is-horizontal .block-editor-block-mover-button.has-icon:before{top:1px;bottom:1px;min-width:0;width:auto;height:auto}.block-editor-block-mover.is-horizontal .block-editor-block-mover-button.is-up-button.has-icon svg{margin-left:0;margin-right:-8px;margin-bottom:0}.block-editor-block-mover.is-horizontal .block-editor-block-mover-button.is-up-button.has-icon:before{left:0!important;right:0!important}.block-editor-block-mover.is-horizontal .block-editor-block-mover-button.is-down-button.has-icon svg{margin-left:-8px;margin-right:0;margin-top:0}.block-editor-block-mover.is-horizontal .block-editor-block-mover-button.is-down-button.has-icon:before{left:0!important;right:0!important;width:calc(100% + 1px)}.block-editor-block-navigation__label{margin:0 0 12px;color:#757575;text-transform:uppercase;font-size:11px;font-weight:500}.block-editor-block-navigation__container{min-width:280px}.block-editor-block-navigation-tree{width:100%;border-collapse:collapse;padding:0;margin:0}.components-modal__content .block-editor-block-navigation-tree{margin:-12px -6px 0;width:calc(100% + 12px)}.block-editor-block-navigation-leaf{position:relative}.block-editor-block-navigation-leaf.is-selected .block-editor-block-navigation-block-contents{background:var(--wp-admin-theme-color);color:#fff}.block-editor-block-navigation-leaf.is-selected .block-editor-block-navigation-block-contents:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-editor-block-navigation-leaf.is-branch-selected.is-selected .block-editor-block-navigation-block-contents{border-radius:2px 2px 0 0}.block-editor-block-navigation-leaf.is-branch-selected:not(.is-selected) .block-editor-block-navigation-block-contents{background:linear-gradient(hsla(0,0%,100%,.9),hsla(0,0%,100%,.9)),linear-gradient(var(--wp-admin-theme-color),var(--wp-admin-theme-color));border-radius:0}.block-editor-block-navigation-leaf.is-branch-selected.is-last-of-selected-branch .block-editor-block-navigation-block-contents{border-radius:0 0 2px 2px}.block-editor-block-navigation-leaf.is-dragging{display:none}.block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents{display:flex;align-items:center;width:100%;height:auto;padding:6px 12px;text-align:left;color:#1e1e1e;border-radius:2px;position:relative;white-space:nowrap}.block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents:focus,.block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents:hover{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents:focus{z-index:1}.block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents.is-dropping-before:before{content:"";position:absolute;pointer-events:none;transition:border-color .1s linear,border-style .1s linear,box-shadow .1s linear;top:-2px;right:0;left:0;border-top:4px solid var(--wp-admin-theme-color)}.block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents.is-dropping-after:before{content:"";position:absolute;pointer-events:none;transition:border-color .1s linear,border-style .1s linear,box-shadow .1s linear;bottom:-2px;right:0;left:0;border-bottom:4px solid var(--wp-admin-theme-color)}.block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents.is-dropping-to-inner-blocks:before{content:"";position:absolute;pointer-events:none;transition:border-color .1s linear,border-style .1s linear,box-shadow .1s linear;bottom:-2px;right:0;left:24px;border-bottom:4px solid var(--wp-admin-theme-color)}.components-modal__content .block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents{padding-left:0;padding-right:0}.block-editor-block-navigation-leaf.is-visible .block-editor-block-navigation-block-contents{opacity:1;animation:edit-post__fade-in-animation .2s ease-out 0s;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.block-editor-block-navigation-leaf.is-visible .block-editor-block-navigation-block-contents{animation-duration:1ms;animation-delay:0s}}.block-editor-block-navigation-leaf .block-editor-block-icon{align-self:flex-start;margin-right:10px;width:20px}.block-editor-block-navigation-leaf .block-editor-block-navigation-block__contents-cell,.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell,.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell{padding-top:0;padding-bottom:0}.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell,.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell{line-height:0;width:36px;opacity:0;vertical-align:top}@media (prefers-reduced-motion:reduce){.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell,.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell{transition-duration:0s;transition-delay:0s}}.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell.is-visible,.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell:hover,.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell.is-visible,.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell:hover{position:relative;z-index:1;opacity:1;animation:edit-post__fade-in-animation .2s ease-out 0s;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell.is-visible,.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell:hover,.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell.is-visible,.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell:hover{animation-duration:1ms;animation-delay:0s}}.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell,.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell .components-button.has-icon,.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell,.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell .components-button.has-icon{width:24px;min-width:24px;padding:0}.block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell{padding-top:8px}.block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell-alignment-wrapper{display:flex;height:100%;flex-direction:column;align-items:center}.block-editor-block-navigation-leaf .block-editor-block-mover-button{position:relative;width:36px;height:24px}.block-editor-block-navigation-leaf .block-editor-block-mover-button svg{position:relative;height:24px}.block-editor-block-navigation-leaf .block-editor-block-mover-button.is-up-button{margin-top:-6px;align-items:flex-end}.block-editor-block-navigation-leaf .block-editor-block-mover-button.is-up-button svg{bottom:-4px}.block-editor-block-navigation-leaf .block-editor-block-mover-button.is-down-button{margin-bottom:-6px;align-items:flex-start}.block-editor-block-navigation-leaf .block-editor-block-mover-button.is-down-button svg{top:-4px}.block-editor-block-navigation-leaf .block-editor-block-mover-button:focus,.block-editor-block-navigation-leaf .block-editor-block-mover-button:focus:enabled{box-shadow:none;outline:none}.block-editor-block-navigation-leaf .block-editor-block-mover-button:focus:before{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color),inset 0 0 0 4px #fff;outline:2px solid transparent}.block-editor-block-navigation-leaf .block-editor-block-mover-button:before{content:"";position:absolute;display:block;border-radius:2px;height:16px;min-width:100%;left:0;right:0;animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.block-editor-block-navigation-leaf .block-editor-block-mover-button:before{animation-duration:1ms;animation-delay:0s}}.block-editor-block-navigation-leaf .block-editor-inserter__toggle{background:#1e1e1e;color:#fff;height:24px;margin:6px 6px 6px 1px;min-width:24px}.block-editor-block-navigation-leaf .block-editor-inserter__toggle:active{color:#fff}.block-editor-block-navigation-leaf .block-editor-block-navigation-block-select-button__anchor{background:rgba(0,0,0,.1);border-radius:2px;display:inline-block;padding:2px 6px;margin:0 8px;max-width:120px;overflow:hidden;text-overflow:ellipsis}.block-editor-block-navigation-leaf.is-selected .block-editor-block-navigation-block-select-button__anchor{background:rgba(0,0,0,.3)}.block-editor-block-navigation-appender__description,.block-editor-block-navigation-block-select-button__description,.block-editor-block-navigation-block-slot__description{display:none}.block-editor-block-navigation-appender__cell .block-editor-block-navigation-appender__container,.block-editor-block-navigation-appender__cell .block-editor-block-navigation-block__contents-container,.block-editor-block-navigation-block__contents-cell .block-editor-block-navigation-appender__container,.block-editor-block-navigation-block__contents-cell .block-editor-block-navigation-block__contents-container{display:flex}.block-editor-block-navigation-leaf[aria-level] .block-editor-block-icon{margin-left:224px}.block-editor-block-navigation-leaf[aria-level="1"] .block-editor-block-icon{margin-left:0}.block-editor-block-navigation-leaf[aria-level="2"] .block-editor-block-icon{margin-left:28px}.block-editor-block-navigation-leaf[aria-level="3"] .block-editor-block-icon{margin-left:56px}.block-editor-block-navigation-leaf[aria-level="4"] .block-editor-block-icon{margin-left:84px}.block-editor-block-navigation-leaf[aria-level="5"] .block-editor-block-icon{margin-left:112px}.block-editor-block-navigation-leaf[aria-level="6"] .block-editor-block-icon{margin-left:140px}.block-editor-block-navigation-leaf[aria-level="7"] .block-editor-block-icon{margin-left:168px}.block-editor-block-navigation-leaf[aria-level="8"] .block-editor-block-icon{margin-left:196px}.block-editor-block-navigation-leaf[aria-level="9"] .block-editor-block-icon{margin-left:224px}.block-editor-block-parent-selector{background:#fff;border-radius:2px}.block-editor-block-parent-selector .block-editor-block-parent-selector__button{width:48px;height:48px;border:1px solid #1e1e1e;border-radius:2px}.block-editor-block-patterns-list__list-item{cursor:pointer;margin-top:16px}.block-editor-block-patterns-list__list-item.is-placeholder{min-height:100px}.block-editor-block-patterns-list__list-item[draggable=true] .block-editor-block-preview__container{cursor:grab}.block-editor-block-patterns-list__item{height:100%;border-radius:2px;transition:all .05s ease-in-out;position:relative;border:1px solid transparent}.block-editor-block-patterns-list__item:hover{border:1px solid var(--wp-admin-theme-color)}.block-editor-block-patterns-list__item:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid transparent}.block-editor-block-patterns-list__item-title{padding:4px;font-size:12px;text-align:center}.block-editor-block-preview__container{position:relative;width:100%;overflow:hidden}.block-editor-block-preview__container.editor-styles-wrapper{padding:0;margin:0}.block-editor-block-preview__container .block-editor-block-preview__content{position:absolute;top:0;left:0;transform-origin:top left;text-align:initial;margin:0;overflow:visible;min-height:auto}.block-editor-block-preview__container .block-editor-block-preview__content .block-editor-block-drop-zone,.block-editor-block-preview__container .block-editor-block-preview__content .block-editor-block-list__insertion-point,.block-editor-block-preview__container .block-editor-block-preview__content .block-list-appender,.block-editor-block-preview__container .block-editor-block-preview__content .reusable-block-indicator{display:none}.block-editor-block-preview__container .block-editor-block-preview__content .block-editor-block-list__layout.is-root-container{padding-left:0;padding-right:0}.block-editor-block-preview__container .block-editor-block-preview__content .block-editor-block-list__layout.is-root-container>.wp-block[data-align=full]{margin-left:0;margin-right:0}.block-editor-block-settings-menu__popover .components-dropdown-menu__menu{padding:0}.block-editor-block-styles{display:flex;flex-wrap:wrap;justify-content:space-between}.block-editor-block-styles__item{width:calc(50% - 4px);margin:4px 0;flex-shrink:0;cursor:pointer;overflow:hidden;border-radius:2px;padding:6px;display:flex;flex-direction:column}.block-editor-block-styles__item:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid transparent}.block-editor-block-styles__item:hover .block-editor-block-styles__item-preview{border-color:var(--wp-admin-theme-color)}.block-editor-block-styles__item.is-active .block-editor-block-styles__item-label{font-weight:700}.block-editor-block-styles__item.is-active .block-editor-block-styles__item-preview{margin:0;border:2px solid #1e1e1e}.block-editor-block-styles__item .block-editor-block-preview__container{cursor:inherit}.block-editor-block-styles__item-preview{outline:1px solid transparent;padding:0;margin:2px;border-radius:2px;display:flex;overflow:hidden;background:#fff;align-items:center;flex-grow:1;min-height:80px;max-height:160px}.block-editor-block-switcher__styles__menugroup{position:relative}.block-editor-block-styles__item-label{text-align:center;padding:4px 0}.block-editor-block-switcher,.block-editor-block-switcher__no-switcher-icon,.block-editor-block-switcher__toggle{position:relative}.components-button.block-editor-block-switcher__no-switcher-icon,.components-button.block-editor-block-switcher__toggle{margin:0;display:block;height:48px}.components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon,.components-button.block-editor-block-switcher__toggle .block-editor-block-icon{margin:auto}.block-editor-block-switcher__toggle-text{margin-left:8px}.show-icon-labels .block-editor-block-switcher__toggle-text{display:none}.show-icon-labels .block-editor-block-toolbar .block-editor-block-switcher .components-button.has-icon:after{font-size:14px}.block-editor-block-switcher__popover{margin-left:6px}.components-button.block-editor-block-switcher__no-switcher-icon{width:48px}.components-button.block-editor-block-switcher__no-switcher-icon .block-editor-blocks-icon{margin-right:auto;margin-left:auto}.components-button.block-editor-block-switcher__no-switcher-icon:disabled{opacity:1}.components-button.block-editor-block-switcher__no-switcher-icon:disabled,.components-button.block-editor-block-switcher__no-switcher-icon:disabled .block-editor-block-icon.has-colors{color:#1e1e1e}.block-editor-block-toolbar .components-toolbar-group .components-button.block-editor-block-switcher__no-switcher-icon.has-icon.has-icon .block-editor-block-icon,.block-editor-block-toolbar .components-toolbar-group .components-button.block-editor-block-switcher__toggle.has-icon.has-icon .block-editor-block-icon,.block-editor-block-toolbar .components-toolbar .components-button.block-editor-block-switcher__no-switcher-icon.has-icon.has-icon .block-editor-block-icon,.block-editor-block-toolbar .components-toolbar .components-button.block-editor-block-switcher__toggle.has-icon.has-icon .block-editor-block-icon{height:100%;position:relative;margin:0 auto;display:flex;align-items:center;min-width:100%}.block-editor-block-toolbar .components-toolbar-group .components-button.block-editor-block-switcher__no-switcher-icon.has-icon.has-icon:before,.block-editor-block-toolbar .components-toolbar-group .components-button.block-editor-block-switcher__toggle.has-icon.has-icon:before,.block-editor-block-toolbar .components-toolbar .components-button.block-editor-block-switcher__no-switcher-icon.has-icon.has-icon:before,.block-editor-block-toolbar .components-toolbar .components-button.block-editor-block-switcher__toggle.has-icon.has-icon:before{top:8px;right:8px;bottom:8px;left:8px}.components-popover.block-editor-block-switcher__popover .components-popover__content{min-width:300px}.components-popover.block-editor-block-switcher__popover .components-popover__content>div{min-width:auto;display:flex;background:#fff;padding:0}.components-popover.block-editor-block-switcher__popover .components-popover__content>div .components-menu-group{margin:0}.block-editor-block-switcher__popover .components-popover__content .block-editor-block-styles{margin:0 -3px}.block-editor-block-switcher__popover .components-popover__content .components-panel__body{border:0;position:relative;z-index:1}.block-editor-block-switcher__popover .components-popover__content .components-panel__body+.components-panel__body{border-top:1px solid #e0e0e0}.block-editor-block-switcher__popover__preview__parent .block-editor-block-switcher__popover__preview__container{position:absolute;top:-12px;left:calc(100% + 32px)}.block-editor-block-switcher__preview__popover{display:none}.block-editor-block-switcher__preview__popover.components-popover{margin-left:4px;margin-top:11px}@media (min-width:782px){.block-editor-block-switcher__preview__popover{display:block}}.block-editor-block-switcher__preview__popover .components-popover__content{box-shadow:none;border:1px solid #1e1e1e;background:#fff;border-radius:2px}.block-editor-block-switcher__preview__popover .block-editor-block-switcher__preview{width:300px;height:auto;max-height:500px;padding:16px}.block-editor-block-switcher__preview-title{margin-bottom:12px;color:#757575;text-transform:uppercase;font-size:11px;font-weight:500}.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon{width:48px}.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle{height:48px}.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-switcher__transform,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-icon,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform{width:48px;height:48px}.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-switcher__transform,.block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform{padding:12px}.block-editor-block-switcher__preview-patterns-container{padding-bottom:16px}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item{margin-top:16px}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-preview__container{cursor:pointer}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item{height:100%;border-radius:2px;transition:all .05s ease-in-out;position:relative;border:1px solid transparent}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:focus,.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:hover{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid transparent}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:hover{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) #1e1e1e}.block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item .block-editor-block-switcher__preview-patterns-container-list__item-title{padding:4px;font-size:12px;text-align:center;cursor:pointer}.block-editor-block-types-list>[role=presentation]{padding:4px;margin-left:-4px;margin-right:-4px;overflow:hidden;display:flex;flex-wrap:wrap}.block-editor-block-variation-picker .components-placeholder__instructions{margin-bottom:0}.block-editor-block-variation-picker .components-placeholder__fieldset{flex-direction:column}.block-editor-block-variation-picker.has-many-variations .components-placeholder__fieldset{max-width:90%}.block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations{display:flex;justify-content:flex-start;flex-direction:row;flex-wrap:wrap;width:100%;margin:16px 0;padding:0;list-style:none}.block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations>li{list-style:none;margin:8px 20px 0 0;flex-shrink:1;width:75px;text-align:center}.block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations>li button{display:inline-flex;margin-right:0}.block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations .block-editor-block-variation-picker__variation{padding:8px}.block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations .block-editor-block-variation-picker__variation-label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;display:block;line-height:1.4}.block-editor-block-variation-picker__variation{width:100%}.block-editor-block-variation-picker__variation.components-button.has-icon{justify-content:center;width:auto}.block-editor-block-variation-picker__variation.components-button.has-icon.is-secondary{background-color:#fff}.block-editor-block-variation-picker__variation.components-button{height:auto;padding:0}.block-editor-block-variation-picker__variation:before{content:"";padding-bottom:100%}.block-editor-block-variation-picker__variation:first-child{margin-left:0}.block-editor-block-variation-picker__variation:last-child{margin-right:0}.block-editor-block-pattern-setup{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;outline:1px solid transparent}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__toolbar{justify-content:center}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;padding:16px;max-height:550px;overflow:auto;margin:0 1px 1px;width:calc(100% - 2px);background:#fff}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-preview__container,.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container div[role=button]{cursor:pointer}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item-title{padding:4px;font-size:12px;text-align:center}.block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-preview__container{border-radius:2px;border:1px solid #ddd}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar{box-sizing:border-box;position:relative;padding:16px;width:100%;text-align:left;margin:0;color:#1e1e1e;border-radius:2px 2px 0 0;background-color:#fff;box-shadow:inset 0 0 0 1px #1e1e1e;outline:1px solid transparent;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__display-controls{display:flex}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__actions,.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__navigation{width:calc(50% - 36px);display:flex}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__actions{justify-content:flex-end}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container{display:flex;flex-direction:column;width:100%;box-sizing:border-box}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container{overflow:hidden;position:relative;padding:0;margin:0;list-style:none;transform-style:preserve-3d}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container *{box-sizing:border-box}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide{opacity:0;position:absolute;top:0;width:100%;margin:auto;padding:16px;transition:transform .5s,opacity .5s,z-index .5s;z-index:100}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.active-slide{opacity:1;position:relative;z-index:102}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.previous-slide{transform:translateX(-100%);z-index:101}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.next-slide{transform:translateX(100%);z-index:101}.block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .block-list-appender{display:none}.block-editor-block-variation-transforms{padding:0 16px 16px 56px;width:100%}.block-editor-block-variation-transforms .components-dropdown-menu__toggle{border:1px solid #757575;border-radius:2px;min-height:30px;width:100%;position:relative;text-align:left;justify-content:left;padding:6px 12px}.block-editor-block-variation-transforms .components-dropdown-menu__toggle.components-dropdown-menu__toggle{padding-right:24px}.block-editor-block-variation-transforms .components-dropdown-menu__toggle:focus:not(:disabled){border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 calc(var(--wp-admin-border-width-focus) - 1px) var(--wp-admin-theme-color)}.block-editor-block-variation-transforms .components-dropdown-menu__toggle svg{height:100%;padding:0;position:absolute;right:0;top:0}.block-editor-block-variation-transforms__popover .components-popover__content{min-width:230px}.components-border-style-control__select{margin-bottom:24px}.components-border-style-control__select button{width:100%}.components-border-style-control__select ul li,.components-border-style-control__select ul li:last-child{margin:6px}.block-editor-button-block-appender{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px;width:100%;height:auto;color:#1e1e1e;box-shadow:inset 0 0 0 1px #1e1e1e}.is-dark-theme .block-editor-button-block-appender{color:hsla(0,0%,100%,.65);box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.65)}.block-editor-button-block-appender:hover{color:var(--wp-admin-theme-color);box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color)}.block-editor-button-block-appender:focus{box-shadow:inset 0 0 0 2px var(--wp-admin-theme-color)}.block-editor-button-block-appender:active{color:#000}.block-editor-button-block-appender.block-list-appender__toggle{display:flex;flex-direction:row;box-shadow:none;height:24px;width:24px}.block-editor-button-block-appender.block-list-appender__toggle>svg{width:24px;background-color:#1e1e1e;color:#fff;border-radius:2px;flex:1 0 auto}.block-editor-color-gradient-control .block-editor-color-gradient-control__color-indicator{margin-bottom:12px}.block-editor-color-gradient-control .block-editor-color-gradient-control__button-tabs{display:block;margin-bottom:12px}.block-editor-panel-color-gradient-settings .component-color-indicator{vertical-align:text-bottom}.block-editor-panel-color-gradient-settings__panel-title .component-color-indicator{display:inline-block}.block-editor-panel-color-gradient-settings.is-opened .block-editor-panel-color-gradient-settings__panel-title .component-color-indicator{display:none}@media screen and (min-width:782px){.block-editor-panel-color-gradient-settings .components-circular-option-picker__swatches{margin-right:0}.block-editor-panel-color-gradient-settings .components-circular-option-picker__option-wrapper{margin-right:calc(20% - 33.6px)}.block-editor-panel-color-gradient-settings .components-circular-option-picker__option-wrapper:nth-child(6n+6){margin-right:0}}.block-editor-contrast-checker>.components-notice{margin:0}.block-editor-default-block-appender{clear:both;margin-left:auto;margin-right:auto;position:relative}.block-editor-default-block-appender[data-root-client-id=""] .block-editor-default-block-appender__content:hover{outline:1px solid transparent}.block-editor-default-block-appender .block-editor-default-block-appender__content{opacity:.62}.block-editor-default-block-appender .components-drop-zone__content-icon{display:none}.block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter,.block-editor-default-block-appender .block-editor-inserter{position:absolute;top:0;height:32px}.block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle,.block-editor-default-block-appender .block-editor-inserter .block-editor-inserter__toggle{margin-right:0}.block-editor-block-list__empty-block-inserter,.block-editor-default-block-appender .block-editor-inserter{right:8px}@media (min-width:600px){.block-editor-block-list__empty-block-inserter,.block-editor-default-block-appender .block-editor-inserter{display:flex;height:100%}}.block-editor-block-list__empty-block-inserter:disabled,.block-editor-default-block-appender .block-editor-inserter:disabled{display:none}.block-editor-duotone-control__popover .components-popover__content{border:1px solid #1e1e1e;min-width:214px}.block-editor-duotone-control__popover .components-circular-option-picker{padding:12px}.block-editor-duotone-control__popover .components-menu-group__label{padding:12px 12px 0;width:100%;box-sizing:border-box}.block-editor-duotone-control__popover>.components-popover__content{width:334px}.block-editor-duotone-control__popover:not([data-y-axis=middle][data-x-axis=right])>.components-popover__content{margin-left:-14px}.components-font-appearance-control__select{margin-bottom:24px}.components-font-appearance-control__select ul li{color:#1e1e1e;text-transform:capitalize}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.block-editor-link-control{position:relative;min-width:360px}.components-popover__content .block-editor-link-control{min-width:auto;width:90vw;max-width:360px}.block-editor-link-control__search-input-wrapper{position:relative}.block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;box-shadow:0 0 0 transparent;transition:box-shadow .1s linear;font-size:16px;line-height:normal;width:calc(100% - 32px);display:block;padding:11px 36px 11px 16px;margin:16px;position:relative;border:1px solid #ddd;border-radius:2px}@media (prefers-reduced-motion:reduce){.block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]{transition-duration:0s;transition-delay:0s}}@media (min-width:600px){.block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]{font-size:13px;line-height:normal}}.block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]::-moz-placeholder{opacity:1;color:rgba(30,30,30,.62)}.block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]:-ms-input-placeholder{color:rgba(30,30,30,.62)}.block-editor-link-control .block-editor-link-control__search-input .components-base-control__field{margin-bottom:0}.block-editor-link-control__search-error{margin:-8px 16px 16px}.block-editor-link-control__search-actions{position:absolute;top:19px;right:19px}.components-button .block-editor-link-control__search-submit .has-icon{margin:-1px}.block-editor-link-control__search-results-wrapper{position:relative;margin-top:-15px}.block-editor-link-control__search-results-wrapper:after,.block-editor-link-control__search-results-wrapper:before{content:"";position:absolute;left:-1px;right:16px;display:block;pointer-events:none;z-index:100}.block-editor-link-control__search-results-wrapper:before{height:8px;top:0;bottom:auto}.block-editor-link-control__search-results-wrapper:after{height:16px;bottom:0;top:auto}.block-editor-link-control__search-results-label{padding:16px 32px 0;display:block;font-weight:600}.block-editor-link-control__search-results{margin:0;padding:8px 16px;max-height:200px;overflow-y:auto}.block-editor-link-control__search-results.is-loading{opacity:.2}.block-editor-link-control__search-item{position:relative;display:flex;align-items:center;font-size:13px;cursor:pointer;background:#fff;width:100%;border:none;text-align:left;padding:12px 16px;border-radius:5px;height:auto}.block-editor-link-control__search-item:focus,.block-editor-link-control__search-item:hover{background-color:#ddd}.block-editor-link-control__search-item:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color) inset}.block-editor-link-control__search-item.is-selected{background:#f0f0f0}.block-editor-link-control__search-item.is-selected .block-editor-link-control__search-item-type{background:#fff}.block-editor-link-control__search-item.is-current{background:transparent;border:0;width:100%;cursor:default;padding:16px 16px 16px 24px}.block-editor-link-control__search-item .block-editor-link-control__search-item-header{display:block;margin-right:8px;overflow:hidden;white-space:nowrap}.block-editor-link-control__search-item .block-editor-link-control__search-item-icon{margin-right:1em;min-width:24px}.block-editor-link-control__search-item .block-editor-link-control__search-item-info,.block-editor-link-control__search-item .block-editor-link-control__search-item-title{overflow:hidden;text-overflow:ellipsis;padding-right:24px}.block-editor-link-control__search-item .block-editor-link-control__search-item-info .components-external-link__icon,.block-editor-link-control__search-item .block-editor-link-control__search-item-title .components-external-link__icon{position:absolute;right:0;margin-top:0}.block-editor-link-control__search-item .block-editor-link-control__search-item-title{display:block;margin-bottom:.2em;font-weight:500;position:relative}.block-editor-link-control__search-item .block-editor-link-control__search-item-title mark{font-weight:700;color:#000;background-color:transparent}.block-editor-link-control__search-item .block-editor-link-control__search-item-title span{font-weight:400}.block-editor-link-control__search-item .block-editor-link-control__search-item-info{display:block;color:#757575;font-size:.9em;line-height:1.3}.block-editor-link-control__search-item .block-editor-link-control__search-item-type{display:block;padding:3px 8px;margin-left:auto;font-size:.9em;background-color:#f0f0f0;border-radius:2px}.block-editor-link-control__loading{margin:16px;display:flex;align-items:center}.block-editor-link-control__loading .components-spinner{margin-top:0}.components-button+.block-editor-link-control__search-create{overflow:visible;padding:12px 16px}.components-button+.block-editor-link-control__search-create:before{content:"";position:absolute;top:-10px;left:0;display:block;width:100%}.block-editor-link-control__search-results div[role=menu]>.block-editor-link-control__search-item.block-editor-link-control__search-item{padding:10px}.block-editor-link-control__settings{border-top:1px solid #ddd;margin:0;padding:16px 24px}.block-editor-link-control__settings :last-child{margin-bottom:0}.is-alternate .block-editor-link-control__settings{border-top:1px solid #1e1e1e}.block-editor-link-control__setting{margin-bottom:16px}.block-editor-link-control__setting :last-child{margin-bottom:0}.block-editor-link-control .block-editor-link-control__search-input .components-spinner{display:block}.block-editor-link-control .block-editor-link-control__search-input .components-spinner.components-spinner{position:absolute;left:auto;bottom:auto;top:28px;right:62px}.block-editor-link-control__search-item-action{margin-left:auto;flex-shrink:0}.block-editor-line-height-control{margin-bottom:24px}.block-editor-line-height-control input{display:block;max-width:60px}.block-editor-image-size-control{margin-bottom:1em}.block-editor-image-size-control .block-editor-image-size-control__row{display:flex;justify-content:space-between}.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__height,.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__width{margin-bottom:.5em}.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__height input,.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__width input{line-height:1.25}.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__width{margin-right:5px}.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__height{margin-left:5px}.block-editor-block-list__layout.has-overlay:after{content:"";position:absolute;top:-14px;right:-14px;bottom:-14px;left:-14px;z-index:60}[data-align=full] .has-overlay:after{right:0;left:0}.block-editor-block-types-list__list-item{display:block;width:33.33%;padding:0;margin:0}.components-button.block-editor-block-types-list__item{display:flex;flex-direction:column;width:100%;font-size:13px;color:#1e1e1e;padding:8px;align-items:stretch;justify-content:center;cursor:pointer;background:transparent;word-break:break-word;border-radius:2px;border:1px solid transparent;transition:all .05s ease-in-out;position:relative;height:auto}@media (prefers-reduced-motion:reduce){.components-button.block-editor-block-types-list__item{transition-duration:0s;transition-delay:0s}}.components-button.block-editor-block-types-list__item:disabled{opacity:.6;cursor:default}.components-button.block-editor-block-types-list__item:not(:disabled):hover{border-color:var(--wp-admin-theme-color);color:var(--wp-admin-theme-color)!important}.components-button.block-editor-block-types-list__item:not(:disabled).is-active{color:#fff;background:#1e1e1e;outline:2px solid transparent;outline-offset:-2px}.block-editor-block-types-list__item-icon{padding:12px 20px;border-radius:2px;color:#1e1e1e;transition:all .05s ease-in-out}@media (prefers-reduced-motion:reduce){.block-editor-block-types-list__item-icon{transition-duration:0s;transition-delay:0s}}.block-editor-block-types-list__item-icon .block-editor-block-icon{margin-left:auto;margin-right:auto}.block-editor-block-types-list__item-icon svg{transition:all .15s ease-out}@media (prefers-reduced-motion:reduce){.block-editor-block-types-list__item-icon svg{transition-duration:0s;transition-delay:0s}}.block-editor-block-types-list__list-item[draggable=true] .block-editor-block-types-list__item-icon{cursor:grab}.block-editor-block-types-list__item-title{padding:4px 2px 8px;font-size:12px}.modal-open .block-editor-media-replace-flow__options{display:none}.block-editor-media-replace-flow__options .components-popover__content>div{padding-top:16px}.block-editor-media-replace-flow__indicator{margin-left:4px}.block-editor-media-flow__url-input{border-top:1px solid #1e1e1e;margin-top:12px;margin-right:-12px;margin-left:-12px;padding:12px 24px 0}.block-editor-media-flow__url-input .block-editor-media-replace-flow__image-url-label{top:16px}.block-editor-media-flow__url-input .block-editor-link-control{margin-top:-16px;width:auto}.block-editor-media-flow__url-input .block-editor-link-control .components-base-control .components-base-control__field{margin-bottom:0}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-item-title{max-width:180px;margin-top:16px}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-item.is-current{width:auto;padding:0}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]{margin:16px 0 0;width:100%}.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-actions{right:4px}.block-editor-media-flow__error{padding:0 20px 20px;max-width:255px}.block-editor-media-flow__error .components-with-notices-ui{max-width:255px}.block-editor-media-flow__error .components-with-notices-ui .components-notice__content{overflow:hidden;word-wrap:break-word}.block-editor-media-flow__error .components-with-notices-ui .components-notice__dismiss{position:absolute;right:10px}.block-editor-media-placeholder__url-input-container .block-editor-media-placeholder__button{margin-bottom:0}.block-editor-media-placeholder__url-input-form{display:flex}.block-editor-media-placeholder__url-input-form input[type=url].block-editor-media-placeholder__url-input-field{width:100%;flex-grow:1;border:none;border-radius:0;margin:2px}@media (min-width:600px){.block-editor-media-placeholder__url-input-form input[type=url].block-editor-media-placeholder__url-input-field{width:300px}}.block-editor-media-placeholder__url-input-submit-button{flex-shrink:1}.block-editor-media-placeholder__button{margin-bottom:.5rem}.block-editor-media-placeholder__cancel-button.is-link{margin:1em;display:block}.block-editor-media-placeholder.is-appender{min-height:0}.block-editor-media-placeholder.is-appender:hover{cursor:pointer;box-shadow:0 0 0 1px var(--wp-admin-theme-color)}.block-editor-multi-selection-inspector__card{display:flex;align-items:flex-start;padding:16px}.block-editor-multi-selection-inspector__card-content{flex-grow:1}.block-editor-multi-selection-inspector__card-title{font-weight:500;margin-bottom:5px}.block-editor-multi-selection-inspector__card-description{font-size:13px}.block-editor-multi-selection-inspector__card .block-editor-block-icon{margin-left:-2px;margin-right:10px;padding:0 3px;width:36px;height:24px}.block-editor-plain-text{box-shadow:none;font-family:inherit;font-size:inherit;color:inherit;line-height:inherit;border:none;padding:0;margin:0;width:100%}.block-editor-responsive-block-control{margin-bottom:28px;border-bottom:1px solid #ccc;padding-bottom:14px}.block-editor-responsive-block-control:last-child{padding-bottom:0;border-bottom:0}.block-editor-responsive-block-control__title{margin:0 0 .6em -3px}.block-editor-responsive-block-control__label{font-weight:600;margin-bottom:.6em;margin-left:-3px}.block-editor-responsive-block-control__inner{margin-left:-1px}.block-editor-responsive-block-control__toggle{margin-left:1px}.block-editor-responsive-block-control .components-base-control__help{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.block-editor-rich-text__editable>p:first-child{margin-top:0}.block-editor-rich-text__editable [data-rich-text-placeholder]{pointer-events:none}.block-editor-rich-text__editable [data-rich-text-placeholder]:after{content:attr(data-rich-text-placeholder);opacity:.62}.block-editor-rich-text__editable:focus{outline:none}.block-editor-rich-text__editable:focus [data-rich-text-format-boundary]{border-radius:2px}figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]:before{opacity:.8}.components-popover.block-editor-rich-text__inline-format-toolbar{z-index:99998}.components-popover.block-editor-rich-text__inline-format-toolbar .components-popover__content{width:auto;min-width:auto;margin-bottom:8px;box-shadow:none;border:1px solid #1e1e1e;border-radius:2px;background-color:#fff}.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar,.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar-group{border:none}.components-popover.block-editor-rich-text__inline-format-toolbar .components-dropdown-menu__toggle,.components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar__control{min-width:48px;min-height:48px;padding-left:12px;padding-right:12px}.block-editor-rich-text__inline-format-toolbar-group .components-dropdown-menu__toggle{justify-content:center}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon{width:auto}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon svg{display:none}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon:after{content:attr(aria-label)}[data-rich-text-script]{display:inline}[data-rich-text-script]:before{content:"</>";background:#ff0}.block-editor-skip-to-selected-block{position:absolute;top:-9999em}.block-editor-skip-to-selected-block:focus{height:auto;width:auto;display:block;font-size:14px;font-weight:600;padding:15px 23px 14px;background:#f1f1f1;color:var(--wp-admin-theme-color);line-height:normal;box-shadow:0 0 2px 2px rgba(0,0,0,.6);text-decoration:none;outline:none;z-index:100000}.block-editor-text-decoration-and-transform{display:flex}.block-editor-text-transform-control{flex:0 0 50%}.block-editor-text-transform-control legend{margin-bottom:8px}.block-editor-text-transform-control .block-editor-text-transform-control__buttons{display:inline-flex;margin-bottom:24px}.block-editor-text-transform-control .block-editor-text-transform-control__buttons .components-button.has-icon{min-width:24px;padding:0;margin-right:4px}.block-editor-text-decoration-control{flex:0 0 50%}.block-editor-text-decoration-control legend{margin-bottom:8px}.block-editor-text-decoration-control .block-editor-text-decoration-control__buttons{display:inline-flex;margin-bottom:24px}.block-editor-text-decoration-control .block-editor-text-decoration-control__buttons .components-button.has-icon{min-width:24px;padding:0;margin-right:4px}.block-editor-tool-selector__help{margin:8px -12px -12px;padding:12px 20px;border-top:1px solid #ddd;color:#757575;min-width:280px}.block-editor-block-list__block .block-editor-url-input,.block-editor-url-input,.components-popover .block-editor-url-input{flex-grow:1;position:relative;padding:1px}.block-editor-block-list__block .block-editor-url-input input[type=text],.block-editor-url-input input[type=text],.components-popover .block-editor-url-input input[type=text]{width:100%;padding:8px 8px 8px 12px;border:none;border-radius:0;margin-left:0;margin-right:0;font-size:16px}@media (min-width:600px){.block-editor-block-list__block .block-editor-url-input input[type=text],.block-editor-url-input input[type=text],.components-popover .block-editor-url-input input[type=text]{width:300px;font-size:13px}}.block-editor-block-list__block .block-editor-url-input input[type=text]::-ms-clear,.block-editor-url-input input[type=text]::-ms-clear,.components-popover .block-editor-url-input input[type=text]::-ms-clear{display:none}.block-editor-block-list__block .block-editor-url-input.is-full-width,.block-editor-block-list__block .block-editor-url-input.is-full-width .block-editor-url-input__input[type=text],.block-editor-block-list__block .block-editor-url-input.is-full-width__suggestions,.block-editor-url-input.is-full-width,.block-editor-url-input.is-full-width .block-editor-url-input__input[type=text],.block-editor-url-input.is-full-width__suggestions,.components-popover .block-editor-url-input.is-full-width,.components-popover .block-editor-url-input.is-full-width .block-editor-url-input__input[type=text],.components-popover .block-editor-url-input.is-full-width__suggestions{width:100%}.block-editor-block-list__block .block-editor-url-input .components-spinner,.block-editor-url-input .components-spinner,.components-popover .block-editor-url-input .components-spinner{position:absolute;right:8px 8px 8px 12px;bottom:8px 8px 8px 12px8px1;margin:0}.block-editor-url-input__input[type=text]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;padding:6px 8px;box-shadow:0 0 0 transparent;transition:box-shadow .1s linear;border-radius:2px;border:1px solid #757575;font-size:16px;line-height:normal}@media (prefers-reduced-motion:reduce){.block-editor-url-input__input[type=text]{transition-duration:0s;transition-delay:0s}}@media (min-width:600px){.block-editor-url-input__input[type=text]{font-size:13px;line-height:normal}}.block-editor-url-input__input[type=text]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.block-editor-url-input__input[type=text]::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.block-editor-url-input__input[type=text]::-moz-placeholder{opacity:1;color:rgba(30,30,30,.62)}.block-editor-url-input__input[type=text]:-ms-input-placeholder{color:rgba(30,30,30,.62)}.block-editor-url-input__suggestions{max-height:200px;transition:all .15s ease-in-out;padding:4px 0;width:302px;overflow-y:auto}@media (prefers-reduced-motion:reduce){.block-editor-url-input__suggestions{transition-duration:0s;transition-delay:0s}}.block-editor-url-input .components-spinner,.block-editor-url-input__suggestions{display:none}@media (min-width:600px){.block-editor-url-input .components-spinner,.block-editor-url-input__suggestions{display:inherit}}.block-editor-url-input__suggestion{padding:4px 8px 8px;color:#757575;display:block;font-size:13px;cursor:pointer;background:#fff;width:100%;border:none;text-align:left;box-shadow:none}.block-editor-url-input__suggestion:hover{background:#ddd}.block-editor-url-input__suggestion.is-selected,.block-editor-url-input__suggestion:focus{background:var(--wp-admin-theme-color-darker-20);color:#fff;outline:none}.components-toolbar-group>.block-editor-url-input__button,.components-toolbar>.block-editor-url-input__button{position:inherit}.block-editor-url-input__button .block-editor-url-input__back{margin-right:4px;overflow:visible}.block-editor-url-input__button .block-editor-url-input__back:after{content:"";position:absolute;display:block;width:1px;height:24px;right:-1px;background:#ddd}.block-editor-url-input__button-modal{box-shadow:0 2px 6px rgba(0,0,0,.05);border:1px solid #ddd;background:#fff}.block-editor-url-input__button-modal-line{display:flex;flex-direction:row;flex-grow:1;flex-shrink:1;min-width:0;align-items:flex-start}.block-editor-url-input__button-modal-line .components-button{flex-shrink:0;width:36px;height:36px}.block-editor-url-popover__additional-controls{border-top:1px solid #ddd}.block-editor-url-popover__additional-controls>div[role=menu] .components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary)>svg{box-shadow:none}.block-editor-url-popover__additional-controls div[role=menu]>.components-button{padding-left:12px}.block-editor-url-popover__row{display:flex}.block-editor-url-popover__row>:not(.block-editor-url-popover__settings-toggle){flex-grow:1}.block-editor-url-popover .components-button.has-icon{padding:3px}.block-editor-url-popover .components-button.has-icon>svg{padding:5px;border-radius:2px;height:30px;width:30px}.block-editor-url-popover .components-button.has-icon:not(:disabled):focus{box-shadow:none}.block-editor-url-popover .components-button.has-icon:not(:disabled):focus>svg{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color),inset 0 0 0 4px #fff;outline:2px solid transparent}.block-editor-url-popover__settings-toggle{flex-shrink:0;border-radius:0;border-left:1px solid #ddd;margin-left:1px}.block-editor-url-popover__settings-toggle[aria-expanded=true] .dashicon{transform:rotate(180deg)}.block-editor-url-popover__input-container .components-base-control:last-child,.block-editor-url-popover__input-container .components-base-control:last-child .components-base-control__field{margin-bottom:0}.block-editor-url-popover__settings{display:block;padding:16px;border-top:1px solid #ddd}.block-editor-url-popover__link-editor,.block-editor-url-popover__link-viewer{display:flex}.block-editor-url-popover__link-editor .block-editor-url-input .components-base-control__field,.block-editor-url-popover__link-viewer .block-editor-url-input .components-base-control__field{margin-bottom:0}.block-editor-url-popover__link-editor .block-editor-url-input .components-spinner,.block-editor-url-popover__link-viewer .block-editor-url-input .components-spinner{bottom:8px 8px 8px 12px1}.block-editor-url-popover__link-viewer-url{margin:7px;flex-grow:1;flex-shrink:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:150px;max-width:500px}.block-editor-url-popover__link-viewer-url.has-invalid-link{color:#cc1818}.block-editor-warning{align-items:center;display:flex;flex-wrap:wrap;padding:1em;border:1px solid #1e1e1e;border-radius:2px;background-color:#fff}.block-editor-warning,.block-editor-warning .block-editor-warning__message{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.block-editor-warning .block-editor-warning__message{line-height:1.4;font-size:13px;color:#1e1e1e;margin:0}.block-editor-warning p.block-editor-warning__message.block-editor-warning__message{min-height:auto}.block-editor-warning .block-editor-warning__contents{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;align-items:baseline;width:100%}.block-editor-warning .block-editor-warning__actions{display:flex;margin-top:1em}.block-editor-warning .block-editor-warning__action{margin:0 8px 0 0}.block-editor-warning__secondary{margin:auto 0 auto 8px}.components-popover.block-editor-warning__dropdown{z-index:99998}.html-anchor-control .components-external-link{display:block;margin-top:8px}.block-editor-hooks__layout-controls{display:flex;margin-bottom:16px}.block-editor-hooks__layout-controls .block-editor-hooks__layout-controls-unit{display:flex;margin-right:24px}.block-editor-hooks__layout-controls .block-editor-hooks__layout-controls-unit svg{margin:auto 0 4px 8px}.block-editor-hooks__layout-controls-reset{display:flex;justify-content:flex-end;margin-bottom:24px}.block-editor-hooks__layout-controls-helptext{font-size:12px}#end-resizable-editor-section{display:none}.block-editor-block-toolbar{display:flex;flex-grow:1;width:100%;overflow:auto;position:relative;transition:border-color .1s linear,box-shadow .1s linear}@media (prefers-reduced-motion:reduce){.block-editor-block-toolbar{transition-duration:0s;transition-delay:0s}}@media (min-width:600px){.block-editor-block-toolbar{overflow:inherit}}.block-editor-block-toolbar .components-toolbar,.block-editor-block-toolbar .components-toolbar-group{background:none;line-height:0;margin-top:-1px;margin-bottom:-1px;border:0;border-right:1px solid #ddd}.block-editor-block-toolbar>:last-child,.block-editor-block-toolbar>:last-child .components-toolbar,.block-editor-block-toolbar>:last-child .components-toolbar-group{border-right:none}.block-editor-block-contextual-toolbar.has-parent:not(.is-fixed){margin-left:56px}.show-icon-labels .block-editor-block-contextual-toolbar.has-parent:not(.is-fixed){margin-left:0}.block-editor-block-parent-selector{position:absolute;top:-1px;left:-57px}.show-icon-labels .block-editor-block-parent-selector{position:relative;left:auto;top:auto;margin-top:-1px;margin-left:-1px;margin-bottom:-1px}.block-editor-block-toolbar__block-controls{height:auto!important;padding:0!important;margin-left:-1px}.block-editor-block-toolbar__block-controls .block-editor-block-switcher .components-dropdown-menu__toggle .block-editor-block-icon,.block-editor-block-toolbar__block-controls .block-editor-block-switcher__no-switcher-icon .block-editor-block-icon{width:24px!important;margin:0!important}.block-editor-block-toolbar__block-controls .block-editor-block-switcher .components-dropdown-menu__toggle:focus:before,.block-editor-block-toolbar__block-controls .block-editor-block-switcher__no-switcher-icon:focus:before{right:4px!important}.block-editor-block-toolbar__block-controls .block-editor-block-mover{margin-left:-6px}.block-editor-block-toolbar .components-toolbar,.block-editor-block-toolbar .components-toolbar-group,.block-editor-rich-text__inline-format-toolbar-group .components-toolbar,.block-editor-rich-text__inline-format-toolbar-group .components-toolbar-group{display:flex;flex-wrap:nowrap}.block-editor-block-toolbar__slot{display:inline-block;line-height:0}@supports (position:sticky){.block-editor-block-toolbar__slot{display:inline-flex}}.show-icon-labels .block-editor-block-toolbar .components-button.has-icon{width:auto}.show-icon-labels .block-editor-block-toolbar .components-button.has-icon svg{display:none}.show-icon-labels .block-editor-block-toolbar .components-button.has-icon:after{content:attr(aria-label);font-size:12px}.show-icon-labels .components-accessible-toolbar .components-toolbar-group>div:first-child:last-child>.components-button.has-icon{padding-left:6px;padding-right:6px}.show-icon-labels .block-editor-block-switcher{border-right:1px solid #1e1e1e}.show-icon-labels .block-editor-block-switcher .components-dropdown-menu__toggle{margin-left:0}.show-icon-labels .block-editor-block-switcher .components-dropdown-menu__toggle .block-editor-block-icon,.show-icon-labels .block-editor-block-switcher__no-switcher-icon .block-editor-block-icon{width:0!important;height:0!important}.show-icon-labels .block-editor-block-switcher .components-dropdown-menu__toggle:focus:before,.show-icon-labels .block-editor-block-switcher__no-switcher-icon:focus:before{right:4px!important}.show-icon-labels .block-editor-block-parent-selector__button .block-editor-block-icon{width:0}.show-icon-labels .block-editor-block-toolbar__block-controls .block-editor-block-mover{margin-left:0;white-space:nowrap}.show-icon-labels .block-editor-block-mover-button{padding-left:8px!important;padding-right:8px!important}.show-icon-labels .block-editor-block-mover__drag-handle.has-icon{padding-left:6px!important;padding-right:6px!important;border-right:1px solid #1e1e1e}@media (min-width:600px){.show-icon-labels .is-up-button.is-up-button.is-up-button{border-bottom:1px solid #1e1e1e;margin-right:0;border-radius:0}}.show-icon-labels .block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button{width:auto}.show-icon-labels .components-toolbar,.show-icon-labels .components-toolbar-group{flex-shrink:1}.show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button+.components-button{margin-left:6px}.block-editor-inserter{display:inline-block;background:none;border:none;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:0}@media (min-width:782px){.block-editor-inserter{position:relative}}.block-editor-inserter__popover.is-quick .components-popover__content{border:none}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>*{border-left:1px solid #ccc;border-right:1px solid #ccc}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>:first-child{border-top:1px solid #ccc}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>:last-child{border-bottom:1px solid #ccc}.block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>.components-button{border:1px solid #1e1e1e}.block-editor-inserter__popover .block-editor-inserter__menu{margin:-12px}.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__tabs .components-tab-panel__tabs{top:60px}.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__main-area{overflow:visible;height:auto}.block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__preview-container{display:none}.block-editor-inserter__toggle.components-button{display:inline-flex;align-items:center;cursor:pointer;border:none;outline:none;padding:0;transition:color .2s ease}@media (prefers-reduced-motion:reduce){.block-editor-inserter__toggle.components-button{transition-duration:0s;transition-delay:0s}}.block-editor-inserter__menu{height:100%;position:relative;overflow:visible}.block-editor-inserter__main-area{width:auto;overflow-y:auto;height:100%}@media (min-width:782px){.block-editor-inserter__main-area{width:350px}}.block-editor-inserter__inline-elements{margin-top:-1px}.block-editor-inserter__menu.is-bottom:after{border-bottom-color:#fff}.components-popover.block-editor-inserter__popover{z-index:99999}.block-editor-inserter__search{padding:16px;position:sticky;top:0;background:#fff;z-index:1}.block-editor-inserter__search input[type=search].block-editor-inserter__search-input{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;box-shadow:0 0 0 transparent;transition:box-shadow .1s linear;border-radius:2px;line-height:normal;display:block;padding:16px 48px 16px 16px;background:#f0f0f0;border:none;width:100%;height:48px;font-size:16px}@media (prefers-reduced-motion:reduce){.block-editor-inserter__search input[type=search].block-editor-inserter__search-input{transition-duration:0s;transition-delay:0s}}@media (min-width:600px){.block-editor-inserter__search input[type=search].block-editor-inserter__search-input{font-size:13px;line-height:normal}}.block-editor-inserter__search input[type=search].block-editor-inserter__search-input:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.block-editor-inserter__search input[type=search].block-editor-inserter__search-input::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.block-editor-inserter__search input[type=search].block-editor-inserter__search-input::-moz-placeholder{opacity:1;color:rgba(30,30,30,.62)}.block-editor-inserter__search input[type=search].block-editor-inserter__search-input:-ms-input-placeholder{color:rgba(30,30,30,.62)}@media (min-width:600px){.block-editor-inserter__search input[type=search].block-editor-inserter__search-input{font-size:13px}}.block-editor-inserter__search input[type=search].block-editor-inserter__search-input:focus{background:#fff;box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.block-editor-inserter__search input[type=search].block-editor-inserter__search-input::placeholder{color:#757575}.block-editor-inserter__search input[type=search].block-editor-inserter__search-input::-webkit-search-cancel-button,.block-editor-inserter__search input[type=search].block-editor-inserter__search-input::-webkit-search-decoration,.block-editor-inserter__search input[type=search].block-editor-inserter__search-input::-webkit-search-results-button,.block-editor-inserter__search input[type=search].block-editor-inserter__search-input::-webkit-search-results-decoration{-webkit-appearance:none}.block-editor-inserter__search-icon{position:absolute;top:0;right:20px;bottom:0;display:flex;align-items:center}.block-editor-inserter__search-icon>svg{margin:8px}.block-editor-inserter__tabs{display:flex;flex-direction:column;margin-top:-8px}.block-editor-inserter__tabs .components-tab-panel__tabs{position:sticky;top:72px;background:#fff;z-index:1;border-bottom:1px solid #ddd}.block-editor-inserter__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item{flex-grow:1;margin-bottom:-1px}.block-editor-inserter__tabs .components-tab-panel__tab-content{display:flex;flex-grow:1;flex-direction:column;position:relative;z-index:0}.block-editor-inserter__panel-header{display:inline-flex;align-items:center;padding:16px 16px 0}.block-editor-inserter__panel-header-patterns{padding:16px 16px 0}.block-editor-inserter__panel-content{padding:16px}.block-editor-inserter__panel-title,.block-editor-inserter__panel-title button{margin:0 12px 0 0;color:#757575;text-transform:uppercase;font-size:11px;font-weight:500}.block-editor-inserter__panel-dropdown select.components-select-control__input.components-select-control__input.components-select-control__input{line-height:1.2}.block-editor-inserter__panel-dropdown select{border:none}.block-editor-inserter__block-list{flex-grow:1;position:relative}.block-editor-inserter__popover .block-editor-block-types-list{margin:-8px}.block-editor-inserter__reusable-blocks-panel{position:relative;text-align:right}.block-editor-inserter__manage-reusable-blocks{display:inline-block;margin:16px}.block-editor-inserter__no-results{padding:32px;margin-top:64px;text-align:center}.block-editor-inserter__no-results-icon{fill:#949494}.block-editor-inserter__child-blocks{padding:0 16px}.block-editor-inserter__parent-block-header{display:flex;align-items:center}.block-editor-inserter__parent-block-header h2{font-size:13px}.block-editor-inserter__parent-block-header .block-editor-block-icon{margin-right:8px}.block-editor-inserter__preview-container{display:none;width:300px;background:#fff;border-radius:2px;border:1px solid #ddd;position:absolute;top:16px;left:calc(100% + 16px);max-height:calc(100% - 32px);overflow-y:hidden}@media (min-width:782px){.block-editor-inserter__preview-container{display:block}}.block-editor-inserter__preview-container .block-editor-block-card{padding:16px}.block-editor-inserter__preview-container .block-editor-block-card__title{font-size:13px}.block-editor-inserter__preview-content{min-height:144px;background:#f0f0f0;display:grid;flex-grow:1;align-items:center}.block-editor-inserter__preview-content-missing{flex:1;display:flex;justify-content:center;align-items:center;min-height:144px;color:#757575;background:#f0f0f0}.block-editor-inserter__tips{border-top:1px solid #ddd;padding:16px;flex-shrink:0;position:relative}.block-editor-inserter__manage-reusable-blocks-container{padding:16px}.block-editor-inserter__quick-inserter{width:100%;max-width:100%}@media (min-width:782px){.block-editor-inserter__quick-inserter{width:350px}}.block-editor-inserter__quick-inserter-results .block-editor-inserter__panel-header{height:0;padding:0;float:left}.block-editor-inserter__quick-inserter.has-expand .block-editor-inserter__panel-content,.block-editor-inserter__quick-inserter.has-search .block-editor-inserter__panel-content{padding:16px}.block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px}.block-editor-inserter__quick-inserter-separator{border-top:1px solid #ddd}.block-editor-inserter__popover.is-quick>.components-popover__content>div{padding:0}.block-editor-inserter__quick-inserter-expand.components-button{display:block;background:#1e1e1e;color:#fff;width:100%;height:44px;border-radius:0}.block-editor-inserter__quick-inserter-expand.components-button:hover{color:#fff}.block-editor-inserter__quick-inserter-expand.components-button:active{color:#ccc}.block-editor-inserter__quick-inserter-expand.components-button:focus:not(:disabled){box-shadow:inset 0 0 0 1.5px var(--wp-admin-theme-color),inset 0 0 0 3px #fff}.block-editor-post-preview__dropdown{padding:0}.block-editor-post-preview__button-resize.block-editor-post-preview__button-resize{padding-left:40px}.block-editor-post-preview__button-resize.block-editor-post-preview__button-resize.has-icon{padding-left:8px}.block-editor-post-preview__dropdown-content .components-popover__content{overflow-y:visible}.block-editor-post-preview__dropdown-content.edit-post-post-preview-dropdown .components-menu-group:first-child{padding-bottom:8px}.block-editor-post-preview__dropdown-content.edit-post-post-preview-dropdown .components-menu-group:last-child{margin-bottom:0}.block-editor-post-preview__dropdown-content .components-menu-group+.components-menu-group{padding:8px}@media (min-width:600px){.edit-post-header__settings .editor-post-preview,.edit-site-header__actions .editor-post-preview{display:none}}@media (min-width:600px){.edit-post-header.has-reduced-ui .edit-post-header__settings .block-editor-post-preview__button-toggle,.edit-post-header.has-reduced-ui .edit-post-header__settings .editor-post-save-draft,.edit-post-header.has-reduced-ui .edit-post-header__settings .editor-post-saved-state{transition:opacity .1s linear}}@media (min-width:600px) and (prefers-reduced-motion:reduce){.edit-post-header.has-reduced-ui .edit-post-header__settings .block-editor-post-preview__button-toggle,.edit-post-header.has-reduced-ui .edit-post-header__settings .editor-post-save-draft,.edit-post-header.has-reduced-ui .edit-post-header__settings .editor-post-saved-state{transition-duration:0s;transition-delay:0s}}@media (min-width:600px){.edit-post-header.has-reduced-ui:not(:hover) .edit-post-header__settings .block-editor-post-preview__button-toggle,.edit-post-header.has-reduced-ui:not(:hover) .edit-post-header__settings .editor-post-save-draft,.edit-post-header.has-reduced-ui:not(:hover) .edit-post-header__settings .editor-post-saved-state{opacity:0}.edit-post-header.has-reduced-ui:not(:hover) .edit-post-header__settings .block-editor-post-preview__button-toggle.is-opened{opacity:1}}body.admin-color-light{--wp-admin-theme-color:#0085ba;--wp-admin-theme-color-darker-10:#0073a1;--wp-admin-theme-color-darker-20:#006187;--wp-admin-border-width-focus:2px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){body.admin-color-light{--wp-admin-border-width-focus:1.5px}}body.admin-color-modern{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-border-width-focus:2px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){body.admin-color-modern{--wp-admin-border-width-focus:1.5px}}body.admin-color-blue{--wp-admin-theme-color:#096484;--wp-admin-theme-color-darker-10:#07526c;--wp-admin-theme-color-darker-20:#064054;--wp-admin-border-width-focus:2px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){body.admin-color-blue{--wp-admin-border-width-focus:1.5px}}body.admin-color-coffee{--wp-admin-theme-color:#46403c;--wp-admin-theme-color-darker-10:#383330;--wp-admin-theme-color-darker-20:#2b2724;--wp-admin-border-width-focus:2px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){body.admin-color-coffee{--wp-admin-border-width-focus:1.5px}}body.admin-color-ectoplasm{--wp-admin-theme-color:#523f6d;--wp-admin-theme-color-darker-10:#46365d;--wp-admin-theme-color-darker-20:#3a2c4d;--wp-admin-border-width-focus:2px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){body.admin-color-ectoplasm{--wp-admin-border-width-focus:1.5px}}body.admin-color-midnight{--wp-admin-theme-color:#e14d43;--wp-admin-theme-color-darker-10:#dd382d;--wp-admin-theme-color-darker-20:#d02c21;--wp-admin-border-width-focus:2px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){body.admin-color-midnight{--wp-admin-border-width-focus:1.5px}}body.admin-color-ocean{--wp-admin-theme-color:#627c83;--wp-admin-theme-color-darker-10:#576e74;--wp-admin-theme-color-darker-20:#4c6066;--wp-admin-border-width-focus:2px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){body.admin-color-ocean{--wp-admin-border-width-focus:1.5px}}body.admin-color-sunrise{--wp-admin-theme-color:#dd823b;--wp-admin-theme-color-darker-10:#d97426;--wp-admin-theme-color-darker-20:#c36922;--wp-admin-border-width-focus:2px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){body.admin-color-sunrise{--wp-admin-border-width-focus:1.5px}}
/*!/wp-includes/css/dist/nux/style.min.css*/
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-border-width-focus:2px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.nux-dot-tip:after,.nux-dot-tip:before{border-radius:100%;content:" ";pointer-events:none;position:absolute}.nux-dot-tip:before{animation:nux-pulse 1.6s cubic-bezier(.17,.67,.92,.62) infinite;background:rgba(0,115,156,.9);opacity:.9;height:24px;left:-12px;top:-12px;transform:scale(.3333333333);width:24px}.nux-dot-tip:after{background:#00739c;height:8px;left:-4px;top:-4px;width:8px}@keyframes nux-pulse{to{background:rgba(0,115,156,0);transform:scale(1)}}.nux-dot-tip .components-popover__content{width:350px}.nux-dot-tip .components-popover__content>div{padding:20px 18px}@media (min-width:600px){.nux-dot-tip .components-popover__content{width:450px}}.nux-dot-tip .components-popover__content .nux-dot-tip__disable{position:absolute;right:0;top:0}.nux-dot-tip[data-y-axis=top]{margin-top:-4px}.nux-dot-tip[data-y-axis=bottom]{margin-top:4px}.nux-dot-tip[data-y-axis=middle][data-y-axis=left]{margin-left:-4px}.nux-dot-tip[data-y-axis=middle][data-y-axis=right]{margin-left:4px}.nux-dot-tip[data-y-axis=top] .components-popover__content{margin-bottom:20px}.nux-dot-tip[data-y-axis=bottom] .components-popover__content{margin-top:20px}.nux-dot-tip[data-y-axis=middle][data-y-axis=left] .components-popover__content{margin-right:20px}.nux-dot-tip[data-y-axis=middle][data-y-axis=right] .components-popover__content{margin-left:20px}.nux-dot-tip[data-y-axis=center],.nux-dot-tip[data-y-axis=left],.nux-dot-tip[data-y-axis=right]{z-index:1000001}@media (max-width:600px){.nux-dot-tip[data-y-axis=center] .components-popover__content,.nux-dot-tip[data-y-axis=left] .components-popover__content,.nux-dot-tip[data-y-axis=right] .components-popover__content{align-self:end;left:5px;margin:20px 0 0;max-width:none!important;position:fixed;right:5px;width:auto}}.nux-dot-tip.components-popover:not([data-y-axis=middle])[data-y-axis=right] .components-popover__content{
  /*!rtl:ignore*/margin-left:0}.nux-dot-tip.components-popover:not([data-y-axis=middle])[data-y-axis=left] .components-popover__content{
  /*!rtl:ignore*/margin-right:0}.nux-dot-tip.components-popover.edit-post-more-menu__content:not([data-y-axis=middle])[data-y-axis=right] .components-popover__content{
  /*!rtl:ignore*/margin-left:-12px}.nux-dot-tip.components-popover.edit-post-more-menu__content:not([data-y-axis=middle])[data-y-axis=left] .components-popover__content{
  /*!rtl:ignore*/margin-right:-12px}
/*!/wp-includes/css/dist/reusable-blocks/style.min.css*/
:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-border-width-focus:2px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.reusable-blocks-menu-items__convert-modal{z-index:1000001}.reusable-blocks-menu-items__convert-modal-actions{padding-top:12px}
/*!/wp-includes/css/dist/editor/style.min.css*/
@charset "UTF-8";:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-border-width-focus:2px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.editor-autocompleters__user .editor-autocompleters__no-avatar:before{font:normal 20px/1 dashicons;content:"";margin-right:5px;vertical-align:middle}.editor-autocompleters__user .editor-autocompleters__user-avatar{margin-right:8px;flex-grow:0;flex-shrink:0;max-width:none;width:24px;height:24px}.editor-autocompleters__user .editor-autocompleters__user-name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:200px;flex-shrink:0;flex-grow:1}.editor-autocompleters__user .editor-autocompleters__user-slug{margin-left:8px;color:#757575;white-space:nowrap;text-overflow:ellipsis;overflow:none;max-width:100px;flex-grow:0;flex-shrink:0}.editor-autocompleters__user:hover .editor-autocompleters__user-slug{color:var(--wp-admin-theme-color)}.document-outline{margin:20px 0}.document-outline ul{margin:0;padding:0}.document-outline__item{display:flex;margin:4px 0}.document-outline__item a{text-decoration:none}.document-outline__item .document-outline__emdash:before{color:#ddd;margin-right:4px}.document-outline__item.is-h2 .document-outline__emdash:before{content:"—"}.document-outline__item.is-h3 .document-outline__emdash:before{content:"——"}.document-outline__item.is-h4 .document-outline__emdash:before{content:"———"}.document-outline__item.is-h5 .document-outline__emdash:before{content:"————"}.document-outline__item.is-h6 .document-outline__emdash:before{content:"—————"}.document-outline__button{cursor:pointer;background:none;border:none;display:flex;align-items:flex-start;margin:0 0 0 -1px;padding:2px 5px 2px 1px;color:#1e1e1e;text-align:left;border-radius:2px}.document-outline__button:disabled{cursor:default}.document-outline__button:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid transparent}.document-outline__level{background:#ddd;color:#1e1e1e;border-radius:3px;font-size:13px;padding:1px 6px;margin-right:4px}.is-invalid .document-outline__level{background:#f0b849}.document-outline__item-content{padding:1px 0}.components-editor-notices__dismissible,.components-editor-notices__pinned{position:relative;left:0;top:0;right:0;color:#1e1e1e}.components-editor-notices__dismissible .components-notice,.components-editor-notices__pinned .components-notice{box-sizing:border-box;margin:0;border-bottom:1px solid rgba(0,0,0,.2);padding:0 12px;min-height:60px}.components-editor-notices__dismissible .components-notice .components-notice__dismiss,.components-editor-notices__pinned .components-notice .components-notice__dismiss{margin-top:12px}.entities-saved-states__panel{background:#fff;position:fixed;z-index:100001;top:46px;bottom:0;right:0;left:0;overflow:auto;box-sizing:border-box}.entities-saved-states__panel *,.entities-saved-states__panel :after,.entities-saved-states__panel :before{box-sizing:inherit}.entities-saved-states__panel .entities-saved-states__find-entity{display:none}.entities-saved-states__panel .entities-saved-states__find-entity-small{display:block}@media (min-width:782px){.entities-saved-states__panel{top:32px;left:auto;width:280px;border-left:1px solid #ddd}body.is-fullscreen-mode .entities-saved-states__panel{top:0}.entities-saved-states__panel .entities-saved-states__find-entity{display:block}.entities-saved-states__panel .entities-saved-states__find-entity-small{display:none}}.entities-saved-states__panel .entities-saved-states__panel-header{background:#fff;padding-left:8px;padding-right:8px;height:61px;border-bottom:1px solid #ddd;display:flex;align-items:center;align-content:space-between}.entities-saved-states__panel .entities-saved-states__panel-header .editor-entities-saved-states__save-button{margin:auto}.entities-saved-states__panel .entities-saved-states__panel-header .components-button.has-icon{position:absolute;right:8px}.entities-saved-states__panel .entities-saved-states__text-prompt{padding:16px 16px 4px}.editor-error-boundary{max-width:780px;padding:20px;margin:60px auto auto;box-shadow:0 10px 10px rgba(0,0,0,.25)}.editor-page-attributes__order{width:100%}.editor-page-attributes__order .components-base-control__field{display:flex;justify-content:space-between;align-items:center}.editor-page-attributes__order input{width:66px}.editor-post-excerpt__textarea{width:100%;margin-bottom:10px}.editor-post-featured-image{padding:0}.editor-post-featured-image__container{margin-bottom:1em;position:relative}.editor-post-featured-image .components-spinner{position:absolute;top:50%;left:50%;margin-top:-9px;margin-left:-9px}.editor-post-featured-image .components-button+.components-button{display:block;margin-top:1em}.editor-post-featured-image .components-responsive-wrapper__content{max-width:100%;width:auto}.editor-post-featured-image__preview,.editor-post-featured-image__toggle{display:block;width:100%;padding:0;transition:all .1s ease-out;box-shadow:0 0 0 0 var(--wp-admin-theme-color)}@media (prefers-reduced-motion:reduce){.editor-post-featured-image__preview,.editor-post-featured-image__toggle{transition-duration:0s;transition-delay:0s}}.editor-post-featured-image__preview{height:auto}.editor-post-featured-image__preview:not(:disabled):not([aria-disabled=true]):focus{box-shadow:0 0 0 4px var(--wp-admin-theme-color)}.editor-post-featured-image__toggle{border-radius:2px;background-color:#f0f0f0;min-height:90px;line-height:20px;padding:8px 0;text-align:center}.editor-post-featured-image__toggle:hover{background:#ddd;color:#1e1e1e}.editor-post-format{flex-direction:column;align-items:stretch;width:100%}.editor-post-format__content{display:inline-flex;justify-content:space-between;align-items:center;width:100%}.editor-post-format__suggestion{text-align:right;font-size:13px}.editor-post-last-revision__title{width:100%;font-weight:600}.editor-post-last-revision__title .dashicon{margin-right:5px}.components-button.editor-post-last-revision__title{height:100%}.components-button.editor-post-last-revision__title:active,.components-button.editor-post-last-revision__title:hover{background:#f0f0f0}.components-button.editor-post-last-revision__title:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);border-radius:0}.editor-post-locked-modal{height:auto;padding-right:10px;padding-left:10px;padding-top:10px;max-width:480px}.editor-post-locked-modal .components-modal__header{height:36px}.editor-post-locked-modal .components-modal__content{height:auto}.editor-post-locked-modal__buttons{margin-top:10px}.editor-post-locked-modal__buttons .components-button{margin-right:5px}.editor-post-locked-modal__avatar{float:left;margin:5px 15px 5px 5px}.editor-post-publish-button__button.has-changes-dot:before{background:currentcolor;border-radius:4px;content:"";height:8px;margin:auto 5px auto -3px;width:8px}.editor-post-publish-panel{background:#fff}.editor-post-publish-panel__content{min-height:calc(100% - 144px)}.editor-post-publish-panel__content .components-spinner{display:block;margin:100px auto 0}.editor-post-publish-panel__header{background:#fff;padding-left:16px;padding-right:16px;height:61px;border-bottom:1px solid #ddd;display:flex;align-items:center;align-content:space-between}.editor-post-publish-panel__header .components-button{width:100%;justify-content:center}.editor-post-publish-panel__header .has-icon{margin-left:auto;width:auto}.components-site-card{display:flex;align-items:center;margin:16px 0}.components-site-icon{border:none;border-radius:2px;margin-right:12px;height:36px;width:36px}.components-site-name{display:block;font-size:14px}.components-site-home{display:block;color:#757575;font-size:12px}.editor-post-publish-panel__header-cancel-button,.editor-post-publish-panel__header-publish-button{flex-grow:1}@media (min-width:480px){.editor-post-publish-panel__header-cancel-button,.editor-post-publish-panel__header-publish-button{max-width:160px}}.editor-post-publish-panel__header-publish-button{padding-right:4px}.editor-post-publish-panel__header-cancel-button{padding-left:4px}.editor-post-publish-panel__header-published{flex-grow:1}.editor-post-publish-panel__footer{padding:16px}.components-button.editor-post-publish-panel__toggle.is-primary{display:inline-flex;align-items:center}.components-button.editor-post-publish-panel__toggle.is-primary.is-busy .dashicon{display:none}.components-button.editor-post-publish-panel__toggle.is-primary .dashicon{margin-right:-4px}.editor-post-publish-panel__link{font-weight:400;padding-left:4px}.editor-post-publish-panel__prepublish{padding:16px}.editor-post-publish-panel__prepublish strong{color:#1e1e1e}.editor-post-publish-panel__prepublish .components-panel__body{background:#fff;margin-left:-16px;margin-right:-16px}.editor-post-publish-panel__prepublish .editor-post-visibility__dialog-legend{display:none}.post-publish-panel__postpublish .components-panel__body{border-bottom:1px solid #e0e0e0;border-top:none}.post-publish-panel__postpublish-buttons{display:flex;align-content:space-between;flex-wrap:wrap;margin:-5px}.post-publish-panel__postpublish-buttons>*{flex-grow:1;margin:5px}.post-publish-panel__postpublish-buttons .components-button{height:auto;justify-content:center;padding:3px 10px 4px;line-height:1.6;text-align:center;white-space:normal}.post-publish-panel__postpublish-buttons .components-clipboard-button{width:100%}.post-publish-panel__postpublish-post-address{margin-bottom:16px}.post-publish-panel__postpublish-post-address input[readonly]{padding:10px;background:#ddd;overflow:hidden;text-overflow:ellipsis}.post-publish-panel__postpublish-header{font-weight:500}.post-publish-panel__postpublish-subheader{margin:0 0 8px}.post-publish-panel__tip{color:#f0b849}.editor-post-saved-state{display:flex;align-items:center;width:28px;padding:12px 4px;color:#757575;overflow:hidden;white-space:nowrap}.editor-post-saved-state svg{display:inline-block;flex:0 0 auto;fill:currentColor;margin-right:8px}@media (min-width:600px){.editor-post-saved-state{width:auto;padding:8px 12px;text-indent:inherit}.editor-post-saved-state svg{margin-right:4px}}.editor-post-taxonomies__hierarchical-terms-list{max-height:14em;overflow:auto;margin-left:-6px;padding-left:6px;margin-top:-6px;padding-top:6px}.editor-post-taxonomies__hierarchical-terms-choice{margin-bottom:8px}.editor-post-taxonomies__hierarchical-terms-subchoices{margin-top:8px;margin-left:16px}.components-button.editor-post-taxonomies__hierarchical-terms-add,.components-button.editor-post-taxonomies__hierarchical-terms-submit{margin-top:12px}.editor-post-taxonomies__hierarchical-terms-label{display:inline-block;margin-top:12px}.editor-post-taxonomies__hierarchical-terms-input{margin-top:8px;width:100%}.editor-post-taxonomies__hierarchical-terms-filter{margin-bottom:8px;width:100%}.editor-post-taxonomies__flat-term-most-used .editor-post-taxonomies__flat-term-most-used-label{font-weight:400;margin-bottom:12px}.editor-post-taxonomies__flat-term-most-used-list{margin:0}.editor-post-taxonomies__flat-term-most-used-list li{display:inline-block;margin-right:8px}.editor-post-taxonomies__flat-term-most-used-list .components-button{font-size:12px}.edit-post-text-editor__body textarea.editor-post-text-editor{border:1px solid #949494;border-radius:0;display:block;margin:0;width:100%;box-shadow:none;resize:none;overflow:hidden;font-family:Menlo,Consolas,monaco,monospace;line-height:2.4;min-height:200px;transition:border .1s ease-out,box-shadow .1s linear;padding:16px;font-size:16px!important}@media (prefers-reduced-motion:reduce){.edit-post-text-editor__body textarea.editor-post-text-editor{transition-duration:0s;transition-delay:0s}}@media (min-width:600px){.edit-post-text-editor__body textarea.editor-post-text-editor{padding:24px;font-size:15px!important}}.edit-post-text-editor__body textarea.editor-post-text-editor:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);position:relative}.edit-post-text-editor__body textarea.editor-post-text-editor::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.edit-post-text-editor__body textarea.editor-post-text-editor::-moz-placeholder{color:rgba(30,30,30,.62);opacity:1}.edit-post-text-editor__body textarea.editor-post-text-editor:-ms-input-placeholder{color:rgba(30,30,30,.62)}.edit-post-post-visibility__dialog,.editor-post-visibility__dialog-fieldset{padding:0 4px 4px}.edit-post-post-visibility__dialog .editor-post-visibility__dialog-legend,.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-legend{font-weight:600;margin-bottom:1em;margin-top:.5em;padding:0}.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio],.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;padding:6px 8px;box-shadow:0 0 0 transparent;transition:box-shadow .1s linear;border-radius:2px;font-size:16px;line-height:normal;border:1px solid #1e1e1e;margin-right:12px;transition:none;border-radius:50%;width:24px;height:24px;margin-top:2px}@media (prefers-reduced-motion:reduce){.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio],.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]{transition-duration:0s;transition-delay:0s}}@media (min-width:600px){.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio],.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]{font-size:13px;line-height:normal}}.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:focus,.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color)}.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]::-webkit-input-placeholder,.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]::-moz-placeholder,.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]::-moz-placeholder{opacity:1;color:rgba(30,30,30,.62)}.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:-ms-input-placeholder,.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:-ms-input-placeholder{color:rgba(30,30,30,.62)}@media (min-width:600px){.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio],.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]{height:20px;width:20px}}.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:checked:before,.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:checked:before{box-sizing:inherit;width:8px;height:8px;transform:translate(7px,7px);margin:0;background-color:#fff;border:4px solid #fff}@media (min-width:600px){.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:checked:before,.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:checked:before{transform:translate(5px,5px)}}.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:focus,.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color);outline:2px solid transparent}.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:checked,.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.edit-post-post-visibility__dialog .editor-post-visibility__dialog-label,.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-label{font-weight:600}.edit-post-post-visibility__dialog .editor-post-visibility__dialog-info,.editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-info{margin-top:0;margin-left:32px}.edit-post-post-visibility__dialog .editor-post-visibility__choice:last-child .editor-post-visibility__dialog-info,.editor-post-visibility__dialog-fieldset .editor-post-visibility__choice:last-child .editor-post-visibility__dialog-info{margin-bottom:0}.editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;padding:6px 8px;box-shadow:0 0 0 transparent;transition:box-shadow .1s linear;border-radius:2px;border:1px solid #757575;font-size:16px;line-height:normal;margin-left:36px;margin-top:8px}@media (prefers-reduced-motion:reduce){.editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text]{transition-duration:0s;transition-delay:0s}}@media (min-width:600px){.editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text]{font-size:13px;line-height:normal}}.editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text]::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text]::-moz-placeholder{opacity:1;color:rgba(30,30,30,.62)}.editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text]:-ms-input-placeholder{color:rgba(30,30,30,.62)}.editor-post-title{position:relative}.editor-post-title .editor-post-title__input{display:block;width:100%;margin:0;box-shadow:none;background:transparent;transition:border .1s ease-out,box-shadow .1s linear;padding:19px 0;word-break:keep-all;font-family:inherit;color:inherit;border-color:transparent;border-style:solid;border-width:1px 0;border-radius:0;outline:1px solid transparent;font-size:2.44em;font-weight:800;line-height:1.4}@media (prefers-reduced-motion:reduce){.editor-post-title .editor-post-title__input{transition-duration:0s;transition-delay:0s}}@media (min-width:600px){.editor-post-title .editor-post-title__input{border-width:1px}}.editor-post-title .editor-post-title__input::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.editor-post-title .editor-post-title__input::-moz-placeholder{color:rgba(30,30,30,.62);opacity:1}.editor-post-title .editor-post-title__input:-ms-input-placeholder{color:rgba(30,30,30,.62)}.is-dark-theme .editor-post-title .editor-post-title__input::-webkit-input-placeholder{color:hsla(0,0%,100%,.65)}.is-dark-theme .editor-post-title .editor-post-title__input::-moz-placeholder{opacity:1;color:hsla(0,0%,100%,.65)}.is-dark-theme .editor-post-title .editor-post-title__input:-ms-input-placeholder{color:hsla(0,0%,100%,.65)}.editor-post-title .editor-post-title__input:focus{border:1px solid transparent;outline:1px solid transparent;box-shadow:none}.editor-post-title.is-focus-mode .editor-post-title__input{opacity:.5;transition:opacity .1s linear}@media (prefers-reduced-motion:reduce){.editor-post-title.is-focus-mode .editor-post-title__input{transition-duration:0s;transition-delay:0s}}.editor-post-title.is-focus-mode .editor-post-title__input:focus{opacity:1}.editor-post-trash.components-button{margin-top:4px}.table-of-contents__popover.components-popover .components-popover__content{min-width:380px}.components-popover.table-of-contents__popover{z-index:99998}.table-of-contents__popover .components-popover__content>div{padding:16px}@media (min-width:600px){.table-of-contents__popover .components-popover__content{max-height:calc(100vh - 120px);overflow-y:auto}}.table-of-contents__popover hr{margin:10px -16px 0}.table-of-contents__wrapper:focus:before{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);pointer-events:none}.table-of-contents__counts{display:flex;flex-wrap:wrap;margin:-8px 0 0}.table-of-contents__count{flex-basis:33%;display:flex;flex-direction:column;font-size:13px;color:#1e1e1e;padding-right:8px;margin-bottom:0;margin-top:8px}.table-of-contents__count:nth-child(4n){padding-right:0}.table-of-contents__number,.table-of-contents__popover .word-count{font-size:21px;font-weight:400;line-height:30px;color:#1e1e1e}.table-of-contents__title{display:block;margin-top:20px;font-size:15px;font-weight:600}.editor-template-validation-notice{display:flex;justify-content:space-between;align-items:center}.editor-template-validation-notice .components-button{margin-left:5px}
/*!/wp-content/uploads/261/542/public/assets/css/178.css*/
.unslider{overflow:auto;margin:0;padding:0}.unslider-wrap{position:relative}.unslider-wrap.unslider-carousel>li{float:left}.unslider-vertical>ul{height:100%}.unslider-vertical li{float:none;width:100%}.unslider-fade{position:relative}.unslider-fade .unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8}.unslider-fade .unslider-wrap li.unslider-active{z-index:10}.unslider li,.unslider ol,.unslider ul{list-style:none;margin:0;padding:0;border:none}.unslider-arrow{position:absolute;left:20px;z-index:2;cursor:pointer}.unslider-arrow.next{left:auto;right:20px}
/*!/wp-content/cache/asset-cleanup/css/item/slider-css-v055018d2f48962fe3f1d79c0d3bfc1acc244816f.css*/
/*!/wp-content/uploads/261/542/public/assets/css/184.css*/.widget .unslider li,.unslider li{margin:0!important;padding:0!important;border:0!important;clear:none!important}.unslider img{position:relative!important}ul.unslider-wrap{padding:0!important}.custom-slider>ul>li:not(:first-child){display:none}.custom-slider>ul{list-style:none}.custom-slider.unslider-fade ul li{position:relative;float:left;margin-right:-100%!important;width:100%}.unslider-horizontal{direction:ltr}
/*!/wp-content/cache/asset-cleanup/css/item/ee-simple-file-list-pro-css-v0b1fce275e01847c734528b47fe3987f261617d9.css*/
/*!/wp-content/plugins/ee-simple-file-list-pro/css/eeStyles.css*/.eeSFL h1,.eeSFL p{text-align:left}.eeSFLContactInfo{clear:both;padding:20px;width:100%}.eeSFL_Spacer{width:100%;height:1em;clear:both}#eeSFL_DownloadFolderForm{padding:0;margin:0;height:0;border:none;background-color:transparent}.eeSFL{padding:1em}.eeSFL form{border:2px solid #DDD;padding:1.5em;padding-top:.5em;margin:1em auto}.eeSFL table.eeFiles{width:100%;border-collapse:collapse;border:1px solid #999;text-align:center}.eeSFL .eeFiles th{text-align:center;background:#555;color:#EEE}.eeSFL .eeFiles td{padding:.25em 0;border-bottom:1px solid #999;text-overflow:clip;overflow:hidden;vertical-align:middle;text-align:center}.eeSFL th,.eeSFL td{word-break:normal;width:auto}.eeSFL th.eeSFL_BulkEdit,.eeSFL td.eeSFL_BulkEdit{width:30px}.eeSFL td.eeSFL_Thumbnail{width:64px}.eeSFL td.eeSFL_Thumbnail img{display:block;margin:0 auto}.eeSFL td.eeSFL_FileName{text-align:left;padding-left:3px}.eeSFL p.eeSFL_FileLink,.eeSFL p.eeSFL_FileDesc,.eeSFL p.eeSFL_FileSubmitter{margin:0;padding:0}.eeSFL p.eeSFL_FileDesc,.eeSFL p.eeSFL_FileSubmitter{font-size:80%}.eeSFL .eeFiles th.eeSFL_FileName,.eeSFL .eeFiles td.eeSFL_FileName{text-align:left;padding-left:10px}.eeSFL .eeFiles td a{text-decoration:none}.eeSFL label{float:left}.eeSFL input[type=file]{float:left;margin-bottom:1em;font-size:120%}.eeSFL .eeFiles td.eeSFL_BulkEditInput{padding-left:10px;text-align:left}.eeSFL .eeFiles td.eeSFL_BulkEditInput input[type=submit]{margin:0}#eeMessageDisplay ul{list-style:none}#eeMessageDisplay ul li:before{content:'✓ '}#eeSFL_FileDropZone{padding:10px;border:5px dashed #c7c7c7}#eeSFL_FilesDrug{margin-left:20px;margin-bottom:1em;font-size:120%}#eeSFL_UploadGo{float:left;margin-left:20px}#eeSFL_UploadProgress{display:none;overflow:hidden;width:1%;height:2em;line-height:2em;background-color:#23e100;color:#FFF;font-size:1em;text-align:center;vertical-align:text-top}#eeSFL_UploadProgress em{display:none}#eeUploadInfoForm{margin-bottom:20px}#eeUploadInfoForm p{margin:0;font-size:80%}#eeUploadInfoForm label,#eeUploadInfoForm input[type=text],#eeUploadInfoForm input[type=email]{width:100%;float:left;margin-bottom:5px;max-width:100%}#eeUploadInfoForm label{width:100%;clear:left;margin:0}#eeUploadInfoForm textarea{width:100%;margin:0;height:4em}.eeSFL_UploadingImg,.entry-content .eeSFL_UploadingImg{margin-right:1em;box-shadow:none!important;border-radius:32px}.eeSFL table.eeFiles td a.eeSFL_FileListAction{padding:1px 0 1px 0;margin-right:4px}.eeSFL .eeSFL_EditFileWrap{display:none;width:auto;margin:5px 0;padding:5px 1.5%;border:1px solid #6b6b6b;border-radius:3px;background-color:#f6f6f6}.eeSFL .eeSFL_EditFileWrap h4{margin:0}.eeSFL .eeSFL_EditFileWrap p{margin:10px 0}.eeSFL .eeSFL_EditFileWrap label{display:inline-block;width:20%;margin-right:6px;text-align:right}.page .eeSFL .eeSFL_EditFileWrap label,.post .eeSFL .eeSFL_EditFileWrap label{float:left;clear:left;text-align:right;margin-right:.5em;padding:4px;margin-bottom:.25em;background:#e9e9e9;font-size:70%}.eeSFL .eeSFL_EditFileWrap input[type=text]{display:inline-block;width:55%;margin:0}.eeSFL .eeSFL_EditFileWrap input.eeSFL_FileDateInput{width:12.5%;padding-left:2px;padding-right:0}.eeSFL .eeSFL_EditFileWrap .eeSFL_FileDateInputBlock label.eeInlineLabel{width:auto;float:none;clear:none}.eeSFL_ListOpsBar,.eeSFL_BreadCrumb{padding:10px;background-color:#E5E5E5;border-top:1px solid #d6d6d6;border-left:1px solid #d6d6d6;border-right:1px solid #d6d6d6}.eeSFL_ListOpsBar{text-align:center}.eeSFL_Admin .eeSFL_ListOpsBar{font-size:110%}.eeSFL .eeSFL_ListOpsBar form{margin:0;padding:0;border:none}.eeSFL .eeSFL_ListOpsBar select,.eeSFL .eeSFL_ListOpsBar input[type=text],.eeSFL .eeSFL_ListOpsBar input[type="submit"]{float:none;display:inline-block;margin:0;padding:6px 10px;vertical-align:baseline;font-size:1em;font-family:sans-serif}.eeSFL .eeSFL_ListOpsBar select{width:24%;margin-right:5px;padding-left:0}.eeSFL .eeSFL_ListOpsBar input[type=text],#eeSFL_FileOpsActionSelect{width:55%;margin-right:5px}.eeSFL .eeSFL_ListOpsBar input[type="submit"]{padding:5px 2%}.page .eeSFL .eeSFL_ListOpsBar input[type=text],.post .eeSFL .eeSFL_ListOpsBar input[type=text]{line-height:1}#eeSFL_FileOpsActionSelect,.eeSFLF_moveFileDisplay{display:none}#eeSFL_SendPop{position:fixed;display:none;width:60%;height:80%;top:10%;left:20%;right:20%;bottom:10%;background-color:rgba(245,245,245,1);border:1px solid #666;z-index:100;overflow:auto;-webkit-overflow-scroll:touch}#eeSFL_SendPop h2,#eeSFL_SendPop h3,#eeSFL_SendPop p{margin:0 0 10px 0}#eeSFL_SendTheseFilesList{margin-left:4%}#eeSFL_SendPop article{margin:3%;padding-right:2%;height:100%}#eeSFL_SendPop #eeSFL_Send_AddFiles{display:block;float:right}#eeSFL_SendPop form{border:none;padding:0}#eeSFL_SendPop label{float:left;clear:both;width:30%;height:2em;line-height:2em;margin:15px 2% 0 0;padding-right:5px;text-align:right;background-color:#787878;color:#FFF}#eeSFL_SendPop note{float:left;clear:both;margin:0}#eeSFL_SendPop input[type=text],#eeSFL_SendPop input[type=email],#eeSFL_SendPop textarea{float:left;clear:none;width:60%;height:2em;margin:15px 0 0 0;background-color:#FFF}#eeSFL_SendPop textarea{height:5em}#eeSFL_SendPop p.eeSFL_SendButtons{text-align:center;margin-top:1em}#eeSFL_SendPop input[type="submit"],#eeSFL_SendPop button{float:none}#eeSFL_SendMoreFiles{display:none}.eeNote{clear:both;margin-bottom:30px;margin-left:4%;padding-top:5px;font-style:italic}.eeWarning{color:#333;background-color:#f4f888}.eeSFL p.sfl_instuctions{font-size:70%;font-style:italic;text-align:right;margin-bottom:0}.eeValign{position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.eeCenter{text-align:center!important}.eeAlignRight{text-align:right}.eeClearFix{clear:both;height:1px}.eeHide,.eeSFL_FileRenameEntry,.eeOldFileName,.eeSFL_SavedDesc{display:none}
/*!/wp-content/cache/asset-cleanup/css/item/ee-simple-file-list-search-css-vddf286b54ab62c72857d987daf943ae42a6b440a.css*/
/*!/wp-content/plugins/ee-simple-file-list-search/css/eeSFLS_styles.css*/#eeSFL #eeSFLS_SearchFiles{height:3em;text-align:center;padding:0;border:none;padding-bottom:5px}#eeSFL #eeSFLS_SearchFiles input[type=text]{display:inline-block;float:none;clear:none;width:30%;margin-right:10px;margin-bottom:10px}#eeSFL #eeSFLS_SearchFiles input[type=submit]{display:inline-block;width:auto;float:none;clear:none;margin:0;line-height:normal;margin-bottom:10px}#eeSFL #eeSFLS_SearchFiles input.eeSFLS_Datepicker{display:inline-block;width:15%}#eeSFLS_paginationControls,#eeSFL .eeSFLS_fileTotalCount{text-align:center}#eeSFLS_paginationControls button{display:inline-block;margin:5px}#eeSFL p.eeSFLS_pageIcons{width:100%;text-align:center;margin-top:20px}#eeSFL a.eeSFLS_PaginationIcon,.eeSFL_Admin a.eeSFLS_PaginationIcon{display:inline;float:none;margin:3px;text-align:center;font-size:80%;cursor:pointer;text-decoration:none;border:none}#eeSFL a.eeSFLS_PaginationIcon span,.eeSFL_Admin a.eeSFLS_PaginationIcon span{display:inline-block;float:none;width:auto;margin:0 10px;padding:3px 5px;border-bottom:2px solid #494949}#eeSFL a.eeSFLS_PaginationIcon span.eeSFLS_iconCurrent{font-size:120%;border-bottom:4px solid #494949}.eeHide{display:none}
/*!/wp-content/plugins/ee-simple-file-list-search/datepicker/jquery-ui.min.css*/
/*! jQuery UI - v1.12.1 - 2021-02-18
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(/wp-content/plugins/ee-simple-file-list-search/datepicker/images/ui-icons_444444_256x240.png)}.ui-widget-header .ui-icon{background-image:url(/wp-content/plugins/ee-simple-file-list-search/datepicker/images/ui-icons_444444_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url(/wp-content/plugins/ee-simple-file-list-search/datepicker/images/ui-icons_555555_256x240.png)}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url(/wp-content/plugins/ee-simple-file-list-search/datepicker/images/ui-icons_ffffff_256x240.png)}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABEVBMVEV3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diBh/q0oAAAAWnRSTlMAWEd8IjKY4b3Ld2acsomqpVpOeudAZYVTi0aRlGNhTaBobZtzv33AvOOt5enkgY5d393gudbb0sTV1Ndi2nD+Dc6Zafg4KhYcxXnRp8iT0Niv8M2QiLC7x6vji8qEAAAAAWJLR0QAiAUdSAAAAAd0SU1FB+UCEhQkJNxJ4j4AAA9rSURBVHja7V0LY9u2EQbJSKrpmJIbuUubOG69JnM2L8leXdd1bdSma+M6qbuk63r//4cM4AuHOzzEUqZoG59syUeAAO7jAbwDQFmIiIiIESCBZNtN2LL+MHIGejcvAb/+CWZAZR6WEGKBoGASQNtjpKvUBB8BYBWApwJyfvnnoCZBLZATkND2GOn0CjIC6Om8ApY5GZAB1n67Cp50zqAguf2l2zIn3kwbBbNg3kR6gbmFeK8wtwBPA4a3ADsprIk+AtjZwEzEUzoxweHHgDX4uNS7AO1Cw98Fto6b7ghFREREREREjBiX7glu2Q9KWLQG1HlP6Bk0uxHgJ6wC33wAmxCSpQ9KiaUBjACWgWY3w8WEVUAJ8ESXqvQhgyHWfnuLPcmWGZXEc7oITAFCScBg0wHcgoXNZo1obY35gMQszdejtm0BViSeFvefD+A9ZKtjQBjX/S4QEREREREREbE99HP8g65psPzegUfPAoAvp0KH3L3bx7cDsAYFSgP/Ea4eSQaexTwdXGn2CrwNsKT667eV4COIpbPCmAa8OiCJ4EhsGGXlkRPAlbhG/TxchhABfAII/BqET/dkMRWsc5M5KzM7LdDLnzWH14S8HUjYLIQwbjndb6LhGrqoF+zjlj1E4E8PlEguBwQvSKACENY63anbvgtc8vnh22RERERERETETUX/bak93YzEshvdXaTNDw0uVQWq79aAtSrwx/NsbdXSAJQu8OLUGl6dyuwOTsC6vM8byYp012+Jb6kCvrLBelERPwIvT/LWWja7J14CAnvDhdXMfAx4+Uss0z2B6QcjnG3C4eYAWzsnFsTCYUs0zh7ZEGs0wJ5qZZiUTs+32ID7dEYAawFvnplOu1iYAHsDnJdwrWQWMLsJsK6t8xV65wVgXYB0kWAXsPfyxJmDMezdHMDzWAxMmAUItkIfIIAMgiSVDUuhGRxav+Ua+ZPtrXAQuE7wHrAAnnnc8wHbfj4mIiIiIiJi1Ljcuzh3VMijspYzNutYhIuDbtk76g/8CI7+rGdg1tZaLyca08zgFNnKjn/hqzuA7RY3fcdqbdLzdHjA1bdkAKawMKJPLyFgL7MvAe7nu8skz/cD2OYzzPVq1l5fcNCcC67TN05AE266CEgs4TBvuiee4um21WkgqeDPDBukILG0kIW7gE0UvH3YUhqdEPHuWbESQLvExsM7PaipyQQWnZnP91vSiWDr9pgQxk+AkBDh/WHO6LDolDwxEoheQ5uAQvMP/vmja4jrrl9ERERExPVGesVvZBa3A3zLVdQb/jX6j2kpwLrMYnpfaXA1EFJSqFcUYlSLIWzrskDxilI1hRQFQ2Z8l0JlATq/sC6BMwLH0m2ARy90e73U34jODAKgIsGIZ6mI9U1gXARYlt85QSmRKQH4U1hiN3QsabvYWLrAGhbA8ps7NiqCHBZA9ys0dI9Gf6YjGwNIDusMTaqthI4Blg0yozF/3SZDwh+OIR/lT+0KgeUvhQG/K7MDA5yObheJ3gN9SEZIQF900T8iIiIi4mYhU35Ctn7+WxOJW0O1biobN5v6crwT8Nxgp3KVXCpmNDnz83FL5AC5uEUKQGfsSnFXOGSaKG7XICc0KsFeUUyRs1f+bRBSukVzvvu5ERe1hgtD37bFVGYrW7t1etPqSQ6TCeQTowGCBRN0r61VqA7MbTW2QVpRFGkFQsjMIAAxAMpEJ7rGHYMAWfS+ROtKQ2MBrvXuqjhd4AQm7757BzABy+XS/wSGwASIAAG7BoGgVEcHJCEJJqRqoEn4gYLLAmAK6ENVXI8BgBpotPigPP1AE/Due7u/MQi4e/cu2x7vlskBSoDS/31MgGlSIPU3bQw+SNULVXhXwWkB+0p1mO7reYCstP+WAFU+mmKritMFyi5w7x7uAkshL4F8b0/IytevJEDpf/v++24CEnJAHkmS/QSFMHB4eOgeA2BfMiD1xwSUPy0B5SCICHigzn7woDlwVA2CR0QddAIngD2iIQgBH+L5ifnitnwvXATQCuGjEqjC4+Nj0CbKLCDbn07lm+4Cpewm4LhCfSDJ4b08vwM5fkYIdSF54LflC+s7oQRMCAFgWMBc6+8hoC3u4xLE5CYtAdQCsv0SzSViMqgxdgpGn8zz9i6QN/XnTgvgBIS6AE6vxsCizdwSkJn1tcVVfgC8IxwgFhC6DVbtmZtzMJm+dQNXODDoLXD1/AAloGSgEJtDli1KdPD1GIem6xLODr2mlXY3qn9ERERExMjx8KE/PQXvvDaAbesjQabD3UflbepRI9bBdhtjz2t53p5buSa7a8tC/I60p/De12S0dUAOyds21j/LNAMz5UWe5FMU7Mgmz3daR85KRaaPP6pd8YYBebICWWkyPZtcuYJry9X1aDUolDOXtvf2VHE7x9f0McBjor9ylA61/so3b6NfujucOWYCfi9fe7hBmbzOGcpvrA3S2EL8QZyKP+L4NpdCbsjClA8mB0hW7V8sXA2E2tmv5cbgkMXJxi5S7TpWMxZtdMUJqGYHEAFPHjx9dv8BmjbKpH1nuD1eAv4Ef5avv2AFletPZBx8yNh4klPft5VrZz611/ewEdE4MIO9heSgEnaaGZsdFwH1KIAsYA/+Cg91g6T+aMoubAF/E5+Iv+sppWNiAcfEAo6JBSyM2EP2gGqQauNbUt+nlfRp28AymMexA6gxQOsXJuDJgw8/ki+7/rWnjglIoZx1auR/wGfy9U+0Y8Lo46V8h8govey/Eh85CGiiu9RoELEfgWGO8jCZikMjXiQEZIRhon+7I8IkAMmff3J3dvdfX9TyflPc7nrywrx6gnWBWsbi48daVrbfzndaCRAEao9QKtyTkkAmuR/VDdZ3AbXFSLi6hOrupDi/LIj+PIBPsf7i6Zdy+Jt/+bQlQPb/1HM+U3TOBlFzkpVN8hM/gE57E9n2DTA+eUH1p7dBUW3q0snlisDtoj0fWAkGcnEFUXQI8A0fKCIiIiJiC5jiiWnlysExy/Nc/3nJWwtV6AHeux/0aUEKK/m+wrfmE0Cu5vvw1Vdffw1foObsKf1LyD/u3IcnT+D+nSad7Ldophua+YZWpgfa4I36TTnMptMXBgP+LxcLYSHLylG0CZKBFfXGD7Xn9Y3Cv7UruprKAhYsuGnTjdiUPWRdB686j3QdMxns6MXBKkEHV8oxXsELy27ZX0mAcrXQGUr38tc0AE3At989f/7dt7o9UwHFAq/sUAKMLSNQTkahDQ+pqKYqUu1rZ2o+BhHwTK3V4QpXinUXATS85OqS9LJLIYtalbLWPzXzQ2nru+3pL2XSDLmrMCEbMszzy3VQlAFU4CnjOYEtYD7H+9XzszMVXmoCpP4CTYFRxmmwYBeJibftb2wA6V9dwWYM+Ax2JeBlm6EojPPhwE/AkfzzSP00ycrApnCILIBEr8+e7T87g5O2wBeqdbPNEUAt4PtSbmblav21gvmqxKF5uiYM0g8ODg4MAuorW30cSnwuf8iGh5VzDDg7Ux0AD4IvptPZBgdBMgZ8X48BNQNK/8IIR++o9h7q01d7cIIYUAUdoWGvmbxp9Pv44/qHGIhzDJhmZ2dncIYZoLfBTd8FHquJWd0eGrqt5nM9YSVHQPmTagbA+Gj+3G0O0NtgaRElHGMATBUwAbZr2IcAgrS89o8bP8CyR9AcYaW1vEjVSPm8ST1/kphf6yLKUaOWJpma0suaDRvd/YDt4+jVqyMkLvYUV+nzljHaYLZzMiIiIqIXpnh39Osf1BDzw+ttN2pAXABctMKPzaj747abNRjuKXXv1cLr6o6j3rUNLGGJT/iPxZkRm9t5tiz5X/YvaF1cqADqohbeaALetDmI22DzIwpNCVt6oAeoDEt1T196y79E3KsUvocqp64Ha09KDxTaKAIbN5X8dvLWXJ1l1Q1JgBwBVAh9YVRutmGOF8Yq/fXyYmHqb9u6u0gXWL+38u2tkWG5RQKK5noXbgIK0uUBTlOchvW3EZAaJlNuNJ8Y4bRBQAbL5XI4T1cr7CaAn4P0l7obg2JvCxh2ECwNoHpoptThlSbgFcpU+AvA6b3HgGGjNTroPdXiU5yJnEQYMPjpfRcQYsAhcKkVrlpw3ojnWEc6BmCp2Pzu860G6z+paVl4+dM22zCm2YqIiIiIiIhLRgE+8bIBM+LIrPWERB/s7FD9wSNePgFAKDAIKNNSnKGYperNyKBC5kaeV5nc4W1BfOeCJUO5QjYgASYFJgFVWtvm8vJI9WgGgwCczgmgwSKfDDA34w5CAN4MTAkopz/qRpYfM9zmOgMmYGbRKayxIW7y/wesRcCAFrAWAQNbwLBjAMXWx4CB7wJ8vmPLd4ERYLt+QERERETEzYb/ObLrjvS/An7+HO3dlF7KyQ36nlz1HCn8XKDnGfLipeUBisY3od9/0FUeHVbwP0mAQLuTFSszxgB9slTv1+8mjw0pnArxcyFO8dPWq0MZ0ZrP12pFJgcT+dNu34YDcz+7ksGUJ+o1Gal7m9X75k/0FcoXoHbb7zkIKL8aLdlvvl8PEkgSdaCR99VLf/+eSpdHkv2RElBagMQpvuJqXFgZu5MRAV9UaE28ozw6zMp74ALteZHB6BQOpw4Crt0gmAOcnpziYb+ajtAhKWz4P1yODfmFvD4XV/Kp+YiIiIiI3qDPB4Rkuomqq9y1vr5yCPT5gJBMt9F1lbvW11cOXn9o8XodmW6k7Cp3ra+vHAR9PuCNLqCRz5VveF7L1VbaMv1VKwOVhTP9jU5/46xfgDdd7egk6YK2X+DnHXwAXQG0clOIqFeDz8/x6nAoP09n+fUSuS0dr57ZP8Foj/jll1+E2R4hztZcXwP0TK9DVr33nDQYN4jlF0whf35CQLA9ovl1yGeV/psjYIG+g85CgO2zi0LB+i0W4rOAM1HpvzYB4S6gvn2ri4mHugiECPR2KUHyU1kycNbmD4I+H2AZ1JpBUA9idJACKrsHVesgSeung6yZ3vDjklUfaOUghr6N9b2NdpXDGNqR6etIdZXDGNqV7etKd5UjIiIiIiIiPKgdh0uTRw/y/wPD8jUkAPwElC+soPATIOg/PRw3qq8kBI9MCILmzSWTf383dkQLuPFjwE2/C0RERERERERsGsnV8QSCuyAh677RNSH/H2jMSESgrWsQQK/3VdJ/ExZA9b1S+psWUG5vL18OAtq1N1Nfg0N19rUdA7IGpv74ilf6Xx0b6GsBVf6rq39fC7jy+ve9Czj0v7ZjQABa/6tjA0EL6AKld/MbETFy/B+Oi6Z9Ft2HTwAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMS0wMi0xN1QyMDoxNjo0MCswMDowMLzrUiUAAAAldEVYdGRhdGU6bW9kaWZ5ADE5ODUtMTAtMjZUMDg6MTU6MDArMDA6MDAizFMHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAABJRU5ErkJggg==)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABEVBMVEXMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAAAWt1qrAAAAWnRSTlMAWEd8IjKY4b3Ld2acsomqpVpOeudAZYVTi0aRlGNhTaBobZtzv33AvOOt5enkgY5d393gudbb0sTV1Ndi2nD+Dc6Zafg4KhYcxXnRp8iT0Niv8M2QiLC7x6vji8qEAAAAAWJLR0QAiAUdSAAAAAd0SU1FB+UCEhQkI0Itd50AAA9rSURBVHja7V0LY9u2EQbJSKrpmJIbuUubOG69JnM2L8leXdd1bdSma+M6qbuk63r//4cM4AuHOzzEUqZoG59syUeAAO7jAbwDQFmIiIiIESCBZNtN2LL+MHIGejcvAb/+CWZAZR6WEGKBoGASQNtjpKvUBB8BYBWApwJyfvnnoCZBLZATkND2GOn0CjIC6Om8ApY5GZAB1n67Cp50zqAguf2l2zIn3kwbBbNg3kR6gbmFeK8wtwBPA4a3ADsprIk+AtjZwEzEUzoxweHHgDX4uNS7AO1Cw98Fto6b7ghFREREREREjBiX7glu2Q9KWLQG1HlP6Bk0uxHgJ6wC33wAmxCSpQ9KiaUBjACWgWY3w8WEVUAJ8ESXqvQhgyHWfnuLPcmWGZXEc7oITAFCScBg0wHcgoXNZo1obY35gMQszdejtm0BViSeFvefD+A9ZKtjQBjX/S4QEREREREREbE99HP8g65psPzegUfPAoAvp0KH3L3bx7cDsAYFSgP/Ea4eSQaexTwdXGn2CrwNsKT667eV4COIpbPCmAa8OiCJ4EhsGGXlkRPAlbhG/TxchhABfAII/BqET/dkMRWsc5M5KzM7LdDLnzWH14S8HUjYLIQwbjndb6LhGrqoF+zjlj1E4E8PlEguBwQvSKACENY63anbvgtc8vnh22RERERERETETUX/bak93YzEshvdXaTNDw0uVQWq79aAtSrwx/NsbdXSAJQu8OLUGl6dyuwOTsC6vM8byYp012+Jb6kCvrLBelERPwIvT/LWWja7J14CAnvDhdXMfAx4+Uss0z2B6QcjnG3C4eYAWzsnFsTCYUs0zh7ZEGs0wJ5qZZiUTs+32ID7dEYAawFvnplOu1iYAHsDnJdwrWQWMLsJsK6t8xV65wVgXYB0kWAXsPfyxJmDMezdHMDzWAxMmAUItkIfIIAMgiSVDUuhGRxav+Ua+ZPtrXAQuE7wHrAAnnnc8wHbfj4mIiIiIiJi1Ljcuzh3VMijspYzNutYhIuDbtk76g/8CI7+rGdg1tZaLyca08zgFNnKjn/hqzuA7RY3fcdqbdLzdHjA1bdkAKawMKJPLyFgL7MvAe7nu8skz/cD2OYzzPVq1l5fcNCcC67TN05AE266CEgs4TBvuiee4um21WkgqeDPDBukILG0kIW7gE0UvH3YUhqdEPHuWbESQLvExsM7PaipyQQWnZnP91vSiWDr9pgQxk+AkBDh/WHO6LDolDwxEoheQ5uAQvMP/vmja4jrrl9ERERExPVGesVvZBa3A3zLVdQb/jX6j2kpwLrMYnpfaXA1EFJSqFcUYlSLIWzrskDxilI1hRQFQ2Z8l0JlATq/sC6BMwLH0m2ARy90e73U34jODAKgIsGIZ6mI9U1gXARYlt85QSmRKQH4U1hiN3QsabvYWLrAGhbA8ps7NiqCHBZA9ys0dI9Gf6YjGwNIDusMTaqthI4Blg0yozF/3SZDwh+OIR/lT+0KgeUvhQG/K7MDA5yObheJ3gN9SEZIQF900T8iIiIi4mYhU35Ctn7+WxOJW0O1biobN5v6crwT8Nxgp3KVXCpmNDnz83FL5AC5uEUKQGfsSnFXOGSaKG7XICc0KsFeUUyRs1f+bRBSukVzvvu5ERe1hgtD37bFVGYrW7t1etPqSQ6TCeQTowGCBRN0r61VqA7MbTW2QVpRFGkFQsjMIAAxAMpEJ7rGHYMAWfS+ROtKQ2MBrvXuqjhd4AQm7757BzABy+XS/wSGwASIAAG7BoGgVEcHJCEJJqRqoEn4gYLLAmAK6ENVXI8BgBpotPigPP1AE/Due7u/MQi4e/cu2x7vlskBSoDS/31MgGlSIPU3bQw+SNULVXhXwWkB+0p1mO7reYCstP+WAFU+mmKritMFyi5w7x7uAkshL4F8b0/IytevJEDpf/v++24CEnJAHkmS/QSFMHB4eOgeA2BfMiD1xwSUPy0B5SCICHigzn7woDlwVA2CR0QddAIngD2iIQgBH+L5ifnitnwvXATQCuGjEqjC4+Nj0CbKLCDbn07lm+4Cpewm4LhCfSDJ4b08vwM5fkYIdSF54LflC+s7oQRMCAFgWMBc6+8hoC3u4xLE5CYtAdQCsv0SzSViMqgxdgpGn8zz9i6QN/XnTgvgBIS6AE6vxsCizdwSkJn1tcVVfgC8IxwgFhC6DVbtmZtzMJm+dQNXODDoLXD1/AAloGSgEJtDli1KdPD1GIem6xLODr2mlXY3qn9ERERExMjx8KE/PQXvvDaAbesjQabD3UflbepRI9bBdhtjz2t53p5buSa7a8tC/I60p/De12S0dUAOyds21j/LNAMz5UWe5FMU7Mgmz3daR85KRaaPP6pd8YYBebICWWkyPZtcuYJry9X1aDUolDOXtvf2VHE7x9f0McBjor9ylA61/so3b6NfujucOWYCfi9fe7hBmbzOGcpvrA3S2EL8QZyKP+L4NpdCbsjClA8mB0hW7V8sXA2E2tmv5cbgkMXJxi5S7TpWMxZtdMUJqGYHEAFPHjx9dv8BmjbKpH1nuD1eAv4Ef5avv2AFletPZBx8yNh4klPft5VrZz611/ewEdE4MIO9heSgEnaaGZsdFwH1KIAsYA/+Cg91g6T+aMoubAF/E5+Iv+sppWNiAcfEAo6JBSyM2EP2gGqQauNbUt+nlfRp28AymMexA6gxQOsXJuDJgw8/ki+7/rWnjglIoZx1auR/wGfy9U+0Y8Lo46V8h8govey/Eh85CGiiu9RoELEfgWGO8jCZikMjXiQEZIRhon+7I8IkAMmff3J3dvdfX9TyflPc7nrywrx6gnWBWsbi48daVrbfzndaCRAEao9QKtyTkkAmuR/VDdZ3AbXFSLi6hOrupDi/LIj+PIBPsf7i6Zdy+Jt/+bQlQPb/1HM+U3TOBlFzkpVN8hM/gE57E9n2DTA+eUH1p7dBUW3q0snlisDtoj0fWAkGcnEFUXQI8A0fKCIiIiJiC5jiiWnlysExy/Nc/3nJWwtV6AHeux/0aUEKK/m+wrfmE0Cu5vvw1Vdffw1foObsKf1LyD/u3IcnT+D+nSad7Ldophua+YZWpgfa4I36TTnMptMXBgP+LxcLYSHLylG0CZKBFfXGD7Xn9Y3Cv7UruprKAhYsuGnTjdiUPWRdB686j3QdMxns6MXBKkEHV8oxXsELy27ZX0mAcrXQGUr38tc0AE3At989f/7dt7o9UwHFAq/sUAKMLSNQTkahDQ+pqKYqUu1rZ2o+BhHwTK3V4QpXinUXATS85OqS9LJLIYtalbLWPzXzQ2nru+3pL2XSDLmrMCEbMszzy3VQlAFU4CnjOYEtYD7H+9XzszMVXmoCpP4CTYFRxmmwYBeJibftb2wA6V9dwWYM+Ax2JeBlm6EojPPhwE/AkfzzSP00ycrApnCILIBEr8+e7T87g5O2wBeqdbPNEUAt4PtSbmblav21gvmqxKF5uiYM0g8ODg4MAuorW30cSnwuf8iGh5VzDDg7Ux0AD4IvptPZBgdBMgZ8X48BNQNK/8IIR++o9h7q01d7cIIYUAUdoWGvmbxp9Pv44/qHGIhzDJhmZ2dncIYZoLfBTd8FHquJWd0eGrqt5nM9YSVHQPmTagbA+Gj+3G0O0NtgaRElHGMATBUwAbZr2IcAgrS89o8bP8CyR9AcYaW1vEjVSPm8ST1/kphf6yLKUaOWJpma0suaDRvd/YDt4+jVqyMkLvYUV+nzljHaYLZzMiIiIqIXpnh39Osf1BDzw+ttN2pAXABctMKPzaj747abNRjuKXXv1cLr6o6j3rUNLGGJT/iPxZkRm9t5tiz5X/YvaF1cqADqohbeaALetDmI22DzIwpNCVt6oAeoDEt1T196y79E3KsUvocqp64Ha09KDxTaKAIbN5X8dvLWXJ1l1Q1JgBwBVAh9YVRutmGOF8Yq/fXyYmHqb9u6u0gXWL+38u2tkWG5RQKK5noXbgIK0uUBTlOchvW3EZAaJlNuNJ8Y4bRBQAbL5XI4T1cr7CaAn4P0l7obg2JvCxh2ECwNoHpoptThlSbgFcpU+AvA6b3HgGGjNTroPdXiU5yJnEQYMPjpfRcQYsAhcKkVrlpw3ojnWEc6BmCp2Pzu860G6z+paVl4+dM22zCm2YqIiIiIiIhLRgE+8bIBM+LIrPWERB/s7FD9wSNePgFAKDAIKNNSnKGYperNyKBC5kaeV5nc4W1BfOeCJUO5QjYgASYFJgFVWtvm8vJI9WgGgwCczgmgwSKfDDA34w5CAN4MTAkopz/qRpYfM9zmOgMmYGbRKayxIW7y/wesRcCAFrAWAQNbwLBjAMXWx4CB7wJ8vmPLd4ERYLt+QERERETEzYb/ObLrjvS/An7+HO3dlF7KyQ36nlz1HCn8XKDnGfLipeUBisY3od9/0FUeHVbwP0mAQLuTFSszxgB9slTv1+8mjw0pnArxcyFO8dPWq0MZ0ZrP12pFJgcT+dNu34YDcz+7ksGUJ+o1Gal7m9X75k/0FcoXoHbb7zkIKL8aLdlvvl8PEkgSdaCR99VLf/+eSpdHkv2RElBagMQpvuJqXFgZu5MRAV9UaE28ozw6zMp74ALteZHB6BQOpw4Crt0gmAOcnpziYb+ajtAhKWz4P1yODfmFvD4XV/Kp+YiIiIiI3qDPB4Rkuomqq9y1vr5yCPT5gJBMt9F1lbvW11cOXn9o8XodmW6k7Cp3ra+vHAR9PuCNLqCRz5VveF7L1VbaMv1VKwOVhTP9jU5/46xfgDdd7egk6YK2X+DnHXwAXQG0clOIqFeDz8/x6nAoP09n+fUSuS0dr57ZP8Foj/jll1+E2R4hztZcXwP0TK9DVr33nDQYN4jlF0whf35CQLA9ovl1yGeV/psjYIG+g85CgO2zi0LB+i0W4rOAM1HpvzYB4S6gvn2ri4mHugiECPR2KUHyU1kycNbmD4I+H2AZ1JpBUA9idJACKrsHVesgSeung6yZ3vDjklUfaOUghr6N9b2NdpXDGNqR6etIdZXDGNqV7etKd5UjIiIiIiIiPKgdh0uTRw/y/wPD8jUkAPwElC+soPATIOg/PRw3qq8kBI9MCILmzSWTf383dkQLuPFjwE2/C0RERERERERsGsnV8QSCuyAh677RNSH/H2jMSESgrWsQQK/3VdJ/ExZA9b1S+psWUG5vL18OAtq1N1Nfg0N19rUdA7IGpv74ilf6Xx0b6GsBVf6rq39fC7jy+ve9Czj0v7ZjQABa/6tjA0EL6AKld/MbETFy/B+Oi6Z9Ft2HTwAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMS0wMi0xN1QyMDoxNjo0MCswMDowMLzrUiUAAAAldEVYdGRhdGU6bW9kaWZ5ADE5ODUtMTAtMjZUMDg6MTU6MDArMDA6MDAizFMHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAABJRU5ErkJggg==)}.ui-button .ui-icon{background-image:url(/wp-content/plugins/ee-simple-file-list-search/datepicker/images/ui-icons_777777_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}
/*!/wp-content/plugins/ee-simple-file-list-search/datepicker/jquery-ui.theme.min.css*/
/*! jQuery UI - v1.12.1 - 2021-02-18
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(/wp-content/plugins/ee-simple-file-list-search/datepicker/images/ui-icons_444444_256x240.png)}.ui-widget-header .ui-icon{background-image:url(/wp-content/plugins/ee-simple-file-list-search/datepicker/images/ui-icons_444444_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url(/wp-content/plugins/ee-simple-file-list-search/datepicker/images/ui-icons_555555_256x240.png)}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url(/wp-content/plugins/ee-simple-file-list-search/datepicker/images/ui-icons_ffffff_256x240.png)}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABEVBMVEV3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diB3diBh/q0oAAAAWnRSTlMAWEd8IjKY4b3Ld2acsomqpVpOeudAZYVTi0aRlGNhTaBobZtzv33AvOOt5enkgY5d393gudbb0sTV1Ndi2nD+Dc6Zafg4KhYcxXnRp8iT0Niv8M2QiLC7x6vji8qEAAAAAWJLR0QAiAUdSAAAAAd0SU1FB+UCEhQkJNxJ4j4AAA9rSURBVHja7V0LY9u2EQbJSKrpmJIbuUubOG69JnM2L8leXdd1bdSma+M6qbuk63r//4cM4AuHOzzEUqZoG59syUeAAO7jAbwDQFmIiIiIESCBZNtN2LL+MHIGejcvAb/+CWZAZR6WEGKBoGASQNtjpKvUBB8BYBWApwJyfvnnoCZBLZATkND2GOn0CjIC6Om8ApY5GZAB1n67Cp50zqAguf2l2zIn3kwbBbNg3kR6gbmFeK8wtwBPA4a3ADsprIk+AtjZwEzEUzoxweHHgDX4uNS7AO1Cw98Fto6b7ghFREREREREjBiX7glu2Q9KWLQG1HlP6Bk0uxHgJ6wC33wAmxCSpQ9KiaUBjACWgWY3w8WEVUAJ8ESXqvQhgyHWfnuLPcmWGZXEc7oITAFCScBg0wHcgoXNZo1obY35gMQszdejtm0BViSeFvefD+A9ZKtjQBjX/S4QEREREREREbE99HP8g65psPzegUfPAoAvp0KH3L3bx7cDsAYFSgP/Ea4eSQaexTwdXGn2CrwNsKT667eV4COIpbPCmAa8OiCJ4EhsGGXlkRPAlbhG/TxchhABfAII/BqET/dkMRWsc5M5KzM7LdDLnzWH14S8HUjYLIQwbjndb6LhGrqoF+zjlj1E4E8PlEguBwQvSKACENY63anbvgtc8vnh22RERERERETETUX/bak93YzEshvdXaTNDw0uVQWq79aAtSrwx/NsbdXSAJQu8OLUGl6dyuwOTsC6vM8byYp012+Jb6kCvrLBelERPwIvT/LWWja7J14CAnvDhdXMfAx4+Uss0z2B6QcjnG3C4eYAWzsnFsTCYUs0zh7ZEGs0wJ5qZZiUTs+32ID7dEYAawFvnplOu1iYAHsDnJdwrWQWMLsJsK6t8xV65wVgXYB0kWAXsPfyxJmDMezdHMDzWAxMmAUItkIfIIAMgiSVDUuhGRxav+Ua+ZPtrXAQuE7wHrAAnnnc8wHbfj4mIiIiIiJi1Ljcuzh3VMijspYzNutYhIuDbtk76g/8CI7+rGdg1tZaLyca08zgFNnKjn/hqzuA7RY3fcdqbdLzdHjA1bdkAKawMKJPLyFgL7MvAe7nu8skz/cD2OYzzPVq1l5fcNCcC67TN05AE266CEgs4TBvuiee4um21WkgqeDPDBukILG0kIW7gE0UvH3YUhqdEPHuWbESQLvExsM7PaipyQQWnZnP91vSiWDr9pgQxk+AkBDh/WHO6LDolDwxEoheQ5uAQvMP/vmja4jrrl9ERERExPVGesVvZBa3A3zLVdQb/jX6j2kpwLrMYnpfaXA1EFJSqFcUYlSLIWzrskDxilI1hRQFQ2Z8l0JlATq/sC6BMwLH0m2ARy90e73U34jODAKgIsGIZ6mI9U1gXARYlt85QSmRKQH4U1hiN3QsabvYWLrAGhbA8ps7NiqCHBZA9ys0dI9Gf6YjGwNIDusMTaqthI4Blg0yozF/3SZDwh+OIR/lT+0KgeUvhQG/K7MDA5yObheJ3gN9SEZIQF900T8iIiIi4mYhU35Ctn7+WxOJW0O1biobN5v6crwT8Nxgp3KVXCpmNDnz83FL5AC5uEUKQGfsSnFXOGSaKG7XICc0KsFeUUyRs1f+bRBSukVzvvu5ERe1hgtD37bFVGYrW7t1etPqSQ6TCeQTowGCBRN0r61VqA7MbTW2QVpRFGkFQsjMIAAxAMpEJ7rGHYMAWfS+ROtKQ2MBrvXuqjhd4AQm7757BzABy+XS/wSGwASIAAG7BoGgVEcHJCEJJqRqoEn4gYLLAmAK6ENVXI8BgBpotPigPP1AE/Due7u/MQi4e/cu2x7vlskBSoDS/31MgGlSIPU3bQw+SNULVXhXwWkB+0p1mO7reYCstP+WAFU+mmKritMFyi5w7x7uAkshL4F8b0/IytevJEDpf/v++24CEnJAHkmS/QSFMHB4eOgeA2BfMiD1xwSUPy0B5SCICHigzn7woDlwVA2CR0QddAIngD2iIQgBH+L5ifnitnwvXATQCuGjEqjC4+Nj0CbKLCDbn07lm+4Cpewm4LhCfSDJ4b08vwM5fkYIdSF54LflC+s7oQRMCAFgWMBc6+8hoC3u4xLE5CYtAdQCsv0SzSViMqgxdgpGn8zz9i6QN/XnTgvgBIS6AE6vxsCizdwSkJn1tcVVfgC8IxwgFhC6DVbtmZtzMJm+dQNXODDoLXD1/AAloGSgEJtDli1KdPD1GIem6xLODr2mlXY3qn9ERERExMjx8KE/PQXvvDaAbesjQabD3UflbepRI9bBdhtjz2t53p5buSa7a8tC/I60p/De12S0dUAOyds21j/LNAMz5UWe5FMU7Mgmz3daR85KRaaPP6pd8YYBebICWWkyPZtcuYJry9X1aDUolDOXtvf2VHE7x9f0McBjor9ylA61/so3b6NfujucOWYCfi9fe7hBmbzOGcpvrA3S2EL8QZyKP+L4NpdCbsjClA8mB0hW7V8sXA2E2tmv5cbgkMXJxi5S7TpWMxZtdMUJqGYHEAFPHjx9dv8BmjbKpH1nuD1eAv4Ef5avv2AFletPZBx8yNh4klPft5VrZz611/ewEdE4MIO9heSgEnaaGZsdFwH1KIAsYA/+Cg91g6T+aMoubAF/E5+Iv+sppWNiAcfEAo6JBSyM2EP2gGqQauNbUt+nlfRp28AymMexA6gxQOsXJuDJgw8/ki+7/rWnjglIoZx1auR/wGfy9U+0Y8Lo46V8h8govey/Eh85CGiiu9RoELEfgWGO8jCZikMjXiQEZIRhon+7I8IkAMmff3J3dvdfX9TyflPc7nrywrx6gnWBWsbi48daVrbfzndaCRAEao9QKtyTkkAmuR/VDdZ3AbXFSLi6hOrupDi/LIj+PIBPsf7i6Zdy+Jt/+bQlQPb/1HM+U3TOBlFzkpVN8hM/gE57E9n2DTA+eUH1p7dBUW3q0snlisDtoj0fWAkGcnEFUXQI8A0fKCIiIiJiC5jiiWnlysExy/Nc/3nJWwtV6AHeux/0aUEKK/m+wrfmE0Cu5vvw1Vdffw1foObsKf1LyD/u3IcnT+D+nSad7Ldophua+YZWpgfa4I36TTnMptMXBgP+LxcLYSHLylG0CZKBFfXGD7Xn9Y3Cv7UruprKAhYsuGnTjdiUPWRdB686j3QdMxns6MXBKkEHV8oxXsELy27ZX0mAcrXQGUr38tc0AE3At989f/7dt7o9UwHFAq/sUAKMLSNQTkahDQ+pqKYqUu1rZ2o+BhHwTK3V4QpXinUXATS85OqS9LJLIYtalbLWPzXzQ2nru+3pL2XSDLmrMCEbMszzy3VQlAFU4CnjOYEtYD7H+9XzszMVXmoCpP4CTYFRxmmwYBeJibftb2wA6V9dwWYM+Ax2JeBlm6EojPPhwE/AkfzzSP00ycrApnCILIBEr8+e7T87g5O2wBeqdbPNEUAt4PtSbmblav21gvmqxKF5uiYM0g8ODg4MAuorW30cSnwuf8iGh5VzDDg7Ux0AD4IvptPZBgdBMgZ8X48BNQNK/8IIR++o9h7q01d7cIIYUAUdoWGvmbxp9Pv44/qHGIhzDJhmZ2dncIYZoLfBTd8FHquJWd0eGrqt5nM9YSVHQPmTagbA+Gj+3G0O0NtgaRElHGMATBUwAbZr2IcAgrS89o8bP8CyR9AcYaW1vEjVSPm8ST1/kphf6yLKUaOWJpma0suaDRvd/YDt4+jVqyMkLvYUV+nzljHaYLZzMiIiIqIXpnh39Osf1BDzw+ttN2pAXABctMKPzaj747abNRjuKXXv1cLr6o6j3rUNLGGJT/iPxZkRm9t5tiz5X/YvaF1cqADqohbeaALetDmI22DzIwpNCVt6oAeoDEt1T196y79E3KsUvocqp64Ha09KDxTaKAIbN5X8dvLWXJ1l1Q1JgBwBVAh9YVRutmGOF8Yq/fXyYmHqb9u6u0gXWL+38u2tkWG5RQKK5noXbgIK0uUBTlOchvW3EZAaJlNuNJ8Y4bRBQAbL5XI4T1cr7CaAn4P0l7obg2JvCxh2ECwNoHpoptThlSbgFcpU+AvA6b3HgGGjNTroPdXiU5yJnEQYMPjpfRcQYsAhcKkVrlpw3ojnWEc6BmCp2Pzu860G6z+paVl4+dM22zCm2YqIiIiIiIhLRgE+8bIBM+LIrPWERB/s7FD9wSNePgFAKDAIKNNSnKGYperNyKBC5kaeV5nc4W1BfOeCJUO5QjYgASYFJgFVWtvm8vJI9WgGgwCczgmgwSKfDDA34w5CAN4MTAkopz/qRpYfM9zmOgMmYGbRKayxIW7y/wesRcCAFrAWAQNbwLBjAMXWx4CB7wJ8vmPLd4ERYLt+QERERETEzYb/ObLrjvS/An7+HO3dlF7KyQ36nlz1HCn8XKDnGfLipeUBisY3od9/0FUeHVbwP0mAQLuTFSszxgB9slTv1+8mjw0pnArxcyFO8dPWq0MZ0ZrP12pFJgcT+dNu34YDcz+7ksGUJ+o1Gal7m9X75k/0FcoXoHbb7zkIKL8aLdlvvl8PEkgSdaCR99VLf/+eSpdHkv2RElBagMQpvuJqXFgZu5MRAV9UaE28ozw6zMp74ALteZHB6BQOpw4Crt0gmAOcnpziYb+ajtAhKWz4P1yODfmFvD4XV/Kp+YiIiIiI3qDPB4Rkuomqq9y1vr5yCPT5gJBMt9F1lbvW11cOXn9o8XodmW6k7Cp3ra+vHAR9PuCNLqCRz5VveF7L1VbaMv1VKwOVhTP9jU5/46xfgDdd7egk6YK2X+DnHXwAXQG0clOIqFeDz8/x6nAoP09n+fUSuS0dr57ZP8Foj/jll1+E2R4hztZcXwP0TK9DVr33nDQYN4jlF0whf35CQLA9ovl1yGeV/psjYIG+g85CgO2zi0LB+i0W4rOAM1HpvzYB4S6gvn2ri4mHugiECPR2KUHyU1kycNbmD4I+H2AZ1JpBUA9idJACKrsHVesgSeung6yZ3vDjklUfaOUghr6N9b2NdpXDGNqR6etIdZXDGNqV7etKd5UjIiIiIiIiPKgdh0uTRw/y/wPD8jUkAPwElC+soPATIOg/PRw3qq8kBI9MCILmzSWTf383dkQLuPFjwE2/C0RERERERERsGsnV8QSCuyAh677RNSH/H2jMSESgrWsQQK/3VdJ/ExZA9b1S+psWUG5vL18OAtq1N1Nfg0N19rUdA7IGpv74ilf6Xx0b6GsBVf6rq39fC7jy+ve9Czj0v7ZjQABa/6tjA0EL6AKld/MbETFy/B+Oi6Z9Ft2HTwAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMS0wMi0xN1QyMDoxNjo0MCswMDowMLzrUiUAAAAldEVYdGRhdGU6bW9kaWZ5ADE5ODUtMTAtMjZUMDg6MTU6MDArMDA6MDAizFMHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAABJRU5ErkJggg==)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAMAAADYSUr5AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABEVBMVEXMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAAAWt1qrAAAAWnRSTlMAWEd8IjKY4b3Ld2acsomqpVpOeudAZYVTi0aRlGNhTaBobZtzv33AvOOt5enkgY5d393gudbb0sTV1Ndi2nD+Dc6Zafg4KhYcxXnRp8iT0Niv8M2QiLC7x6vji8qEAAAAAWJLR0QAiAUdSAAAAAd0SU1FB+UCEhQkI0Itd50AAA9rSURBVHja7V0LY9u2EQbJSKrpmJIbuUubOG69JnM2L8leXdd1bdSma+M6qbuk63r//4cM4AuHOzzEUqZoG59syUeAAO7jAbwDQFmIiIiIESCBZNtN2LL+MHIGejcvAb/+CWZAZR6WEGKBoGASQNtjpKvUBB8BYBWApwJyfvnnoCZBLZATkND2GOn0CjIC6Om8ApY5GZAB1n67Cp50zqAguf2l2zIn3kwbBbNg3kR6gbmFeK8wtwBPA4a3ADsprIk+AtjZwEzEUzoxweHHgDX4uNS7AO1Cw98Fto6b7ghFREREREREjBiX7glu2Q9KWLQG1HlP6Bk0uxHgJ6wC33wAmxCSpQ9KiaUBjACWgWY3w8WEVUAJ8ESXqvQhgyHWfnuLPcmWGZXEc7oITAFCScBg0wHcgoXNZo1obY35gMQszdejtm0BViSeFvefD+A9ZKtjQBjX/S4QEREREREREbE99HP8g65psPzegUfPAoAvp0KH3L3bx7cDsAYFSgP/Ea4eSQaexTwdXGn2CrwNsKT667eV4COIpbPCmAa8OiCJ4EhsGGXlkRPAlbhG/TxchhABfAII/BqET/dkMRWsc5M5KzM7LdDLnzWH14S8HUjYLIQwbjndb6LhGrqoF+zjlj1E4E8PlEguBwQvSKACENY63anbvgtc8vnh22RERERERETETUX/bak93YzEshvdXaTNDw0uVQWq79aAtSrwx/NsbdXSAJQu8OLUGl6dyuwOTsC6vM8byYp012+Jb6kCvrLBelERPwIvT/LWWja7J14CAnvDhdXMfAx4+Uss0z2B6QcjnG3C4eYAWzsnFsTCYUs0zh7ZEGs0wJ5qZZiUTs+32ID7dEYAawFvnplOu1iYAHsDnJdwrWQWMLsJsK6t8xV65wVgXYB0kWAXsPfyxJmDMezdHMDzWAxMmAUItkIfIIAMgiSVDUuhGRxav+Ua+ZPtrXAQuE7wHrAAnnnc8wHbfj4mIiIiIiJi1Ljcuzh3VMijspYzNutYhIuDbtk76g/8CI7+rGdg1tZaLyca08zgFNnKjn/hqzuA7RY3fcdqbdLzdHjA1bdkAKawMKJPLyFgL7MvAe7nu8skz/cD2OYzzPVq1l5fcNCcC67TN05AE266CEgs4TBvuiee4um21WkgqeDPDBukILG0kIW7gE0UvH3YUhqdEPHuWbESQLvExsM7PaipyQQWnZnP91vSiWDr9pgQxk+AkBDh/WHO6LDolDwxEoheQ5uAQvMP/vmja4jrrl9ERERExPVGesVvZBa3A3zLVdQb/jX6j2kpwLrMYnpfaXA1EFJSqFcUYlSLIWzrskDxilI1hRQFQ2Z8l0JlATq/sC6BMwLH0m2ARy90e73U34jODAKgIsGIZ6mI9U1gXARYlt85QSmRKQH4U1hiN3QsabvYWLrAGhbA8ps7NiqCHBZA9ys0dI9Gf6YjGwNIDusMTaqthI4Blg0yozF/3SZDwh+OIR/lT+0KgeUvhQG/K7MDA5yObheJ3gN9SEZIQF900T8iIiIi4mYhU35Ctn7+WxOJW0O1biobN5v6crwT8Nxgp3KVXCpmNDnz83FL5AC5uEUKQGfsSnFXOGSaKG7XICc0KsFeUUyRs1f+bRBSukVzvvu5ERe1hgtD37bFVGYrW7t1etPqSQ6TCeQTowGCBRN0r61VqA7MbTW2QVpRFGkFQsjMIAAxAMpEJ7rGHYMAWfS+ROtKQ2MBrvXuqjhd4AQm7757BzABy+XS/wSGwASIAAG7BoGgVEcHJCEJJqRqoEn4gYLLAmAK6ENVXI8BgBpotPigPP1AE/Due7u/MQi4e/cu2x7vlskBSoDS/31MgGlSIPU3bQw+SNULVXhXwWkB+0p1mO7reYCstP+WAFU+mmKritMFyi5w7x7uAkshL4F8b0/IytevJEDpf/v++24CEnJAHkmS/QSFMHB4eOgeA2BfMiD1xwSUPy0B5SCICHigzn7woDlwVA2CR0QddAIngD2iIQgBH+L5ifnitnwvXATQCuGjEqjC4+Nj0CbKLCDbn07lm+4Cpewm4LhCfSDJ4b08vwM5fkYIdSF54LflC+s7oQRMCAFgWMBc6+8hoC3u4xLE5CYtAdQCsv0SzSViMqgxdgpGn8zz9i6QN/XnTgvgBIS6AE6vxsCizdwSkJn1tcVVfgC8IxwgFhC6DVbtmZtzMJm+dQNXODDoLXD1/AAloGSgEJtDli1KdPD1GIem6xLODr2mlXY3qn9ERERExMjx8KE/PQXvvDaAbesjQabD3UflbepRI9bBdhtjz2t53p5buSa7a8tC/I60p/De12S0dUAOyds21j/LNAMz5UWe5FMU7Mgmz3daR85KRaaPP6pd8YYBebICWWkyPZtcuYJry9X1aDUolDOXtvf2VHE7x9f0McBjor9ylA61/so3b6NfujucOWYCfi9fe7hBmbzOGcpvrA3S2EL8QZyKP+L4NpdCbsjClA8mB0hW7V8sXA2E2tmv5cbgkMXJxi5S7TpWMxZtdMUJqGYHEAFPHjx9dv8BmjbKpH1nuD1eAv4Ef5avv2AFletPZBx8yNh4klPft5VrZz611/ewEdE4MIO9heSgEnaaGZsdFwH1KIAsYA/+Cg91g6T+aMoubAF/E5+Iv+sppWNiAcfEAo6JBSyM2EP2gGqQauNbUt+nlfRp28AymMexA6gxQOsXJuDJgw8/ki+7/rWnjglIoZx1auR/wGfy9U+0Y8Lo46V8h8govey/Eh85CGiiu9RoELEfgWGO8jCZikMjXiQEZIRhon+7I8IkAMmff3J3dvdfX9TyflPc7nrywrx6gnWBWsbi48daVrbfzndaCRAEao9QKtyTkkAmuR/VDdZ3AbXFSLi6hOrupDi/LIj+PIBPsf7i6Zdy+Jt/+bQlQPb/1HM+U3TOBlFzkpVN8hM/gE57E9n2DTA+eUH1p7dBUW3q0snlisDtoj0fWAkGcnEFUXQI8A0fKCIiIiJiC5jiiWnlysExy/Nc/3nJWwtV6AHeux/0aUEKK/m+wrfmE0Cu5vvw1Vdffw1foObsKf1LyD/u3IcnT+D+nSad7Ldophua+YZWpgfa4I36TTnMptMXBgP+LxcLYSHLylG0CZKBFfXGD7Xn9Y3Cv7UruprKAhYsuGnTjdiUPWRdB686j3QdMxns6MXBKkEHV8oxXsELy27ZX0mAcrXQGUr38tc0AE3At989f/7dt7o9UwHFAq/sUAKMLSNQTkahDQ+pqKYqUu1rZ2o+BhHwTK3V4QpXinUXATS85OqS9LJLIYtalbLWPzXzQ2nru+3pL2XSDLmrMCEbMszzy3VQlAFU4CnjOYEtYD7H+9XzszMVXmoCpP4CTYFRxmmwYBeJibftb2wA6V9dwWYM+Ax2JeBlm6EojPPhwE/AkfzzSP00ycrApnCILIBEr8+e7T87g5O2wBeqdbPNEUAt4PtSbmblav21gvmqxKF5uiYM0g8ODg4MAuorW30cSnwuf8iGh5VzDDg7Ux0AD4IvptPZBgdBMgZ8X48BNQNK/8IIR++o9h7q01d7cIIYUAUdoWGvmbxp9Pv44/qHGIhzDJhmZ2dncIYZoLfBTd8FHquJWd0eGrqt5nM9YSVHQPmTagbA+Gj+3G0O0NtgaRElHGMATBUwAbZr2IcAgrS89o8bP8CyR9AcYaW1vEjVSPm8ST1/kphf6yLKUaOWJpma0suaDRvd/YDt4+jVqyMkLvYUV+nzljHaYLZzMiIiIqIXpnh39Osf1BDzw+ttN2pAXABctMKPzaj747abNRjuKXXv1cLr6o6j3rUNLGGJT/iPxZkRm9t5tiz5X/YvaF1cqADqohbeaALetDmI22DzIwpNCVt6oAeoDEt1T196y79E3KsUvocqp64Ha09KDxTaKAIbN5X8dvLWXJ1l1Q1JgBwBVAh9YVRutmGOF8Yq/fXyYmHqb9u6u0gXWL+38u2tkWG5RQKK5noXbgIK0uUBTlOchvW3EZAaJlNuNJ8Y4bRBQAbL5XI4T1cr7CaAn4P0l7obg2JvCxh2ECwNoHpoptThlSbgFcpU+AvA6b3HgGGjNTroPdXiU5yJnEQYMPjpfRcQYsAhcKkVrlpw3ojnWEc6BmCp2Pzu860G6z+paVl4+dM22zCm2YqIiIiIiIhLRgE+8bIBM+LIrPWERB/s7FD9wSNePgFAKDAIKNNSnKGYperNyKBC5kaeV5nc4W1BfOeCJUO5QjYgASYFJgFVWtvm8vJI9WgGgwCczgmgwSKfDDA34w5CAN4MTAkopz/qRpYfM9zmOgMmYGbRKayxIW7y/wesRcCAFrAWAQNbwLBjAMXWx4CB7wJ8vmPLd4ERYLt+QERERETEzYb/ObLrjvS/An7+HO3dlF7KyQ36nlz1HCn8XKDnGfLipeUBisY3od9/0FUeHVbwP0mAQLuTFSszxgB9slTv1+8mjw0pnArxcyFO8dPWq0MZ0ZrP12pFJgcT+dNu34YDcz+7ksGUJ+o1Gal7m9X75k/0FcoXoHbb7zkIKL8aLdlvvl8PEkgSdaCR99VLf/+eSpdHkv2RElBagMQpvuJqXFgZu5MRAV9UaE28ozw6zMp74ALteZHB6BQOpw4Crt0gmAOcnpziYb+ajtAhKWz4P1yODfmFvD4XV/Kp+YiIiIiI3qDPB4Rkuomqq9y1vr5yCPT5gJBMt9F1lbvW11cOXn9o8XodmW6k7Cp3ra+vHAR9PuCNLqCRz5VveF7L1VbaMv1VKwOVhTP9jU5/46xfgDdd7egk6YK2X+DnHXwAXQG0clOIqFeDz8/x6nAoP09n+fUSuS0dr57ZP8Foj/jll1+E2R4hztZcXwP0TK9DVr33nDQYN4jlF0whf35CQLA9ovl1yGeV/psjYIG+g85CgO2zi0LB+i0W4rOAM1HpvzYB4S6gvn2ri4mHugiECPR2KUHyU1kycNbmD4I+H2AZ1JpBUA9idJACKrsHVesgSeung6yZ3vDjklUfaOUghr6N9b2NdpXDGNqR6etIdZXDGNqV7etKd5UjIiIiIiIiPKgdh0uTRw/y/wPD8jUkAPwElC+soPATIOg/PRw3qq8kBI9MCILmzSWTf383dkQLuPFjwE2/C0RERERERERsGsnV8QSCuyAh677RNSH/H2jMSESgrWsQQK/3VdJ/ExZA9b1S+psWUG5vL18OAtq1N1Nfg0N19rUdA7IGpv74ilf6Xx0b6GsBVf6rq39fC7jy+ve9Czj0v7ZjQABa/6tjA0EL6AKld/MbETFy/B+Oi6Z9Ft2HTwAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMS0wMi0xN1QyMDoxNjo0MCswMDowMLzrUiUAAAAldEVYdGRhdGU6bW9kaWZ5ADE5ODUtMTAtMjZUMDg6MTU6MDArMDA6MDAizFMHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAABJRU5ErkJggg==)}.ui-button .ui-icon{background-image:url(/wp-content/plugins/ee-simple-file-list-search/datepicker/images/ui-icons_777777_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}
/*!/wp-content/cache/asset-cleanup/css/item/abq-style-v59ddb396950245cb5b713cee7a2198d57d7d6a0d.css*/
/*!/wp-content/themes/abq/style.css*//*!
Theme Name: Albuquerque Journal
Theme URI: http://underscores.me/
Author: Treeline Interactive
Author URI: https://treelineinteractive.com/
Description: Custom theme built for Albuquerque Journal. Based on the underscores starter theme.
Version: 20210527
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: abq
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Albuquerque Journal is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/:root{--blue:#0099BD;--indigo:#6610f2;--purple:#6f42c1;--pink:#d63384;--red:#B40000;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#0099BD;--secondary:#B40000;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#B40000;--light:#f8f9fa;--dark:#000;--font-family-sans-serif:sans-serif;--font-family-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*::before,*::after{box-sizing:border-box}body{margin:0;font-family:sans-serif;font-size:.9rem;font-weight:400;line-height:1.6;color:#212529;background-color:#fff;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{margin:1.3rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:.65rem;font-family:sans-serif;font-weight:700;line-height:1.3}h1,.h1{font-size:calc(1.323rem + 0.876vw)}@media(min-width: 1200px){h1,.h1{font-size:1.98rem}}h2,.h2{font-size:calc(1.305rem + 0.66vw)}@media(min-width: 1200px){h2,.h2{font-size:1.8rem}}h3,.h3{font-size:calc(1.26rem + 0.12vw)}@media(min-width: 1200px){h3,.h3{font-size:1.35rem}}h4,.h4{font-size:1.08rem}h5,.h5{font-size:0.99rem}h6,.h6{font-size:0.9rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong,.strong{font-weight:bolder}small,.election-results-meta,.small{font-size:0.7425rem}mark,.mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:0.75em;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:#0099bd;text-decoration:none}a:hover{color:#00c2f0;text-decoration:none}a:not([href]),a:not([href]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:0.7425rem}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:0.7425rem;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:0.7425rem;color:#fff;background-color:#212529;border-radius:.15rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[list]::-webkit-calendar-picker-indicator{display:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + 0.3vw);line-height:inherit;white-space:normal}@media(min-width: 1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none !important}.lead{font-size:1.125rem;font-weight:300}.display-1{font-size:calc(1.725rem + 5.7vw);font-weight:300;line-height:1.3}@media(min-width: 1200px){.display-1{font-size:6rem}}.display-2{font-size:calc(1.675rem + 5.1vw);font-weight:300;line-height:1.3}@media(min-width: 1200px){.display-2{font-size:5.5rem}}.display-3{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.3}@media(min-width: 1200px){.display-3{font-size:4.5rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.3}@media(min-width: 1200px){.display-4{font-size:3.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item,.list-inline>li{display:inline-block}.list-inline-item:not(:last-child),.list-inline>li:not(:last-child){margin-right:.5rem}.initialism{font-size:0.7425rem;text-transform:uppercase}.blockquote{margin-bottom:1.3rem;font-size:1.125rem}.blockquote-footer{display:block;font-size:0.7425rem;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.65rem;line-height:1}.figure-caption{font-size:0.7425rem;color:#6c757d}.container{width:100%;padding-right:1.25rem;padding-left:1.25rem;margin-right:auto;margin-left:auto}@media(min-width: 576px){.container{max-width:540px}}@media(min-width: 768px){.container{max-width:720px}}@media(min-width: 992px){.container{max-width:960px}}@media(min-width: 1200px){.container{max-width:1140px}}.container-fluid,.container-xl,.container-lg,.container-md,.container-sm{width:100%;padding-right:1.25rem;padding-left:1.25rem;margin-right:auto;margin-left:auto}@media(min-width: 576px){.container-sm,.container{max-width:540px}}@media(min-width: 768px){.container-md,.container-sm,.container{max-width:720px}}@media(min-width: 992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media(min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}.row{--grid-gutter-x: 2.5rem;--grid-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(var(--grid-gutter-y)*-1);margin-right:calc(var(--grid-gutter-x)/-2);margin-left:calc(var(--grid-gutter-x)/-2)}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--grid-gutter-x)/2);padding-left:calc(var(--grid-gutter-x)/2);margin-top:var(--grid-gutter-y)}.col{flex:1 0 0%;min-width:0}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.3333333333%}.col-2{flex:0 0 auto;width:16.6666666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.3333333333%}.col-5{flex:0 0 auto;width:41.6666666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.3333333333%}.col-8{flex:0 0 auto;width:66.6666666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.3333333333%}.col-11{flex:0 0 auto;width:91.6666666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}.g-0,.gx-0{--grid-gutter-x: 0}.g-0,.gy-0{--grid-gutter-y: 0}.g-1,.gx-1{--grid-gutter-x: 0.325rem}.g-1,.gy-1{--grid-gutter-y: 0.325rem}.g-2,.gx-2{--grid-gutter-x: 0.65rem}.g-2,.gy-2{--grid-gutter-y: 0.65rem}.g-3,.gx-3{--grid-gutter-x: 1.3rem}.g-3,.gy-3{--grid-gutter-y: 1.3rem}.g-4,.gx-4{--grid-gutter-x: 1.95rem}.g-4,.gy-4{--grid-gutter-y: 1.95rem}.g-5,.gx-5{--grid-gutter-x: 3.9rem}.g-5,.gy-5{--grid-gutter-y: 3.9rem}@media(min-width: 576px){.col-sm{flex:1 0 0%;min-width:0}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.3333333333%}.col-sm-2{flex:0 0 auto;width:16.6666666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.3333333333%}.col-sm-5{flex:0 0 auto;width:41.6666666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.3333333333%}.col-sm-8{flex:0 0 auto;width:66.6666666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.3333333333%}.col-sm-11{flex:0 0 auto;width:91.6666666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}.g-sm-0,.gx-sm-0{--grid-gutter-x: 0}.g-sm-0,.gy-sm-0{--grid-gutter-y: 0}.g-sm-1,.gx-sm-1{--grid-gutter-x: 0.325rem}.g-sm-1,.gy-sm-1{--grid-gutter-y: 0.325rem}.g-sm-2,.gx-sm-2{--grid-gutter-x: 0.65rem}.g-sm-2,.gy-sm-2{--grid-gutter-y: 0.65rem}.g-sm-3,.gx-sm-3{--grid-gutter-x: 1.3rem}.g-sm-3,.gy-sm-3{--grid-gutter-y: 1.3rem}.g-sm-4,.gx-sm-4{--grid-gutter-x: 1.95rem}.g-sm-4,.gy-sm-4{--grid-gutter-y: 1.95rem}.g-sm-5,.gx-sm-5{--grid-gutter-x: 3.9rem}.g-sm-5,.gy-sm-5{--grid-gutter-y: 3.9rem}}@media(min-width: 768px){.col-md{flex:1 0 0%;min-width:0}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.3333333333%}.col-md-2{flex:0 0 auto;width:16.6666666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.3333333333%}.col-md-5{flex:0 0 auto;width:41.6666666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.3333333333%}.col-md-8{flex:0 0 auto;width:66.6666666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.3333333333%}.col-md-11{flex:0 0 auto;width:91.6666666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}.g-md-0,.gx-md-0{--grid-gutter-x: 0}.g-md-0,.gy-md-0{--grid-gutter-y: 0}.g-md-1,.gx-md-1{--grid-gutter-x: 0.325rem}.g-md-1,.gy-md-1{--grid-gutter-y: 0.325rem}.g-md-2,.gx-md-2{--grid-gutter-x: 0.65rem}.g-md-2,.gy-md-2{--grid-gutter-y: 0.65rem}.g-md-3,.gx-md-3{--grid-gutter-x: 1.3rem}.g-md-3,.gy-md-3{--grid-gutter-y: 1.3rem}.g-md-4,.gx-md-4{--grid-gutter-x: 1.95rem}.g-md-4,.gy-md-4{--grid-gutter-y: 1.95rem}.g-md-5,.gx-md-5{--grid-gutter-x: 3.9rem}.g-md-5,.gy-md-5{--grid-gutter-y: 3.9rem}}@media(min-width: 992px){.col-lg{flex:1 0 0%;min-width:0}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.3333333333%}.col-lg-2{flex:0 0 auto;width:16.6666666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.3333333333%}.col-lg-5{flex:0 0 auto;width:41.6666666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.3333333333%}.col-lg-8{flex:0 0 auto;width:66.6666666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.3333333333%}.col-lg-11{flex:0 0 auto;width:91.6666666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}.g-lg-0,.gx-lg-0{--grid-gutter-x: 0}.g-lg-0,.gy-lg-0{--grid-gutter-y: 0}.g-lg-1,.gx-lg-1{--grid-gutter-x: 0.325rem}.g-lg-1,.gy-lg-1{--grid-gutter-y: 0.325rem}.g-lg-2,.gx-lg-2{--grid-gutter-x: 0.65rem}.g-lg-2,.gy-lg-2{--grid-gutter-y: 0.65rem}.g-lg-3,.gx-lg-3{--grid-gutter-x: 1.3rem}.g-lg-3,.gy-lg-3{--grid-gutter-y: 1.3rem}.g-lg-4,.gx-lg-4{--grid-gutter-x: 1.95rem}.g-lg-4,.gy-lg-4{--grid-gutter-y: 1.95rem}.g-lg-5,.gx-lg-5{--grid-gutter-x: 3.9rem}.g-lg-5,.gy-lg-5{--grid-gutter-y: 3.9rem}}@media(min-width: 1200px){.col-xl{flex:1 0 0%;min-width:0}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.3333333333%}.col-xl-2{flex:0 0 auto;width:16.6666666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.3333333333%}.col-xl-5{flex:0 0 auto;width:41.6666666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.3333333333%}.col-xl-8{flex:0 0 auto;width:66.6666666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.3333333333%}.col-xl-11{flex:0 0 auto;width:91.6666666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}.g-xl-0,.gx-xl-0{--grid-gutter-x: 0}.g-xl-0,.gy-xl-0{--grid-gutter-y: 0}.g-xl-1,.gx-xl-1{--grid-gutter-x: 0.325rem}.g-xl-1,.gy-xl-1{--grid-gutter-y: 0.325rem}.g-xl-2,.gx-xl-2{--grid-gutter-x: 0.65rem}.g-xl-2,.gy-xl-2{--grid-gutter-y: 0.65rem}.g-xl-3,.gx-xl-3{--grid-gutter-x: 1.3rem}.g-xl-3,.gy-xl-3{--grid-gutter-y: 1.3rem}.g-xl-4,.gx-xl-4{--grid-gutter-x: 1.95rem}.g-xl-4,.gy-xl-4{--grid-gutter-y: 1.95rem}.g-xl-5,.gx-xl-5{--grid-gutter-x: 3.9rem}.g-xl-5,.gy-xl-5{--grid-gutter-y: 3.9rem}}.table,.election-results table{width:100%;margin-bottom:1.3rem;color:#212529;vertical-align:top}.table th,.election-results table th,.table td,.election-results table td{padding:.5rem;border-bottom:1px solid #dee2e6}.table tbody,.election-results table tbody{vertical-align:inherit}.table thead th,.election-results table thead th{vertical-align:bottom;border-bottom-color:#495057}.table tbody+tbody,.election-results table tbody+tbody{border-top:2px solid #dee2e6}.caption-top{caption-side:top}.table-sm th,.table-sm td{padding:.25rem}.table-bordered{border:1px solid #dee2e6}.table-bordered th,.table-bordered td{border:1px solid #dee2e6}.table-bordered thead th,.table-bordered thead td{border-bottom-width:2px}.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody+tbody{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover,.election-results table tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>th,.table-primary>td{background-color:#b8e2ed}.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody+tbody{border-color:#7acadd}.table-hover .table-primary:hover,.election-results table .table-primary:hover{background-color:#a4dae8}.table-hover .table-primary:hover>td,.election-results table .table-primary:hover>td,.table-hover .table-primary:hover>th,.election-results table .table-primary:hover>th{background-color:#a4dae8}.table-secondary,.table-secondary>th,.table-secondary>td{background-color:#eab8b8}.table-secondary th,.table-secondary td,.table-secondary thead th,.table-secondary tbody+tbody{border-color:#d87a7a}.table-hover .table-secondary:hover,.election-results table .table-secondary:hover{background-color:#e4a4a4}.table-hover .table-secondary:hover>td,.election-results table .table-secondary:hover>td,.table-hover .table-secondary:hover>th,.election-results table .table-secondary:hover>th{background-color:#e4a4a4}.table-success,.table-success>th,.table-success>td{background-color:#c3e6cb}.table-success th,.table-success td,.table-success thead th,.table-success tbody+tbody{border-color:#8fd19e}.table-hover .table-success:hover,.election-results table .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.election-results table .table-success:hover>td,.table-hover .table-success:hover>th,.election-results table .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>th,.table-info>td{background-color:#bee5eb}.table-info th,.table-info td,.table-info thead th,.table-info tbody+tbody{border-color:#86cfda}.table-hover .table-info:hover,.election-results table .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.election-results table .table-info:hover>td,.table-hover .table-info:hover>th,.election-results table .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>th,.table-warning>td{background-color:#ffeeba}.table-warning th,.table-warning td,.table-warning thead th,.table-warning tbody+tbody{border-color:#ffdf7e}.table-hover .table-warning:hover,.election-results table .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.election-results table .table-warning:hover>td,.table-hover .table-warning:hover>th,.election-results table .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>th,.table-danger>td{background-color:#eab8b8}.table-danger th,.table-danger td,.table-danger thead th,.table-danger tbody+tbody{border-color:#d87a7a}.table-hover .table-danger:hover,.election-results table .table-danger:hover{background-color:#e4a4a4}.table-hover .table-danger:hover>td,.election-results table .table-danger:hover>td,.table-hover .table-danger:hover>th,.election-results table .table-danger:hover>th{background-color:#e4a4a4}.table-light,.table-light>th,.table-light>td{background-color:#fdfdfe}.table-light th,.table-light td,.table-light thead th,.table-light tbody+tbody{border-color:#fbfcfc}.table-hover .table-light:hover,.election-results table .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.election-results table .table-light:hover>td,.table-hover .table-light:hover>th,.election-results table .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>th,.table-dark>td{background-color:#b8b8b8}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#7a7a7a}.table-hover .table-dark:hover,.election-results table .table-dark:hover{background-color:#ababab}.table-hover .table-dark:hover>td,.election-results table .table-dark:hover>td,.table-hover .table-dark:hover>th,.election-results table .table-dark:hover>th{background-color:#ababab}.table-active,.table-active>th,.table-active>td{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover,.election-results table .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.election-results table .table-active:hover>td,.table-hover .table-active:hover>th,.election-results table .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th,.election-results table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th,.election-results table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark th,.table-dark td,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover,.election-results table.table-dark tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media(max-width: 575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.table-responsive,.election-results table{overflow-x:auto;-webkit-overflow-scrolling:touch}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(0.3rem + 1px);padding-bottom:calc(0.3rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.6}.col-form-label-lg{padding-top:calc(0.4rem + 1px);padding-bottom:calc(0.4rem + 1px);font-size:1.125rem}.col-form-label-sm{padding-top:calc(0.1rem + 1px);padding-bottom:calc(0.1rem + 1px);font-size:0.7425rem}.form-control,.newsletter-signup form input[type=text],.newsletter-signup form input[type=email]{display:block;width:100%;min-height:calc(1.6em + 0.6rem + 2px);padding:.3rem 1.2rem;font-family:sans-serif;font-size:0.9rem;font-weight:400;line-height:1.6;color:#000;background-color:#fff;background-clip:padding-box;border:1px solid #495057;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control,.newsletter-signup form input[type=text],.newsletter-signup form input[type=email]{transition:none}}.form-control:focus,.newsletter-signup form input[type=text]:focus,.newsletter-signup form input[type=email]:focus{color:#000;background-color:#fff;border-color:#3edaff;outline:0;box-shadow:0 0 0 .2rem rgba(0,153,189,.25)}.form-control::placeholder,.newsletter-signup form input[type=text]::placeholder,.newsletter-signup form input[type=email]::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.newsletter-signup form input[type=text]:disabled,.newsletter-signup form input[type=email]:disabled,.form-control[readonly],.newsletter-signup form input[readonly][type=text],.newsletter-signup form input[readonly][type=email]{background-color:#e9ecef;opacity:1}.form-control-plaintext{display:block;width:100%;padding:.3rem 0;margin-bottom:0;line-height:1.6;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.6em + 0.2rem + 2px);padding:.1rem .9rem;font-size:0.7425rem;border-radius:.15rem}.form-control-lg{min-height:calc(1.6em + 0.8rem + 2px);padding:.4rem 1.1rem;font-size:1.125rem;border-radius:.3rem}.form-control-color{max-width:3rem;padding:.3rem}.form-control-color::-moz-color-swatch{border-radius:.25rem}.form-control-color::-webkit-color-swatch{border-radius:.25rem}.form-select{display:block;width:100%;height:calc(1.6em + 0.6rem + 2px);padding:.3rem 2.2rem .3rem 1.2rem;font-family:sans-serif;font-size:0.9rem;font-weight:400;line-height:1.6;color:#000;vertical-align:middle;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1.2rem center;background-size:16px 12px;border:1px solid #495057;border-radius:.25rem;appearance:none}.form-select:focus{border-color:#3edaff;outline:0;box-shadow:0 0 0 .2rem rgba(0,153,189,.25)}.form-select:focus::-ms-value{color:#000;background-color:#fff}.form-select[multiple],.form-select[size]:not([size="1"]){height:auto;padding-right:1.2rem;background-image:none}.form-select:disabled{color:#6c757d;background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}.form-select-sm{height:calc(1.6em + 0.2rem + 2px);padding-top:.1rem;padding-bottom:.1rem;padding-left:.9rem;font-size:0.7425rem}.form-select-lg{height:calc(1.6em + 0.8rem + 2px);padding-top:.4rem;padding-bottom:.4rem;padding-left:1.1rem;font-size:1.125rem}.form-check{display:block;min-height:1.44rem;padding-left:1.75em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.75em}.form-check-input{width:1.25em;height:1.25em;margin-top:.175em;vertical-align:top;background-color:#fff;border:1px solid rgba(0,0,0,.25);appearance:none;color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#3edaff;outline:0;box-shadow:0 0 0 .2rem rgba(0,153,189,.25)}.form-check-input:checked{background-color:#0099bd;background-repeat:no-repeat;background-position:center center;background-size:1em;border-color:#0099bd}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M4 8.5L6.5 11l6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0099bd;background-repeat:no-repeat;background-position:center center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 8h6'/%3e%3c/svg%3e");background-size:1em;border-color:#0099bd}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:left center;background-size:contain;border-radius:2em;color-adjust:exact}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2380bdff'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-check-inline{display:inline-block;margin-right:1rem}.form-file{position:relative;height:calc(1.6em + 0.6rem + 2px)}.form-file-input{position:relative;z-index:2;width:100%;height:100%;margin:0;opacity:0}.form-file-input:focus-within~.form-file-label{border-color:#3edaff;box-shadow:0 0 0 .2rem rgba(0,153,189,.25)}.form-file-input[disabled]~.form-file-label .form-file-text,.form-file-input:disabled~.form-file-label .form-file-text{background-color:#e9ecef}.form-file-label{position:absolute;top:0;right:0;left:0;z-index:1;display:flex;height:100%;border-color:#495057;border-radius:.25rem}.form-file-text{display:block;flex-grow:1;padding:.3rem 1.2rem;overflow:hidden;font-family:sans-serif;font-weight:400;line-height:1.6;color:#000;text-overflow:ellipsis;white-space:nowrap;background-color:#fff;border-color:inherit;border-style:solid;border-width:1px;border-top-left-radius:inherit;border-bottom-left-radius:inherit}.form-file-button{display:block;flex-shrink:0;padding:.3rem 1.2rem;margin-left:-1px;line-height:1.6;color:#000;background-color:#e9ecef;border-color:inherit;border-style:solid;border-width:1px;border-top-right-radius:inherit;border-bottom-right-radius:inherit}.form-file-sm{height:calc(1.6em + 0.2rem + 2px);font-size:0.7425rem}.form-file-sm .form-file-text,.form-file-sm .form-file-button{padding:.1rem .9rem}.form-file-lg{height:calc(1.6em + 0.8rem + 2px);font-size:1.125rem}.form-file-lg .form-file-text,.form-file-lg .form-file-button{padding:.4rem 1.1rem}.form-range{width:100%;height:1.4rem;padding:0;background-color:transparent;appearance:none}.form-range:focus{outline:none}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,153,189,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,153,189,.25)}.form-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,153,189,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;background-color:#0099bd;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion: reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#71e4ff}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0099bd;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion: reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#71e4ff}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#0099bd;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion: reduce){.form-range::-ms-thumb{transition:none}}.form-range::-ms-thumb:active{background-color:#71e4ff}.form-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.form-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.form-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-range:disabled::-ms-thumb{background-color:#adb5bd}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.newsletter-signup form .input-group>input[type=text],.newsletter-signup form .input-group>input[type=email],.input-group>.form-select,.input-group>.form-file{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.newsletter-signup form .input-group>input[type=text]:focus,.newsletter-signup form .input-group>input[type=email]:focus,.input-group>.form-select:focus,.input-group>.form-file .form-file-input:focus~.form-file-label{z-index:3}.input-group>.form-file>.form-file-input:focus{z-index:4}.input-group>.form-file:not(:last-child)>.form-file-label{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.form-file:not(:first-child)>.form-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group .btn,.input-group .newsletter-signup form button,.newsletter-signup form .input-group button,.input-group .newsletter-signup form [type=button],.newsletter-signup form .input-group [type=button],.input-group .newsletter-signup form [type=reset],.newsletter-signup form .input-group [type=reset],.input-group .newsletter-signup form [type=submit],.newsletter-signup form .input-group [type=submit]{position:relative;z-index:2}.input-group .btn:focus,.input-group .newsletter-signup form button:focus,.newsletter-signup form .input-group button:focus,.input-group .newsletter-signup form [type=button]:focus,.newsletter-signup form .input-group [type=button]:focus,.input-group .newsletter-signup form [type=reset]:focus,.newsletter-signup form .input-group [type=reset]:focus,.input-group .newsletter-signup form [type=submit]:focus,.newsletter-signup form .input-group [type=submit]:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.3rem 1.2rem;font-size:0.9rem;font-weight:400;line-height:1.6;color:#000;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #495057;border-radius:.25rem}.input-group-lg>.form-control,.newsletter-signup form .input-group-lg>input[type=text],.newsletter-signup form .input-group-lg>input[type=email]{min-height:calc(1.6em + 0.8rem + 2px)}.input-group-lg>.form-select{height:calc(1.6em + 0.8rem + 2px)}.input-group-lg>.form-control,.newsletter-signup form .input-group-lg>input[type=text],.newsletter-signup form .input-group-lg>input[type=email],.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn,.newsletter-signup form .input-group-lg>button,.newsletter-signup form .input-group-lg>[type=button],.newsletter-signup form .input-group-lg>[type=reset],.newsletter-signup form .input-group-lg>[type=submit]{padding:.4rem 1.1rem;font-size:1.125rem;border-radius:.3rem}.input-group-sm>.form-control,.newsletter-signup form .input-group-sm>input[type=text],.newsletter-signup form .input-group-sm>input[type=email]{min-height:calc(1.6em + 0.2rem + 2px)}.input-group-sm>.form-select{height:calc(1.6em + 0.2rem + 2px)}.input-group-sm>.form-control,.newsletter-signup form .input-group-sm>input[type=text],.newsletter-signup form .input-group-sm>input[type=email],.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn,.newsletter-signup form .input-group-sm>button,.newsletter-signup form .input-group-sm>[type=button],.newsletter-signup form .input-group-sm>[type=reset],.newsletter-signup form .input-group-sm>[type=submit]{padding:.1rem .9rem;font-size:0.7425rem;border-radius:.15rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:2.2rem}.input-group>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),.input-group>.dropdown-toggle:nth-last-child(n+3){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.7425rem;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.7425rem;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.was-validated .newsletter-signup form input[type=text]:valid,.newsletter-signup form .was-validated input[type=text]:valid,.was-validated .newsletter-signup form input[type=email]:valid,.newsletter-signup form .was-validated input[type=email]:valid,.form-control.is-valid,.newsletter-signup form input.is-valid[type=text],.newsletter-signup form input.is-valid[type=email]{border-color:#28a745;padding-right:calc(1.6em + 0.6rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.4em + 0.15rem) center;background-size:calc(0.8em + 0.3rem) calc(0.8em + 0.3rem)}.was-validated .form-control:valid:focus,.was-validated .newsletter-signup form input[type=text]:valid:focus,.newsletter-signup form .was-validated input[type=text]:valid:focus,.was-validated .newsletter-signup form input[type=email]:valid:focus,.newsletter-signup form .was-validated input[type=email]:valid:focus,.form-control.is-valid:focus,.newsletter-signup form input.is-valid[type=text]:focus,.newsletter-signup form input.is-valid[type=email]:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.6em + 0.6rem);background-position:top calc(0.4em + 0.15rem) right calc(0.4em + 0.15rem)}.was-validated .form-select:valid,.form-select.is-valid{border-color:#28a745;padding-right:calc(0.75em + 2.65rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right 1.2rem center,center right 2.2rem;background-size:16px 12px,calc(0.8em + 0.3rem) calc(0.8em + 0.3rem)}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:#28a745}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:#34ce57}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#28a745}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.was-validated .form-file-input:valid~.form-file-label,.form-file-input.is-valid~.form-file-label{border-color:#28a745}.was-validated .form-file-input:valid:focus~.form-file-label,.form-file-input.is-valid:focus~.form-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.7425rem;color:#b40000}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.7425rem;color:#fff;background-color:rgba(180,0,0,.9);border-radius:.25rem}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.was-validated .newsletter-signup form input[type=text]:invalid,.newsletter-signup form .was-validated input[type=text]:invalid,.was-validated .newsletter-signup form input[type=email]:invalid,.newsletter-signup form .was-validated input[type=email]:invalid,.form-control.is-invalid,.newsletter-signup form input.is-invalid[type=text],.newsletter-signup form input.is-invalid[type=email]{border-color:#b40000;padding-right:calc(1.6em + 0.6rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23B40000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23B40000' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.4em + 0.15rem) center;background-size:calc(0.8em + 0.3rem) calc(0.8em + 0.3rem)}.was-validated .form-control:invalid:focus,.was-validated .newsletter-signup form input[type=text]:invalid:focus,.newsletter-signup form .was-validated input[type=text]:invalid:focus,.was-validated .newsletter-signup form input[type=email]:invalid:focus,.newsletter-signup form .was-validated input[type=email]:invalid:focus,.form-control.is-invalid:focus,.newsletter-signup form input.is-invalid[type=text]:focus,.newsletter-signup form input.is-invalid[type=email]:focus{border-color:#b40000;box-shadow:0 0 0 .2rem rgba(180,0,0,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.6em + 0.6rem);background-position:top calc(0.4em + 0.15rem) right calc(0.4em + 0.15rem)}.was-validated .form-select:invalid,.form-select.is-invalid{border-color:#b40000;padding-right:calc(0.75em + 2.65rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23B40000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23B40000' stroke='none'/%3e%3c/svg%3e");background-position:right 1.2rem center,center right 2.2rem;background-size:16px 12px,calc(0.8em + 0.3rem) calc(0.8em + 0.3rem)}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus{border-color:#b40000;box-shadow:0 0 0 .2rem rgba(180,0,0,.25)}.was-validated .form-check-input:invalid,.form-check-input.is-invalid{border-color:#b40000}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:#e70000}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 .2rem rgba(180,0,0,.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#b40000}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.was-validated .form-file-input:invalid~.form-file-label,.form-file-input.is-invalid~.form-file-label{border-color:#b40000}.was-validated .form-file-input:invalid:focus~.form-file-label,.form-file-input.is-invalid:focus~.form-file-label{border-color:#b40000;box-shadow:0 0 0 .2rem rgba(180,0,0,.25)}.btn,.newsletter-signup form button,.newsletter-signup form [type=button],.newsletter-signup form [type=reset],.newsletter-signup form [type=submit]{display:inline-block;font-family:sans-serif;font-weight:700;line-height:1.6;color:#212529;text-align:center;vertical-align:middle;cursor:pointer;user-select:none;background-color:transparent;border:1px solid transparent;padding:.3rem 1.2rem;font-size:.9rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn,.newsletter-signup form button,.newsletter-signup form [type=button],.newsletter-signup form [type=reset],.newsletter-signup form [type=submit]{transition:none}}.btn:hover,.newsletter-signup form button:hover,.newsletter-signup form [type=button]:hover,.newsletter-signup form [type=reset]:hover,.newsletter-signup form [type=submit]:hover{color:#212529}.btn:focus,.newsletter-signup form button:focus,.newsletter-signup form [type=button]:focus,.newsletter-signup form [type=reset]:focus,.newsletter-signup form [type=submit]:focus,.btn.focus,.newsletter-signup form button.focus,.newsletter-signup form .focus[type=button],.newsletter-signup form .focus[type=reset],.newsletter-signup form .focus[type=submit]{outline:0;box-shadow:0 0 0 .2rem rgba(0,153,189,.25)}.btn:disabled,.newsletter-signup form button:disabled,.newsletter-signup form [type=button]:disabled,.newsletter-signup form [type=reset]:disabled,.newsletter-signup form [type=submit]:disabled,.btn.disabled,.newsletter-signup form button.disabled,.newsletter-signup form .disabled[type=button],.newsletter-signup form .disabled[type=reset],.newsletter-signup form .disabled[type=submit],fieldset:disabled .btn,fieldset:disabled .newsletter-signup form button,.newsletter-signup form fieldset:disabled button,fieldset:disabled .newsletter-signup form [type=button],.newsletter-signup form fieldset:disabled [type=button],fieldset:disabled .newsletter-signup form [type=reset],.newsletter-signup form fieldset:disabled [type=reset],fieldset:disabled .newsletter-signup form [type=submit],.newsletter-signup form fieldset:disabled [type=submit]{pointer-events:none;opacity:.65}.btn-primary,.newsletter-signup form button,.newsletter-signup form [type=button],.newsletter-signup form [type=reset],.newsletter-signup form [type=submit]{color:#fff;background-color:#0099bd;border-color:#0099bd}.btn-primary:hover,.newsletter-signup form button:hover,.newsletter-signup form [type=button]:hover,.newsletter-signup form [type=reset]:hover,.newsletter-signup form [type=submit]:hover{color:#fff;background-color:#00c2f0;border-color:#00c2f0}.btn-primary:focus,.newsletter-signup form button:focus,.newsletter-signup form [type=button]:focus,.newsletter-signup form [type=reset]:focus,.newsletter-signup form [type=submit]:focus,.btn-primary.focus,.newsletter-signup form button.focus,.newsletter-signup form .focus[type=button],.newsletter-signup form .focus[type=reset],.newsletter-signup form .focus[type=submit]{color:#fff;background-color:#00c2f0;border-color:#00c2f0;box-shadow:0 0 0 .2rem rgba(0,194,240,.4)}.btn-primary:active,.newsletter-signup form button:active,.newsletter-signup form [type=button]:active,.newsletter-signup form [type=reset]:active,.newsletter-signup form [type=submit]:active,.btn-primary.active,.newsletter-signup form button.active,.newsletter-signup form .active[type=button],.newsletter-signup form .active[type=reset],.newsletter-signup form .active[type=submit],.show>.btn-primary.dropdown-toggle,.newsletter-signup form .show>button.dropdown-toggle,.newsletter-signup form .show>.dropdown-toggle[type=button],.newsletter-signup form .show>.dropdown-toggle[type=reset],.newsletter-signup form .show>.dropdown-toggle[type=submit]{color:#fff;background-color:#00aed7;border-color:#00aed7}.btn-primary:active:focus,.newsletter-signup form button:active:focus,.newsletter-signup form [type=button]:active:focus,.newsletter-signup form [type=reset]:active:focus,.newsletter-signup form [type=submit]:active:focus,.btn-primary.active:focus,.newsletter-signup form button.active:focus,.newsletter-signup form .active[type=button]:focus,.newsletter-signup form .active[type=reset]:focus,.newsletter-signup form .active[type=submit]:focus,.show>.btn-primary.dropdown-toggle:focus,.newsletter-signup form .show>button.dropdown-toggle:focus,.newsletter-signup form .show>.dropdown-toggle[type=button]:focus,.newsletter-signup form .show>.dropdown-toggle[type=reset]:focus,.newsletter-signup form .show>.dropdown-toggle[type=submit]:focus{box-shadow:0 0 0 .2rem rgba(0,174,215,.4)}.btn-primary:disabled,.newsletter-signup form button:disabled,.newsletter-signup form [type=button]:disabled,.newsletter-signup form [type=reset]:disabled,.newsletter-signup form [type=submit]:disabled,.btn-primary.disabled,.newsletter-signup form button.disabled,.newsletter-signup form .disabled[type=button],.newsletter-signup form .disabled[type=reset],.newsletter-signup form .disabled[type=submit]{color:#fff;background-color:#0099bd;border-color:#0099bd}.btn-secondary{color:#fff;background-color:#b40000;border-color:#b40000}.btn-secondary:hover{color:#fff;background-color:#e70000;border-color:#e70000}.btn-secondary:focus,.btn-secondary.focus{color:#fff;background-color:#e70000;border-color:#e70000;box-shadow:0 0 0 .2rem rgba(231,0,0,.4)}.btn-secondary:active,.btn-secondary.active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#ce0000;border-color:#ce0000}.btn-secondary:active:focus,.btn-secondary.active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(206,0,0,.4)}.btn-secondary:disabled,.btn-secondary.disabled{color:#fff;background-color:#b40000;border-color:#b40000}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#34ce57;border-color:#34ce57}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#34ce57;border-color:#34ce57;box-shadow:0 0 0 .2rem rgba(52,206,87,.4)}.btn-success:active,.btn-success.active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#2dbc4e;border-color:#2dbc4e}.btn-success:active:focus,.btn-success.active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(45,188,78,.4)}.btn-success:disabled,.btn-success.disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#1fc8e3;border-color:#1fc8e3}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#1fc8e3;border-color:#1fc8e3;box-shadow:0 0 0 .2rem rgba(31,200,227,.4)}.btn-info:active,.btn-info.active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#1ab6cf;border-color:#1ab6cf}.btn-info:active:focus,.btn-info.active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(26,182,207,.4)}.btn-info:disabled,.btn-info.disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#ffce3a;border-color:#ffce3a}.btn-warning:focus,.btn-warning.focus{color:#212529;background-color:#ffce3a;border-color:#ffce3a;box-shadow:0 0 0 .2rem rgba(255,206,58,.4)}.btn-warning:active,.btn-warning.active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#ffc721;border-color:#ffc721}.btn-warning:active:focus,.btn-warning.active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,199,33,.4)}.btn-warning:disabled,.btn-warning.disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-danger{color:#fff;background-color:#b40000;border-color:#b40000}.btn-danger:hover{color:#fff;background-color:#e70000;border-color:#e70000}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#e70000;border-color:#e70000;box-shadow:0 0 0 .2rem rgba(231,0,0,.4)}.btn-danger:active,.btn-danger.active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#ce0000;border-color:#ce0000}.btn-danger:active:focus,.btn-danger.active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(206,0,0,.4)}.btn-danger:disabled,.btn-danger.disabled{color:#fff;background-color:#b40000;border-color:#b40000}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#fff;border-color:#fff}.btn-light:focus,.btn-light.focus{color:#212529;background-color:#fff;border-color:#fff;box-shadow:0 0 0 .2rem rgba(255,255,255,.4)}.btn-light:active,.btn-light.active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#fff;border-color:#fff}.btn-light:active:focus,.btn-light.active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,255,255,.4)}.btn-light:disabled,.btn-light.disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-dark{color:#fff;background-color:#000;border-color:#000}.btn-dark:hover{color:#fff;background-color:#1a1a1a;border-color:#1a1a1a}.btn-dark:focus,.btn-dark.focus{color:#fff;background-color:#1a1a1a;border-color:#1a1a1a;box-shadow:0 0 0 .2rem rgba(26,26,26,.4)}.btn-dark:active,.btn-dark.active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#0d0d0d;border-color:#0d0d0d}.btn-dark:active:focus,.btn-dark.active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(13,13,13,.4)}.btn-dark:disabled,.btn-dark.disabled{color:#fff;background-color:#000;border-color:#000}.btn-outline-primary{color:#0099bd;border-color:#0099bd}.btn-outline-primary:hover{color:#0099bd;background-color:transparent;border-color:#0099bd;box-shadow:0 .1rem 4px .1rem rgba(0,153,189,.3)}.btn-outline-primary:focus,.btn-outline-primary.focus{box-shadow:0 0 0 .2rem rgba(0,153,189,.4)}.btn-outline-primary:active,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show{color:#0099bd;background-color:transparent;border-color:#0099bd}.btn-outline-primary:active:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus{box-shadow:inset 0 2px 4px rgba(0,0,0,.4),0 0 0 .2rem rgba(0,153,189,.4)}.btn-outline-primary:disabled,.btn-outline-primary.disabled{color:#0099bd;background-color:transparent}.btn-outline-secondary{color:#b40000;border-color:#b40000}.btn-outline-secondary:hover{color:#b40000;background-color:transparent;border-color:#b40000;box-shadow:0 .1rem 4px .1rem rgba(180,0,0,.3)}.btn-outline-secondary:focus,.btn-outline-secondary.focus{box-shadow:0 0 0 .2rem rgba(180,0,0,.4)}.btn-outline-secondary:active,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show{color:#b40000;background-color:transparent;border-color:#b40000}.btn-outline-secondary:active:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus{box-shadow:inset 0 2px 4px rgba(0,0,0,.4),0 0 0 .2rem rgba(180,0,0,.4)}.btn-outline-secondary:disabled,.btn-outline-secondary.disabled{color:#b40000;background-color:transparent}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#28a745;background-color:transparent;border-color:#28a745;box-shadow:0 .1rem 4px .1rem rgba(40,167,69,.3)}.btn-outline-success:focus,.btn-outline-success.focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.4)}.btn-outline-success:active,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show{color:#28a745;background-color:transparent;border-color:#28a745}.btn-outline-success:active:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus{box-shadow:inset 0 2px 4px rgba(0,0,0,.4),0 0 0 .2rem rgba(40,167,69,.4)}.btn-outline-success:disabled,.btn-outline-success.disabled{color:#28a745;background-color:transparent}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#17a2b8;background-color:transparent;border-color:#17a2b8;box-shadow:0 .1rem 4px .1rem rgba(23,162,184,.3)}.btn-outline-info:focus,.btn-outline-info.focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.4)}.btn-outline-info:active,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show{color:#17a2b8;background-color:transparent;border-color:#17a2b8}.btn-outline-info:active:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus{box-shadow:inset 0 2px 4px rgba(0,0,0,.4),0 0 0 .2rem rgba(23,162,184,.4)}.btn-outline-info:disabled,.btn-outline-info.disabled{color:#17a2b8;background-color:transparent}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#ffc107;background-color:transparent;border-color:#ffc107;box-shadow:0 .1rem 4px .1rem rgba(255,193,7,.3)}.btn-outline-warning:focus,.btn-outline-warning.focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.4)}.btn-outline-warning:active,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show{color:#ffc107;background-color:transparent;border-color:#ffc107}.btn-outline-warning:active:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus{box-shadow:inset 0 2px 4px rgba(0,0,0,.4),0 0 0 .2rem rgba(255,193,7,.4)}.btn-outline-warning:disabled,.btn-outline-warning.disabled{color:#ffc107;background-color:transparent}.btn-outline-danger{color:#b40000;border-color:#b40000}.btn-outline-danger:hover{color:#b40000;background-color:transparent;border-color:#b40000;box-shadow:0 .1rem 4px .1rem rgba(180,0,0,.3)}.btn-outline-danger:focus,.btn-outline-danger.focus{box-shadow:0 0 0 .2rem rgba(180,0,0,.4)}.btn-outline-danger:active,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show{color:#b40000;background-color:transparent;border-color:#b40000}.btn-outline-danger:active:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus{box-shadow:inset 0 2px 4px rgba(0,0,0,.4),0 0 0 .2rem rgba(180,0,0,.4)}.btn-outline-danger:disabled,.btn-outline-danger.disabled{color:#b40000;background-color:transparent}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#f8f9fa;background-color:transparent;border-color:#f8f9fa;box-shadow:0 .1rem 4px .1rem rgba(248,249,250,.3)}.btn-outline-light:focus,.btn-outline-light.focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.4)}.btn-outline-light:active,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show{color:#f8f9fa;background-color:transparent;border-color:#f8f9fa}.btn-outline-light:active:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus{box-shadow:inset 0 2px 4px rgba(0,0,0,.4),0 0 0 .2rem rgba(248,249,250,.4)}.btn-outline-light:disabled,.btn-outline-light.disabled{color:#f8f9fa;background-color:transparent}.btn-outline-dark{color:#000;border-color:#000}.btn-outline-dark:hover{color:#000;background-color:transparent;border-color:#000;box-shadow:0 .1rem 4px .1rem rgba(0,0,0,.3)}.btn-outline-dark:focus,.btn-outline-dark.focus{box-shadow:0 0 0 .2rem rgba(0,0,0,.4)}.btn-outline-dark:active,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show{color:#000;background-color:transparent;border-color:#000}.btn-outline-dark:active:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus{box-shadow:inset 0 2px 4px rgba(0,0,0,.4),0 0 0 .2rem rgba(0,0,0,.4)}.btn-outline-dark:disabled,.btn-outline-dark.disabled{color:#000;background-color:transparent}.btn-link{font-weight:400;color:#0099bd;text-decoration:none}.btn-link:hover{color:#00c2f0;text-decoration:none}.btn-link:focus,.btn-link.focus{text-decoration:none}.btn-link:disabled,.btn-link.disabled{color:#6c757d}.btn-lg,.btn-group-lg>.btn,.newsletter-signup form .btn-group-lg>button,.newsletter-signup form .btn-group-lg>[type=button],.newsletter-signup form .btn-group-lg>[type=reset],.newsletter-signup form .btn-group-lg>[type=submit]{padding:.4rem 1.1rem;font-size:1.125rem;border-radius:0}.btn-sm,.btn-group-sm>.btn,.newsletter-signup form .btn-group-sm>button,.newsletter-signup form .btn-group-sm>[type=button],.newsletter-signup form .btn-group-sm>[type=reset],.newsletter-signup form .btn-group-sm>[type=submit]{padding:.1rem .9rem;font-size:.7425rem;border-radius:.25rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropup,.dropright,.dropdown,.dropleft{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu,#site-navigation .sub-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:.9rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media(min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media(min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media(min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media(min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu,.dropup #site-navigation .sub-menu,#site-navigation .dropup .sub-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu,.dropright #site-navigation .sub-menu,#site-navigation .dropright .sub-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu,.dropleft #site-navigation .sub-menu,#site-navigation .dropleft .sub-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=top],#site-navigation [x-placement^=top].sub-menu,.dropdown-menu[x-placement^=right],#site-navigation [x-placement^=right].sub-menu,.dropdown-menu[x-placement^=bottom],#site-navigation [x-placement^=bottom].sub-menu,.dropdown-menu[x-placement^=left],#site-navigation [x-placement^=left].sub-menu{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.65rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item,#site-navigation .sub-menu>li{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:hover,#site-navigation .sub-menu>li:hover,.dropdown-item:focus,#site-navigation .sub-menu>li:focus{color:#16181b;background-color:#f8f9fa}.dropdown-item.active,#site-navigation .sub-menu>li.active,.dropdown-item:active,#site-navigation .sub-menu>li:active{color:#fff;text-decoration:none;background-color:#0099bd}.dropdown-item.disabled,#site-navigation .sub-menu>li.disabled,.dropdown-item:disabled,#site-navigation .sub-menu>li:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.dropdown-menu.show,#site-navigation .show.sub-menu{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.7425rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.newsletter-signup form .btn-group>button,.newsletter-signup form .btn-group>[type=button],.newsletter-signup form .btn-group>[type=reset],.newsletter-signup form .btn-group>[type=submit],.btn-group-vertical>.btn,.newsletter-signup form .btn-group-vertical>button,.newsletter-signup form .btn-group-vertical>[type=button],.newsletter-signup form .btn-group-vertical>[type=reset],.newsletter-signup form .btn-group-vertical>[type=submit]{position:relative;flex:1 1 auto}.btn-group>.btn:hover,.newsletter-signup form .btn-group>button:hover,.newsletter-signup form .btn-group>[type=button]:hover,.newsletter-signup form .btn-group>[type=reset]:hover,.newsletter-signup form .btn-group>[type=submit]:hover,.btn-group>.btn:focus,.newsletter-signup form .btn-group>button:focus,.newsletter-signup form .btn-group>[type=button]:focus,.newsletter-signup form .btn-group>[type=reset]:focus,.newsletter-signup form .btn-group>[type=submit]:focus,.btn-group>.btn:active,.newsletter-signup form .btn-group>button:active,.newsletter-signup form .btn-group>[type=button]:active,.newsletter-signup form .btn-group>[type=reset]:active,.newsletter-signup form .btn-group>[type=submit]:active,.btn-group>.btn.active,.newsletter-signup form .btn-group>button.active,.newsletter-signup form .btn-group>.active[type=button],.newsletter-signup form .btn-group>.active[type=reset],.newsletter-signup form .btn-group>.active[type=submit],.btn-group-vertical>.btn:hover,.newsletter-signup form .btn-group-vertical>button:hover,.newsletter-signup form .btn-group-vertical>[type=button]:hover,.newsletter-signup form .btn-group-vertical>[type=reset]:hover,.newsletter-signup form .btn-group-vertical>[type=submit]:hover,.btn-group-vertical>.btn:focus,.newsletter-signup form .btn-group-vertical>button:focus,.newsletter-signup form .btn-group-vertical>[type=button]:focus,.newsletter-signup form .btn-group-vertical>[type=reset]:focus,.newsletter-signup form .btn-group-vertical>[type=submit]:focus,.btn-group-vertical>.btn:active,.newsletter-signup form .btn-group-vertical>button:active,.newsletter-signup form .btn-group-vertical>[type=button]:active,.newsletter-signup form .btn-group-vertical>[type=reset]:active,.newsletter-signup form .btn-group-vertical>[type=submit]:active,.btn-group-vertical>.btn.active,.newsletter-signup form .btn-group-vertical>button.active,.newsletter-signup form .btn-group-vertical>.active[type=button],.newsletter-signup form .btn-group-vertical>.active[type=reset],.newsletter-signup form .btn-group-vertical>.active[type=submit]{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:not(:first-child),.newsletter-signup form .btn-group>button:not(:first-child),.newsletter-signup form .btn-group>[type=button]:not(:first-child),.newsletter-signup form .btn-group>[type=reset]:not(:first-child),.newsletter-signup form .btn-group>[type=submit]:not(:first-child),.btn-group>.btn-group:not(:first-child){margin-left:-1px}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.newsletter-signup form .btn-group>button:not(:last-child):not(.dropdown-toggle),.newsletter-signup form .btn-group>[type=button]:not(:last-child):not(.dropdown-toggle),.newsletter-signup form .btn-group>[type=reset]:not(:last-child):not(.dropdown-toggle),.newsletter-signup form .btn-group>[type=submit]:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn,.newsletter-signup form .btn-group>.btn-group:not(:last-child)>button,.newsletter-signup form .btn-group>.btn-group:not(:last-child)>[type=button],.newsletter-signup form .btn-group>.btn-group:not(:last-child)>[type=reset],.newsletter-signup form .btn-group>.btn-group:not(:last-child)>[type=submit]{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:not(:first-child),.newsletter-signup form .btn-group>button:not(:first-child),.newsletter-signup form .btn-group>[type=button]:not(:first-child),.newsletter-signup form .btn-group>[type=reset]:not(:first-child),.newsletter-signup form .btn-group>[type=submit]:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn,.newsletter-signup form .btn-group>.btn-group:not(:first-child)>button,.newsletter-signup form .btn-group>.btn-group:not(:first-child)>[type=button],.newsletter-signup form .btn-group>.btn-group:not(:first-child)>[type=reset],.newsletter-signup form .btn-group>.btn-group:not(:first-child)>[type=submit]{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.9rem;padding-left:.9rem}.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split,.newsletter-signup form .btn-group-sm>button+.dropdown-toggle-split,.newsletter-signup form .btn-group-sm>[type=button]+.dropdown-toggle-split,.newsletter-signup form .btn-group-sm>[type=reset]+.dropdown-toggle-split,.newsletter-signup form .btn-group-sm>[type=submit]+.dropdown-toggle-split{padding-right:.675rem;padding-left:.675rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split,.newsletter-signup form .btn-group-lg>button+.dropdown-toggle-split,.newsletter-signup form .btn-group-lg>[type=button]+.dropdown-toggle-split,.newsletter-signup form .btn-group-lg>[type=reset]+.dropdown-toggle-split,.newsletter-signup form .btn-group-lg>[type=submit]+.dropdown-toggle-split{padding-right:.825rem;padding-left:.825rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.newsletter-signup form .btn-group-vertical>button,.newsletter-signup form .btn-group-vertical>[type=button],.newsletter-signup form .btn-group-vertical>[type=reset],.newsletter-signup form .btn-group-vertical>[type=submit],.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.newsletter-signup form .btn-group-vertical>button:not(:first-child),.newsletter-signup form .btn-group-vertical>[type=button]:not(:first-child),.newsletter-signup form .btn-group-vertical>[type=reset]:not(:first-child),.newsletter-signup form .btn-group-vertical>[type=submit]:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.newsletter-signup form .btn-group-vertical>button:not(:last-child):not(.dropdown-toggle),.newsletter-signup form .btn-group-vertical>[type=button]:not(:last-child):not(.dropdown-toggle),.newsletter-signup form .btn-group-vertical>[type=reset]:not(:last-child):not(.dropdown-toggle),.newsletter-signup form .btn-group-vertical>[type=submit]:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn,.newsletter-signup form .btn-group-vertical>.btn-group:not(:last-child)>button,.newsletter-signup form .btn-group-vertical>.btn-group:not(:last-child)>[type=button],.newsletter-signup form .btn-group-vertical>.btn-group:not(:last-child)>[type=reset],.newsletter-signup form .btn-group-vertical>.btn-group:not(:last-child)>[type=submit]{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:not(:first-child),.newsletter-signup form .btn-group-vertical>button:not(:first-child),.newsletter-signup form .btn-group-vertical>[type=button]:not(:first-child),.newsletter-signup form .btn-group-vertical>[type=reset]:not(:first-child),.newsletter-signup form .btn-group-vertical>[type=submit]:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn,.newsletter-signup form .btn-group-vertical>.btn-group:not(:first-child)>button,.newsletter-signup form .btn-group-vertical>.btn-group:not(:first-child)>[type=button],.newsletter-signup form .btn-group-vertical>.btn-group:not(:first-child)>[type=reset],.newsletter-signup form .btn-group-vertical>.btn-group:not(:first-child)>[type=submit]{border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn input[type=radio],.newsletter-signup form .btn-group-toggle>button input[type=radio],.newsletter-signup form .btn-group-toggle>[type=button] input[type=radio],.newsletter-signup form .btn-group-toggle>[type=reset] input[type=radio],.newsletter-signup form .btn-group-toggle>[type=submit] input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.newsletter-signup form .btn-group-toggle>button input[type=checkbox],.newsletter-signup form .btn-group-toggle>[type=button] input[type=checkbox],.newsletter-signup form .btn-group-toggle>[type=reset] input[type=checkbox],.newsletter-signup form .btn-group-toggle>[type=submit] input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu,.nav-tabs #site-navigation .sub-menu,#site-navigation .nav-tabs .sub-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#0099bd}.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified .nav-item{flex-basis:0%;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.65rem;padding-bottom:.65rem}.navbar>.container,.navbar>.container-fluid,.navbar>.container-sm,.navbar>.container-md,.navbar>.container-lg,.navbar>.container-xl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.32rem;padding-bottom:.32rem;margin-right:1rem;font-size:1.125rem;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu,.navbar-nav #site-navigation .sub-menu,#site-navigation .navbar-nav .sub-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{align-items:center;width:100%}.navbar-toggler{padding:.25rem .75rem;font-size:1.125rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .2rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}@media(min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu,.navbar-expand-sm .navbar-nav #site-navigation .sub-menu,#site-navigation .navbar-expand-sm .navbar-nav .sub-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-collapse{display:flex!important}.navbar-expand-sm .navbar-toggler{display:none}}@media(min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu,.navbar-expand-md .navbar-nav #site-navigation .sub-menu,#site-navigation .navbar-expand-md .navbar-nav .sub-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-collapse{display:flex!important}.navbar-expand-md .navbar-toggler{display:none}}@media(min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu,.navbar-expand-lg .navbar-nav #site-navigation .sub-menu,#site-navigation .navbar-expand-lg .navbar-nav .sub-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-collapse{display:flex!important}.navbar-expand-lg .navbar-toggler{display:none}}@media(min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu,.navbar-expand-xl .navbar-nav #site-navigation .sub-menu,#site-navigation .navbar-expand-xl .navbar-nav .sub-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-collapse{display:flex!important}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu,.navbar-expand .navbar-nav #site-navigation .sub-menu,#site-navigation .navbar-expand .navbar-nav .sub-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-collapse{display:flex!important}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.55)}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.55);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.55)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{flex:1 1 auto;padding:1.25rem 1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)}.card-header-tabs{margin-right:-0.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img,.card-img-top,.card-img-bottom{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(0.25rem - 1px);border-bottom-left-radius:calc(0.25rem - 1px)}.card-group>.card{margin-bottom:1.25rem}@media(min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item{display:flex}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#0099bd;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#00c2f0;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,153,189,.25)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#0099bd;border-color:#0099bd}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.125rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.7425rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.15rem;border-bottom-left-radius:.15rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.15rem;border-bottom-right-radius:.15rem}.badge{display:inline-block;padding:.25em .5em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge,.newsletter-signup form button .badge,.newsletter-signup form [type=button] .badge,.newsletter-signup form [type=reset] .badge,.newsletter-signup form [type=submit] .badge{position:relative;top:-1px}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3.85rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#005062;background-color:#ccebf2;border-color:#b8e2ed}.alert-primary .alert-link{color:#00262f}.alert-secondary{color:#5e0000;background-color:#f0cccc;border-color:#eab8b8}.alert-secondary .alert-link{color:#2b0000}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#5e0000;background-color:#f0cccc;border-color:#eab8b8}.alert-danger .alert-link{color:#2b0000}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light .alert-link{color:#686868}.alert-dark{color:#000;background-color:#ccc;border-color:#b8b8b8}.alert-dark .alert-link{color:#000}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{display:flex;height:1rem;overflow:hidden;font-size:.675rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#0099bd;transition:width .6s ease}@media(prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media(prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#0099bd;border-color:#0099bd}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal .list-group-item.active{margin-top:0}.list-group-horizontal .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media(min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm .list-group-item.active{margin-top:0}.list-group-horizontal-sm .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md .list-group-item.active{margin-top:0}.list-group-horizontal-md .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg .list-group-item.active{margin-top:0}.list-group-horizontal-lg .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl .list-group-item.active{margin-top:0}.list-group-horizontal-xl .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush .list-group-item{border-right-width:0;border-left-width:0;border-radius:0}.list-group-flush .list-group-item:first-child{border-top-width:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#005062;background-color:#b8e2ed}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#005062;background-color:#a4dae8}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#005062;border-color:#005062}.list-group-item-secondary{color:#5e0000;background-color:#eab8b8}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#5e0000;background-color:#e4a4a4}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#5e0000;border-color:#5e0000}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#5e0000;background-color:#eab8b8}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#5e0000;background-color:#e4a4a4}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#5e0000;border-color:#5e0000}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#000;background-color:#b8b8b8}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#000;background-color:#ababab}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#000;border-color:#000}.close{font-size:calc(1.26rem + 0.12vw);font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}@media(min-width:1200px){.close{font-size:1.35rem}}.close:hover{color:#000;text-decoration:none}.close:hover,.close:focus{opacity:.75}.close:disabled,.close.disabled{pointer-events:none}button.close{padding:0;background-color:transparent;border:0;appearance:none}.toast{max-width:350px;overflow:hidden;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);backdrop-filter:blur(10px);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media(prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:flex-start;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(0.3rem - 1px);border-top-right-radius:calc(0.3rem - 1px)}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.6}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(0.3rem - 1px);border-bottom-left-radius:calc(0.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media(min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media(min-width:1200px){.modal-xl{max-width:1140px}}@media(max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media(max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media(max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media(max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:sans-serif;font-style:normal;font-weight:400;line-height:1.6;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.7425rem;word-wrap:break-word;opacity:0}.fonts-loaded .tooltip{font-family:sans-serif}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[x-placement^=top]{padding:.4rem 0}.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[x-placement^=top] .tooltip-arrow{bottom:0}.bs-tooltip-top .tooltip-arrow::before,.bs-tooltip-auto[x-placement^=top] .tooltip-arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-right,.bs-tooltip-auto[x-placement^=right]{padding:0 .4rem}.bs-tooltip-right .tooltip-arrow,.bs-tooltip-auto[x-placement^=right] .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-right .tooltip-arrow::before,.bs-tooltip-auto[x-placement^=right] .tooltip-arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^=bottom]{padding:.4rem 0}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[x-placement^=bottom] .tooltip-arrow{top:0}.bs-tooltip-bottom .tooltip-arrow::before,.bs-tooltip-auto[x-placement^=bottom] .tooltip-arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-left,.bs-tooltip-auto[x-placement^=left]{padding:0 .4rem}.bs-tooltip-left .tooltip-arrow,.bs-tooltip-auto[x-placement^=left] .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-left .tooltip-arrow::before,.bs-tooltip-auto[x-placement^=left] .tooltip-arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:sans-serif;font-style:normal;font-weight:400;line-height:1.6;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.7425rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.fonts-loaded .popover{font-family:sans-serif}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .popover-arrow::before,.popover .popover-arrow::after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-top,.bs-popover-auto[x-placement^=top]{margin-bottom:.5rem}.bs-popover-top>.popover-arrow,.bs-popover-auto[x-placement^=top]>.popover-arrow{bottom:calc(-0.5rem - 1px)}.bs-popover-top>.popover-arrow::before,.bs-popover-auto[x-placement^=top]>.popover-arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-top>.popover-arrow::after,.bs-popover-auto[x-placement^=top]>.popover-arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-right,.bs-popover-auto[x-placement^=right]{margin-left:.5rem}.bs-popover-right>.popover-arrow,.bs-popover-auto[x-placement^=right]>.popover-arrow{left:calc(-0.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-right>.popover-arrow::before,.bs-popover-auto[x-placement^=right]>.popover-arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-right>.popover-arrow::after,.bs-popover-auto[x-placement^=right]>.popover-arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-bottom,.bs-popover-auto[x-placement^=bottom]{margin-top:.5rem}.bs-popover-bottom>.popover-arrow,.bs-popover-auto[x-placement^=bottom]>.popover-arrow{top:calc(-0.5rem - 1px)}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[x-placement^=bottom]>.popover-arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[x-placement^=bottom]>.popover-arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-bottom .popover-header::before,.bs-popover-auto[x-placement^=bottom] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-left,.bs-popover-auto[x-placement^=left]{margin-right:.5rem}.bs-popover-left>.popover-arrow,.bs-popover-auto[x-placement^=left]>.popover-arrow{right:calc(-0.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-left>.popover-arrow::before,.bs-popover-auto[x-placement^=left]>.popover-arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-left>.popover-arrow::after,.bs-popover-auto[x-placement^=left]>.popover-arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:.9rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(0.3rem - 1px);border-top-right-radius:calc(0.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-left),.active.carousel-item-right{transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-right),.active.carousel-item-left{transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion:reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:20px;height:20px;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.clearfix::after{display:block;clear:both;content:""}.link-primary{color:#0099bd}.link-primary:hover,.link-primary:focus{color:#005b71}.link-secondary{color:#b40000}.link-secondary:hover,.link-secondary:focus{color:#680000}.link-success{color:#28a745}.link-success:hover,.link-success:focus{color:#19692c}.link-info{color:#17a2b8}.link-info:hover,.link-info:focus{color:#0f6674}.link-warning{color:#ffc107}.link-warning:hover,.link-warning:focus{color:#ba8b00}.link-danger{color:#b40000}.link-danger:hover,.link-danger:focus{color:#680000}.link-light{color:#f8f9fa}.link-light:hover,.link-light:focus{color:#cbd3da}.link-dark{color:#000}.link-dark:hover,.link-dark:focus{color:#000}.embed-responsive{position:relative;width:100%}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.8571428571%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports(position:sticky){.sticky-top{position:sticky;top:0;z-index:1020}@media(min-width:576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}}@media(min-width:768px){.sticky-md-top{position:sticky;top:0;z-index:1020}}@media(min-width:992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}}@media(min-width:1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}}}.sr-only,.sr-only-focusable:not(:focus){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}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex,.widget-title,.post-card__meta,#site-navigation ul{display:flex!important}.d-inline-flex{display:inline-flex!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-right{border-right:1px solid #dee2e6!important}.border-right-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-left{border-left:1px solid #dee2e6!important}.border-left-0{border-left:0!important}.border-primary{border-color:#0099bd!important}.border-secondary{border-color:#b40000!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#b40000!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#000!important}.border-white{border-color:#fff!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row,#site-navigation ul{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around,#site-navigation ul{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center,.widget-title{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.325rem!important}.m-2{margin:.65rem!important}.m-3{margin:1.3rem!important}.m-4{margin:1.95rem!important}.m-5{margin:3.9rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.325rem!important;margin-left:.325rem!important}.mx-2{margin-right:.65rem!important;margin-left:.65rem!important}.mx-3{margin-right:1.3rem!important;margin-left:1.3rem!important}.mx-4{margin-right:1.95rem!important;margin-left:1.95rem!important}.mx-5{margin-right:3.9rem!important;margin-left:3.9rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.325rem!important;margin-bottom:.325rem!important}.my-2{margin-top:.65rem!important;margin-bottom:.65rem!important}.my-3{margin-top:1.3rem!important;margin-bottom:1.3rem!important}.my-4{margin-top:1.95rem!important;margin-bottom:1.95rem!important}.my-5{margin-top:3.9rem!important;margin-bottom:3.9rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.325rem!important}.mt-2{margin-top:.65rem!important}.mt-3{margin-top:1.3rem!important}.mt-4{margin-top:1.95rem!important}.mt-5{margin-top:3.9rem!important}.mt-auto{margin-top:auto!important}.mr-0{margin-right:0!important}.mr-1{margin-right:.325rem!important}.mr-2{margin-right:.65rem!important}.mr-3{margin-right:1.3rem!important}.mr-4{margin-right:1.95rem!important}.mr-5{margin-right:3.9rem!important}.mr-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.325rem!important}.mb-2{margin-bottom:.65rem!important}.mb-3{margin-bottom:1.3rem!important}.mb-4{margin-bottom:1.95rem!important}.mb-5{margin-bottom:3.9rem!important}.mb-auto{margin-bottom:auto!important}.ml-0{margin-left:0!important}.ml-1{margin-left:.325rem!important}.ml-2{margin-left:.65rem!important}.ml-3{margin-left:1.3rem!important}.ml-4{margin-left:1.95rem!important}.ml-5{margin-left:3.9rem!important}.ml-auto{margin-left:auto!important}.m-n1{margin:-0.325rem!important}.m-n2{margin:-0.65rem!important}.m-n3{margin:-1.3rem!important}.m-n4{margin:-1.95rem!important}.m-n5{margin:-3.9rem!important}.mx-n1{margin-right:-0.325rem!important;margin-left:-0.325rem!important}.mx-n2{margin-right:-0.65rem!important;margin-left:-0.65rem!important}.mx-n3{margin-right:-1.3rem!important;margin-left:-1.3rem!important}.mx-n4{margin-right:-1.95rem!important;margin-left:-1.95rem!important}.mx-n5{margin-right:-3.9rem!important;margin-left:-3.9rem!important}.my-n1{margin-top:-0.325rem!important;margin-bottom:-0.325rem!important}.my-n2{margin-top:-0.65rem!important;margin-bottom:-0.65rem!important}.my-n3{margin-top:-1.3rem!important;margin-bottom:-1.3rem!important}.my-n4{margin-top:-1.95rem!important;margin-bottom:-1.95rem!important}.my-n5{margin-top:-3.9rem!important;margin-bottom:-3.9rem!important}.mt-n1{margin-top:-0.325rem!important}.mt-n2{margin-top:-0.65rem!important}.mt-n3{margin-top:-1.3rem!important}.mt-n4{margin-top:-1.95rem!important}.mt-n5{margin-top:-3.9rem!important}.mr-n1{margin-right:-0.325rem!important}.mr-n2{margin-right:-0.65rem!important}.mr-n3{margin-right:-1.3rem!important}.mr-n4{margin-right:-1.95rem!important}.mr-n5{margin-right:-3.9rem!important}.mb-n1{margin-bottom:-0.325rem!important}.mb-n2{margin-bottom:-0.65rem!important}.mb-n3{margin-bottom:-1.3rem!important}.mb-n4{margin-bottom:-1.95rem!important}.mb-n5{margin-bottom:-3.9rem!important}.ml-n1{margin-left:-0.325rem!important}.ml-n2{margin-left:-0.65rem!important}.ml-n3{margin-left:-1.3rem!important}.ml-n4{margin-left:-1.95rem!important}.ml-n5{margin-left:-3.9rem!important}.p-0{padding:0!important}.p-1{padding:.325rem!important}.p-2{padding:.65rem!important}.p-3{padding:1.3rem!important}.p-4{padding:1.95rem!important}.p-5{padding:3.9rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.325rem!important;padding-left:.325rem!important}.px-2{padding-right:.65rem!important;padding-left:.65rem!important}.px-3{padding-right:1.3rem!important;padding-left:1.3rem!important}.px-4{padding-right:1.95rem!important;padding-left:1.95rem!important}.px-5{padding-right:3.9rem!important;padding-left:3.9rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.325rem!important;padding-bottom:.325rem!important}.py-2{padding-top:.65rem!important;padding-bottom:.65rem!important}.py-3{padding-top:1.3rem!important;padding-bottom:1.3rem!important}.py-4{padding-top:1.95rem!important;padding-bottom:1.95rem!important}.py-5{padding-top:3.9rem!important;padding-bottom:3.9rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.325rem!important}.pt-2{padding-top:.65rem!important}.pt-3{padding-top:1.3rem!important}.pt-4{padding-top:1.95rem!important}.pt-5{padding-top:3.9rem!important}.pr-0{padding-right:0!important}.pr-1{padding-right:.325rem!important}.pr-2{padding-right:.65rem!important}.pr-3{padding-right:1.3rem!important}.pr-4{padding-right:1.95rem!important}.pr-5{padding-right:3.9rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.325rem!important}.pb-2{padding-bottom:.65rem!important}.pb-3{padding-bottom:1.3rem!important}.pb-4{padding-bottom:1.95rem!important}.pb-5{padding-bottom:3.9rem!important}.pl-0{padding-left:0!important}.pl-1{padding-left:.325rem!important}.pl-2{padding-left:.65rem!important}.pl-3{padding-left:1.3rem!important}.pl-4{padding-left:1.95rem!important}.pl-5{padding-left:3.9rem!important}.font-weight-light{font-weight:400!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.text-primary{color:#0099bd!important}.text-secondary{color:#b40000!important}.text-success{color:#28a745!important}.text-info{color:#17a2b8!important}.text-warning{color:#ffc107!important}.text-danger{color:#b40000!important}.text-light{color:#f8f9fa!important}.text-dark{color:#000!important}.text-white{color:#fff!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-reset{color:inherit!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.4!important}.lh-base{line-height:1.6!important}.lh-lg{line-height:2!important}.bg-primary{background-color:#0099bd!important}.bg-secondary{background-color:#b40000!important}.bg-success{background-color:#28a745!important}.bg-info{background-color:#17a2b8!important}.bg-warning{background-color:#ffc107!important}.bg-danger{background-color:#b40000!important}.bg-light{background-color:#f8f9fa!important}.bg-dark{background-color:#000!important}.bg-body{background-color:#fff!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.font-italic{font-style:italic!important}.font-normal{font-style:normal!important}.text-break{word-wrap:break-word!important}.font-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.user-select-all{user-select:all!important}.user-select-auto{user-select:auto!important}.user-select-none{user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-sm{border-radius:.15rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media(min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.325rem!important}.m-sm-2{margin:.65rem!important}.m-sm-3{margin:1.3rem!important}.m-sm-4{margin:1.95rem!important}.m-sm-5{margin:3.9rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.325rem!important;margin-left:.325rem!important}.mx-sm-2{margin-right:.65rem!important;margin-left:.65rem!important}.mx-sm-3{margin-right:1.3rem!important;margin-left:1.3rem!important}.mx-sm-4{margin-right:1.95rem!important;margin-left:1.95rem!important}.mx-sm-5{margin-right:3.9rem!important;margin-left:3.9rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.325rem!important;margin-bottom:.325rem!important}.my-sm-2{margin-top:.65rem!important;margin-bottom:.65rem!important}.my-sm-3{margin-top:1.3rem!important;margin-bottom:1.3rem!important}.my-sm-4{margin-top:1.95rem!important;margin-bottom:1.95rem!important}.my-sm-5{margin-top:3.9rem!important;margin-bottom:3.9rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.325rem!important}.mt-sm-2{margin-top:.65rem!important}.mt-sm-3{margin-top:1.3rem!important}.mt-sm-4{margin-top:1.95rem!important}.mt-sm-5{margin-top:3.9rem!important}.mt-sm-auto{margin-top:auto!important}.mr-sm-0{margin-right:0!important}.mr-sm-1{margin-right:.325rem!important}.mr-sm-2{margin-right:.65rem!important}.mr-sm-3{margin-right:1.3rem!important}.mr-sm-4{margin-right:1.95rem!important}.mr-sm-5{margin-right:3.9rem!important}.mr-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.325rem!important}.mb-sm-2{margin-bottom:.65rem!important}.mb-sm-3{margin-bottom:1.3rem!important}.mb-sm-4{margin-bottom:1.95rem!important}.mb-sm-5{margin-bottom:3.9rem!important}.mb-sm-auto{margin-bottom:auto!important}.ml-sm-0{margin-left:0!important}.ml-sm-1{margin-left:.325rem!important}.ml-sm-2{margin-left:.65rem!important}.ml-sm-3{margin-left:1.3rem!important}.ml-sm-4{margin-left:1.95rem!important}.ml-sm-5{margin-left:3.9rem!important}.ml-sm-auto{margin-left:auto!important}.m-sm-n1{margin:-0.325rem!important}.m-sm-n2{margin:-0.65rem!important}.m-sm-n3{margin:-1.3rem!important}.m-sm-n4{margin:-1.95rem!important}.m-sm-n5{margin:-3.9rem!important}.mx-sm-n1{margin-right:-0.325rem!important;margin-left:-0.325rem!important}.mx-sm-n2{margin-right:-0.65rem!important;margin-left:-0.65rem!important}.mx-sm-n3{margin-right:-1.3rem!important;margin-left:-1.3rem!important}.mx-sm-n4{margin-right:-1.95rem!important;margin-left:-1.95rem!important}.mx-sm-n5{margin-right:-3.9rem!important;margin-left:-3.9rem!important}.my-sm-n1{margin-top:-0.325rem!important;margin-bottom:-0.325rem!important}.my-sm-n2{margin-top:-0.65rem!important;margin-bottom:-0.65rem!important}.my-sm-n3{margin-top:-1.3rem!important;margin-bottom:-1.3rem!important}.my-sm-n4{margin-top:-1.95rem!important;margin-bottom:-1.95rem!important}.my-sm-n5{margin-top:-3.9rem!important;margin-bottom:-3.9rem!important}.mt-sm-n1{margin-top:-0.325rem!important}.mt-sm-n2{margin-top:-0.65rem!important}.mt-sm-n3{margin-top:-1.3rem!important}.mt-sm-n4{margin-top:-1.95rem!important}.mt-sm-n5{margin-top:-3.9rem!important}.mr-sm-n1{margin-right:-0.325rem!important}.mr-sm-n2{margin-right:-0.65rem!important}.mr-sm-n3{margin-right:-1.3rem!important}.mr-sm-n4{margin-right:-1.95rem!important}.mr-sm-n5{margin-right:-3.9rem!important}.mb-sm-n1{margin-bottom:-0.325rem!important}.mb-sm-n2{margin-bottom:-0.65rem!important}.mb-sm-n3{margin-bottom:-1.3rem!important}.mb-sm-n4{margin-bottom:-1.95rem!important}.mb-sm-n5{margin-bottom:-3.9rem!important}.ml-sm-n1{margin-left:-0.325rem!important}.ml-sm-n2{margin-left:-0.65rem!important}.ml-sm-n3{margin-left:-1.3rem!important}.ml-sm-n4{margin-left:-1.95rem!important}.ml-sm-n5{margin-left:-3.9rem!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.325rem!important}.p-sm-2{padding:.65rem!important}.p-sm-3{padding:1.3rem!important}.p-sm-4{padding:1.95rem!important}.p-sm-5{padding:3.9rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.325rem!important;padding-left:.325rem!important}.px-sm-2{padding-right:.65rem!important;padding-left:.65rem!important}.px-sm-3{padding-right:1.3rem!important;padding-left:1.3rem!important}.px-sm-4{padding-right:1.95rem!important;padding-left:1.95rem!important}.px-sm-5{padding-right:3.9rem!important;padding-left:3.9rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.325rem!important;padding-bottom:.325rem!important}.py-sm-2{padding-top:.65rem!important;padding-bottom:.65rem!important}.py-sm-3{padding-top:1.3rem!important;padding-bottom:1.3rem!important}.py-sm-4{padding-top:1.95rem!important;padding-bottom:1.95rem!important}.py-sm-5{padding-top:3.9rem!important;padding-bottom:3.9rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.325rem!important}.pt-sm-2{padding-top:.65rem!important}.pt-sm-3{padding-top:1.3rem!important}.pt-sm-4{padding-top:1.95rem!important}.pt-sm-5{padding-top:3.9rem!important}.pr-sm-0{padding-right:0!important}.pr-sm-1{padding-right:.325rem!important}.pr-sm-2{padding-right:.65rem!important}.pr-sm-3{padding-right:1.3rem!important}.pr-sm-4{padding-right:1.95rem!important}.pr-sm-5{padding-right:3.9rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.325rem!important}.pb-sm-2{padding-bottom:.65rem!important}.pb-sm-3{padding-bottom:1.3rem!important}.pb-sm-4{padding-bottom:1.95rem!important}.pb-sm-5{padding-bottom:3.9rem!important}.pl-sm-0{padding-left:0!important}.pl-sm-1{padding-left:.325rem!important}.pl-sm-2{padding-left:.65rem!important}.pl-sm-3{padding-left:1.3rem!important}.pl-sm-4{padding-left:1.95rem!important}.pl-sm-5{padding-left:3.9rem!important}.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media(min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.325rem!important}.m-md-2{margin:.65rem!important}.m-md-3{margin:1.3rem!important}.m-md-4{margin:1.95rem!important}.m-md-5{margin:3.9rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.325rem!important;margin-left:.325rem!important}.mx-md-2{margin-right:.65rem!important;margin-left:.65rem!important}.mx-md-3{margin-right:1.3rem!important;margin-left:1.3rem!important}.mx-md-4{margin-right:1.95rem!important;margin-left:1.95rem!important}.mx-md-5{margin-right:3.9rem!important;margin-left:3.9rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.325rem!important;margin-bottom:.325rem!important}.my-md-2{margin-top:.65rem!important;margin-bottom:.65rem!important}.my-md-3{margin-top:1.3rem!important;margin-bottom:1.3rem!important}.my-md-4{margin-top:1.95rem!important;margin-bottom:1.95rem!important}.my-md-5{margin-top:3.9rem!important;margin-bottom:3.9rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.325rem!important}.mt-md-2{margin-top:.65rem!important}.mt-md-3{margin-top:1.3rem!important}.mt-md-4{margin-top:1.95rem!important}.mt-md-5{margin-top:3.9rem!important}.mt-md-auto{margin-top:auto!important}.mr-md-0{margin-right:0!important}.mr-md-1{margin-right:.325rem!important}.mr-md-2{margin-right:.65rem!important}.mr-md-3{margin-right:1.3rem!important}.mr-md-4{margin-right:1.95rem!important}.mr-md-5{margin-right:3.9rem!important}.mr-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.325rem!important}.mb-md-2{margin-bottom:.65rem!important}.mb-md-3{margin-bottom:1.3rem!important}.mb-md-4{margin-bottom:1.95rem!important}.mb-md-5{margin-bottom:3.9rem!important}.mb-md-auto{margin-bottom:auto!important}.ml-md-0{margin-left:0!important}.ml-md-1{margin-left:.325rem!important}.ml-md-2{margin-left:.65rem!important}.ml-md-3{margin-left:1.3rem!important}.ml-md-4{margin-left:1.95rem!important}.ml-md-5{margin-left:3.9rem!important}.ml-md-auto{margin-left:auto!important}.m-md-n1{margin:-0.325rem!important}.m-md-n2{margin:-0.65rem!important}.m-md-n3{margin:-1.3rem!important}.m-md-n4{margin:-1.95rem!important}.m-md-n5{margin:-3.9rem!important}.mx-md-n1{margin-right:-0.325rem!important;margin-left:-0.325rem!important}.mx-md-n2{margin-right:-0.65rem!important;margin-left:-0.65rem!important}.mx-md-n3{margin-right:-1.3rem!important;margin-left:-1.3rem!important}.mx-md-n4{margin-right:-1.95rem!important;margin-left:-1.95rem!important}.mx-md-n5{margin-right:-3.9rem!important;margin-left:-3.9rem!important}.my-md-n1{margin-top:-0.325rem!important;margin-bottom:-0.325rem!important}.my-md-n2{margin-top:-0.65rem!important;margin-bottom:-0.65rem!important}.my-md-n3{margin-top:-1.3rem!important;margin-bottom:-1.3rem!important}.my-md-n4{margin-top:-1.95rem!important;margin-bottom:-1.95rem!important}.my-md-n5{margin-top:-3.9rem!important;margin-bottom:-3.9rem!important}.mt-md-n1{margin-top:-0.325rem!important}.mt-md-n2{margin-top:-0.65rem!important}.mt-md-n3{margin-top:-1.3rem!important}.mt-md-n4{margin-top:-1.95rem!important}.mt-md-n5{margin-top:-3.9rem!important}.mr-md-n1{margin-right:-0.325rem!important}.mr-md-n2{margin-right:-0.65rem!important}.mr-md-n3{margin-right:-1.3rem!important}.mr-md-n4{margin-right:-1.95rem!important}.mr-md-n5{margin-right:-3.9rem!important}.mb-md-n1{margin-bottom:-0.325rem!important}.mb-md-n2{margin-bottom:-0.65rem!important}.mb-md-n3{margin-bottom:-1.3rem!important}.mb-md-n4{margin-bottom:-1.95rem!important}.mb-md-n5{margin-bottom:-3.9rem!important}.ml-md-n1{margin-left:-0.325rem!important}.ml-md-n2{margin-left:-0.65rem!important}.ml-md-n3{margin-left:-1.3rem!important}.ml-md-n4{margin-left:-1.95rem!important}.ml-md-n5{margin-left:-3.9rem!important}.p-md-0{padding:0!important}.p-md-1{padding:.325rem!important}.p-md-2{padding:.65rem!important}.p-md-3{padding:1.3rem!important}.p-md-4{padding:1.95rem!important}.p-md-5{padding:3.9rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.325rem!important;padding-left:.325rem!important}.px-md-2{padding-right:.65rem!important;padding-left:.65rem!important}.px-md-3{padding-right:1.3rem!important;padding-left:1.3rem!important}.px-md-4{padding-right:1.95rem!important;padding-left:1.95rem!important}.px-md-5{padding-right:3.9rem!important;padding-left:3.9rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.325rem!important;padding-bottom:.325rem!important}.py-md-2{padding-top:.65rem!important;padding-bottom:.65rem!important}.py-md-3{padding-top:1.3rem!important;padding-bottom:1.3rem!important}.py-md-4{padding-top:1.95rem!important;padding-bottom:1.95rem!important}.py-md-5{padding-top:3.9rem!important;padding-bottom:3.9rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.325rem!important}.pt-md-2{padding-top:.65rem!important}.pt-md-3{padding-top:1.3rem!important}.pt-md-4{padding-top:1.95rem!important}.pt-md-5{padding-top:3.9rem!important}.pr-md-0{padding-right:0!important}.pr-md-1{padding-right:.325rem!important}.pr-md-2{padding-right:.65rem!important}.pr-md-3{padding-right:1.3rem!important}.pr-md-4{padding-right:1.95rem!important}.pr-md-5{padding-right:3.9rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.325rem!important}.pb-md-2{padding-bottom:.65rem!important}.pb-md-3{padding-bottom:1.3rem!important}.pb-md-4{padding-bottom:1.95rem!important}.pb-md-5{padding-bottom:3.9rem!important}.pl-md-0{padding-left:0!important}.pl-md-1{padding-left:.325rem!important}.pl-md-2{padding-left:.65rem!important}.pl-md-3{padding-left:1.3rem!important}.pl-md-4{padding-left:1.95rem!important}.pl-md-5{padding-left:3.9rem!important}.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media(min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.325rem!important}.m-lg-2{margin:.65rem!important}.m-lg-3{margin:1.3rem!important}.m-lg-4{margin:1.95rem!important}.m-lg-5{margin:3.9rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.325rem!important;margin-left:.325rem!important}.mx-lg-2{margin-right:.65rem!important;margin-left:.65rem!important}.mx-lg-3{margin-right:1.3rem!important;margin-left:1.3rem!important}.mx-lg-4{margin-right:1.95rem!important;margin-left:1.95rem!important}.mx-lg-5{margin-right:3.9rem!important;margin-left:3.9rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.325rem!important;margin-bottom:.325rem!important}.my-lg-2{margin-top:.65rem!important;margin-bottom:.65rem!important}.my-lg-3{margin-top:1.3rem!important;margin-bottom:1.3rem!important}.my-lg-4{margin-top:1.95rem!important;margin-bottom:1.95rem!important}.my-lg-5{margin-top:3.9rem!important;margin-bottom:3.9rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.325rem!important}.mt-lg-2{margin-top:.65rem!important}.mt-lg-3{margin-top:1.3rem!important}.mt-lg-4{margin-top:1.95rem!important}.mt-lg-5{margin-top:3.9rem!important}.mt-lg-auto{margin-top:auto!important}.mr-lg-0{margin-right:0!important}.mr-lg-1{margin-right:.325rem!important}.mr-lg-2{margin-right:.65rem!important}.mr-lg-3{margin-right:1.3rem!important}.mr-lg-4{margin-right:1.95rem!important}.mr-lg-5{margin-right:3.9rem!important}.mr-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.325rem!important}.mb-lg-2{margin-bottom:.65rem!important}.mb-lg-3{margin-bottom:1.3rem!important}.mb-lg-4{margin-bottom:1.95rem!important}.mb-lg-5{margin-bottom:3.9rem!important}.mb-lg-auto{margin-bottom:auto!important}.ml-lg-0{margin-left:0!important}.ml-lg-1{margin-left:.325rem!important}.ml-lg-2{margin-left:.65rem!important}.ml-lg-3{margin-left:1.3rem!important}.ml-lg-4{margin-left:1.95rem!important}.ml-lg-5{margin-left:3.9rem!important}.ml-lg-auto{margin-left:auto!important}.m-lg-n1{margin:-0.325rem!important}.m-lg-n2{margin:-0.65rem!important}.m-lg-n3{margin:-1.3rem!important}.m-lg-n4{margin:-1.95rem!important}.m-lg-n5{margin:-3.9rem!important}.mx-lg-n1{margin-right:-0.325rem!important;margin-left:-0.325rem!important}.mx-lg-n2{margin-right:-0.65rem!important;margin-left:-0.65rem!important}.mx-lg-n3{margin-right:-1.3rem!important;margin-left:-1.3rem!important}.mx-lg-n4{margin-right:-1.95rem!important;margin-left:-1.95rem!important}.mx-lg-n5{margin-right:-3.9rem!important;margin-left:-3.9rem!important}.my-lg-n1{margin-top:-0.325rem!important;margin-bottom:-0.325rem!important}.my-lg-n2{margin-top:-0.65rem!important;margin-bottom:-0.65rem!important}.my-lg-n3{margin-top:-1.3rem!important;margin-bottom:-1.3rem!important}.my-lg-n4{margin-top:-1.95rem!important;margin-bottom:-1.95rem!important}.my-lg-n5{margin-top:-3.9rem!important;margin-bottom:-3.9rem!important}.mt-lg-n1{margin-top:-0.325rem!important}.mt-lg-n2{margin-top:-0.65rem!important}.mt-lg-n3{margin-top:-1.3rem!important}.mt-lg-n4{margin-top:-1.95rem!important}.mt-lg-n5{margin-top:-3.9rem!important}.mr-lg-n1{margin-right:-0.325rem!important}.mr-lg-n2{margin-right:-0.65rem!important}.mr-lg-n3{margin-right:-1.3rem!important}.mr-lg-n4{margin-right:-1.95rem!important}.mr-lg-n5{margin-right:-3.9rem!important}.mb-lg-n1{margin-bottom:-0.325rem!important}.mb-lg-n2{margin-bottom:-0.65rem!important}.mb-lg-n3{margin-bottom:-1.3rem!important}.mb-lg-n4{margin-bottom:-1.95rem!important}.mb-lg-n5{margin-bottom:-3.9rem!important}.ml-lg-n1{margin-left:-0.325rem!important}.ml-lg-n2{margin-left:-0.65rem!important}.ml-lg-n3{margin-left:-1.3rem!important}.ml-lg-n4{margin-left:-1.95rem!important}.ml-lg-n5{margin-left:-3.9rem!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.325rem!important}.p-lg-2{padding:.65rem!important}.p-lg-3{padding:1.3rem!important}.p-lg-4{padding:1.95rem!important}.p-lg-5{padding:3.9rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.325rem!important;padding-left:.325rem!important}.px-lg-2{padding-right:.65rem!important;padding-left:.65rem!important}.px-lg-3{padding-right:1.3rem!important;padding-left:1.3rem!important}.px-lg-4{padding-right:1.95rem!important;padding-left:1.95rem!important}.px-lg-5{padding-right:3.9rem!important;padding-left:3.9rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.325rem!important;padding-bottom:.325rem!important}.py-lg-2{padding-top:.65rem!important;padding-bottom:.65rem!important}.py-lg-3{padding-top:1.3rem!important;padding-bottom:1.3rem!important}.py-lg-4{padding-top:1.95rem!important;padding-bottom:1.95rem!important}.py-lg-5{padding-top:3.9rem!important;padding-bottom:3.9rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.325rem!important}.pt-lg-2{padding-top:.65rem!important}.pt-lg-3{padding-top:1.3rem!important}.pt-lg-4{padding-top:1.95rem!important}.pt-lg-5{padding-top:3.9rem!important}.pr-lg-0{padding-right:0!important}.pr-lg-1{padding-right:.325rem!important}.pr-lg-2{padding-right:.65rem!important}.pr-lg-3{padding-right:1.3rem!important}.pr-lg-4{padding-right:1.95rem!important}.pr-lg-5{padding-right:3.9rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.325rem!important}.pb-lg-2{padding-bottom:.65rem!important}.pb-lg-3{padding-bottom:1.3rem!important}.pb-lg-4{padding-bottom:1.95rem!important}.pb-lg-5{padding-bottom:3.9rem!important}.pl-lg-0{padding-left:0!important}.pl-lg-1{padding-left:.325rem!important}.pl-lg-2{padding-left:.65rem!important}.pl-lg-3{padding-left:1.3rem!important}.pl-lg-4{padding-left:1.95rem!important}.pl-lg-5{padding-left:3.9rem!important}.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media(min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.325rem!important}.m-xl-2{margin:.65rem!important}.m-xl-3{margin:1.3rem!important}.m-xl-4{margin:1.95rem!important}.m-xl-5{margin:3.9rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.325rem!important;margin-left:.325rem!important}.mx-xl-2{margin-right:.65rem!important;margin-left:.65rem!important}.mx-xl-3{margin-right:1.3rem!important;margin-left:1.3rem!important}.mx-xl-4{margin-right:1.95rem!important;margin-left:1.95rem!important}.mx-xl-5{margin-right:3.9rem!important;margin-left:3.9rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.325rem!important;margin-bottom:.325rem!important}.my-xl-2{margin-top:.65rem!important;margin-bottom:.65rem!important}.my-xl-3{margin-top:1.3rem!important;margin-bottom:1.3rem!important}.my-xl-4{margin-top:1.95rem!important;margin-bottom:1.95rem!important}.my-xl-5{margin-top:3.9rem!important;margin-bottom:3.9rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.325rem!important}.mt-xl-2{margin-top:.65rem!important}.mt-xl-3{margin-top:1.3rem!important}.mt-xl-4{margin-top:1.95rem!important}.mt-xl-5{margin-top:3.9rem!important}.mt-xl-auto{margin-top:auto!important}.mr-xl-0{margin-right:0!important}.mr-xl-1{margin-right:.325rem!important}.mr-xl-2{margin-right:.65rem!important}.mr-xl-3{margin-right:1.3rem!important}.mr-xl-4{margin-right:1.95rem!important}.mr-xl-5{margin-right:3.9rem!important}.mr-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.325rem!important}.mb-xl-2{margin-bottom:.65rem!important}.mb-xl-3{margin-bottom:1.3rem!important}.mb-xl-4{margin-bottom:1.95rem!important}.mb-xl-5{margin-bottom:3.9rem!important}.mb-xl-auto{margin-bottom:auto!important}.ml-xl-0{margin-left:0!important}.ml-xl-1{margin-left:.325rem!important}.ml-xl-2{margin-left:.65rem!important}.ml-xl-3{margin-left:1.3rem!important}.ml-xl-4{margin-left:1.95rem!important}.ml-xl-5{margin-left:3.9rem!important}.ml-xl-auto{margin-left:auto!important}.m-xl-n1{margin:-0.325rem!important}.m-xl-n2{margin:-0.65rem!important}.m-xl-n3{margin:-1.3rem!important}.m-xl-n4{margin:-1.95rem!important}.m-xl-n5{margin:-3.9rem!important}.mx-xl-n1{margin-right:-0.325rem!important;margin-left:-0.325rem!important}.mx-xl-n2{margin-right:-0.65rem!important;margin-left:-0.65rem!important}.mx-xl-n3{margin-right:-1.3rem!important;margin-left:-1.3rem!important}.mx-xl-n4{margin-right:-1.95rem!important;margin-left:-1.95rem!important}.mx-xl-n5{margin-right:-3.9rem!important;margin-left:-3.9rem!important}.my-xl-n1{margin-top:-0.325rem!important;margin-bottom:-0.325rem!important}.my-xl-n2{margin-top:-0.65rem!important;margin-bottom:-0.65rem!important}.my-xl-n3{margin-top:-1.3rem!important;margin-bottom:-1.3rem!important}.my-xl-n4{margin-top:-1.95rem!important;margin-bottom:-1.95rem!important}.my-xl-n5{margin-top:-3.9rem!important;margin-bottom:-3.9rem!important}.mt-xl-n1{margin-top:-0.325rem!important}.mt-xl-n2{margin-top:-0.65rem!important}.mt-xl-n3{margin-top:-1.3rem!important}.mt-xl-n4{margin-top:-1.95rem!important}.mt-xl-n5{margin-top:-3.9rem!important}.mr-xl-n1{margin-right:-0.325rem!important}.mr-xl-n2{margin-right:-0.65rem!important}.mr-xl-n3{margin-right:-1.3rem!important}.mr-xl-n4{margin-right:-1.95rem!important}.mr-xl-n5{margin-right:-3.9rem!important}.mb-xl-n1{margin-bottom:-0.325rem!important}.mb-xl-n2{margin-bottom:-0.65rem!important}.mb-xl-n3{margin-bottom:-1.3rem!important}.mb-xl-n4{margin-bottom:-1.95rem!important}.mb-xl-n5{margin-bottom:-3.9rem!important}.ml-xl-n1{margin-left:-0.325rem!important}.ml-xl-n2{margin-left:-0.65rem!important}.ml-xl-n3{margin-left:-1.3rem!important}.ml-xl-n4{margin-left:-1.95rem!important}.ml-xl-n5{margin-left:-3.9rem!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.325rem!important}.p-xl-2{padding:.65rem!important}.p-xl-3{padding:1.3rem!important}.p-xl-4{padding:1.95rem!important}.p-xl-5{padding:3.9rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.325rem!important;padding-left:.325rem!important}.px-xl-2{padding-right:.65rem!important;padding-left:.65rem!important}.px-xl-3{padding-right:1.3rem!important;padding-left:1.3rem!important}.px-xl-4{padding-right:1.95rem!important;padding-left:1.95rem!important}.px-xl-5{padding-right:3.9rem!important;padding-left:3.9rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.325rem!important;padding-bottom:.325rem!important}.py-xl-2{padding-top:.65rem!important;padding-bottom:.65rem!important}.py-xl-3{padding-top:1.3rem!important;padding-bottom:1.3rem!important}.py-xl-4{padding-top:1.95rem!important;padding-bottom:1.95rem!important}.py-xl-5{padding-top:3.9rem!important;padding-bottom:3.9rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.325rem!important}.pt-xl-2{padding-top:.65rem!important}.pt-xl-3{padding-top:1.3rem!important}.pt-xl-4{padding-top:1.95rem!important}.pt-xl-5{padding-top:3.9rem!important}.pr-xl-0{padding-right:0!important}.pr-xl-1{padding-right:.325rem!important}.pr-xl-2{padding-right:.65rem!important}.pr-xl-3{padding-right:1.3rem!important}.pr-xl-4{padding-right:1.95rem!important}.pr-xl-5{padding-right:3.9rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.325rem!important}.pb-xl-2{padding-bottom:.65rem!important}.pb-xl-3{padding-bottom:1.3rem!important}.pb-xl-4{padding-bottom:1.95rem!important}.pb-xl-5{padding-bottom:3.9rem!important}.pl-xl-0{padding-left:0!important}.pl-xl-1{padding-left:.325rem!important}.pl-xl-2{padding-left:.65rem!important}.pl-xl-3{padding-left:1.3rem!important}.pl-xl-4{padding-left:1.95rem!important}.pl-xl-5{padding-left:3.9rem!important}.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}body{font-family:sans-serif}body.fonts-loaded,.fonts-loaded body{font-family:sans-serif}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-family:sans-serif;letter-spacing:.01rem}.fonts-loaded h1,.fonts-loaded .h1,.fonts-loaded h2,.fonts-loaded .h2,.fonts-loaded h3,.fonts-loaded .h3,.fonts-loaded h4,.fonts-loaded .h4,.fonts-loaded h5,.fonts-loaded .h5,.fonts-loaded h6,.fonts-loaded .h6{font-family:sans-serif}a{transition:color .15s ease-in-out,border-color .15s ease-in-out;outline-color:#00708a}@media(prefers-reduced-motion:reduce){a{transition:none}}.font-serif{font-family:serif}.fonts-loaded .font-serif{font-family:"PT Serif",Georgia,"Times New Roman",Times,serif}.font-sans-serif{font-family:sans-serif}.fonts-loaded .font-sans-serif{font-family:sans-serif}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}#masthead,#primary,#secondary{margin-bottom:2.275rem}#jpcngtools-upload-form-container{width:100%;max-width:500px;margin:0 auto}#jpcngtools-upload-form label.required::after{display:inline;content:" *";color:#b40000}#jpcngtools-upload-form .form-control,#jpcngtools-upload-form .newsletter-signup form input[type=text],.newsletter-signup form #jpcngtools-upload-form input[type=text],#jpcngtools-upload-form .newsletter-signup form input[type=email],.newsletter-signup form #jpcngtools-upload-form input[type=email],#jpcngtools-upload-form .form-control-file{margin-bottom:.5rem}#jpcngtools-upload-form .input-error{margin-bottom:0}#jpcngtools-upload-form-errors,#jpcngtools-loader,#jpcngtools-success-notice{display:none}#jpcngtools-terms-lightbox{display:none;position:fixed;top:25%;left:25%;width:50%;padding:16px;background-color:#fff;z-index:1002;overflow:auto}#jpcngtools-terms-lightbox-fade{display:none;position:fixed;top:0%;left:0%;width:100%;height:100%;background-color:#000;z-index:1001;-moz-opacity:.8;opacity:.8;filter:alpha(opacity=80)}.btn,.newsletter-signup form button,.newsletter-signup form [type=button],.newsletter-signup form [type=reset],.newsletter-signup form [type=submit]{text-transform:uppercase;letter-spacing:.035rem}.badge{font-family:sans-serif}.fonts-loaded .badge{font-family:sans-serif}/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */.fa,.fas,.far,.fal,.fad,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1,-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(-1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:""}.fa-accessible-icon:before{content:""}.fa-accusoft:before{content:""}.fa-acquisitions-incorporated:before{content:""}.fa-ad:before{content:""}.fa-address-book:before{content:""}.fa-address-card:before{content:""}.fa-adjust:before{content:""}.fa-adn:before{content:""}.fa-adobe:before{content:""}.fa-adversal:before{content:""}.fa-affiliatetheme:before{content:""}.fa-air-freshener:before{content:""}.fa-airbnb:before{content:""}.fa-algolia:before{content:""}.fa-align-center:before{content:""}.fa-align-justify:before{content:""}.fa-align-left:before{content:""}.fa-align-right:before{content:""}.fa-alipay:before{content:""}.fa-allergies:before{content:""}.fa-amazon:before{content:""}.fa-amazon-pay:before{content:""}.fa-ambulance:before{content:""}.fa-american-sign-language-interpreting:before{content:""}.fa-amilia:before{content:""}.fa-anchor:before{content:""}.fa-android:before{content:""}.fa-angellist:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angry:before{content:""}.fa-angrycreative:before{content:""}.fa-angular:before{content:""}.fa-ankh:before{content:""}.fa-app-store:before{content:""}.fa-app-store-ios:before{content:""}.fa-apper:before{content:""}.fa-apple:before{content:""}.fa-apple-alt:before{content:""}.fa-apple-pay:before{content:""}.fa-archive:before{content:""}.fa-archway:before{content:""}.fa-arrow-alt-circle-down:before{content:""}.fa-arrow-alt-circle-left:before{content:""}.fa-arrow-alt-circle-right:before{content:""}.fa-arrow-alt-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-down:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrows-alt:before{content:""}.fa-arrows-alt-h:before{content:""}.fa-arrows-alt-v:before{content:""}.fa-artstation:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asterisk:before{content:""}.fa-asymmetrik:before{content:""}.fa-at:before{content:""}.fa-atlas:before{content:""}.fa-atlassian:before{content:""}.fa-atom:before{content:""}.fa-audible:before{content:""}.fa-audio-description:before{content:""}.fa-autoprefixer:before{content:""}.fa-avianex:before{content:""}.fa-aviato:before{content:""}.fa-award:before{content:""}.fa-aws:before{content:""}.fa-baby:before{content:""}.fa-baby-carriage:before{content:""}.fa-backspace:before{content:""}.fa-backward:before{content:""}.fa-bacon:before{content:""}.fa-bahai:before{content:""}.fa-balance-scale:before{content:""}.fa-balance-scale-left:before{content:""}.fa-balance-scale-right:before{content:""}.fa-ban:before{content:""}.fa-band-aid:before{content:""}.fa-bandcamp:before{content:""}.fa-barcode:before{content:""}.fa-bars:before{content:""}.fa-baseball-ball:before{content:""}.fa-basketball-ball:before{content:""}.fa-bath:before{content:""}.fa-battery-empty:before{content:""}.fa-battery-full:before{content:""}.fa-battery-half:before{content:""}.fa-battery-quarter:before{content:""}.fa-battery-three-quarters:before{content:""}.fa-battle-net:before{content:""}.fa-bed:before{content:""}.fa-beer:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-bell:before{content:""}.fa-bell-slash:before{content:""}.fa-bezier-curve:before{content:""}.fa-bible:before{content:""}.fa-bicycle:before{content:""}.fa-biking:before{content:""}.fa-bimobject:before{content:""}.fa-binoculars:before{content:""}.fa-biohazard:before{content:""}.fa-birthday-cake:before{content:""}.fa-bitbucket:before{content:""}.fa-bitcoin:before{content:""}.fa-bity:before{content:""}.fa-black-tie:before{content:""}.fa-blackberry:before{content:""}.fa-blender:before{content:""}.fa-blender-phone:before{content:""}.fa-blind:before{content:""}.fa-blog:before{content:""}.fa-blogger:before{content:""}.fa-blogger-b:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-bold:before{content:""}.fa-bolt:before{content:""}.fa-bomb:before{content:""}.fa-bone:before{content:""}.fa-bong:before{content:""}.fa-book:before{content:""}.fa-book-dead:before{content:""}.fa-book-medical:before{content:""}.fa-book-open:before{content:""}.fa-book-reader:before{content:""}.fa-bookmark:before{content:""}.fa-bootstrap:before{content:""}.fa-border-all:before{content:""}.fa-border-none:before{content:""}.fa-border-style:before{content:""}.fa-bowling-ball:before{content:""}.fa-box:before{content:""}.fa-box-open:before{content:""}.fa-box-tissue:before{content:"拏"}.fa-boxes:before{content:""}.fa-braille:before{content:""}.fa-brain:before{content:""}.fa-bread-slice:before{content:""}.fa-briefcase:before{content:""}.fa-briefcase-medical:before{content:""}.fa-broadcast-tower:before{content:""}.fa-broom:before{content:""}.fa-brush:before{content:""}.fa-btc:before{content:""}.fa-buffer:before{content:""}.fa-bug:before{content:""}.fa-building:before{content:""}.fa-bullhorn:before{content:""}.fa-bullseye:before{content:""}.fa-burn:before{content:""}.fa-buromobelexperte:before{content:""}.fa-bus:before{content:""}.fa-bus-alt:before{content:""}.fa-business-time:before{content:""}.fa-buy-n-large:before{content:""}.fa-buysellads:before{content:""}.fa-calculator:before{content:""}.fa-calendar:before{content:""}.fa-calendar-alt:before{content:""}.fa-calendar-check:before{content:""}.fa-calendar-day:before{content:""}.fa-calendar-minus:before{content:""}.fa-calendar-plus:before{content:""}.fa-calendar-times:before{content:""}.fa-calendar-week:before{content:""}.fa-camera:before{content:""}.fa-camera-retro:before{content:""}.fa-campground:before{content:""}.fa-canadian-maple-leaf:before{content:""}.fa-candy-cane:before{content:""}.fa-cannabis:before{content:""}.fa-capsules:before{content:""}.fa-car:before{content:""}.fa-car-alt:before{content:""}.fa-car-battery:before{content:""}.fa-car-crash:before{content:""}.fa-car-side:before{content:""}.fa-caravan:before{content:""}.fa-caret-down:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-caret-square-down:before{content:""}.fa-caret-square-left:before{content:""}.fa-caret-square-right:before{content:""}.fa-caret-square-up:before{content:""}.fa-caret-up:before{content:""}.fa-carrot:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-cart-plus:before{content:""}.fa-cash-register:before{content:""}.fa-cat:before{content:""}.fa-cc-amazon-pay:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-apple-pay:before{content:""}.fa-cc-diners-club:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-cc-visa:before{content:""}.fa-centercode:before{content:""}.fa-centos:before{content:""}.fa-certificate:before{content:""}.fa-chair:before{content:""}.fa-chalkboard:before{content:""}.fa-chalkboard-teacher:before{content:""}.fa-charging-station:before{content:""}.fa-chart-area:before{content:""}.fa-chart-bar:before{content:""}.fa-chart-line:before{content:""}.fa-chart-pie:before{content:""}.fa-check:before{content:""}.fa-check-circle:before{content:""}.fa-check-double:before{content:""}.fa-check-square:before{content:""}.fa-cheese:before{content:""}.fa-chess:before{content:""}.fa-chess-bishop:before{content:""}.fa-chess-board:before{content:""}.fa-chess-king:before{content:""}.fa-chess-knight:before{content:""}.fa-chess-pawn:before{content:""}.fa-chess-queen:before{content:""}.fa-chess-rook:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-down:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-chevron-up:before{content:""}.fa-child:before{content:""}.fa-chrome:before{content:""}.fa-chromecast:before{content:""}.fa-church:before{content:""}.fa-circle:before{content:""}.fa-circle-notch:before{content:""}.fa-city:before{content:""}.fa-clinic-medical:before{content:""}.fa-clipboard:before{content:""}.fa-clipboard-check:before{content:""}.fa-clipboard-list:before{content:""}.fa-clock:before{content:""}.fa-clone:before{content:""}.fa-closed-captioning:before{content:""}.fa-cloud:before{content:""}.fa-cloud-download-alt:before{content:""}.fa-cloud-meatball:before{content:""}.fa-cloud-moon:before{content:""}.fa-cloud-moon-rain:before{content:""}.fa-cloud-rain:before{content:""}.fa-cloud-showers-heavy:before{content:""}.fa-cloud-sun:before{content:""}.fa-cloud-sun-rain:before{content:""}.fa-cloud-upload-alt:before{content:""}.fa-cloudscale:before{content:""}.fa-cloudsmith:before{content:""}.fa-cloudversify:before{content:""}.fa-cocktail:before{content:""}.fa-code:before{content:""}.fa-code-branch:before{content:""}.fa-codepen:before{content:""}.fa-codiepie:before{content:""}.fa-coffee:before{content:""}.fa-cog:before{content:""}.fa-cogs:before{content:""}.fa-coins:before{content:""}.fa-columns:before{content:""}.fa-comment:before{content:""}.fa-comment-alt:before{content:""}.fa-comment-dollar:before{content:""}.fa-comment-dots:before{content:""}.fa-comment-medical:before{content:""}.fa-comment-slash:before{content:""}.fa-comments:before{content:""}.fa-comments-dollar:before{content:""}.fa-compact-disc:before{content:""}.fa-compass:before{content:""}.fa-compress:before{content:""}.fa-compress-alt:before{content:""}.fa-compress-arrows-alt:before{content:""}.fa-concierge-bell:before{content:""}.fa-confluence:before{content:""}.fa-connectdevelop:before{content:""}.fa-contao:before{content:""}.fa-cookie:before{content:""}.fa-cookie-bite:before{content:""}.fa-copy:before{content:""}.fa-copyright:before{content:""}.fa-cotton-bureau:before{content:""}.fa-couch:before{content:""}.fa-cpanel:before{content:""}.fa-creative-commons:before{content:""}.fa-creative-commons-by:before{content:""}.fa-creative-commons-nc:before{content:""}.fa-creative-commons-nc-eu:before{content:""}.fa-creative-commons-nc-jp:before{content:""}.fa-creative-commons-nd:before{content:""}.fa-creative-commons-pd:before{content:""}.fa-creative-commons-pd-alt:before{content:""}.fa-creative-commons-remix:before{content:""}.fa-creative-commons-sa:before{content:""}.fa-creative-commons-sampling:before{content:""}.fa-creative-commons-sampling-plus:before{content:""}.fa-creative-commons-share:before{content:""}.fa-creative-commons-zero:before{content:""}.fa-credit-card:before{content:""}.fa-critical-role:before{content:""}.fa-crop:before{content:""}.fa-crop-alt:before{content:""}.fa-cross:before{content:""}.fa-crosshairs:before{content:""}.fa-crow:before{content:""}.fa-crown:before{content:""}.fa-crutch:before{content:""}.fa-css3:before{content:""}.fa-css3-alt:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-cut:before{content:""}.fa-cuttlefish:before{content:""}.fa-d-and-d:before{content:""}.fa-d-and-d-beyond:before{content:""}.fa-dailymotion:before{content:"勒"}.fa-dashcube:before{content:""}.fa-database:before{content:""}.fa-deaf:before{content:""}.fa-delicious:before{content:""}.fa-democrat:before{content:""}.fa-deploydog:before{content:""}.fa-deskpro:before{content:""}.fa-desktop:before{content:""}.fa-dev:before{content:""}.fa-deviantart:before{content:""}.fa-dharmachakra:before{content:""}.fa-dhl:before{content:""}.fa-diagnoses:before{content:""}.fa-diaspora:before{content:""}.fa-dice:before{content:""}.fa-dice-d20:before{content:""}.fa-dice-d6:before{content:""}.fa-dice-five:before{content:""}.fa-dice-four:before{content:""}.fa-dice-one:before{content:""}.fa-dice-six:before{content:""}.fa-dice-three:before{content:""}.fa-dice-two:before{content:""}.fa-digg:before{content:""}.fa-digital-ocean:before{content:""}.fa-digital-tachograph:before{content:""}.fa-directions:before{content:""}.fa-discord:before{content:""}.fa-discourse:before{content:""}.fa-disease:before{content:""}.fa-divide:before{content:""}.fa-dizzy:before{content:""}.fa-dna:before{content:""}.fa-dochub:before{content:""}.fa-docker:before{content:""}.fa-dog:before{content:""}.fa-dollar-sign:before{content:""}.fa-dolly:before{content:""}.fa-dolly-flatbed:before{content:""}.fa-donate:before{content:""}.fa-door-closed:before{content:""}.fa-door-open:before{content:""}.fa-dot-circle:before{content:""}.fa-dove:before{content:""}.fa-download:before{content:""}.fa-draft2digital:before{content:""}.fa-drafting-compass:before{content:""}.fa-dragon:before{content:""}.fa-draw-polygon:before{content:""}.fa-dribbble:before{content:""}.fa-dribbble-square:before{content:""}.fa-dropbox:before{content:""}.fa-drum:before{content:""}.fa-drum-steelpan:before{content:""}.fa-drumstick-bite:before{content:""}.fa-drupal:before{content:""}.fa-dumbbell:before{content:""}.fa-dumpster:before{content:""}.fa-dumpster-fire:before{content:""}.fa-dungeon:before{content:""}.fa-dyalog:before{content:""}.fa-earlybirds:before{content:""}.fa-ebay:before{content:""}.fa-edge:before{content:""}.fa-edit:before{content:""}.fa-egg:before{content:""}.fa-eject:before{content:""}.fa-elementor:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-ello:before{content:""}.fa-ember:before{content:""}.fa-empire:before{content:""}.fa-envelope:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-text:before{content:""}.fa-envelope-square:before{content:""}.fa-envira:before{content:""}.fa-equals:before{content:""}.fa-eraser:before{content:""}.fa-erlang:before{content:""}.fa-ethereum:before{content:""}.fa-ethernet:before{content:""}.fa-etsy:before{content:""}.fa-euro-sign:before{content:""}.fa-evernote:before{content:""}.fa-exchange-alt:before{content:""}.fa-exclamation:before{content:""}.fa-exclamation-circle:before{content:""}.fa-exclamation-triangle:before{content:""}.fa-expand:before{content:""}.fa-expand-alt:before{content:""}.fa-expand-arrows-alt:before{content:""}.fa-expeditedssl:before{content:""}.fa-external-link-alt:before{content:""}.fa-external-link-square-alt:before{content:""}.fa-eye:before{content:""}.fa-eye-dropper:before{content:""}.fa-eye-slash:before{content:""}.fa-facebook:before{content:""}.fa-facebook-f:before{content:""}.fa-facebook-messenger:before{content:""}.fa-facebook-square:before{content:""}.fa-fan:before{content:""}.fa-fantasy-flight-games:before{content:""}.fa-fast-backward:before{content:""}.fa-fast-forward:before{content:""}.fa-faucet:before{content:"串"}.fa-fax:before{content:""}.fa-feather:before{content:""}.fa-feather-alt:before{content:""}.fa-fedex:before{content:""}.fa-fedora:before{content:""}.fa-female:before{content:""}.fa-fighter-jet:before{content:""}.fa-figma:before{content:""}.fa-file:before{content:""}.fa-file-alt:before{content:""}.fa-file-archive:before{content:""}.fa-file-audio:before{content:""}.fa-file-code:before{content:""}.fa-file-contract:before{content:""}.fa-file-csv:before{content:""}.fa-file-download:before{content:""}.fa-file-excel:before{content:""}.fa-file-export:before{content:""}.fa-file-image:before{content:""}.fa-file-import:before{content:""}.fa-file-invoice:before{content:""}.fa-file-invoice-dollar:before{content:""}.fa-file-medical:before{content:""}.fa-file-medical-alt:before{content:""}.fa-file-pdf:before{content:""}.fa-file-powerpoint:before{content:""}.fa-file-prescription:before{content:""}.fa-file-signature:before{content:""}.fa-file-upload:before{content:""}.fa-file-video:before{content:""}.fa-file-word:before{content:""}.fa-fill:before{content:""}.fa-fill-drip:before{content:""}.fa-film:before{content:""}.fa-filter:before{content:""}.fa-fingerprint:before{content:""}.fa-fire:before{content:""}.fa-fire-alt:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-firefox:before{content:""}.fa-firefox-browser:before{content:"龜"}.fa-first-aid:before{content:""}.fa-first-order:before{content:""}.fa-first-order-alt:before{content:""}.fa-firstdraft:before{content:""}.fa-fish:before{content:""}.fa-fist-raised:before{content:""}.fa-flag:before{content:""}.fa-flag-checkered:before{content:""}.fa-flag-usa:before{content:""}.fa-flask:before{content:""}.fa-flickr:before{content:""}.fa-flipboard:before{content:""}.fa-flushed:before{content:""}.fa-fly:before{content:""}.fa-folder:before{content:""}.fa-folder-minus:before{content:""}.fa-folder-open:before{content:""}.fa-folder-plus:before{content:""}.fa-font:before{content:""}.fa-font-awesome:before{content:""}.fa-font-awesome-alt:before{content:""}.fa-font-awesome-flag:before{content:""}.fa-font-awesome-logo-full:before{content:""}.fa-fonticons:before{content:""}.fa-fonticons-fi:before{content:""}.fa-football-ball:before{content:""}.fa-fort-awesome:before{content:""}.fa-fort-awesome-alt:before{content:""}.fa-forumbee:before{content:""}.fa-forward:before{content:""}.fa-foursquare:before{content:""}.fa-free-code-camp:before{content:""}.fa-freebsd:before{content:""}.fa-frog:before{content:""}.fa-frown:before{content:""}.fa-frown-open:before{content:""}.fa-fulcrum:before{content:""}.fa-funnel-dollar:before{content:""}.fa-futbol:before{content:""}.fa-galactic-republic:before{content:""}.fa-galactic-senate:before{content:""}.fa-gamepad:before{content:""}.fa-gas-pump:before{content:""}.fa-gavel:before{content:""}.fa-gem:before{content:""}.fa-genderless:before{content:""}.fa-get-pocket:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-ghost:before{content:""}.fa-gift:before{content:""}.fa-gifts:before{content:""}.fa-git:before{content:""}.fa-git-alt:before{content:""}.fa-git-square:before{content:""}.fa-github:before{content:""}.fa-github-alt:before{content:""}.fa-github-square:before{content:""}.fa-gitkraken:before{content:""}.fa-gitlab:before{content:""}.fa-gitter:before{content:""}.fa-glass-cheers:before{content:""}.fa-glass-martini:before{content:""}.fa-glass-martini-alt:before{content:""}.fa-glass-whiskey:before{content:""}.fa-glasses:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-globe:before{content:""}.fa-globe-africa:before{content:""}.fa-globe-americas:before{content:""}.fa-globe-asia:before{content:""}.fa-globe-europe:before{content:""}.fa-gofore:before{content:""}.fa-golf-ball:before{content:""}.fa-goodreads:before{content:""}.fa-goodreads-g:before{content:""}.fa-google:before{content:""}.fa-google-drive:before{content:""}.fa-google-play:before{content:""}.fa-google-plus:before{content:""}.fa-google-plus-g:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-wallet:before{content:""}.fa-gopuram:before{content:""}.fa-graduation-cap:before{content:""}.fa-gratipay:before{content:""}.fa-grav:before{content:""}.fa-greater-than:before{content:""}.fa-greater-than-equal:before{content:""}.fa-grimace:before{content:""}.fa-grin:before{content:""}.fa-grin-alt:before{content:""}.fa-grin-beam:before{content:""}.fa-grin-beam-sweat:before{content:""}.fa-grin-hearts:before{content:""}.fa-grin-squint:before{content:""}.fa-grin-squint-tears:before{content:""}.fa-grin-stars:before{content:""}.fa-grin-tears:before{content:""}.fa-grin-tongue:before{content:""}.fa-grin-tongue-squint:before{content:""}.fa-grin-tongue-wink:before{content:""}.fa-grin-wink:before{content:""}.fa-grip-horizontal:before{content:""}.fa-grip-lines:before{content:""}.fa-grip-lines-vertical:before{content:""}.fa-grip-vertical:before{content:""}.fa-gripfire:before{content:""}.fa-grunt:before{content:""}.fa-guitar:before{content:""}.fa-gulp:before{content:""}.fa-h-square:before{content:""}.fa-hacker-news:before{content:""}.fa-hacker-news-square:before{content:""}.fa-hackerrank:before{content:""}.fa-hamburger:before{content:""}.fa-hammer:before{content:""}.fa-hamsa:before{content:""}.fa-hand-holding:before{content:""}.fa-hand-holding-heart:before{content:""}.fa-hand-holding-medical:before{content:"樂"}.fa-hand-holding-usd:before{content:""}.fa-hand-holding-water:before{content:""}.fa-hand-lizard:before{content:""}.fa-hand-middle-finger:before{content:""}.fa-hand-paper:before{content:""}.fa-hand-peace:before{content:""}.fa-hand-point-down:before{content:""}.fa-hand-point-left:before{content:""}.fa-hand-point-right:before{content:""}.fa-hand-point-up:before{content:""}.fa-hand-pointer:before{content:""}.fa-hand-rock:before{content:""}.fa-hand-scissors:before{content:""}.fa-hand-sparkles:before{content:"諾"}.fa-hand-spock:before{content:""}.fa-hands:before{content:""}.fa-hands-helping:before{content:""}.fa-hands-wash:before{content:"丹"}.fa-handshake:before{content:""}.fa-handshake-alt-slash:before{content:"寧"}.fa-handshake-slash:before{content:"怒"}.fa-hanukiah:before{content:""}.fa-hard-hat:before{content:""}.fa-hashtag:before{content:""}.fa-hat-cowboy:before{content:""}.fa-hat-cowboy-side:before{content:""}.fa-hat-wizard:before{content:""}.fa-hdd:before{content:""}.fa-head-side-cough:before{content:"率"}.fa-head-side-cough-slash:before{content:"異"}.fa-head-side-mask:before{content:"北"}.fa-head-side-virus:before{content:"磻"}.fa-heading:before{content:""}.fa-headphones:before{content:""}.fa-headphones-alt:before{content:""}.fa-headset:before{content:""}.fa-heart:before{content:""}.fa-heart-broken:before{content:""}.fa-heartbeat:before{content:""}.fa-helicopter:before{content:""}.fa-highlighter:before{content:""}.fa-hiking:before{content:""}.fa-hippo:before{content:""}.fa-hips:before{content:""}.fa-hire-a-helper:before{content:""}.fa-history:before{content:""}.fa-hockey-puck:before{content:""}.fa-holly-berry:before{content:""}.fa-home:before{content:""}.fa-hooli:before{content:""}.fa-hornbill:before{content:""}.fa-horse:before{content:""}.fa-horse-head:before{content:""}.fa-hospital:before{content:""}.fa-hospital-alt:before{content:""}.fa-hospital-symbol:before{content:""}.fa-hospital-user:before{content:""}.fa-hot-tub:before{content:""}.fa-hotdog:before{content:""}.fa-hotel:before{content:""}.fa-hotjar:before{content:""}.fa-hourglass:before{content:""}.fa-hourglass-end:before{content:""}.fa-hourglass-half:before{content:""}.fa-hourglass-start:before{content:""}.fa-house-damage:before{content:""}.fa-house-user:before{content:"便"}.fa-houzz:before{content:""}.fa-hryvnia:before{content:""}.fa-html5:before{content:""}.fa-hubspot:before{content:""}.fa-i-cursor:before{content:""}.fa-ice-cream:before{content:""}.fa-icicles:before{content:""}.fa-icons:before{content:""}.fa-id-badge:before{content:""}.fa-id-card:before{content:""}.fa-id-card-alt:before{content:""}.fa-ideal:before{content:"邏"}.fa-igloo:before{content:""}.fa-image:before{content:""}.fa-images:before{content:""}.fa-imdb:before{content:""}.fa-inbox:before{content:""}.fa-indent:before{content:""}.fa-industry:before{content:""}.fa-infinity:before{content:""}.fa-info:before{content:""}.fa-info-circle:before{content:""}.fa-instagram:before{content:""}.fa-instagram-square:before{content:"凌"}.fa-intercom:before{content:""}.fa-internet-explorer:before{content:""}.fa-invision:before{content:""}.fa-ioxhost:before{content:""}.fa-italic:before{content:""}.fa-itch-io:before{content:""}.fa-itunes:before{content:""}.fa-itunes-note:before{content:""}.fa-java:before{content:""}.fa-jedi:before{content:""}.fa-jedi-order:before{content:""}.fa-jenkins:before{content:""}.fa-jira:before{content:""}.fa-joget:before{content:""}.fa-joint:before{content:""}.fa-joomla:before{content:""}.fa-journal-whills:before{content:""}.fa-js:before{content:""}.fa-js-square:before{content:""}.fa-jsfiddle:before{content:""}.fa-kaaba:before{content:""}.fa-kaggle:before{content:""}.fa-key:before{content:""}.fa-keybase:before{content:""}.fa-keyboard:before{content:""}.fa-keycdn:before{content:""}.fa-khanda:before{content:""}.fa-kickstarter:before{content:""}.fa-kickstarter-k:before{content:""}.fa-kiss:before{content:""}.fa-kiss-beam:before{content:""}.fa-kiss-wink-heart:before{content:""}.fa-kiwi-bird:before{content:""}.fa-korvue:before{content:""}.fa-landmark:before{content:""}.fa-language:before{content:""}.fa-laptop:before{content:""}.fa-laptop-code:before{content:""}.fa-laptop-house:before{content:"復"}.fa-laptop-medical:before{content:""}.fa-laravel:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-laugh:before{content:""}.fa-laugh-beam:before{content:""}.fa-laugh-squint:before{content:""}.fa-laugh-wink:before{content:""}.fa-layer-group:before{content:""}.fa-leaf:before{content:""}.fa-leanpub:before{content:""}.fa-lemon:before{content:""}.fa-less:before{content:""}.fa-less-than:before{content:""}.fa-less-than-equal:before{content:""}.fa-level-down-alt:before{content:""}.fa-level-up-alt:before{content:""}.fa-life-ring:before{content:""}.fa-lightbulb:before{content:""}.fa-line:before{content:""}.fa-link:before{content:""}.fa-linkedin:before{content:""}.fa-linkedin-in:before{content:""}.fa-linode:before{content:""}.fa-linux:before{content:""}.fa-lira-sign:before{content:""}.fa-list:before{content:""}.fa-list-alt:before{content:""}.fa-list-ol:before{content:""}.fa-list-ul:before{content:""}.fa-location-arrow:before{content:""}.fa-lock:before{content:""}.fa-lock-open:before{content:""}.fa-long-arrow-alt-down:before{content:""}.fa-long-arrow-alt-left:before{content:""}.fa-long-arrow-alt-right:before{content:""}.fa-long-arrow-alt-up:before{content:""}.fa-low-vision:before{content:""}.fa-luggage-cart:before{content:""}.fa-lungs:before{content:""}.fa-lungs-virus:before{content:"不"}.fa-lyft:before{content:""}.fa-magento:before{content:""}.fa-magic:before{content:""}.fa-magnet:before{content:""}.fa-mail-bulk:before{content:""}.fa-mailchimp:before{content:""}.fa-male:before{content:""}.fa-mandalorian:before{content:""}.fa-map:before{content:""}.fa-map-marked:before{content:""}.fa-map-marked-alt:before{content:""}.fa-map-marker:before{content:""}.fa-map-marker-alt:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-markdown:before{content:""}.fa-marker:before{content:""}.fa-mars:before{content:""}.fa-mars-double:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mask:before{content:""}.fa-mastodon:before{content:""}.fa-maxcdn:before{content:""}.fa-mdb:before{content:""}.fa-medal:before{content:""}.fa-medapps:before{content:""}.fa-medium:before{content:""}.fa-medium-m:before{content:""}.fa-medkit:before{content:""}.fa-medrt:before{content:""}.fa-meetup:before{content:""}.fa-megaport:before{content:""}.fa-meh:before{content:""}.fa-meh-blank:before{content:""}.fa-meh-rolling-eyes:before{content:""}.fa-memory:before{content:""}.fa-mendeley:before{content:""}.fa-menorah:before{content:""}.fa-mercury:before{content:""}.fa-meteor:before{content:""}.fa-microblog:before{content:"駱"}.fa-microchip:before{content:""}.fa-microphone:before{content:""}.fa-microphone-alt:before{content:""}.fa-microphone-alt-slash:before{content:""}.fa-microphone-slash:before{content:""}.fa-microscope:before{content:""}.fa-microsoft:before{content:""}.fa-minus:before{content:""}.fa-minus-circle:before{content:""}.fa-minus-square:before{content:""}.fa-mitten:before{content:""}.fa-mix:before{content:""}.fa-mixcloud:before{content:""}.fa-mixer:before{content:"稜"}.fa-mizuni:before{content:""}.fa-mobile:before{content:""}.fa-mobile-alt:before{content:""}.fa-modx:before{content:""}.fa-monero:before{content:""}.fa-money-bill:before{content:""}.fa-money-bill-alt:before{content:""}.fa-money-bill-wave:before{content:""}.fa-money-bill-wave-alt:before{content:""}.fa-money-check:before{content:""}.fa-money-check-alt:before{content:""}.fa-monument:before{content:""}.fa-moon:before{content:""}.fa-mortar-pestle:before{content:""}.fa-mosque:before{content:""}.fa-motorcycle:before{content:""}.fa-mountain:before{content:""}.fa-mouse:before{content:""}.fa-mouse-pointer:before{content:""}.fa-mug-hot:before{content:""}.fa-music:before{content:""}.fa-napster:before{content:""}.fa-neos:before{content:""}.fa-network-wired:before{content:""}.fa-neuter:before{content:""}.fa-newspaper:before{content:""}.fa-nimblr:before{content:""}.fa-node:before{content:""}.fa-node-js:before{content:""}.fa-not-equal:before{content:""}.fa-notes-medical:before{content:""}.fa-npm:before{content:""}.fa-ns8:before{content:""}.fa-nutritionix:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-oil-can:before{content:""}.fa-old-republic:before{content:""}.fa-om:before{content:""}.fa-opencart:before{content:""}.fa-openid:before{content:""}.fa-opera:before{content:""}.fa-optin-monster:before{content:""}.fa-orcid:before{content:""}.fa-osi:before{content:""}.fa-otter:before{content:""}.fa-outdent:before{content:""}.fa-page4:before{content:""}.fa-pagelines:before{content:""}.fa-pager:before{content:""}.fa-paint-brush:before{content:""}.fa-paint-roller:before{content:""}.fa-palette:before{content:""}.fa-palfed:before{content:""}.fa-pallet:before{content:""}.fa-paper-plane:before{content:""}.fa-paperclip:before{content:""}.fa-parachute-box:before{content:""}.fa-paragraph:before{content:""}.fa-parking:before{content:""}.fa-passport:before{content:""}.fa-pastafarianism:before{content:""}.fa-paste:before{content:""}.fa-patreon:before{content:""}.fa-pause:before{content:""}.fa-pause-circle:before{content:""}.fa-paw:before{content:""}.fa-paypal:before{content:""}.fa-peace:before{content:""}.fa-pen:before{content:""}.fa-pen-alt:before{content:""}.fa-pen-fancy:before{content:""}.fa-pen-nib:before{content:""}.fa-pen-square:before{content:""}.fa-pencil-alt:before{content:""}.fa-pencil-ruler:before{content:""}.fa-penny-arcade:before{content:""}.fa-people-arrows:before{content:"泌"}.fa-people-carry:before{content:""}.fa-pepper-hot:before{content:""}.fa-percent:before{content:""}.fa-percentage:before{content:""}.fa-periscope:before{content:""}.fa-person-booth:before{content:""}.fa-phabricator:before{content:""}.fa-phoenix-framework:before{content:""}.fa-phoenix-squadron:before{content:""}.fa-phone:before{content:""}.fa-phone-alt:before{content:""}.fa-phone-slash:before{content:""}.fa-phone-square:before{content:""}.fa-phone-square-alt:before{content:""}.fa-phone-volume:before{content:""}.fa-photo-video:before{content:""}.fa-php:before{content:""}.fa-pied-piper:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-pied-piper-hat:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-square:before{content:"爛"}.fa-piggy-bank:before{content:""}.fa-pills:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-p:before{content:""}.fa-pinterest-square:before{content:""}.fa-pizza-slice:before{content:""}.fa-place-of-worship:before{content:""}.fa-plane:before{content:""}.fa-plane-arrival:before{content:""}.fa-plane-departure:before{content:""}.fa-plane-slash:before{content:"數"}.fa-play:before{content:""}.fa-play-circle:before{content:""}.fa-playstation:before{content:""}.fa-plug:before{content:""}.fa-plus:before{content:""}.fa-plus-circle:before{content:""}.fa-plus-square:before{content:""}.fa-podcast:before{content:""}.fa-poll:before{content:""}.fa-poll-h:before{content:""}.fa-poo:before{content:""}.fa-poo-storm:before{content:""}.fa-poop:before{content:""}.fa-portrait:before{content:""}.fa-pound-sign:before{content:""}.fa-power-off:before{content:""}.fa-pray:before{content:""}.fa-praying-hands:before{content:""}.fa-prescription:before{content:""}.fa-prescription-bottle:before{content:""}.fa-prescription-bottle-alt:before{content:""}.fa-print:before{content:""}.fa-procedures:before{content:""}.fa-product-hunt:before{content:""}.fa-project-diagram:before{content:""}.fa-pump-medical:before{content:"索"}.fa-pump-soap:before{content:"參"}.fa-pushed:before{content:""}.fa-puzzle-piece:before{content:""}.fa-python:before{content:""}.fa-qq:before{content:""}.fa-qrcode:before{content:""}.fa-question:before{content:""}.fa-question-circle:before{content:""}.fa-quidditch:before{content:""}.fa-quinscape:before{content:""}.fa-quora:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-quran:before{content:""}.fa-r-project:before{content:""}.fa-radiation:before{content:""}.fa-radiation-alt:before{content:""}.fa-rainbow:before{content:""}.fa-random:before{content:""}.fa-raspberry-pi:before{content:""}.fa-ravelry:before{content:""}.fa-react:before{content:""}.fa-reacteurope:before{content:""}.fa-readme:before{content:""}.fa-rebel:before{content:""}.fa-receipt:before{content:""}.fa-record-vinyl:before{content:""}.fa-recycle:before{content:""}.fa-red-river:before{content:""}.fa-reddit:before{content:""}.fa-reddit-alien:before{content:""}.fa-reddit-square:before{content:""}.fa-redhat:before{content:""}.fa-redo:before{content:""}.fa-redo-alt:before{content:""}.fa-registered:before{content:""}.fa-remove-format:before{content:""}.fa-renren:before{content:""}.fa-reply:before{content:""}.fa-reply-all:before{content:""}.fa-replyd:before{content:""}.fa-republican:before{content:""}.fa-researchgate:before{content:""}.fa-resolving:before{content:""}.fa-restroom:before{content:""}.fa-retweet:before{content:""}.fa-rev:before{content:""}.fa-ribbon:before{content:""}.fa-ring:before{content:""}.fa-road:before{content:""}.fa-robot:before{content:""}.fa-rocket:before{content:""}.fa-rocketchat:before{content:""}.fa-rockrms:before{content:""}.fa-route:before{content:""}.fa-rss:before{content:""}.fa-rss-square:before{content:""}.fa-ruble-sign:before{content:""}.fa-ruler:before{content:""}.fa-ruler-combined:before{content:""}.fa-ruler-horizontal:before{content:""}.fa-ruler-vertical:before{content:""}.fa-running:before{content:""}.fa-rupee-sign:before{content:""}.fa-sad-cry:before{content:""}.fa-sad-tear:before{content:""}.fa-safari:before{content:""}.fa-salesforce:before{content:""}.fa-sass:before{content:""}.fa-satellite:before{content:""}.fa-satellite-dish:before{content:""}.fa-save:before{content:""}.fa-schlix:before{content:""}.fa-school:before{content:""}.fa-screwdriver:before{content:""}.fa-scribd:before{content:""}.fa-scroll:before{content:""}.fa-sd-card:before{content:""}.fa-search:before{content:""}.fa-search-dollar:before{content:""}.fa-search-location:before{content:""}.fa-search-minus:before{content:""}.fa-search-plus:before{content:""}.fa-searchengin:before{content:""}.fa-seedling:before{content:""}.fa-sellcast:before{content:""}.fa-sellsy:before{content:""}.fa-server:before{content:""}.fa-servicestack:before{content:""}.fa-shapes:before{content:""}.fa-share:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-share-square:before{content:""}.fa-shekel-sign:before{content:""}.fa-shield-alt:before{content:""}.fa-shield-virus:before{content:"塞"}.fa-ship:before{content:""}.fa-shipping-fast:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-shoe-prints:before{content:""}.fa-shopify:before{content:"綾"}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-shopping-cart:before{content:""}.fa-shopware:before{content:""}.fa-shower:before{content:""}.fa-shuttle-van:before{content:""}.fa-sign:before{content:""}.fa-sign-in-alt:before{content:""}.fa-sign-language:before{content:""}.fa-sign-out-alt:before{content:""}.fa-signal:before{content:""}.fa-signature:before{content:""}.fa-sim-card:before{content:""}.fa-simplybuilt:before{content:""}.fa-sistrix:before{content:""}.fa-sitemap:before{content:""}.fa-sith:before{content:""}.fa-skating:before{content:""}.fa-sketch:before{content:""}.fa-skiing:before{content:""}.fa-skiing-nordic:before{content:""}.fa-skull:before{content:""}.fa-skull-crossbones:before{content:""}.fa-skyatlas:before{content:""}.fa-skype:before{content:""}.fa-slack:before{content:""}.fa-slack-hash:before{content:""}.fa-slash:before{content:""}.fa-sleigh:before{content:""}.fa-sliders-h:before{content:""}.fa-slideshare:before{content:""}.fa-smile:before{content:""}.fa-smile-beam:before{content:""}.fa-smile-wink:before{content:""}.fa-smog:before{content:""}.fa-smoking:before{content:""}.fa-smoking-ban:before{content:""}.fa-sms:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-snowboarding:before{content:""}.fa-snowflake:before{content:""}.fa-snowman:before{content:""}.fa-snowplow:before{content:""}.fa-soap:before{content:"葉"}.fa-socks:before{content:""}.fa-solar-panel:before{content:""}.fa-sort:before{content:""}.fa-sort-alpha-down:before{content:""}.fa-sort-alpha-down-alt:before{content:""}.fa-sort-alpha-up:before{content:""}.fa-sort-alpha-up-alt:before{content:""}.fa-sort-amount-down:before{content:""}.fa-sort-amount-down-alt:before{content:""}.fa-sort-amount-up:before{content:""}.fa-sort-amount-up-alt:before{content:""}.fa-sort-down:before{content:""}.fa-sort-numeric-down:before{content:""}.fa-sort-numeric-down-alt:before{content:""}.fa-sort-numeric-up:before{content:""}.fa-sort-numeric-up-alt:before{content:""}.fa-sort-up:before{content:""}.fa-soundcloud:before{content:""}.fa-sourcetree:before{content:""}.fa-spa:before{content:""}.fa-space-shuttle:before{content:""}.fa-speakap:before{content:""}.fa-speaker-deck:before{content:""}.fa-spell-check:before{content:""}.fa-spider:before{content:""}.fa-spinner:before{content:""}.fa-splotch:before{content:""}.fa-spotify:before{content:""}.fa-spray-can:before{content:""}.fa-square:before{content:""}.fa-square-full:before{content:""}.fa-square-root-alt:before{content:""}.fa-squarespace:before{content:""}.fa-stack-exchange:before{content:""}.fa-stack-overflow:before{content:""}.fa-stackpath:before{content:""}.fa-stamp:before{content:""}.fa-star:before{content:""}.fa-star-and-crescent:before{content:""}.fa-star-half:before{content:""}.fa-star-half-alt:before{content:""}.fa-star-of-david:before{content:""}.fa-star-of-life:before{content:""}.fa-staylinked:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-steam-symbol:before{content:""}.fa-step-backward:before{content:""}.fa-step-forward:before{content:""}.fa-stethoscope:before{content:""}.fa-sticker-mule:before{content:""}.fa-sticky-note:before{content:""}.fa-stop:before{content:""}.fa-stop-circle:before{content:""}.fa-stopwatch:before{content:""}.fa-stopwatch-20:before{content:"說"}.fa-store:before{content:""}.fa-store-alt:before{content:""}.fa-store-alt-slash:before{content:"殺"}.fa-store-slash:before{content:"辰"}.fa-strava:before{content:""}.fa-stream:before{content:""}.fa-street-view:before{content:""}.fa-strikethrough:before{content:""}.fa-stripe:before{content:""}.fa-stripe-s:before{content:""}.fa-stroopwafel:before{content:""}.fa-studiovinari:before{content:""}.fa-stumbleupon:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-subscript:before{content:""}.fa-subway:before{content:""}.fa-suitcase:before{content:""}.fa-suitcase-rolling:before{content:""}.fa-sun:before{content:""}.fa-superpowers:before{content:""}.fa-superscript:before{content:""}.fa-supple:before{content:""}.fa-surprise:before{content:""}.fa-suse:before{content:""}.fa-swatchbook:before{content:""}.fa-swift:before{content:""}.fa-swimmer:before{content:""}.fa-swimming-pool:before{content:""}.fa-symfony:before{content:""}.fa-synagogue:before{content:""}.fa-sync:before{content:""}.fa-sync-alt:before{content:""}.fa-syringe:before{content:""}.fa-table:before{content:""}.fa-table-tennis:before{content:""}.fa-tablet:before{content:""}.fa-tablet-alt:before{content:""}.fa-tablets:before{content:""}.fa-tachometer-alt:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-tape:before{content:""}.fa-tasks:before{content:""}.fa-taxi:before{content:""}.fa-teamspeak:before{content:""}.fa-teeth:before{content:""}.fa-teeth-open:before{content:""}.fa-telegram:before{content:""}.fa-telegram-plane:before{content:""}.fa-temperature-high:before{content:""}.fa-temperature-low:before{content:""}.fa-tencent-weibo:before{content:""}.fa-tenge:before{content:""}.fa-terminal:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-th:before{content:""}.fa-th-large:before{content:""}.fa-th-list:before{content:""}.fa-the-red-yeti:before{content:""}.fa-theater-masks:before{content:""}.fa-themeco:before{content:""}.fa-themeisle:before{content:""}.fa-thermometer:before{content:""}.fa-thermometer-empty:before{content:""}.fa-thermometer-full:before{content:""}.fa-thermometer-half:before{content:""}.fa-thermometer-quarter:before{content:""}.fa-thermometer-three-quarters:before{content:""}.fa-think-peaks:before{content:""}.fa-thumbs-down:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbtack:before{content:""}.fa-ticket-alt:before{content:""}.fa-times:before{content:""}.fa-times-circle:before{content:""}.fa-tint:before{content:""}.fa-tint-slash:before{content:""}.fa-tired:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-toilet:before{content:""}.fa-toilet-paper:before{content:""}.fa-toilet-paper-slash:before{content:"沈"}.fa-toolbox:before{content:""}.fa-tools:before{content:""}.fa-tooth:before{content:""}.fa-torah:before{content:""}.fa-torii-gate:before{content:""}.fa-tractor:before{content:""}.fa-trade-federation:before{content:""}.fa-trademark:before{content:""}.fa-traffic-light:before{content:""}.fa-trailer:before{content:"論"}.fa-train:before{content:""}.fa-tram:before{content:""}.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-trash:before{content:""}.fa-trash-alt:before{content:""}.fa-trash-restore:before{content:""}.fa-trash-restore-alt:before{content:""}.fa-tree:before{content:""}.fa-trello:before{content:""}.fa-tripadvisor:before{content:""}.fa-trophy:before{content:""}.fa-truck:before{content:""}.fa-truck-loading:before{content:""}.fa-truck-monster:before{content:""}.fa-truck-moving:before{content:""}.fa-truck-pickup:before{content:""}.fa-tshirt:before{content:""}.fa-tty:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-tv:before{content:""}.fa-twitch:before{content:""}.fa-twitter:before{content:""}.fa-twitter-square:before{content:""}.fa-typo3:before{content:""}.fa-uber:before{content:""}.fa-ubuntu:before{content:""}.fa-uikit:before{content:""}.fa-umbraco:before{content:""}.fa-umbrella:before{content:""}.fa-umbrella-beach:before{content:""}.fa-underline:before{content:""}.fa-undo:before{content:""}.fa-undo-alt:before{content:""}.fa-uniregistry:before{content:""}.fa-unity:before{content:"雷"}.fa-universal-access:before{content:""}.fa-university:before{content:""}.fa-unlink:before{content:""}.fa-unlock:before{content:""}.fa-unlock-alt:before{content:""}.fa-untappd:before{content:""}.fa-upload:before{content:""}.fa-ups:before{content:""}.fa-usb:before{content:""}.fa-user:before{content:""}.fa-user-alt:before{content:""}.fa-user-alt-slash:before{content:""}.fa-user-astronaut:before{content:""}.fa-user-check:before{content:""}.fa-user-circle:before{content:""}.fa-user-clock:before{content:""}.fa-user-cog:before{content:""}.fa-user-edit:before{content:""}.fa-user-friends:before{content:""}.fa-user-graduate:before{content:""}.fa-user-injured:before{content:""}.fa-user-lock:before{content:""}.fa-user-md:before{content:""}.fa-user-minus:before{content:""}.fa-user-ninja:before{content:""}.fa-user-nurse:before{content:""}.fa-user-plus:before{content:""}.fa-user-secret:before{content:""}.fa-user-shield:before{content:""}.fa-user-slash:before{content:""}.fa-user-tag:before{content:""}.fa-user-tie:before{content:""}.fa-user-times:before{content:""}.fa-users:before{content:""}.fa-users-cog:before{content:""}.fa-usps:before{content:""}.fa-ussunnah:before{content:""}.fa-utensil-spoon:before{content:""}.fa-utensils:before{content:""}.fa-vaadin:before{content:""}.fa-vector-square:before{content:""}.fa-venus:before{content:""}.fa-venus-double:before{content:""}.fa-venus-mars:before{content:""}.fa-viacoin:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-vial:before{content:""}.fa-vials:before{content:""}.fa-viber:before{content:""}.fa-video:before{content:""}.fa-video-slash:before{content:""}.fa-vihara:before{content:""}.fa-vimeo:before{content:""}.fa-vimeo-square:before{content:""}.fa-vimeo-v:before{content:""}.fa-vine:before{content:""}.fa-virus:before{content:"若"}.fa-virus-slash:before{content:"掠"}.fa-viruses:before{content:"略"}.fa-vk:before{content:""}.fa-vnv:before{content:""}.fa-voicemail:before{content:""}.fa-volleyball-ball:before{content:""}.fa-volume-down:before{content:""}.fa-volume-mute:before{content:""}.fa-volume-off:before{content:""}.fa-volume-up:before{content:""}.fa-vote-yea:before{content:""}.fa-vr-cardboard:before{content:""}.fa-vuejs:before{content:""}.fa-walking:before{content:""}.fa-wallet:before{content:""}.fa-warehouse:before{content:""}.fa-water:before{content:""}.fa-wave-square:before{content:""}.fa-waze:before{content:""}.fa-weebly:before{content:""}.fa-weibo:before{content:""}.fa-weight:before{content:""}.fa-weight-hanging:before{content:""}.fa-weixin:before{content:""}.fa-whatsapp:before{content:""}.fa-whatsapp-square:before{content:""}.fa-wheelchair:before{content:""}.fa-whmcs:before{content:""}.fa-wifi:before{content:""}.fa-wikipedia-w:before{content:""}.fa-wind:before{content:""}.fa-window-close:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-windows:before{content:""}.fa-wine-bottle:before{content:""}.fa-wine-glass:before{content:""}.fa-wine-glass-alt:before{content:""}.fa-wix:before{content:""}.fa-wizards-of-the-coast:before{content:""}.fa-wolf-pack-battalion:before{content:""}.fa-won-sign:before{content:""}.fa-wordpress:before{content:""}.fa-wordpress-simple:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpexplorer:before{content:""}.fa-wpforms:before{content:""}.fa-wpressr:before{content:""}.fa-wrench:before{content:""}.fa-x-ray:before{content:""}.fa-xbox:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-y-combinator:before{content:""}.fa-yahoo:before{content:""}.fa-yammer:before{content:""}.fa-yandex:before{content:""}.fa-yandex-international:before{content:""}.fa-yarn:before{content:""}.fa-yelp:before{content:""}.fa-yen-sign:before{content:""}.fa-yin-yang:before{content:""}.fa-yoast:before{content:""}.fa-youtube:before{content:""}.fa-youtube-square:before{content:""}.fa-zhihu:before{content:""}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(/wp-content/themes/abq/assets/fonts/fontawesome/fa-regular-400.eot);src:url("/wp-content/themes/abq/assets/fonts/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"),url(/wp-content/themes/abq/assets/fonts/fontawesome/fa-regular-400.woff2) format("woff2"),url(/wp-content/themes/abq/assets/fonts/fontawesome/fa-regular-400.woff) format("woff"),url(/wp-content/themes/abq/assets/fonts/fontawesome/fa-regular-400.ttf) format("truetype"),url("/wp-content/themes/abq/assets/fonts/fontawesome/fa-regular-400.svg#fontawesome") format("svg")}.far{font-family:"Font Awesome 5 Free";font-weight:400}/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(/wp-content/themes/abq/assets/fonts/fontawesome/fa-solid-900.eot);src:url("/wp-content/themes/abq/assets/fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"),url(/wp-content/themes/abq/assets/fonts/fontawesome/fa-solid-900.woff2) format("woff2"),url(/wp-content/themes/abq/assets/fonts/fontawesome/fa-solid-900.woff) format("woff"),url(/wp-content/themes/abq/assets/fonts/fontawesome/fa-solid-900.ttf) format("truetype"),url("/wp-content/themes/abq/assets/fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg")}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900}/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/wp-content/themes/abq/assets/fonts/fontawesome/fa-brands-400.eot);src:url("/wp-content/themes/abq/assets/fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"),url(/wp-content/themes/abq/assets/fonts/fontawesome/fa-brands-400.woff2) format("woff2"),url(/wp-content/themes/abq/assets/fonts/fontawesome/fa-brands-400.woff) format("woff"),url(/wp-content/themes/abq/assets/fonts/fontawesome/fa-brands-400.ttf) format("truetype"),url("/wp-content/themes/abq/assets/fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg")}.fab{font-family:"Font Awesome 5 Brands";font-weight:400}body{overflow-x:hidden}.site-header{background-color:#fff;padding-top:.65rem;border-bottom:2px solid #0099bd}.site-branding{text-align:center;margin-top:10px;margin-bottom:.65rem}.site-branding .custom-logo-link{display:inline-block}.site-branding .custom-logo{width:auto;height:auto;max-width:100%;max-height:100px}#delayed-route-notification{background-color:rgba(189,55,55,.7);color:#fcfcfc;padding:10px;text-align:center;font-size:20px}#site-navigation{margin-top:1.25rem;margin-left:5%;margin-right:5%;font-size:13px}#site-navigation ul{padding-left:0;list-style:none;margin-bottom:.65rem}#site-navigation ul>li{position:relative;font-family:sans-serif;text-transform:uppercase;letter-spacing:.035rem}.fonts-loaded #site-navigation ul>li{font-family:sans-serif}#site-navigation ul>li>a{color:#000;border-bottom:1px solid transparent;font-weight:700;text-decoration:none;border-bottom:0}#site-navigation ul>li>a:hover{color:#000;border-bottom-color:#000}#site-navigation ul>li>a:hover{color:#0099bd!important}#site-navigation ul>li:hover .sub-menu,#site-navigation ul>li:focus .sub-menu{z-index:1000;opacity:1}#site-navigation .sub-menu{display:block!important;z-index:-1;transition:opacity .15s linear;opacity:0}@media(prefers-reduced-motion:reduce){#site-navigation .sub-menu{transition:none}}@media(max-width:991px){#site-navigation{display:none}}#site-navigation-side{display:flex}#site-navigation-side .overlay{display:none;position:fixed;top:0;left:0;height:100%;width:100%;z-index:100;background-color:rgba(0,0,0,.4)}#site-navigation-side .popup{position:fixed;top:0;left:-640px;width:100%;min-height:500px;height:100vh;max-height:100vh;padding:60px 1.95rem;background-color:#fff;overflow-x:hidden;z-index:10005;transition:left .5s}@media(min-width:576px){#site-navigation-side .popup{width:auto;min-width:450px;max-width:598px}}#site-navigation-side .popup>ul{padding-left:0;list-style:none;columns:2;-webkit-columns:2;-moz-columns:2}@media(max-width:992px){#site-navigation-side .popup>ul{columns:1;-webkit-columns:1;-moz-columns:1}}#site-navigation-side .popup>ul li{margin-bottom:1.95rem}#site-navigation-side .popup>ul li a{color:#000;border-bottom:1px solid transparent;font-family:sans-serif;font-size:20px;font-weight:700;text-transform:uppercase;letter-spacing:.035rem;word-break:break-word}#site-navigation-side .popup>ul li a:hover{color:#000;border-bottom-color:#000}.fonts-loaded #site-navigation-side .popup>ul li a{font-family:sans-serif}#site-navigation-side .popup>ul li .children{padding-left:0;list-style:none;padding-left:1.3rem}#site-navigation-side .popup>ul li .children .children{padding-left:0}#site-navigation-side .popup>ul li .children li{margin-top:.78rem;margin-bottom:0}#site-navigation-side .popup>ul li .children a{font-size:16px;font-weight:400}#site-navigation-side .popup .close{margin:10px;position:absolute;top:10px;left:17px;font-weight:400;text-decoration:none;font-size:28px}#site-navigation-side.toggled .overlay{display:block}#site-navigation-side.toggled .popup{left:0}@media screen and (min-width:768px){#site-navigation-side .main-navigation{display:none}}.header-date,.header-weather{font-family:sans-serif;font-size:.7425rem;font-weight:700;color:#4a4a4a;margin-top:11px}.fonts-loaded .header-date,.fonts-loaded .header-weather{font-family:sans-serif}.interactive-components{padding-bottom:1.25rem;flex:1 auto}@media(max-width:575px){.interactive-components{padding-left:0px!important}}.header-right-actions{line-height:32px;display:inline-block;vertical-align:top}.header-right-actions a,.header-right-actions button,.header-right-actions i{cursor:pointer}.header-right-actions button{padding:4.5px 13.5px;font-size:12px;line-height:19px}.header-right-actions i{color:#4a4a4a;font-size:28px;margin-top:1px}@media(max-width:991px){.header-right-actions i{font-size:1.188rem}}@media(max-width:1260px){.header-date,.header-weather-link{display:none!important}#nav-search-form .input-group{flex-wrap:nowrap}}@media(max-width:991.98px){#site-navigation-side .search-input{max-width:150px}}@media(max-width:767.98px){#site-navigation-side>#nav-search-form{display:none}}.mobile-header-search #nav-search-form{background-color:transparent;margin-left:0px!important}.mobile-header-search #nav-search-form input{display:none}.mobile-header-search #nav-search-form button{font-size:1.188rem;margin-top:0px!important;color:#4a4a4a}.header-right{padding-left:0px!important;white-space:nowrap!important;overflow:hidden}.saved-articles{border-bottom:2px solid #0099bd;margin-bottom:2.275rem}.saved-articles .post-card-group{max-height:560px;overflow-y:auto;margin-bottom:0}.saved-articles .post-card-group .post-card,.saved-articles .post-card-group .post-overlay-card{display:block!important}.saved-articles .my-saved-articles-widget article{border-bottom:1px solid #dee2e6!important;margin-bottom:.78rem!important;padding-bottom:.78rem!important}.saved-articles .my-saved-articles-widget article:last-child{border-bottom:0!important}.guest-buttons{visibility:hidden}.entry-label,.post-overlay-card__label,.post-overlay__label,.post-card-group--3-columns>.post-card.entry-label{display:inline-block;font-size:1.125rem;font-weight:700;text-transform:uppercase;letter-spacing:.035rem;background-color:#000;color:#fff;padding:.65rem 1.3rem;margin-bottom:.65rem;margin-right:.65rem}.entry-label--breaking,.post-overlay-card__label--breaking,.post-overlay__label--breaking,.post-card-group--3-columns>.post-card.entry-label--breaking{background-color:#b40000;color:#fff}.entry-label--premium,.post-overlay-card__label--premium,.post-overlay__label--premium,.post-card-group--3-columns>.post-card.entry-label--premium{background-color:#fff;color:#0099bd;border:1px solid #0099bd}.entry-header .entry-label,.entry-header .post-overlay-card__label,.entry-header .post-overlay__label,.entry-header .post-card-group--3-columns>.post-card.entry-label{margin-bottom:1.3rem}.entry-title>a{color:#000;border-bottom:1px solid transparent}.entry-title>a:hover{color:#000;border-bottom-color:#000}.entry-header .entry-title{font-family:serif;margin-bottom:1.3rem}.fonts-loaded .entry-header .entry-title{font-family:"PT Serif",Georgia,"Times New Roman",Times,serif}.entry-header .entry-meta{font-family:serif}.fonts-loaded .entry-header .entry-meta{font-family:"PT Serif",Georgia,"Times New Roman",Times,serif}.entry-meta .byline,.entry-meta .bioline{font-weight:700;text-transform:uppercase;letter-spacing:.035rem}.entry-meta .cat-links{font-size:.7425rem;text-transform:uppercase}.entry-categories{font-size:.7425rem;text-transform:uppercase;letter-spacing:.035rem}.entry-header .entry-categories{font-family:serif}.fonts-loaded .entry-header .entry-categories{font-family:"PT Serif",Georgia,"Times New Roman",Times,serif}.entry-date{font-size:.7425rem}.entry-header .entry-date{font-family:serif;color:#6c757d;text-transform:uppercase}.fonts-loaded .entry-header .entry-date{font-family:"PT Serif",Georgia,"Times New Roman",Times,serif}.entry-header .entry-date.updated:not(.published){color:#b40000}.abq-featured-image{max-width:100%}@media(min-width:576px){.abq-featured-image{width:100%}}.entry-content{font-family:serif;font-size:1.08rem}.fonts-loaded .entry-content{font-family:"PT Serif",Georgia,"Times New Roman",Times,serif}.entry-content>p:last-of-type{margin-bottom:1.75rem}.entry-content figure{max-width:100%}.entry-content img,.entry-content .wp-caption{margin-top:1.75rem;margin-bottom:1.75rem}.entry-content img{display:inline-block;max-width:100%;height:auto;border-radius:.25rem}.entry-content img.featured{display:block}.entry-content .wp-caption p{margin-bottom:0}.entry-content .wp-caption img{margin-top:0;margin-bottom:.75rem}.entry-content .wp-caption-text{font-size:.7425rem;color:#6c757d;margin-bottom:0}.entry-content amp-img{width:100%;height:auto}.entry-content .embed-responsive{margin-bottom:1.75rem;border-radius:.25rem;overflow:hidden}.entry-content .foogallery{margin-bottom:1.75rem}.entry-content .content-divider{display:block;height:0;border-bottom:2px solid #0099bd;margin-bottom:1.5rem}.entry-content .content-divider--breaking{border-color:#b40000}.entry-content .content-divider--premium{border-color:#0099bd}.entry-content .continued-coverage-notice{color:#b40000;text-align:center;padding:1rem 0;border-top:2px solid #0099bd;border-bottom:2px solid #0099bd;border-color:#b40000;margin-top:1.5rem;margin-bottom:1.5rem}.entry-content .continued-coverage-notice:first-child{margin-top:0}.post-card,.post-overlay-card{margin-bottom:2.275rem}.post-card .entry-title,.post-overlay-card .entry-title,.post-card .entry-categories,.post-overlay-card .entry-categories{margin-bottom:0}.post-card__inner,.post-overlay-card__text-wrapper{position:relative}.post-card__inner>*,.post-overlay-card__text-wrapper>*{margin-bottom:.52rem}.post-card__inner>*:last-child,.post-overlay-card__text-wrapper>*:last-child{margin-bottom:0}.post-card__label{font-family:sans-serif;font-size:.7425rem;font-weight:700;line-height:1.6;text-transform:uppercase;letter-spacing:.035rem;margin-bottom:.26rem}.fonts-loaded .post-card__label{font-family:sans-serif}.post-card__label--breaking{color:#b40000}.post-card__label--premium{color:#0099bd}.post-card__excerpt{font-size:.9rem;line-height:1.4;max-height:2.708rem;display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;padding-top:.188rem}.post-card__excerpt a span{color:initial;text-decoration:none}.post-card--labelled .post-card__excerpt{font-size:.9rem;line-height:1.4;max-height:1.26rem;display:block;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;padding-top:0}.post-card__meta span a time{color:initial;text-decoration:none}.post-card__meta__actions{margin-left:auto;white-space:nowrap}.post-card__meta__actions__button,.post-overlay-card__meta__actions__button{color:#000;margin-left:.325rem}.post-card__meta__actions__button:hover,.post-overlay-card__meta__actions__button:hover{color:#000}.post-card__meta__actions__button--active,.post-overlay-card__meta__actions__button--active{color:#0099bd}.post-card__meta__actions__button--active:hover,.post-overlay-card__meta__actions__button--active:hover{color:#00c2f0}.post-card__thumbnail{display:none;position:relative}.post-card__thumbnail__image,.post-overlay-card__thumbnail__image{border-radius:.15rem;margin-top:4px;margin-bottom:3px}div.post-card__thumbnail__image,div.post-overlay-card__thumbnail__image{background-size:cover;background-position:50% 50%}img.post-card__thumbnail__image,img.post-overlay-card__thumbnail__image{width:100%;height:auto}.post-card__thumbnail__image__icon{display:none;position:absolute;bottom:6%;right:6%;color:#fff;line-height:1;text-shadow:0 0 10px #000}.post-card__thumbnail__image img.thumb,.post-overlay-card__thumbnail__image img.thumb{max-width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.post-card--has-thumbnail .post-card__inner,.post-card--has-thumbnail .post-overlay-card__text-wrapper{--grid-gutter-x:.78rem;--grid-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--grid-gutter-y)*-1);margin-right:calc(var(--grid-gutter-x)/-2);margin-left:calc(var(--grid-gutter-x)/-2);align-content:flex-start}.post-card--has-thumbnail .post-card__inner>*,.post-card--has-thumbnail .post-overlay-card__text-wrapper>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--grid-gutter-x)/2);padding-left:calc(var(--grid-gutter-x)/2);margin-top:var(--grid-gutter-y)}.post-card--has-thumbnail .post-card__thumbnail{display:block}.post-card--has-thumbnail.post-card--thumbnail-hidden .post-card__thumbnail{display:none}.post-card .post-card__categories,.post-overlay-card .post-card__categories,aside .post-card--thumbnail-top .post-card__categories,aside .post-card--thumbnail-left .post-card__categories,.post-card--thumbnail-left-with-title .post-card__categories{display:none}@media(min-width:768px){.post-card .post-card__inner,.post-card .post-overlay-card__text-wrapper,.post-overlay-card .post-card__inner,.post-overlay-card .post-overlay-card__text-wrapper,aside .post-card--thumbnail-top.post-card--has-thumbnail .post-card__inner,aside .post-card--thumbnail-top.post-card--has-thumbnail .post-overlay-card__text-wrapper,aside .post-card--thumbnail-left.post-card--has-thumbnail .post-card__inner,aside .post-card--thumbnail-left.post-card--has-thumbnail .post-overlay-card__text-wrapper,.post-card--thumbnail-left-with-title.post-card--has-thumbnail .post-card__inner,.post-card--thumbnail-left-with-title.post-card--has-thumbnail .post-overlay-card__text-wrapper{min-height:auto}.post-card .post-card__inner>*,.post-card .post-overlay-card__text-wrapper>*,.post-overlay-card .post-card__inner>*,.post-overlay-card .post-overlay-card__text-wrapper>*,aside .post-card--thumbnail-top.post-card--has-thumbnail .post-card__inner>*,aside .post-card--thumbnail-top.post-card--has-thumbnail .post-overlay-card__text-wrapper>*,aside .post-card--thumbnail-left.post-card--has-thumbnail .post-card__inner>*,aside .post-card--thumbnail-left.post-card--has-thumbnail .post-overlay-card__text-wrapper>*,.post-card--thumbnail-left-with-title.post-card--has-thumbnail .post-card__inner>*,.post-card--thumbnail-left-with-title.post-card--has-thumbnail .post-overlay-card__text-wrapper>*{flex:0 0 auto;width:100%;margin-left:0}}@media(min-width:992px){.post-card .post-card__inner,.post-card .post-overlay-card__text-wrapper,.post-overlay-card .post-card__inner,.post-overlay-card .post-overlay-card__text-wrapper,aside .post-card--thumbnail-top.post-card--has-thumbnail .post-card__inner,aside .post-card--thumbnail-top.post-card--has-thumbnail .post-overlay-card__text-wrapper,aside .post-card--thumbnail-left.post-card--has-thumbnail .post-card__inner,aside .post-card--thumbnail-left.post-card--has-thumbnail .post-overlay-card__text-wrapper,.post-card--thumbnail-left-with-title.post-card--has-thumbnail .post-card__inner,.post-card--thumbnail-left-with-title.post-card--has-thumbnail .post-overlay-card__text-wrapper{min-height:auto}}@media(min-width:1200px){.post-card .post-card__inner,.post-card .post-overlay-card__text-wrapper,.post-overlay-card .post-card__inner,.post-overlay-card .post-overlay-card__text-wrapper,aside .post-card--thumbnail-top.post-card--has-thumbnail .post-card__inner,aside .post-card--thumbnail-top.post-card--has-thumbnail .post-overlay-card__text-wrapper,aside .post-card--thumbnail-left.post-card--has-thumbnail .post-card__inner,aside .post-card--thumbnail-left.post-card--has-thumbnail .post-overlay-card__text-wrapper,.post-card--thumbnail-left-with-title.post-card--has-thumbnail .post-card__inner,.post-card--thumbnail-left-with-title.post-card--has-thumbnail .post-overlay-card__text-wrapper{min-height:auto}}.post-card .post-card__thumbnail,.post-overlay-card .post-card__thumbnail,aside .post-card--thumbnail-top.post-card--has-thumbnail .post-card__thumbnail,aside .post-card--thumbnail-left.post-card--has-thumbnail .post-card__thumbnail,.post-card--thumbnail-left-with-title.post-card--has-thumbnail .post-card__thumbnail{margin-bottom:.52rem;flex:0 0 auto;width:33.3333333333%;order:0}@media(min-width:768px){.post-card .post-card__thumbnail,.post-overlay-card .post-card__thumbnail,aside .post-card--thumbnail-top.post-card--has-thumbnail .post-card__thumbnail,aside .post-card--thumbnail-left.post-card--has-thumbnail .post-card__thumbnail,.post-card--thumbnail-left-with-title.post-card--has-thumbnail .post-card__thumbnail{position:relative;margin-bottom:.52rem;flex:0 0 auto;width:33.3333333333%;order:0}}.post-card .post-card__thumbnail__image,.post-card .post-overlay-card__thumbnail__image,.post-overlay-card .post-card__thumbnail__image,.post-overlay-card .post-overlay-card__thumbnail__image,aside .post-card--thumbnail-top.post-card--has-thumbnail .post-card__thumbnail__image,aside .post-card--thumbnail-top.post-card--has-thumbnail .post-overlay-card__thumbnail__image,aside .post-card--thumbnail-left.post-card--has-thumbnail .post-card__thumbnail__image,aside .post-card--thumbnail-left.post-card--has-thumbnail .post-overlay-card__thumbnail__image,.post-card--thumbnail-left-with-title.post-card--has-thumbnail .post-card__thumbnail__image,.post-card--thumbnail-left-with-title.post-card--has-thumbnail .post-overlay-card__thumbnail__image{border-radius:.15rem}.post-card div.post-card__thumbnail__image,.post-card div.post-overlay-card__thumbnail__image,.post-overlay-card div.post-card__thumbnail__image,.post-overlay-card div.post-overlay-card__thumbnail__image,aside .post-card--thumbnail-top.post-card--has-thumbnail div.post-card__thumbnail__image,aside .post-card--thumbnail-top.post-card--has-thumbnail div.post-overlay-card__thumbnail__image,aside .post-card--thumbnail-left.post-card--has-thumbnail div.post-card__thumbnail__image,aside .post-card--thumbnail-left.post-card--has-thumbnail div.post-overlay-card__thumbnail__image,.post-card--thumbnail-left-with-title.post-card--has-thumbnail div.post-card__thumbnail__image,.post-card--thumbnail-left-with-title.post-card--has-thumbnail div.post-overlay-card__thumbnail__image{position:relative;height:0;overflow:hidden;padding-top:62.5%}@media(min-width:768px){.post-card .post-card__thumbnail__image,.post-card .post-overlay-card__thumbnail__image,.post-overlay-card .post-card__thumbnail__image,.post-overlay-card .post-overlay-card__thumbnail__image,aside .post-card--thumbnail-top.post-card--has-thumbnail .post-card__thumbnail__image,aside .post-card--thumbnail-top.post-card--has-thumbnail .post-overlay-card__thumbnail__image,aside .post-card--thumbnail-left.post-card--has-thumbnail .post-card__thumbnail__image,aside .post-card--thumbnail-left.post-card--has-thumbnail .post-overlay-card__thumbnail__image,.post-card--thumbnail-left-with-title.post-card--has-thumbnail .post-card__thumbnail__image,.post-card--thumbnail-left-with-title.post-card--has-thumbnail .post-overlay-card__thumbnail__image{border-radius:.15rem}.post-card div.post-card__thumbnail__image,.post-card div.post-overlay-card__thumbnail__image,.post-overlay-card div.post-card__thumbnail__image,.post-overlay-card div.post-overlay-card__thumbnail__image,aside .post-card--thumbnail-top.post-card--has-thumbnail div.post-card__thumbnail__image,aside .post-card--thumbnail-top.post-card--has-thumbnail div.post-overlay-card__thumbnail__image,aside .post-card--thumbnail-left.post-card--has-thumbnail div.post-card__thumbnail__image,aside .post-card--thumbnail-left.post-card--has-thumbnail div.post-overlay-card__thumbnail__image,.post-card--thumbnail-left-with-title.post-card--has-thumbnail div.post-card__thumbnail__image,.post-card--thumbnail-left-with-title.post-card--has-thumbnail div.post-overlay-card__thumbnail__image{position:relative;height:0;overflow:hidden;padding-top:62.5%}}.post-card .post-card__thumbnail__image__icon,.post-overlay-card .post-card__thumbnail__image__icon,aside .post-card--thumbnail-top.post-card--has-thumbnail .post-card__thumbnail__image__icon,aside .post-card--thumbnail-left.post-card--has-thumbnail .post-card__thumbnail__image__icon,.post-card--thumbnail-left-with-title.post-card--has-thumbnail .post-card__thumbnail__image__icon{display:none}@media(min-width:768px){.post-card .post-card__thumbnail__image__icon,.post-overlay-card .post-card__thumbnail__image__icon,aside .post-card--thumbnail-top.post-card--has-thumbnail .post-card__thumbnail__image__icon,aside .post-card--thumbnail-left.post-card--has-thumbnail .post-card__thumbnail__image__icon,.post-card--thumbnail-left-with-title.post-card--has-thumbnail .post-card__thumbnail__image__icon{display:none}}.post-card .post-card__title,.post-card .post-overlay-card__title,.post-overlay-card .post-card__title,.post-overlay-card .post-overlay-card__title,aside .post-card--thumbnail-top.post-card--has-thumbnail .post-card__title,aside .post-card--thumbnail-top.post-card--has-thumbnail .post-overlay-card__title,aside .post-card--thumbnail-left.post-card--has-thumbnail .post-card__title,aside .post-card--thumbnail-left.post-card--has-thumbnail .post-overlay-card__title,.post-card--thumbnail-left-with-title.post-card--has-thumbnail .post-card__title,.post-card--thumbnail-left-with-title.post-card--has-thumbnail .post-overlay-card__title{flex:0 0 auto;width:66.6666666667%}.post-card--thumbnail-top .post-card__categories{display:block}@media(min-width:768px){.post-card--thumbnail-top.post-card--has-thumbnail .post-card__inner,.post-card--thumbnail-top.post-card--has-thumbnail .post-overlay-card__text-wrapper{min-height:auto}.post-card--thumbnail-top.post-card--has-thumbnail .post-card__inner>*,.post-card--thumbnail-top.post-card--has-thumbnail .post-overlay-card__text-wrapper>*{flex:0 0 auto;width:100%;margin-left:0}}@media(min-width:992px){.post-card--thumbnail-top.post-card--has-thumbnail .post-card__inner,.post-card--thumbnail-top.post-card--has-thumbnail .post-overlay-card__text-wrapper{min-height:auto}}@media(min-width:1200px){.post-card--thumbnail-top.post-card--has-thumbnail .post-card__inner,.post-card--thumbnail-top.post-card--has-thumbnail .post-overlay-card__text-wrapper{min-height:auto}}.post-card--thumbnail-top.post-card--has-thumbnail .post-card__thumbnail{margin-bottom:.52rem;flex:0 0 auto;width:100%;order:-1}@media(min-width:768px){.post-card--thumbnail-top.post-card--has-thumbnail .post-card__thumbnail{position:relative;margin-bottom:.52rem;flex:0 0 auto;width:100%;order:-1}}.post-card--thumbnail-top.post-card--has-thumbnail .post-card__thumbnail__image,.post-card--thumbnail-top.post-card--has-thumbnail .post-overlay-card__thumbnail__image{border-radius:.25rem}.post-card--thumbnail-top.post-card--has-thumbnail div.post-card__thumbnail__image,.post-card--thumbnail-top.post-card--has-thumbnail div.post-overlay-card__thumbnail__image{position:relative;height:0;overflow:hidden;padding-top:56.25%}@media(min-width:768px){.post-card--thumbnail-top.post-card--has-thumbnail .post-card__thumbnail__image,.post-card--thumbnail-top.post-card--has-thumbnail .post-overlay-card__thumbnail__image{border-radius:.15rem}.post-card--thumbnail-top.post-card--has-thumbnail div.post-card__thumbnail__image,.post-card--thumbnail-top.post-card--has-thumbnail div.post-overlay-card__thumbnail__image{position:relative;height:0;overflow:hidden;padding-top:56.25%}}.post-card--thumbnail-top.post-card--has-thumbnail .post-card__thumbnail__image__icon{display:block}@media(min-width:768px){.post-card--thumbnail-top.post-card--has-thumbnail .post-card__thumbnail__image__icon{display:block}}.post-card--thumbnail-left .post-card__categories{display:none}@media(min-width:768px){.post-card--thumbnail-left.post-card--has-thumbnail .post-card__inner,.post-card--thumbnail-left.post-card--has-thumbnail .post-overlay-card__text-wrapper{min-height:66px}.post-card--thumbnail-left.post-card--has-thumbnail .post-card__inner>*,.post-card--thumbnail-left.post-card--has-thumbnail .post-overlay-card__text-wrapper>*{flex:0 0 auto;width:83.3333333333%;margin-left:auto}}@media(min-width:992px){.post-card--thumbnail-left.post-card--has-thumbnail .post-card__inner,.post-card--thumbnail-left.post-card--has-thumbnail .post-overlay-card__text-wrapper{min-height:90px}}@media(min-width:1200px){.post-card--thumbnail-left.post-card--has-thumbnail .post-card__inner,.post-card--thumbnail-left.post-card--has-thumbnail .post-overlay-card__text-wrapper{min-height:108px}}@media(min-width:768px){.post-card--thumbnail-left.post-card--has-thumbnail .post-card__thumbnail{position:absolute;top:0;left:0;margin-bottom:0;flex:0 0 auto;width:16.6666666667%;order:0}.post-card--thumbnail-left.post-card--has-thumbnail .post-card__thumbnail__image,.post-card--thumbnail-left.post-card--has-thumbnail .post-overlay-card__thumbnail__image{border-radius:.15rem}.post-card--thumbnail-left.post-card--has-thumbnail div.post-card__thumbnail__image,.post-card--thumbnail-left.post-card--has-thumbnail div.post-overlay-card__thumbnail__image{position:relative;height:0;overflow:hidden;padding-top:90%}.post-card--thumbnail-left.post-card--has-thumbnail .post-card__thumbnail__image__icon{display:none}}.post-card--with-dividers{padding-top:.78rem;padding-bottom:.78rem;border-top:2px solid #0099bd;border-bottom:2px solid #0099bd;margin-top:1.75rem;margin-bottom:1.75rem}.category-block-list{padding-left:0;list-style-type:none}.category-block-list li{margin-bottom:10px}.category-block-list a{color:#000;font-weight:700}.category-block-list a:hover{text-decoration:underline}.post-card-group{margin-bottom:2.275rem}.post-card-group>.post-card,.post-card-group>.post-overlay-card{padding-bottom:.78rem;border-right:none;border-bottom:1px solid #dee2e6;margin-bottom:.78rem}.post-card-group>.post-card:last-child,.post-card-group>.post-overlay-card:last-child{padding-bottom:0;border-bottom:none;margin-bottom:0}@media(min-width:768px){.post-card-group--3-columns{--grid-gutter-x:2.75rem;--grid-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--grid-gutter-y)*-1);margin-right:calc(var(--grid-gutter-x)/-2);margin-left:calc(var(--grid-gutter-x)/-2);align-content:flex-start}.post-card-group--3-columns>.post-card,.post-card-group--3-columns>.post-overlay-card{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--grid-gutter-x)/2);padding-left:calc(var(--grid-gutter-x)/2);margin-top:var(--grid-gutter-y);flex:0 0 auto;width:33.3333333333%;padding-bottom:0;border-right:1px solid #dee2e6;border-bottom:none;margin-bottom:0}.post-card-group--3-columns>.post-card:nth-child(3n),.post-card-group--3-columns>.post-overlay-card:nth-child(3n){border-right:none}}@media(min-width:768px)and (max-width:1199.98px){.post-card-group--4-columns{--grid-gutter-x:2.5rem;--grid-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--grid-gutter-y)*-1);margin-right:calc(var(--grid-gutter-x)/-2);margin-left:calc(var(--grid-gutter-x)/-2);align-content:flex-start}.post-card-group--4-columns>.post-card,.post-card-group--4-columns>.post-overlay-card{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--grid-gutter-x)/2);padding-left:calc(var(--grid-gutter-x)/2);margin-top:var(--grid-gutter-y);flex:0 0 auto;width:50%;padding-bottom:0;border-bottom:none;margin-bottom:0}.post-card-group--4-columns>.post-card .post-card__inner,.post-card-group--4-columns>.post-card .post-overlay-card__text-wrapper,.post-card-group--4-columns>.post-overlay-card .post-card__inner,.post-card-group--4-columns>.post-overlay-card .post-overlay-card__text-wrapper{padding-bottom:.78rem;border-right:none;border-bottom:1px solid #dee2e6;margin-bottom:.78rem}.post-card-group--4-columns>.post-card:last-child .post-card__inner,.post-card-group--4-columns>.post-card:last-child .post-overlay-card__text-wrapper,.post-card-group--4-columns>.post-overlay-card:last-child .post-card__inner,.post-card-group--4-columns>.post-overlay-card:last-child .post-overlay-card__text-wrapper,.post-card-group--4-columns>.post-card:nth-last-child(2) .post-card__inner,.post-card-group--4-columns>.post-card:nth-last-child(2) .post-overlay-card__text-wrapper,.post-card-group--4-columns>.post-overlay-card:nth-last-child(2) .post-card__inner,.post-card-group--4-columns>.post-overlay-card:nth-last-child(2) .post-overlay-card__text-wrapper{padding-bottom:0;border-bottom:none;margin-bottom:0}}@media(min-width:1200px){.post-card-group--4-columns{--grid-gutter-x:2.25rem;--grid-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--grid-gutter-y)*-1);margin-right:calc(var(--grid-gutter-x)/-2);margin-left:calc(var(--grid-gutter-x)/-2);align-content:flex-start}.post-card-group--4-columns>.post-card,.post-card-group--4-columns>.post-overlay-card{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--grid-gutter-x)/2);padding-left:calc(var(--grid-gutter-x)/2);margin-top:var(--grid-gutter-y);flex:0 0 auto;width:25%;padding-bottom:0;border-right:1px solid #dee2e6;border-bottom:none;margin-bottom:0}.post-card-group--4-columns>.post-card:nth-child(4n),.post-card-group--4-columns>.post-overlay-card:nth-child(4n){border-right:none}}aside .post-card-group{margin-left:0;margin-right:0}aside .post-card-group>.post-card,aside .post-card-group>.post-overlay-card{width:100%;padding-left:0;padding-right:0;padding-bottom:.78rem;border-right:none;border-bottom:1px solid #dee2e6;margin-bottom:.78rem}aside .post-card-group>.post-card:last-child,aside .post-card-group>.post-overlay-card:last-child{padding-bottom:0;border-bottom:none;margin-bottom:0}aside .post-card-group>.post-card:nth-child(3),aside .post-card-group>.post-overlay-card:nth-child(3),aside .post-card-group>.post-card:nth-child(3) .post-card__inner,aside .post-card-group>.post-card:nth-child(3) .post-overlay-card__text-wrapper,aside .post-card-group>.post-overlay-card:nth-child(3) .post-card__inner,aside .post-card-group>.post-overlay-card:nth-child(3) .post-overlay-card__text-wrapper{padding-bottom:0;border-bottom:none;margin-bottom:0}aside .post-card-group>.post-card:nth-child(n+4),aside .post-card-group>.post-overlay-card:nth-child(n+4){display:none}.post-card-split-group{margin-bottom:2.275rem}.post-card-split-group__wrapper:not(:last-child)>.post-card,.post-card-split-group__wrapper:not(:last-child)>.post-overlay-card{padding-bottom:.78rem;border-right:none;border-bottom:1px solid #dee2e6;margin-bottom:.78rem}.post-card-split-group__wrapper:last-child>.post-card,.post-card-split-group__wrapper:last-child>.post-overlay-card{padding-bottom:.78rem;border-right:none;border-bottom:1px solid #dee2e6;margin-bottom:.78rem}.post-card-split-group__wrapper:last-child>.post-card:last-child,.post-card-split-group__wrapper:last-child>.post-overlay-card:last-child{padding-bottom:0;border-bottom:none;margin-bottom:0}@media(min-width:768px){.post-card-split-group{--grid-gutter-x:2.5rem;--grid-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--grid-gutter-y)*-1);margin-right:calc(var(--grid-gutter-x)/-2);margin-left:calc(var(--grid-gutter-x)/-2);align-content:flex-start}.post-card-split-group__wrapper{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--grid-gutter-x)/2);padding-left:calc(var(--grid-gutter-x)/2);margin-top:var(--grid-gutter-y);flex:0 0 auto;width:50%}.post-card-split-group__wrapper>.post-card,.post-card-split-group__wrapper>.post-overlay-card{padding-bottom:.78rem;border-right:none;border-bottom:1px solid #dee2e6;margin-bottom:.78rem}.post-card-split-group__wrapper>.post-card:last-child,.post-card-split-group__wrapper>.post-overlay-card:last-child{padding-bottom:0;border-bottom:none;margin-bottom:0}}aside .post-card-split-group__wrapper{width:100%}aside .post-card-split-group__wrapper:last-child{display:none}@media(min-width:768px){aside .post-card-split-group__wrapper>.post-card,aside .post-card-split-group__wrapper>.post-overlay-card{padding-bottom:.78rem;border-right:none;border-bottom:1px solid #dee2e6;margin-bottom:.78rem}aside .post-card-split-group__wrapper>.post-card:nth-child(3),aside .post-card-split-group__wrapper>.post-overlay-card:nth-child(3),aside .post-card-split-group__wrapper>.post-card:nth-child(3) .post-card__inner,aside .post-card-split-group__wrapper>.post-card:nth-child(3) .post-overlay-card__text-wrapper,aside .post-card-split-group__wrapper>.post-overlay-card:nth-child(3) .post-card__inner,aside .post-card-split-group__wrapper>.post-overlay-card:nth-child(3) .post-overlay-card__text-wrapper{padding-bottom:0;border-bottom:none;margin-bottom:0}aside .post-card-split-group__wrapper>.post-card:nth-child(n+4),aside .post-card-split-group__wrapper>.post-overlay-card:nth-child(n+4){display:none}}.no-thumbnail .post-card__title,.no-thumbnail .post-overlay-card__title{width:100%}.post-card--thumbnail-hidden .post-card__title,.post-card--thumbnail-hidden .post-overlay-card__title{width:100%}.post-overlay-card__inner.half-width .post-overlay-card__thumbnail,.post-overlay-card__inner.half-width .post-overlay-card__text-wrapper{width:50%!important}@media(max-width:767.98px){.post-card .post-card__title,.post-card .post-overlay-card__title,.post-overlay-card .post-card__title,.post-overlay-card .post-overlay-card__title{width:100%}.post-card.post-card--has-thumbnail .post-card__title,.post-card.post-card--has-thumbnail .post-overlay-card__title,.post-card--has-thumbnail.post-overlay-card .post-card__title,.post-card--has-thumbnail.post-overlay-card .post-overlay-card__title{width:66.66%}.post-card-group--3-columns .post-card.post-card--has-thumbnail .post-card__title,.post-card-group--3-columns .post-card.post-card--has-thumbnail .post-overlay-card__title,.post-card-group--3-columns .post-card--has-thumbnail.post-overlay-card .post-card__title,.post-card-group--3-columns .post-card--has-thumbnail.post-overlay-card .post-overlay-card__title{width:100%}}.post-overlay{position:relative;background-color:#495057;background-size:cover;background-position:50% 50%;margin-bottom:2.275rem;border-radius:.3rem;overflow:hidden}.post-overlay:before{display:block;content:""}.post-overlay__embed,.post-overlay__play-button,.post-overlay__top,.post-overlay__bottom,.post-overlay__label{position:absolute}@media(max-width:991.98px){.post-overlay__bottom,.post-overlay__top{position:relative}}.post-overlay__top,.post-overlay__bottom{padding-left:1.3rem;padding-right:1.3rem}.post-overlay__embed{top:0;left:0;width:100%;height:100%;z-index:2;display:none;border:0;border-radius:.3rem}.post-overlay__play-button{left:50%;top:46%;z-index:4;transition:opacity .15s linear;font-size:50px;line-height:1;color:#fff;text-shadow:0 0 30px rgba(0,0,0,.6);transition:transform .35s ease;transform:translate(-40%,-50%)}@media(prefers-reduced-motion:reduce){.post-overlay__play-button{transition:none}}@media(prefers-reduced-motion:reduce){.post-overlay__play-button{transition:none}}.post-overlay__play-button:hover{color:#fff;transform:translate(-40%,-50%) scale(1.2)}@media(min-width:576px){.post-overlay__play-button{font-size:60px}}@media(min-width:1200px){.post-overlay__play-button{font-size:80px}}.post-overlay__top{top:0;left:0;width:100%;z-index:3;opacity:0;transition:opacity .15s linear;color:#fff;text-align:center;background-color:#000;background-color:rgba(0,0,0,.6);padding-top:1.3rem;border-top-left-radius:.3rem;border-top-right-radius:.3rem}@media(prefers-reduced-motion:reduce){.post-overlay__top{transition:none}}@media(min-width:768px){.post-overlay__top{padding-top:1.95rem}}@media(max-width:991.98px){.post-overlay__top{background-color:#fff;padding-top:0}.post-overlay__top .entry-title{margin-bottom:0}.post-overlay__top .entry-title>a{color:#000!important}}.post-overlay__top:before{content:"";position:absolute;width:100%;height:100%;top:100%;left:0;background:linear-gradient(180deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.4428) 19%,rgba(0,0,0,.3246) 34%,rgba(0,0,0,.2292) 47%,rgba(0,0,0,.1668) 56.5%,rgba(0,0,0,.1164) 65%,rgba(0,0,0,.0756) 73%,rgba(0,0,0,.045) 80.2%,rgba(0,0,0,.0252) 86.1%,rgba(0,0,0,.0126) 91%,rgba(0,0,0,.0048) 95.2%,rgba(0,0,0,.0012) 98.2%,rgba(0,0,0,0) 100%)}@media(max-width:991.98px){.post-overlay__top:before{background-color:transparent;content:"";height:0}}.post-overlay__bottom{bottom:0;left:0;width:100%;z-index:1;transition:opacity .15s linear;color:#fff;background-color:#000;padding-bottom:.65rem;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}@media(prefers-reduced-motion:reduce){.post-overlay__bottom{transition:none}}.post-overlay__bottom p a span{color:#fff;text-decoration:none}.post-overlay__bottom .entry-title,.post-overlay__bottom p{margin-bottom:.325rem}.post-overlay__bottom p{font-size:.9rem;line-height:1.4;max-height:2.52rem;display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word}.post-overlay__bottom:before{content:"";position:absolute;width:100%;height:75%;bottom:100%;left:0;background:linear-gradient(0deg,black 0%,rgba(0,0,0,.738) 19%,rgba(0,0,0,.541) 34%,rgba(0,0,0,.382) 47%,rgba(0,0,0,.278) 56.5%,rgba(0,0,0,.194) 65%,rgba(0,0,0,.126) 73%,rgba(0,0,0,.075) 80.2%,rgba(0,0,0,.042) 86.1%,rgba(0,0,0,.021) 91%,rgba(0,0,0,.008) 95.2%,rgba(0,0,0,.002) 98.2%,rgba(0,0,0,0) 100%)}.post-overlay__meta__actions,.post-overlay-card__meta__actions{display:inline-block}.post-overlay__meta__actions__button{color:#fff;margin-left:.325rem}.post-overlay__meta__actions__button:hover{color:#fff}.post-overlay__label{top:0;left:0;z-index:4}.post-overlay .entry-title>a{color:#fff;border-bottom:1px solid transparent}.post-overlay .entry-title>a:hover{color:#fff;border-bottom-color:#fff}.post-overlay--labelled .post-overlay__top{padding-top:.65rem}.post-overlay--top-heading .post-overlay__play-button{top:50%}.post-overlay--top-heading .post-overlay__top{opacity:1}.post-overlay .post-overlay__embed{height:420px}.post-overlay .image-container{text-align:center;position:relative}@media(min-width:992px){.post-overlay .image-container{max-height:420px}}.post-overlay .image-container img{max-width:100%}@media(min-width:992px){.post-overlay.playing{height:auto}}.post-overlay.playing .post-overlay__embed{display:block}@media(min-width:768px){.post-overlay.playing .image-container{height:420px}}.post-overlay.playing .image-container img{width:auto;height:100%}.post-overlay.playing .post-overlay__play-button{opacity:0;z-index:-1}.post-overlay.playing .post-overlay__top{opacity:0}.post-overlay.playing .post-overlay__bottom{position:relative;opacity:1;z-index:99}.post-overlay .mainPostReciever{cursor:pointer}.post-overlay.embeded{height:auto}.post-overlay.embeded .embed-wrapper{min-height:400px}@media(max-width:767.98px){.post-overlay.embeded{height:250px}.post-overlay.embeded .embed-wrapper{min-height:auto}}.post-overlay-card__inner{--grid-gutter-x:.78rem;--grid-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--grid-gutter-y)*-1);margin-right:calc(var(--grid-gutter-x)/-2);margin-left:calc(var(--grid-gutter-x)/-2)}@media(min-width:576px){.post-overlay-card__inner{--grid-gutter-x:1.17rem;--grid-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--grid-gutter-y)*-1);margin-right:calc(var(--grid-gutter-x)/-2);margin-left:calc(var(--grid-gutter-x)/-2)}}@media(min-width:992px){.post-overlay-card__inner{--grid-gutter-x:1.482rem;--grid-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--grid-gutter-y)*-1);margin-right:calc(var(--grid-gutter-x)/-2);margin-left:calc(var(--grid-gutter-x)/-2)}}@media(min-width:1200px){.post-overlay-card__inner{--grid-gutter-x:1.755rem;--grid-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--grid-gutter-y)*-1);margin-right:calc(var(--grid-gutter-x)/-2);margin-left:calc(var(--grid-gutter-x)/-2)}}@media(min-width:768px){.post-overlay-card--takeover .post-overlay-card__inner{--grid-gutter-x:1.95rem;--grid-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--grid-gutter-y)*-1);margin-right:calc(var(--grid-gutter-x)/-2);margin-left:calc(var(--grid-gutter-x)/-2)}}@media(min-width:992px){.post-overlay-card--takeover .post-overlay-card__inner{--grid-gutter-x:2.34rem;--grid-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--grid-gutter-y)*-1);margin-right:calc(var(--grid-gutter-x)/-2);margin-left:calc(var(--grid-gutter-x)/-2)}}@media(min-width:1200px){.post-overlay-card--takeover .post-overlay-card__inner{--grid-gutter-x:2.73rem;--grid-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--grid-gutter-y)*-1);margin-right:calc(var(--grid-gutter-x)/-2);margin-left:calc(var(--grid-gutter-x)/-2)}}.post-overlay-card__thumbnail{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--grid-gutter-x)/2);padding-left:calc(var(--grid-gutter-x)/2);margin-top:var(--grid-gutter-y);flex:0 0 auto;width:33.3333333333%}@media(min-width:576px){.post-overlay-card__thumbnail{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--grid-gutter-x)/2);padding-left:calc(var(--grid-gutter-x)/2);margin-top:var(--grid-gutter-y);flex:0 0 auto;width:33.3333333333%}}@media(min-width:992px){.post-overlay-card__thumbnail{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--grid-gutter-x)/2);padding-left:calc(var(--grid-gutter-x)/2);margin-top:var(--grid-gutter-y);flex:0 0 auto;width:33.3333333333%}}@media(min-width:1200px){.post-overlay-card__thumbnail{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--grid-gutter-x)/2);padding-left:calc(var(--grid-gutter-x)/2);margin-top:var(--grid-gutter-y);flex:0 0 auto;width:33.3333333333%}}.post-overlay-card__thumbnail__image{border-radius:.3rem;margin:0}@media(min-width:768px){.post-overlay-card--takeover .post-overlay-card__thumbnail{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--grid-gutter-x)/2);padding-left:calc(var(--grid-gutter-x)/2);margin-top:var(--grid-gutter-y);flex:0 0 auto;width:33.3333333333%}}@media(min-width:992px){.post-overlay-card--takeover .post-overlay-card__thumbnail{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--grid-gutter-x)/2);padding-left:calc(var(--grid-gutter-x)/2);margin-top:var(--grid-gutter-y);flex:0 0 auto;width:33.3333333333%}}@media(min-width:1200px){.post-overlay-card--takeover .post-overlay-card__thumbnail{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--grid-gutter-x)/2);padding-left:calc(var(--grid-gutter-x)/2);margin-top:var(--grid-gutter-y);flex:0 0 auto;width:33.3333333333%}}.post-overlay-card__text-wrapper{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--grid-gutter-x)/2);padding-left:calc(var(--grid-gutter-x)/2);margin-top:var(--grid-gutter-y);flex:0 0 auto;width:66.6666666667%}@media(min-width:576px){.post-overlay-card__text-wrapper{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--grid-gutter-x)/2);padding-left:calc(var(--grid-gutter-x)/2);margin-top:var(--grid-gutter-y);flex:0 0 auto;width:66.6666666667%}}@media(min-width:992px){.post-overlay-card__text-wrapper{align-self:center;padding-bottom:6%;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--grid-gutter-x)/2);padding-left:calc(var(--grid-gutter-x)/2);margin-top:var(--grid-gutter-y);flex:0 0 auto;width:66.6666666667%}}@media(min-width:1200px){.post-overlay-card__text-wrapper{padding-bottom:10%;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--grid-gutter-x)/2);padding-left:calc(var(--grid-gutter-x)/2);margin-top:var(--grid-gutter-y);flex:0 0 auto;width:66.6666666667%}}.post-overlay-card__text-wrapper>*{margin-bottom:.78rem}.post-overlay-card__text-wrapper>*:last-child{margin-bottom:0}@media(min-width:768px){.post-overlay-card--takeover .post-overlay-card__text-wrapper{align-self:center;padding-bottom:7%;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--grid-gutter-x)/2);padding-left:calc(var(--grid-gutter-x)/2);margin-top:var(--grid-gutter-y);flex:0 0 auto;width:66.6666666667%}}@media(min-width:992px){.post-overlay-card--takeover .post-overlay-card__text-wrapper{padding-bottom:10%;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--grid-gutter-x)/2);padding-left:calc(var(--grid-gutter-x)/2);margin-top:var(--grid-gutter-y);flex:0 0 auto;width:66.6666666667%}.post-overlay-card--takeover .post-overlay-card__text-wrapper>*{margin-bottom:1.56rem}.post-overlay-card--takeover .post-overlay-card__text-wrapper>*:last-child{margin-bottom:0}}@media(min-width:1200px){.post-overlay-card--takeover .post-overlay-card__text-wrapper{padding-bottom:15%;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--grid-gutter-x)/2);padding-left:calc(var(--grid-gutter-x)/2);margin-top:var(--grid-gutter-y);flex:0 0 auto;width:66.6666666667%}}.post-overlay-card__label{flex:none!important;width:auto!important;margin-bottom:.52rem}@media(min-width:992px){.post-overlay-card--takeover .post-overlay-card__label{margin-bottom:1.04rem}}@media(min-width:768px){.post-overlay-card--takeover .post-overlay-card__title .entry-title{font-size:calc(1.305rem + 0.66vw)}}@media(min-width:768px)and (min-width:1200px){.post-overlay-card--takeover .post-overlay-card__title .entry-title{font-size:1.8rem}}.post-overlay-card__excerpt{font-size:.9rem;line-height:1.4;max-height:3.78rem;display:block;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word}@media(min-width:992px){.post-overlay-card__excerpt{font-size:.9rem;line-height:1.4;max-height:5.04rem;display:block;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word}}@media(min-width:1200px){.post-overlay-card__excerpt{font-size:.9rem;line-height:1.4;max-height:6.3rem;display:block;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word}}@media(min-width:768px){.post-overlay-card--takeover .post-overlay-card__excerpt{font-size:.9rem;line-height:1.4;max-height:5.04rem;display:block;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word}}@media(min-width:992px){.post-overlay-card--takeover .post-overlay-card__excerpt{font-size:.9rem;line-height:1.4;max-height:7.56rem;display:block;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word}}.post-overlay-card.portrait .entry-date{color:#000}.post-overlay-card.portrait .post-overlay__meta__actions,.post-overlay-card.portrait .post-overlay-card__meta__actions{float:right}.post-overlay.side-by-side{height:auto;padding:0;background-size:contain;background-color:transparent;background-repeat:no-repeat}.post-overlay.side-by-side h1,.post-overlay.side-by-side .h1{font-size:50px}@media(max-width:767.98px){.post-overlay.side-by-side h1,.post-overlay.side-by-side .h1{font-size:35px}}@media(min-width:992px){.post-overlay.side-by-side{max-height:100%}}.post-overlay.side-by-side:before{padding:0}.post-overlay.side-by-side .image-container{height:auto;overflow:hidden}.post-overlay.side-by-side .overlay__embed{height:420px}.post-overlay.side-by-side .content{padding:10px 0}.post-overlay.side-by-side .content .entry-title a{color:#000}.post-overlay.side-by-side .content p a{color:#000}.post-overlay.side-by-side .entry-meta .entry-date{color:#000!important}.post-overlay.side-by-side .post-overlay__meta__actions .post-overlay__meta__actions__button,.post-overlay.side-by-side .post-overlay-card__meta__actions .post-overlay__meta__actions__button{color:#000!important}@media screen and (max-width:500px){.post-overlay__top{display:none}.post-overlay{overflow:unset;height:auto}.post-overlay.side-by-side .image-container{height:auto}}.entry-title.breaking{text-transform:uppercase;font-size:2em;color:#b40000}.entry-title.premium{font-size:1em;text-transform:uppercase;color:#0099bd}.widget{margin-bottom:2.275rem}.widget>img,.widget>a>img{max-width:100%;height:auto}.widget-title{padding-top:.91rem;border-top:2px solid #0099bd;margin-bottom:1.25125rem}.widget-title,h1.widget-title,h2.widget-title,h3.widget-title,h4.widget-title,h5.widget-title,h6.widget-title{font-family:sans-serif;text-transform:uppercase;letter-spacing:.035rem}.fonts-loaded .widget-title,.fonts-loaded h1.widget-title,.fonts-loaded h2.widget-title,.fonts-loaded h3.widget-title,.fonts-loaded h4.widget-title,.fonts-loaded h5.widget-title,.fonts-loaded h6.widget-title{font-family:sans-serif}.widget-title__icon{width:35px;height:auto;vertical-align:top;margin-right:.65rem}.widget-title__link,.widget-title>button{margin-left:auto}.widget-title__link{font-family:sans-serif;font-size:.7425rem;font-weight:400;text-transform:uppercase;letter-spacing:.035rem;text-align:right;padding-left:.65rem}.fonts-loaded .widget-title__link{font-family:sans-serif}@media(min-width:768px){.widget-group{border-top:2px solid #0099bd}.widget-group .widget-title{border-top:none}.widget-group__row{--grid-gutter-x:2.5rem;--grid-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--grid-gutter-y)*-1);margin-right:calc(var(--grid-gutter-x)/-2);margin-left:calc(var(--grid-gutter-x)/-2)}.widget-group__column{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--grid-gutter-x)/2);padding-left:calc(var(--grid-gutter-x)/2);margin-top:var(--grid-gutter-y);flex:0 0 auto;width:50%}}.no-top-news .widget-group:first-child{border-top:0}.no-top-news .widget-group:first-child .widget-title{padding-top:0;border-top:0}.widget.widget_media_image{text-align:center}.widget.widget_media_image figure{margin:0 auto}.widget.widget_top_5_keywords{margin-bottom:1.1375rem}.widget.widget_top_5_keywords ul{margin-bottom:0}.widget.widget_top_5_keywords ul li{margin-bottom:.34125rem;list-style-type:none}.widget.widget_top_5_keywords ul.list{padding-left:0}#homepage-before-content>.widget.widget_top_5_keywords:first-child{margin-top:-.56875rem;margin-bottom:.56875rem}.site-main>.widget.widget_top_5_keywords:first-child{margin-bottom:.56875rem}.widget.widget_top_5_keywords .plain{margin-top:10px}.widget.widget_top_5_keywords .plain ul{padding-left:25px}.widget.widget_top_5_keywords .plain ul li{list-style-type:disc}.widget.widget_top_5_keywords .plain ul li a{padding:0!important;text-transform:none;color:#000}.post-overlay .plain{margin-top:10px}.post-overlay .plain ul{padding-left:25px}.post-overlay .plain ul li{list-style-type:disc}.post-overlay .plain ul li a{padding:0!important;text-transform:none;color:#fff}.post-overlay.side-by-side .widget.widget_top_5_keywords ul{padding-left:0}.post-overlay.side-by-side .widget.widget_top_5_keywords ul li a{text-transform:uppercase;padding:.1rem .9rem;color:#000}.widget.rolli-widget{padding-top:.91rem;border-top:2px solid #0099bd}.widget.rolli-widget .widget-title{display:none!important}.widget.rolli-widget img{max-width:100%;height:auto}.widget.widget_nav_menu{font-family:sans-serif;font-size:.9rem;text-transform:uppercase;letter-spacing:.035rem}.fonts-loaded .widget.widget_nav_menu{font-family:sans-serif}.widget.widget_nav_menu .widget-title{display:none!important}.widget.widget_nav_menu ul{padding-left:0;list-style:none;margin-bottom:0}.widget.widget_nav_menu ul li{display:block;margin-bottom:.78rem}.widget.widget_nav_menu ul li a{display:inline-block;color:#000;padding:.13rem .52rem}.widget.widget_nav_menu ul li a:hover{color:#000}.widget.widget_nav_menu ul li .sub-menu{display:none}@media(min-width:768px){.widget.widget_nav_menu{font-size:.7425rem;text-align:center;letter-spacing:.01rem}.widget.widget_nav_menu ul li{display:inline-block;margin-bottom:0}}#category-navigation .widget.widget_nav_menu{margin-bottom:1.5925rem}@media(min-width:768px){#category-navigation .widget.widget_nav_menu{margin-top:-.34125rem;margin-bottom:.91rem}}.my-news-widget-container .post-card-group--3-columns>.post-card,.my-news-widget-container .post-card-group--3-columns>.post-overlay-card,.post-card-group--3-columns>.post-overlay-card{width:100%;border-bottom:1px solid #dee2e6;margin-bottom:.78rem;padding-bottom:.78rem}.my-news-widget-container div.col.tab{cursor:pointer}#masthead{padding-top:0}#masthead .widget{padding:0;margin:0;border:0}.rolli-adlabel{font-size:.7425rem;text-align:center;color:#6c757d;margin-bottom:.325rem}.rolli-below-navigation-full-width-inside-pages{margin-bottom:2.275rem}.marquee{white-space:nowrap;overflow:hidden;box-sizing:border-box}.marquee p{display:inline-block;padding-left:100%;animation:marquee 10s linear infinite;margin-bottom:0}@keyframes marquee{0%{transform:translate(0,0)}100%{transform:translate(-100%,0)}}.breaking-news{text-align:center;font-weight:700;background-color:#b40000;color:#fff;margin-bottom:10px;padding:5px 0}.breaking-news a{color:#fff;text-decoration:none}.breaking-news .read-more{margin-left:20px;display:inline-block;font-weight:200}.specialized-block.quote{font-size:15px;font-style:italic;text-align:right;position:relative}.specialized-block.quote span.quote{font-size:25px;font-weight:700}.specialized-block.quote .author::before{content:" by "}.specialized-block.quote .author{text-align:right;font-weight:700}.specialized-block.graphic img{max-width:100%}.specialized-block.big-number{font-size:3em;font-weight:700;text-align:center}#nav-search-form{display:inline-block;margin-left:29px;background-color:#f2f2f2;border-radius:4px 0 0 4px}#nav-search-form input{border:none;font-family:sans-serif;font-weight:700;background-color:#f2f2f2;border-radius:0 4px 4px 0;padding:5px 0}.fonts-loaded #nav-search-form input{font-family:sans-serif}#nav-search-form input ::placeholder{color:#9b9b9b}#nav-search-form input:focus{outline:none}#nav-search-form .input-group-append button{padding-left:.313rem;margin-top:.19rem}.open{margin-left:1.25rem;margin-top:.25rem;border:none;background:none}.open i{font-size:20px;color:#4a4a4a}.search-content{margin-top:2.5em}.search-content-title{margin-bottom:0px!important}.search-entry-meta{margin-bottom:10px}.search-entry-summary p{margin-bottom:.5rem;color:#000}#site-navigation-side{margin-top:8px;margin-left:7px}.search-title-results{font-family:sans-serif}.fonts-loaded .search-title-results{font-family:sans-serif}.search-title-results p{font-size:16px;color:#4a4a4a;font-weight:400;margin-top:.5rem}.search-title-results p a{color:#0099bd}.search-title-results-log{margin-top:2.5rem}.search-page-sbar{margin-bottom:1rem}.search-page-sbar #nav-search-form{margin-left:0px!important}.posts-navigation .screen-reader-text{display:none}.posts-navigation .nav-links{font-size:20px}.posts-navigation .nav-links div{display:inline-block}.posts-navigation .nav-links div.nav-next{float:left}.posts-navigation .nav-links div.nav-previous{float:right}#pagination-container{margin-bottom:15px}.widget.adspace{text-align:center}.widget.adspace p{padding:0;margin:0}.widget.adspace .widgettitle{display:none}section.bg-light{background-color:transparent!important}#bottom-floater{position:fixed;bottom:0;display:inline-block;left:50%;transform:translate(-50%,0%)}@media screen and (max-width:1400px){.widget.adspace.left-floater,.widget.adspace.right-floater{display:none}}@media screen and (min-width:1400px){.widget.adspace.left-floater{position:fixed;top:50%;transform:translate(50%,-50%);left:0}.widget.adspace.right-floater{position:fixed;top:50%;transform:translate(-50%,-50%);right:0}}.category .page-title-wrapper{position:relative;margin-bottom:1.365rem}@media(min-width:768px){.category .page-title-wrapper{margin-top:-.56875rem;margin-bottom:1.1375rem}}.category .page-title{font-family:sans-serif;text-transform:uppercase;letter-spacing:.035rem;padding-right:1.98rem;margin-bottom:15px}.fonts-loaded .category .page-title{font-family:sans-serif}.category .page-title img{display:block;width:100%;height:auto;margin-top:10px}@media(min-width:768px){.category .page-title{font-family:serif;text-transform:none;letter-spacing:.01rem;text-align:center;padding-right:0}.fonts-loaded .category .page-title{font-family:"PT Serif",Georgia,"Times New Roman",Times,serif}}.category .page-subtitle{display:block}@media(min-width:768px){.category .page-subtitle{font-family:sans-serif;text-align:center;margin-top:-.91rem;margin-bottom:1.1375rem}.fonts-loaded .category .page-subtitle{font-family:sans-serif}}.category.blue-highlight .widget-title .btn,.category.blue-highlight .widget-title .newsletter-signup form button,.newsletter-signup form .category.blue-highlight .widget-title button,.category.blue-highlight .widget-title .newsletter-signup form [type=button],.newsletter-signup form .category.blue-highlight .widget-title [type=button],.category.blue-highlight .widget-title .newsletter-signup form [type=reset],.newsletter-signup form .category.blue-highlight .widget-title [type=reset],.category.blue-highlight .widget-title .newsletter-signup form [type=submit],.newsletter-signup form .category.blue-highlight .widget-title [type=submit]{color:#fff;background-color:#0099bd;border-color:#0099bd}.category.blue-highlight .widget-title .btn:hover,.category.blue-highlight .widget-title .newsletter-signup form button:hover,.newsletter-signup form .category.blue-highlight .widget-title button:hover,.category.blue-highlight .widget-title .newsletter-signup form [type=button]:hover,.newsletter-signup form .category.blue-highlight .widget-title [type=button]:hover,.category.blue-highlight .widget-title .newsletter-signup form [type=reset]:hover,.newsletter-signup form .category.blue-highlight .widget-title [type=reset]:hover,.category.blue-highlight .widget-title .newsletter-signup form [type=submit]:hover,.newsletter-signup form .category.blue-highlight .widget-title [type=submit]:hover{color:#fff;background-color:#00c2f0;border-color:#00c2f0}.category.blue-highlight .widget-title .btn:focus,.category.blue-highlight .widget-title .newsletter-signup form button:focus,.newsletter-signup form .category.blue-highlight .widget-title button:focus,.category.blue-highlight .widget-title .newsletter-signup form [type=button]:focus,.newsletter-signup form .category.blue-highlight .widget-title [type=button]:focus,.category.blue-highlight .widget-title .newsletter-signup form [type=reset]:focus,.newsletter-signup form .category.blue-highlight .widget-title [type=reset]:focus,.category.blue-highlight .widget-title .newsletter-signup form [type=submit]:focus,.newsletter-signup form .category.blue-highlight .widget-title [type=submit]:focus,.category.blue-highlight .widget-title .btn.focus,.category.blue-highlight .widget-title .newsletter-signup form button.focus,.newsletter-signup form .category.blue-highlight .widget-title button.focus,.category.blue-highlight .widget-title .newsletter-signup form .focus[type=button],.newsletter-signup form .category.blue-highlight .widget-title .focus[type=button],.category.blue-highlight .widget-title .newsletter-signup form .focus[type=reset],.newsletter-signup form .category.blue-highlight .widget-title .focus[type=reset],.category.blue-highlight .widget-title .newsletter-signup form .focus[type=submit],.newsletter-signup form .category.blue-highlight .widget-title .focus[type=submit]{color:#fff;background-color:#00c2f0;border-color:#00c2f0;box-shadow:0 0 0 .2rem rgba(0,194,240,.4)}.category.blue-highlight .widget-title .btn:active,.category.blue-highlight .widget-title .newsletter-signup form button:active,.newsletter-signup form .category.blue-highlight .widget-title button:active,.category.blue-highlight .widget-title .newsletter-signup form [type=button]:active,.newsletter-signup form .category.blue-highlight .widget-title [type=button]:active,.category.blue-highlight .widget-title .newsletter-signup form [type=reset]:active,.newsletter-signup form .category.blue-highlight .widget-title [type=reset]:active,.category.blue-highlight .widget-title .newsletter-signup form [type=submit]:active,.newsletter-signup form .category.blue-highlight .widget-title [type=submit]:active,.category.blue-highlight .widget-title .btn.active,.category.blue-highlight .widget-title .newsletter-signup form button.active,.newsletter-signup form .category.blue-highlight .widget-title button.active,.category.blue-highlight .widget-title .newsletter-signup form .active[type=button],.newsletter-signup form .category.blue-highlight .widget-title .active[type=button],.category.blue-highlight .widget-title .newsletter-signup form .active[type=reset],.newsletter-signup form .category.blue-highlight .widget-title .active[type=reset],.category.blue-highlight .widget-title .newsletter-signup form .active[type=submit],.newsletter-signup form .category.blue-highlight .widget-title .active[type=submit],.show>.category.blue-highlight .widget-title .btn.dropdown-toggle,.show>.category.blue-highlight .widget-title .newsletter-signup form button.dropdown-toggle,.newsletter-signup form .show>.category.blue-highlight .widget-title button.dropdown-toggle,.show>.category.blue-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=button],.newsletter-signup form .show>.category.blue-highlight .widget-title .dropdown-toggle[type=button],.show>.category.blue-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=reset],.newsletter-signup form .show>.category.blue-highlight .widget-title .dropdown-toggle[type=reset],.show>.category.blue-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=submit],.newsletter-signup form .show>.category.blue-highlight .widget-title .dropdown-toggle[type=submit]{color:#fff;background-color:#00aed7;border-color:#00aed7}.category.blue-highlight .widget-title .btn:active:focus,.category.blue-highlight .widget-title .newsletter-signup form button:active:focus,.newsletter-signup form .category.blue-highlight .widget-title button:active:focus,.category.blue-highlight .widget-title .newsletter-signup form [type=button]:active:focus,.newsletter-signup form .category.blue-highlight .widget-title [type=button]:active:focus,.category.blue-highlight .widget-title .newsletter-signup form [type=reset]:active:focus,.newsletter-signup form .category.blue-highlight .widget-title [type=reset]:active:focus,.category.blue-highlight .widget-title .newsletter-signup form [type=submit]:active:focus,.newsletter-signup form .category.blue-highlight .widget-title [type=submit]:active:focus,.category.blue-highlight .widget-title .btn.active:focus,.category.blue-highlight .widget-title .newsletter-signup form button.active:focus,.newsletter-signup form .category.blue-highlight .widget-title button.active:focus,.category.blue-highlight .widget-title .newsletter-signup form .active[type=button]:focus,.newsletter-signup form .category.blue-highlight .widget-title .active[type=button]:focus,.category.blue-highlight .widget-title .newsletter-signup form .active[type=reset]:focus,.newsletter-signup form .category.blue-highlight .widget-title .active[type=reset]:focus,.category.blue-highlight .widget-title .newsletter-signup form .active[type=submit]:focus,.newsletter-signup form .category.blue-highlight .widget-title .active[type=submit]:focus,.show>.category.blue-highlight .widget-title .btn.dropdown-toggle:focus,.show>.category.blue-highlight .widget-title .newsletter-signup form button.dropdown-toggle:focus,.newsletter-signup form .show>.category.blue-highlight .widget-title button.dropdown-toggle:focus,.show>.category.blue-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=button]:focus,.newsletter-signup form .show>.category.blue-highlight .widget-title .dropdown-toggle[type=button]:focus,.show>.category.blue-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=reset]:focus,.newsletter-signup form .show>.category.blue-highlight .widget-title .dropdown-toggle[type=reset]:focus,.show>.category.blue-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=submit]:focus,.newsletter-signup form .show>.category.blue-highlight .widget-title .dropdown-toggle[type=submit]:focus{box-shadow:0 0 0 .2rem rgba(0,174,215,.4)}.category.blue-highlight .widget-title .btn:disabled,.category.blue-highlight .widget-title .newsletter-signup form button:disabled,.newsletter-signup form .category.blue-highlight .widget-title button:disabled,.category.blue-highlight .widget-title .newsletter-signup form [type=button]:disabled,.newsletter-signup form .category.blue-highlight .widget-title [type=button]:disabled,.category.blue-highlight .widget-title .newsletter-signup form [type=reset]:disabled,.newsletter-signup form .category.blue-highlight .widget-title [type=reset]:disabled,.category.blue-highlight .widget-title .newsletter-signup form [type=submit]:disabled,.newsletter-signup form .category.blue-highlight .widget-title [type=submit]:disabled,.category.blue-highlight .widget-title .btn.disabled,.category.blue-highlight .widget-title .newsletter-signup form button.disabled,.newsletter-signup form .category.blue-highlight .widget-title button.disabled,.category.blue-highlight .widget-title .newsletter-signup form .disabled[type=button],.newsletter-signup form .category.blue-highlight .widget-title .disabled[type=button],.category.blue-highlight .widget-title .newsletter-signup form .disabled[type=reset],.newsletter-signup form .category.blue-highlight .widget-title .disabled[type=reset],.category.blue-highlight .widget-title .newsletter-signup form .disabled[type=submit],.newsletter-signup form .category.blue-highlight .widget-title .disabled[type=submit]{color:#fff;background-color:#0099bd;border-color:#0099bd}.category.blue-highlight .widget-title a,.category.blue-highlight .entry-categories a,.category.blue-highlight a.post-card__meta__actions__button--active,.category.blue-highlight a.post-overlay-card__meta__actions__button--active,.category.blue-highlight a.post-overlay__meta__actions__button--active{color:#0099bd}.category.blue-highlight .widget-title a:hover,.category.blue-highlight .entry-categories a:hover,.category.blue-highlight a.post-card__meta__actions__button--active:hover,.category.blue-highlight a.post-overlay-card__meta__actions__button--active:hover,.category.blue-highlight a.post-overlay__meta__actions__button--active:hover{color:#005b71}.category.blue-highlight .widget-title,.category.blue-highlight .widget-group{border-color:#0099bd}.category.red-highlight .widget-title .btn,.category.red-highlight .widget-title .newsletter-signup form button,.newsletter-signup form .category.red-highlight .widget-title button,.category.red-highlight .widget-title .newsletter-signup form [type=button],.newsletter-signup form .category.red-highlight .widget-title [type=button],.category.red-highlight .widget-title .newsletter-signup form [type=reset],.newsletter-signup form .category.red-highlight .widget-title [type=reset],.category.red-highlight .widget-title .newsletter-signup form [type=submit],.newsletter-signup form .category.red-highlight .widget-title [type=submit]{color:#fff;background-color:#b40000;border-color:#b40000}.category.red-highlight .widget-title .btn:hover,.category.red-highlight .widget-title .newsletter-signup form button:hover,.newsletter-signup form .category.red-highlight .widget-title button:hover,.category.red-highlight .widget-title .newsletter-signup form [type=button]:hover,.newsletter-signup form .category.red-highlight .widget-title [type=button]:hover,.category.red-highlight .widget-title .newsletter-signup form [type=reset]:hover,.newsletter-signup form .category.red-highlight .widget-title [type=reset]:hover,.category.red-highlight .widget-title .newsletter-signup form [type=submit]:hover,.newsletter-signup form .category.red-highlight .widget-title [type=submit]:hover{color:#fff;background-color:#e70000;border-color:#e70000}.category.red-highlight .widget-title .btn:focus,.category.red-highlight .widget-title .newsletter-signup form button:focus,.newsletter-signup form .category.red-highlight .widget-title button:focus,.category.red-highlight .widget-title .newsletter-signup form [type=button]:focus,.newsletter-signup form .category.red-highlight .widget-title [type=button]:focus,.category.red-highlight .widget-title .newsletter-signup form [type=reset]:focus,.newsletter-signup form .category.red-highlight .widget-title [type=reset]:focus,.category.red-highlight .widget-title .newsletter-signup form [type=submit]:focus,.newsletter-signup form .category.red-highlight .widget-title [type=submit]:focus,.category.red-highlight .widget-title .btn.focus,.category.red-highlight .widget-title .newsletter-signup form button.focus,.newsletter-signup form .category.red-highlight .widget-title button.focus,.category.red-highlight .widget-title .newsletter-signup form .focus[type=button],.newsletter-signup form .category.red-highlight .widget-title .focus[type=button],.category.red-highlight .widget-title .newsletter-signup form .focus[type=reset],.newsletter-signup form .category.red-highlight .widget-title .focus[type=reset],.category.red-highlight .widget-title .newsletter-signup form .focus[type=submit],.newsletter-signup form .category.red-highlight .widget-title .focus[type=submit]{color:#fff;background-color:#e70000;border-color:#e70000;box-shadow:0 0 0 .2rem rgba(231,0,0,.4)}.category.red-highlight .widget-title .btn:active,.category.red-highlight .widget-title .newsletter-signup form button:active,.newsletter-signup form .category.red-highlight .widget-title button:active,.category.red-highlight .widget-title .newsletter-signup form [type=button]:active,.newsletter-signup form .category.red-highlight .widget-title [type=button]:active,.category.red-highlight .widget-title .newsletter-signup form [type=reset]:active,.newsletter-signup form .category.red-highlight .widget-title [type=reset]:active,.category.red-highlight .widget-title .newsletter-signup form [type=submit]:active,.newsletter-signup form .category.red-highlight .widget-title [type=submit]:active,.category.red-highlight .widget-title .btn.active,.category.red-highlight .widget-title .newsletter-signup form button.active,.newsletter-signup form .category.red-highlight .widget-title button.active,.category.red-highlight .widget-title .newsletter-signup form .active[type=button],.newsletter-signup form .category.red-highlight .widget-title .active[type=button],.category.red-highlight .widget-title .newsletter-signup form .active[type=reset],.newsletter-signup form .category.red-highlight .widget-title .active[type=reset],.category.red-highlight .widget-title .newsletter-signup form .active[type=submit],.newsletter-signup form .category.red-highlight .widget-title .active[type=submit],.show>.category.red-highlight .widget-title .btn.dropdown-toggle,.show>.category.red-highlight .widget-title .newsletter-signup form button.dropdown-toggle,.newsletter-signup form .show>.category.red-highlight .widget-title button.dropdown-toggle,.show>.category.red-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=button],.newsletter-signup form .show>.category.red-highlight .widget-title .dropdown-toggle[type=button],.show>.category.red-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=reset],.newsletter-signup form .show>.category.red-highlight .widget-title .dropdown-toggle[type=reset],.show>.category.red-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=submit],.newsletter-signup form .show>.category.red-highlight .widget-title .dropdown-toggle[type=submit]{color:#fff;background-color:#ce0000;border-color:#ce0000}.category.red-highlight .widget-title .btn:active:focus,.category.red-highlight .widget-title .newsletter-signup form button:active:focus,.newsletter-signup form .category.red-highlight .widget-title button:active:focus,.category.red-highlight .widget-title .newsletter-signup form [type=button]:active:focus,.newsletter-signup form .category.red-highlight .widget-title [type=button]:active:focus,.category.red-highlight .widget-title .newsletter-signup form [type=reset]:active:focus,.newsletter-signup form .category.red-highlight .widget-title [type=reset]:active:focus,.category.red-highlight .widget-title .newsletter-signup form [type=submit]:active:focus,.newsletter-signup form .category.red-highlight .widget-title [type=submit]:active:focus,.category.red-highlight .widget-title .btn.active:focus,.category.red-highlight .widget-title .newsletter-signup form button.active:focus,.newsletter-signup form .category.red-highlight .widget-title button.active:focus,.category.red-highlight .widget-title .newsletter-signup form .active[type=button]:focus,.newsletter-signup form .category.red-highlight .widget-title .active[type=button]:focus,.category.red-highlight .widget-title .newsletter-signup form .active[type=reset]:focus,.newsletter-signup form .category.red-highlight .widget-title .active[type=reset]:focus,.category.red-highlight .widget-title .newsletter-signup form .active[type=submit]:focus,.newsletter-signup form .category.red-highlight .widget-title .active[type=submit]:focus,.show>.category.red-highlight .widget-title .btn.dropdown-toggle:focus,.show>.category.red-highlight .widget-title .newsletter-signup form button.dropdown-toggle:focus,.newsletter-signup form .show>.category.red-highlight .widget-title button.dropdown-toggle:focus,.show>.category.red-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=button]:focus,.newsletter-signup form .show>.category.red-highlight .widget-title .dropdown-toggle[type=button]:focus,.show>.category.red-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=reset]:focus,.newsletter-signup form .show>.category.red-highlight .widget-title .dropdown-toggle[type=reset]:focus,.show>.category.red-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=submit]:focus,.newsletter-signup form .show>.category.red-highlight .widget-title .dropdown-toggle[type=submit]:focus{box-shadow:0 0 0 .2rem rgba(206,0,0,.4)}.category.red-highlight .widget-title .btn:disabled,.category.red-highlight .widget-title .newsletter-signup form button:disabled,.newsletter-signup form .category.red-highlight .widget-title button:disabled,.category.red-highlight .widget-title .newsletter-signup form [type=button]:disabled,.newsletter-signup form .category.red-highlight .widget-title [type=button]:disabled,.category.red-highlight .widget-title .newsletter-signup form [type=reset]:disabled,.newsletter-signup form .category.red-highlight .widget-title [type=reset]:disabled,.category.red-highlight .widget-title .newsletter-signup form [type=submit]:disabled,.newsletter-signup form .category.red-highlight .widget-title [type=submit]:disabled,.category.red-highlight .widget-title .btn.disabled,.category.red-highlight .widget-title .newsletter-signup form button.disabled,.newsletter-signup form .category.red-highlight .widget-title button.disabled,.category.red-highlight .widget-title .newsletter-signup form .disabled[type=button],.newsletter-signup form .category.red-highlight .widget-title .disabled[type=button],.category.red-highlight .widget-title .newsletter-signup form .disabled[type=reset],.newsletter-signup form .category.red-highlight .widget-title .disabled[type=reset],.category.red-highlight .widget-title .newsletter-signup form .disabled[type=submit],.newsletter-signup form .category.red-highlight .widget-title .disabled[type=submit]{color:#fff;background-color:#b40000;border-color:#b40000}.category.red-highlight .widget-title a,.category.red-highlight .entry-categories a,.category.red-highlight a.post-card__meta__actions__button--active,.category.red-highlight a.post-overlay-card__meta__actions__button--active,.category.red-highlight a.post-overlay__meta__actions__button--active{color:#b40000}.category.red-highlight .widget-title a:hover,.category.red-highlight .entry-categories a:hover,.category.red-highlight a.post-card__meta__actions__button--active:hover,.category.red-highlight a.post-overlay-card__meta__actions__button--active:hover,.category.red-highlight a.post-overlay__meta__actions__button--active:hover{color:#680000}.category.red-highlight .widget-title,.category.red-highlight .widget-group{border-color:#b40000}.category.yellow-highlight .widget-title .btn,.category.yellow-highlight .widget-title .newsletter-signup form button,.newsletter-signup form .category.yellow-highlight .widget-title button,.category.yellow-highlight .widget-title .newsletter-signup form [type=button],.newsletter-signup form .category.yellow-highlight .widget-title [type=button],.category.yellow-highlight .widget-title .newsletter-signup form [type=reset],.newsletter-signup form .category.yellow-highlight .widget-title [type=reset],.category.yellow-highlight .widget-title .newsletter-signup form [type=submit],.newsletter-signup form .category.yellow-highlight .widget-title [type=submit]{color:#212529;background-color:#ffc107;border-color:#ffc107}.category.yellow-highlight .widget-title .btn:hover,.category.yellow-highlight .widget-title .newsletter-signup form button:hover,.newsletter-signup form .category.yellow-highlight .widget-title button:hover,.category.yellow-highlight .widget-title .newsletter-signup form [type=button]:hover,.newsletter-signup form .category.yellow-highlight .widget-title [type=button]:hover,.category.yellow-highlight .widget-title .newsletter-signup form [type=reset]:hover,.newsletter-signup form .category.yellow-highlight .widget-title [type=reset]:hover,.category.yellow-highlight .widget-title .newsletter-signup form [type=submit]:hover,.newsletter-signup form .category.yellow-highlight .widget-title [type=submit]:hover{color:#212529;background-color:#ffce3a;border-color:#ffce3a}.category.yellow-highlight .widget-title .btn:focus,.category.yellow-highlight .widget-title .newsletter-signup form button:focus,.newsletter-signup form .category.yellow-highlight .widget-title button:focus,.category.yellow-highlight .widget-title .newsletter-signup form [type=button]:focus,.newsletter-signup form .category.yellow-highlight .widget-title [type=button]:focus,.category.yellow-highlight .widget-title .newsletter-signup form [type=reset]:focus,.newsletter-signup form .category.yellow-highlight .widget-title [type=reset]:focus,.category.yellow-highlight .widget-title .newsletter-signup form [type=submit]:focus,.newsletter-signup form .category.yellow-highlight .widget-title [type=submit]:focus,.category.yellow-highlight .widget-title .btn.focus,.category.yellow-highlight .widget-title .newsletter-signup form button.focus,.newsletter-signup form .category.yellow-highlight .widget-title button.focus,.category.yellow-highlight .widget-title .newsletter-signup form .focus[type=button],.newsletter-signup form .category.yellow-highlight .widget-title .focus[type=button],.category.yellow-highlight .widget-title .newsletter-signup form .focus[type=reset],.newsletter-signup form .category.yellow-highlight .widget-title .focus[type=reset],.category.yellow-highlight .widget-title .newsletter-signup form .focus[type=submit],.newsletter-signup form .category.yellow-highlight .widget-title .focus[type=submit]{color:#212529;background-color:#ffce3a;border-color:#ffce3a;box-shadow:0 0 0 .2rem rgba(255,206,58,.4)}.category.yellow-highlight .widget-title .btn:active,.category.yellow-highlight .widget-title .newsletter-signup form button:active,.newsletter-signup form .category.yellow-highlight .widget-title button:active,.category.yellow-highlight .widget-title .newsletter-signup form [type=button]:active,.newsletter-signup form .category.yellow-highlight .widget-title [type=button]:active,.category.yellow-highlight .widget-title .newsletter-signup form [type=reset]:active,.newsletter-signup form .category.yellow-highlight .widget-title [type=reset]:active,.category.yellow-highlight .widget-title .newsletter-signup form [type=submit]:active,.newsletter-signup form .category.yellow-highlight .widget-title [type=submit]:active,.category.yellow-highlight .widget-title .btn.active,.category.yellow-highlight .widget-title .newsletter-signup form button.active,.newsletter-signup form .category.yellow-highlight .widget-title button.active,.category.yellow-highlight .widget-title .newsletter-signup form .active[type=button],.newsletter-signup form .category.yellow-highlight .widget-title .active[type=button],.category.yellow-highlight .widget-title .newsletter-signup form .active[type=reset],.newsletter-signup form .category.yellow-highlight .widget-title .active[type=reset],.category.yellow-highlight .widget-title .newsletter-signup form .active[type=submit],.newsletter-signup form .category.yellow-highlight .widget-title .active[type=submit],.show>.category.yellow-highlight .widget-title .btn.dropdown-toggle,.show>.category.yellow-highlight .widget-title .newsletter-signup form button.dropdown-toggle,.newsletter-signup form .show>.category.yellow-highlight .widget-title button.dropdown-toggle,.show>.category.yellow-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=button],.newsletter-signup form .show>.category.yellow-highlight .widget-title .dropdown-toggle[type=button],.show>.category.yellow-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=reset],.newsletter-signup form .show>.category.yellow-highlight .widget-title .dropdown-toggle[type=reset],.show>.category.yellow-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=submit],.newsletter-signup form .show>.category.yellow-highlight .widget-title .dropdown-toggle[type=submit]{color:#212529;background-color:#ffc721;border-color:#ffc721}.category.yellow-highlight .widget-title .btn:active:focus,.category.yellow-highlight .widget-title .newsletter-signup form button:active:focus,.newsletter-signup form .category.yellow-highlight .widget-title button:active:focus,.category.yellow-highlight .widget-title .newsletter-signup form [type=button]:active:focus,.newsletter-signup form .category.yellow-highlight .widget-title [type=button]:active:focus,.category.yellow-highlight .widget-title .newsletter-signup form [type=reset]:active:focus,.newsletter-signup form .category.yellow-highlight .widget-title [type=reset]:active:focus,.category.yellow-highlight .widget-title .newsletter-signup form [type=submit]:active:focus,.newsletter-signup form .category.yellow-highlight .widget-title [type=submit]:active:focus,.category.yellow-highlight .widget-title .btn.active:focus,.category.yellow-highlight .widget-title .newsletter-signup form button.active:focus,.newsletter-signup form .category.yellow-highlight .widget-title button.active:focus,.category.yellow-highlight .widget-title .newsletter-signup form .active[type=button]:focus,.newsletter-signup form .category.yellow-highlight .widget-title .active[type=button]:focus,.category.yellow-highlight .widget-title .newsletter-signup form .active[type=reset]:focus,.newsletter-signup form .category.yellow-highlight .widget-title .active[type=reset]:focus,.category.yellow-highlight .widget-title .newsletter-signup form .active[type=submit]:focus,.newsletter-signup form .category.yellow-highlight .widget-title .active[type=submit]:focus,.show>.category.yellow-highlight .widget-title .btn.dropdown-toggle:focus,.show>.category.yellow-highlight .widget-title .newsletter-signup form button.dropdown-toggle:focus,.newsletter-signup form .show>.category.yellow-highlight .widget-title button.dropdown-toggle:focus,.show>.category.yellow-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=button]:focus,.newsletter-signup form .show>.category.yellow-highlight .widget-title .dropdown-toggle[type=button]:focus,.show>.category.yellow-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=reset]:focus,.newsletter-signup form .show>.category.yellow-highlight .widget-title .dropdown-toggle[type=reset]:focus,.show>.category.yellow-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=submit]:focus,.newsletter-signup form .show>.category.yellow-highlight .widget-title .dropdown-toggle[type=submit]:focus{box-shadow:0 0 0 .2rem rgba(255,199,33,.4)}.category.yellow-highlight .widget-title .btn:disabled,.category.yellow-highlight .widget-title .newsletter-signup form button:disabled,.newsletter-signup form .category.yellow-highlight .widget-title button:disabled,.category.yellow-highlight .widget-title .newsletter-signup form [type=button]:disabled,.newsletter-signup form .category.yellow-highlight .widget-title [type=button]:disabled,.category.yellow-highlight .widget-title .newsletter-signup form [type=reset]:disabled,.newsletter-signup form .category.yellow-highlight .widget-title [type=reset]:disabled,.category.yellow-highlight .widget-title .newsletter-signup form [type=submit]:disabled,.newsletter-signup form .category.yellow-highlight .widget-title [type=submit]:disabled,.category.yellow-highlight .widget-title .btn.disabled,.category.yellow-highlight .widget-title .newsletter-signup form button.disabled,.newsletter-signup form .category.yellow-highlight .widget-title button.disabled,.category.yellow-highlight .widget-title .newsletter-signup form .disabled[type=button],.newsletter-signup form .category.yellow-highlight .widget-title .disabled[type=button],.category.yellow-highlight .widget-title .newsletter-signup form .disabled[type=reset],.newsletter-signup form .category.yellow-highlight .widget-title .disabled[type=reset],.category.yellow-highlight .widget-title .newsletter-signup form .disabled[type=submit],.newsletter-signup form .category.yellow-highlight .widget-title .disabled[type=submit]{color:#212529;background-color:#ffc107;border-color:#ffc107}.category.yellow-highlight .widget-title a,.category.yellow-highlight .entry-categories a,.category.yellow-highlight a.post-card__meta__actions__button--active,.category.yellow-highlight a.post-overlay-card__meta__actions__button--active,.category.yellow-highlight a.post-overlay__meta__actions__button--active{color:#ffc107}.category.yellow-highlight .widget-title a:hover,.category.yellow-highlight .entry-categories a:hover,.category.yellow-highlight a.post-card__meta__actions__button--active:hover,.category.yellow-highlight a.post-overlay-card__meta__actions__button--active:hover,.category.yellow-highlight a.post-overlay__meta__actions__button--active:hover{color:#ba8b00}.category.yellow-highlight .widget-title,.category.yellow-highlight .widget-group{border-color:#ffc107}.category.green-highlight .widget-title .btn,.category.green-highlight .widget-title .newsletter-signup form button,.newsletter-signup form .category.green-highlight .widget-title button,.category.green-highlight .widget-title .newsletter-signup form [type=button],.newsletter-signup form .category.green-highlight .widget-title [type=button],.category.green-highlight .widget-title .newsletter-signup form [type=reset],.newsletter-signup form .category.green-highlight .widget-title [type=reset],.category.green-highlight .widget-title .newsletter-signup form [type=submit],.newsletter-signup form .category.green-highlight .widget-title [type=submit]{color:#fff;background-color:#28a745;border-color:#28a745}.category.green-highlight .widget-title .btn:hover,.category.green-highlight .widget-title .newsletter-signup form button:hover,.newsletter-signup form .category.green-highlight .widget-title button:hover,.category.green-highlight .widget-title .newsletter-signup form [type=button]:hover,.newsletter-signup form .category.green-highlight .widget-title [type=button]:hover,.category.green-highlight .widget-title .newsletter-signup form [type=reset]:hover,.newsletter-signup form .category.green-highlight .widget-title [type=reset]:hover,.category.green-highlight .widget-title .newsletter-signup form [type=submit]:hover,.newsletter-signup form .category.green-highlight .widget-title [type=submit]:hover{color:#fff;background-color:#34ce57;border-color:#34ce57}.category.green-highlight .widget-title .btn:focus,.category.green-highlight .widget-title .newsletter-signup form button:focus,.newsletter-signup form .category.green-highlight .widget-title button:focus,.category.green-highlight .widget-title .newsletter-signup form [type=button]:focus,.newsletter-signup form .category.green-highlight .widget-title [type=button]:focus,.category.green-highlight .widget-title .newsletter-signup form [type=reset]:focus,.newsletter-signup form .category.green-highlight .widget-title [type=reset]:focus,.category.green-highlight .widget-title .newsletter-signup form [type=submit]:focus,.newsletter-signup form .category.green-highlight .widget-title [type=submit]:focus,.category.green-highlight .widget-title .btn.focus,.category.green-highlight .widget-title .newsletter-signup form button.focus,.newsletter-signup form .category.green-highlight .widget-title button.focus,.category.green-highlight .widget-title .newsletter-signup form .focus[type=button],.newsletter-signup form .category.green-highlight .widget-title .focus[type=button],.category.green-highlight .widget-title .newsletter-signup form .focus[type=reset],.newsletter-signup form .category.green-highlight .widget-title .focus[type=reset],.category.green-highlight .widget-title .newsletter-signup form .focus[type=submit],.newsletter-signup form .category.green-highlight .widget-title .focus[type=submit]{color:#fff;background-color:#34ce57;border-color:#34ce57;box-shadow:0 0 0 .2rem rgba(52,206,87,.4)}.category.green-highlight .widget-title .btn:active,.category.green-highlight .widget-title .newsletter-signup form button:active,.newsletter-signup form .category.green-highlight .widget-title button:active,.category.green-highlight .widget-title .newsletter-signup form [type=button]:active,.newsletter-signup form .category.green-highlight .widget-title [type=button]:active,.category.green-highlight .widget-title .newsletter-signup form [type=reset]:active,.newsletter-signup form .category.green-highlight .widget-title [type=reset]:active,.category.green-highlight .widget-title .newsletter-signup form [type=submit]:active,.newsletter-signup form .category.green-highlight .widget-title [type=submit]:active,.category.green-highlight .widget-title .btn.active,.category.green-highlight .widget-title .newsletter-signup form button.active,.newsletter-signup form .category.green-highlight .widget-title button.active,.category.green-highlight .widget-title .newsletter-signup form .active[type=button],.newsletter-signup form .category.green-highlight .widget-title .active[type=button],.category.green-highlight .widget-title .newsletter-signup form .active[type=reset],.newsletter-signup form .category.green-highlight .widget-title .active[type=reset],.category.green-highlight .widget-title .newsletter-signup form .active[type=submit],.newsletter-signup form .category.green-highlight .widget-title .active[type=submit],.show>.category.green-highlight .widget-title .btn.dropdown-toggle,.show>.category.green-highlight .widget-title .newsletter-signup form button.dropdown-toggle,.newsletter-signup form .show>.category.green-highlight .widget-title button.dropdown-toggle,.show>.category.green-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=button],.newsletter-signup form .show>.category.green-highlight .widget-title .dropdown-toggle[type=button],.show>.category.green-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=reset],.newsletter-signup form .show>.category.green-highlight .widget-title .dropdown-toggle[type=reset],.show>.category.green-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=submit],.newsletter-signup form .show>.category.green-highlight .widget-title .dropdown-toggle[type=submit]{color:#fff;background-color:#2dbc4e;border-color:#2dbc4e}.category.green-highlight .widget-title .btn:active:focus,.category.green-highlight .widget-title .newsletter-signup form button:active:focus,.newsletter-signup form .category.green-highlight .widget-title button:active:focus,.category.green-highlight .widget-title .newsletter-signup form [type=button]:active:focus,.newsletter-signup form .category.green-highlight .widget-title [type=button]:active:focus,.category.green-highlight .widget-title .newsletter-signup form [type=reset]:active:focus,.newsletter-signup form .category.green-highlight .widget-title [type=reset]:active:focus,.category.green-highlight .widget-title .newsletter-signup form [type=submit]:active:focus,.newsletter-signup form .category.green-highlight .widget-title [type=submit]:active:focus,.category.green-highlight .widget-title .btn.active:focus,.category.green-highlight .widget-title .newsletter-signup form button.active:focus,.newsletter-signup form .category.green-highlight .widget-title button.active:focus,.category.green-highlight .widget-title .newsletter-signup form .active[type=button]:focus,.newsletter-signup form .category.green-highlight .widget-title .active[type=button]:focus,.category.green-highlight .widget-title .newsletter-signup form .active[type=reset]:focus,.newsletter-signup form .category.green-highlight .widget-title .active[type=reset]:focus,.category.green-highlight .widget-title .newsletter-signup form .active[type=submit]:focus,.newsletter-signup form .category.green-highlight .widget-title .active[type=submit]:focus,.show>.category.green-highlight .widget-title .btn.dropdown-toggle:focus,.show>.category.green-highlight .widget-title .newsletter-signup form button.dropdown-toggle:focus,.newsletter-signup form .show>.category.green-highlight .widget-title button.dropdown-toggle:focus,.show>.category.green-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=button]:focus,.newsletter-signup form .show>.category.green-highlight .widget-title .dropdown-toggle[type=button]:focus,.show>.category.green-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=reset]:focus,.newsletter-signup form .show>.category.green-highlight .widget-title .dropdown-toggle[type=reset]:focus,.show>.category.green-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=submit]:focus,.newsletter-signup form .show>.category.green-highlight .widget-title .dropdown-toggle[type=submit]:focus{box-shadow:0 0 0 .2rem rgba(45,188,78,.4)}.category.green-highlight .widget-title .btn:disabled,.category.green-highlight .widget-title .newsletter-signup form button:disabled,.newsletter-signup form .category.green-highlight .widget-title button:disabled,.category.green-highlight .widget-title .newsletter-signup form [type=button]:disabled,.newsletter-signup form .category.green-highlight .widget-title [type=button]:disabled,.category.green-highlight .widget-title .newsletter-signup form [type=reset]:disabled,.newsletter-signup form .category.green-highlight .widget-title [type=reset]:disabled,.category.green-highlight .widget-title .newsletter-signup form [type=submit]:disabled,.newsletter-signup form .category.green-highlight .widget-title [type=submit]:disabled,.category.green-highlight .widget-title .btn.disabled,.category.green-highlight .widget-title .newsletter-signup form button.disabled,.newsletter-signup form .category.green-highlight .widget-title button.disabled,.category.green-highlight .widget-title .newsletter-signup form .disabled[type=button],.newsletter-signup form .category.green-highlight .widget-title .disabled[type=button],.category.green-highlight .widget-title .newsletter-signup form .disabled[type=reset],.newsletter-signup form .category.green-highlight .widget-title .disabled[type=reset],.category.green-highlight .widget-title .newsletter-signup form .disabled[type=submit],.newsletter-signup form .category.green-highlight .widget-title .disabled[type=submit]{color:#fff;background-color:#28a745;border-color:#28a745}.category.green-highlight .widget-title a,.category.green-highlight .entry-categories a,.category.green-highlight a.post-card__meta__actions__button--active,.category.green-highlight a.post-overlay-card__meta__actions__button--active,.category.green-highlight a.post-overlay__meta__actions__button--active{color:#28a745}.category.green-highlight .widget-title a:hover,.category.green-highlight .entry-categories a:hover,.category.green-highlight a.post-card__meta__actions__button--active:hover,.category.green-highlight a.post-overlay-card__meta__actions__button--active:hover,.category.green-highlight a.post-overlay__meta__actions__button--active:hover{color:#19692c}.category.green-highlight .widget-title,.category.green-highlight .widget-group{border-color:#28a745}.category.teal-highlight .widget-title .btn,.category.teal-highlight .widget-title .newsletter-signup form button,.newsletter-signup form .category.teal-highlight .widget-title button,.category.teal-highlight .widget-title .newsletter-signup form [type=button],.newsletter-signup form .category.teal-highlight .widget-title [type=button],.category.teal-highlight .widget-title .newsletter-signup form [type=reset],.newsletter-signup form .category.teal-highlight .widget-title [type=reset],.category.teal-highlight .widget-title .newsletter-signup form [type=submit],.newsletter-signup form .category.teal-highlight .widget-title [type=submit]{color:#212529;background-color:#20c997;border-color:#20c997}.category.teal-highlight .widget-title .btn:hover,.category.teal-highlight .widget-title .newsletter-signup form button:hover,.newsletter-signup form .category.teal-highlight .widget-title button:hover,.category.teal-highlight .widget-title .newsletter-signup form [type=button]:hover,.newsletter-signup form .category.teal-highlight .widget-title [type=button]:hover,.category.teal-highlight .widget-title .newsletter-signup form [type=reset]:hover,.newsletter-signup form .category.teal-highlight .widget-title [type=reset]:hover,.category.teal-highlight .widget-title .newsletter-signup form [type=submit]:hover,.newsletter-signup form .category.teal-highlight .widget-title [type=submit]:hover{color:#212529;background-color:#3ce0af;border-color:#3ce0af}.category.teal-highlight .widget-title .btn:focus,.category.teal-highlight .widget-title .newsletter-signup form button:focus,.newsletter-signup form .category.teal-highlight .widget-title button:focus,.category.teal-highlight .widget-title .newsletter-signup form [type=button]:focus,.newsletter-signup form .category.teal-highlight .widget-title [type=button]:focus,.category.teal-highlight .widget-title .newsletter-signup form [type=reset]:focus,.newsletter-signup form .category.teal-highlight .widget-title [type=reset]:focus,.category.teal-highlight .widget-title .newsletter-signup form [type=submit]:focus,.newsletter-signup form .category.teal-highlight .widget-title [type=submit]:focus,.category.teal-highlight .widget-title .btn.focus,.category.teal-highlight .widget-title .newsletter-signup form button.focus,.newsletter-signup form .category.teal-highlight .widget-title button.focus,.category.teal-highlight .widget-title .newsletter-signup form .focus[type=button],.newsletter-signup form .category.teal-highlight .widget-title .focus[type=button],.category.teal-highlight .widget-title .newsletter-signup form .focus[type=reset],.newsletter-signup form .category.teal-highlight .widget-title .focus[type=reset],.category.teal-highlight .widget-title .newsletter-signup form .focus[type=submit],.newsletter-signup form .category.teal-highlight .widget-title .focus[type=submit]{color:#212529;background-color:#3ce0af;border-color:#3ce0af;box-shadow:0 0 0 .2rem rgba(60,224,175,.4)}.category.teal-highlight .widget-title .btn:active,.category.teal-highlight .widget-title .newsletter-signup form button:active,.newsletter-signup form .category.teal-highlight .widget-title button:active,.category.teal-highlight .widget-title .newsletter-signup form [type=button]:active,.newsletter-signup form .category.teal-highlight .widget-title [type=button]:active,.category.teal-highlight .widget-title .newsletter-signup form [type=reset]:active,.newsletter-signup form .category.teal-highlight .widget-title [type=reset]:active,.category.teal-highlight .widget-title .newsletter-signup form [type=submit]:active,.newsletter-signup form .category.teal-highlight .widget-title [type=submit]:active,.category.teal-highlight .widget-title .btn.active,.category.teal-highlight .widget-title .newsletter-signup form button.active,.newsletter-signup form .category.teal-highlight .widget-title button.active,.category.teal-highlight .widget-title .newsletter-signup form .active[type=button],.newsletter-signup form .category.teal-highlight .widget-title .active[type=button],.category.teal-highlight .widget-title .newsletter-signup form .active[type=reset],.newsletter-signup form .category.teal-highlight .widget-title .active[type=reset],.category.teal-highlight .widget-title .newsletter-signup form .active[type=submit],.newsletter-signup form .category.teal-highlight .widget-title .active[type=submit],.show>.category.teal-highlight .widget-title .btn.dropdown-toggle,.show>.category.teal-highlight .widget-title .newsletter-signup form button.dropdown-toggle,.newsletter-signup form .show>.category.teal-highlight .widget-title button.dropdown-toggle,.show>.category.teal-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=button],.newsletter-signup form .show>.category.teal-highlight .widget-title .dropdown-toggle[type=button],.show>.category.teal-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=reset],.newsletter-signup form .show>.category.teal-highlight .widget-title .dropdown-toggle[type=reset],.show>.category.teal-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=submit],.newsletter-signup form .show>.category.teal-highlight .widget-title .dropdown-toggle[type=submit]{color:#212529;background-color:#26dca6;border-color:#26dca6}.category.teal-highlight .widget-title .btn:active:focus,.category.teal-highlight .widget-title .newsletter-signup form button:active:focus,.newsletter-signup form .category.teal-highlight .widget-title button:active:focus,.category.teal-highlight .widget-title .newsletter-signup form [type=button]:active:focus,.newsletter-signup form .category.teal-highlight .widget-title [type=button]:active:focus,.category.teal-highlight .widget-title .newsletter-signup form [type=reset]:active:focus,.newsletter-signup form .category.teal-highlight .widget-title [type=reset]:active:focus,.category.teal-highlight .widget-title .newsletter-signup form [type=submit]:active:focus,.newsletter-signup form .category.teal-highlight .widget-title [type=submit]:active:focus,.category.teal-highlight .widget-title .btn.active:focus,.category.teal-highlight .widget-title .newsletter-signup form button.active:focus,.newsletter-signup form .category.teal-highlight .widget-title button.active:focus,.category.teal-highlight .widget-title .newsletter-signup form .active[type=button]:focus,.newsletter-signup form .category.teal-highlight .widget-title .active[type=button]:focus,.category.teal-highlight .widget-title .newsletter-signup form .active[type=reset]:focus,.newsletter-signup form .category.teal-highlight .widget-title .active[type=reset]:focus,.category.teal-highlight .widget-title .newsletter-signup form .active[type=submit]:focus,.newsletter-signup form .category.teal-highlight .widget-title .active[type=submit]:focus,.show>.category.teal-highlight .widget-title .btn.dropdown-toggle:focus,.show>.category.teal-highlight .widget-title .newsletter-signup form button.dropdown-toggle:focus,.newsletter-signup form .show>.category.teal-highlight .widget-title button.dropdown-toggle:focus,.show>.category.teal-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=button]:focus,.newsletter-signup form .show>.category.teal-highlight .widget-title .dropdown-toggle[type=button]:focus,.show>.category.teal-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=reset]:focus,.newsletter-signup form .show>.category.teal-highlight .widget-title .dropdown-toggle[type=reset]:focus,.show>.category.teal-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=submit]:focus,.newsletter-signup form .show>.category.teal-highlight .widget-title .dropdown-toggle[type=submit]:focus{box-shadow:0 0 0 .2rem rgba(38,220,166,.4)}.category.teal-highlight .widget-title .btn:disabled,.category.teal-highlight .widget-title .newsletter-signup form button:disabled,.newsletter-signup form .category.teal-highlight .widget-title button:disabled,.category.teal-highlight .widget-title .newsletter-signup form [type=button]:disabled,.newsletter-signup form .category.teal-highlight .widget-title [type=button]:disabled,.category.teal-highlight .widget-title .newsletter-signup form [type=reset]:disabled,.newsletter-signup form .category.teal-highlight .widget-title [type=reset]:disabled,.category.teal-highlight .widget-title .newsletter-signup form [type=submit]:disabled,.newsletter-signup form .category.teal-highlight .widget-title [type=submit]:disabled,.category.teal-highlight .widget-title .btn.disabled,.category.teal-highlight .widget-title .newsletter-signup form button.disabled,.newsletter-signup form .category.teal-highlight .widget-title button.disabled,.category.teal-highlight .widget-title .newsletter-signup form .disabled[type=button],.newsletter-signup form .category.teal-highlight .widget-title .disabled[type=button],.category.teal-highlight .widget-title .newsletter-signup form .disabled[type=reset],.newsletter-signup form .category.teal-highlight .widget-title .disabled[type=reset],.category.teal-highlight .widget-title .newsletter-signup form .disabled[type=submit],.newsletter-signup form .category.teal-highlight .widget-title .disabled[type=submit]{color:#212529;background-color:#20c997;border-color:#20c997}.category.teal-highlight .widget-title a,.category.teal-highlight .entry-categories a,.category.teal-highlight a.post-card__meta__actions__button--active,.category.teal-highlight a.post-overlay-card__meta__actions__button--active,.category.teal-highlight a.post-overlay__meta__actions__button--active{color:#20c997}.category.teal-highlight .widget-title a:hover,.category.teal-highlight .entry-categories a:hover,.category.teal-highlight a.post-card__meta__actions__button--active:hover,.category.teal-highlight a.post-overlay-card__meta__actions__button--active:hover,.category.teal-highlight a.post-overlay__meta__actions__button--active:hover{color:#158765}.category.teal-highlight .widget-title,.category.teal-highlight .widget-group{border-color:#20c997}.category.white-highlight .widget-title .btn,.category.white-highlight .widget-title .newsletter-signup form button,.newsletter-signup form .category.white-highlight .widget-title button,.category.white-highlight .widget-title .newsletter-signup form [type=button],.newsletter-signup form .category.white-highlight .widget-title [type=button],.category.white-highlight .widget-title .newsletter-signup form [type=reset],.newsletter-signup form .category.white-highlight .widget-title [type=reset],.category.white-highlight .widget-title .newsletter-signup form [type=submit],.newsletter-signup form .category.white-highlight .widget-title [type=submit]{color:#212529;background-color:#fff;border-color:#fff}.category.white-highlight .widget-title .btn:hover,.category.white-highlight .widget-title .newsletter-signup form button:hover,.newsletter-signup form .category.white-highlight .widget-title button:hover,.category.white-highlight .widget-title .newsletter-signup form [type=button]:hover,.newsletter-signup form .category.white-highlight .widget-title [type=button]:hover,.category.white-highlight .widget-title .newsletter-signup form [type=reset]:hover,.newsletter-signup form .category.white-highlight .widget-title [type=reset]:hover,.category.white-highlight .widget-title .newsletter-signup form [type=submit]:hover,.newsletter-signup form .category.white-highlight .widget-title [type=submit]:hover{color:#212529;background-color:#fff;border-color:#fff}.category.white-highlight .widget-title .btn:focus,.category.white-highlight .widget-title .newsletter-signup form button:focus,.newsletter-signup form .category.white-highlight .widget-title button:focus,.category.white-highlight .widget-title .newsletter-signup form [type=button]:focus,.newsletter-signup form .category.white-highlight .widget-title [type=button]:focus,.category.white-highlight .widget-title .newsletter-signup form [type=reset]:focus,.newsletter-signup form .category.white-highlight .widget-title [type=reset]:focus,.category.white-highlight .widget-title .newsletter-signup form [type=submit]:focus,.newsletter-signup form .category.white-highlight .widget-title [type=submit]:focus,.category.white-highlight .widget-title .btn.focus,.category.white-highlight .widget-title .newsletter-signup form button.focus,.newsletter-signup form .category.white-highlight .widget-title button.focus,.category.white-highlight .widget-title .newsletter-signup form .focus[type=button],.newsletter-signup form .category.white-highlight .widget-title .focus[type=button],.category.white-highlight .widget-title .newsletter-signup form .focus[type=reset],.newsletter-signup form .category.white-highlight .widget-title .focus[type=reset],.category.white-highlight .widget-title .newsletter-signup form .focus[type=submit],.newsletter-signup form .category.white-highlight .widget-title .focus[type=submit]{color:#212529;background-color:#fff;border-color:#fff;box-shadow:0 0 0 .2rem rgba(255,255,255,.4)}.category.white-highlight .widget-title .btn:active,.category.white-highlight .widget-title .newsletter-signup form button:active,.newsletter-signup form .category.white-highlight .widget-title button:active,.category.white-highlight .widget-title .newsletter-signup form [type=button]:active,.newsletter-signup form .category.white-highlight .widget-title [type=button]:active,.category.white-highlight .widget-title .newsletter-signup form [type=reset]:active,.newsletter-signup form .category.white-highlight .widget-title [type=reset]:active,.category.white-highlight .widget-title .newsletter-signup form [type=submit]:active,.newsletter-signup form .category.white-highlight .widget-title [type=submit]:active,.category.white-highlight .widget-title .btn.active,.category.white-highlight .widget-title .newsletter-signup form button.active,.newsletter-signup form .category.white-highlight .widget-title button.active,.category.white-highlight .widget-title .newsletter-signup form .active[type=button],.newsletter-signup form .category.white-highlight .widget-title .active[type=button],.category.white-highlight .widget-title .newsletter-signup form .active[type=reset],.newsletter-signup form .category.white-highlight .widget-title .active[type=reset],.category.white-highlight .widget-title .newsletter-signup form .active[type=submit],.newsletter-signup form .category.white-highlight .widget-title .active[type=submit],.show>.category.white-highlight .widget-title .btn.dropdown-toggle,.show>.category.white-highlight .widget-title .newsletter-signup form button.dropdown-toggle,.newsletter-signup form .show>.category.white-highlight .widget-title button.dropdown-toggle,.show>.category.white-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=button],.newsletter-signup form .show>.category.white-highlight .widget-title .dropdown-toggle[type=button],.show>.category.white-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=reset],.newsletter-signup form .show>.category.white-highlight .widget-title .dropdown-toggle[type=reset],.show>.category.white-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=submit],.newsletter-signup form .show>.category.white-highlight .widget-title .dropdown-toggle[type=submit]{color:#212529;background-color:#fff;border-color:#fff}.category.white-highlight .widget-title .btn:active:focus,.category.white-highlight .widget-title .newsletter-signup form button:active:focus,.newsletter-signup form .category.white-highlight .widget-title button:active:focus,.category.white-highlight .widget-title .newsletter-signup form [type=button]:active:focus,.newsletter-signup form .category.white-highlight .widget-title [type=button]:active:focus,.category.white-highlight .widget-title .newsletter-signup form [type=reset]:active:focus,.newsletter-signup form .category.white-highlight .widget-title [type=reset]:active:focus,.category.white-highlight .widget-title .newsletter-signup form [type=submit]:active:focus,.newsletter-signup form .category.white-highlight .widget-title [type=submit]:active:focus,.category.white-highlight .widget-title .btn.active:focus,.category.white-highlight .widget-title .newsletter-signup form button.active:focus,.newsletter-signup form .category.white-highlight .widget-title button.active:focus,.category.white-highlight .widget-title .newsletter-signup form .active[type=button]:focus,.newsletter-signup form .category.white-highlight .widget-title .active[type=button]:focus,.category.white-highlight .widget-title .newsletter-signup form .active[type=reset]:focus,.newsletter-signup form .category.white-highlight .widget-title .active[type=reset]:focus,.category.white-highlight .widget-title .newsletter-signup form .active[type=submit]:focus,.newsletter-signup form .category.white-highlight .widget-title .active[type=submit]:focus,.show>.category.white-highlight .widget-title .btn.dropdown-toggle:focus,.show>.category.white-highlight .widget-title .newsletter-signup form button.dropdown-toggle:focus,.newsletter-signup form .show>.category.white-highlight .widget-title button.dropdown-toggle:focus,.show>.category.white-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=button]:focus,.newsletter-signup form .show>.category.white-highlight .widget-title .dropdown-toggle[type=button]:focus,.show>.category.white-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=reset]:focus,.newsletter-signup form .show>.category.white-highlight .widget-title .dropdown-toggle[type=reset]:focus,.show>.category.white-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=submit]:focus,.newsletter-signup form .show>.category.white-highlight .widget-title .dropdown-toggle[type=submit]:focus{box-shadow:0 0 0 .2rem rgba(255,255,255,.4)}.category.white-highlight .widget-title .btn:disabled,.category.white-highlight .widget-title .newsletter-signup form button:disabled,.newsletter-signup form .category.white-highlight .widget-title button:disabled,.category.white-highlight .widget-title .newsletter-signup form [type=button]:disabled,.newsletter-signup form .category.white-highlight .widget-title [type=button]:disabled,.category.white-highlight .widget-title .newsletter-signup form [type=reset]:disabled,.newsletter-signup form .category.white-highlight .widget-title [type=reset]:disabled,.category.white-highlight .widget-title .newsletter-signup form [type=submit]:disabled,.newsletter-signup form .category.white-highlight .widget-title [type=submit]:disabled,.category.white-highlight .widget-title .btn.disabled,.category.white-highlight .widget-title .newsletter-signup form button.disabled,.newsletter-signup form .category.white-highlight .widget-title button.disabled,.category.white-highlight .widget-title .newsletter-signup form .disabled[type=button],.newsletter-signup form .category.white-highlight .widget-title .disabled[type=button],.category.white-highlight .widget-title .newsletter-signup form .disabled[type=reset],.newsletter-signup form .category.white-highlight .widget-title .disabled[type=reset],.category.white-highlight .widget-title .newsletter-signup form .disabled[type=submit],.newsletter-signup form .category.white-highlight .widget-title .disabled[type=submit]{color:#212529;background-color:#fff;border-color:#fff}.category.white-highlight .widget-title a,.category.white-highlight .entry-categories a,.category.white-highlight a.post-card__meta__actions__button--active,.category.white-highlight a.post-overlay-card__meta__actions__button--active,.category.white-highlight a.post-overlay__meta__actions__button--active{color:#fff}.category.white-highlight .widget-title a:hover,.category.white-highlight .entry-categories a:hover,.category.white-highlight a.post-card__meta__actions__button--active:hover,.category.white-highlight a.post-overlay-card__meta__actions__button--active:hover,.category.white-highlight a.post-overlay__meta__actions__button--active:hover{color:#d9d9d9}.category.white-highlight .widget-title,.category.white-highlight .widget-group{border-color:#fff}.category.black-highlight .widget-title .btn,.category.black-highlight .widget-title .newsletter-signup form button,.newsletter-signup form .category.black-highlight .widget-title button,.category.black-highlight .widget-title .newsletter-signup form [type=button],.newsletter-signup form .category.black-highlight .widget-title [type=button],.category.black-highlight .widget-title .newsletter-signup form [type=reset],.newsletter-signup form .category.black-highlight .widget-title [type=reset],.category.black-highlight .widget-title .newsletter-signup form [type=submit],.newsletter-signup form .category.black-highlight .widget-title [type=submit]{color:#fff;background-color:#000;border-color:#000}.category.black-highlight .widget-title .btn:hover,.category.black-highlight .widget-title .newsletter-signup form button:hover,.newsletter-signup form .category.black-highlight .widget-title button:hover,.category.black-highlight .widget-title .newsletter-signup form [type=button]:hover,.newsletter-signup form .category.black-highlight .widget-title [type=button]:hover,.category.black-highlight .widget-title .newsletter-signup form [type=reset]:hover,.newsletter-signup form .category.black-highlight .widget-title [type=reset]:hover,.category.black-highlight .widget-title .newsletter-signup form [type=submit]:hover,.newsletter-signup form .category.black-highlight .widget-title [type=submit]:hover{color:#fff;background-color:#1a1a1a;border-color:#1a1a1a}.category.black-highlight .widget-title .btn:focus,.category.black-highlight .widget-title .newsletter-signup form button:focus,.newsletter-signup form .category.black-highlight .widget-title button:focus,.category.black-highlight .widget-title .newsletter-signup form [type=button]:focus,.newsletter-signup form .category.black-highlight .widget-title [type=button]:focus,.category.black-highlight .widget-title .newsletter-signup form [type=reset]:focus,.newsletter-signup form .category.black-highlight .widget-title [type=reset]:focus,.category.black-highlight .widget-title .newsletter-signup form [type=submit]:focus,.newsletter-signup form .category.black-highlight .widget-title [type=submit]:focus,.category.black-highlight .widget-title .btn.focus,.category.black-highlight .widget-title .newsletter-signup form button.focus,.newsletter-signup form .category.black-highlight .widget-title button.focus,.category.black-highlight .widget-title .newsletter-signup form .focus[type=button],.newsletter-signup form .category.black-highlight .widget-title .focus[type=button],.category.black-highlight .widget-title .newsletter-signup form .focus[type=reset],.newsletter-signup form .category.black-highlight .widget-title .focus[type=reset],.category.black-highlight .widget-title .newsletter-signup form .focus[type=submit],.newsletter-signup form .category.black-highlight .widget-title .focus[type=submit]{color:#fff;background-color:#1a1a1a;border-color:#1a1a1a;box-shadow:0 0 0 .2rem rgba(26,26,26,.4)}.category.black-highlight .widget-title .btn:active,.category.black-highlight .widget-title .newsletter-signup form button:active,.newsletter-signup form .category.black-highlight .widget-title button:active,.category.black-highlight .widget-title .newsletter-signup form [type=button]:active,.newsletter-signup form .category.black-highlight .widget-title [type=button]:active,.category.black-highlight .widget-title .newsletter-signup form [type=reset]:active,.newsletter-signup form .category.black-highlight .widget-title [type=reset]:active,.category.black-highlight .widget-title .newsletter-signup form [type=submit]:active,.newsletter-signup form .category.black-highlight .widget-title [type=submit]:active,.category.black-highlight .widget-title .btn.active,.category.black-highlight .widget-title .newsletter-signup form button.active,.newsletter-signup form .category.black-highlight .widget-title button.active,.category.black-highlight .widget-title .newsletter-signup form .active[type=button],.newsletter-signup form .category.black-highlight .widget-title .active[type=button],.category.black-highlight .widget-title .newsletter-signup form .active[type=reset],.newsletter-signup form .category.black-highlight .widget-title .active[type=reset],.category.black-highlight .widget-title .newsletter-signup form .active[type=submit],.newsletter-signup form .category.black-highlight .widget-title .active[type=submit],.show>.category.black-highlight .widget-title .btn.dropdown-toggle,.show>.category.black-highlight .widget-title .newsletter-signup form button.dropdown-toggle,.newsletter-signup form .show>.category.black-highlight .widget-title button.dropdown-toggle,.show>.category.black-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=button],.newsletter-signup form .show>.category.black-highlight .widget-title .dropdown-toggle[type=button],.show>.category.black-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=reset],.newsletter-signup form .show>.category.black-highlight .widget-title .dropdown-toggle[type=reset],.show>.category.black-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=submit],.newsletter-signup form .show>.category.black-highlight .widget-title .dropdown-toggle[type=submit]{color:#fff;background-color:#0d0d0d;border-color:#0d0d0d}.category.black-highlight .widget-title .btn:active:focus,.category.black-highlight .widget-title .newsletter-signup form button:active:focus,.newsletter-signup form .category.black-highlight .widget-title button:active:focus,.category.black-highlight .widget-title .newsletter-signup form [type=button]:active:focus,.newsletter-signup form .category.black-highlight .widget-title [type=button]:active:focus,.category.black-highlight .widget-title .newsletter-signup form [type=reset]:active:focus,.newsletter-signup form .category.black-highlight .widget-title [type=reset]:active:focus,.category.black-highlight .widget-title .newsletter-signup form [type=submit]:active:focus,.newsletter-signup form .category.black-highlight .widget-title [type=submit]:active:focus,.category.black-highlight .widget-title .btn.active:focus,.category.black-highlight .widget-title .newsletter-signup form button.active:focus,.newsletter-signup form .category.black-highlight .widget-title button.active:focus,.category.black-highlight .widget-title .newsletter-signup form .active[type=button]:focus,.newsletter-signup form .category.black-highlight .widget-title .active[type=button]:focus,.category.black-highlight .widget-title .newsletter-signup form .active[type=reset]:focus,.newsletter-signup form .category.black-highlight .widget-title .active[type=reset]:focus,.category.black-highlight .widget-title .newsletter-signup form .active[type=submit]:focus,.newsletter-signup form .category.black-highlight .widget-title .active[type=submit]:focus,.show>.category.black-highlight .widget-title .btn.dropdown-toggle:focus,.show>.category.black-highlight .widget-title .newsletter-signup form button.dropdown-toggle:focus,.newsletter-signup form .show>.category.black-highlight .widget-title button.dropdown-toggle:focus,.show>.category.black-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=button]:focus,.newsletter-signup form .show>.category.black-highlight .widget-title .dropdown-toggle[type=button]:focus,.show>.category.black-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=reset]:focus,.newsletter-signup form .show>.category.black-highlight .widget-title .dropdown-toggle[type=reset]:focus,.show>.category.black-highlight .widget-title .newsletter-signup form .dropdown-toggle[type=submit]:focus,.newsletter-signup form .show>.category.black-highlight .widget-title .dropdown-toggle[type=submit]:focus{box-shadow:0 0 0 .2rem rgba(13,13,13,.4)}.category.black-highlight .widget-title .btn:disabled,.category.black-highlight .widget-title .newsletter-signup form button:disabled,.newsletter-signup form .category.black-highlight .widget-title button:disabled,.category.black-highlight .widget-title .newsletter-signup form [type=button]:disabled,.newsletter-signup form .category.black-highlight .widget-title [type=button]:disabled,.category.black-highlight .widget-title .newsletter-signup form [type=reset]:disabled,.newsletter-signup form .category.black-highlight .widget-title [type=reset]:disabled,.category.black-highlight .widget-title .newsletter-signup form [type=submit]:disabled,.newsletter-signup form .category.black-highlight .widget-title [type=submit]:disabled,.category.black-highlight .widget-title .btn.disabled,.category.black-highlight .widget-title .newsletter-signup form button.disabled,.newsletter-signup form .category.black-highlight .widget-title button.disabled,.category.black-highlight .widget-title .newsletter-signup form .disabled[type=button],.newsletter-signup form .category.black-highlight .widget-title .disabled[type=button],.category.black-highlight .widget-title .newsletter-signup form .disabled[type=reset],.newsletter-signup form .category.black-highlight .widget-title .disabled[type=reset],.category.black-highlight .widget-title .newsletter-signup form .disabled[type=submit],.newsletter-signup form .category.black-highlight .widget-title .disabled[type=submit]{color:#fff;background-color:#000;border-color:#000}.category.black-highlight .widget-title a,.category.black-highlight .entry-categories a,.category.black-highlight a.post-card__meta__actions__button--active,.category.black-highlight a.post-overlay-card__meta__actions__button--active,.category.black-highlight a.post-overlay__meta__actions__button--active{color:#000}.category.black-highlight .widget-title a:hover,.category.black-highlight .entry-categories a:hover,.category.black-highlight a.post-card__meta__actions__button--active:hover,.category.black-highlight a.post-overlay-card__meta__actions__button--active:hover,.category.black-highlight a.post-overlay__meta__actions__button--active:hover{color:#000}.category.black-highlight .widget-title,.category.black-highlight .widget-group{border-color:#000}.category-navigation-toggle{display:none;position:absolute;top:0;right:0;width:100%;height:100%;font-size:1.485rem;line-height:1.3;color:#000}.category-navigation-toggle:hover{color:#000}.show-nav .category-navigation-toggle{display:block}@media(min-width:768px){.show-nav .category-navigation-toggle{display:none}}.category-navigation-toggle__icon{float:right;line-height:inherit}.category-navigation-toggle__icon--expand{display:block}.category-navigation-toggle__icon--collapse{display:none}.category-navigation-toggle.expanded .category-navigation-toggle__icon--expand{display:none}.category-navigation-toggle.expanded .category-navigation-toggle__icon--collapse{display:block}#category-navigation{height:0;overflow:hidden;transition:height .35s ease-out}#category-navigation a{padding:0 8.32px;font-weight:400;color:#4a4a4a;font-size:11.88px;text-transform:uppercase}@media(min-width:768px){#category-navigation{height:auto!important;overflow:visible}}#top-news-overlay{position:fixed;width:100%;height:100%;background-color:rgba(255,255,255,.98);top:0;left:0;z-index:10;overflow:auto;display:none}#top-news-overlay [class^=add-below]{margin-top:10px}#top-news-overlay [class^=add-above]{font-family:sans-serif;font-size:12px;line-height:15px;margin-top:10px}#top-news-overlay [class^=add-above] section{margin-bottom:0}#top-news-modal{display:none;position:relative;z-index:9999}#top-news-modal #top-news-container{max-width:910px}@media(max-width:500px){#top-news-modal #top-news-container{max-width:100%}}#top-news-modal #top-news-container .article-container:hover{-webkit-box-shadow:-1px 0 5px 3px rgba(0,0,0,.75);-moz-box-shadow:-1px 0 5px 3px rgba(0,0,0,.75);box-shadow:-1px 0 5px 3px rgba(0,0,0,.75)}#top-news-modal #top-news-container .article-container{margin:5px;color:#fff;border-radius:2px;height:310px;float:left;padding:5px;position:relative;max-width:98.5%}@media(max-width:500px){#top-news-modal #top-news-container .article-container{max-width:96%}}#top-news-modal #top-news-container .article-container .title{font-size:18px;font-weight:700;line-height:22px;color:#fff}#top-news-modal #top-news-container .article-container a{color:#fff;text-decoration:none}@media(min-width:768px){#top-news-modal #top-news-container .article-container{height:210px}}@media(min-width:1175px){#top-news-modal #top-news-container .article-container{max-width:250px}}#top-news-modal #top-news-container .article-container .category{height:16px;width:128px;color:#fff;font-family:Palatino;font-size:12px;letter-spacing:.5px;line-height:16px;margin-top:10px}#top-news-modal #top-news-container .article-container .entry-meta{position:absolute!important;bottom:0;margin-right:10px;margin-bottom:10px;width:95%}@media(max-width:500px){#top-news-modal #top-news-container .article-container .entry-meta{padding:5px 30px}}#top-news-modal #top-news-container .article-container .entry-meta .date time{font-size:10px!important}#top-news-modal #top-news-container .article-container .description{font-family:"Palatino";padding-top:10px;font-size:14px;line-height:20px;height:50%;max-height:170px;overflow:hidden;color:#fff}@media(min-width:768px){#top-news-modal #top-news-container .article-container .desktop-excerpt{display:block}#top-news-modal #top-news-container .article-container .mobile-excerpt{display:none}}@media(max-width:767px){#top-news-modal #top-news-container .article-container a{padding:30px}#top-news-modal #top-news-container .article-container .desktop-excerpt{display:none}#top-news-modal #top-news-container .article-container .mobile-excerpt{display:block}#top-news-modal #top-news-container .article-container .title{font-size:22px;line-height:22px;padding-left:30px}#top-news-modal #top-news-container .article-container .category{width:auto;margin-top:20px;margin-bottom:20px;font-size:16px;letter-spacing:.5px;line-height:20px;padding-left:30px}#top-news-modal #top-news-container .article-container .entry-meta a{padding:15px}#top-news-modal #top-news-container .article-container .entry-meta .date time{font-size:15px!important}#top-news-modal #top-news-container .article-container .description{padding-top:10px;font-size:18px;line-height:24px;padding-left:30px}}@media(max-width:500px){#top-news-modal #top-news-container .article-container{margin:1% 2%}}#top-news-modal .clearrow{overflow:auto}#top-news-modal .clearrow::after{display:block;content:"";clear:both}.top-9-header{margin-top:50px}.top-9-header .close{position:absolute!important;right:2%;top:5%;color:#4a4a4a;opacity:1!important}@media(max-width:414px){.top-9-header .close{right:5%;top:.1%}}#top-news-container .item-1{background-color:#0099bd}#top-news-container .item-2{background-color:#0a9dbf}#top-news-container .item-3{background-color:#1fa4c4}#top-news-container .item-4{background-color:#19a2c2}#top-news-container .item-5{background-color:#21a5c4}#top-news-container .item-6{background-color:#33abc8}#top-news-container .item-7{background-color:#4db4cc}#top-news-container .item-8{background-color:#4db4cc}#top-news-container .item-9{background-color:#64bdd1}.entry-index{position:absolute;right:0px!important;font-size:70px;display:table;height:70px;text-align:center;line-height:.6;opacity:.26;font-family:sans-serif}.top-9-icons{float:right!important;font-size:14px}@media(min-width:768px){.top-9-icons a{display:inline-block;width:25px;height:25px;text-align:center;line-height:25px}}.top-9-icons a{color:#fff}.top-9-icons a .post-card__meta__actions__button,.top-9-icons a .post-overlay-card__meta__actions__button{color:#fff}@media(max-width:767px){.top-9-icons .shareable-container{padding:1px!important;bottom:30px!important}.top-9-icons .shareable-container .icon{margin:0px!important}.top-9-icons .shareable-container a{float:left}}@media(max-width:767px){.top-9-icons a{padding:5px!important}}.election-results table .badge{color:inherit;background-color:#dee2e6}.election-results table th.votes,.election-results table td.votes{text-align:right}.election-results table th{font-size:1.08rem}.election-results table tr.dem .badge{background-color:#a3dae7;color:#003744}.election-results table tr.rep .badge{background-color:#e4a3a3;color:#410000}.election-results table tr.lib .badge{background-color:#ffe9a6;color:#5c4503}.election-results table tr.leader{font-weight:700}#news-tip-form{font-size:14px}#news-tip-form input,#news-tip-form textarea{padding:5px 10px;font-size:11px}#news-tip-form .anr_captcha_field_div>div{margin:0 auto}#news-tip-form .buttons{margin-top:20px}#news-tip-form input[type=text],#news-tip-form input[type=tel],#news-tip-form input[type=email],#news-tip-form input[type=number],#news-tip-form textarea{border:1px solid #8e8d8d}#news-tip-form .disclaimer{color:#8e8d8d;font-size:12px;font-style:italic}#news-tip-form.general{max-width:500px;font-size:14px}#news-tip-form.general .row #news_tip_field{height:150px;font-size:12px}#news-tip-form.obituary{font-size:14px}#news-tip-form.obituary h3,#news-tip-form.obituary .h3{margin-top:25px}#news-tip-form.obituary td img{border:2px solid transparent}#news-tip-form.obituary td img:hover{cursor:pointer;border:2px dashed #0c5460}#news-tip-form.obituary td img.active{border:2px solid #0c5460}label.required::after{content:" *"}.errored{-webkit-box-shadow:0 0 10px 0 #ff0015;-moz-box-shadow:0 0 10px 0 #ff0015;box-shadow:0 0 10px 0 #ff0015}.message{font-size:12px;font-weight:700;text-align:center;margin:10px 0}.message.danger,.message.error{color:#e60122}.message.success{color:#00ab6b}.grecaptcha-badge{visibility:hidden}#subscriber-form-wrapper h1,#subscriber-form-wrapper .h1{font-family:Palatino}#subscriber-page{margin-top:-15px}#subscriber-page .forgot-password h1,#subscriber-page .forgot-password .h1,#subscriber-page .registration h1,#subscriber-page .registration .h1{margin-bottom:45px}#subscriber-page .forgot-password .more-questions,#subscriber-page .registration .more-questions{margin-top:150px}#subscriber-page .login,#subscriber-page .reset-password,#subscriber-page .registration,#subscriber-page .forgot-password{max-width:400px;margin:0 auto}#subscriber-page .login form,#subscriber-page .reset-password form,#subscriber-page .registration form,#subscriber-page .forgot-password form{max-width:250px;margin:0 auto}#subscriber-page .payment-information{max-width:1024px;margin:0 auto}#subscriber-page .content-area,.subscriber-page,#zip-modal,#delayed-route-modal,#promo-modal,#groupon-modal{font-family:sans-serif;font-size:.7425rem}.fonts-loaded #subscriber-page .content-area,.fonts-loaded .subscriber-page,.fonts-loaded #zip-modal,.fonts-loaded #delayed-route-modal,.fonts-loaded #promo-modal,.fonts-loaded #groupon-modal{font-family:sans-serif}#subscriber-page .content-area,.subscriber-page{font-family:Palatino}#subscriber-page .content-area input::placeholder,.subscriber-page input::placeholder{color:#cabfbf}#subscriber-page .content-area h1,#subscriber-page .content-area .h1,#subscriber-page .content-area h2,#subscriber-page .content-area .h2,#subscriber-page .content-area h3,#subscriber-page .content-area .h3,#subscriber-page .content-area h4,#subscriber-page .content-area .h4,.subscriber-page h1,.subscriber-page .h1,.subscriber-page h2,.subscriber-page .h2,.subscriber-page h3,.subscriber-page .h3,.subscriber-page h4,.subscriber-page .h4{text-align:center}#subscriber-page .content-area h4,#subscriber-page .content-area .h4,.subscriber-page h4,.subscriber-page .h4{font-size:18px;color:#4a4a4a}#subscriber-page .content-area .sub-title,.subscriber-page .sub-title{height:51px;vertical-align:top}#subscriber-page .content-area h1,#subscriber-page .content-area .h1,#subscriber-page .content-area .entry-title,.subscriber-page h1,.subscriber-page .h1,.subscriber-page .entry-title{text-align:center;font-size:24px}#subscriber-page .content-area form,#subscriber-page .content-area .form,.subscriber-page form,.subscriber-page .form{text-transform:uppercase;margin:0 auto;font-size:12px;margin-top:25px}#subscriber-page .content-area form .form-group label,#subscriber-page .content-area .form .form-group label,.subscriber-page form .form-group label,.subscriber-page .form .form-group label{line-height:17px;padding:0}#subscriber-page .content-area form div.error,#subscriber-page .content-area form label.error,#subscriber-page .content-area .form div.error,#subscriber-page .content-area .form label.error,.subscriber-page form div.error,.subscriber-page form label.error,.subscriber-page .form div.error,.subscriber-page .form label.error{color:#b40000;font-size:10px;text-transform:none;margin-top:5px;text-align:left;display:block}#subscriber-page .content-area form .form-group,#subscriber-page .content-area .form .form-group,.subscriber-page form .form-group,.subscriber-page .form .form-group{margin-top:15px}#subscriber-page .content-area form .form-group label,#subscriber-page .content-area .form .form-group label,.subscriber-page form .form-group label,.subscriber-page .form .form-group label{font-size:12px;padding-left:5px}#subscriber-page .content-area form .form-group a,#subscriber-page .content-area .form .form-group a,.subscriber-page form .form-group a,.subscriber-page .form .form-group a{color:#0099bd;text-transform:uppercase;margin-top:25px;margin-bottom:25px;display:block;font-weight:700}#subscriber-page .content-area form .form-group a.inline,#subscriber-page .content-area .form .form-group a.inline,.subscriber-page form .form-group a.inline,.subscriber-page .form .form-group a.inline{display:inline;margin-top:0}#subscriber-page .content-area form button,#subscriber-page .content-area .form button,.subscriber-page form button,.subscriber-page .form button{margin-top:15px;font-size:12px;font-weight:400;border-radius:4px}#subscriber-page .content-area form label,#subscriber-page .content-area .form label,.subscriber-page form label,.subscriber-page .form label{display:inline;font-weight:700}#subscriber-page .content-area .subscription .form-group,.subscriber-page .subscription .form-group{margin-top:15px}#subscriber-page .content-area .subscription .form-group label,.subscriber-page .subscription .form-group label{font-size:12px;padding-left:10px}#subscriber-page .content-area .subscription .form-group a,.subscriber-page .subscription .form-group a{color:#0099bd;text-transform:uppercase;margin-top:25px;display:block;font-weight:700}#subscriber-page .content-area .subscription .form-group a.inline,.subscriber-page .subscription .form-group a.inline{display:inline;margin-top:0}#subscriber-page .content-area .subscription .form-group input,.subscriber-page .subscription .form-group input{min-height:auto}#subscriber-page .content-area .subscription .vacation-stop,.subscriber-page .subscription .vacation-stop{background-color:#f0f0f0;padding:10px 5px;text-align:center;display:block;border-radius:10px;margin-bottom:15px}#subscriber-page .content-area .subscription .error,.subscriber-page .subscription .error{color:#b40000;font-size:10px;text-transform:none;margin-top:5px;text-align:left;display:block}#subscriber-page .content-area input,#subscriber-page .content-area select,.subscriber-page input,.subscriber-page select{min-height:30px;color:#9b9b9b;border-radius:4px;border:0;font-size:14px;background-color:#f2f2f2;padding:0 5px}#subscriber-page .content-area input[type=checkbox],#subscriber-page .content-area input[type=radio],.subscriber-page input[type=checkbox],.subscriber-page input[type=radio]{min-height:17px;vertical-align:bottom}#subscriber-page .content-area input[type=checkbox]:checked,#subscriber-page .content-area input[type=radio]:checked,.subscriber-page input[type=checkbox]:checked,.subscriber-page input[type=radio]:checked{background-color:#0099bd}#subscriber-page .content-area #promo,#subscriber-page .content-area .promo,.subscriber-page #promo,.subscriber-page .promo{border:1px solid #0099bd;padding:25px 20px}#subscriber-page .content-area #promo .disclaimer,#subscriber-page .content-area .promo .disclaimer,.subscriber-page #promo .disclaimer,.subscriber-page .promo .disclaimer{margin:25px 0;font-size:9px}#subscriber-page .content-area #promo h1,#subscriber-page .content-area #promo .h1,#subscriber-page .content-area .promo h1,#subscriber-page .content-area .promo .h1,.subscriber-page #promo h1,.subscriber-page #promo .h1,.subscriber-page .promo h1,.subscriber-page .promo .h1{font-size:25px}#subscriber-page .content-area #promo p,#subscriber-page .content-area .promo p,.subscriber-page #promo p,.subscriber-page .promo p{margin:35px 0}#subscriber-page .content-area #promo ol,#subscriber-page .content-area .promo ol,.subscriber-page #promo ol,.subscriber-page .promo ol{padding-left:12px}#subscriber-page .content-area #promo ol>li,#subscriber-page .content-area .promo ol>li,.subscriber-page #promo ol>li,.subscriber-page .promo ol>li{margin:20px 0}#subscriber-page .content-area #promo .pricing-container,#subscriber-page .content-area .promo .pricing-container,.subscriber-page #promo .pricing-container,.subscriber-page .promo .pricing-container{text-align:center;color:#0099bd;line-height:40px;text-transform:uppercase;margin:30px 0}#subscriber-page .content-area #promo .pricing-container .price::before,#subscriber-page .content-area .promo .pricing-container .price::before,.subscriber-page #promo .pricing-container .price::before,.subscriber-page .promo .pricing-container .price::before{content:"$"}#subscriber-page .content-area #totals,.subscriber-page #totals{margin-top:15px}#subscriber-page .content-area #totals h5,#subscriber-page .content-area #totals .h5,.subscriber-page #totals h5,.subscriber-page #totals .h5{font-size:12px}#subscriber-page .content-area #totals .pricing-container .price::before,.subscriber-page #totals .pricing-container .price::before{content:"$"}#subscriber-page .content-area .double,.subscriber-page .double{zoom:1.2;line-height:15px;transform:scale(1.2);-ms-transform:scale(1.2);-webkit-transform:scale(1.2);-o-transform:scale(1.2);-moz-transform:scale(1.2);transform-origin:0 0;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-o-transform-origin:0 0;-moz-transform-origin:0 0;display:inline-block}#subscriber-page .content-area .sas-label,.subscriber-page .sas-label{line-height:15px}#subscriber-page .content-area select,.subscriber-page select{padding:5px 10px;font-size:14px}#subscriber-page .content-area select option.placeholder,.subscriber-page select option.placeholder{color:#9b9b9b}#subscriber-page .content-area .manage-my-news .handle,.subscriber-page .manage-my-news .handle{background-color:#fff;position:absolute;display:flex;align-items:center;justify-content:center;left:0;top:0;width:20px;height:100%;cursor:move}#subscriber-page .content-area .manage-my-news .handle .position,.subscriber-page .manage-my-news .handle .position{text-align:center;font-size:15px;margin-top:-30px;margin-bottom:30px;font-weight:900}#subscriber-page .content-area .manage-my-news .handle div.row,.subscriber-page .manage-my-news .handle div.row{width:100%;margin:2px auto;text-align:center}#subscriber-page .content-area .manage-my-news .handle div.dot,.subscriber-page .manage-my-news .handle div.dot{line-height:2px;padding:0;margin:0 1px;border:1px solid silver;width:1%;display:inline}#subscriber-page .content-area .manage-my-news .handle div.bar,.subscriber-page .manage-my-news .handle div.bar{line-height:5px;padding:0;margin:3px 0;border:1px solid #888585}#subscriber-page .content-area .manage-my-news h4,#subscriber-page .content-area .manage-my-news .h4,.subscriber-page .manage-my-news h4,.subscriber-page .manage-my-news .h4{text-align:left;margin-top:20px}#subscriber-page .content-area .manage-my-news #sortable,.subscriber-page .manage-my-news #sortable{padding:0;list-style-type:none}#subscriber-page .content-area .manage-my-news #sortable li,.subscriber-page .manage-my-news #sortable li{position:relative;background-color:#fafafa;margin:5px 0;padding:10px 30px;font-size:12px;border-radius:3px;font-family:Lato}#subscriber-page .content-area .manage-my-news #sortable li strong,#subscriber-page .content-area .manage-my-news #sortable li .strong,.subscriber-page .manage-my-news #sortable li strong,.subscriber-page .manage-my-news #sortable li .strong{font-size:12px}#subscriber-page .content-area .manage-my-news #sortable li .type,.subscriber-page .manage-my-news #sortable li .type{position:absolute;right:10px;top:1px;color:#4a4a4a;font-size:9px;line-height:13px}#subscriber-page .content-area .manage-my-news #sortable li .type .remove,.subscriber-page .manage-my-news #sortable li .type .remove{color:#4a4a4a;font-size:11px;margin-left:10px;cursor:pointer}#subscriber-page .content-area .manage-my-news #sortable li .subscribe,.subscriber-page .manage-my-news #sortable li .subscribe{margin-top:10px;line-height:13px;font-size:10px}#subscriber-page .content-area .manage-my-news #sortable li .subscribe input[type=checkbox],.subscriber-page .manage-my-news #sortable li .subscribe input[type=checkbox]{vertical-align:top;margin-right:10px}#subscriber-page .content-area .manage-my-news .input-group-text,.subscriber-page .manage-my-news .input-group-text{padding:.6rem 1.2rem;background-color:#000;color:#fff}#subscriber-page .content-area .multi-select-container,.subscriber-page .multi-select-container{display:block;position:relative}#subscriber-page .content-area .multi-select-menu,.subscriber-page .multi-select-menu{position:absolute;left:0;top:.8em;float:left;min-width:100%;background:#fff;margin:1em 0;padding:.4em .4em;border:1px solid #aaa;box-shadow:0 1px 3px rgba(0,0,0,.2);display:none;z-index:999999}#subscriber-page .content-area .multi-select-menu input,.subscriber-page .multi-select-menu input{margin-right:.3em;vertical-align:.1em}#subscriber-page .content-area .multi-select-button,.subscriber-page .multi-select-button{display:inline-block;font-size:.875em;padding:.2em .6em;max-width:20em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:-.5em;background-color:#fff;border:1px solid #aaa;border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,.2);cursor:default}#subscriber-page .content-area .multi-select-button,.subscriber-page .multi-select-button{padding-right:40px;position:relative}#subscriber-page .content-area .multi-select-button:after,.subscriber-page .multi-select-button:after{content:"";display:inline-block;width:0;height:0;border-style:solid;border-width:.4em .4em 0 .4em;border-color:#999 transparent transparent transparent;position:absolute;right:10px;top:13px;vertical-align:.1em}#subscriber-page .content-area .multi-select-container--open .multi-select-menu,.subscriber-page .multi-select-container--open .multi-select-menu{display:block}#subscriber-page .content-area .multi-select-container--open .multi-select-menu .multi-select-menuitem,.subscriber-page .multi-select-container--open .multi-select-menu .multi-select-menuitem{display:block}#subscriber-page .content-area .multi-select-container--open .multi-select-button:after,.subscriber-page .multi-select-container--open .multi-select-button:after{border-width:0 .4em .4em .4em;border-color:transparent transparent #999 transparent}#subscriber-page .content-area .message,.subscriber-page .message{font-style:italic}.my-news-widget-container{position:relative;display:flex;flex-wrap:wrap;--grid-gutter-x:2.5em;--grid-gutter-y:0}.my-news-widget-container .tab{font-size:12px;font-family:Lato;background-color:#fff;text-align:center;line-height:43px;text-transform:uppercase;border-bottom:2px solid #0099bd}.my-news-widget-container .tab a{color:#0099bd}.my-news-widget-container .tab-pane{margin:20px 0;display:none;width:100%}.my-news-widget-container .tab.active{background-color:#0099bd}.my-news-widget-container .tab.active a{color:#fff}.my-news-widget-container .tab-pane.active{display:block;padding:0}.my-news-widget-container .view-all{text-align:right;width:100%;font-size:10px;margin-top:-30px}#subscriber-form-wrapper.my-account .content-area form label,#subscriber-form-wrapper.my-account .content-area .form label{font-weight:400}#subscriber-form-wrapper.my-account .col-md{width:100%}#subscriber-form-wrapper.my-news .post-card .post-card__title,#subscriber-form-wrapper.my-news .post-overlay-card .post-card__title,#subscriber-form-wrapper.my-news .post-card .post-overlay-card__title,#subscriber-form-wrapper.my-news .post-overlay-card .post-overlay-card__title{width:100%}#subscriber-form-wrapper.my-news .entry-title{font-size:18px;text-align:left}#subscriber-form-wrapper.my-news h2,#subscriber-form-wrapper.my-news .h2,#subscriber-form-wrapper.my-news h3.title,#subscriber-form-wrapper.my-news .title.h3{text-transform:uppercase;text-align:left}#subscriber-form-wrapper.my-news>.row{border-top:2px solid #0099bd;padding-top:15px;margin-top:15px}#subscriber-form-wrapper.my-news a.link-floater{color:#0099bd;text-transform:uppercase;float:right;font-size:11px}#subscriber-page .thank-you{max-width:700px;margin:0 auto}#subscriber-page .thank-you .page-title{margin-bottom:7px}#subscriber-page .thank-you h2,#subscriber-page .thank-you .h2{font-family:Palatino;font-size:24px}#subscriber-page .thank-you .pricing-container{margin:0;font-size:18px}#subscriber-page .thank-you #promo{margin:25px auto;padding:10px}#subscriber-page .thank-you #promo .pricing-container{margin:5px 0;text-align:center;font-size:13px;font-weight:700;text-transform:uppercase}#subscriber-page .thank-you .description{font-family:"Palatino";max-width:500px;margin:0 auto;font-size:18px;line-height:17px}#subscriber-page .thank-you .description .small{font-size:12px;font-family:sans-serif;font-weight:700}#subscriber-page .thank-you .btn-primary,#subscriber-page .thank-you .newsletter-signup form button,.newsletter-signup form #subscriber-page .thank-you button,#subscriber-page .thank-you .newsletter-signup form [type=button],.newsletter-signup form #subscriber-page .thank-you [type=button],#subscriber-page .thank-you .newsletter-signup form [type=reset],.newsletter-signup form #subscriber-page .thank-you [type=reset],#subscriber-page .thank-you .newsletter-signup form [type=submit],.newsletter-signup form #subscriber-page .thank-you [type=submit]{font-size:12px;font-family:Lato;margin-top:25px;padding:5px 37px}#subscriber-page .thank-you .more-questions{margin:280px 0}#zip-modal,#promo-modal,#delayed-route-modal,#groupon-modal{background-color:rgba(0,0,0,.7);position:fixed;width:100%}#zip-modal .modal-dialog,#promo-modal .modal-dialog,#delayed-route-modal .modal-dialog,#groupon-modal .modal-dialog{pointer-events:auto;position:absolute;padding:30px 50px;text-align:center;background-color:#fff;display:inline-block;left:50%;top:50%;transform:translate(-50%,-50%)}#zip-modal .modal-dialog p,#promo-modal .modal-dialog p,#delayed-route-modal .modal-dialog p,#groupon-modal .modal-dialog p{font-size:15px;margin-bottom:15px;text-transform:uppercase}#zip-modal .modal-dialog form,#zip-modal .modal-dialog .form,#promo-modal .modal-dialog form,#promo-modal .modal-dialog .form,#delayed-route-modal .modal-dialog form,#delayed-route-modal .modal-dialog .form,#groupon-modal .modal-dialog form,#groupon-modal .modal-dialog .form{margin-top:0;text-align:left}#zip-modal .modal-dialog form .form-group,#zip-modal .modal-dialog .form .form-group,#promo-modal .modal-dialog form .form-group,#promo-modal .modal-dialog .form .form-group,#delayed-route-modal .modal-dialog form .form-group,#delayed-route-modal .modal-dialog .form .form-group,#groupon-modal .modal-dialog form .form-group,#groupon-modal .modal-dialog .form .form-group{margin-top:0}#zip-modal .modal-dialog form label.error,#zip-modal .modal-dialog form div.error,#zip-modal .modal-dialog .form label.error,#zip-modal .modal-dialog .form div.error,#promo-modal .modal-dialog form label.error,#promo-modal .modal-dialog form div.error,#promo-modal .modal-dialog .form label.error,#promo-modal .modal-dialog .form div.error,#delayed-route-modal .modal-dialog form label.error,#delayed-route-modal .modal-dialog form div.error,#delayed-route-modal .modal-dialog .form label.error,#delayed-route-modal .modal-dialog .form div.error,#groupon-modal .modal-dialog form label.error,#groupon-modal .modal-dialog form div.error,#groupon-modal .modal-dialog .form label.error,#groupon-modal .modal-dialog .form div.error{font-size:12px;font-weight:700;padding-left:10px}#zip-modal .modal-dialog .btn-group,#promo-modal .modal-dialog .btn-group,#delayed-route-modal .modal-dialog .btn-group,#groupon-modal .modal-dialog .btn-group{font-size:1px}#zip-modal .modal-dialog .btn-group .btn-default,#promo-modal .modal-dialog .btn-group .btn-default,#delayed-route-modal .modal-dialog .btn-group .btn-default,#groupon-modal .modal-dialog .btn-group .btn-default{color:#0099bd}#zip-modal .small,#promo-modal .small,#delayed-route-modal .small,#groupon-modal .small{font-size:9px;text-align:center}#subscriber-form-wrapper.my-account{font-size:15px;color:#4a4a4a;font-family:"PT Serif"}#subscriber-form-wrapper.my-account h1,#subscriber-form-wrapper.my-account .h1{text-align:center;font-size:24px}#subscriber-form-wrapper.my-account h4,#subscriber-form-wrapper.my-account .h4{text-align:left;font-size:20px;text-transform:none}#subscriber-form-wrapper.my-account form,#subscriber-form-wrapper.my-account .form{font-size:15px;text-transform:none!important}#subscriber-form-wrapper.my-account form label,#subscriber-form-wrapper.my-account .form label{font-size:15px;text-transform:none!important;font-weight:400}#subscriber-form-wrapper.my-account>form>.row,#subscriber-form-wrapper.my-account>.row{line-height:19px}#subscriber-form-wrapper.my-account>form>.row>.column,#subscriber-form-wrapper.my-account>.row>.column{flex-shrink:unset}#subscriber-form-wrapper.my-account>form>.row>.column:last-child,#subscriber-form-wrapper.my-account>.row>.column:last-child{margin-top:30px;padding-top:30px;border-top:2px solid #0099bd}#subscriber-form-wrapper.my-account>form>.row>.column:last-child .links,#subscriber-form-wrapper.my-account>.row>.column:last-child .links{text-align:right;line-height:40px}#subscriber-form-wrapper.my-account>form>.row>.column:last-child .links .btn,.newsletter-signup #subscriber-form-wrapper.my-account>form>.row>.column:last-child .links button,.newsletter-signup #subscriber-form-wrapper.my-account>form>.row>.column:last-child .links [type=button],.newsletter-signup #subscriber-form-wrapper.my-account>form>.row>.column:last-child .links [type=reset],.newsletter-signup #subscriber-form-wrapper.my-account>form>.row>.column:last-child .links [type=submit],#subscriber-form-wrapper.my-account>.row>.column:last-child .links .btn,#subscriber-form-wrapper.my-account>.row>.column:last-child .links .newsletter-signup form button,.newsletter-signup form #subscriber-form-wrapper.my-account>.row>.column:last-child .links button,#subscriber-form-wrapper.my-account>.row>.column:last-child .links .newsletter-signup form [type=button],.newsletter-signup form #subscriber-form-wrapper.my-account>.row>.column:last-child .links [type=button],#subscriber-form-wrapper.my-account>.row>.column:last-child .links .newsletter-signup form [type=reset],.newsletter-signup form #subscriber-form-wrapper.my-account>.row>.column:last-child .links [type=reset],#subscriber-form-wrapper.my-account>.row>.column:last-child .links .newsletter-signup form [type=submit],.newsletter-signup form #subscriber-form-wrapper.my-account>.row>.column:last-child .links [type=submit]{width:193px;display:inline-block}#subscriber-form-wrapper.my-account .nav{margin-bottom:20px;border-bottom:2px solid #0099bd;padding-bottom:20px;font-family:Lato}#subscriber-form-wrapper.my-account .nav>div{text-align:center;width:100%}#subscriber-form-wrapper.my-account .nav>div ul{display:inline;text-align:center}#subscriber-form-wrapper.my-account .nav>div ul li{display:inline;list-style-type:none}#subscriber-form-wrapper.my-account .nav>div ul li a{padding:0 8.32px;font-weight:400;color:#4a4a4a;font-size:11.88px;text-transform:uppercase}#subscriber-form-wrapper.my-account .column{padding:0;margin-left:30px;margin-right:30px}#subscriber-form-wrapper.my-account .column .price::before{content:"$"}#subscriber-form-wrapper.my-account .column>.row{margin:10px 0;line-height:19px}#subscriber-form-wrapper.my-account .column>.row .col{padding:0;word-break:break-all}#subscriber-form-wrapper.my-account .column .day{margin:0 2px}#subscriber-form-wrapper.my-account .column.edit label{line-height:34px;font-size:15px}#subscriber-form-wrapper.my-account .column.edit .row{margin:3px 0}#subscriber-form-wrapper.my-account .column.edit .row .zip{width:45%;display:inline-block;margin-left:5px!important}#subscriber-form-wrapper.my-account .column.edit .row .state{width:45%;display:inline-block;margin-right:5px!important}#subscriber-form-wrapper.my-account #payment-history-table{font-size:15px}#subscriber-form-wrapper.my-account #payment-history-table th{font-weight:700}#subscriber-form-wrapper.my-account #payment-history-table th,#subscriber-form-wrapper.my-account #payment-history-table td{padding:5px 0}#subscriber-form-wrapper.my-account .links{margin-top:20px;text-align:right}#subscriber-form-wrapper.my-account .links a{display:block;font-size:12px;line-height:19px;margin-bottom:15px}#subscriber-form-wrapper.my-account .links button{margin-bottom:22px;font-size:12px;width:144px}#subscriber-form-wrapper.my-account input.date{width:100px;display:inline-block;margin-bottom:5px}#subscriber-form-wrapper.my-account .black-highlight{color:#000;font-weight:700}#subscriber-form-wrapper.my-account .disclaimer{font-size:11px}#subscriber-form-wrapper:not(.newsletter-signup) h2,#subscriber-form-wrapper:not(.newsletter-signup) .h2,#subscriber-form-wrapper:not(.newsletter-signup) h4,#subscriber-form-wrapper:not(.newsletter-signup) .h4{font-family:Palatino!important;text-align:center}#subscriber-form-wrapper:not(.newsletter-signup) h2,#subscriber-form-wrapper:not(.newsletter-signup) .h2{font-size:24px}#subscriber-form-wrapper:not(.newsletter-signup) h4,#subscriber-form-wrapper:not(.newsletter-signup) .h4{font-size:18px;color:#4a4a4a}#subscriber-form-wrapper:not(.newsletter-signup) .notification{font-size:11px}#subscriber-form-wrapper:not(.newsletter-signup) .success{color:#00ab6b}#subscriber-form-wrapper:not(.newsletter-signup) .fail{color:#e60122}.payment .disclaimer{font-size:11px;margin-top:20px}#payment-history-table_wrapper .top>div{width:50%}#payment-history-table_wrapper .dataTables_filter{text-align:right}#payment-history-table_wrapper .dataTables_filter,#payment-history-table_wrapper .dataTables_info,#payment-history-table_wrapper .dataTables_paginate{font-size:12px}#payment-history-table_wrapper .pagination{float:right}#delayed-route-modal h4,#delayed-route-modal .h4{font-size:12px;text-align:left}#delayed-route-modal .form-group>div{margin-top:20px}#delayed-route-modal .form-group>div a{display:inline}#delayed-route-modal .btn-group{display:block}#takeover{background:#fff;background:linear-gradient(0deg,white 0%,white 78%,rgba(255,255,255,0) 100%);text-align:center;padding-top:80px;margin-top:-85px;position:relative;height:300px;z-index:1}#subscriber-form-wrapper.offers .promo{border:2px solid #979797;margin-top:20px;width:331px;height:600px;display:flex;align-items:center;justify-content:center;font-family:Palatino;flex-wrap:nowrap;position:relative}#subscriber-form-wrapper.offers .promo .description{font-family:Palatino;font-size:18px;line-height:25px}#subscriber-form-wrapper.offers .promo .wrapper{width:100%;height:400px;display:inline-table}#subscriber-form-wrapper.offers .promo h2,#subscriber-form-wrapper.offers .promo .h2{margin-top:15px}#subscriber-form-wrapper.offers .promo .pricing-container{text-align:center;color:#0099bd;line-height:20px;text-transform:uppercase;margin:10px 0;font-size:14px}#subscriber-form-wrapper.offers .promo .pricing-container .price::before{content:"$"}#subscriber-form-wrapper.offers .promo .top{margin-bottom:100px}#subscriber-form-wrapper.offers .promo .buttons{position:absolute;bottom:0;left:0;width:100%;height:100px}#subscriber-form-wrapper.offers .promo button{font-size:14px;text-transform:capitalize;font-weight:400;padding:.2rem .7rem}#subscriber-form-wrapper.offers .single-promo{padding-top:25px;position:relative}#subscriber-form-wrapper.offers .single-promo p:first-child{margin-top:10px}@media(max-width:991.98px){#subscriber-form-wrapper.offers .single-promo{margin-bottom:25px;padding:15px}}#subscriber-form-wrapper.offers .single-promo .description{height:335px;overflow-y:auto}#subscriber-form-wrapper.offers .single-promo .scrollable-marker{position:absolute;display:none;left:50%;font-size:25px;transform:translate(-50%,-5px)}#subscriber-form-wrapper.offers .single-promo .promo{max-width:600px;width:100%;margin:0 auto}@media(max-width:991.98px){#subscriber-form-wrapper.offers .single-promo .promo{margin-bottom:40px}#subscriber-form-wrapper.offers .single-promo .promo p{margin:15px 0}}#subscriber-form-wrapper.offers .single-promo.highlight{padding-top:0;margin-bottom:0}#subscriber-form-wrapper.offers .promo.active{margin-top:0;border-color:#0099bd;height:650px}@media(min-width:768px){#subscriber-form-wrapper.offers .promo.active{max-width:351px}}#subscriber-form-wrapper.offers .footer{max-width:450px;margin:30px auto;font-family:Lato;font-size:14px;line-height:16px;text-align:center}#subscriber-form-wrapper.offers .footer .heading{text-transform:uppercase;margin-bottom:20px}#subscriber-form-wrapper.offers .footer a.btn,#subscriber-form-wrapper.offers .footer .newsletter-signup form a[type=button],.newsletter-signup form #subscriber-form-wrapper.offers .footer a[type=button],#subscriber-form-wrapper.offers .footer .newsletter-signup form a[type=reset],.newsletter-signup form #subscriber-form-wrapper.offers .footer a[type=reset],#subscriber-form-wrapper.offers .footer .newsletter-signup form a[type=submit],.newsletter-signup form #subscriber-form-wrapper.offers .footer a[type=submit]{margin:5px 0;width:100%}#subscriber-page .content-area form .form-group input[type=checkbox]{min-height:auto!important}#agree-error{position:absolute;font-size:9px!important;width:300px;top:9px;left:9px}.radio-item{display:inline-block;position:relative;padding:0;margin:10px 0 0}.radio-item input[type=radio]{display:none}.radio-item label{padding-left:0;color:#666;font-weight:400}.radio-item label:before{content:" ";display:inline-block;position:relative;top:5px;margin:0 5px 0 0;width:20px;height:20px;border-radius:11px;border:2px solid #0099bd;background-color:transparent}.radio-item input[type=radio]:checked+label:after{border-radius:11px;width:12px;height:12px;position:absolute;top:9px;left:9px;content:" ";display:block;background:#0099bd}.uppercase{text-transform:uppercase}.open-top-news{font-size:16px;padding:5.5px 11.4px}.btn-outline-dark.disabled{border:1px solid silver;color:silver;cursor:default}.btn-outline-dark.disabled:hover,.btn-outline-dark.disabled:focus{box-shadow:none}@media(min-width:768px){#subscriber-page .col-md{width:390px}}@media(max-width:1284px){#subscriber-page{max-width:100%;flex:none}#subscriber-page .promo{margin:10px auto}}#contact-us-container{text-transform:uppercase;font-size:13px}#contact-us-container .mobile-only{display:none}#contact-us-container .desktop-only{display:block}#contact-us-container a{color:#000}#contact-us-container a.phone{color:#0099bd}#contact-us-container a.email{text-decoration:underline;text-transform:none}#contact-us-container ul{columns:2;-webkit-columns:2;-moz-columns:2}#contact-us-container ul li{list-style-type:none;margin-top:15px}#contact-us-container #abqpublishing{text-align:center}#contact-us-container .bb1{border-bottom:2px solid #0099bd;margin-top:25px}#contact-us-container .author{font-style:italic;font-size:12px}#back-to-top{position:fixed;bottom:0;right:0;padding:15px;background-color:rgba(255,255,255,.8)}#contact-us-container #submissions{columns:3;-webkit-columns:3;-moz-columns:3;margin-top:15px}#contact-us-container #submissions li{margin-top:0!important;vertical-align:bottom}@media screen and (max-width:500px){#contact-us-container{text-align:left}#contact-us-container .mobile-only{display:block}#contact-us-container .desktop-only{display:none}#contact-us-container #mobile-contactus{display:block}#contact-us-container #listing{padding-left:0;border-bottom:2px solid #0099bd}#contact-us-container #abqpublishing{text-align:left}#contact-us-container ul{columns:1;-webkit-columns:1;-moz-columns:1}#contact-us-container li a.child,#contact-us-container li.child{padding-left:25px}}.newsletter-signup{position:relative;text-align:center;margin:2.275rem 0 1.1375rem 0}.newsletter-signup,aside .newsletter-signup{display:block}@media(min-width:992px){.newsletter-signup{display:flex;flex-direction:row;align-items:center;justify-content:center}}.newsletter-signup__form-container,.newsletter-signup__icon-container{display:inline-block;vertical-align:middle}.newsletter-signup__form-container{font-family:sans-serif;text-align:left}.fonts-loaded .newsletter-signup__form-container{font-family:sans-serif}.newsletter-signup__form-container,aside .newsletter-signup__form-container{flex:none;padding-right:0}@media(min-width:992px){.newsletter-signup__form-container{flex:0 1 auto;padding-right:1.3rem}}.newsletter-signup__icon-container{right:0}.newsletter-signup__icon-container,aside .newsletter-signup__icon-container{position:absolute;bottom:13px;flex:none;padding-bottom:0}@media(min-width:992px){.newsletter-signup__icon-container{position:relative;bottom:0;flex:0 0 auto;padding-bottom:.65rem}}.newsletter-signup__icon{width:92px;height:auto;border-radius:0}.newsletter-signup__row,aside .newsletter-signup__row{display:block;width:auto}@media(min-width:992px){.newsletter-signup__row{display:flex;flex-direction:row;align-items:stretch;width:100%}}.newsletter-signup__column{margin-bottom:1.3rem}.newsletter-signup__column--wider,aside .newsletter-signup__column--wider{flex:none;padding-right:0}@media(min-width:992px){.newsletter-signup__column--wider{flex:1 0 auto;padding-right:.325rem}}.newsletter-signup h2,.newsletter-signup .h2{font-family:sans-serif;font-size:1.35rem!important;text-transform:uppercase;letter-spacing:.035rem;margin-bottom:.975rem}.fonts-loaded .newsletter-signup h2,.fonts-loaded .newsletter-signup .h2{font-family:sans-serif}.newsletter-signup p{font-size:1.0125rem;margin-bottom:1.5rem}.newsletter-signup h2+p,.newsletter-signup .h2+p{margin-top:-.8125rem}.newsletter-signup form input[type=text],.newsletter-signup form input[type=email]{width:100%;margin-bottom:.325rem}.newsletter-signup form input[type=text]+p,.newsletter-signup form input[type=email]+p{font-size:.7425rem;font-style:italic;margin-bottom:0}.site-footer{background-color:#000!important;color:#fff!important;font-family:sans-serif;margin-top:150px}.fonts-loaded .site-footer{font-family:sans-serif}.footer-item-title>h4,.footer-item-title>.h4{text-align:left}.site-footer .footer-item-title>h4,.site-footer .footer-item-title>.h4{font-family:sans-serif;font-weight:700}.fonts-loaded .site-footer .footer-item-title>h4,.fonts-loaded .site-footer .footer-item-title>.h4{font-family:sans-serif}.footer-item-content{display:flex}.footer-item-content .footer-item-block{text-align:left;font-size:10px;font-weight:900;width:50%}.footer-item-content .footer-item-block a{line-height:1.875rem;color:inherit}.footer-social-icons{font-size:22px}.footer-social-icons a{margin-right:20px;margin-left:20px}.footer-phone-number{font-size:18px;padding-top:1rem}.site-info{font-weight:400;font-size:13px;flex-direction:column;flex:1 auto;white-space:nowrap}.abq-footer-logo{padding-bottom:3.125rem}.abq-footer-logo img{position:absolute;max-width:100%;transform:translate(-50%,-70%)}.site-info,.footer-phone-number,.footer-social-icons{justify-content:center}.site-info a,.footer-phone-number a,.footer-social-icons a{color:inherit}@media(max-width:991px){.footer-social-icons{font-size:44px;margin-top:20px}.logo-container{height:0}.sep{display:none}.footer-site-link{padding-top:1rem;padding-bottom:1rem}.site-info{font-size:18px}.footer-item{display:none}}@media(min-width:992px){.site-info{flex-direction:row!important;justify-content:left!important}.footer-phone-number{display:none!important}.footer-social-icons{padding-right:14rem}}.sep{white-space:pre}.post-overlay__meta__actions,.post-card__meta__actions,.post-overlay-card__meta__actions,.entry-meta,.shareable{position:relative!important}@media(max-width:500px){.entry-meta{margin-top:10px;width:100%}}.shareable-block-container,.shareable-container{width:42px;height:auto;position:absolute;bottom:20px;left:0;z-index:3;display:none;background-color:#fff;padding:5px}@media(max-width:500px){.shareable-block-container,.shareable-container{bottom:30px}}.shareable-block-container .icon,.shareable-container .icon{display:block;width:28px;height:29px;margin:2px;background:url(/wp-content/themes/abq/assets/images/social-media-icons.jpg) no-repeat 0 0;background-size:265px;cursor:pointer}.shareable-block-container .twitter .icon,.shareable-container .twitter .icon{background-position:-15px -14px}.shareable-block-container .facebook .fb-share-button.fb_iframe_widget,.shareable-container .facebook .fb-share-button.fb_iframe_widget{display:none!important}.shareable-block-container .facebook .icon,.shareable-container .facebook .icon{background-position:-56px -14px}.shareable-block-container .linkedin .icon,.shareable-container .linkedin .icon{background-position:-98px -14px}.shareable-block-container .email .icon,.shareable-container .email .icon{background-position:-222px -139px}.single-post .shareable{float:right}#top-news-modal .shareable-container{left:0;bottom:14px}.shareable-block-container{width:100%;position:relative;bottom:0;z-index:0;display:block;text-align:center}.shareable-block-container .icon,.shareable-block-container .twitter,.shareable-block-container .facebook,.shareable-block-container .linkedin,.shareable-block-container .email{display:inline-block}@media(max-width:500px){.shareable-block-container .shareable-container{bottom:30px}}@media(max-width:500px){.post-overlay__meta__actions,.post-overlay-card__meta__actions,.post-card__meta__actions{float:right}.post-overlay__meta__actions i,.post-overlay-card__meta__actions i,.post-card__meta__actions i{font-size:1.33em}.post-overlay__meta__actions i.fa-share-alt,.post-overlay-card__meta__actions i.fa-share-alt,.post-card__meta__actions i.fa-share-alt{margin-right:.65rem!important}.post-overlay__meta__actions .shareable-block-container,.post-overlay-card__meta__actions .shareable-block-container,.post-overlay__meta__actions .shareable-container,.post-overlay-card__meta__actions .shareable-container,.post-card__meta__actions .shareable-block-container,.post-card__meta__actions .shareable-container{width:51px}.post-overlay__meta__actions .shareable-block-container .icon,.post-overlay-card__meta__actions .shareable-block-container .icon,.post-overlay__meta__actions .shareable-container .icon,.post-overlay-card__meta__actions .shareable-container .icon,.post-card__meta__actions .shareable-block-container .icon,.post-card__meta__actions .shareable-container .icon{width:37px;height:35px;background-size:280px}.post-overlay__meta__actions .shareable-block-container .facebook .icon,.post-overlay-card__meta__actions .shareable-block-container .facebook .icon,.post-overlay__meta__actions .shareable-container .facebook .icon,.post-overlay-card__meta__actions .shareable-container .facebook .icon,.post-card__meta__actions .shareable-block-container .facebook .icon,.post-card__meta__actions .shareable-container .facebook .icon{background-position:-56px -13px}.post-overlay__meta__actions .shareable-block-container .twitter .icon,.post-overlay-card__meta__actions .shareable-block-container .twitter .icon,.post-overlay__meta__actions .shareable-container .twitter .icon,.post-overlay-card__meta__actions .shareable-container .twitter .icon,.post-card__meta__actions .shareable-block-container .twitter .icon,.post-card__meta__actions .shareable-container .twitter .icon{background-position:-11px -13px}.post-overlay__meta__actions .shareable-block-container .linkedin .icon,.post-overlay-card__meta__actions .shareable-block-container .linkedin .icon,.post-overlay__meta__actions .shareable-container .linkedin .icon,.post-overlay-card__meta__actions .shareable-container .linkedin .icon,.post-card__meta__actions .shareable-block-container .linkedin .icon,.post-card__meta__actions .shareable-container .linkedin .icon{background-position:-99px -14px}.post-overlay__meta__actions .shareable-block-container .email .icon,.post-overlay-card__meta__actions .shareable-block-container .email .icon,.post-overlay__meta__actions .shareable-container .email .icon,.post-overlay-card__meta__actions .shareable-container .email .icon,.post-card__meta__actions .shareable-block-container .email .icon,.post-card__meta__actions .shareable-container .email .icon{background-position:-232px -145px}}@media(max-width:992px){.close{font-size:45px}}.mobile-nav-menu{list-style:none}.mobile-nav-menu.sub-menu{margin-top:15px}.mobile-nav-menu .subCat{margin-top:1.95em}.mobile-nav-menu .subCat li>span>a{font-weight:1!important}.mobile-nav-menu>li button{border:none;background-color:transparent;outline:none}.mobile-nav-menu .children{display:none}.mobile-nav-menu .cat-item{margin-bottom:20px!important}.mobile-nav-menu .cat-item span>a{display:flex;align-items:center}.mobile-nav-menu .cat-item ul{display:none}.nav-mobile-actions{position:absolute;right:10px;display:flex;flex-direction:row;align-content:center}.nav-mobile-actions button{margin-right:25px;margin-bottom:25px;font-weight:400;text-decoration:none;padding:0;background-color:transparent;border:0;appearance:none;color:#4a4a4a}.nav-mobile-actions button a{color:#4a4a4a}.nav-mobile-actions #nav-search-form{height:20px}@media(max-width:350px){.nav-mobile-actions #nav-search-form{margin-left:0}.nav-mobile-actions #nav-search-form #s{width:150px}}.mobile-menu-item-toggle{cursor:pointer;width:40px;height:40px;display:flex!important;justify-content:center;align-items:center}.mobile-subscribe-button{text-transform:uppercase;margin-top:20px;margin-bottom:20px}.mobile-menu-search{display:none!important}.mobile-search-icon{margin-left:3px!important}.site-content{min-height:calc(100vh - 650px)}.error{font-size:14px!important}@media(min-width:576px){[amp] .container{max-width:540px}}@media(min-width:768px){[amp] .container{max-width:720px}}.alignright img{float:right}.alignleft img{float:left}.aligncenter img{display:block;margin-left:auto;margin-right:auto}.alignright{float:right;margin:0 0 1em 1em}.alignleft{float:left;margin:0 1em 1em 0}.aligncenter{display:block!important;margin-left:auto;margin-right:auto}.wp-caption-text{word-wrap:break-word}