@charset "UTF-8";/*!

Copyright 2015-present Palantir Technologies, Inc. All rights reserved.
Licensed under the terms of the LICENSE file distributed with this project.

*/.pt-datepicker{position:relative;border-radius:3px;background:#fff;padding:10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pt-datepicker .DayPicker{display:inline-block;position:relative;min-width:210px;vertical-align:top}.pt-datepicker .DayPicker:focus{outline:0}.pt-datepicker .DayPicker-Month{display:inline-table;margin:0 auto;padding:0 5px;border-collapse:collapse;border-spacing:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pt-datepicker .DayPicker-Month+.pt-datepicker .DayPicker-Month{margin-left:10px}.pt-datepicker .DayPicker-NavBar{position:relative}.pt-datepicker .DayPicker-NavButton{color:#5c7080;position:absolute;top:-5px;cursor:pointer;padding:6px}.pt-datepicker .DayPicker-NavButton:hover{color:#182026}.pt-dark .pt-datepicker .DayPicker-NavButton{color:#bfccd6}.pt-dark .pt-datepicker .DayPicker-NavButton:hover{color:#f5f8fa}.pt-datepicker .DayPicker-NavButton--prev{left:-5px}.pt-datepicker .DayPicker-NavButton--prev::before{line-height:1;font-family:Icons16,sans-serif;font-size:16px;font-weight:400;font-style:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;content:""}.pt-datepicker .DayPicker-NavButton--next{right:-5px}.pt-datepicker .DayPicker-NavButton--next::before{line-height:1;font-family:Icons16,sans-serif;font-size:16px;font-weight:400;font-style:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;content:""}.pt-datepicker .DayPicker-Weekdays{display:table-header-group}.pt-datepicker .DayPicker-WeekdaysRow{display:table-row}.pt-datepicker .DayPicker-Weekday{display:table-cell;width:30px;height:30px;vertical-align:middle;text-align:center;line-height:1;padding-top:5px;font-weight:600}.pt-datepicker .DayPicker-Weekday abbr[title]{text-decoration:none}.pt-datepicker .DayPicker-Body{display:table-row-group}.pt-datepicker .DayPicker-Week{display:table-row}.pt-datepicker .DayPicker-WeekNumber{display:table-cell;width:30px;height:30px;vertical-align:middle;text-align:center;line-height:1;color:rgba(92,112,128,.5);font-size:14px}.pt-datepicker .DayPicker-Day{display:table-cell;width:30px;height:30px;vertical-align:middle;text-align:center;line-height:1;border-radius:3px;cursor:pointer}.pt-datepicker .DayPicker-Day.DayPicker-Day--outside{color:rgba(92,112,128,.5)}.pt-datepicker .DayPicker-Day:focus,.pt-datepicker .DayPicker-Day:hover{background:#d8e1e8;color:#182026}.pt-datepicker .DayPicker-Day:active{background:#ced9e0}.pt-datepicker .DayPicker-Day.DayPicker-Day--selected{border-radius:3px;background-color:#137cbd;color:#fff}.pt-datepicker .DayPicker-Day.DayPicker-Day--selected:hover{background-color:#106ba3}.pt-datepicker .DayPicker-Day.DayPicker-Day--disabled{background:0 0;cursor:not-allowed;color:rgba(92,112,128,.5)}.pt-datepicker .pt-datepicker-caption{display:table-caption;border-bottom:1px solid rgba(16,22,26,.15);padding:0 10px;text-align:center}.pt-datepicker .pt-datepicker-caption select{margin:-5px 0 5px;border:0;background:0 0;cursor:pointer;height:30px;padding-right:16px;padding-left:5px;line-height:30px;color:#182026;font-weight:600;-moz-appearance:none;-webkit-appearance:none}.pt-datepicker .pt-datepicker-caption select:focus+.pt-datepicker-caption-caret{display:inline}.pt-datepicker .pt-datepicker-caption select::-ms-expand{display:none}.pt-datepicker .pt-datepicker-caption-select{display:inline-block;position:relative}.pt-datepicker .pt-datepicker-caption-select:first-child{margin-right:10px}.pt-datepicker .pt-datepicker-caption-select:hover .pt-datepicker-caption-caret{fill:#182026}.pt-datepicker .pt-datepicker-caption-caret{position:absolute;top:2px;right:0;fill:#5c7080;pointer-events:none}.pt-datepicker .pt-datepicker-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:10px;margin-bottom:-5px;border-top:1px solid rgba(16,22,26,.15);padding-top:5px}.pt-datepicker-caption-measure{padding-left:5px;font-weight:600}.pt-dark .pt-datepicker{background:#30404d}.pt-dark .pt-datepicker .DayPicker-WeekNumber{color:rgba(191,204,214,.5)}.pt-dark .pt-datepicker .DayPicker-Day.DayPicker-Day--outside{color:rgba(191,204,214,.5)}.pt-dark .pt-datepicker .DayPicker-Day:focus,.pt-dark .pt-datepicker .DayPicker-Day:hover{background:#5c7080;color:#fff}.pt-dark .pt-datepicker .DayPicker-Day:active{background:#738694}.pt-dark .pt-datepicker .DayPicker-Day.DayPicker-Day--selected{background-color:#137cbd}.pt-dark .pt-datepicker .DayPicker-Day.DayPicker-Day--selected:hover{background-color:#2b95d6}.pt-dark .pt-datepicker .DayPicker-Day.DayPicker-Day--disabled{background:0 0;color:rgba(191,204,214,.5)}.pt-dark .pt-datepicker .pt-datepicker-caption{border-bottom-color:rgba(16,22,26,.4)}.pt-dark .pt-datepicker .pt-datepicker-caption select{color:#f5f8fa}.pt-dark .pt-datepicker .pt-datepicker-caption option{background-color:#30404d}.pt-dark .pt-datepicker .pt-datepicker-caption .pt-datepicker-caption-select:hover .pt-datepicker-caption-caret{fill:#f5f8fa}.pt-dark .pt-datepicker .pt-datepicker-caption .pt-datepicker-caption-caret{fill:#bfccd6}.pt-dark .pt-datepicker .pt-datepicker-footer{border-top-color:rgba(16,22,26,.4)}.pt-daterangepicker{display:-webkit-box;display:-ms-flexbox;display:flex;white-space:nowrap}.pt-daterangepicker .DayPicker:not(:last-child){margin-right:10px}.pt-daterangepicker .DayPicker-NavButton--interactionDisabled{display:none}.pt-daterangepicker .pt-daterangepicker-shortcuts+.DayPicker{border-left:1px solid rgba(16,22,26,.15);min-width:220px;padding-left:10px}.pt-daterangepicker.pt-daterangepicker-contiguous .DayPicker{min-width:430px}.pt-daterangepicker.pt-daterangepicker-contiguous .pt-daterangepicker-shortcuts+.DayPicker{min-width:440px}.pt-daterangepicker.pt-daterangepicker-contiguous .DayPicker-Month:not(:last-child){margin-right:10px}.pt-daterangepicker.pt-daterangepicker-single-month .DayPicker{min-width:210px}.pt-daterangepicker.pt-daterangepicker-single-month .pt-daterangepicker-shortcuts+.DayPicker{min-width:220px}.pt-daterangepicker .DayPicker-Day--outside{visibility:hidden}.pt-daterangepicker .DayPicker-Day--hovered-range{border-radius:0}.pt-daterangepicker .DayPicker-Day--hovered-range:not(.DayPicker-Day--selected):not(.DayPicker-Day--selected-range):not(.DayPicker-Day--selected-range-start):not(.DayPicker-Day--selected-range-end){background-color:#ebf1f5}.pt-daterangepicker .DayPicker-Day--selected-range{border-radius:0;background-color:#ebf1f5}.pt-daterangepicker .DayPicker-Day--selected-range:hover{background-color:#ced9e0}.pt-daterangepicker .DayPicker-Day--selected-range-start:not(.DayPicker-Day--selected-range-end):not(.DayPicker-Day--hovered-range-end){border-top-right-radius:0;border-bottom-right-radius:0}.pt-daterangepicker .DayPicker-Day--selected-range-end:not(.DayPicker-Day--selected-range-start):not(.DayPicker-Day--hovered-range-start){border-top-left-radius:0;border-bottom-left-radius:0}.pt-daterangepicker .DayPicker-Day--hovered-range-start:not(.DayPicker-Day--hovered-range-end){border-top-right-radius:0;border-bottom-right-radius:0}.pt-daterangepicker .DayPicker-Day--hovered-range-end:not(.DayPicker-Day--hovered-range-start){border-top-left-radius:0;border-bottom-left-radius:0}.pt-dark .pt-daterangepicker .DayPicker-Day--hovered-range:not(.DayPicker-Day--selected):not(.DayPicker-Day--selected-range):not(.DayPicker-Day--selected-range-start):not(.DayPicker-Day--selected-range-end){background-color:#394b59}.pt-dark .pt-daterangepicker .DayPicker-Day--selected-range{background-color:#394b59}.pt-dark .pt-daterangepicker .DayPicker-Day--selected-range:hover{background-color:#5c7080}.pt-menu.pt-daterangepicker-shortcuts{display:inline-block;margin-top:-5px;margin-left:-5px;min-width:150px;padding-top:0;padding-right:5px;padding-left:0}.pt-timepicker{white-space:nowrap}.pt-timepicker .pt-timepicker-arrow-row{padding:0 1px}.pt-timepicker .pt-timepicker-arrow-button{color:#5c7080;display:inline-block;width:33px;padding:4px 0;text-align:center}.pt-timepicker .pt-timepicker-arrow-button:hover{color:#182026}.pt-dark .pt-timepicker .pt-timepicker-arrow-button{color:#bfccd6}.pt-dark .pt-timepicker .pt-timepicker-arrow-button:hover{color:#f5f8fa}.pt-timepicker .pt-timepicker-arrow-button+.pt-timepicker-arrow-button{margin-left:11px}.pt-timepicker .pt-timepicker-arrow-button:hover{cursor:pointer}.pt-timepicker .pt-timepicker-input-row{display:inline-block;border-radius:3px;-webkit-box-shadow:inset 0 0 0 1px rgba(16,22,26,.15),inset 0 1px 1px rgba(16,22,26,.2);box-shadow:inset 0 0 0 1px rgba(16,22,26,.15),inset 0 1px 1px rgba(16,22,26,.2);background:#fff;height:30px;padding:0 1px;vertical-align:middle;line-height:28px}.pt-timepicker .pt-timepicker-divider-text{display:inline-block;width:11px;text-align:center;color:#5c7080;font-size:16px}.pt-timepicker .pt-timepicker-input{outline:0;border:0;border-radius:3px;-webkit-box-shadow:0 0 0 0 rgba(19,124,189,0),0 0 0 0 rgba(19,124,189,0);box-shadow:0 0 0 0 rgba(19,124,189,0),0 0 0 0 rgba(19,124,189,0);background:0 0;width:33px;height:28px;padding:0;text-align:center;color:#182026;-webkit-transition:-webkit-box-shadow .1s cubic-bezier(.4,1,.75,.9);transition:-webkit-box-shadow .1s cubic-bezier(.4,1,.75,.9);transition:box-shadow .1s cubic-bezier(.4,1,.75,.9);transition:box-shadow .1s cubic-bezier(.4,1,.75,.9),-webkit-box-shadow .1s cubic-bezier(.4,1,.75,.9)}.pt-timepicker .pt-timepicker-input:focus{-webkit-box-shadow:0 0 0 1px #137cbd,0 0 0 3px rgba(19,124,189,.3);box-shadow:0 0 0 1px #137cbd,0 0 0 3px rgba(19,124,189,.3)}.pt-timepicker .pt-timepicker-ampm-select{margin-left:5px}.pt-timepicker.pt-disabled .pt-timepicker-input-row{-webkit-box-shadow:none;box-shadow:none;background:rgba(206,217,224,.5);cursor:not-allowed;color:rgba(92,112,128,.5);resize:none}.pt-timepicker.pt-disabled .pt-timepicker-divider-text,.pt-timepicker.pt-disabled .pt-timepicker-input{cursor:not-allowed;color:rgba(92,112,128,.5)}.pt-timepicker.pt-disabled .pt-timepicker-arrow-button,.pt-timepicker.pt-disabled .pt-timepicker-arrow-button:hover{cursor:not-allowed;color:rgba(92,112,128,.5)}.pt-dark .pt-timepicker .pt-timepicker-input-row{-webkit-box-shadow:inset 0 0 0 1px rgba(16,22,26,.3),inset 0 1px 1px rgba(16,22,26,.4);box-shadow:inset 0 0 0 1px rgba(16,22,26,.3),inset 0 1px 1px rgba(16,22,26,.4);background:rgba(16,22,26,.3)}.pt-dark .pt-timepicker .pt-timepicker-divider-text{color:#bfccd6}.pt-dark .pt-timepicker .pt-timepicker-input{color:#f5f8fa}.pt-datetimepicker{border-radius:3px;background-color:#fff;padding:10px;text-align:center}.pt-dark .pt-datetimepicker{background:#30404d}.pt-dark .pt-datetimepicker .pt-datepicker{border-bottom:1px solid rgba(16,22,26,.4)}.pt-datetimepicker .pt-datepicker{border-bottom:1px solid rgba(16,22,26,.15);padding:0 0 10px}.pt-datetimepicker .pt-timepicker{margin-top:10px}.pt-dateinput-popover{padding:0}.search .news-card--result-byline-anti,.search .news-card--result-byline-time,.search .news-card--result-type-link{-webkit-box-shadow:none;box-shadow:none;margin-left:0;padding-left:0}.search .news-search--result{float:none;margin-left:0}.search .news-search--result-query{-webkit-box-shadow:none;box-shadow:none}@media (max-width:1473px){.search .news-search--result{margin-bottom:30px;min-width:100%;width:100%}}@media (max-width:639px){.search .news-card--result-content{float:none;max-width:100%}}.search .news-search--result-query::-webkit-search-cancel-button{display:none}.search .news-search--result{height:80px;margin-bottom:0}@media screen and (max-width:482px){.search.arcGis-gateway .news-search--result,.search.arcGis-product-gateway .news-search--result{height:4rem}}@media screen and (min-width:860px){.search.arcGis-gateway .news-search--result.overflow-active:before,.search.arcGis-product-gateway .news-search--result.overflow-active:before{content:'';display:inline-block;position:absolute;z-index:999;left:0;bottom:2px;width:100px;height:60px;background:-webkit-gradient(linear,left top,right top,from(white),color-stop(50%,rgba(255,255,255,.65)),to(rgba(255,255,255,0)));background:linear-gradient(to right,#fff 0,rgba(255,255,255,.65) 50%,rgba(255,255,255,0) 100%)}.search.arcGis-gateway .news-search--result .hidden-input-mirror,.search.arcGis-product-gateway .news-search--result .hidden-input-mirror{height:3px;width:auto;font-size:2.82715rem;font-weight:300;font-style:normal;position:absolute;bottom:0;left:0;overflow:hidden;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;-webkit-box-shadow:inset 0 -1px 0 0 #0079c1;box-shadow:inset 0 -1px 0 0 #0079c1;-webkit-transition:width .3s;transition:width .3s;user-select:none}}@media screen and (max-width:859px){.search.arcGis-gateway .news-search--result.overflow-active,.search.arcGis-product-gateway .news-search--result.overflow-active{display:none}.search.arcGis-gateway .news-search--result .hidden-input-mirror,.search.arcGis-product-gateway .news-search--result .hidden-input-mirror{display:none}}.search.arcGis-gateway .news-search--result-submit,.search.arcGis-product-gateway .news-search--result-submit{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' style='fill:%23959595' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.364 14.636L9.735 9.008a5.5 5.5 0 1 0-.706.708l5.628 5.627.707-.707zM1 5.5C1 3.019 3.019 1 5.5 1S10 3.019 10 5.5 7.981 10 5.5 10 1 7.981 1 5.5z'/%3E%3C/svg%3E")!important}.search.arcGis-gateway .news-search--result-query,.search.arcGis-product-gateway .news-search--result-query{font-size:2.82715rem;line-height:3.1rem;color:#4c4c4c;font-weight:300;font-style:normal;max-width:calc(100% - 60px)}.search.arcGis-gateway .news-search--result-label,.search.arcGis-product-gateway .news-search--result-label{font-size:2.82715rem;line-height:80px}@media screen and (max-width:482px){.search.arcGis-gateway .news-search--result-label,.search.arcGis-product-gateway .news-search--result-label{font-size:1rem;line-height:4rem}}@media screen and (max-width:398px){.search.arcGis-gateway .news-search--result-label,.search.arcGis-product-gateway .news-search--result-label{font-size:8.4vw}}.search.arcGis-gateway .news-search--result+.news-results-subtitle,.search.arcGis-product-gateway .news-search--result+.news-results-subtitle{height:0;max-height:0;overflow:hidden;margin:0}.search.arcGis-gateway .news-search--result-query:valid~.news-search--result-label,.search.arcGis-product-gateway .news-search--result-query:valid~.news-search--result-label{-webkit-animation:news-search--result-label .3s;animation:news-search--result-label .3s;font-size:12px;line-height:12px;padding-bottom:0;padding-top:0;top:-24px}.search.arcGis-gateway .advance-help-text,.search.arcGis-product-gateway .advance-help-text{float:none;width:1424px;margin-top:5px;padding-left:0}.search.arcGis-gateway .advance-help-text .lightbulb-icon,.search.arcGis-product-gateway .advance-help-text .lightbulb-icon{display:inline-block;width:17px;height:17px;vertical-align:middle;background:url(../public/placeholders/arcGis/lightbulb-24.svg);background-size:17px 17px}.search.arcGis-gateway .ui-autocomplete,.search.arcGis-product-gateway .ui-autocomplete{max-height:40vh;overflow:scroll;max-width:75%}.search.arcGis-gateway .ui-autocomplete .ui-menu-item,.search.arcGis-product-gateway .ui-autocomplete .ui-menu-item{color:#595959}.search.arcGis-gateway .ui-autocomplete .ui-menu-item:hover,.search.arcGis-product-gateway .ui-autocomplete .ui-menu-item:hover{background-color:#d2e9f9}.search.arcGis-gateway .ui-menu,.search.arcGis-product-gateway .ui-menu{background-color:#fff;z-index:99;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.1),0 0 16px 0 rgba(0,0,0,.05);box-shadow:0 0 0 1px rgba(0,0,0,.1),0 0 16px 0 rgba(0,0,0,.05);width:483.33333px;max-width:31.66667vw}.search.arcGis-gateway .ui-menu-item,.search.arcGis-product-gateway .ui-menu-item{list-style:none;padding:5px;color:#0079c1;cursor:pointer}@media screen and (max-width:859px){.search.arcGis-gateway .news-results,.search.arcGis-product-gateway .news-results{padding-top:54px}.search.arcGis-gateway .news-search--result,.search.arcGis-product-gateway .news-search--result{height:48px;margin-bottom:0}.search.arcGis-gateway .news-search--result-label,.search.arcGis-product-gateway .news-search--result-label{font-size:1.9994rem;line-height:1;font-weight:400;font-style:normal}.search.arcGis-gateway .news-search--result-submit,.search.arcGis-product-gateway .news-search--result-submit{height:30px;width:30px;background-size:30px 30px}.search.arcGis-gateway .news-search--result-query,.search.arcGis-product-gateway .news-search--result-query{font-size:1.9994rem;height:2.4rem;margin-top:0}.search.arcGis-gateway .advance-help-text,.search.arcGis-product-gateway .advance-help-text{width:100%;max-width:100%}.search.arcGis-gateway .btn-mobile-filters,.search.arcGis-product-gateway .btn-mobile-filters{margin-bottom:20px}.search.arcGis-gateway .no-modal-reset:hover,.search.arcGis-product-gateway .no-modal-reset:hover{text-decoration:none}.search.arcGis-gateway .filter-tags,.search.arcGis-product-gateway .filter-tags{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:40px;margin-left:-10px}.search.arcGis-gateway .filter-tags .filter-tag,.search.arcGis-product-gateway .filter-tags .filter-tag{background-color:#efefef;color:#828282;margin-bottom:0;line-height:36px;padding-left:14px;padding-right:3px;margin-left:10px;margin-top:10px;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap}.search.arcGis-gateway .filter-tags .filter-tag:hover,.search.arcGis-product-gateway .filter-tags .filter-tag:hover{background-color:#0079c1;color:#fff}.search.arcGis-gateway .filter-tags .filter-tag span,.search.arcGis-product-gateway .filter-tags .filter-tag span{margin-left:10px}.search.arcGis-gateway .filters-modal-wrapper,.search.arcGis-product-gateway .filters-modal-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;z-index:10999;-webkit-transition:all .3s;transition:all .3s}.search.arcGis-gateway .filters-modal-wrapper.show,.search.arcGis-product-gateway .filters-modal-wrapper.show{-webkit-transform:scale(1);transform:scale(1);opacity:1}.search.arcGis-gateway .filters-modal-wrapper.no-show,.search.arcGis-product-gateway .filters-modal-wrapper.no-show{height:0;opacity:0;z-index:0;-webkit-transform:scale(.7);transform:scale(.7)}.search.arcGis-gateway .filters-modal-wrapper.show-b,.search.arcGis-product-gateway .filters-modal-wrapper.show-b{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}.search.arcGis-gateway .filters-modal-wrapper.no-show-b,.search.arcGis-product-gateway .filters-modal-wrapper.no-show-b{-webkit-transform:translateY(-100%);transform:translateY(-100%);opacity:.4}.search.arcGis-gateway .inner-filters-modal,.search.arcGis-product-gateway .inner-filters-modal{width:100%;max-width:100%;height:100%;cursor:default}.search.arcGis-gateway .inner-filters-modal .icon-ui-close,.search.arcGis-product-gateway .inner-filters-modal .icon-ui-close{position:absolute;top:20px;right:20px;cursor:pointer!important}.search.arcGis-gateway .inner-filters-modal .ifm-tag,.search.arcGis-product-gateway .inner-filters-modal .ifm-tag{margin-top:44px;max-width:95vw;margin:44px auto 0;padding-left:22px}.search.arcGis-gateway .inner-filters-modal .ifm-dropdowns,.search.arcGis-product-gateway .inner-filters-modal .ifm-dropdowns{max-width:95vw;margin:34px auto 0}.search.arcGis-gateway .inner-filters-modal .ifm-filter,.search.arcGis-product-gateway .inner-filters-modal .ifm-filter{position:relative}.search.arcGis-gateway .inner-filters-modal .ifm-filter.date-picker .DayPicker,.search.arcGis-product-gateway .inner-filters-modal .ifm-filter.date-picker .DayPicker{display:none}.search.arcGis-gateway .inner-filters-modal .ifm-filter.date-picker .pt-datepicker.pt-daterangepicker,.search.arcGis-product-gateway .inner-filters-modal .ifm-filter.date-picker .pt-datepicker.pt-daterangepicker{background:0 0}.search.arcGis-gateway .inner-filters-modal .ifm-filter.date-picker .pt-menu,.search.arcGis-product-gateway .inner-filters-modal .ifm-filter.date-picker .pt-menu{max-height:314px;overflow:scroll;background-color:#f8f8f8;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.search.arcGis-gateway .inner-filters-modal .ifm-filter.date-picker .pt-menu li,.search.arcGis-product-gateway .inner-filters-modal .ifm-filter.date-picker .pt-menu li{padding-left:22px;line-height:40px}.search.arcGis-gateway .inner-filters-modal .ifm-filter.date-picker .pt-menu li .pt-menu-item,.search.arcGis-product-gateway .inner-filters-modal .ifm-filter.date-picker .pt-menu li .pt-menu-item{color:#4c4c4c;font-size:1rem}.search.arcGis-gateway .inner-filters-modal .ifm-filter.date-picker .pt-menu li.ifm-selected,.search.arcGis-gateway .inner-filters-modal .ifm-filter.date-picker .pt-menu li:hover,.search.arcGis-product-gateway .inner-filters-modal .ifm-filter.date-picker .pt-menu li.ifm-selected,.search.arcGis-product-gateway .inner-filters-modal .ifm-filter.date-picker .pt-menu li:hover{font-weight:500;background-color:#efefef}.search.arcGis-gateway .inner-filters-modal .ifm-filter.date-picker .pt-menu.closed,.search.arcGis-product-gateway .inner-filters-modal .ifm-filter.date-picker .pt-menu.closed{max-height:0}}@media screen and (max-width:859px) and (max-width:480px){.search.arcGis-gateway .inner-filters-modal .ifm-filter.date-picker .pt-menu,.search.arcGis-product-gateway .inner-filters-modal .ifm-filter.date-picker .pt-menu{max-height:214px}}@media screen and (max-width:859px){.search.arcGis-gateway .inner-filters-modal .ifm-filter:last-child .ifm-filter-options:after,.search.arcGis-product-gateway .inner-filters-modal .ifm-filter:last-child .ifm-filter-options:after{display:none}.search.arcGis-gateway .inner-filters-modal .ifm-filter-name,.search.arcGis-product-gateway .inner-filters-modal .ifm-filter-name{border-bottom:1px solid #ccc;margin:5px 0 0;line-height:74px;position:relative;padding-left:22px}.search.arcGis-gateway .inner-filters-modal .ifm-filter-name[targeted],.search.arcGis-product-gateway .inner-filters-modal .ifm-filter-name[targeted]{color:#0079c1;border-bottom:1px solid #0079c1}.search.arcGis-gateway .inner-filters-modal .ifm-filter-name[has-selection=true],.search.arcGis-product-gateway .inner-filters-modal .ifm-filter-name[has-selection=true]{background-color:#f8f8f8;border-bottom:1px solid #ccc}.search.arcGis-gateway .inner-filters-modal .ifm-filter-name span,.search.arcGis-product-gateway .inner-filters-modal .ifm-filter-name span{position:absolute;left:91%;display:inline-block}.search.arcGis-gateway .inner-filters-modal .ifm-filter-name span:before,.search.arcGis-product-gateway .inner-filters-modal .ifm-filter-name span:before{font-size:19px}.search.arcGis-gateway .inner-filters-modal .ifm-filter-options,.search.arcGis-product-gateway .inner-filters-modal .ifm-filter-options{max-height:314px;overflow:scroll;background-color:#f8f8f8;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.search.arcGis-gateway .inner-filters-modal .ifm-filter-options li,.search.arcGis-product-gateway .inner-filters-modal .ifm-filter-options li{padding-left:22px;line-height:40px}.search.arcGis-gateway .inner-filters-modal .ifm-filter-options li.ifm-selected,.search.arcGis-gateway .inner-filters-modal .ifm-filter-options li:hover,.search.arcGis-product-gateway .inner-filters-modal .ifm-filter-options li.ifm-selected,.search.arcGis-product-gateway .inner-filters-modal .ifm-filter-options li:hover{font-weight:500;background-color:#efefef}.search.arcGis-gateway .inner-filters-modal .ifm-filter-options.closed,.search.arcGis-product-gateway .inner-filters-modal .ifm-filter-options.closed{max-height:0}.search.arcGis-gateway .inner-filters-modal .ifm-filter-options.closed:after,.search.arcGis-product-gateway .inner-filters-modal .ifm-filter-options.closed:after{display:none}.search.arcGis-gateway .inner-filters-modal .ifm-filter-options.scrolling:after,.search.arcGis-product-gateway .inner-filters-modal .ifm-filter-options.scrolling:after{display:none}.search.arcGis-gateway .inner-filters-modal .ifm-filter-options:after,.search.arcGis-product-gateway .inner-filters-modal .ifm-filter-options:after{content:'';display:block;position:absolute;bottom:0;left:0;z-index:1;width:100%;height:30px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,.6)),color-stop(95%,rgba(255,255,255,.8)),to(rgba(255,255,255,0)));background:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.6) 50%,rgba(255,255,255,.8) 95%,rgba(255,255,255,0) 100%)}.search.arcGis-gateway .inner-filters-modal .ifm-filter-options :hover:after,.search.arcGis-product-gateway .inner-filters-modal .ifm-filter-options :hover:after{display:none}}@media screen and (max-width:859px) and (max-width:480px){.search.arcGis-gateway .inner-filters-modal .ifm-filter-options,.search.arcGis-product-gateway .inner-filters-modal .ifm-filter-options{max-height:214px}}@media screen and (max-width:859px){.search.arcGis-gateway .inner-filters-modal .ifm-footer,.search.arcGis-product-gateway .inner-filters-modal .ifm-footer{bottom:30px;left:0;position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:100%}.search.arcGis-gateway .inner-filters-modal .ifm-footer span,.search.arcGis-product-gateway .inner-filters-modal .ifm-footer span{display:inline-block;line-height:45px;margin-left:26px}.search.arcGis-gateway .inner-filters-modal .ifm-footer span.btn-link,.search.arcGis-product-gateway .inner-filters-modal .ifm-footer span.btn-link{color:#0079c1}}@media screen and (max-width:859px) and (max-width:560px){.search.arcGis-gateway .inner-filters-modal .ifm-footer.filters-open,.search.arcGis-product-gateway .inner-filters-modal .ifm-footer.filters-open{visibility:hidden}}@media screen and (max-width:859px){.search.arcGis-gateway .news-results-subtitle,.search.arcGis-product-gateway .news-results-subtitle{line-height:0}.search.arcGis-gateway .news-card--result-title,.search.arcGis-product-gateway .news-card--result-title{margin-bottom:16px}.search.arcGis-gateway .news-card--result-byline,.search.arcGis-product-gateway .news-card--result-byline{margin:0}}@media screen and (max-width:481px){.search.arcGis-gateway .news-search--result-query,.search.arcGis-product-gateway .news-search--result-query{margin-top:-16px;line-height:4rem;height:4rem}.search.arcGis-gateway .news-search--result-label,.search.arcGis-product-gateway .news-search--result-label{font-size:8.4vw;line-height:1}.search.arcGis-gateway .inner-filters-modal .ifm-filter ul li,.search.arcGis-product-gateway .inner-filters-modal .ifm-filter ul li{line-height:34px!important}}.search-app-wrapper{position:relative}.search-app-wrapper .filters-heading{margin-bottom:.675rem}.search-app-wrapper .svg-icon-loader{display:none;top:80px;left:calc(50% - 32px)}.search-app-wrapper .svg-icon-loader.show{display:block}.search-app-wrapper .svg-icon-loader.bottom{top:auto;bottom:48px}.search-app-wrapper .view-more.wrapper{position:absolute;bottom:0;left:calc(50% - 32px);visibility:hidden}.search-app-wrapper .news-cards--result{padding-bottom:52px}.search-app-wrapper .news-card--result{-webkit-transform-style:preserve-3d;opacity:0;-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}.search-app-wrapper .news-card--result.fade-in{opacity:1}.search-app-wrapper .news-card--result .newsr-hero--simple-link.no-link{color:#4c4c4c;text-decoration:none}.search-app-wrapper .news-card--result .newsr-hero--simple-link.no-link:hover{text-decoration:none;cursor:default}.search-app-wrapper #react-results{opacity:1}.search-app-wrapper #react-results.fade-in{-webkit-transition:opacity .6s ease-in-out;transition:opacity .6s ease-in-out}@media screen and (max-width:1473px){.search-app-wrapper .block-group-4-up>.block{-ms-flex-preferred-size:calc(50% - 1.5rem);flex-basis:calc(50% - 1.5rem);width:calc(50% - 1.5rem)}}.search-app-wrapper .loader.is-active{position:absolute;width:100%;min-height:100%;top:0;background-color:rgba(255,255,255,.9)}.search-app-wrapper .date-range-container{position:absolute;display:none}.search-app-wrapper .date-range-container.open{display:block;z-index:10}.search-app-wrapper .date-range-container--footer{text-align:right}.search-app-wrapper .Select-control{border:1px solid #a9a9a9;border-radius:0}.search-app-wrapper .Select-control .Select-value{padding-left:35px!important;padding-right:32px!important}.search-app-wrapper .Select-control .Select-clear-zone{position:absolute;top:0;left:10px}.search-app-wrapper .Select-control .Select-clear-zone span{line-height:36px!important;font-size:16px!important}.search-app-wrapper .Select.is-focused .Select-placeholder{visibility:hidden}.search-app-wrapper .Select.is-focused:not(.is-open)>.Select-control{-webkit-box-shadow:none!important;box-shadow:none!important}.search-app-wrapper .Select-input>input{height:20px}.search-app-wrapper .Select.has-value .Select-control .Select-value{background-color:#f8f8f8}.search-app-wrapper .date-range-container{background-color:#f8f8f8;font-family:"Avenir Next W01","Avenir Next W00","Avenir Next",Avenir,"Helvetica Neue",Helvetica,Arial,sans-serif}.search-app-wrapper .date-range-container .card-content{padding:0}.search-app-wrapper .pt-daterangepicker{background-color:#f8f8f8}@media screen and (min-width:860px){.search-app-wrapper .pt-daterangepicker .pt-menu{margin-left:-10px;background-color:#fff;margin-top:-10px;margin-bottom:-10px;border-right:1px solid #a9a9a9}.search-app-wrapper .pt-daterangepicker .pt-menu li{list-style:none;padding-left:17px;-webkit-transition:all .35s ease;transition:all .35s ease}.search-app-wrapper .pt-daterangepicker .pt-menu li:hover{background-color:#f8f8f8;cursor:pointer}.search-app-wrapper .pt-daterangepicker .pt-menu li:hover .pt-fill{color:#4c4c4c;font-weight:400;position:relative}.search-app-wrapper .pt-daterangepicker .pt-menu li:hover .pt-fill:after{display:inline-block;content:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' style='fill:%234c4c4c' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.047 4h5l12 12-12 12h-5l12-12-12-12zm26 12l-12 12h5l12-12-12-12h-5l12 12z'/%3E%3C/svg%3E");height:0;width:12px;position:absolute;right:10px;-webkit-transition:all .35s ease;transition:all .35s ease}.search-app-wrapper .pt-daterangepicker .pt-menu-item .pt-fill{font-size:.875rem;line-height:40px;color:#6e6e6e;font-weight:300;font-style:normal}.search-app-wrapper .pt-daterangepicker .pt-menu-item:hover{text-decoration:none}}.search-app-wrapper .pt-daterangepicker .DayPicker:not(:last-child){border-left:none}.search-app-wrapper .pt-daterangepicker .DayPicker:not(:last-child):before{display:block;content:"Start date";font-size:.856rem;line-height:1rem;color:#4c4c4c;width:100%;text-align:center;font-weight:400;margin-bottom:10px}.search-app-wrapper .pt-daterangepicker .DayPicker:last-child{margin-left:15px}.search-app-wrapper .pt-daterangepicker .DayPicker:last-child:before{display:block;content:"End date";font-size:.856rem;line-height:1rem;color:#4c4c4c;width:100%;text-align:center;font-weight:400;margin-bottom:10px}.search-app-wrapper .pt-daterangepicker span.DayPicker-NavButton.DayPicker-NavButton--next,.search-app-wrapper .pt-daterangepicker span.DayPicker-NavButton.DayPicker-NavButton--prev{display:none}.search-app-wrapper .pt-daterangepicker svg.pt-icon.pt-datepicker-caption-caret{left:80%!important}.search-app-wrapper .pt-daterangepicker .pt-datepicker-caption select{-webkit-box-shadow:none;box-shadow:none}.search-app-wrapper .pt-daterangepicker .pt-datepicker-caption select:focus{-webkit-box-shadow:none;box-shadow:none}.search-app-wrapper .pt-daterangepicker .DayPicker-Weekday{font-weight:400}.search-app-wrapper .clear-all-link{line-height:34px}.search-app-wrapper .clear-all-link:hover{text-decoration:none}.search-app-wrapper .clear-all-link.disable{cursor:not-allowed;color:#a9a9a9}.search-app-wrapper .is-focused.has-value .Select-input>input{padding-left:25px}.icon-filter-16{display:inline-block;height:1rem;width:1rem;vertical-align:middle;background-size:1rem 1rem;margin-right:5px;background:url(../public/placeholders/arcGis/filter-16.svg)}