@-webkit-keyframes glow {
  0% {
    -webkit-box-shadow: 0 0 -8px rgba(86, 165, 216, 0.85);
            box-shadow: 0 0 -8px rgba(86, 165, 216, 0.85); }
  20% {
    -webkit-box-shadow: 0 0 12px rgba(86, 165, 216, 0.98);
            box-shadow: 0 0 12px rgba(86, 165, 216, 0.98); }
  80% {
    -webkit-box-shadow: 0 0 12px rgba(86, 165, 216, 0.98);
            box-shadow: 0 0 12px rgba(86, 165, 216, 0.98); }
  100% {
    -webkit-box-shadow: 0 0 -8px rgba(86, 165, 216, 0.85);
            box-shadow: 0 0 -8px rgba(86, 165, 216, 0.85); } }

@keyframes glow {
  0% {
    -webkit-box-shadow: 0 0 -8px rgba(86, 165, 216, 0.85);
            box-shadow: 0 0 -8px rgba(86, 165, 216, 0.85); }
  20% {
    -webkit-box-shadow: 0 0 12px rgba(86, 165, 216, 0.98);
            box-shadow: 0 0 12px rgba(86, 165, 216, 0.98); }
  80% {
    -webkit-box-shadow: 0 0 12px rgba(86, 165, 216, 0.98);
            box-shadow: 0 0 12px rgba(86, 165, 216, 0.98); }
  100% {
    -webkit-box-shadow: 0 0 -8px rgba(86, 165, 216, 0.85);
            box-shadow: 0 0 -8px rgba(86, 165, 216, 0.85); } }

@-webkit-keyframes marker-glow {
  0% {
    -webkit-box-shadow: 0 0 -8px rgba(86, 165, 216, 0.85);
            box-shadow: 0 0 -8px rgba(86, 165, 216, 0.85);
    background-color: rgba(86, 165, 216, 0.1); }
  20% {
    -webkit-box-shadow: 0 0 16px rgba(86, 165, 216, 0.99);
            box-shadow: 0 0 16px rgba(86, 165, 216, 0.99);
    background-color: rgba(86, 165, 216, 0.5); }
  80% {
    -webkit-box-shadow: 0 0 16px rgba(86, 165, 216, 0.99);
            box-shadow: 0 0 16px rgba(86, 165, 216, 0.99);
    background-color: rgba(86, 165, 216, 0.5); }
  100% {
    -webkit-box-shadow: 0 0 -8px rgba(86, 165, 216, 0.85);
            box-shadow: 0 0 -8px rgba(86, 165, 216, 0.85);
    background-color: rgba(86, 165, 216, 0.1); } }

@keyframes marker-glow {
  0% {
    -webkit-box-shadow: 0 0 -8px rgba(86, 165, 216, 0.85);
            box-shadow: 0 0 -8px rgba(86, 165, 216, 0.85);
    background-color: rgba(86, 165, 216, 0.1); }
  20% {
    -webkit-box-shadow: 0 0 16px rgba(86, 165, 216, 0.99);
            box-shadow: 0 0 16px rgba(86, 165, 216, 0.99);
    background-color: rgba(86, 165, 216, 0.5); }
  80% {
    -webkit-box-shadow: 0 0 16px rgba(86, 165, 216, 0.99);
            box-shadow: 0 0 16px rgba(86, 165, 216, 0.99);
    background-color: rgba(86, 165, 216, 0.5); }
  100% {
    -webkit-box-shadow: 0 0 -8px rgba(86, 165, 216, 0.85);
            box-shadow: 0 0 -8px rgba(86, 165, 216, 0.85);
    background-color: rgba(86, 165, 216, 0.1); } }

/* proto.esri.com patterns: detailed-list */
.arcgis-demo .esri-popup h1.esri-popup__header-title {
  line-height: unset; }

.arcgis-demo .esri-popup ul,
.arcgis-demo .esri-popup ol,
.arcgis-demo .esri-popup li {
  line-height: unset;
  margin: unset;
  font-size: 13px; }

.arcgis-demo .esri-popup table {
  line-height: unset; }
  .arcgis-demo .esri-popup table th,
  .arcgis-demo .esri-popup table td {
    border-left: unset;
    border-right: unset; }
  .arcgis-demo .esri-popup table tr {
    border-bottom: unset; }

.arcgis-demo .esri-search li {
  margin: 0;
  font-size: 13px;
  text-align: left; }

.popup-fixed-small .esri-popup__main-container {
  width: 300px; }

.popup-search .esri-popup__content {
  font-size: 14px; }

.popup-search .esri-search-result-renderer__more-results-item a {
  display: none; }

.dijitTooltip {
  position: absolute;
  z-index: 2000;
  display: block;
  left: 0;
  top: -10000px;
  overflow: visible; }

.dijitTooltipContainer {
  padding: 1px 9px;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.2), 0 5px 6px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.2), 0 5px 6px -3px rgba(0, 0, 0, 0.1);
  white-space: normal; }

.esri-view-width-xsmall .esri-expand__container--expanded {
  z-index: 10000; }

.arrow-small {
  font-size: 12px;
  margin-left: 5px; }

.secondary-nav {
  position: relative;
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  -webkit-box-shadow: 0px 1px 0px 0px #323232;
          box-shadow: 0px 1px 0px 0px #323232;
  -webkit-transition: 150ms linear;
  transition: 150ms linear; }
  .secondary-nav.sticky {
    position: sticky;
    top: 0; }
  @media screen and (max-width: 1023px) {
    .secondary-nav {
      background-color: transparent;
      background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, rgba(0, 0, 0, 0.85)), color-stop(50%, #4c4c4c));
      background-image: linear-gradient(to left, rgba(0, 0, 0, 0.85) 50%, #4c4c4c 50%);
      background-size: 200% auto;
      background-position: 0; }
      .secondary-nav.is-active {
        background-position: 100%; } }

.secondary-nav-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  width: 1440px;
  max-width: 96vw;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 860px) {
    .secondary-nav-container {
      width: 100%;
      max-width: 100%; } }

.secondary-nav-title {
  position: relative;
  margin-top: 0rem;
  margin-bottom: 0rem;
  overflow: hidden;
  color: #efefef;
  font-size: 18px;
  white-space: nowrap; }
  @media screen and (max-width: 1023px) {
    .secondary-nav-title {
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
      width: calc(100vw - 42px - 1rem);
      -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(95%, rgba(0, 0, 0, 0.75)), to(transparent));
      -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.75) 95%, transparent 100%);
              mask-image: -webkit-gradient(linear, left top, right top, color-stop(95%, rgba(0, 0, 0, 0.75)), to(transparent));
              mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.75) 95%, transparent 100%); } }
  @media screen and (max-width: 860px) {
    .secondary-nav-title {
      margin-left: 2vw; } }
  .secondary-nav-title .secondary-nav-breadcrumb {
    color: #cccccc;
    font-size: 18px; }
    @media screen and (min-width: 1024px) {
      .secondary-nav-title .secondary-nav-breadcrumb {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; } }
    .secondary-nav-title .secondary-nav-breadcrumb:before {
      content: " / ";
      color: #828282; }
  .secondary-nav-title .secondary-nav-title-link {
    color: #ffffff; }
    .secondary-nav-title .secondary-nav-title-link:hover, .secondary-nav-title .secondary-nav-title-link:focus {
      color: #56a5d8;
      text-decoration: none; }
    @media screen and (max-width: 860px) {
      .secondary-nav-title .secondary-nav-title-link {
        pointer-events: none; } }
    .secondary-nav-title .secondary-nav-title-link + .secondary-nav-title-link {
      color: #cccccc; }
      .secondary-nav-title .secondary-nav-title-link + .secondary-nav-title-link:hover, .secondary-nav-title .secondary-nav-title-link + .secondary-nav-title-link:focus {
        color: #56a5d8;
        text-decoration: none; }
      .secondary-nav-title .secondary-nav-title-link + .secondary-nav-title-link:before {
        content: " / ";
        color: #828282; }

.secondary-nav-list {
  pointer-events: none; }
  @media screen and (max-width: 1023px) {
    .secondary-nav-list {
      max-width: 0;
      overflow: hidden; }
      .secondary-nav-list.is-active {
        overflow: visible; } }

.secondary-nav-items {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
  padding: 0;
  pointer-events: all;
  -webkit-transition: 150ms linear;
  transition: 150ms linear; }
  @media screen and (max-width: 1023px) {
    .secondary-nav-items {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      display: flex;
      -ms-flex-align: stretch;
          align-items: stretch;
      position: absolute;
      top: 100%;
      right: 0;
      z-index: 1;
      max-height: 0;
      min-width: 33vw;
      overflow: hidden;
      background-color: #323232;
      -webkit-transition-duration: 0.25s;
              transition-duration: 0.25s; }
      .secondary-nav-items.is-active {
        max-height: 50vh;
        overflow-y: auto; } }
  @media screen and (max-height: 860px) {
    .secondary-nav-items.is-active {
      max-height: calc(100vh - 46px);
      overflow-y: auto; } }
  @media screen and (max-width: 640px) {
    .secondary-nav-items {
      width: 100vw;
      height: 100vh; }
      .secondary-nav-items.is-active {
        max-height: calc(100vh - 46px); } }

.secondary-nav-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: stretch;
      justify-content: stretch;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  list-style-type: none; }
  @media screen and (max-width: 1023px) {
    .secondary-nav-item {
      -ms-flex-direction: column;
          flex-direction: column;
      background-color: #323232; } }

.secondary-nav-link {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1rem 1vw;
  background-color: transparent;
  color: inherit;
  white-space: nowrap;
  text-align: center;
  -webkit-box-shadow: inset 0px 0px 0px 0px transparent;
          box-shadow: inset 0px 0px 0px 0px transparent;
  -webkit-transition: 150ms linear;
  transition: 150ms linear; }
  .secondary-nav-link:hover, .secondary-nav-link:focus, .secondary-nav-link.is-active {
    color: inherit;
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: inset 0 -3px 0 0 #007ac2;
            box-shadow: inset 0 -3px 0 0 #007ac2; }
  .secondary-nav-link.is-active, .secondary-nav-link.is-active:hover, .secondary-nav-link.is-active:focus {
    background-color: #323232;
    -webkit-box-shadow: inset 0 -3px 0 0 #007ac2;
            box-shadow: inset 0 -3px 0 0 #007ac2; }
  @media screen and (max-width: 1023px) {
    .secondary-nav-link {
      padding: 1.15rem 1.5rem;
      text-align: left;
      -webkit-box-shadow: none;
              box-shadow: none;
      pointer-events: all; }
      .secondary-nav-link:hover, .secondary-nav-link:focus {
        background-color: #595959;
        -webkit-box-shadow: none;
                box-shadow: none; }
      .secondary-nav-link.is-active {
        -webkit-box-shadow: inset 3px 0 0 0 #007ac2;
                box-shadow: inset 3px 0 0 0 #007ac2; } }
  @media screen and (max-width: 480px) {
    .secondary-nav-link {
      padding: 1rem 1.5rem; } }
  @media screen and (min-width: 1440px) {
    .secondary-nav-link {
      padding: 1rem 1rem; } }

.secondary-nav-toggle {
  -ms-flex: 0 0 42px;
      flex: 0 0 42px;
  min-height: 42px;
  min-width: 42px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transition: 150ms linear;
  transition: 150ms linear; }
  @media screen and (max-width: 860px) {
    .secondary-nav-toggle {
      margin-right: 2vw; } }
  @media screen and (min-width: 1024px) {
    .secondary-nav-toggle {
      display: none; } }
  .secondary-nav-toggle .svg-icon {
    fill: #a9a9a9;
    height: 16px;
    width: 16px;
    padding-right: 0;
    -webkit-transition: 150ms linear;
    transition: 150ms linear; }
  .secondary-nav-toggle:focus, .secondary-nav-toggle:hover, .secondary-nav-toggle:active {
    background-color: #595959;
    outline: 0; }
    .secondary-nav-toggle:focus .svg-icon, .secondary-nav-toggle:hover .svg-icon, .secondary-nav-toggle:active .svg-icon {
      fill: #ffffff; }
  .is-active .secondary-nav-toggle .svg-icon {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1); }

.secondary-nav-toggle-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.secondary-nav-canvas {
  position: absolute;
  top: 100%;
  left: 0;
  bottom: 100vh;
  right: 0;
  z-index: -1;
  width: 100%;
  height: calc(100vh - 42px);
  background-color: rgba(0, 0, 0, 0.5);
  color: transparent;
  border: 0;
  opacity: 0;
  -webkit-transition: 150ms linear;
  transition: 150ms linear;
  pointer-events: none; }
  .is-active .secondary-nav-canvas {
    opacity: 1;
    pointer-events: all; }
  .sticky .secondary-nav-canvas {
    position: absolute;
    top: calc(100% + 1px); }
  @media screen and (min-width: 1024px) {
    .secondary-nav-canvas {
      top: 56px;
      height: calc(100vh - 56px);
      opacity: 0;
      pointer-events: none; }
      .secondary-nav-canvas.is-active {
        opacity: 1;
        pointer-events: all; } }

.feature-header-container {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 1440px;
  max-width: 325px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  padding-left: 0; }
  @media screen and (max-width: 480px) {
    .feature-header-container {
      max-width: 96vw; } }
  @media screen and (min-width: 860px) {
    .feature-header-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      max-width: 96vw; } }

.feature-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  background-image: linear-gradient(70deg, #01060a, #0a4253);
  color: #ffffff;
  background-color: #080e1c;
  background-image: url("/assets/img/features/features-banner_bg_2.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%; }
  .feature-header#maps-and-data-header, .feature-header#offline-header, .feature-header#visualization-header, .feature-header#directions-header {
    background-image: url("/assets/img/features/features-banner_bg_1.jpg"); }

.feature-header-content {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  z-index: 2;
  padding: 2rem 2rem 2rem 1rem; }
  @media screen and (min-width: 860px) {
    .feature-header-content {
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      padding-left: 0; } }
  @media screen and (min-width: 1024px) {
    .feature-header-content {
      padding-top: 4rem;
      padding-bottom: 4rem; } }

.feature-header-title {
  font-size: 2.82715rem;
  line-height: 1.3125;
  line-height: 1.1;
  font-weight: 300;
  font-style: normal; }
  @media screen and (max-width: 859px) {
    .feature-header-title {
      font-size: 2.35264rem; } }
  @media screen and (max-width: 479px) {
    .feature-header-title {
      font-size: 1.95312rem; } }

.feature-header-tagline:before {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin-top: 0.99rem;
  margin-bottom: 0.99rem;
  background-color: rgba(205, 205, 205, 0.5); }

#spatial-analysis-header,
#spatial-analysis-header ~ .card-block-series,
#spatial-analysis-header ~ .panel,
#spatial-analysis-header ~ .cta-container-double,
#spatial-analysis-header ~ .cta-container {
  font-size: 16px; }

.feature-header-list {
  margin-bottom: 0rem;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2; }
  html:not([dir="rtl"]) .feature-header-list {
    margin-left: 0rem; }
  .feature-header-list li {
    margin-top: 0rem;
    margin-bottom: 0rem;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid; }
    html:not([dir="rtl"]) .feature-header-list li {
      margin-left: 1rem; }
    html:not([dir="rtl"]) .feature-header-list li {
      margin-right: 1rem; }

.feature-header-figure {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 0;
  padding: 1rem;
  pointer-events: none; }
  @media screen and (min-width: 480px) {
    .feature-header-figure {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      max-width: 50%; } }
  @media screen and (max-width: 480px) {
    .feature-header-figure {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; } }
  @media screen and (min-width: 1440px) {
    .feature-header-figure {
      -ms-flex: 1 1 50%;
          flex: 1 1 50%; } }

.feature-header-img {
  display: block;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-animation: bannerFadeIn 0.75s ease-in-out 1;
          animation: bannerFadeIn 0.75s ease-in-out 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  @media screen and (max-width: 860px) {
    .feature-header-img {
      max-height: 50vh; } }
  @media screen and (min-width: 860px) {
    .feature-header-img {
      max-width: 100%; } }
  @media screen and (min-width: 1440px) {
    .feature-header-img {
      max-width: 75vw;
      -webkit-animation-name: wideBannerFadeIn;
              animation-name: wideBannerFadeIn; } }

.two-thirds-tile-divide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media screen and (min-width: 860px) {
    .two-thirds-tile-divide {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.two-thirds-hero {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 2rem 4rem;
  background-color: #323232;
  color: #efefef;
  font-weight: 300;
  font-style: normal; }
  @media screen and (min-width: 860px) {
    .two-thirds-hero {
      -ms-flex-basis: 33.333%;
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 2rem; }
      .two-thirds-hero > * {
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
        max-width: 380px; } }

.two-thirds-hero-title {
  font-size: 2.40307rem;
  line-height: 1.35; }
  @media screen and (max-width: 859px) {
    .two-thirds-hero-title {
      font-size: 1.99974rem; } }
  @media screen and (max-width: 479px) {
    .two-thirds-hero-title {
      font-size: 1.66016rem; } }
  .two-thirds-hero-title:after {
    content: "";
    display: block;
    max-width: 50px;
    height: 3px;
    margin-top: 1rem;
    background-color: #56a5d8; }

.two-thirds-tiles {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #d17e21; }
  @media screen and (min-width: 860px) {
    .two-thirds-tiles {
      -ms-flex-basis: 50%;
      -ms-flex-preferred-size: 66.66666%;
          flex-basis: 66.66666%;
      padding: 1rem; } }

.one-third-tile,
.two-thirds-tile,
.three-thirds-tile {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 1rem 0;
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.75);
  color: #ffffff; }
  @media screen and (min-width: 860px) {
    .one-third-tile,
    .two-thirds-tile,
    .three-thirds-tile {
      -ms-flex: 1 1 35%;
      flex: 0 1 calc(50% - 1rem* 2);
      max-width: 420px;
      margin: 1rem; }
      .one-third-tile.one-thirds-tile,
      .two-thirds-tile.one-thirds-tile,
      .three-thirds-tile.one-thirds-tile {
        -ms-flex: 1 1 30%;
        flex: 0 1 calc(33% - 1rem* 2); }
      .one-third-tile.three-thirds-tile,
      .two-thirds-tile.three-thirds-tile,
      .three-thirds-tile.three-thirds-tile {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%; } }
  @media screen and (max-width: 860px) {
    .one-third-tile:first-of-type,
    .two-thirds-tile:first-of-type,
    .three-thirds-tile:first-of-type {
      margin-top: 0; } }
  @media screen and (max-width: 860px) {
    .one-third-tile:last-of-type,
    .two-thirds-tile:last-of-type,
    .three-thirds-tile:last-of-type {
      margin-bottom: 0; } }
  .one-third-tile > *,
  .two-thirds-tile > *,
  .three-thirds-tile > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%; }
    .one-third-tile > *:nth-last-child(2),
    .two-thirds-tile > *:nth-last-child(2),
    .three-thirds-tile > *:nth-last-child(2) {
      -ms-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.tabbed-content-switcher {
  display: block; }
  @media screen and (max-width: 860px) {
    .tabbed-content-switcher {
      position: relative;
      max-width: 96vw; } }

.tabbed-content-tab-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 0.75rem;
  margin-left: 0;
  text-align: center;
  list-style: none;
  border-bottom: 1px solid #cccccc;
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear; }
  .tabbed-content-tab-group.tabs-5-up {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    border-bottom: 0;
    margin-bottom: 0rem; }
  .show-all-tabs .tabbed-content-tab-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative; }
  @media screen and (max-width: 860px) {
    .tabbed-content-tab-group {
      position: relative;
      padding-bottom: 1rem;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
      .tabbed-content-tab-group:after {
        content: "\00a0\00a0\00a0\00a0\00a0\00a0";
        position: sticky;
        top: 0;
        right: 0;
        z-index: 2;
        background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #ffffff), to(#ffffff));
        background-image: linear-gradient(to right, transparent 0%, #ffffff 50%, #ffffff 100%); } }
  @media screen and (min-width: 860px) {
    .tabbed-content-tab-group {
      overflow: auto; } }

.tabbed-content-tab {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: stretch;
      justify-content: stretch;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-top: 0rem;
  margin-bottom: 0rem;
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear; }
  html:not([dir="rtl"]) .tabbed-content-tab {
    margin-right: 0.5rem; }
  html:not([dir="rtl"]) .tabbed-content-tab {
    margin-left: 0.5rem; }
  @media screen and (max-width: 860px) {
    .tabbed-content-tab {
      min-width: 33%; } }
  @media screen and (min-width: 860px) {
    .tabbed-content-tab {
      -ms-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      min-width: none; }
      html:not([dir="rtl"]) .tabbed-content-tab {
        margin-right: 1rem; }
      html:not([dir="rtl"]) .tabbed-content-tab {
        margin-left: 1rem; }
      html:not([dir="rtl"]) .tabbed-content-tab:first-of-type {
        margin-left: 0rem; }
      html:not([dir="rtl"]) .tabbed-content-tab:last-of-type {
        margin-right: 0rem; } }
  .tabbed-content-tab.clickable {
    cursor: pointer; }
  .tabbed-content-tab.is-active > span {
    border-bottom-color: #56a5d8; }
  .tabbed-content-tab.is-active .svg-icon {
    color: #56a5d8; }
  .tabbed-content-tab:focus, .tabbed-content-tab:active {
    outline: 0; }
  .tabs-5-up .tabbed-content-tab {
    -ms-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    min-width: 20%; }
    html:not([dir="rtl"]) .tabs-5-up .tabbed-content-tab {
      margin-left: 0rem; }
    html:not([dir="rtl"]) .tabs-5-up .tabbed-content-tab {
      margin-right: 0rem; }
  .tabbed-content-tab > span {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    padding-top: 0rem;
    padding-bottom: 0.375rem;
    color: #595959;
    -webkit-transition: all 0.05s linear;
    transition: all 0.05s linear;
    border-bottom: 3px solid transparent; }
    html:not([dir="rtl"]) .tabbed-content-tab > span {
      padding-right: 0.5rem; }
    html:not([dir="rtl"]) .tabbed-content-tab > span {
      padding-left: 0.5rem; }
    .tabbed-content-tab > span:hover {
      text-decoration: none;
      border-bottom-color: rgba(86, 165, 216, 0.5); }
      .tabbed-content-tab > span:hover .svg-icon {
        color: #56a5d8; }
    @media screen and (min-width: 860px) {
      .tabbed-content-tab > span {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem; }
        html:not([dir="rtl"]) .tabbed-content-tab > span {
          padding-right: 1rem; }
        html:not([dir="rtl"]) .tabbed-content-tab > span {
          padding-left: 1rem; } }
  .tabbed-content-tab .svg-icon {
    height: 48px;
    width: 48px;
    color: #6e6e6e; }

.tabbed-content-tab-title {
  display: block;
  line-height: 1.25; }

.tabbed-content-section {
  display: none; }
  .tabbed-content-section.is-active {
    display: block; }

.tabbed-content-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media screen and (min-width: 860px) {
    .tabbed-content-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      min-height: 450px; } }

.tabbed-content-image {
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  min-height: 33vh; }
  @media screen and (max-width: 860px) {
    .tabbed-content-image {
      -ms-flex-order: 2;
          order: 2;
      max-height: 350px;
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 860px) {
    .tabbed-content-image {
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      width: 50%;
      min-height: none; } }
  .tabbed-content-image > * {
    max-width: 100%; }

.tabbed-content-content {
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  html:not([dir="rtl"]) .tabbed-content-content {
    padding-right: 2rem; }
  html:not([dir="rtl"]) .tabbed-content-content {
    padding-left: 2rem; }
  @media screen and (max-width: 860px) {
    .tabbed-content-content {
      -ms-flex-order: 1;
          order: 1; } }
  @media screen and (min-width: 860px) {
    .tabbed-content-content {
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      width: 50%;
      padding-top: 0rem;
      padding-bottom: 0rem; } }
  .tabbed-content-content > * {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .tabbed-content-content p {
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 0.9375rem;
    line-height: 1.5; }

.tabbed-content-title {
  -ms-flex-shrink: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 0.75rem; }
  .tabbed-content-title a {
    display: inline-block;
    pointer-events: all; }

.card-block-series {
  background-color: #323232;
  color: #f8f8f8; }
  .card-block-series:after {
    content: '';
    display: table;
    clear: both; }
  .card-block-series a {
    color: #ffffff; }
    .card-block-series a:hover {
      color: #efefef; }

.card-block-series-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: flex;
  -ms-flex-pack: stretch;
      justify-content: stretch;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch; }

.card-block {
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -ms-flex-pack: stretch;
      justify-content: stretch;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch; }
  @media screen and (min-width: 860px) {
    .card-block {
      -ms-flex: 1 1 25%;
      flex: 1 1 25%; } }
  @media screen and (max-width: 480px) {
    .card-block {
      -ms-flex: 1 0 100%;
      flex: 1 0 100%; } }
  .card-block a {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    position: relative;
    margin: 0.5rem;
    padding: 2rem 1rem;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #a9a9a9;
    -webkit-transition: all 0.05s linear;
    transition: all 0.05s linear; }
    .card-block a:hover {
      color: #efefef; }
    .card-block a > * {
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
    .card-block a:after {
      content: "";
      position: absolute;
      top: -1px;
      bottom: -1px;
      left: -1px;
      width: 4px;
      background-color: #56a5d8;
      pointer-events: none;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: left;
              transform-origin: left;
      -webkit-transition: all 0.05s linear;
      transition: all 0.05s linear; }
    .card-block a:hover {
      background-color: rgba(0, 0, 0, 0.75);
      text-decoration: none;
      border-color: #56a5d8; }
      .card-block a:hover:after {
        -webkit-transform: scaleX(1);
                transform: scaleX(1); }
      .card-block a:hover .svg-icon {
        color: #56a5d8; }
  .card-block .svg-icon {
    display: block;
    width: 33%;
    height: auto;
    max-width: 48px;
    max-height: 48px;
    margin-bottom: 0.5rem;
    color: #d17e21;
    -webkit-transition: all 0.05s linear;
    transition: all 0.05s linear; }

@media screen and (min-width: 860px) {
  .card-block-third {
    -ms-flex: 1 1 33%;
    flex: 1 1 33%; } }

@media screen and (max-width: 860px) {
  .card-block-hero a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0; }
    .card-block-hero a .card-block-image,
    .card-block-hero a .card-block-content {
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
    .card-block-hero a .card-block-image {
      min-height: 200px; }
    .card-block-hero a .card-block-content {
      padding: 1rem; }
      .card-block-hero a .card-block-content > *:last-child() {
        margin-bottom: 0; } }

@media screen and (min-width: 860px) {
  .card-block-hero {
    -ms-flex: 1 0 75%;
    flex: 1 0 75%;
    max-width: 75%; }
    .card-block-hero a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      padding: 0; }
    .card-block-hero .card-block-image,
    .card-block-hero .card-block-content {
      -ms-flex: 1 1 50%;
          flex: 1 1 50%; }
    .card-block-hero .card-block-content {
      padding: 1rem; } }

@media screen and (max-width: 860px) {
  .card-block-hero-small a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0; }
    .card-block-hero-small a .card-block-image,
    .card-block-hero-small a .card-block-content {
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
    .card-block-hero-small a .card-block-image {
      min-height: 200px; }
    .card-block-hero-small a .card-block-content {
      padding: 1rem; }
      .card-block-hero-small a .card-block-content > *:last-child() {
        margin-bottom: 0; } }

@media screen and (min-width: 860px) {
  .card-block-hero-small {
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%; }
    .card-block-hero-small a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      padding: 0; }
    .card-block-hero-small .card-block-image,
    .card-block-hero-small .card-block-content {
      -ms-flex: 1 1 50%;
          flex: 1 1 50%; }
    .card-block-hero-small .card-block-content {
      padding: 1rem; } }

.card-block-content > *:last-child {
  margin-bottom: 0rem; }

.card-block-title {
  font-size: 1.2019rem;
  line-height: 1.5; }
  @media screen and (max-width: 859px) {
    .card-block-title {
      font-size: 1.1305rem; } }
  @media screen and (max-width: 479px) {
    .card-block-title {
      font-size: 1.0625rem; } }
  .card-block-hero .card-block-title {
    font-size: 1.2019rem;
    line-height: 1.5; }
    @media screen and (max-width: 859px) {
      .card-block-hero .card-block-title {
        font-size: 1.1305rem; } }
    @media screen and (max-width: 479px) {
      .card-block-hero .card-block-title {
        font-size: 1.0625rem; } }

.proto-card-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.proto-card {
  background: #ffffff;
  -ms-flex: 0 1 0%;
  flex: 0 1 0%;
  -ms-flex: 1 1 calc(33% - 1rem);
  flex: 1 1 calc(33% - 1rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: calc(33% - 1rem);
  max-width: calc(33% - 1rem);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0 0.5rem 1rem;
  border: 1px solid #cccccc;
  -webkit-transition: 150ms linear;
  transition: 150ms linear; }
  .proto-card.proto-card-wide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0; }
  @media screen and (max-width: 1023px) {
    .proto-card {
      -ms-flex: 0 1 0%;
      flex: 0 1 0%;
      -ms-flex: 1 1 calc(50% - 1rem);
      flex: 1 1 calc(50% - 1rem);
      min-width: calc(50% - 1rem);
      max-width: calc(50% - 1rem); } }
  @media screen and (max-width: 690px) {
    .proto-card {
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
      max-width: 100%; } }
  @media screen and (min-width: 1023px) {
    .proto-card-2-up .proto-card {
      -ms-flex: 1 1 calc(50% - 1rem);
      flex: 1 1 calc(50% - 1rem);
      min-width: calc(50% - 1rem);
      max-width: calc(50% - 1rem); }
      .proto-card-2-up .proto-card:nth-child(odd) {
        margin-left: 0; }
      .proto-card-2-up .proto-card:nth-child(even) {
        margin-right: 0; }
    .proto-card-4-up .proto-card {
      -ms-flex: 1 1 calc(25% - 1rem);
      flex: 1 1 calc(25% - 1rem);
      min-width: calc(25% - 1rem);
      max-width: calc(25% - 1rem); }
    .proto-card-5-up .proto-card {
      -ms-flex: 1 1 calc(20% - 1rem);
      flex: 1 1 calc(20% - 1rem);
      min-width: calc(20% - 1rem);
      max-width: calc(20% - 1rem); }
    .proto-card-6-up .proto-card {
      -ms-flex: 1 1 calc(16.666% - 1rem);
      flex: 1 1 calc(16.666% - 1rem);
      min-width: calc(16.666% - 1rem);
      max-width: calc(16.666% - 1rem); } }
  .proto-card:hover {
    text-decoration: none;
    border-color: #0079c1; }
    .proto-card:hover .proto-card-img > .svg-icon {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .proto-card:hover .on-hover {
      opacity: 1;
      -webkit-transform: translateX(0.25rem);
              transform: translateX(0.25rem); }
  .proto-card.proto-card-wide {
    margin: 2rem auto; }
    .proto-card.proto-card-wide .flex-1-half {
      -ms-flex-order: 1;
          order: 1; }
    @media screen and (min-width: 860px) {
      .proto-card.proto-card-wide {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
        .proto-card.proto-card-wide > * {
          padding: 2rem; } }
    @media screen and (min-width: 860px) {
      .proto-card.proto-card-wide .proto-card-img {
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
        -ms-flex-order: 1;
            order: 1; } }
    @media screen and (min-width: 860px) {
      .proto-card.proto-card-wide:nth-child(even) .proto-card-img {
        -ms-flex-order: 0;
            order: 0; } }
  .proto-card-4-up .proto-card .shorten,
  .proto-card-5-up .proto-card .shorten,
  .proto-card-6-up .proto-card .shorten {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .proto-card > * {
    max-width: 100%; }

.proto-card-img {
  position: relative;
  -ms-flex-preferred-size: 132px;
      flex-basis: 132px;
  height: 132px;
  max-height: 132px;
  margin-bottom: 1rem;
  overflow: hidden;
  line-height: 0; }
  @media screen and (min-width: 860px) {
    .proto-card-4-up .proto-card-img {
      -ms-flex-preferred-size: 119px;
          flex-basis: 119px;
      height: 119px;
      max-height: 119px; }
    .proto-card-5-up .proto-card-img,
    .proto-card-6-up .proto-card-img {
      -ms-flex-preferred-size: 79px;
          flex-basis: 79px;
      height: 79px;
      max-height: 79px; } }
  .proto-card-img img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    min-width: 100%; }
  .proto-card-img .svg-icon {
    -webkit-transition: 150ms linear;
    transition: 150ms linear;
    -webkit-transform: scale(1);
            transform: scale(1); }

.proto-card-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 0.25rem 1rem;
  background-color: rgba(255, 255, 255, 0.9);
  color: #4c4c4c;
  font-weight: 700;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  line-height: 1.1;
  text-transform: uppercase; }
  @media screen and (min-width: 860px) {
    .proto-card-4-up .proto-card-caption {
      padding: 0.25rem 1rem; }
    .proto-card-5-up .proto-card-caption {
      padding: 0.25rem 1rem;
      font-size: 0.75rem;
      line-height: 1.5;
      line-height: 1.1; }
    .proto-card-6-up .proto-card-caption {
      padding: 0.25rem 1rem;
      font-size: 0.75rem;
      line-height: 1.5;
      line-height: 1.1; } }

.proto-card-content {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-order: 1;
      order: 1;
  padding: 0 1rem;
  color: #595959;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.5; }
  @media screen and (min-width: 860px) {
    .proto-card-4-up .proto-card-content {
      padding: 0 1rem;
      font-size: 0.8125rem;
      line-height: 1.5; }
    .proto-card-5-up .proto-card-content {
      padding: 0 1rem;
      font-size: 0.8125rem;
      line-height: 1.5; }
    .proto-card-6-up .proto-card-content {
      padding: 0 1rem;
      font-size: 0.8125rem;
      line-height: 1.5; } }
  .proto-card-content p {
    margin-top: 0rem;
    margin-bottom: 0rem; }

.proto-card-title {
  margin-bottom: 0.375rem;
  color: #323232;
  font-weight: 400;
  font-style: normal;
  font-size: 1.414rem;
  line-height: 1.5;
  word-wrap: break-word; }
  @media screen and (max-width: 859px) {
    .proto-card-title {
      font-size: 1.33rem; } }
  @media screen and (max-width: 479px) {
    .proto-card-title {
      font-size: 1.25rem; } }
  @media screen and (min-width: 860px) {
    .proto-card-4-up .proto-card-title {
      font-size: 1rem;
      line-height: 1.5; }
    .proto-card-5-up .proto-card-title {
      font-size: 1rem;
      line-height: 1.5; }
    .proto-card-6-up .proto-card-title {
      font-size: 1rem;
      line-height: 1.5; } }

.proto-card-subtitle {
  margin-bottom: 0.99rem;
  color: #6e6e6e;
  font-size: 0.8125rem;
  line-height: 1.5;
  line-height: 1.25; }
  @media screen and (min-width: 860px) {
    .proto-card-4-up .proto-card-subtitle {
      font-size: 0.75rem;
      line-height: 1.5; }
    .proto-card-5-up .proto-card-subtitle {
      font-size: 0.75rem;
      line-height: 1.5; }
    .proto-card-6-up .proto-card-subtitle {
      font-size: 0.75rem;
      line-height: 1.5; } }

.proto-card-footer {
  -ms-flex-order: 5;
      order: 5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 1rem;
  padding: 0.66rem 1rem 0.66rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  line-height: 1;
  color: #4c4c4c;
  border-top: 1px solid #cccccc; }
  *:hover > .proto-card-footer {
    border-color: #0079c1; }
  @media screen and (min-width: 860px) {
    .proto-card-4-up .proto-card-footer {
      padding: 0.5rem 1rem 0.5rem;
      font-size: 0.875rem;
      line-height: 1.5; }
    .proto-card-5-up .proto-card-footer {
      padding: 0.5rem 1rem 0.5rem;
      font-size: 0.875rem;
      line-height: 1.5; }
    .proto-card-6-up .proto-card-footer {
      padding: 0.5rem 1rem 0.5rem;
      font-size: 0.875rem;
      line-height: 1.5; } }
  .proto-card-footer > * {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    white-space: nowrap; }
    .proto-card-footer > *:last-child {
      color: #0079c1; }
  .proto-card-footer .on-hover {
    opacity: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: 150ms linear;
    transition: 150ms linear; }

.large-switcher {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  display: flex;
  -ms-flex-pack: stretch;
      justify-content: stretch; }
  @media screen and (min-width: 860px) {
    .large-switcher {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.large-switcher-target {
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: stretch;
      justify-content: stretch;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  min-height: 75vh; }
  @media screen and (max-width: 860px) {
    .large-switcher-target {
      min-height: 500px;
      max-height: 800px;
      text-align: center; } }
  .large-switcher-target > * {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    display: none; }
  .large-switcher-target > .is-active {
    display: block; }

.large-switcher-content-container {
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.large-switcher-content {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 100%;
  padding: 2rem 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.larger-switcher-content {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 100%;
  padding: 2rem 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8rem 4rem; }

.large-switcher-tabs {
  padding: 0;
  margin: 0.375rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0rem;
  margin-bottom: 0rem; }
  .large-switcher-tabs li {
    list-style-type: none;
    margin-left: 0; }
  @media screen and (max-width: 1024px) {
    .large-switcher-tabs {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.large-switcher-tab {
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5rem;
  color: #828282;
  -webkit-box-shadow: 1px 0 0 0 #cccccc, 0 1px 0 0 #cccccc, 1px 1px 0 0 #cccccc, 1px 0 0 0 #cccccc inset, 0 1px 0 0 #cccccc inset;
          box-shadow: 1px 0 0 0 #cccccc, 0 1px 0 0 #cccccc, 1px 1px 0 0 #cccccc, 1px 0 0 0 #cccccc inset, 0 1px 0 0 #cccccc inset;
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear; }
  @media screen and (max-width: 1024px) {
    .large-switcher-tab {
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  .large-switcher-tab:hover, .large-switcher-tab:active, .large-switcher-tab:focus, .large-switcher-tab.is-active {
    background-color: #d2e9f9;
    color: #4c4c4c;
    -webkit-box-shadow: 1px 0 0 0 #56a5d8, 0 1px 0 0 #56a5d8, 1px 1px 0 0 #56a5d8, 1px 0 0 0 #56a5d8 inset, 2px 0 0 0 #56a5d8 inset, 3px 0 0 0 #56a5d8 inset, 0 1px 0 0 #56a5d8 inset;
            box-shadow: 1px 0 0 0 #56a5d8, 0 1px 0 0 #56a5d8, 1px 1px 0 0 #56a5d8, 1px 0 0 0 #56a5d8 inset, 2px 0 0 0 #56a5d8 inset, 3px 0 0 0 #56a5d8 inset, 0 1px 0 0 #56a5d8 inset;
    outline: 0;
    position: relative;
    z-index: 1;
    text-decoration: none; }
    .large-switcher-tab:hover .svg-icon, .large-switcher-tab:active .svg-icon, .large-switcher-tab:focus .svg-icon, .large-switcher-tab.is-active .svg-icon {
      color: #4c4c4c; }
  .large-switcher-tab.clickable {
    cursor: pointer; }
  .large-switcher-tab > * {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .large-switcher-tab .svg-icon {
    height: 36px;
    width: 36px;
    margin-right: 0.5rem;
    color: #4c4c4c; }

.large-switcher-tab-title {
  line-height: 1.25; }

.large-switcher-theme-green {
  background: #338033;
  color: #ffffff; }
  .large-switcher-theme-green .large-switcher-tab:hover, .large-switcher-theme-green .large-switcher-tab:active, .large-switcher-theme-green .large-switcher-tab:focus, .large-switcher-theme-green .large-switcher-tab.is-active {
    background-color: rgba(255, 255, 255, 0.7);
    color: #4c4c4c; }
  .large-switcher-theme-green .large-switcher-tab {
    color: #efefef; }
    .large-switcher-theme-green .large-switcher-tab:hover, .large-switcher-theme-green .large-switcher-tab:active, .large-switcher-theme-green .large-switcher-tab:focus, .large-switcher-theme-green .large-switcher-tab.is-active {
      color: #595959; }
  .large-switcher-theme-green .svg-icon {
    color: #f8f8f8; }

.large-switcher-theme-blue {
  background: #0079c1;
  color: #ffffff; }
  .large-switcher-theme-blue .large-switcher-tab:hover, .large-switcher-theme-blue .large-switcher-tab:active, .large-switcher-theme-blue .large-switcher-tab:focus, .large-switcher-theme-blue .large-switcher-tab.is-active {
    background-color: rgba(255, 255, 255, 0.7);
    color: #4c4c4c; }
  .large-switcher-theme-blue .large-switcher-tab {
    color: #efefef; }
    .large-switcher-theme-blue .large-switcher-tab:hover, .large-switcher-theme-blue .large-switcher-tab:active, .large-switcher-theme-blue .large-switcher-tab:focus, .large-switcher-theme-blue .large-switcher-tab.is-active {
      color: #595959; }
  .large-switcher-theme-blue .svg-icon {
    color: #f8f8f8; }

.large-switcher-theme-purple {
  background: #7461a8;
  color: #ffffff; }
  .large-switcher-theme-purple .large-switcher-tab:hover, .large-switcher-theme-purple .large-switcher-tab:active, .large-switcher-theme-purple .large-switcher-tab:focus, .large-switcher-theme-purple .large-switcher-tab.is-active {
    background-color: rgba(255, 255, 255, 0.7);
    color: #4c4c4c; }
  .large-switcher-theme-purple .large-switcher-tab {
    color: #efefef; }
    .large-switcher-theme-purple .large-switcher-tab:hover, .large-switcher-theme-purple .large-switcher-tab:active, .large-switcher-theme-purple .large-switcher-tab:focus, .large-switcher-theme-purple .large-switcher-tab.is-active {
      color: #595959; }
  .large-switcher-theme-purple .svg-icon {
    color: #f8f8f8; }

.large-switcher-theme-brown {
  background: #8c5e2a;
  color: #ffffff; }
  .large-switcher-theme-brown .large-switcher-tab:hover, .large-switcher-theme-brown .large-switcher-tab:active, .large-switcher-theme-brown .large-switcher-tab:focus, .large-switcher-theme-brown .large-switcher-tab.is-active {
    background-color: rgba(255, 255, 255, 0.7);
    color: #4c4c4c; }
  .large-switcher-theme-brown .large-switcher-tab {
    color: #efefef; }
    .large-switcher-theme-brown .large-switcher-tab:hover, .large-switcher-theme-brown .large-switcher-tab:active, .large-switcher-theme-brown .large-switcher-tab:focus, .large-switcher-theme-brown .large-switcher-tab.is-active {
      color: #595959; }
  .large-switcher-theme-brown .svg-icon {
    color: #f8f8f8; }

.tabbed-content-demo {
  background-image: url("//www.esri.com/~/media/ArcGISProducts/ArcGISDesktop/3-Data.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.geocoding-batch-demo {
  background-image: url("/assets/img/features/geocoding/geocode_batch-demo.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.multiple-vehicles-demo,
.new-facilities-demo,
.travel-cost-matrix-demo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .multiple-vehicles-demo img,
  .new-facilities-demo img,
  .travel-cost-matrix-demo img {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

.multiple-vehicles-demo {
  background-image: url("/assets/img/features/directions/multiple-vehicles_bg.png"); }

.new-facilities-demo {
  background-image: url("/assets/img/features/directions/new-facilities_bg.png"); }

.travel-cost-matrix-demo {
  background-image: url("/assets/img/features/directions/travel-cost-matrix_bg.png"); }

.card-block-dev-lab-hero {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 0rem;
  -webkit-transition: 150ms linear;
  transition: 150ms linear; }
  .card-block-dev-lab-hero:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    opacity: 1;
    background-color: #7461a8;
    background-image: -webkit-gradient(linear, right top, left top, from(#da4d1e), color-stop(#812366), color-stop(#502070), color-stop(#2f3c90), color-stop(#70be49), to(#1688aa));
    background-image: linear-gradient(270deg, #da4d1e, #812366, #502070, #2f3c90, #70be49, #1688aa);
    background-size: 400% 100%;
    background-position: center; }
  .card-block-dev-lab-hero > * {
    position: relative;
    z-index: 2; }
  .card-block-dev-lab-hero .card-block-dev-lab-hero-bg {
    position: absolute;
    display: none;
    width: auto;
    max-width: none;
    min-width: 100%;
    max-height: none;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 150ms linear;
    transition: 150ms linear;
    mix-blend-mode: hard-light;
    -webkit-filter: contrast(0.85) brightness(0.85);
            filter: contrast(0.85) brightness(0.85); }
    @supports (mix-blend-mode: hard-light) {
      .card-block-dev-lab-hero .card-block-dev-lab-hero-bg {
        display: block; } }
  .card-block-dev-lab-hero .svg-icon {
    z-index: 2;
    max-height: 64px;
    max-width: 64px;
    margin-bottom: 0rem;
    color: #ffffff; }

.card-block-hero:hover .card-block-dev-lab-hero-bg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05); }

.card-block-hero:hover .svg-icon {
  fill: #ffffff; }

.card-block-hero .card-block-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.tabbed-content-content .cta-simple {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.wide-switcher-target {
  line-height: 0; }
  .wide-switcher-target > * {
    display: none; }
  .wide-switcher-target > .is-active {
    display: block; }

.wide-switcher-tabs {
  padding: 0;
  margin: 0.375rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0rem;
  margin-bottom: 0rem; }
  .wide-switcher-tabs li {
    list-style-type: none;
    margin-left: 0; }

.wide-switcher-tab {
  -ms-flex: 1 0 33%;
  flex: 1 0 33%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border: 0.25px solid #cccccc; }
  @media screen and (max-width: 480px) {
    .wide-switcher-tab {
      -ms-flex: 1 1 50%;
      flex: 1 1 50%;
      max-width: 50%; } }
  .wide-switcher-tab > * {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }

.wide-switcher-tab-img {
  margin-right: 0.5rem; }

.wide-switcher-tab-title {
  padding: 0.5rem; }

.elastic-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  display: flex;
  -ms-flex-pack: stretch;
      justify-content: stretch;
  margin-top: 3rem; }
  @media screen and (min-width: 860px) {
    .elastic-content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.elastic-content-block {
  -ms-flex: 1 1 1%;
  flex: 1 1 1%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4rem 2rem;
  text-align: center;
  -webkit-transition: 150ms linear;
  transition: 150ms linear;
  color: #ffffff; }
  .elastic-content-block:hover, .elastic-content-block:focus {
    text-decoration: none;
    color: #ffffff; }
    .elastic-content-block:hover > .svg-icon, .elastic-content-block:focus > .svg-icon {
      -webkit-transform: scale(1.15);
              transform: scale(1.15); }
    .elastic-content-block:hover .on-hover, .elastic-content-block:focus .on-hover {
      opacity: 1;
      -webkit-transform: translateX(0.25rem);
              transform: translateX(0.25rem); }
  .elastic-content-block > * {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    max-width: 100%; }
    @media screen and (min-width: 860px) {
      .elastic-content-block > * {
        max-width: 20vw; } }
  .elastic-content-block > .svg-icon {
    display: block;
    height: 52px;
    width: 52px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.75rem;
    -webkit-transition: 150ms linear;
    transition: 150ms linear;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center; }
  .elastic-content-block .on-hover {
    opacity: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: 150ms linear;
    transition: 150ms linear; }
  .elastic-content-block:nth-of-type(1) {
    background-color: #7461a8; }
  .elastic-content-block:nth-of-type(2) {
    background-color: #005e95; }
  .elastic-content-block:nth-of-type(3) {
    background-color: #338033; }
  .elastic-content-block:only-child {
    background-color: #ab3c16; }

.cta-container {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #323232;
  color: #efefef; }
  .cta-container .ctas {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media screen and (min-width: 860px) {
      .cta-container .ctas {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        max-width: calc(1440px + 2rem);
        margin-left: auto;
        margin-right: auto; } }
    .cta-container .ctas > .cta {
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
      border: 1px solid #959595; }
      html:not([dir="rtl"]) .cta-container .ctas > .cta {
        margin-right: 1rem; }
      html:not([dir="rtl"]) .cta-container .ctas > .cta {
        margin-left: 1rem; }
      .cta-container .ctas > .cta > *:not(:last-child) {
        margin-bottom: 0.75rem; }
  .cta-container a:not([class*="btn"]) {
    color: #56a5d8; }
  .cta-container .svg-icon {
    height: 50px;
    width: 50px;
    color: #a9a9a9; }

.cta-container-double {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #323232;
  color: #efefef; }
  .cta-container-double .ctas {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media screen and (min-width: 860px) {
      .cta-container-double .ctas {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        max-width: calc(1440px + 2rem);
        margin-left: auto;
        margin-right: auto; } }
    .cta-container-double .ctas > .cta {
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
      border: 1px solid #959595; }
      html:not([dir="rtl"]) .cta-container-double .ctas > .cta {
        margin-right: 1rem; }
      html:not([dir="rtl"]) .cta-container-double .ctas > .cta {
        margin-left: 1rem; }
      .cta-container-double .ctas > .cta > *:not(:last-child) {
        margin-bottom: 0.75rem; }
  .cta-container-double a:not([class*="btn"]) {
    color: #56a5d8; }
  .cta-container-double .svg-icon {
    height: 50px;
    width: 50px;
    color: #a9a9a9; }
  .cta-container-double .ctas > .cta {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-top: 3rem;
    padding-bottom: 3rem;
    border: 0; }
    html:not([dir="rtl"]) .cta-container-double .ctas > .cta {
      margin-right: 0rem; }
    html:not([dir="rtl"]) .cta-container-double .ctas > .cta {
      margin-left: 0rem; }
    @media screen and (min-width: 860px) {
      .cta-container-double .ctas > .cta + .cta {
        border-left: 1px solid #959595; } }
    .cta-container-double .ctas > .cta > *:not(:last-child) {
      margin-bottom: 2.25rem; }
    .cta-container-double .ctas > .cta .cta-title {
      margin-bottom: 0.375rem;
      font-size: 1.9994rem;
      line-height: 1.35; }
      @media screen and (max-width: 859px) {
        .cta-container-double .ctas > .cta .cta-title {
          font-size: 1.7689rem; } }
      @media screen and (max-width: 479px) {
        .cta-container-double .ctas > .cta .cta-title {
          font-size: 1.5625rem; } }
      .cta-container-double .ctas > .cta .cta-title + [class*="btn"] {
        margin-top: 0.75rem; }

.cta-container-lite {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #323232;
  color: #efefef; }
  .cta-container-lite .ctas {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media screen and (min-width: 860px) {
      .cta-container-lite .ctas {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        max-width: calc(1440px + 2rem);
        margin-left: auto;
        margin-right: auto; } }
    .cta-container-lite .ctas > .cta {
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
      border: 1px solid #959595; }
      html:not([dir="rtl"]) .cta-container-lite .ctas > .cta {
        margin-right: 1rem; }
      html:not([dir="rtl"]) .cta-container-lite .ctas > .cta {
        margin-left: 1rem; }
      .cta-container-lite .ctas > .cta > *:not(:last-child) {
        margin-bottom: 0.75rem; }
  .cta-container-lite a:not([class*="btn"]) {
    color: #56a5d8; }
  .cta-container-lite .svg-icon {
    height: 50px;
    width: 50px;
    color: #a9a9a9; }
  @media screen and (min-width: 860px) {
    .cta-container-lite .ctas {
      max-width: 48vw;
      margin-right: auto;
      margin-left: auto; } }
  .cta-container-lite .ctas > .cta {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }
    html:not([dir="rtl"]) .cta-container-lite .ctas > .cta {
      padding-right: 1rem; }
    html:not([dir="rtl"]) .cta-container-lite .ctas > .cta {
      padding-left: 1rem; }
    html:not([dir="rtl"]) .cta-container-lite .ctas > .cta {
      margin-right: 0.25rem; }
    html:not([dir="rtl"]) .cta-container-lite .ctas > .cta {
      margin-left: 0.25rem; }
    .cta-container-lite .ctas > .cta .svg-icon {
      height: 24px;
      width: 24px;
      -webkit-transition: all 0.05s linear;
      transition: all 0.05s linear; }
    .cta-container-lite .ctas > .cta .cta-title {
      margin-bottom: 0rem;
      font-size: 0.9375rem;
      line-height: 1.5; }
    .cta-container-lite .ctas > .cta:hover {
      text-decoration: none;
      border-color: #007ac2; }
      .cta-container-lite .ctas > .cta:hover .svg-icon {
        color: #007ac2; }

.cta {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center; }
  html:not([dir="rtl"]) .cta {
    padding-right: 2rem; }
  html:not([dir="rtl"]) .cta {
    padding-left: 2rem; }

.cta-title {
  margin-top: 0.225rem;
  font-weight: 300;
  font-style: normal;
  font-size: 1.69949rem;
  line-height: 1.3875;
  color: #ffffff; }
  @media screen and (max-width: 859px) {
    .cta-title {
      font-size: 1.50357rem; } }
  @media screen and (max-width: 479px) {
    .cta-title {
      font-size: 1.32812rem; } }

.cta-subtitle {
  display: block;
  font-size: 0.84375rem;
  line-height: 1.5;
  color: #efefef; }

.cta-no-action {
  font-size: 1.69949rem;
  line-height: 1.3875; }
  @media screen and (max-width: 859px) {
    .cta-no-action {
      font-size: 1.50357rem; } }
  @media screen and (max-width: 479px) {
    .cta-no-action {
      font-size: 1.32812rem; } }

.btn-proto {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0.3rem 0.9rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #007ac2;
  color: #ffffff;
  font-size: 0.9375rem;
  line-height: 1.5;
  white-space: nowrap;
  border-radius: 0;
  border: 1px solid #007ac2;
  cursor: pointer;
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
  background-color: #007ac2;
  color: #ffffff;
  border-color: #007ac2; }
  .btn-proto:hover {
    text-decoration: none;
    background-color: #004575;
    color: #ffffff; }
  .btn-proto:hover {
    background-color: #ffffff;
    color: #007ac2; }

.btn-proto-green {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0.3rem 0.9rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #007ac2;
  color: #ffffff;
  font-size: 0.9375rem;
  line-height: 1.5;
  white-space: nowrap;
  border-radius: 0;
  border: 1px solid #007ac2;
  cursor: pointer;
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
  background-color: #007ac2;
  color: #ffffff;
  border-color: #007ac2;
  background-color: #5a9359;
  border-color: #5a9359; }
  .btn-proto-green:hover {
    text-decoration: none;
    background-color: #004575;
    color: #ffffff; }
  .btn-proto-green:hover {
    background-color: #ffffff;
    color: #007ac2; }

.btn-full-width {
  width: 100%; }

.btn-proto-clear-blue {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0.3rem 0.9rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #007ac2;
  color: #ffffff;
  font-size: 0.9375rem;
  line-height: 1.5;
  white-space: nowrap;
  border-radius: 0;
  border: 1px solid #007ac2;
  cursor: pointer;
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
  background-color: transparent;
  color: #007ac2;
  border-color: #007ac2; }
  .btn-proto-clear-blue:hover {
    text-decoration: none;
    background-color: #004575;
    color: #ffffff; }
  .btn-proto-clear-blue:hover {
    background-color: #007ac2;
    color: #ffffff; }

.btn-proto-clear-white {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0.3rem 0.9rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #007ac2;
  color: #ffffff;
  font-size: 0.9375rem;
  line-height: 1.5;
  white-space: nowrap;
  border-radius: 0;
  border: 1px solid #007ac2;
  cursor: pointer;
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff; }
  .btn-proto-clear-white:hover {
    text-decoration: none;
    background-color: #004575;
    color: #ffffff; }
  .btn-proto-clear-white:hover {
    background-color: rgba(255, 255, 255, 0.66);
    color: #595959;
    border-color: #595959; }

.btn-proto-clear-light-blue {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0.3rem 0.9rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #007ac2;
  color: #ffffff;
  font-size: 0.9375rem;
  line-height: 1.5;
  white-space: nowrap;
  border-radius: 0;
  border: 1px solid #007ac2;
  cursor: pointer;
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
  background-color: transparent;
  color: #b9e0f7;
  border-color: #b9e0f7; }
  .btn-proto-clear-light-blue:hover {
    text-decoration: none;
    background-color: #004575;
    color: #ffffff; }
  .btn-proto-clear-light-blue:hover {
    background-color: #b9e0f7;
    color: #595959; }

.btn-proto-clear-light-blue {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0.3rem 0.9rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #007ac2;
  color: #ffffff;
  font-size: 0.9375rem;
  line-height: 1.5;
  white-space: nowrap;
  border-radius: 0;
  border: 1px solid #007ac2;
  cursor: pointer;
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
  background-color: transparent;
  color: #b9e0f7;
  border-color: #b9e0f7; }
  .btn-proto-clear-light-blue:hover {
    text-decoration: none;
    background-color: #004575;
    color: #ffffff; }
  .btn-proto-clear-light-blue:hover {
    background-color: #b9e0f7;
    color: #595959; }

.btn-proto-tall {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0.3rem 0.9rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #007ac2;
  color: #ffffff;
  font-size: 0.9375rem;
  line-height: 1.5;
  white-space: nowrap;
  border-radius: 0;
  border: 1px solid #007ac2;
  cursor: pointer;
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
  padding: 1.12782rem 0.9rem; }
  .btn-proto-tall:hover {
    text-decoration: none;
    background-color: #004575;
    color: #ffffff; }

.cta-footnote {
  display: block;
  font-size: 0.84375rem;
  line-height: 1.5;
  color: #efefef; }

.cta-footer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1440px;
  max-width: 96vw;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1.5rem;
  padding-right: 0;
  padding-left: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center; }
  .cta-footer:after {
    content: '';
    display: table;
    clear: both; }

.demo-input {
  letter-spacing: 0em;
  font-family: "Consolas", "Andale Mono", "Lucida Console", "Monaco", monospace;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  height: auto;
  width: auto;
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin-right: 0.375rem;
  padding: 0.375rem 0.75rem;
  background-color: #efefef;
  color: #6e6e6e;
  border-color: #959595;
  -webkit-animation: 4000ms cubic-bezier(0.65, 0.05, 0.36, 1) glow infinite;
          animation: 4000ms cubic-bezier(0.65, 0.05, 0.36, 1) glow infinite;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .demo-input b, .demo-input strong {
    font-weight: 400; }
  @media screen and (max-width: 860px) {
    .demo-input {
      margin-right: 0;
      margin-bottom: 0.75rem; } }

select.demo-input {
  -ms-flex-preferred-size: 36px;
      flex-basis: 36px;
  height: 36px;
  min-height: 36px;
  max-height: 36px;
  margin-bottom: 0.75rem;
  padding-left: 0.375rem; }

@media screen and (max-width: 860px) {
  #locateAddress .demo-input {
    margin-right: 0.375rem;
    margin-bottom: 0; } }

#placeSearchResults {
  min-height: 6rem;
  max-height: 125px;
  margin-right: 0.375rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  overflow-x: hidden;
  overflow-y: scroll; }
  @media screen and (max-width: 860px) {
    #placeSearchResults {
      max-height: 12rem; } }
  #placeSearchResults li {
    margin-top: 0rem;
    margin-bottom: 0rem;
    padding: 0.25rem 0.75rem 0.25rem 0.375rem;
    color: #595959; }
    #placeSearchResults li:nth-child(odd) {
      background-color: #efefef; }
    #placeSearchResults li .svg-icon {
      margin-right: 0.25rem;
      color: #6e6e6e; }

#intersectionSearch .flex-nowrap {
  -ms-flex-align: baseline;
  align-items: baseline; }
  @media screen and (max-width: 860px) {
    #intersectionSearch .flex-nowrap span {
      margin-right: auto;
      margin-bottom: 0.375rem;
      margin-left: auto; }
      #intersectionSearch .flex-nowrap span:last-of-type {
        margin-bottom: 0; } }
  @media screen and (max-width: 860px) {
    #intersectionSearch .flex-nowrap .demo-input {
      margin-right: 0.375rem;
      margin-bottom: 0.375rem; } }
  @media screen and (max-width: 860px) {
    #intersectionSearch .flex-nowrap #intersectionStreet2 {
      margin-left: 0.375rem; } }

#reverseGeocodePointButton {
  -webkit-animation: 4000ms cubic-bezier(0.65, 0.05, 0.36, 1) glow infinite;
          animation: 4000ms cubic-bezier(0.65, 0.05, 0.36, 1) glow infinite;
  -webkit-box-shadow: none;
          box-shadow: none; }

.marker-container {
  position: relative; }

.marker {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  margin-top: -24px;
  margin-left: -24px; }

.marker-symbol {
  width: 24px;
  height: 24px;
  -webkit-animation: 4000ms cubic-bezier(0.65, 0.05, 0.36, 1) marker-glow infinite;
          animation: 4000ms cubic-bezier(0.65, 0.05, 0.36, 1) marker-glow infinite;
  -webkit-box-shadow: none;
          box-shadow: none; }

.reverse-geocode-result {
  letter-spacing: 0em;
  font-family: "Consolas", "Andale Mono", "Lucida Console", "Monaco", monospace;
  font-weight: 400;
  font-style: normal;
  color: #6e6e6e; }
  .reverse-geocode-result b, .reverse-geocode-result strong {
    font-weight: 400; }
  .reverse-geocode-result .svg-icon {
    visibility: hidden;
    margin-right: 0.375rem;
    color: #56a5d8; }
  .reverse-geocode-result.address-found .svg-icon {
    visibility: visible; }

#closestFacility ul {
  -ms-flex-line-pack: start;
  align-content: flex-start; }
  #closestFacility ul li {
    -ms-flex-grow: 0;
    -ms-flex-positive: 0;
        flex-grow: 0; }

#closestFacility .numbered-pin {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: stretch;
      justify-content: stretch;
  -ms-flex-preferred-size: 32px;
      flex-basis: 32px; }
  #closestFacility .numbered-pin .svg-icon {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    -ms-flex-item-align: end;
        align-self: flex-end;
    height: 32px;
    width: 32px; }

#closestFacility .demo-input {
  display: block; }

.demo-input-fill {
  width: 100%; }

html:not([dir="rtl"]) #getRoutes li {
  margin-left: 0.25rem; }

html:not([dir="rtl"]) #getRoutes li {
  margin-right: 0.25rem; }

#getRoutes .route-results {
  margin-top: 10px;
  min-height: 1.8rem;
  line-height: 2;
  font-size: 0.9375rem;
  color: #a9a9a9; }

#getRoutes .route-text-highlight {
  color: #4c4c4c; }

#getRoutes .route-savings {
  color: #4c4c4c;
  min-height: 64px;
  font-size: 1rem;
  line-height: 1.9rem; }

.numbered-pin.text-yellow {
  color: #e4d154; }

#driveTimeDuration {
  min-width: 3rem;
  margin-right: 0;
  padding-right: 0; }

.large-switcher-target .webmap-demo {
  min-height: 100%; }

.living-atlas-demos h3 {
  line-height: 1.25; }

.living-atlas-demos p {
  line-height: 1.33; }

.top-bar {
  background: #fff;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 10px; }

.widget-button {
  font-size: 16px;
  background-color: transparent;
  border: 1px solid #d3d3d3;
  color: #6e6e6e;
  height: 32px;
  width: 32px;
  text-align: center;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.3); }

.widget-button:hover,
.widget-button:focus {
  background: #0079c1;
  color: #e4e4e4; }

.esri-widgets-demo .esri-popup__header-title,
.esri-widgets-demo h1.esri-popup__header-title {
  line-height: 1.5; }

.esri-search-demo ul,
.esri-search-demo ol,
.esri-search-demo li {
  margin: 0;
  line-height: 1.2;
  font-size: 14px; }

.esri-search-demo .esri-widget--button {
  width: 38px;
  height: 38px;
  font-size: 16px; }

.esri-search-demo.esri-search {
  -webkit-animation: 4000ms cubic-bezier(0.65, 0.05, 0.36, 1) glow infinite;
          animation: 4000ms cubic-bezier(0.65, 0.05, 0.36, 1) glow infinite;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #959595;
  width: 100%;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2); }
  .esri-search-demo.esri-search .esri-search__submit-button {
    width: 110px;
    color: #fff;
    background-color: #56a5d8; }
    .esri-search-demo.esri-search .esri-search__submit-button .esri-icon-search {
      margin-right: 5px; }
  .esri-search-demo.esri-search .esri-search__submit-button::after {
    content: " Search"; }
  .esri-search-demo.esri-search .esri-input[type="text"],
  .esri-search-demo.esri-search .esri-input[type="number"] {
    height: 100%; }

demographics-webmap-demo .esri-popup--is-docked-top-right .esri-popup__main-container {
  max-height: 100%; }
  demographics-webmap-demo .esri-popup--is-docked-top-right .esri-popup__main-container .esri-popup__feature-buttons {
    display: none; }

pattern-analysis-demo .legend-container,
aggregate-fuel-stations-demo .legend-container {
  background-color: white; }

#queryDataMapContainer,
#reportMapContainer,
#exportDataContainer,
#createDataMapContainer,
#addDataMapContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: stretch;
      justify-content: stretch;
  min-height: 100%; }
  @media screen and (max-width: 860px) {
    #queryDataMapContainer,
    #reportMapContainer,
    #exportDataContainer,
    #createDataMapContainer,
    #addDataMapContainer {
      -ms-flex-order: 2;
          order: 2;
      min-height: 500px; } }
  #queryDataMapContainer > *,
  #reportMapContainer > *,
  #exportDataContainer > *,
  #createDataMapContainer > *,
  #addDataMapContainer > * {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%; }

.demo-table th {
  width: 50%;
  background-color: #efefef;
  font-weight: 700;
  font-style: normal; }

.checkbox-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: flex;
  -ms-flex-pack: stretch;
      justify-content: stretch; }
  .checkbox-buttons input[type="checkbox"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    .checkbox-buttons input[type="checkbox"] + label {
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      min-height: 140px;
      padding: 1rem 0.5rem;
      background-color: #007ac2;
      color: #ffffff;
      outline: 1px solid #ffffff;
      cursor: pointer;
      -webkit-transition: 150ms linear;
      transition: 150ms linear; }
      .checkbox-buttons input[type="checkbox"] + label:hover {
        z-index: 1;
        background-color: #00b9f2;
        color: #ffffff;
        outline-color: #ffffff; }
      .checkbox-buttons input[type="checkbox"] + label .svg-icon {
        -ms-flex: 0 0 42px;
            flex: 0 0 42px;
        height: 42px;
        width: 42px;
        color: inherit; }
      .checkbox-buttons input[type="checkbox"] + label span {
        letter-spacing: 0em;
        font-family: "Consolas", "Andale Mono", "Lucida Console", "Monaco", monospace;
        font-weight: 400;
        font-style: normal;
        font-size: 0.9375rem;
        line-height: 1.5;
        text-align: center; }
        .checkbox-buttons input[type="checkbox"] + label span b, .checkbox-buttons input[type="checkbox"] + label span strong {
          font-weight: 400; }
      .checkbox-buttons input[type="checkbox"] + label .remove {
        display: none; }
    .checkbox-buttons input[type="checkbox"]:disabled + label {
      opacity: 0.3;
      cursor: not-allowed;
      pointer-events: none; }
    .checkbox-buttons input[type="checkbox"]:checked + label {
      z-index: 1;
      background-color: #004575;
      color: #ffffff;
      outline-color: #ffffff; }
      .checkbox-buttons input[type="checkbox"]:checked + label .add {
        display: none; }
      .checkbox-buttons input[type="checkbox"]:checked + label .remove {
        display: inline-block; }
      .checkbox-buttons input[type="checkbox"]:checked + label:hover {
        z-index: 1;
        background-color: #00b9f2;
        color: #ffffff;
        outline-color: #ffffff; }

@-webkit-keyframes isChanged {
  0% {
    background-color: #bcdaed; }
  100% {
    background-color: transparent; } }

@keyframes isChanged {
  0% {
    background-color: #bcdaed; }
  100% {
    background-color: transparent; } }

@-webkit-keyframes bannerFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 33%, 0);
            transform: translate3d(0, 33%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes bannerFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 33%, 0);
            transform: translate3d(0, 33%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes wideBannerFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 33%, 0);
            transform: translate3d(0, 33%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 3rem, 0);
            transform: translate3d(0, 3rem, 0); } }

@keyframes wideBannerFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 33%, 0);
            transform: translate3d(0, 33%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 3rem, 0);
            transform: translate3d(0, 3rem, 0); } }

.demo-field-changed {
  -webkit-animation: isChanged 1s ease-out 1;
          animation: isChanged 1s ease-out 1; }

.hosted-data-demo .pre-demo {
  margin: 15px;
  font-size: 13px; }

.hosted-data-demo #exportDataContainer {
  height: 800px;
  overflow: scroll; }

.hosted-data-demo .checkbox-group-border {
  margin: 15px 0 30px;
  border: 1px solid #f3f3f3;
  padding: 20px 15px 0 20px; }

.hosted-data-demo .esri-popup .esri-feature__text.esri-feature__content-element {
  padding-left: 0; }

.hosted-data-demo .esri-popup .esri-popup__header-title {
  font-weight: 600; }

.hosted-data-demo .esri-view.esri-popup-chart .esri-widget.esri-popup__main-container {
  max-height: 300px; }

.hosted-data-demo #createDataReset {
  width: 165px; }

.hosted-data-demo hide {
  display: none; }
