/*
***-------------------------
***-------------------------
SVG Custom and Theme Styling
----------------------------
*/
.icon-ui-svg,
.icons-ui-svg {
  fill: #3fa6ff;
  max-height: 64px;
  max-width: 64px; }
  .icon-ui-svg--base,
  .icons-ui-svg--base {
    fill: #3fa6ff; }

@-webkit-keyframes es-nav-fadein {
  0% {
    clip-path: inset(25px 0 0 0);
    opacity: 0;
    transform: translateY(-25px); }
  to {
    clip-path: inset(0 0 0 0);
    opacity: 1; } }

@keyframes es-nav-fadein {
  0% {
    clip-path: inset(25px 0 0 0);
    opacity: 0;
    transform: translateY(-25px); }
  to {
    clip-path: inset(0 0 0 0);
    opacity: 1; } }

.es-nav {
  background-repeat: no-repeat;
  box-sizing: border-box;
  box-shadow: 0 1px 0 0 #222;
  color: #efefef;
  background-color: rgba(50, 50, 50, 0.95);
  display: flex;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  transition: background-color 75ms,min-height 75ms;
  user-select: none;
  z-index: 9000; }
  .es-nav * {
    background-repeat: no-repeat;
    box-sizing: border-box; }
  .es-nav:after {
    background-repeat: no-repeat;
    box-sizing: border-box; }
  .es-nav :after {
    background-repeat: no-repeat;
    box-sizing: border-box; }
  .es-nav:before {
    background-repeat: no-repeat;
    box-sizing: border-box; }
  .es-nav :before {
    background-repeat: no-repeat;
    box-sizing: border-box; }

@media (max-width: 975px) {
  .es-nav:not([data-expanded='false']) {
    background-color: #000; }
  .es-nav-submenu {
    right: 0; }
  .es-nav-sublink[aria-controls] {
    padding-right: 44px; }
    .es-nav-sublink[aria-controls]:after {
      right: 20px; }
  a:hover, a:focus {
    color: white;
    outline: 0;
    text-decoration: underline; }
  .es-nav-subitem-menu {
    padding-left: 35px; }
  .es-nav:not([data-expanded='false']) .es-nav-title:after {
    background-image: linear-gradient(90deg, transparent, #000); } }

@media (max-width: 975px) and (min-width: 0px) and (max-width: 975px) {
  .es-nav:not([data-expanded='false']) .es-nav-menu-title:after {
    transform: rotateX(180deg) translateY(1px); } }

@media (max-width: 975px) {
  .es-nav-menu-title:after {
    right: 20px; }
  [dir=rtl] .es-nav-submenu {
    left: 0;
    right: auto; }
  [dir=rtl] .es-nav-sublink[aria-controls] {
    padding-left: 44px;
    padding-right: 20px; }
    [dir=rtl] .es-nav-sublink[aria-controls]:after {
      left: 20px;
      right: auto; }
  [dir=rtl] .es-nav-subitem-menu {
    padding-left: 0;
    padding-right: 35px; }
  [dir=rtl] .es-nav[data-expanded] .es-nav-title:after {
    background-image: linear-gradient(-90deg, transparent, #000); }
  [dir=rtl] .es-nav-menu-title:after {
    left: 20px;
    right: auto; }
  .es-nav-menu-title {
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding-right: 20px;
    padding-left: 20px; }
    .es-nav-menu-title:focus {
      outline: 0; }
    .es-nav-menu-title:after {
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 25' width='14' height='25'%3E%3Cpath d='M 0 0 14 0 7 7' fill='%23efefef'/%3E%3C/svg%3E");
      position: absolute;
      transition: all .25s ease-out;
      width: 14px;
      height: 7px; }
  .es-nav-submenu {
    background-color: #222;
    top: 100%;
    position: absolute;
    overflow-y: auto; }
    .es-nav-submenu:not([aria-hidden=false]) {
      display: none; }
  .es-nav-sublink {
    font-size: 16px;
    line-height: 25px;
    outline-offset: -4px;
    padding: 17.5px 20px; }
  .es-nav-sublink[aria-controls] {
    position: relative; }
    .es-nav-sublink[aria-controls]:after {
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 9 32 32' width='14' height='14'%3E%3Cpath d='M28 9v5L16 26 4 14V9l12 12L28 9z' fill='%23fff'/%3E%3C/svg%3E");
      top: 23px;
      position: absolute;
      transition: all .25s ease-out; }
  .es-nav-subitem-menu {
    font-size: 14px;
    overflow: hidden;
    transition: max-height .25s,visibility 0s .5s; }
    .es-nav-subitem-menu:not([aria-hidden=false]) {
      max-height: 0;
      visibility: hidden; }
  .es-nav-subitem-menu[aria-hidden=false] {
    max-height: 300vh;
    transition: max-height .25s; }
  .es-nav-menu-title[aria-expanded=true]:after {
    transform: rotateX(180deg) translateY(1px); }
  .es-nav-sublink[aria-current]:not([data-expanded=true]) {
    box-shadow: inset 3px 0 0 0 #3fa6ff;
    color: white; }
  .es-nav-sublink[aria-controls][data-expanded=true]:after {
    transform: rotateX(180deg) translateY(9.5px); }
  :last-child > .es-nav-terlink {
    margin-bottom: 15px; } }

@media (max-width: 615px) {
  .es-nav {
    min-height: 50px; }
  .es-nav-wrapper {
    min-height: 50px; }
  .es-nav-title {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 20px;
    padding-left: 0px; }
  .es-nav-menu-title {
    color: transparent;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100vw;
    height: 50px; }
    .es-nav-menu-title:hover {
      background: transparent;
      color: transparent; }
  .es-nav-submenu {
    height: calc(100vh - 50px);
    width: 100vw; }
  .es-nav-more {
    display: flex;
    justify-content: center; }
  .es-nav-more-button {
    display: none;
    margin-top: 40px;
    margin-bottom: 80px;
    text-align: center; }
  .es-nav-menu-title {
    left: 0; }
  [dir=rtl] .es-nav-menu-title {
    left: auto;
    right: 0; } }

@media (min-width: 616px) {
  .es-nav {
    min-height: 60px; }
  .es-nav-wrapper {
    min-height: 60px; }
  .es-nav-title {
    font-size: 20px;
    line-height: 25px;
    padding: 17.5px 25px;
    padding-left: 0; }
  .es-nav-more-button {
    display: block;
    margin-top: 10.5px;
    margin-bottom: 10.5px; }
    .es-nav-more-button:hover {
      color: white;
      text-decoration: none; } }

@media (min-width: 1456px) {
  .es-nav {
    padding-right: calc(50vw - 725px);
    padding-left: calc(50vw - 725px); } }

.es-nav[data-fixed] {
  top: 0;
  position: fixed;
  width: 100%; }

.es-nav-wrapper {
  transition: min-height 75ms; }

.es-nav-title {
  margin-top: 0;
  margin-bottom: 0;
  flex-grow: 1;
  font-weight: 400;
  max-width: 100vw;
  overflow-x: hidden;
  padding-left: 15px;
  position: relative;
  transition: font-size 75ms,line-height 75ms,padding 75ms;
  white-space: nowrap; }
  @media (min-width: 1440px) {
    .es-nav-title {
      padding-left: 0; } }
  .es-nav-title:after {
    content: "";
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100px; }

.es-nav-terlink {
  padding-right: 30px; }
  .es-nav-terlink:after {
    right: 20px; }
  .es-nav-terlink:focus:after {
    transform: translateX(10px); }
  .es-nav-terlink:hover:after {
    transform: translateX(10px); }

.es-nav-title:after {
  background-image: linear-gradient(90deg, rgba(60, 60, 60, 0), #3c3c3c);
  right: 0; }

[dir=rtl] .es-nav-terlink {
  padding-left: 30px;
  padding-right: 0; }
  [dir=rtl] .es-nav-terlink:after {
    left: 20px;
    right: auto;
    transform: scale(-1); }
  [dir=rtl] .es-nav-terlink:focus:after {
    transform: translateX(-10px) scale(-1); }
  [dir=rtl] .es-nav-terlink:hover:after {
    transform: translateX(-10px) scale(-1); }

[dir=rtl] .es-nav-terlink[aria-current] {
  left: auto;
  right: -25px; }

[dir=rtl] .es-nav-title:after {
  background-image: linear-gradient(-90deg, rgba(60, 60, 60, 0), "3c3c3c");
  left: 0;
  right: auto; }

.es-nav-title-link {
  text-decoration: none;
  color: inherit; }
  .es-nav-title-link:focus {
    color: #3fa6ff;
    text-decoration: none; }
  .es-nav-title-link:hover {
    color: #3fa6ff;
    text-decoration: none; }

.es-nav-menu-title {
  background-color: transparent;
  border-style: none;
  color: transparent;
  font-size: inherit;
  left: 0;
  line-height: inherit;
  margin: 0;
  overflow: visible;
  cursor: pointer;
  outline-offset: -3px;
  position: absolute;
  width: 100vw; }

@media (max-width: 975px) and (max-width: 615px) {
  .es-nav-menu-title:after {
    top: 21.5px; } }

@media (max-width: 975px) and (min-width: 616px) and (max-width: 975px) {
  .es-nav-menu-title:after {
    top: 26.5px; } }

@media (min-width: 616px) and (max-width: 975px) {
  .es-nav-menu-title {
    color: inherit;
    padding-top: 20px;
    padding-bottom: 20px;
    left: auto;
    position: relative;
    width: auto; }
    .es-nav-menu-title:hover {
      background: transparent; }
  .es-nav-submenu {
    max-height: calc(100vh - 60px);
    width: 320px; }
  .es-nav-menu-title {
    padding-right: 45px; }
  [dir=rtl] .es-nav-menu-title {
    padding-left: 45px;
    padding-right: 20px; } }

@media (min-width: 976px) {
  .es-nav-menu-title {
    display: none; }
  .es-nav-sublist {
    display: flex; }
  .es-nav-sublink {
    box-shadow: inset 0 0 0 0 #3fa6ff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    outline-offset: -3px;
    padding: 17.5px 25px;
    position: relative;
    user-select: none;
    white-space: nowrap; }
    .es-nav-sublink:hover {
      color: white; }
    .es-nav-sublink:not([aria-expanded=true]):hover {
      box-shadow: inset 0 -3px 0 0 #3fa6ff; }
  .es-nav-sublink[aria-current] {
    color: white;
    background-color: #000; }
    .es-nav-sublink[aria-current]:not([aria-expanded=true]) {
      box-shadow: inset 0 -3px 0 0 #3fa6ff; }
  .es-nav-sublink[aria-expanded=true] {
    color: white; }
  .es-nav-sublink[aria-controls] {
    padding-right: 45px; }
    .es-nav-sublink[aria-controls]:not([data-expanded=false]) {
      background: #222;
      box-shadow: inset 0 0 0 0 #222; }
      .es-nav-sublink[aria-controls]:not([data-expanded=false]):after {
        content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 25' width='10' height='25'%3E%3Cpath d='M 0 0 14 0 7 7' fill='%233fa6ff'/%3E%3C/svg%3E"); }
    .es-nav-sublink[aria-controls]:after {
      right: 25px; }
  .es-nav-subitem-menu {
    padding-left: 25px;
    right: 0; }
  [dir=rtl] .es-nav-sublink[aria-controls] {
    padding-left: 45px;
    padding-right: 25px; }
    [dir=rtl] .es-nav-sublink[aria-controls]:after {
      left: 25px;
      right: auto; }
  [dir=rtl] .es-nav-subitem-menu {
    left: 0;
    padding-left: 0;
    padding-right: 25px;
    right: auto; }
  .es-nav-sublink[aria-controls][data-expanded=true] {
    background-color: #222; }
    .es-nav-sublink[aria-controls][data-expanded=true]:after {
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 25' width='10' height='25'%3E%3Cpath d='M 0 0 14 0 7 7' fill='%233fa6ff'/%3E%3C/svg%3E"); }
  .es-nav-subitem-menu {
    background-color: #222;
    max-height: calc(100vh - 60px);
    padding-bottom: 25px;
    top: 100%;
    position: absolute;
    width: 320px; }
    .es-nav-subitem-menu:not([aria-hidden=false]) {
      display: none; }
  .es-nav-subitem-menu[aria-hidden=false] {
    animation: es-nav-fadein .25s; }
  .es-nav-sublink[aria-controls]:after {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 25' width='10' height='25'%3E%3Cpath d='M 0 0 14 0 7 7' fill='%23fff'/%3E%3C/svg%3E");
    position: absolute;
    width: 10px;
    height: 5px;
    top: 25px; } }

@media (min-width: 976px) and (max-width: 1250px) {
  .es-nav-sublink {
    font-size: 1.3vw; } }

@media (min-width: 976px) and (max-width: 1350px) {
  .es-nav-sublink {
    padding-left: 20px;
    padding-right: 20px; }
  .es-nav-sublink[aria-controls] {
    padding-right: 20px; }
  .es-nav-sublink[aria-controls]:after {
    right: 5px; } }

.es-nav-sublist {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  font-size: inherit;
  line-height: inherit;
  margin-left: 0; }
  .es-nav-sublist .es-nav-more-button {
    display: block;
    margin: 20px auto;
    width: 70%; }
    @media (min-width: 615px) {
      .es-nav-sublist .es-nav-more-button {
        display: none; } }

.es-nav-subitem {
  position: relative;
  margin: 0; }
  @media (min-width: 975px) {
    .es-nav-subitem:hover .es-nav-sublink[aria-controls]::after {
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 25' width='10' height='25'%3E%3Cpath d='M 0 0 14 0 7 7' fill='%233fa6ff'/%3E%3C/svg%3E"); } }

.es-nav-sublink {
  text-decoration: none;
  color: #efefef;
  cursor: pointer;
  display: block; }
  .es-nav-sublink:hover {
    text-decoration: none; }

@media (max-width: 975px) and (hover) {
  .es-nav-sublink:hover {
    color: white;
    background-color: rgba(50, 50, 50, 0.95); } }

.es-nav-subitem-menu {
  overflow-y: auto;
  transform: scaleX(1); }

.es-nav-terlist {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  font-size: inherit;
  line-height: inherit;
  margin-left: 0; }

.es-nav-terlink {
  text-decoration: none;
  background-image: linear-gradient(90deg, #3fa6ff 50%, #3f3f3f 0);
  background-position: 100% 100%;
  background-size: 200% 1px;
  color: #bcbcbc;
  cursor: pointer;
  display: block;
  line-height: 25px;
  outline-offset: -3px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  transition: background-position .25s; }
  .es-nav-terlink:focus {
    background-position-x: 0;
    color: white; }
    .es-nav-terlink:focus:after {
      opacity: 1; }
  .es-nav-terlink:hover {
    background-position-x: 0;
    color: white;
    text-decoration: none; }
    .es-nav-terlink:hover:after {
      opacity: 1; }
  .es-nav-terlink:after {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3E%3Cpath d='M8 14.3l5.3-5.3H0V8h13.3L8 2.7V1.3L15.2 8.5 8 15.7V14.3z' fill='%233fa6ff'/%3E%3C/svg%3E");
    opacity: 0;
    top: calc(50% - 8px);
    transition: all .25s ease-out;
    position: absolute;
    width: 16px;
    height: 16px; }

.es-nav-terlink[aria-current] {
  color: white; }
  .es-nav-terlink[aria-current]:before {
    background-color: #3fa6ff;
    content: "";
    top: 0;
    bottom: 0;
    left: -25px;
    position: absolute;
    width: 3px;
    height: 100%; }

.es-nav-more-button {
  border-style: none;
  overflow: visible;
  color: white;
  background-color: #0079c1;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9.5px 15px;
  white-space: nowrap;
  font-size: inherit;
  line-height: inherit; }
  .es-nav-more-button:focus {
    background-color: #005e95; }
  .es-nav-more-button:hover {
    background-color: #005e95; }

.es-nav-teritem {
  margin: 0; }

.ml-5 {
  margin-left: 5px; }

.mr-5 {
  margin-right: 5px; }

/* test change v2 */
.text-black {
  color: #323232; }

/*
* Add theme button variants here
*
*
*/
.blue-bullets ul {
  color: #0079c1;
  font-size: 1rem;
  line-height: 1.55rem; }

html, body {
  -webkit-font-smoothing: antialiased; }

.btn-clear-background {
  background-color: transparent;
  transition: all .25s ease-out;
  border: thin; }

.btn-blue-clear-background {
  background-color: transparent;
  border-color: #49b0f2;
  color: #49b0f2;
  transition: all .25s ease-out; }

.italic {
  font-style: italic; }

.content-block {
  position: relative; }
  .content-block.dark {
    background: #323232; }
  .content-block.light {
    background: #ffffff; }
  .content-block-wrapper {
    position: relative;
    min-height: 100vh;
    width: 100%; }
    @media screen and (max-width: 800px) {
      .content-block-wrapper {
        height: 60vh; } }
  .content-block .text-overlay {
    box-sizing: border-box;
    padding-right: 70px;
    width: 550px; }
    @media screen and (max-width: 1440px) {
      .content-block .text-overlay.padding-leader-4 {
        padding-top: 20px !important; } }
    @media screen and (max-width: 1366px) and (min-width: 1280px) {
      .content-block .text-overlay.padding-leader-4 {
        padding-top: 0px !important; } }

.tile-block-group {
  position: relative; }
  .tile-block-group.full {
    width: 100%; }
  .tile-block-group.half {
    width: 50%; }
  .tile-block-group .tile-block {
    position: relative; }
    .tile-block-group .tile-block-wrapper {
      position: relative;
      width: 100%; }
      .tile-block-group .tile-block-wrapper.tall {
        min-height: 100vh; }
    .tile-block-group .tile-block .font-size-6 {
      font-size: 40px;
      line-height: 40px; }

.feature-image {
  min-height: 50vh;
  width: 100%; }
  @media screen and (max-width: 1440px) {
    .feature-image .font-size-4, .feature-image .font-size-5, .feature-image .font-size-7 {
      font-size: 28px !important;
      line-height: 30px !important; } }
  @media screen and (max-width: 1366px) and (min-width: 1280px) {
    .feature-image .font-size-4, .feature-image .font-size-5, .feature-image .font-size-7 {
      font-size: 24px !important;
      line-height: 28px !important; } }
  @media screen and (max-width: 1366px) and (min-width: 1280px) {
    .feature-image .leader-2 {
      margin-top: 0 !important; } }
  .feature-image .sm-quote {
    position: absolute;
    left: 70px;
    width: 40px !important;
    height: 40px !important; }
    @media screen and (max-width: 1440px) and (min-width: 1280px) {
      .feature-image .sm-quote {
        width: 40px !important;
        height: 40px !important; } }
  .feature-image.white-computer {
    background: url("../../../../content/dam/esrisites/arcgis/products/white_computer_features.jpg") 25% 35% no-repeat;
    background-size: 50%; }
  .feature-image.black-computer {
    background: url("../../../../content/dam/esrisites/arcgis/products/black_computer_inside.jpg") 25% 35% no-repeat;
    background-size: 50%; }
  .feature-image.enterprise-white-computer {
    background: url("../../../../content/dam/esrisites/enterprise/what-you-get-image.jpg") 25% 35% no-repeat;
    background-size: 50%; }
  .feature-image.case-study-1 {
    background: #f8f8f8 url("../../../../content/dam/esrisites/arcgis/products/case_study_image1.jpg") 25% 35% no-repeat;
    background-size: cover; }
  .feature-image.case-study-2 {
    background: rgba(123, 0, 224, 0.75) url("../../../../content/dam/esrisites/arcgis/products/case_study_image2.jpg") top center no-repeat;
    background-size: cover; }
  .feature-image.case-study-3 {
    background: #f8f8f8 url("../../../../content/dam/esrisites/arcgis/products/case_study_image1.jpg") 25% 35% no-repeat;
    background-size: cover; }
  .feature-image.case-study-4 {
    background: url("../../../../content/dam/esrisites/arcgis/products/case_study_image2.jpg") top center no-repeat;
    background-size: cover; }
  @media screen and (max-width: 2560px) and (min-width: 1024px) {
    .feature-image .pre-2 {
      margin-left: 10px !important; } }
  @media screen and (max-width: 800px) {
    .feature-image {
      background-position: center 90%;
      background-size: 150%; } }
  .feature-image.right {
    background-position: 85% 35%; }

.translucent-panel {
  height: 100%;
  overflow: hidden;
  position: relative; }
  .translucent-panel.full {
    width: 100%; }
  .translucent-panel.half {
    width: 50%;
    min-height: 100vh; }
  .translucent-panel.quarter {
    width: 25%; }
  .translucent-panel.dark {
    background: rgba(59, 59, 59, 0.95); }
  .translucent-panel.light {
    background: rgba(245, 245, 245, 0.95); }
  .translucent-panel.purple {
    background: rgba(123, 0, 224, 0.75);
    width: 100%; }
  @media screen and (max-width: 800px) {
    .translucent-panel {
      height: 100%;
      width: 100%; } }

.sm-callout:hover {
  cursor: pointer; }

/*
Component: Text Link Stack: Image
inherit theme color for separator
*/
.text-link-stack-image-series .headercontainer hr {
  background: #3fa6ff; }

/*
Component: Text Link Stack: Icon
inherit theme color for separator
*/
.text-link-stack-icon-series .headercontainer hr {
  background: #3fa6ff; }

.text-link-stack-icon-series .headerimage .iconNumber {
  color: #3fa6ff; }

/*
******------------------------
******--Frequently Asked Qs---
------------------------------
------------------------------
*/
.faq-item {
  margin-bottom: 15px; }

.faq-question {
  background: #f8f8f8;
  border: thin solid rgba(0, 0, 0, 0.05);
  position: relative; }
  .faq-question:hover {
    background: #f4f4f4;
    cursor: pointer; }
  .faq-question p {
    box-sizing: border-box;
    margin: 0;
    padding: 10px; }
  .faq-question-icon {
    padding-left: 35px !important; }
    .faq-question-icon::before {
      position: absolute;
      left: 10px;
      top: 10px;
      transform-origin: center center;
      transition: all .25s ease-out; }
    .faq-question-icon.is-active::before {
      position: absolute;
      left: 5px;
      top: 15px;
      transform-origin: center center;
      transform: rotate(90deg); }

.faq-answer {
  border: thin solid rgba(0, 0, 0, 0.05);
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all .25s ease-out; }
  .faq-answer.is-visible {
    opacity: 1; }
  .faq-answer p {
    box-sizing: border-box;
    margin: 0;
    padding: 10px; }

/*
******------------------------
******--Content Bar---
------------------------------
------------------------------
*/
.color-contentbar {
  background-color: #3fa6ff; }

/*
Component: Cards Editorial Series
inherit theme color for separator
*/
.cards-editorial-series .headercontainer hr {
  background: #3fa6ff; }

/*
Component: Cards Simple

.cards-simple-series {
	.lighttheme, .darktheme {
		.card-content {
			.icon-container {
				.icons-ui-svg {
					fill: $lt-accent;
				}
			}
		}
	}
}
*/
.cards-simple-series .headercontainer hr {
  background: #3fa6ff; }

/*
Component: Detailed List
*/
.detailed-list-item .icon-ui-check-mark:before, .detailed-list-item .icon-ui-close:before {
  color: #3fa6ff; }

/*
******------------------------
******--Hero Banner Global---
------------------------------
------------------------------
*/
.hero-banner-global [data-theme] .herobanner .hr {
  background-color: #3fa6ff; }

.media-text-series-flexy .left-section svg {
  fill: #3fa6ff; }

/*
******--------------------
******--RESOURCE CARDS---
--------------------------
--------------------------
*/
@media screen and (max-width: 800px) and (min-width: 768px) {
  .mar-top-25 {
    margin-top: 25px; } }

.resource-block {
  position: relative;
  transition: all .25s ease-in-out; }
  .resource-block.what-you-get .padding-all-20 {
    min-height: 150px; }
  .resource-block-card {
    position: relative; }
    .resource-block-card .resource-block-card-content a.learn-more {
      position: relative; }
      .resource-block-card .resource-block-card-content a.learn-more:before {
        content: "";
        background: url("../../../../content/dam/esrisites/arcgis/products/Icon-Right-Arrow.svg") 0 0 no-repeat;
        height: 15px;
        opacity: 0;
        position: absolute;
        left: 100px;
        top: 50%;
        transform: translateY(-50%);
        transition: opacity .15s ease-out, left .25s ease-out;
        width: 15px; }
      .resource-block-card .resource-block-card-content a.learn-more::after {
        content: "";
        border-bottom: 1px solid #005E8F;
        width: 0%;
        height: 1px;
        position: absolute;
        left: 20px;
        bottom: 20px;
        transition: all .15s ease-in-out; }
    .resource-block-card .resource-block-card-content .btn-animate {
      position: relative;
      margin: 20px; }
      .resource-block-card .resource-block-card-content .btn-animate.arrow a:before {
        content: "";
        background: url("../../../../content/dam/esrisites/arcgis/products/Icon-Right-Arrow-White.svg") 0 0 no-repeat;
        height: 15px;
        opacity: 0;
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        transition: opacity .15s ease-out, right .25s ease-out;
        width: 15px; }
    .resource-block-card:hover {
      cursor: pointer;
      outline: thin solid #0079c1 !important; }
      .resource-block-card:hover .resource-block-card-content h4 a {
        color: #ffffff !important;
        text-decoration: none; }
      .resource-block-card:hover .resource-block-card-content a.learn-more {
        position: relative;
        /*display: block;*/ }
        .resource-block-card:hover .resource-block-card-content a.learn-more:hover {
          text-decoration: none; }
        .resource-block-card:hover .resource-block-card-content a.learn-more:before {
          opacity: 1;
          position: absolute;
          left: 115px; }
        .resource-block-card:hover .resource-block-card-content a.learn-more::after {
          content: "";
          border-bottom: 1px solid #49b0f2;
          width: 35%;
          height: 1px;
          position: absolute;
          left: 20px;
          bottom: 0px;
          transition: all .15s ease-in-out; }
      .resource-block-card:hover .resource-block-card-content .btn-animate {
        position: relative;
        margin: 20px; }
        .resource-block-card:hover .resource-block-card-content .btn-animate.arrow a {
          color: #74c6ff;
          text-decoration: none; }
          .resource-block-card:hover .resource-block-card-content .btn-animate.arrow a:before {
            background: url("../../../../content/dam/esrisites/arcgis/products/Icon-Right-Arrow-White.svg") 0 0 no-repeat;
            opacity: 1;
            right: -20px; }
    @media screen and (max-width: 480px) {
      .resource-block-card {
        margin: 10px 0; } }
    .resource-block-card h4, .resource-block-card p {
      margin: 0; }
    .resource-block-card h4 {
      font-size: 22px; }
    .resource-block-card p {
      font-size: 14px;
      line-height: 1.5; }
    @media screen and (max-width: 640px) {
      .resource-block-card h4 {
        font-size: 16px; }
      .resource-block-card p {
        font-size: 14px; } }
    .resource-block-card-icon {
      position: relative;
      height: 125px;
      width: 100%; }
      .resource-block-card-icon .icon-img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 42px;
        padding: 0; }
      .resource-block-card-icon.spatial-analysis-1 {
        background: url("../../../../content/dam/esrisites/arcgis/products/Extension_3D-analyst.jpg") top center no-repeat;
        background-size: cover; }
      .resource-block-card-icon.spatial-analysis-2 {
        background: url("../../../../content/dam/esrisites/arcgis/products/Extension_geostatistical.jpg") top center no-repeat;
        background-size: cover; }
      .resource-block-card-icon.spatial-analysis-3 {
        background: url("../../../../content/dam/esrisites/arcgis/products/Extension_network-analyst.jpg") top center no-repeat;
        background-size: cover; }
      .resource-block-card-icon.spatial-analysis-4 {
        background: url("../../../../content/dam/esrisites/arcgis/products/Extension_schematics.jpg") top center no-repeat;
        background-size: cover; }
      .resource-block-card-icon.spatial-analysis-5 {
        background: url("../../../../content/dam/esrisites/arcgis/products/Extension_spatial-analyst.jpg") top center no-repeat;
        background-size: cover; }
      .resource-block-card-icon.spatial-analysis-6 {
        background: url("../../../../content/dam/esrisites/arcgis/products/Extension_tracking-analyst.jpg") top center no-repeat;
        background-size: cover; }
      .resource-block-card-icon.data-workflows-1 {
        background: url("../../../../content/dam/esrisites/arcgis/products/Extension_data-interoperability.jpg") top center no-repeat;
        background-size: cover; }
      .resource-block-card-icon.data-workflows-2 {
        background: url("../../../../content/dam/esrisites/arcgis/products/Extension_data-reviewer.jpg") top center no-repeat;
        background-size: cover; }
      .resource-block-card-icon.data-workflows-3 {
        background: url("../../../../content/dam/esrisites/arcgis/products/Extension_arcgis-publisher.jpg") top center no-repeat;
        background-size: cover; }
      .resource-block-card-icon.data-workflows-4 {
        background: url("../../../../content/dam/esrisites/arcgis/products/Extension_workflow-manager.jpg") top center no-repeat;
        background-size: cover; }
      .resource-block-card-icon.industry-focused-1 {
        background: url("../../../../content/dam/esrisites/arcgis/products/Extension_aviation-airports.jpg") top center no-repeat;
        background-size: cover; }
      .resource-block-card-icon.industry-focused-2 {
        background: url("../../../../content/dam/esrisites/arcgis/products/Extension_aviation-charting.jpg") top center no-repeat;
        background-size: cover; }
      .resource-block-card-icon.industry-focused-3 {
        background: url("../../../../content/dam/esrisites/arcgis/products/Extension_maritime-bathymetry.jpg") top center no-repeat;
        background-size: cover; }
      .resource-block-card-icon.industry-focused-4 {
        background: url("../../../../content/dam/esrisites/arcgis/products/Extension_maritime-charting.jpg") top center no-repeat; }
      .resource-block-card-icon.industry-focused-5 {
        background: url("../../../../content/dam/esrisites/arcgis/products/Extension_defense-mapping.jpg") top center no-repeat;
        background-size: cover; }
      .resource-block-card-icon.industry-focused-6 {
        background: url("../../../../content/dam/esrisites/arcgis/products/Extension_production-mapping.jpg") top center no-repeat;
        background-size: cover; }
      .resource-block-card-icon.industry-focused-7 {
        background: url("../../../../content/dam/esrisites/arcgis/products/Extension_roads-and-highways.jpg") top center no-repeat;
        background-size: cover; }
      .resource-block-card-icon.add-ons-1 {
        background: url("../../../../content/dam/esrisites/arcgis/products/Extension_infographics.jpg") top center no-repeat;
        background-size: cover; }
      .resource-block-card-icon.add-ons-2 {
        background: url("../../../../content/dam/esrisites/arcgis/products/Extension_openstreetmap.jpg") top center no-repeat;
        background-size: cover; }
      .resource-block-card-icon.add-ons-3 {
        background: url("../../../../content/dam/esrisites/arcgis/products/Extension_districting.jpg") top center no-repeat;
        background-size: cover; }
      .resource-block-card-icon.add-ons-4 {
        background: url("../../../../content/dam/esrisites/arcgis/products/Extension_esri-s57.jpg") top center no-repeat; }
      .resource-block-card-icon.add-ons-5 {
        background: url("../../../../content/dam/esrisites/arcgis/products/Extension_geoportal-add-ons.jpg") top center no-repeat;
        background-size: cover; }
      .resource-block-card-icon.add-ons-6 {
        background: url("../../../../content/dam/esrisites/arcgis/products/Extension_wmcclient.jpg") top center no-repeat;
        background-size: cover; }
      .resource-block-card-icon.add-ons-7 {
        background: url("../../../../content/dam/esrisites/arcgis/products/Extension_defense-NITF.jpg") top center no-repeat;
        background-size: cover; }
      .resource-block-card-icon.gis-cap-1 {
        background: url("../../../../content/dam/esrisites/enterprise/Capability_1.jpg") top center no-repeat;
        background-size: cover; }
      .resource-block-card-icon.gis-cap-2 {
        background: url("../../../../content/dam/esrisites/enterprise/Capability_2.jpg") top center no-repeat;
        background-size: cover; }
      .resource-block-card-icon.gis-cap-3 {
        background: url("../../../../content/dam/esrisites/enterprise/Capability_3.jpg") top center no-repeat;
        background-size: cover; }
      .resource-block-card-icon.gis-cap-4 {
        background: url("../../../../content/dam/esrisites/enterprise/Capability_4.jpg") top center no-repeat;
        background-size: cover; }
      .resource-block-card-icon.gis-cap-5 {
        background: url("../../../../content/dam/esrisites/enterprise/Capability_5.jpg") top center no-repeat;
        background-size: cover; }
    .resource-block-card-title {
      position: absolute;
      bottom: 0;
      box-sizing: border-box;
      padding: 5px 0 5px 20px;
      width: 100%; }
    .resource-block-card-content {
      border: 1px solid #595959;
      border-top: none;
      box-sizing: border-box;
      min-height: 300px;
      width: 100%; }
      .resource-block-card-content .padding-all-20 {
        min-height: 220px; }
      .resource-block-card-content.what-you-get {
        background: #323232;
        padding: 0;
        min-height: auto; }
        .resource-block-card-content.what-you-get .padding-all-20 {
          min-height: 200px; }
      .resource-block-card-content.enterprise-resources {
        min-height: auto;
        padding: 0; }
        .resource-block-card-content.enterprise-resources .padding-all-20 {
          min-height: 240px; }
      @media screen and (max-width: 640px) {
        .resource-block-card-content {
          min-height: 325px;
          padding: 10px; }
          .resource-block-card-content .learn-more {
            font-size: 14px; } }
    .resource-block-card-action button {
      transition: all .20s ease-in-out;
      width: 100%; }
  .resource-block.show-me {
    display: block; }
  .resource-block.hide-me {
    display: none; }
  .resource-block.light-blue .resource-block-card-icon {
    background: #6db5e3; }
  .resource-block.light-blue .resource-block-card-title {
    background: rgba(50, 50, 50, 0.8);
    color: #efefef; }
  .resource-block.yellow .resource-block-card-icon {
    background: #bda726; }
  .resource-block.yellow .resource-block-card-title {
    background: rgba(50, 50, 50, 0.8);
    color: #efefef; }
  .resource-block.blue .resource-block-card-icon {
    background: #0079c1; }
  .resource-block.blue .resource-block-card-title {
    background: #d2e9f9; }
  .resource-block.orange .resource-block-card-icon {
    background: #d17e21; }
  .resource-block.orange .resource-block-card-title {
    background: rgba(50, 50, 50, 0.8);
    color: #efefef; }
  .resource-block.purple .resource-block-card-icon {
    background: #9182db; }
  .resource-block.purple .resource-block-card-title {
    background: rgba(50, 50, 50, 0.8);
    color: #efefef; }
  .resource-block.green .resource-block-card-icon {
    background: #68aa77; }
  .resource-block.green .resource-block-card-title {
    background: rgba(50, 50, 50, 0.8);
    color: #efefef; }
  .resource-block.light-green .resource-block-card-icon {
    background: #b4e25c; }
  .resource-block.light-green .resource-block-card-title {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6); }
  .resource-block.brown .resource-block-card-icon {
    background: #b88b55; }
  .resource-block.brown .resource-block-card-title {
    background: rgba(50, 50, 50, 0.8);
    color: #efefef; }
  .resource-block.gray .resource-block-card-icon {
    background: #222; }
  .resource-block.gray .resource-block-card-title {
    background: #efefef; }
  .resource-block.dark .resource-block-card-content {
    border: thin solid #222; }
  .resource-block.dark .text-light-blue {
    color: #49b0f2; }

.resource {
  position: relative; }
  .resource .topic {
    font-weight: 500;
    letter-spacing: 0.1em;
    padding: 20px 0; }
    @media screen and (max-width: 480px) {
      .resource .topic {
        font-size: 12px; } }
    .resource .topic:hover {
      cursor: pointer;
      color: #ffffff;
      /*border-bottom: 3px solid #2d4d63;*/ }
  .resource .is-active {
    color: #ffffff; }
  .resource-topics {
    position: relative;
    min-height: 69px;
    border-bottom: thin solid #595959; }
    .resource-topics .resource-selected {
      position: absolute;
      left: 0;
      background: #49b0f2;
      bottom: 0;
      height: 3px;
      transition: all .25s ease-in-out; }

.details {
  position: relative;
  width: 100%; }
  .details-block {
    box-sizing: border-box;
    float: left;
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: center;
    width: 50%; }
    .details-block h3 {
      margin-bottom: 10px; }
    .details-block-content {
      padding: 25px 100px;
      width: 50%; }
    .details-block.bg-blue {
      background: #0079c1; }
      .details-block.bg-blue h3, .details-block.bg-blue p {
        color: #ffffff; }
      .details-block.bg-blue button {
        border: thin solid #fff;
        color: #fff;
        transition: all .25s ease-in-out; }
        .details-block.bg-blue button:hover {
          background: #ffffff;
          color: #0079c1; }
    .details-block.bg-lightest-blue {
      background: #d2e9f9; }
      .details-block.bg-lightest-blue h3, .details-block.bg-lightest-blue p {
        color: #052942; }
      .details-block.bg-lightest-blue button {
        border: thin solid #0079c1;
        color: #0079c1;
        transition: all .25s ease-in-out; }
        .details-block.bg-lightest-blue button:hover {
          color: #ffffff; }

/* Small Round Icon */
.icon-round {
  background: #ffffff;
  border-radius: 100%;
  height: 80px;
  width: 80px;
  margin: 25px 0; }
  .icon-round.light-blue {
    background: #56a5d8; }
  .icon-round-center {
    margin: 25px auto; }

.small-content-block p {
  min-height: 80px;
  padding-right: 20px; }

#overview-mobile {
  background: #323232;
  display: none;
  position: relative; }
  #overview-mobile .banner {
    position: relative;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.68) 25%, transparent 100%), url("../../../../content/dam/esrisites/arcgis/products/desktop-static-banner.jpg");
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.68) 25%, transparent 100%), url("../../../../content/dam/esrisites/arcgis/products/desktop-static-banner.jpg");
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.68) 25%, transparent 100%), url("../../../../content/dam/esrisites/arcgis/products/desktop-static-banner.jpg");
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=1 ), url("../../../../content/dam/esrisites/arcgis/products/desktop-static-banner.jpg");
    /* IE6-9 */
    background-size: cover;
    overflow: hidden;
    height: 500px;
    width: 100%; }
    #overview-mobile .banner p {
      line-height: 30px; }
    @media screen and (max-width: 480px) {
      #overview-mobile .banner h1 {
        font-size: 34px; }
      #overview-mobile .banner p {
        font-size: 18px;
        line-height: 24px; } }
    @media screen and (max-width: 320px) {
      #overview-mobile .banner h1 {
        font-size: 28px; }
      #overview-mobile .banner p {
        font-size: 16px;
        line-height: 24px; } }
    #overview-mobile .banner .scroll-down {
      position: relative;
      background: #fff;
      border-radius: 100%;
      height: 45px;
      margin: auto;
      margin-top: 10%;
      width: 45px; }
      #overview-mobile .banner .scroll-down .svg-icon {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
  #overview-mobile .switcher {
    background: #ffffff;
    position: relative; }
    #overview-mobile .switcher-nav {
      height: 20px;
      margin: auto;
      width: 75%; }
      #overview-mobile .switcher-nav .svg-icon {
        margin-top: -5px; }
      #overview-mobile .switcher-nav .btn-circle {
        background: transparent;
        border: thin solid #959595;
        border-radius: 100%;
        display: block;
        height: 10px;
        margin: auto;
        width: 10px; }
        #overview-mobile .switcher-nav .btn-circle.is-active {
          background: #0079c1; }
    #overview-mobile .switcher-image {
      position: relative;
      width: 100%; }
      #overview-mobile .switcher-image-marker {
        position: absolute;
        left: 50%;
        top: 12px;
        transform: translate(-50%, -50%);
        overflow: hidden;
        height: 30px;
        width: 50px; }
        #overview-mobile .switcher-image-marker .arrow-down {
          background: #fff;
          box-shadow: 0 0 20px rgba(50, 50, 50, 0.4);
          height: 50px;
          margin-top: -35px;
          width: 50px;
          transform: rotate(135deg); }
      #overview-mobile .switcher-image-slide {
        height: 300px;
        overflow: hidden;
        width: 100%; }
      #overview-mobile .switcher-image-content {
        box-sizing: border-box;
        background: #323232;
        color: #fff;
        padding: 10px;
        width: 100%; }
  #overview-mobile .content-block {
    position: relative;
    padding: 50px 20px; }
    #overview-mobile .content-block.dark {
      background: #323232; }
    #overview-mobile .content-block.blue {
      background: #0079c1; }
  #overview-mobile .content-img {
    box-sizing: border-box;
    height: 260px;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      #overview-mobile .content-img {
        height: 375px; } }
    @media screen and (max-width: 768px) {
      #overview-mobile .content-img {
        height: 350px; } }
    @media screen and (max-width: 568px) {
      #overview-mobile .content-img {
        height: 200px; } }
    @media screen and (max-width: 480px) {
      #overview-mobile .content-img {
        height: 220px; } }
    #overview-mobile .content-img .head-img-1 {
      background: url("../../../../content/dam/esrisites/arcgis/products/black_computer_inside.jpg") top center no-repeat;
      background-size: 90%;
      height: 100%;
      width: 100%; }
      @media screen and (max-width: 1024px) {
        #overview-mobile .content-img .head-img-1 {
          background-size: 50%; } }
      @media screen and (max-width: 768px) and (min-width: 640px) {
        #overview-mobile .content-img .head-img-1 {
          background-size: 60%; } }
      @media screen and (max-width: 480px) {
        #overview-mobile .content-img .head-img-1 {
          background-size: 80%; } }
      @media screen and (max-width: 320px) {
        #overview-mobile .content-img .head-img-1 {
          background-size: 90%; } }
    #overview-mobile .content-img .head-img-2 {
      background: url("../../../../content/dam/esrisites/arcgis/products/resources_circle.jpg") top center no-repeat;
      background-size: 72%;
      height: 100%;
      width: 100%; }
      @media screen and (max-width: 1024px) {
        #overview-mobile .content-img .head-img-2 {
          background-size: 40%; } }
      @media screen and (max-width: 768px) and (min-width: 640px) {
        #overview-mobile .content-img .head-img-2 {
          background-size: 50%; } }
      @media screen and (max-width: 480px) {
        #overview-mobile .content-img .head-img-2 {
          background-size: 70%; } }
      @media screen and (max-width: 360px) {
        #overview-mobile .content-img .head-img-2 {
          background-size: 80%; } }
  #overview-mobile .tile-block-wrapper.utility {
    height: 45vh !important; }
    @media screen and (max-width: 1024px) {
      #overview-mobile .tile-block-wrapper.utility {
        height: 50vh !important; } }
    @media screen and (max-width: 768px) {
      #overview-mobile .tile-block-wrapper.utility {
        height: 35vh !important; } }
    @media screen and (max-width: 680px) {
      #overview-mobile .tile-block-wrapper.utility {
        height: 85vh !important; } }
    @media screen and (max-width: 568px) {
      #overview-mobile .tile-block-wrapper.utility {
        height: 105vh !important; } }
    @media screen and (max-width: 480px) {
      #overview-mobile .tile-block-wrapper.utility {
        height: 45vh !important; } }
    @media screen and (max-width: 360px) {
      #overview-mobile .tile-block-wrapper.utility {
        height: 45vh !important; } }
    @media screen and (max-width: 320px) {
      #overview-mobile .tile-block-wrapper.utility {
        height: 55vh !important; } }
  #overview-mobile .tile-block-wrapper.envision {
    height: 75vh !important; }
    @media screen and (max-width: 1024px) {
      #overview-mobile .tile-block-wrapper.envision {
        height: 60vh !important; } }
    @media screen and (max-width: 768px) {
      #overview-mobile .tile-block-wrapper.envision {
        height: 40vh !important; } }
    @media screen and (max-width: 680px) {
      #overview-mobile .tile-block-wrapper.envision {
        height: 160vh !important; } }
    @media screen and (max-width: 568px) {
      #overview-mobile .tile-block-wrapper.envision {
        height: 220vh !important; } }
    @media screen and (max-width: 480px) {
      #overview-mobile .tile-block-wrapper.envision {
        height: 70vh !important; } }
    @media screen and (max-width: 360px) {
      #overview-mobile .tile-block-wrapper.envision {
        height: 75vh !important; } }
    @media screen and (max-width: 320px) {
      #overview-mobile .tile-block-wrapper.envision {
        height: 90vh !important; } }
  #overview-mobile .questions-block {
    border: none;
    margin: 12px;
    padding: 10px 0; }
    @media screen and (max-width: 768px) {
      #overview-mobile .questions-block {
        width: 27.5%; } }
    @media screen and (max-width: 480px) {
      #overview-mobile .questions-block {
        width: 25.75%; } }
  #overview-mobile .case-title {
    font-size: 21px;
    line-height: 28px; }
  #overview-mobile .mobile-case {
    position: relative; }
    #overview-mobile .mobile-case-overlay {
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      background: white;
      display: none;
      z-index: 99; }
    #overview-mobile .mobile-case-banner {
      box-sizing: border-box;
      padding: 25px;
      position: absolute;
      left: 0;
      top: 0;
      height: 25vh;
      width: 100%; }
      #overview-mobile .mobile-case-banner.utility {
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.68) 25%, transparent 100%), url("../../../../content/dam/esrisites/arcgis/products/case_study_electric-image.jpg") top center no-repeat;
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.68) 25%, transparent 100%), url("../../../../content/dam/esrisites/arcgis/products/case_study_electric-image.jpg") top center no-repeat;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.68) 25%, transparent 100%), url("../../../../content/dam/esrisites/arcgis/products/case_study_electric-image.jpg") top center no-repeat;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=1), url("../../../../content/dam/esrisites/arcgis/products/case_study_electric-image.jpg") top center no-repeat;
        background-size: cover; }
      #overview-mobile .mobile-case-banner.tornado {
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.68) 25%, transparent 100%), url("../../../../content/dam/esrisites/arcgis/products/case_study_tornado.jpg") top center no-repeat;
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.68) 25%, transparent 100%), url("../../../../content/dam/esrisites/arcgis/products/case_study_tornado.jpg") top center no-repeat;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.68) 25%, transparent 100%), url("../../../../content/dam/esrisites/arcgis/products/case_study_tornado.jpg") top center no-repeat;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=1), url("../../../../content/dam/esrisites/arcgis/products/case_study_tornado.jpg") top center no-repeat;
        background-size: cover; }
    #overview-mobile .mobile-case-content {
      position: absolute;
      left: 0;
      top: 130px;
      box-sizing: border-box;
      padding: 25px; }
      @media screen and (max-width: 360px) {
        #overview-mobile .mobile-case-content {
          top: 155px; } }
      @media screen and (max-width: 320px) {
        #overview-mobile .mobile-case-content {
          top: 135px; } }
      #overview-mobile .mobile-case-content .overflow-content {
        height: 315px;
        overflow: scroll; }
    #overview-mobile .mobile-case-exit {
      background: #0079c1;
      border-radius: 100%;
      position: fixed;
      right: 5px;
      top: 5px;
      height: 45px;
      width: 45px;
      text-align: center;
      z-index: 999; }

@media screen and (max-width: 480px) {
  .flip .grid-container {
    display: flex;
    flex-flow: column; }
    .flip .grid-container .columnsystem:nth-child(2) {
      order: 1; }
    .flip .grid-container .columnsystem:nth-child(1) {
      order: 2; } }

body {
  -webkit-font-smoothing: antialiased; }

/*Theme colors
****-------------
****------------- 
****------------- 
*/
/* Bottom border
   and sub nav title  */
/* Sub nav background */
/* Default nav height */
.esri-sub-nav-wrapper {
  border-bottom: thin solid #1f1f1f;
  position: fixed;
  left: 0;
  right: 0;
  top: 62px;
  background: rgba(50, 50, 50, 0.95);
  transition: all .25s ease-out;
  width: 100vw;
  z-index: 99; }
  .esri-sub-nav-wrapper.is-sticky {
    position: fixed;
    top: 0; }

.esri-sub-nav {
  align-items: center;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  height: 6.5vh;
  max-width: 1440px;
  margin: auto;
  min-height: 62px;
  position: relative;
  transition: height .25s ease-out;
  width: 100vw; }
  @media screen and (max-width: 2560px) and (min-width: 1920px) {
    .esri-sub-nav {
      height: 5vh; } }
  .esri-sub-nav .sub-items a {
    display: block; }
    .esri-sub-nav .sub-items a:hover {
      text-decoration: none; }
  .esri-sub-nav a {
    color: #efefef;
    text-decoration: none; }
  @media screen and (max-width: 768px) {
    .esri-sub-nav {
      display: block;
      flex-direction: column;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      height: 5vh;
      min-height: 55px;
      overflow: hidden; }
      .esri-sub-nav.is-expanded {
        height: 100vh; }
        .esri-sub-nav.is-expanded .esri-sub-nav-heading:after {
          content: url("../../../../content/dam/esrisites/arcgis/products/icon-exit.svg");
          position: absolute;
          right: 10px;
          top: 15px; } }
  .esri-sub-nav-heading {
    box-sizing: border-box;
    /*@media screen 
    and (max-width: 2560px) 
    and (min-width: 1920px) {
      flex-basis: 20vw;
    }*/
    flex-direction: row;
    flex-grow: 1;
    -webkit-flex-basis: 40vw;
    flex-basis: 40vw;
    -webkit-flex-direction: row;
    -webkit-flex-grow: 1;
    padding-left: 1%; }
    .esri-sub-nav-heading.ent {
      flex-basis: 40vw; }
    @media screen and (max-width: 768px) {
      .esri-sub-nav-heading {
        background: #000;
        box-sizing: border-box;
        padding: 10px; }
        .esri-sub-nav-heading:after {
          content: url("../../../../content/dam/esrisites/arcgis/products/icon-arrow-down.svg");
          position: absolute;
          right: 10px;
          top: 15px; } }
  .esri-sub-nav-title {
    /*font-size: 1.2vw;*/ }
    .esri-sub-nav-title:hover {
      color: #56a5d8; }
    .esri-sub-nav-title .ent:hover {
      color: #b1d753; }
    @media screen and (max-width: 768px) {
      .esri-sub-nav-title {
        /*font-size: 4.5vw;*/ } }
  .esri-sub-nav-item {
    box-shadow: inset 0 0 0 0 #3fa6ff;
    box-sizing: border-box;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    display: flex;
    align-items: center;
    height: 100%;
    position: relative; }
    .esri-sub-nav-item.ent {
      box-shadow: inset 0 0 0 0 #b1d753; }
      .esri-sub-nav-item.ent:hover {
        box-shadow: inset 0 -3px 0 0 #b1d753;
        cursor: pointer; }
        .esri-sub-nav-item.ent:hover .esri-sub-nav-link {
          color: #ffffff;
          text-decoration: none; }
    @media screen and (max-width: 768px) {
      .esri-sub-nav-item {
        border-bottom: thin solid #595959;
        box-sizing: border-box;
        height: 75px;
        padding-left: 10px;
        text-align: left; }
        .esri-sub-nav-item.is-drop-down:after {
          right: 2.5%; } }
    .esri-sub-nav-item.is-active {
      background: #000;
      box-shadow: inset 0 -3px 0 0 #3fa6ff; }
      .esri-sub-nav-item.is-active .esri-sub-nav-link {
        color: #ffffff;
        text-decoration: none; }
    .esri-sub-nav-item:hover {
      box-shadow: inset 0 -3px 0 0 #3fa6ff;
      cursor: pointer; }
      .esri-sub-nav-item:hover .esri-sub-nav-link {
        color: #ffffff;
        text-decoration: none; }
    .esri-sub-nav-item.action {
      box-sizing: border-box;
      padding: 20px; }
      .esri-sub-nav-item.action:hover {
        background: none;
        box-shadow: inset 0 0 0 0 #3fa6ff; }
      .esri-sub-nav-item.action a {
        background: #0079c1;
        color: #ffffff;
        padding: 8px 0;
        height: auto;
        transition: background .25s ease-out; }
        .esri-sub-nav-item.action a:hover {
          background: #005E8F;
          box-shadow: inset 0 0 0 0 #3fa6ff; }
    .esri-sub-nav-item.is-drop-down {
      position: relative;
      color: #ffffff; }
      .esri-sub-nav-item.is-drop-down a {
        color: #bcbcbc; }
        .esri-sub-nav-item.is-drop-down a:hover {
          color: #ffffff; }
      .esri-sub-nav-item.is-drop-down.is-expanded {
        background: #222; }
        @media screen and (max-width: 768px) {
          .esri-sub-nav-item.is-drop-down.is-expanded .drop-down {
            position: absolute;
            top: 25px; } }
        .esri-sub-nav-item.is-drop-down.is-expanded ul {
          background: #222;
          top: 62px; }
          .esri-sub-nav-item.is-drop-down.is-expanded ul li {
            border-bottom: thin solid #222; }
        .esri-sub-nav-item.is-drop-down.is-expanded:hover {
          box-shadow: inset 0 0 0 0 rgba(50, 50, 50, 0.95); }
        .esri-sub-nav-item.is-drop-down.is-expanded:after {
          border-top-color: #3fa6ff; }
      @media screen and (max-width: 768px) {
        .esri-sub-nav-item.is-drop-down {
          min-height: 60px;
          overflow: hidden;
          width: 100%; }
          .esri-sub-nav-item.is-drop-down.is-expanded {
            height: 222px; } }
      .esri-sub-nav-item.is-drop-down ul {
        background: rgba(50, 50, 50, 0.95);
        box-sizing: border-box;
        margin: 0;
        padding: 0 0 0 20px;
        position: absolute;
        left: 0;
        top: 62px;
        transition: height .15s ease-out;
        min-width: 300px;
        height: 0;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .esri-sub-nav-item.is-drop-down ul {
            height: auto;
            top: 105px;
            width: 100%; } }
        .esri-sub-nav-item.is-drop-down ul li {
          box-sizing: border-box;
          position: relative;
          margin: 0;
          padding: 15px 0;
          border-bottom: thin solid #323232; }
          .esri-sub-nav-item.is-drop-down ul li:before {
            content: "";
            background: url("../../../../content/dam/esrisites/arcgis/products/Icon-Right-Arrow.svg") 0 0 no-repeat;
            height: 15px;
            opacity: 0;
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            transition: opacity .15s ease-out, right .25s ease-out;
            width: 15px; }
          @media screen and (max-width: 768px) {
            .esri-sub-nav-item.is-drop-down ul li {
              border-bottom: thin solid #000; } }
          .esri-sub-nav-item.is-drop-down ul li:after {
            background: #3fa6ff;
            content: "";
            height: 1px;
            position: absolute;
            left: 0;
            bottom: 0;
            transition: width .15s ease-out;
            width: 0; }
          .esri-sub-nav-item.is-drop-down ul li:hover {
            color: #ffffff;
            cursor: pointer; }
            .esri-sub-nav-item.is-drop-down ul li:hover:before {
              opacity: 1;
              right: 10px; }
            .esri-sub-nav-item.is-drop-down ul li:hover:after {
              width: 100%; }
      .esri-sub-nav-item.is-drop-down:after {
        content: "";
        position: absolute;
        right: 10%;
        top: 52%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #ffffff; }
        @media screen and (max-width: 768px) {
          .esri-sub-nav-item.is-drop-down:after {
            top: 40px; } }
      .esri-sub-nav-item.is-drop-down:hover:after {
        border-top: 5px solid #3fa6ff; }
  .esri-sub-nav-link {
    box-sizing: border-box;
    display: block;
    padding-top: 18px;
    height: 100%;
    width: 100%; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .wrapper {
    width: 100%; }
  .arcgis-banner {
    background: url("//www.esri.com/~/media/7CC35BFB20C94843A12F715A2F9ABA51") top center no-repeat; }
  .image-switcher {
    display: block;
    min-height: 60px; }
    .image-switcher .image-switcher-title {
      padding-left: 20px;
      padding-top: 17px; }
    .image-switcher .figure, .image-switcher div {
      float: left; }
  .questions-block {
    float: left; }
  .esri-sub-nav .esri-sub-nav-heading {
    padding-top: 18px;
    width: 50%;
    float: left; }
  .esri-sub-nav .esri-sub-nav-item {
    float: left;
    padding-top: 18px;
    width: 10%; }
    .esri-sub-nav .esri-sub-nav-item.action {
      padding-top: 8px; } }

hr.x-small {
  background: #3fa6ff !important; }

hr.theme-color {
  background: #3fa6ff !important; }

/*
Component: Detailed List
inherit theme color for separator
*/
.detailed-list-component .headercontainer hr {
  background: #3fa6ff; }

.simple_container .simple_content-info hr {
  background: #3fa6ff; }

/* arcGIS partial */
.cta-questions .cta-primary-button_tagline:before,
.cta-questions .cta-primary-dbl-button_tagline:before {
  background: #3fa6ff; }

.fifty-fifty svg.theme-color path.cls-1 {
  fill: #3fa6ff; }

@media screen and (min-width: 479px) {
  .anchor-container .quad-nav--link:hover {
    border-right: 3px solid #3fa6ff; } }

@media screen and (min-width: 479px) {
  .anchor-container .quad-nav--link[aria-hidden="true"] {
    border-right: 3px solid #3fa6ff; } }

/*Overview
****----------------
****----------------
--------------------
--------------------
*/
/*modal banner*/
.modal-content {
  position: relative;
  margin: 0 !important;
  padding: 0 !important; }
  .modal-content .exit-modal {
    background: #0079c1;
    color: #ffffff;
    border-radius: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10; }
    .modal-content .exit-modal:hover {
      background: #005E8F;
      border-color: #005E8F; }
    .modal-content .exit-modal .icon-ui-close {
      height: 35px !important;
      width: 35px !important; }
      .modal-content .exit-modal .icon-ui-close:before {
        padding: 5px !important;
        margin: 0 !important; }
  .modal-content .case-study-content {
    padding: 20px; }
  .modal-content .modal-banner {
    position: relative;
    height: 200px;
    width: 100%; }
    .modal-content .modal-banner.banner-utility {
      background: url("../../../../content/dam/esrisites/arcgis/products/case_study_electric-image.jpg") top center no-repeat;
      background-size: cover; }
    .modal-content .modal-banner.banner-tornado {
      background: url("../../../../content/dam/esrisites/arcgis/products/case_study_tornado.jpg") top center no-repeat;
      background-size: cover; }

/*end modal banner*/
.arcgis > :nth-child(4) {
  background-color: #0079c1; }

.arcgis .arcgis-banner {
  position: relative;
  height: 570px;
  overflow: hidden; }
  .arcgis .arcgis-banner .arcgis-banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 0; }
    .arcgis .arcgis-banner .arcgis-banner-video video {
      object-fit: cover;
      min-width: 100vw; }
  .arcgis .arcgis-banner .arcgis-banner-title {
    position: relative;
    z-index: 10; }
    .arcgis .arcgis-banner .arcgis-banner-title h1 {
      font-size: 80px;
      letter-spacing: -.04em; }
  .arcgis .arcgis-banner .arcgis-banner-overlay {
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.68) 25%, transparent 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.68) 25%, transparent 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.68) 25%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%; }

/*End Overview
****----------------
****----------------
--------------------
--------------------
*/
@media screen and (max-width: 1024px) {
  #overview-mobile {
    display: block; }
  .arcgis {
    display: none; } }

.text-lightest-gray {
  color: #bcbcbc; }

.text-off-gray {
  color: #9e9e9e; }

.text-white-opac-75 {
  color: rgba(255, 255, 255, 0.75); }

.text-light-blue {
  color: #56a5d8;
  transition: all .15s ease-out; }
  .text-light-blue:hover {
    color: #74c6ff; }

.content-block ul, .content-block li {
  margin-left: 10px; }

.content-info-box {
  background: rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
  min-height: 250px;
  padding: 25px;
  position: absolute;
  left: 50px;
  bottom: 50px;
  width: 500px;
  z-index: 5; }
  .content-info-box .content-info-action-url {
    position: relative;
    color: #74c6ff;
    text-decoration: none; }
    .content-info-box .content-info-action-url::after {
      content: "";
      border-bottom: 1px solid #56a5d8;
      width: 0%;
      height: 1px;
      position: absolute;
      left: 0px;
      bottom: 0;
      transition: all .15s ease-in-out; }
    .content-info-box .content-info-action-url:hover {
      background: transparent; }
      .content-info-box .content-info-action-url:hover::after {
        content: "";
        width: 100%; }

.banner-video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100vw; }
  .banner-video video {
    height: 100%;
    width: 100%;
    object-fit: cover; }
  @media screen and (max-width: 600px) {
    .banner-video {
      display: none; } }

.banner {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 25; }
  .banner .banner-title {
    position: absolute;
    top: 40%;
    transform: translateY(-50%); }
    @media screen and (max-width: 1440px) {
      .banner .banner-title {
        top: 32%; } }
    .banner .banner-title h1 {
      font-size: 80px !important;
      letter-spacing: -3px;
      padding-bottom: 5px; }

.banner-overlay {
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.68) 25%, transparent 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.68) 25%, transparent 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.68) 25%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%; }

/* Prevents menu from sliding over */
.drawer-left-is-active {
  transform: translate3d(0, 0, 0) !important; }

/* Overview
******------------------
******------------------
------------------------
------------------------
*/
.section-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 21; }
  @media screen and (max-width: 1440px) {
    .section-overlay .pre-2 {
      margin-left: 35px !important;
      margin-top: 80px !important; }
    .section-overlay img {
      width: 15% !important; }
    .section-overlay p.font-size-4 {
      font-size: 28px !important;
      line-height: 30px !important; }
    .section-overlay p {
      font-size: 14px !important;
      line-height: 18px !important;
      margin-bottom: 16px !important; } }
  @media screen and (max-width: 1368px) and (min-width: 1280px) {
    .section-overlay p {
      font-size: 15px !important;
      line-height: 18px !important;
      margin-bottom: 16px !important; } }
  .section-overlay.is-visible {
    display: block; }
  .section-overlay .left-pane, .section-overlay .right-pane {
    position: relative;
    float: left;
    height: 100%;
    width: 50%; }
    .section-overlay .left-pane p.font-size--2, .section-overlay .right-pane p.font-size--2 {
      margin-bottom: 1rem; }
    .section-overlay .left-pane .case-study-logo, .section-overlay .right-pane .case-study-logo {
      width: 20%; }
      @media screen and (max-width: 1440px) {
        .section-overlay .left-pane .case-study-logo, .section-overlay .right-pane .case-study-logo {
          width: 100%; } }
    .section-overlay .left-pane .exit-overlay, .section-overlay .right-pane .exit-overlay {
      position: absolute;
      right: 12%;
      top: 10%; }
      .section-overlay .left-pane .exit-overlay:hover, .section-overlay .right-pane .exit-overlay:hover {
        cursor: pointer; }
  .section-overlay .case-study--utility {
    background: url("../../../../content/dam/esrisites/arcgis/products/case_study_electric-image.jpg") top center no-repeat;
    background-size: cover; }
  .section-overlay .case-study--tornado {
    background: url("../../../../content/dam/esrisites/arcgis/products/case_study_tornado.jpg") top center no-repeat;
    background-size: cover; }

.arrow-pointer {
  position: absolute;
  transform: translate(-50%, -50%), translateX(-75px);
  right: -4%;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  overflow: hidden; }
  @media screen and (max-width: 1440px) {
    .arrow-pointer {
      right: -5.5%; } }
  @media screen and (max-width: 1368px) and (min-width: 1280px) {
    .arrow-pointer {
      right: -6.5%; } }
  .arrow-pointer .triangle {
    position: absolute;
    right: -70%;
    background: #fff;
    width: 75px;
    height: 75px;
    transform: rotate(45deg);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.image-switcher-wrapper {
  position: relative;
  overflow: hidden; }

@media screen and (max-width: 1440px) {
  .image-switcher-content-wrapper .pre-1 {
    margin-left: 20px !important;
    padding-left: 20px !important; } }

@media screen and (max-width: 1368px) and (min-width: 1280px) {
  .image-switcher-content-wrapper {
    padding-top: 85px; }
    .image-switcher-content-wrapper .pre-1 {
      margin-left: 10px !important;
      padding-left: 10px !important; }
    .image-switcher-content-wrapper .font-size-5 {
      font-size: 32px;
      line-height: 34px; } }

.image-switcher {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.05);
  color: inherit;
  display: flex;
  width: 100%;
  align-items: center;
  padding: .43rem;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-bottom: none; }
  .image-switcher:last-child {
    border-bottom: 1px solid #cccccc; }
  .image-switcher:hover {
    border: 1px solid #0079c1;
    text-decoration: none;
    color: #0079c1; }
  .image-switcher.is-active {
    background-color: #d2e9f9;
    border: 1px solid #0079c1;
    color: #0079c1; }

.img-icon {
  position: relative;
  height: 60px;
  width: 60px; }
  .img-icon.img-one {
    background: urL("/content/dam/esrisites/arcgis/products/desktop/Vulcan_Sprite.png") 0 0 no-repeat; }
  .img-icon.img-two {
    background: urL("/content/dam/esrisites/arcgis/products/desktop/Vulcan_Sprite.png") -80px 0 no-repeat; }
  .img-icon.img-three {
    background: urL("/content/dam/esrisites/arcgis/products/desktop/Vulcan_Sprite.png") 0 -78px no-repeat; }
  .img-icon.img-four {
    background: urL("/content/dam/esrisites/arcgis/products/desktop/Vulcan_Sprite.png") -80px -78px no-repeat; }
  .img-icon.img-five {
    background: urL("/content/dam/esrisites/arcgis/products/desktop/Vulcan_Sprite.png") 0px -158px no-repeat; }
  .img-icon.img-six {
    background: urL("/content/dam/esrisites/arcgis/products/desktop/Vulcan_Sprite.png") -78px -158px no-repeat; }
  .img-icon.img-seven {
    background: urL("/content/dam/esrisites/arcgis/products/desktop/Vulcan_Sprite.png") 0px -158px no-repeat; }
  .img-icon.img-eight {
    background: urL("/content/dam/esrisites/arcgis/products/desktop/Vulcan_Sprite.png") -78px -158px no-repeat; }

.image-switcher.is-active + .image-switcher,
.image-switcher:hover + .image-switcher {
  border-top: none; }

.image-switcher-preview {
  margin-bottom: 0;
  margin-right: 1rem;
  height: modular-scale(6);
  width: modular-scale(6);
  pointer-events: none; }

.image-switcher-title {
  flex: 1;
  pointer-events: none; }

.image-switcher-view {
  display: none; }
  .image-switcher-view.is-active {
    display: block; }

.image-switcher-preview {
  height: auto;
  width: auto; }

.image-big-preview {
  width: 50vw; }

.image-switcher-view {
  width: 100%;
  height: 100vh; }
  .image-switcher-view.image-map {
    background-size: cover; }
  .image-switcher-view.image-analyze {
    background-size: cover; }
  .image-switcher-view.image-data {
    background-size: cover; }
  .image-switcher-view.image-share {
    background-size: cover; }
  .image-switcher-view.image-imagery {
    background-size: cover; }
  .image-switcher-view.image-3d {
    background-size: cover; }

.desktop-resources {
  box-sizing: border-box;
  padding-top: 60px;
  position: relative;
  background: #0079c1;
  background-size: 50%;
  min-height: 100vh; }
  @media screen and (max-width: 1368px) and (min-width: 1280px) {
    .desktop-resources .font-size-4 {
      font-size: 22px !important;
      margin-bottom: 10px; } }
  .desktop-resources-info {
    margin: auto;
    width: 60%; }
  .desktop-resources-graphic {
    background: #0079c1 url("../../../../content/dam/esrisites/arcgis/products/resources_circle.jpg") center center no-repeat;
    background-size: contain;
    height: 400px;
    margin: auto;
    width: 100%; }
    @media screen and (max-width: 1368px) and (min-width: 1280px) {
      .desktop-resources-graphic {
        margin-top: 20px !important;
        height: 200px !important;
        width: 50% !important; } }

hr {
  margin: 20px 0; }
  @media screen and (max-width: 1368px) and (min-width: 1280px) {
    hr {
      margin: 10px 0; } }
  hr.small {
    width: 15%;
    text-align: left; }
  hr.x-small {
    background: #3fa6ff;
    border-top: none;
    height: 3px;
    width: 50px;
    text-align: left; }
    hr.x-small.light-blue {
      background: #49b0f2; }

.margin-trailer-0 {
  margin-bottom: 0; }

/* Free 60 Day Trial Section */
.trial-wrapper {
  position: relative;
  height: 95vh;
  min-height: 500px;
  width: 100%; }
  @media screen and (max-width: 1440px) {
    .trial-wrapper .leader-4 {
      margin-top: 4.5rem; } }
  @media screen and (max-width: 1368px) {
    .trial-wrapper .font-size-4 {
      margin-bottom: 10px; } }
  @media screen and (max-width: 1024px) {
    .trial-wrapper {
      height: 75vh !important; } }
  @media screen and (max-width: 768px) {
    .trial-wrapper {
      height: 50vh !important; } }
  @media screen and (max-width: 480px) {
    .trial-wrapper {
      height: 60vh !important; } }
  @media screen and (max-width: 375px) {
    .trial-wrapper {
      height: 75vh !important; } }
  .trial-wrapper.topo-light {
    background: url("../../../../content/dam/esrisites/arcgis/products/Trial_countour_background.jpg") center center no-repeat; }

@media screen and (max-width: 1368px) and (min-width: 1280px) {
  .trial.leader-2 {
    margin-top: 0 !important; } }

.trial-arrow-circle {
  background: url("../../../../content/dam/esrisites/arcgis/products/Trial_Arrow.png"), url("../../../../content/dam/esrisites/arcgis/products/desktop/Trial_60Hex.png") center center no-repeat;
  background-size: contain;
  height: 160px;
  width: 160px;
  margin: auto; }
  @media screen and (max-width: 1368px) and (min-width: 1280px) {
    .trial-arrow-circle {
      height: 130px;
      width: 130px; } }

.questions-wrapper {
  background: rgba(50, 50, 50, 0.95);
  box-sizing: border-box;
  padding: 60px 0 70px;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .questions-wrapper {
      padding: 60px 0 0; } }
  .questions-wrapper .questions {
    margin: auto;
    width: 50%;
    display: flex;
    justify-content: center;
    /*Tablet*/ }
    @media screen and (max-width: 1440px) and (min-width: 1440px) {
      .questions-wrapper .questions {
        width: 60%; } }
    @media screen and (max-width: 1024px) {
      .questions-wrapper .questions {
        width: 100%; } }
    .questions-wrapper .questions-block {
      border: thin solid #595959;
      box-sizing: border-box;
      /*Tablet*/
      box-sizing: border-box;
      min-height: 145px;
      padding: 30px;
      text-align: center;
      width: 33.33%; }
      .questions-wrapper .questions-block a, .questions-wrapper .questions-block p, .questions-wrapper .questions-block span {
        font-weight: 500; }
      .questions-wrapper .questions-block:hover {
        cursor: pointer;
        border: thin solid #49b0f2; }
        .questions-wrapper .questions-block:hover a, .questions-wrapper .questions-block:hover p, .questions-wrapper .questions-block:hover span {
          color: #49b0f2;
          text-decoration: none; }
      @media screen and (max-width: 1024px) {
        .questions-wrapper .questions-block {
          border: none;
          min-height: 100px; } }
      @media screen and (max-width: 768px) {
        .questions-wrapper .questions-block {
          border: none;
          min-height: 175px; } }
      @media screen and (max-width: 480px) {
        .questions-wrapper .questions-block {
          min-height: 125px; } }
      .questions-wrapper .questions-block p {
        margin-bottom: 0; }

/* Features Page
******------------------
******------------------
------------------------
------------------------
*/
.intro-block p.font-size-8 {
  letter-spacing: -0.05em; }

@media screen and (max-width: 768px) {
  .feature-wrapper {
    margin: 20px 0; } }

.learn-more {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px; }

.learn-more-2 {
  box-sizing: border-box;
  position: relative;
  bottom: 0;
  padding: 0 20px; }

.white-bg {
  background: #ffffff; }
  .white-bg.block {
    position: relative; }
    .white-bg.block .padding-all-20 {
      min-height: 180px; }
    @media screen and (max-width: 640px) {
      .white-bg.block {
        min-height: 350px;
        margin-bottom: 15px; } }

.transparent-bg {
  background: rgba(248, 248, 248, 0.95); }

.off-white-bg {
  background: #f8f8f8; }
  .off-white-bg.block {
    position: relative; }

.lightest-gray-bg {
  background: #efefef; }

.lightest-gray-border {
  border: thin solid #cccccc; }

.dark-bg {
  background: #323232; }

.dark-transparent-bg {
  background: rgba(39, 39, 39, 0.95); }

.darker-bg {
  background: #272727; }

.blue-bg {
  background: #0079c1; }

.blue-transparent-bg {
  background: rgba(0, 95, 150, 0.95); }

.dark-blue-bg {
  background: #005E8F; }

.violet-bg {
  background: #7b00e0; }

.violet-transparent-bg {
  background: rgba(98, 0, 178, 0.95); }

.violet-dark-bg {
  background: #6200b2; }

.text-custom-gray {
  color: #bcbcbc; }

.text-custom-blue {
  color: #d7dde6; }

.text-custom-violet {
  color: #e3d7e6; }

.feature {
  box-sizing: border-box;
  padding-top: 85px;
  position: relative;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .feature {
      padding-top: 0; } }
  @media screen and (max-width: 480px) {
    .feature .grid-container {
      max-width: 100%;
      margin: 0;
      padding: 0;
      width: 100%; } }
  .feature-img {
    box-sizing: border-box;
    margin: auto;
    min-height: 400px;
    position: relative;
    width: 80%; }
    @media screen and (max-width: 768px) {
      .feature-img {
        width: 100%; } }
    .feature-img-info {
      box-sizing: border-box;
      padding: 50px 25px 25px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 60%; }
      .feature-img-info p.font-size-5 {
        letter-spacing: -.04em; }
      @media screen and (max-width: 768px) {
        .feature-img-info {
          width: 90%; } }
    .feature-img.img-pro-auth {
      background: url("../../../../content/dam/esrisites/arcgis/products/Feature_mapping.jpg") top center no-repeat;
      background-size: contain; }
    .feature-img.img-adv-analytics {
      background: url("../../../../content/dam/esrisites/arcgis/products/Feature_analysis.jpg") top center no-repeat;
      background-size: contain; }
    .feature-img.img-data-management {
      background: url("../../../../content/dam/esrisites/arcgis/products/Feature_manage-data.jpg") top center no-repeat;
      background-size: contain; }
    .feature-img.img-info-sharing {
      background: url("../../../../content/dam/esrisites/arcgis/products/Feature_sharing.jpg") top center no-repeat;
      background-size: contain; }
    .feature-img.img-processing {
      background: url("../../../../content/dam/esrisites/arcgis/products/Feature_imagery.jpg") top center no-repeat;
      background-size: contain; }
    .feature-img.img-3d {
      background: url("../../../../content/dam/esrisites/arcgis/products/Feature_3D.jpg") top center no-repeat;
      background-size: contain; }
  .feature-desc {
    position: relative;
    padding: 80px 0;
    width: 100%; }

/* What You Get
******------------------
******------------------
------------------------
------------------------
*/
.anchor {
  position: relative; }
  .anchor::after {
    content: "";
    border-bottom: 1px solid #005E8F;
    width: 0%;
    height: 1px;
    position: absolute;
    left: 0px;
    bottom: 0;
    transition: all .15s ease-in-out; }
  .anchor:hover {
    text-decoration: none;
    background: transparent;
    color: #005E8F; }
    .anchor:hover::after {
      content: "";
      width: 100%; }

.custom-list li {
  margin-left: 5px; }

#entire-arcgis-platform a:hover {
  color: #ffffff; }

@media screen and (max-width: 480px) {
  #entire-arcgis-platform .block {
    margin-bottom: 25px; }
  #entire-arcgis-platform .thumb img {
    height: auto;
    width: 35%; } }

.border-left-light-gray {
  border-left: thin solid #a9a9a9; }

.padding-all-20 {
  padding: 20px; }

.margin-left-20 {
  margin-left: 20px; }
  @media screen and (max-width: 480px) {
    .margin-left-20 {
      margin-left: 0; } }

.sm-img {
  background: #828282;
  height: 175px;
  width: 90%; }

.sm-content-block {
  border: thin solid #6e6e6e;
  padding: 20px;
  min-height: 115px;
  display: block; }
  @media screen and (max-width: 1024px) and (min-width: 769px) {
    .sm-content-block {
      min-height: 150px; } }
  .sm-content-block a {
    text-decoration: none;
    transition: all .25s ease-out; }
    .sm-content-block a:hover {
      cursor: pointer; }

.sm-block-group {
  width: 100%; }
  .sm-block-group .sm-block {
    box-sizing: border-box;
    min-height: 250px;
    padding: 25px 30px;
    width: 50%; }
    @media screen and (max-width: 1440px) {
      .sm-block-group .sm-block {
        width: 49.85%; } }
    @media screen and (max-width: 480px) {
      .sm-block-group .sm-block {
        width: 100%; } }
  .sm-block-group .med-block {
    box-sizing: border-box;
    padding: 25px 30px;
    width: 100%; }
    @media screen and (max-width: 480px) {
      .sm-block-group .med-block {
        padding: 20px 10px; } }

.bot-border-anim:before {
  content: "";
  background: url("../../../../content/dam/esrisites/arcgis/products/Icon-Right-Arrow-White.svg") 0 0 no-repeat;
  height: 15px;
  opacity: 0;
  position: absolute;
  left: 95px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity .15s ease-out, left .25s ease-out;
  width: 15px; }

.bot-border-anim::after {
  content: "";
  border-bottom: 1px solid #ffffff;
  width: 0%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition: all .15s ease-in-out; }

.bot-border-anim:hover {
  cursor: pointer;
  text-decoration: none; }
  .bot-border-anim:hover:before {
    opacity: 1; }
  .bot-border-anim:hover:before {
    left: 100px; }
  .bot-border-anim:hover::after {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0px;
    bottom: 0; }

.bot-border-anim-blue {
  padding: 0 20px; }
  .bot-border-anim-blue:before {
    content: "";
    background: url("../../../../content/dam/esrisites/arcgis/products/Icon-Right-Arrow-White.svg") 0 0 no-repeat;
    height: 15px;
    opacity: 0;
    position: absolute;
    left: 95px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .15s ease-out, left .25s ease-out;
    width: 15px; }
  .bot-border-anim-blue::after {
    content: "";
    border-bottom: 1px solid #0079c1;
    width: 0%;
    height: 1px;
    position: absolute;
    left: 20px;
    bottom: 0px;
    transition: all .15s ease-in-out; }
  .bot-border-anim-blue:hover {
    cursor: pointer;
    text-decoration: none; }
    .bot-border-anim-blue:hover:before {
      opacity: 1; }
    .bot-border-anim-blue:hover:before {
      left: 100px; }
    .bot-border-anim-blue:hover::after {
      width: 100%;
      height: 1px;
      position: absolute;
      left: 20px;
      bottom: 0; }

/* Migrating
******------------------
******------------------
------------------------
------------------------
*/
.no-border-top {
  border-top: thin solid transparent; }

.vid-play-btn {
  background: rgba(50, 50, 50, 0.9);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .25s ease-out; }
  .vid-play-btn:hover {
    background: #0079c1;
    cursor: pointer; }
  .vid-play-btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #ffffff; }

.img-header {
  background: #a9a9a9;
  height: 200px;
  width: 100%; }
  .img-header:hover .vid-play-btn {
    background: #0079c1;
    cursor: pointer; }
  .img-header.migrate-vid-1 {
    background: url("../../../../content/dam/esrisites/arcgis/products/small-video-1.jpg") top center no-repeat;
    background-size: cover; }
  .img-header.migrate-vid-2 {
    background: url("../../../../content/dam/esrisites/arcgis/products/small-video-2.jpg") top center no-repeat;
    background-size: cover; }
  .img-header.migrate-vid-3 {
    background: url("../../../../content/dam/esrisites/arcgis/products/small-video-3.jpg") top center no-repeat;
    background-size: cover; }
  .img-header.migrate-vid-4 {
    background: url("../../../../content/dam/esrisites/arcgis/products/small-video-4.jpg") top center no-repeat;
    background-size: cover; }

.video {
  height: 280px;
  width: 100%; }
  .video:hover {
    cursor: pointer; }
    .video:hover .vid-play-btn {
      background: #0079c1;
      cursor: pointer; }
  .video.arcgis-vid {
    background: url("../../../../content/dam/esrisites/arcgis/products/small-video-1.jpg") top center no-repeat;
    background-size: cover; }
  .video.maps-data-vid {
    background: url("../../../../content/dam/esrisites/arcgis/products/small-video-2.jpg") top center no-repeat;
    background-size: cover; }

/* Resources
******------------------
******------------------
------------------------
------------------------
*/
.lg-block {
  width: 93.85%; }
  @media screen and (max-width: 1440px) and (min-width: 1440px) {
    .lg-block {
      width: 99.5%; } }

/*BUTTON ANIMATION*/
.btn-animate {
  position: relative;
  margin: 20px; }
  .btn-animate.bot-border a:before {
    content: "";
    background: url("../../../../content/dam/esrisites/arcgis/products/icons/Icon-Right-Arrow-Blue.svg") 0 0 no-repeat;
    height: 15px;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .15s ease-out, right .25s ease-out;
    width: 15px; }
  .btn-animate.bot-border a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #005E8F;
    height: 1px;
    transition: all .25s ease-out;
    width: 0%; }
  .btn-animate.bot-border a:hover {
    text-decoration: none; }
    .btn-animate.bot-border a:hover:before {
      opacity: 1;
      right: -20px; }
    .btn-animate.bot-border a:hover::after {
      width: 100%; }
  .btn-animate.arrow a:before {
    content: "";
    background: url("../../../../content/dam/esrisites/arcgis/products/Icon-Right-Arrow-White.svg") 0 0 no-repeat;
    height: 15px;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .15s ease-out, right .25s ease-out;
    width: 15px; }
  .btn-animate.arrow a:hover {
    text-decoration: none; }
    .btn-animate.arrow a:hover:before {
      background: url("../../../../content/dam/esrisites/arcgis/products/Icon-Right-Arrow-White.svg") 0 0 no-repeat;
      opacity: 1;
      right: -20px; }

.sm-block:hover, .lg-block:hover, .lg-x-block:hover {
  cursor: pointer; }
  .sm-block:hover .sm-block-group-title, .lg-block:hover .sm-block-group-title, .lg-x-block:hover .sm-block-group-title {
    color: #005E8F; }

.lg-x-block {
  width: 99.9%; }
  @media screen and (max-width: 1440px) and (min-width: 1440px) {
    .lg-x-block {
      width: 99.5%; } }

.sm-img.arcgis {
  background: url(../../../../content/dam/esrisites/arcgis/products/StartHere-ArcGIS-Pro.jpg) top center no-repeat;
  background-size: cover; }

.sm-img.arcmap {
  background: url(../../../../content/dam/esrisites/arcgis/products/StartHere-ArcMap.jpg) top center no-repeat;
  background-size: cover; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .arcgis-banner {
    background: url("//www.esri.com/~/media/7CC35BFB20C94843A12F715A2F9ABA51") top center no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%; } }

