.esri-wordpress
  .section-wrapper
  .esri-wordpress-department-section
  .esri-wordpress-department {
  border-bottom: 1px solid var(--calcite-ui-border-3);
}
.esri-wordpress
  .section-wrapper
  .esri-wordpress-department-section:last-of-type
  .esri-wordpress-department {
  border-bottom: none;
}
.kaltura-video iframe,
.n-video--youtube {
  padding-bottom: 30px;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.esri-wordpress .time-stamp {
  position: absolute;
  bottom: 6px;
  right: 0;
  padding: var(--space-2);
  background: var(--esri-ui-opacity80-inverse);
  font-size: var(--calcite-font-size--1);
  color: var(--calcite-ui-text-1);
}
.esri-wordpress .subscribe-list {
  padding-block: var(--space-10);
  background-color: #f8f8f8;
}
.esri-wordpress .subscribe-list.noback {
  background-color: initial;
}
.esri-wordpress .subscribe-list p {
  text-align: center;
  font-weight: var(--calcite-font-weight-bold);
}
.esri-wordpress .subscribe-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.esri-wordpress .subscribe-list ul li {
  list-style: none;
  -webkit-margin-end: var(--space-2);
  margin-inline-end: var(--space-2);
}
.esri-wordpress-department-header {
  color: var(--calcite-ui-text-1);
}
.esri-wordpress calcite-link {
  --calcite-link-blue-underline: transparent;
}
.esri-wordpress.esri-blog #esri-overview-hero {
  background-color: #00a244;
}
.esri-wordpress.esri-blog .modular-content-strip .separator {
  background-color: #00a244;
}
.esri-wordpress.esri-blog .esri-wordpress-featured-card {
  border-top: 8px solid #00a244;
}
.esri-wordpress.esri-blog .esri-wordpress-department-description {
  border-left: 3px solid #00a244;
}
.esri-wordpress.esri-blog .esri-article-main-img {
  border-top: #00a244 solid 8px;
}
.esri-wordpress.podcast .separator {
  background-color: #6a0be6;
}
.esri-wordpress.podcast #esri-overview-hero {
  background-color: #6a0be6;
}
.esri-wordpress.podcast .esri-explore-departments .separator,
.esri-wordpress.podcast .modular-content-strip .separator {
  background-color: #6a0be6;
}
.esri-wordpress.podcast .esri-wordpress-featured-card {
  border-top: 8px solid #6a0be6;
}
.esri-wordpress.podcast .esri-wordpress-department-description {
  border-left: 3px solid #6a0be6;
}
.esri-wordpress.podcast .esri-article-main-img {
  border-top: #6a0be6 solid var(--space-2);
}
.esri-wordpress.podcast .simple_quotation-mark svg {
  fill: #6a0be6;
}
.esri-wordpress .news-podcast {
  width: 80%;
  margin: 0 auto var(--space-10);
}
.esri-wordpress .hostname {
  padding-block: var(--space-10);
  text-align: center;
}
.esri-wordpress .hostname h2 {
  margin-bottom: var(--space-1);
}
.esri-wordpress .hostname img {
  border-radius: 50%;
  height: 120px;
  width: 120px;
  margin-bottom: var(--space-6);
}
.esri-wordpress .wn-overview-search-inset {
  margin-bottom: 0;
}
.esri-wordpress #esri-overview-hero {
  min-height: 160px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.esri-wordpress #esri-overview-hero .esri-overview-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: var(--space-10) 0;
}
.esri-wordpress
  #esri-overview-hero
  .esri-overview-container
  .esri-hero-logo
  img {
  -webkit-margin-end: var(--space-5);
  margin-inline-end: var(--space-5);
}
.esri-hero-logo {
  max-width: 80%;
}
.esri-wordpress #esri-overview-hero .esri-overview-container .esri-hero-logo p {
  color: #fff;
  margin-bottom: 0;
  font-style: italic;
  font-size: var(--font-2);
  -webkit-padding-after: var(--space-1);
  padding-block-end: var(--space-1);
  margin-bottom: 10px;
}

.esri-wordpress #esri-overview-hero .esri-overview-container .esri-hero-logo {
  margin-bottom: var(--space-4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

@media screen and (min-width:860px) {
  .esri-wordpress #esri-overview-hero .esri-overview-container .esri-hero-logo {
      margin: 0
  }
}

@media screen and (max-width:860px) {
  .esri-wordpress #esri-explore-departments .explore-button-header {
      text-align: center
  }
}

@media screen and (max-width:860px) {
  .esri-wordpress #esri-explore-departments .explore-button-header.leftaligned {
      text-align: left
  }
}

.esri-wordpress #esri-explore-departments {
  position: relative;
  margin: var(--space-12) 0 var(--space-6);
}

.esri-wordpress #esri-explore-departments .esri-explore-list {
  min-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow: auto;
  list-style: none;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}
.esri-wordpress #esri-explore-departments .esri-explore-list.centered {
  justify-content: center;
}

.esri-wordpress #esri-explore-departments .esri-explore-list calcite-button {
  white-space: nowrap;
  -webkit-margin-end: var(--space-2);
  margin-inline-end: var(--space-2);
  margin-top: var(--space-2);
}
.esri-wordpress .meethost {
  background: #f8f8f8;
}
.esri-wordpress .meethost .text-link-stack-icon-wrapper .headerimage {
  border-radius: 100%;
  height: 128px;
  width: 128px;
  overflow: hidden;
}
.esri-wordpress .article-grid {
  width: 100%;
  display: block;
  margin-bottom: var(--space-4);
  border-bottom: 1px solid var(--calcite-ui-border-1);
}
.esri-wordpress .main-cards {
  min-height: 150px;
}
.esri-wordpress .esri-article-content .article-image {
  margin: var(--space-1) 0 var(--space-4);
}
.esri-wordpress .esri-article-content {
  font-size: var(--font-1);
}
.esri-wordpress .esri-article-content figcaption {
  text-align: center;
}
.esri-wordpress .esri-article-content .newsr-aside {
  font-size: var(--font-0);
}
.esri-wordpress .esri-article-content .newsr-aside .newsr-aside_custom-content {
  padding: 25px;
}
.esri-wordpress
  .esri-article-content
  .newsr-aside
  .newsr-aside_custom-content
  p {
  margin-bottom: 0;
}
.wherenext .wn-article-content-container .newsr-aside_custom-content p {
  margin-bottom: 0;
}
.esri-wordpress .esri-article-content .newsr-aside--center {
  margin: var(--space-8) auto;
}

.esri-wordpress .esriblog-esri-logo a {
  display: block;
  width: 100px;
  height: 36px;
  background: url(https://www.esri.com/content/dam/esrisites/en-us/newsroom/esri-blog-logo-green.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.esri-wordpress .esri-article {
  text-align: center;
}
.esri-wordpress .esri-article-main-img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
  -webkit-margin-after: var(--space-8);
  margin-block-end: var(--space-8);
}
.esri-wordpress .headercontainer h2 {
  display: inline-block;
  -webkit-padding-end: var(--space-2);
  padding-inline-end: var(--space-2);
}
.esri-wordpress .headercontainer h2.text-center {
  display: block;
}
.esri-wordpress .text-link-stack-image .headerimage {
  position: relative;
  margin-bottom: var(--space-3);
}
.esri-wordpress .text-link-stack-image .contentarea {
  padding: var(--space-3) var(--space-5) 0 0;
}
.esri-wordpress .text-link-stack-image .contentarea a,
.esri-wordpress .text-link-stack-image .contentarea p {
  color: var(--calcite-ui-text-1);
}
.esri-wordpress .text-link-stack-image .contentarea .category-description {
  margin: 0 0 var(--space-3) 0;
  letter-spacing: -0.05rem;
  color: var(--calcite-ui-text-1);
  font-size: var(--font-3);
  line-height: 1.15;
}
.esri-wordpress
  .text-link-stack-image
  .contentarea
  .category-description:hover {
  color: var(--calcite-ui-brand);
  text-decoration: none;
}
.esri-wordpress .additional-info {
  font-weight: var(--calcite-font-weight-medium);
  text-transform: initial;
  background-color: transparent;
  padding: 0 0 var(--space-4) 0;
  margin-bottom: 0;
  font-size: var(--font--1);
  color: var(--calcite-ui-text-2);
  line-height: 1.35;
}
.esri-wordpress .additional-info span {
  padding: 0 var(--space-1);
}
.esri-wordpress-featured-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: var(--space-8) 0 var(--space-4);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width:860px) {
  .esri-wordpress-featured-section {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row
  }
}

@media (min-width:860px) {
  .esri-wordpress-featured-image {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row
  }
}

.esri-wordpress-featured-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 66%;
  flex: 1 1 66%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.esri-wordpress-featured-image .featured-image {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  position: relative;
}
.esri-wordpress-featured-image .featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.esri-wordpress-featured-image .featured-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding: var(--space-16) var(--space-6) var(--space-6) var(--space-6);
}
.esri-wordpress-featured-image .featured-content h2,
.esri-wordpress-featured-image .featured-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--calcite-ui-text-1);
}
.esri-wordpress-featured-image .featured-content a {
  color: var(--calcite-ui-text-1);
  font-size: var(--font-3);
  line-height: 1.15;
}
.esri-wordpress-featured-image .featured-content a:focus,
.esri-wordpress-featured-image .featured-content a:hover {
  text-decoration: none;
  color: var(--calcite-ui-brand);
}
.esri-wordpress-featured-card {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
  background-color: var(--calcite-ui-foreground-1);
  border: 1px solid var(--calcite-ui-border-2);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.esri-wordpress-department-description {
  -webkit-padding-start: var(--space-3);
  padding-inline-start: var(--space-3);
  color: var(--calcite-ui-text-2);
  max-width: 80%;
}
.esri-wordpress-department .headercontainer {
  padding: 0 var(--space-5) var(--space-6) var(--space-2);
  width: 100%;
}
.esri-wordpress .esri-blog-article-container {
  background: var(--calcite-ui-foreground-2);
  padding: var(--space-6);
  margin-top: var(--space-4);
  border: 1px solid var(--calcite-ui-border-1);
}
.esri-wordpress .esri-blog-article-container .esri-blog-mini-card {
  padding: var(--space-4) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 1px solid var(--calcite-ui-border-1);
}
.esri-wordpress
  .esri-blog-article-container
  .esri-blog-mini-card
  .mini-card-date {
  color: var(--calcite-ui-text-2);
}
.esri-wordpress .esri-blog-article-container .esri-blog-mini-card:last-of-type {
  border-bottom: none;
}
.esri-wordpress .esri-blog-article-container .esri-blog-mini-card-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}
.esri-wordpress .esri-blog-article-container .esri-blog-mini-card-image img {
  width: 100px;
  min-width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}
.esri-wordpress .esri-blog-article-container .esri-blog-mini-card-info {
  -webkit-margin-start: var(--space-8);
  margin-inline-start: var(--space-8);
}
.esri-wordpress .esri-blog-article-container .esri-blog-mini-card-info p {
  margin-bottom: 0;
}
.esri-wordpress
  .esri-blog-article-container
  .esri-blog-mini-card-info
  a.esri-blog-mini-card-heading {
  color: var(--calcite-ui-text-1);
  font-size: var(--font-2);
}
.esri-wordpress
  .esri-blog-article-container
  .esri-blog-mini-card-info
  a.esri-blog-mini-card-heading:focus,
.esri-wordpress
  .esri-blog-article-container
  .esri-blog-mini-card-info
  a.esri-blog-mini-card-heading:hover {
  color: var(--calcite-ui-brand);
  text-decoration: none;
}
.esri-wordpress .elastic-content-strip .ecs__panel h2 {
  color: var(--calcite-ui-text-1);
}
.esri-wordpress .esri-article-header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: var(--space-4);
}
.esri-wordpress .esri-article-header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.esri-wordpress .esri-article-header-info a {
  color: var(--calcite-ui-text-1);
}
.esri-wordpress .esri-article-header-info a:hover {
  color: var(--calcite-ui-brand);
}
.esri-wordpress .esri-article-header-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.esri-wordpress .esri-article-header-double img {
  -webkit-margin-end: var(--space-2);
  margin-inline-end: var(--space-2);
}
.esripodcast-logo a img {
  height: 30px;
}
.esri-wordpress .esri-article-header-category {
  text-transform: uppercase;
  font-size: var(--font--1);
}
.esri-wordpress .esri-article-header-line-break {
  height: 32px;
  width: 3px;
  margin: 0 var(--space-5);
}
.esri-wordpress.podcast .esri-article-header-line-break {
  background: #6a0be6;
}
.esri-wordpress.arcgis-blog .esri-article-header-line-break {
  background: #00a09e;
}
.esri-wordpress.esri-blog .esri-article-header-line-break {
  background: #00a244;
}

.esri-wordpress .esri-article-header-line-break-mobile {
  display: none;
}
.esri-wordpress .esri-article-header-category-date-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.esri-wordpress .esri-article-header-category-date-container p {
  margin: 0;
}
.esri-wordpress .esri-article-header-article-title {
  padding: var(--space-5) 0 0 0;
  text-align: center;
  color: var(--calcite-ui-text-1);
}
.esri-wordpress .esri-article-header-author {
  margin-bottom: var(--space-12);
}
.esri-wordpress .esri-article-date {
  color: var(--calcite-ui-text-2);
}
.esri-wordpress .esri-article-content .text,
.esri-wordpress .esri-article-content p,
.esri-wordpress .esri-article-content ul,
.esri-wordpress .esri-article-content ul li {
  color: var(--calcite-ui-text-1);
  line-height: 2rem;
}
.esri-wordpress .esri-article-content .text img,
.esri-wordpress .esri-article-content p img,
.esri-wordpress .esri-article-content ul img,
.esri-wordpress .esri-article-content ul li img {
  padding: var(--space-4) 0;
}
.esri-wordpress .esri-article-content ul {
  padding-bottom: var(--space-6);
}
.esri-wordpress .esri-article-content ul li {
  padding-bottom: var(--space-2);
  -webkit-margin-start: var(--space-4);
  margin-inline-start: var(--space-4);
}
.esri-wordpress .esri-article-content h3 {
  padding-top: var(--space-6);
}
.esri-wordpress .esri-article-content .main-title h2 {
  font-size: var(--font-3);
}
.esri-wordpress .esri-article-author-info {
  border-top: 1px solid var(--calcite-ui-border-1);
  border-bottom: 1px solid var(--calcite-ui-border-1);
  padding: var(--space-12) 0;
}
.esri-wordpress .esri-article-author-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.esri-wordpress .esri-article-author-info-wrapper .esri-article-author-image {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
.esri-wordpress
  .esri-article-author-info-wrapper
  .esri-article-author-image
  img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: var(--space-4);
}
.esri-wordpress .esri-article-author-info-wrapper .esri-article-author-text {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}
.esri-wordpress .esri-article-connect {
  padding: var(--space-12) 0;
}
.esri-wordpress .esri-article-connect p {
  margin-bottom: 0;
  line-height: 2;
}
.esri-wordpress .esri-article-connect [class*="icon-social-"] {
  border-radius: 50%;
  -webkit-margin-end: var(--space-2);
  margin-inline-end: var(--space-2);
}
.esri-wordpress .esri-article-connect-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.esri-wordpress .esri-article-tag-list {
  margin: var(--space-5) 0;
}
.esri-wordpress .esri-article-tag-list calcite-button {
  -webkit-padding-end: var(--space-2);
  padding-inline-end: var(--space-2);
  margin-bottom: var(--space-2);
}
.esri-wordpress .simple-search {
  margin-top: 0;
  width: auto;
  width: 100%;
  max-width: 400px;
}
.esri-wordpress .simple-search .sra-search,
.esri-wordpress .simple-search .sra-search-field {
  width: 100%;
  background: 0 0;
}
.esri-wordpress .custom-underline-text-input.sra-search-textfield {
  color: var(--calcite-ui-text-inverse);
}
.custom-underline-text-input.sra-search-textfield::-webkit-input-placeholder {
  color: var(--calcite-ui-border-3);
}
.custom-underline-text-input.sra-search-textfield::-moz-placeholder {
  color: var(--calcite-ui-border-3);
}
.custom-underline-text-input.sra-search-textfield::-ms-input-placeholder {
  color: var(--calcite-ui-border-3);
}
.custom-underline-text-input.sra-search-textfield::placeholder {
  color: var(--calcite-ui-border-3);
}
.custom-underline-text-input-blueline {
  border-top-color: #fff !important;
}
.esri-wordpress .custom-inline-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.esri-wordpress .custom-inline-social-icons a:hover {
  background-color: transparent;
}
.esri-wordpress .custom-inline-social-icons a:before {
  border: none;
}
.esri-wordpress .custom-inline-social-icons a:after {
  background-color: transparent;
}
.esri-wordpress img.is-gif.card-img-circle {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100px;
}
.esri-wordpress
  .mts-media-text-split
  .mts-media-wrap
  img.is-gif.card-img-circle.margin-left--56 {
  margin-inline-start: var(--space-56);
}
.esri-wordpress .esri-text__title {
  font-weight: var(--calcite-font-weight-bold);
}
.esri-wordpress .esri-text__description p {
  line-height: 1.5rem;
}
.esri-wordpress .filters {
  padding-inline-end: var(--space-3);
}
.esri-wordpress .filter-categories {
  border: none;
  border-radius: 1.875em;
}
@media screen and (min-width: 860px) {
  .esri-wordpress .center {
    text-align: center;
  }
}
.esri-wordpress .container-featured-product {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: var(--space-10);
  grid-row-gap: var(--space-10);
}
.esri-wordpress .container-featured-product .item img {
  height: 64px;
  width: 64px;
}
.simple-search .sra-search .custom-underline-text-input-blueline,
.simple-search .sra-search .custom-underline-text-input-grayline,
.simple-search .sra-search-field .custom-underline-text-input-blueline,
.simple-search .sra-search-field .custom-underline-text-input-grayline {
  top: 45px !important;
}
.search-submit {
  border: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' style='fill:white' 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");
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px !important;
  height: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-color: transparent;
}
.search-submit-gray .custom-underline-text-input-blueline {
  border-top-color: var(--calcite-ui-brand) !important;
}
.search-submit-gray .search-submit {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236a6a6a'%3E%3Cpath d='M15.805 13.918l-3.067-3.068a.668.668 0 0 0-.943 0l-.124.124-.968-.968a5.5 5.5 0 1 0-.69.69l.968.968-.13.129a.667.667 0 0 0 0 .943l3.068 3.067a.665.665 0 0 0 .943 0l.943-.942a.666.666 0 0 0 0-.943zM9.683 9.68A4.47 4.47 0 0 1 6.5 10.999a4.502 4.502 0 1 1 3.183-1.318zm4.708 5.18l-2.597-2.596.473-.473 2.595 2.598z'/%3E%3C/svg%3E");
}
.search-submit-gray .custom-underline-text-input-measure {
  top: initial !important;
  bottom: initial !important;
}
.search-submit-gray
  .custom-underline-text-input.sra-search-textfield::-webkit-input-placeholder {
  color: var(--calcite-ui-text-3);
}
.search-submit-gray
  .custom-underline-text-input.sra-search-textfield::-moz-placeholder {
  color: var(--calcite-ui-text-3);
}
.search-submit-gray
  .custom-underline-text-input.sra-search-textfield::-ms-input-placeholder {
  color: var(--calcite-ui-text-3);
}
.search-submit-gray
  .custom-underline-text-input.sra-search-textfield::placeholder {
  color: var(--calcite-ui-text-3);
}
.search-submit-gray .custom-underline-text-input {
  font-size: var(--font-0);
}
.esri-wordpress.arcgis-blog .mainarticle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.esri-wordpress.arcgis-blog .mainarticle h1 {
  line-height: 1.15;
}
.esri-wordpress .filter-container {
  margin-block: var(--space-10) 0;
}
.esri-wordpress .filter-container .filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.esri-wordpress .filter-container .filter-list.centered {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.esri-wordpress .filter-container .filter-list .filter-categories {
  -webkit-margin-end: var(--space-2);
  margin-inline-end: var(--space-2);
  padding: var(--space-2) var(--space-4);
  -webkit-margin-after: var(--space-2);
  margin-block-end: var(--space-2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.esri-wordpress .filter-container .filter-list .filter-categories calcite-icon {
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
}
.esri-wordpress .filter-container calcite-input-date-picker,
.esri-wordpress .filter-container calcite-select {
  -webkit-margin-after: var(--space-2);
  margin-block-end: var(--space-2);
}
.esri-wordpress.arcgis-blog .simple-search.extended,
.esri-wordpress.arcgis-blog .simple-search.fullwidth {
  max-width: 100%;
}
.esri-wordpress.arcgis-blog .simple-search.extended .sra-search-field,
.esri-wordpress.arcgis-blog .simple-search.fullwidth .sra-search-field {
  width: 100%;
  padding: 0;
}
.esri-wordpress.arcgis-blog
  .simple-search.extended
  .custom-underline-text-input,
.esri-wordpress.arcgis-blog
  .simple-search.fullwidth
  .custom-underline-text-input {
  font-size: var(--font-2);
  height: 60px;
}
.esri-wordpress.arcgis-blog
  .simple-search.extended
  .custom-underline-text-input-container {
  position: relative;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.esri-wordpress.arcgis-blog
  .simple-search.extended
  .custom-underline-text-input-container
  .search-submit {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' style='fill:%23cacaca' 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");
}
.esri-wordpress.arcgis-blog
  .simple-search.extended
  .custom-underline-text-input {
  font-size: var(--font-2);
  height: 60px;
}
.container .parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
}
[class*="icon-aem-social-"] {
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  cursor: pointer;
}
[class*="icon-aem-social-"]:last-child {
  margin-right: 0;
}
[class*="icon-aem-social-"]:before {
  content: "";
  top: 15.5px;
  right: 61px;
  position: absolute;
  border: 8px solid transparent;
  border-right: none;
  border-left-color: var(--calcite-ui-background);
}
[class*="icon-aem-social-"]:after {
  background-color: var(--calcite-ui-background);
  font-size: 12px;
  line-height: 15px;
  padding: 7.5px 10px;
  top: 8.5px;
  right: 67px;
  position: absolute;
  white-space: nowrap;
  color: var(--calcite-ui-text-1);
}
[class*="icon-aem-social-"]:focus,
[class*="icon-aem-social-"]:hover {
  background-color: #59abee;
}
[class*="icon-aem-social-"]:not(:hover):not(:focus):after,
[class*="icon-aem-social-"]:not(:hover):not(:focus):before {
  clip: rect(0, 0, 0, 0);
}
.icon-aem-social-share {
  background-image: url(https://www.esri.com/content/dam/esrisites/en-us/common/social-share-images/icons/social-share.svg);
}
.icon-aem-social-share:hover {
  background-color: #7461a8;
}
.icon-aem-social-contact {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Square_Idle' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40 40' style='enable-background:new 0 0 40 40;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bopacity:0;enable-background:new ;%7D .st1%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Ctitle%3EContact-Newsletter%3C/title%3E%3Crect class='st0' width='40' height='40'/%3E%3Cpath class='st1' d='M20,22.5l-10-6.2V26c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2v-9.7L20,22.5z'/%3E%3Cpath class='st1' d='M20,19.1l10-5.6c-0.2-0.9-1-1.6-2-1.6H12c-0.9,0-1.7,0.7-2,1.6L20,19.1z'/%3E%3C/svg%3E%0A");
}
.calcite-theme-light .icon-aem-social-contact {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Square_Idle' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40 40' style='enable-background:new 0 0 40 40;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bopacity:0;enable-background:new ;%7D .st1%7Bfill:%23A1A1A1;%7D%0A%3C/style%3E%3Ctitle%3EContact-Newsletter%3C/title%3E%3Crect class='st0' width='40' height='40'/%3E%3Cpath class='st1' d='M20,22.5l-10-6.2V26c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2v-9.7L20,22.5z'/%3E%3Cpath class='st1' d='M20,19.1l10-5.6c-0.2-0.9-1-1.6-2-1.6H12c-0.9,0-1.7,0.7-2,1.6L20,19.1z'/%3E%3C/svg%3E%0A");
}
.icon-aem-social-contact:hover {
  background-color: #fe3a3a;
}
.icon-aem-social-facebook {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Square_Idle' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40 40' style='enable-background:new 0 0 40 40;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bopacity:0;enable-background:new ;%7D .st1%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Ctitle%3EFacebook%3C/title%3E%3Crect class='st0' width='40' height='40'/%3E%3Cpath class='st1' d='M28.9,10H11.1c-0.6,0-1.1,0.5-1.1,1.1c0,0,0,0,0,0v17.8c0,0.6,0.5,1.1,1.1,1.1c0,0,0,0,0,0H21v-8h-3v-3h3v-2 c0-2.6,1.5-4,3.8-4c0.7,0,1.5,0,2.2,0.1V16h-1.7C24,16,24,16.4,24,17.3V19h2.8l-0.4,3H24v8h4.9c0.6,0,1.1-0.5,1.1-1.1c0,0,0,0,0,0 V11.1C30,10.5,29.5,10,28.9,10C28.9,10,28.9,10,28.9,10z'/%3E%3C/svg%3E");
}
.calcite-theme-light .icon-aem-social-facebook {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Square_Idle' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40 40' style='enable-background:new 0 0 40 40;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bopacity:0;enable-background:new ;%7D .st1%7Bfill:%23A1A1A1;%7D%0A%3C/style%3E%3Ctitle%3EFacebook%3C/title%3E%3Crect class='st0' width='40' height='40'/%3E%3Cpath class='st1' d='M28.9,10H11.1c-0.6,0-1.1,0.5-1.1,1.1c0,0,0,0,0,0v17.8c0,0.6,0.5,1.1,1.1,1.1c0,0,0,0,0,0H21v-8h-3v-3h3v-2 c0-2.6,1.5-4,3.8-4c0.7,0,1.5,0,2.2,0.1V16h-1.7C24,16,24,16.4,24,17.3V19h2.8l-0.4,3H24v8h4.9c0.6,0,1.1-0.5,1.1-1.1c0,0,0,0,0,0 V11.1C30,10.5,29.5,10,28.9,10C28.9,10,28.9,10,28.9,10z'/%3E%3C/svg%3E");
}
.icon-aem-social-facebook:hover {
  background-color: #4266b2;
}
.icon-aem-social-linkedin {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Square_Idle' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40 40' style='enable-background:new 0 0 40 40;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bopacity:0;enable-background:new ;%7D .st1%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Ctitle%3ELinkedIn%3C/title%3E%3Cg%3E%3Crect class='st0' width='40' height='40'/%3E%3Cpath class='st1' d='M28.5,10h-17c-0.8,0-1.5,0.6-1.5,1.4v17.1c0,0.8,0.7,1.5,1.5,1.4h17c0.8,0,1.5-0.6,1.5-1.4V11.4 C30,10.6,29.3,10,28.5,10z M16,27h-3V17h3V27z M14.4,16.3c-1,0-1.8-0.8-1.8-1.8c0-1,0.8-1.8,1.8-1.8s1.8,0.8,1.8,1.8c0,0,0,0,0,0 C16.3,15.5,15.5,16.3,14.4,16.3C14.4,16.3,14.4,16.3,14.4,16.3z M27,27h-3v-4.6c0-1.1,0.1-2.5-1.4-2.5c-1.5,0-1.6,1.2-1.6,2.5V27 h-3V17h3v1.4c0.6-0.7,1.5-1.1,2.5-1.1c3,0,3.5,1.9,3.5,4.4V27z'/%3E%3C/g%3E%3C/svg%3E");
}
.calcite-theme-light .icon-aem-social-linkedin {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Square_Idle' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40 40' style='enable-background:new 0 0 40 40;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bopacity:0;enable-background:new ;%7D .st1%7Bfill:%23A1A1A1;%7D%0A%3C/style%3E%3Ctitle%3ELinkedIn%3C/title%3E%3Cg%3E%3Crect class='st0' width='40' height='40'/%3E%3Cpath class='st1' d='M28.5,10h-17c-0.8,0-1.5,0.6-1.5,1.4v17.1c0,0.8,0.7,1.5,1.5,1.4h17c0.8,0,1.5-0.6,1.5-1.4V11.4 C30,10.6,29.3,10,28.5,10z M16,27h-3V17h3V27z M14.4,16.3c-1,0-1.8-0.8-1.8-1.8c0-1,0.8-1.8,1.8-1.8s1.8,0.8,1.8,1.8c0,0,0,0,0,0 C16.3,15.5,15.5,16.3,14.4,16.3C14.4,16.3,14.4,16.3,14.4,16.3z M27,27h-3v-4.6c0-1.1,0.1-2.5-1.4-2.5c-1.5,0-1.6,1.2-1.6,2.5V27 h-3V17h3v1.4c0.6-0.7,1.5-1.1,2.5-1.1c3,0,3.5,1.9,3.5,4.4V27z'/%3E%3C/g%3E%3C/svg%3E");
}
.icon-aem-social-linkedin:hover {
  background-color: #0072b2;
}
.icon-aem-social-twitter {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Square_Idle' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40 40' style='enable-background:new 0 0 40 40;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bopacity:0;enable-background:new ;%7D .st1%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Ctitle%3ETwitter%3C/title%3E%3Crect class='st0' width='40' height='40'/%3E%3Cpath class='st1' d='M28.7,15.7c0,0.2,0,0.4,0,0.6c0,7.1-5.7,12.8-12.8,12.8c-2.5,0-4.9-0.7-6.9-2c0.4,0,0.7,0.1,1.1,0.1 c2,0,4-0.7,5.6-1.9c-1.9,0-3.6-1.3-4.2-3.1c0.3,0.1,0.6,0.1,0.8,0.1c0.4,0,0.8-0.1,1.2-0.2c-2.1-0.4-3.6-2.3-3.6-4.4v-0.1 c0.6,0.3,1.3,0.5,2,0.6c-2-1.3-2.6-4-1.4-6c2.3,2.8,5.7,4.5,9.3,4.7c-0.6-2.4,0.9-4.9,3.4-5.4c1.6-0.4,3.2,0.1,4.3,1.3 c1-0.2,2-0.6,2.9-1.1c-0.3,1-1,1.9-2,2.5c0.9-0.1,1.8-0.3,2.6-0.7C30.4,14.3,29.6,15.1,28.7,15.7z'/%3E%3C/svg%3E");
}
.calcite-theme-light .icon-aem-social-twitter {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Square_Idle' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40 40' style='enable-background:new 0 0 40 40;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bopacity:0;enable-background:new ;%7D .st1%7Bfill:%23A1A1A1;%7D%0A%3C/style%3E%3Ctitle%3ETwitter%3C/title%3E%3Crect class='st0' width='40' height='40'/%3E%3Cpath class='st1' d='M28.7,15.7c0,0.2,0,0.4,0,0.6c0,7.1-5.7,12.8-12.8,12.8c-2.5,0-4.9-0.7-6.9-2c0.4,0,0.7,0.1,1.1,0.1 c2,0,4-0.7,5.6-1.9c-1.9,0-3.6-1.3-4.2-3.1c0.3,0.1,0.6,0.1,0.8,0.1c0.4,0,0.8-0.1,1.2-0.2c-2.1-0.4-3.6-2.3-3.6-4.4v-0.1 c0.6,0.3,1.3,0.5,2,0.6c-2-1.3-2.6-4-1.4-6c2.3,2.8,5.7,4.5,9.3,4.7c-0.6-2.4,0.9-4.9,3.4-5.4c1.6-0.4,3.2,0.1,4.3,1.3 c1-0.2,2-0.6,2.9-1.1c-0.3,1-1,1.9-2,2.5c0.9-0.1,1.8-0.3,2.6-0.7C30.4,14.3,29.6,15.1,28.7,15.7z'/%3E%3C/svg%3E");
}
.icon-aem-social-twitter:hover {
  background-color: #1fa1f2;
}
.essw-wrapper-aem {
  position: fixed;
  left: auto;
  bottom: auto;
  right: 0;
  top: 40%;
  z-index: 100;
  background-color: var(--esri-ui-opacity80-inverse);
}
@media (min-width: 320px) {
  .esri-wordpress img.is-gif.card-img-circle {
    width: 200px;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100px;
  }
  .esri-wordpress .mts-media-text-split .mts-text-wrap .mts-text--content {
    text-align: left;
  }
  .esri-wordpress .mts-media-text-split {
    grid-gap: 0;
  }
  .esri-wordpress .mts-media-text-split .mts-media-wrap {
    padding-bottom: var(--space-8);
  }
  .esri-wordpress .custom-inline-social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .esri-wordpress .custom-inline-social-icons a:hover {
    background-color: transparent;
  }
  .esri-wordpress .custom-inline-social-icons a:before {
    border: none;
  }
  .esri-wordpress .custom-inline-social-icons a:after {
    background-color: transparent;
  }
  .esri-wordpress .esri-text__title {
    font-weight: var(--calcite-font-weight-bold);
  }
}
@media (min-width: 460px) {
  .esri-wordpress .subscribe-list ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 860px) {
  .esri-wordpress
    .esri-article-content
    .newsr-aside
    .newsr-aside_custom-content {
    padding: 45px;
  }
  .esri-wordpress .esri-article-header-container {
    margin-top: var(--space-12);
  }
  .esri-wordpress .esri-article-header-line-break-mobile {
    display: block;
  }
  .esri-wordpress-featured-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .esri-wordpress-featured-image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .esri-wordpress .esri-article-header-article-title {
    max-width: 60%;
  }
  .esri-wordpress .article-grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(3, 33%);
    grid-template-rows: repeat(3, auto);
  }
  .esri-wordpress .mainheader {
    grid-row: 1 / span 2;
    grid-column: 1 / span 2;
    min-height: 300px;
  }
  .esri-wordpress .mainheader .headerimage {
    position: relative;
  }
  .esri-wordpress .mainheader .headerimage img {
    width: 100%;
  }
  .esri-wordpress .aside-section {
    grid-row-start: 1;
    grid-column: 3;
    grid-row: span 3;
  }
  .esri-wordpress .main-cards {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-column-end: 3;
    min-height: 150px;
  }
  .esri-wordpress-featured-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .esri-wordpress-featured-image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .esri-wordpress .esri-article-header-container {
    margin-top: var(--space-12);
  }
  .esri-wordpress .esri-article-header-article-title {
    max-width: 60%;
  }
  .esri-wordpress .esri-article-author-info-wrapper {
    max-width: 60%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .esri-wordpress
    .esri-article-author-info-wrapper
    .esri-article-author-image
    img {
    margin-bottom: 0;
  }
  .esri-wordpress .esri-article-header-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .esri-wordpress .esri-article-connect {
    max-width: 60%;
    margin: auto;
  }
  .esri-wordpress .simple-search {
    margin-right: 0;
  }
  .esri-wordpress #esri-overview-hero .esri-overview-container .esri-hero-logo {
    margin: 0;
  }
  .esri-wordpress #esri-overview-hero .esri-overview-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .esri-wordpress #esri-explore-departments .explore-button-header.leftaligned {
    text-align: left;
  }
  .esri-wordpress .filter-container .filter-list {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 860px) and (max-width: 860px) {
  .esri-wordpress .mainheader .contentarea {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .esri-wordpress .mts-media-text-split {
    grid-template-columns: 1fr 2fr;
    min-height: 270px;
  }
  .esri-wordpress .mts-media-text-split .card-img-circle {
    margin-inline-start: var(--space-20);
  }
  .mts-media-text-split .mts-text-wrap .mts-text--content {
    padding-inline-start: var(--space-0);
  }
}
@media (min-width: 1080px) {
  .esri-wordpress .mts-media-text-split {
    max-width: 1080px;
  }
  .esri-wordpress .mts-media-text-split .card-img-circle {
    margin-inline-start: var(--space-20);
  }
  .mts-media-text-split .mts-text-wrap .mts-text--content {
    padding-inline-start: var(--space-0);
  }
}
@media (min-width: 1260px) {
  .esri-wordpress .mts-media-text-split .mts-media-wrap {
    margin-top: 0;
    align-items: center;
  }
}
@media (min-width: 1280px) {
  .esri-wordpress .simple-search .sra-search,
  .esri-wordpress .simple-search .sra-search-field {
    width: 400px;
  }
}
@media (min-width: 1366px) {
  .esri-wordpress .mts-media-text-split .mts-media-wrap img.is-gif {
    margin-left: 80px;
  }
  .esri-wordpress .mts-media-text-split .mts-media-wrap {
    margin-top: var(--space-5);
  }
}
@media (min-width: 1400px) {
  .esri-wordpress .esri-article-content .newsr-aside {
    width: 100%;
  }
  .esri-wordpress .esri-article-content .newsr-aside.newsr-aside--start {
    margin-left: -30% !important;
    width: 60%;
    float: left;
    margin-right: 30px !important;
  }
  .esri-wordpress .esri-article-content .newsr-aside.newsr-aside--end {
    margin-right: -30% !important;
    width: 60%;
    float: right;
  }
}
@media (min-width: 1440px) {
  .esri-wordpress .mts-media-text-split {
    grid-template-columns: 1fr 2fr;
    min-height: 270px;
  }
  .esri-wordpress .mts-media-text-split .mts-text-wrap .mts-text--content {
    -webkit-padding-start: initial;
    padding-inline-start: initial;
  }
}



/* legacy overwrite */
@media (min-width: 1450px) {
  .esri-wordpress .esri-article-content .newsr-image--end {
    width: auto;
  }
}

.newsr-image {
  max-width: 100% !important;
  width: 100% !important;
}

@media (min-width: 860px) and (max-width: 1449px){
  [dir=ltr]  .esri-wordpress .newsr-aside.newsr-aside--end, [dir=ltr]  .esri-wordpress .newsr-aside.newsr-aside-start {
    width: 100% !important;
    max-width: 100% !important;
  }
}


/* Remove the X button from text inputs and search inputs */
input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.wn-overview-search-inset {
	width: 90%;
	height: 52px;
	position: relative;
	max-width: 1060px;
	transition: padding .15s;
	margin: auto;
	margin-bottom: 30px;
}

form {
	margin: 0;
	padding: 0;
}

form, select, button, input {
	letter-spacing: 0em;
	font-family: "Avenir Next W01","Avenir Next W00","Avenir Next","Avenir","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.wn-overview-search-form {
	-webkit-box-shadow: inset 0 -1px 0 0 #ccc;
	box-shadow: inset 0 -1px 0 0 #ccc;
	height: 35px;
	position: relative;
}

.wn-overview-search-label {
	left: 0;
	margin: 0;
	color: white;
	overflow: hidden;
	white-space: nowrap;
	width: calc(100% - 35px);
	position: absolute;
	bottom: 0;
	top: 0;
	font-size: 18px;
	line-height: 35px;
}

/* Animation for search label when data is filled */
@keyframes search-filled-label {
	0% {opacity: 0; top: 0px;}
	100% {opacity: 1; top: -22px;}
}

.wn-overview-search-label[data-filled] {
	font-size: 10px;
	line-height: 15px;
	margin-top: 5px;
	-webkit-animation: search-filled-label .3s;
	animation: search-filled-label .3s;
	color: white;
	position: absolute;
	top: -22px;
}

.wn-overview-search-control {
	left: 0;
	height: 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	border-width: 0;
	color: white;
	font-family: inherit;
	font-weight: inherit;
	padding: 0;
	z-index: 1;
	margin: 0;
	outline-offset: -2px;
	overflow: visible;
	width: calc(100% - 35px);
	position: absolute;
	bottom: 0;
	top: 0;
	font-size: 18px;
	line-height: 35px;
	white-space: nowrap;
}

.wn-overview-search-control:focus {
	outline: none;
	box-shadow: none;
}

.wn-overview-search-measure {
	-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;
	font-size: 18px;
	line-height: 35px;
	bottom: 0;
	max-width: 100%;
	position: absolute;
	top: 0;
	white-space: nowrap;
	width: 0;
}

.wn-overview-search-measure-text {
	bottom: 0;
	clip: rect(0,0,0,0);
	max-width: 100%;
	position: absolute;
	top: 0;
	white-space: pre;
	width: 0;
	font-size: 18px;
	line-height: 35px;
}

.wn-overview-search-submit {
	right: 0;
	position: absolute;
	background-color: transparent;
	border-width: 0;
	bottom: 0;
	cursor: pointer;
	top: 0;
	-webkit-appearance: button;
	margin: 0;
	overflow: visible;
	text-transform: none;
}

.wn-overview-search-submit::before {
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' style='fill:white' 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");
	height: 16px;
	margin-left: 9.5px;
	margin-right: 9.5px;
	width: 16px;
	display: block;
}

@media screen and (min-width: 860px) {
	#wherenext-overview-hero {
		min-height: 160px;
	}

	.wn-overview-container {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.wherenext-hero-logo {
		margin-left: 0;
	}

	.wherenext-hero-logo img {
		width: auto;
		height: 80px;
	}

	.wherenext-hero-logo h1 {
		margin-bottom: 0;
	}

	.wn-overview-search-inset {
		width: 400px;
		margin-bottom: 20px;
		margin-right: 0;
	}
}


/* Start of Search Page Search Form styling */
#wherenext-search-page-body {
	min-height: 1000px;
}

.wn-search-page-search-inset {
	width: 90%;
	position: relative;
	max-width: 1060px;
	transition: padding .15s;
	margin: auto;
}

.wn-search-page-search-form {
	-webkit-box-shadow: inset 0 -1px 0 0 #959595;
	box-shadow: inset 0 -1px 0 0 #959595;
	height: 40px;
	position: relative;
}

.wn-search-page-search-label {
	left: 0;
	margin: 0;
	color: #a9a9a9;
	overflow: hidden;
	white-space: nowrap;
	width: calc(100% - 75px);
	position: absolute;
	bottom: 0;
	line-height: 35px;
	height: 35px;
}

.wn-search-page-search-label[data-filled] {
	font-size: 10px;
	line-height: 15px;
	margin-top: 5px;
	-webkit-animation: search-filled-label .3s;
	animation: search-filled-label .3s;
	color: #a9a9a9;
	position: absolute;
	top: -22px;
}

.wn-search-page-search-control {
	left: 0;
	height: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	border-width: 0;
	color: black;
	font-family: inherit;
	font-weight: inherit;
	padding: 0;
	z-index: 1;
	margin: 0;
	outline-offset: -2px;
	overflow: visible;
	width: calc(100% - 75px);
	position: absolute;
	bottom: 0;
	top: 0;
	line-height: 35px;
	white-space: nowrap;
}

.wn-search-page-search-control:focus {
	outline: none;
	box-shadow: none;
}

.wn-search-page-search-measure {
	-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;
	font-size: 18px;
	line-height: 35px;
	bottom: 0;
	max-width: 100%;
	position: absolute;
	top: 0;
	white-space: nowrap;
	width: 0;
}

.wn-search-page-search-measure-text {
	bottom: 0;
	clip: rect(0,0,0,0);
	max-width: 100%;
	position: absolute;
	top: 0;
	white-space: pre;
	width: 0;
	font-size: 18px;
	line-height: 35px;
}

.wn-search-page-search-submit {
	right: 0;
	position: absolute;
	background-color: transparent;
	border-width: 0;
	bottom: 0;
	cursor: pointer;
	top: 0;
	-webkit-appearance: button;
	margin: 0;
	overflow: visible;
	text-transform: none;
}

.wn-search-page-search-submit::before {
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' style='fill:black' 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");
	height: 28px;
	width: 28px;
	margin-left: 9.5px;
	margin-right: 9.5px;
	display: block;
}

#wherenext-search-page-search-input .wn-search-tag-list {
	display: none;
	flex-direction: row;
	overflow: visible;
	flex-wrap: wrap;
	list-style: none;
	margin-top: 35px;
	margin-left: -6px;
}

.wn-search-tag-list .wn-search-tag {
	border-radius: 18px;
	color: black;
	background-color: #efefef;
	overflow: visible;
	text-decoration: none;
	padding: 2px 12px;
	margin: 4px 6px;
	text-align: center;
	white-space: nowrap;
	display: flex;
	align-items: center;
	font-size: 14px;
}

.wn-search-tag button {
	margin: 0;
	margin-left: 6px;
	padding: 0;
	border: none;
	background: url("https://raw.githubusercontent.com/Esri/calcite-ui-icons/master/icons/x-16.svg");
	height: 22px;
	width: 22px;
}

.wn-search-tag button:hover {
	cursor: pointer;
}

.wn-search-tag-list .wn-search-tag-text {
	margin: 0;
}

.wn-search-tag-remove {
	height: 22px;
}

.wn-search-page-search-number {
	display: none;
	text-align: center;
	color: #4A4A4A;
}

#wherenext-search-page-search-input {
	margin-top: 50px;
	margin-bottom: 50px;
	height: 500px;
	display: flex;
	align-items: center;
	min-height: min-content;
}

#wherenext-search-page-search-input[data-filled] {
	height: auto;
	min-height: min-content;
}

.wn-search-page-search-text {
	color: #151515;
	margin-top: 35px;
}

#wherenext-search-page-search-input[data-filled] .wn-search-page-search-text {
	opacity: 0;
}

@media screen and (min-width: 860px) {
	#wherenext-search-page-search-input {
		min-height: 300px;
	}

	.wn-search-input-container {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin-top: 20px;
	}

	.wn-search-page-search-inset {
		width: 100%;
		max-width: 100%;
	}

	#wherenext-search-page-search-input .wn-search-tag-list {
		position: relative;
		margin: 48px auto;
		margin-left: -6px;
	}

	.wn-search-page-search-number {
		display: block;
	}

	.wn-search-page-search-form {
		display: flex;
		align-items: center;
		height: 75px;
	}

	.wn-search-page-search-submit {
		top: auto;
		bottom: auto;
	}

	.wn-search-page-search-submit::before {
		height: 48px;
		width: 48px;
	}

	.wn-search-page-search-control,
	.wn-search-page-search-label {
		font-size: 2.82715rem; /* font-size-6 */
		line-height: 3.1rem;
	}

	.wn-search-page-search-label[data-filled] {
		top: -22px;
	}

	.wn-search-page-search-text {
		font-size: 1rem;
		line-height: 1.55rem;
	}

	.wn-search-page-search-label {
		height: 60px;
	}
}

/* End of Start of Search Page Search Form styling */



/* Start of Department Title styling */

.wn-department-header-container {
	margin-top: 30px;
}

#wherenext-department-title {
	margin-bottom: 60px;
}

#wherenext-department-title h1 {
	color: #151515; /* ui-text-1 */
	margin-bottom: 15px;
	word-break: break-word;
	hyphens: auto;
}

#wherenext-department-title p {
	border-left: #0061E2 solid 3px;
	padding-left: 15px;
}

.wn-department-search-inset {
	width: 100%;
	height: 52px;
	position: relative;
	max-width: 1060px;
	transition: padding .15s;
	margin: auto;
	margin-bottom: 30px;
}

/* Remove the X button from text inputs and search inputs */
input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

form {
	margin: 0;
	padding: 0;
}

form, select, button, input {
	letter-spacing: 0em;
	font-family: "Avenir Next W01","Avenir Next W00","Avenir Next","Avenir","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.wn-department-search-form {
	-webkit-box-shadow: inset 0 -1px 0 0 #ccc;
	box-shadow: inset 0 -1px 0 0 #ccc;
	height: 35px;
	position: relative;
}

.wn-department-search-label {
	left: 0;
	margin: 0;
	color: #4A4A4A; /* ui-text-2 */
	overflow: hidden;
	white-space: nowrap;
	width: calc(100% - 35px);
	position: absolute;
	bottom: 0;
	top: 0;
	font-size: 18px;
	line-height: 35px;
}

.wn-department-search-label[data-filled] {
	font-size: 10px;
	line-height: 15px;
	margin-top: 5px;
	-webkit-animation: search-filled-label .3s;
	animation: search-filled-label .3s;
	color: #4A4A4A; /* ui-text-2 */
	position: absolute;
	top: -22px;
}

.wn-department-search-control {
	left: 0;
	height: 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	border-width: 0;
	color: #4A4A4A; /* ui-text-2 */
	font-family: inherit;
	font-weight: inherit;
	padding: 0;
	z-index: 1;
	margin: 0;
	outline-offset: -2px;
	overflow: visible;
	width: calc(100% - 35px);
	position: absolute;
	bottom: 0;
	top: 0;
	font-size: 18px;
	line-height: 35px;
	white-space: nowrap;
}

.wn-department-search-control:focus {
	outline: none;
	box-shadow: none;
}

.wn-department-search-measure {
	-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;
	font-size: 18px;
	line-height: 35px;
	bottom: 0;
	max-width: 100%;
	position: absolute;
	top: 0;
	white-space: nowrap;
	width: 0;
}

.wn-department-search-measure-text {
	bottom: 0;
	clip: rect(0,0,0,0);
	max-width: 100%;
	position: absolute;
	top: 0;
	white-space: pre;
	width: 0;
	font-size: 18px;
	line-height: 35px;
}

.wn-department-search-submit {
	right: 0;
	position: absolute;
	background-color: transparent;
	border-width: 0;
	bottom: 0;
	cursor: pointer;
	top: 0;
	-webkit-appearance: button;
	margin: 0;
	overflow: visible;
	text-transform: none;
}

.wn-department-search-submit::before {
	content: url("data:image/svg+xml;charset=utf-8,<svg viewBox='0 0 16 16' style='fill:rgb(74, 74, 74)' xmlns='http://www.w3.org/2000/svg'><path 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'/></svg>");
	height: 16px;
	margin-left: 9.5px;
	margin-right: 9.5px;
	width: 16px;
	display: block;
}

@media screen and (min-width: 860px) {
	.wn-department-header-container {
		display: flex;
		align-items: flex-start;
		margin-top: 64px;
		flex-direction: column;
	}

	#wherenext-department-title h1 {
		font-size: 3.39795rem;
		line-height: 3.1rem;
		margin-bottom: 24px;
	}

	.wn-department-search-inset {
		width: 604.16667px;
		max-width: 39.58333vw;
		margin-bottom: 20px;
		margin-right: 0;
		margin-top: 20px;
	}
}

/* End of Department Title styling */