/* line 19, ../components/Upbase/components/_reset.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#mmHeader {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 32, ../components/Upbase/components/_reset.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 43, ../components/Upbase/components/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 49, ../components/Upbase/components/_reset.scss */
img {
  line-height: 0;
  vertical-align: middle;
}

/* line 51, ../components/Upbase/components/_reset.scss */
nav ul {
  list-style: none;
}

/* line 53, ../components/Upbase/components/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 56, ../components/Upbase/components/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 58, ../components/Upbase/components/_reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 60, ../components/Upbase/components/_reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 62, ../components/Upbase/components/_reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 64, ../components/Upbase/components/_reset.scss */
del {
  text-decoration: line-through;
}

/* line 66, ../components/Upbase/components/_reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 69, ../components/Upbase/components/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 71, ../components/Upbase/components/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 73, ../components/Upbase/components/_reset.scss */
input, select {
  vertical-align: middle;
}

/* line 86, ../components/Upbase/components/_reset.scss */
body {
  font: 13px/1.231 sans-serif;
  *font-size: small;
  /*text-rendering: optimizeLegibility;*/
  /* this causes problems in Chrome for Windows and on iOS */
  -webkit-overflow-scrolling: touch;
}

/* line 89, ../components/Upbase/components/_reset.scss */
select, input, textarea, button {
  font: 99% sans-serif;
}

/* line 94, ../components/Upbase/components/_reset.scss */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* line 102, ../components/Upbase/components/_reset.scss */
body, select, input, textarea {
  color: #444;
}

/* line 111, ../components/Upbase/components/_reset.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

/* line 114, ../components/Upbase/components/_reset.scss */
html {
  overflow-y: scroll;
}

/* line 118, ../components/Upbase/components/_reset.scss */
a:hover, a:active {
  outline: none;
}

/* line 123, ../components/Upbase/components/_reset.scss */
ul, ol {
  list-style: none;
}

/* line 124, ../components/Upbase/components/_reset.scss */
ol {
  list-style-type: decimal;
}

/* line 127, ../components/Upbase/components/_reset.scss */
nav ul, nav li {
  margin: 0;
}

/* line 129, ../components/Upbase/components/_reset.scss */
small {
  font-size: 85%;
}

/* line 130, ../components/Upbase/components/_reset.scss */
strong, th {
  font-weight: bold;
}

/* line 132, ../components/Upbase/components/_reset.scss */
td, td img {
  vertical-align: top;
}

/* line 134, ../components/Upbase/components/_reset.scss */
sub {
  vertical-align: sub;
  font-size: smaller;
}

/* line 135, ../components/Upbase/components/_reset.scss */
sup {
  vertical-align: super;
  font-size: smaller;
}

/* line 137, ../components/Upbase/components/_reset.scss */
pre {
  padding: 15px;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}

/* line 147, ../components/Upbase/components/_reset.scss */
textarea {
  overflow: auto;
}

/* line 149, ../components/Upbase/components/_reset.scss */
.ie6 legend, .ie7 legend {
  margin-left: -7px;
}

/* line 153, ../components/Upbase/components/_reset.scss */
input[type="radio"] {
  vertical-align: text-bottom;
}

/* line 154, ../components/Upbase/components/_reset.scss */
input[type="checkbox"] {
  vertical-align: bottom;
}

/* line 155, ../components/Upbase/components/_reset.scss */
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

/* line 156, ../components/Upbase/components/_reset.scss */
.ie6 input {
  vertical-align: text-bottom;
}

/* line 159, ../components/Upbase/components/_reset.scss */
label, input[type=button], input[type=submit], button {
  cursor: pointer;
}

/* line 162, ../components/Upbase/components/_reset.scss */
button, input, select, textarea {
  margin: 0;
}

/* line 166, ../components/Upbase/components/_reset.scss */
input:invalid, textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red;
}

/* line 173, ../components/Upbase/components/_reset.scss */
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}

/* line 179, ../components/Upbase/components/_reset.scss */
::-moz-selection {
  background: #1d78af;
  color: white;
  text-shadow: none;
}

/* line 180, ../components/Upbase/components/_reset.scss */
::selection {
  background: #1d78af;
  color: white;
  text-shadow: none;
}

/* line 183, ../components/Upbase/components/_reset.scss */
a:link {
  -webkit-tap-highlight-color: #1d78af;
}

/* line 187, ../components/Upbase/components/_reset.scss */
button {
  width: auto;
  overflow: visible;
}

/* line 191, ../components/Upbase/components/_reset.scss */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* line 199, ../components/Upbase/components/_reset.scss */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}

/* line 203, ../components/Upbase/components/_reset.scss */
.clearfix:after {
  clear: both;
}

/* line 205, ../components/Upbase/components/_reset.scss */
.clearfix {
  zoom: 1;
}

/* line 213, ../components/Upbase/components/_reset.scss */
.a11y-only {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 829, ../components/Upbase/components/_mixins.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 7, ../components/Upbase/components/_layout.scss */
.ui-block:last-child,
.ui-block.last {
  margin-right: 0;
}

/* line 97, ../sass/project/_type.scss */
.section-title {
  position: relative;
  z-index: 1;
}

/* line 104, ../sass/project/_type.scss */
.grad-text-mod {
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  /* line 104, ../sass/project/_type.scss */
  .grad-text-mod {
    padding: 4px;
    background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-green.jpg);
    background-image: linear-gradient(110deg, #34b8e8 10%, #abcf55 90%);
    background-size: 100% 100%;
  }
}

/* line 113, ../sass/project/_type.scss */
.l-grad-text {
  width: 100%;
  padding: 90px 0 120px;
}
@media (min-width: 600px) and (max-width: 799px) {
  /* line 113, ../sass/project/_type.scss */
  .l-grad-text {
    padding: 120px 0;
  }
}
@media (min-width: 800px) {
  /* line 113, ../sass/project/_type.scss */
  .l-grad-text {
    padding: 280px 0;
  }
}

/* line 123, ../sass/project/_type.scss */
.grad-text-inner {
  padding: 0px 10px;
}
@media (min-width: 600px) {
  /* line 123, ../sass/project/_type.scss */
  .grad-text-inner {
    background-color: #f9faf4;
    padding: 60px 40px;
  }
}

/* line 130, ../sass/project/_type.scss */
.grad-text-p {
  position: relative;
  font-family: 'Avenir LT W04_85 Heavy1475548', "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5em;
  color: #444;
}
/* line 136, ../sass/project/_type.scss */
.backgroundcliptext.gt-ie8 .grad-text-p {
  background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-green.jpg);
  background-size: 100% 100%;
  background-image: linear-gradient(110deg, #34b8e8 10%, #abcf55 90%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}
@media (min-width: 600px) {
  /* line 130, ../sass/project/_type.scss */
  .grad-text-p {
    line-height: 1.7em;
  }
}
@media (max-width: 599px) {
  /* line 151, ../sass/project/_type.scss */
  .grad-text-p:after {
    content: "\0020";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 50px;
    height: 5px;
    margin-left: -25px;
    margin-top: 26px;
    background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-green.jpg);
    background-image: linear-gradient(110deg, #34b8e8 10%, #abcf55 90%);
    background-size: 100% 100%;
  }
  /* line 158, ../sass/project/_type.scss */
  .grad-text-p:before {
    content: "\0020";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 50px;
    height: 5px;
    margin-left: -25px;
    margin-bottom: 26px;
    background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-green.jpg);
    background-image: linear-gradient(110deg, #34b8e8 10%, #abcf55 90%);
    background-size: 100% 100%;
  }
}

@media (min-width: 450px) {
  /* line 168, ../sass/project/_type.scss */
  .text-break {
    display: block;
  }
}

/* line 175, ../sass/project/_type.scss */
.title-break {
  display: block;
}

@-webkit-keyframes graphX {
  /* line 2, ../sass/project/_animations.scss */
  0% {
    -webkit-transform: translateX(-320px);
    -moz-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    -o-transform: translateX(-320px);
    transform: translateX(-320px);
  }

  /* line 3, ../sass/project/_animations.scss */
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes graphX {
  /* line 2, ../sass/project/_animations.scss */
  0% {
    -webkit-transform: translateX(-320px);
    -moz-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    -o-transform: translateX(-320px);
    transform: translateX(-320px);
  }

  /* line 3, ../sass/project/_animations.scss */
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes graphX {
  /* line 2, ../sass/project/_animations.scss */
  0% {
    -webkit-transform: translateX(-320px);
    -moz-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    -o-transform: translateX(-320px);
    transform: translateX(-320px);
  }

  /* line 3, ../sass/project/_animations.scss */
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes graphY {
  /* line 7, ../sass/project/_animations.scss */
  0% {
    -webkit-transform: translateY(290px);
    -moz-transform: translateY(290px);
    -ms-transform: translateY(290px);
    -o-transform: translateY(290px);
    transform: translateY(290px);
  }

  /* line 8, ../sass/project/_animations.scss */
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes graphY {
  /* line 7, ../sass/project/_animations.scss */
  0% {
    -webkit-transform: translateY(290px);
    -moz-transform: translateY(290px);
    -ms-transform: translateY(290px);
    -o-transform: translateY(290px);
    transform: translateY(290px);
  }

  /* line 8, ../sass/project/_animations.scss */
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes graphY {
  /* line 7, ../sass/project/_animations.scss */
  0% {
    -webkit-transform: translateY(290px);
    -moz-transform: translateY(290px);
    -ms-transform: translateY(290px);
    -o-transform: translateY(290px);
    transform: translateY(290px);
  }

  /* line 8, ../sass/project/_animations.scss */
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes loc-anim-1 {
  /* line 12, ../sass/project/_animations.scss */
  0% {
    border-radius: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-green.jpg);
    background-image: linear-gradient(110deg, #34b8e8 10%, #abcf55 90%);
    background-size: 100% 100%;
  }

  /* line 13, ../sass/project/_animations.scss */
  28.33% {
    border-radius: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-green.jpg);
    background-image: linear-gradient(110deg, #34b8e8 10%, #abcf55 90%);
    background-size: 100% 100%;
  }

  /* line 14, ../sass/project/_animations.scss */
  33.33% {
    border-radius: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-orange.jpg);
    background-image: linear-gradient(110deg, #f69938 10%, #abcf55 90%);
    background-size: 100% 100%;
  }

  /* line 15, ../sass/project/_animations.scss */
  58.33% {
    border-radius: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-orange.jpg);
    background-image: linear-gradient(110deg, #f69938 10%, #abcf55 90%);
    background-size: 100% 100%;
  }

  /* line 16, ../sass/project/_animations.scss */
  63.33% {
    border-radius: 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-purple.jpg);
    background-image: linear-gradient(110deg, #0b7ac0 10%, #692978 90%);
    background-size: 100% 100%;
  }

  /* line 17, ../sass/project/_animations.scss */
  94.33% {
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-purple.jpg);
    background-image: linear-gradient(110deg, #0b7ac0 10%, #692978 90%);
    background-size: 100% 100%;
  }

  /* line 18, ../sass/project/_animations.scss */
  100% {
    border-radius: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-green.jpg);
    background-image: linear-gradient(110deg, #34b8e8 10%, #abcf55 90%);
    background-size: 100% 100%;
  }
}

@-moz-keyframes loc-anim-1 {
  /* line 12, ../sass/project/_animations.scss */
  0% {
    border-radius: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-green.jpg);
    background-image: linear-gradient(110deg, #34b8e8 10%, #abcf55 90%);
    background-size: 100% 100%;
  }

  /* line 13, ../sass/project/_animations.scss */
  28.33% {
    border-radius: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-green.jpg);
    background-image: linear-gradient(110deg, #34b8e8 10%, #abcf55 90%);
    background-size: 100% 100%;
  }

  /* line 14, ../sass/project/_animations.scss */
  33.33% {
    border-radius: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-orange.jpg);
    background-image: linear-gradient(110deg, #f69938 10%, #abcf55 90%);
    background-size: 100% 100%;
  }

  /* line 15, ../sass/project/_animations.scss */
  58.33% {
    border-radius: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-orange.jpg);
    background-image: linear-gradient(110deg, #f69938 10%, #abcf55 90%);
    background-size: 100% 100%;
  }

  /* line 16, ../sass/project/_animations.scss */
  63.33% {
    border-radius: 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-purple.jpg);
    background-image: linear-gradient(110deg, #0b7ac0 10%, #692978 90%);
    background-size: 100% 100%;
  }

  /* line 17, ../sass/project/_animations.scss */
  94.33% {
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-purple.jpg);
    background-image: linear-gradient(110deg, #0b7ac0 10%, #692978 90%);
    background-size: 100% 100%;
  }

  /* line 18, ../sass/project/_animations.scss */
  100% {
    border-radius: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-green.jpg);
    background-image: linear-gradient(110deg, #34b8e8 10%, #abcf55 90%);
    background-size: 100% 100%;
  }
}

@keyframes loc-anim-1 {
  /* line 12, ../sass/project/_animations.scss */
  0% {
    border-radius: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-green.jpg);
    background-image: linear-gradient(110deg, #34b8e8 10%, #abcf55 90%);
    background-size: 100% 100%;
  }

  /* line 13, ../sass/project/_animations.scss */
  28.33% {
    border-radius: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-green.jpg);
    background-image: linear-gradient(110deg, #34b8e8 10%, #abcf55 90%);
    background-size: 100% 100%;
  }

  /* line 14, ../sass/project/_animations.scss */
  33.33% {
    border-radius: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-orange.jpg);
    background-image: linear-gradient(110deg, #f69938 10%, #abcf55 90%);
    background-size: 100% 100%;
  }

  /* line 15, ../sass/project/_animations.scss */
  58.33% {
    border-radius: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-orange.jpg);
    background-image: linear-gradient(110deg, #f69938 10%, #abcf55 90%);
    background-size: 100% 100%;
  }

  /* line 16, ../sass/project/_animations.scss */
  63.33% {
    border-radius: 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-purple.jpg);
    background-image: linear-gradient(110deg, #0b7ac0 10%, #692978 90%);
    background-size: 100% 100%;
  }

  /* line 17, ../sass/project/_animations.scss */
  94.33% {
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-purple.jpg);
    background-image: linear-gradient(110deg, #0b7ac0 10%, #692978 90%);
    background-size: 100% 100%;
  }

  /* line 18, ../sass/project/_animations.scss */
  100% {
    border-radius: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-green.jpg);
    background-image: linear-gradient(110deg, #34b8e8 10%, #abcf55 90%);
    background-size: 100% 100%;
  }
}

@-webkit-keyframes loc-fix {
  /* line 22, ../sass/project/_animations.scss */
  0% {
    opacity: 0;
  }

  /* line 23, ../sass/project/_animations.scss */
  7% {
    opacity: 1;
  }

  /* line 24, ../sass/project/_animations.scss */
  20% {
    opacity: 1;
  }

  /* line 25, ../sass/project/_animations.scss */
  28.33% {
    opacity: 0;
  }

  /* line 26, ../sass/project/_animations.scss */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes loc-fix {
  /* line 22, ../sass/project/_animations.scss */
  0% {
    opacity: 0;
  }

  /* line 23, ../sass/project/_animations.scss */
  7% {
    opacity: 1;
  }

  /* line 24, ../sass/project/_animations.scss */
  20% {
    opacity: 1;
  }

  /* line 25, ../sass/project/_animations.scss */
  28.33% {
    opacity: 0;
  }

  /* line 26, ../sass/project/_animations.scss */
  100% {
    opacity: 0;
  }
}

@keyframes loc-fix {
  /* line 22, ../sass/project/_animations.scss */
  0% {
    opacity: 0;
  }

  /* line 23, ../sass/project/_animations.scss */
  7% {
    opacity: 1;
  }

  /* line 24, ../sass/project/_animations.scss */
  20% {
    opacity: 1;
  }

  /* line 25, ../sass/project/_animations.scss */
  28.33% {
    opacity: 0;
  }

  /* line 26, ../sass/project/_animations.scss */
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes mobile-a-message {
  /* line 30, ../sass/project/_animations.scss */
  0% {
    opacity: 0;
  }

  /* line 31, ../sass/project/_animations.scss */
  30% {
    opacity: 0;
  }

  /* line 32, ../sass/project/_animations.scss */
  50% {
    opacity: 1;
  }

  /* line 33, ../sass/project/_animations.scss */
  80% {
    opacity: 1;
  }

  /* line 34, ../sass/project/_animations.scss */
  100% {
    opacity: .8;
  }
}

@-moz-keyframes mobile-a-message {
  /* line 30, ../sass/project/_animations.scss */
  0% {
    opacity: 0;
  }

  /* line 31, ../sass/project/_animations.scss */
  30% {
    opacity: 0;
  }

  /* line 32, ../sass/project/_animations.scss */
  50% {
    opacity: 1;
  }

  /* line 33, ../sass/project/_animations.scss */
  80% {
    opacity: 1;
  }

  /* line 34, ../sass/project/_animations.scss */
  100% {
    opacity: .8;
  }
}

@keyframes mobile-a-message {
  /* line 30, ../sass/project/_animations.scss */
  0% {
    opacity: 0;
  }

  /* line 31, ../sass/project/_animations.scss */
  30% {
    opacity: 0;
  }

  /* line 32, ../sass/project/_animations.scss */
  50% {
    opacity: 1;
  }

  /* line 33, ../sass/project/_animations.scss */
  80% {
    opacity: 1;
  }

  /* line 34, ../sass/project/_animations.scss */
  100% {
    opacity: .8;
  }
}

@-webkit-keyframes flicker {
  /* line 41, ../sass/project/_animations.scss */
  0% {
    opacity: 1;
  }

  /* line 42, ../sass/project/_animations.scss */
  30% {
    opacity: .5;
  }

  /* line 43, ../sass/project/_animations.scss */
  70% {
    opacity: 1;
  }

  /* line 44, ../sass/project/_animations.scss */
  100% {
    opacity: 1;
  }
}

@-moz-keyframes flicker {
  /* line 41, ../sass/project/_animations.scss */
  0% {
    opacity: 1;
  }

  /* line 42, ../sass/project/_animations.scss */
  30% {
    opacity: .5;
  }

  /* line 43, ../sass/project/_animations.scss */
  70% {
    opacity: 1;
  }

  /* line 44, ../sass/project/_animations.scss */
  100% {
    opacity: 1;
  }
}

@keyframes flicker {
  /* line 41, ../sass/project/_animations.scss */
  0% {
    opacity: 1;
  }

  /* line 42, ../sass/project/_animations.scss */
  30% {
    opacity: .5;
  }

  /* line 43, ../sass/project/_animations.scss */
  70% {
    opacity: 1;
  }

  /* line 44, ../sass/project/_animations.scss */
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes hg-mobile {
  /* line 49, ../sass/project/_animations.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale(0.15);
    -moz-transform: scale(0.15);
    -ms-transform: scale(0.15);
    -o-transform: scale(0.15);
    transform: scale(0.15);
  }

  /* line 50, ../sass/project/_animations.scss */
  70% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }

  /* line 51, ../sass/project/_animations.scss */
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes hg-mobile {
  /* line 49, ../sass/project/_animations.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale(0.15);
    -moz-transform: scale(0.15);
    -ms-transform: scale(0.15);
    -o-transform: scale(0.15);
    transform: scale(0.15);
  }

  /* line 50, ../sass/project/_animations.scss */
  70% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }

  /* line 51, ../sass/project/_animations.scss */
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes hg-mobile {
  /* line 49, ../sass/project/_animations.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale(0.15);
    -moz-transform: scale(0.15);
    -ms-transform: scale(0.15);
    -o-transform: scale(0.15);
    transform: scale(0.15);
  }

  /* line 50, ../sass/project/_animations.scss */
  70% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }

  /* line 51, ../sass/project/_animations.scss */
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes arrow-mobile {
  /* line 55, ../sass/project/_animations.scss */
  0% {
    opacity: 0;
  }

  /* line 56, ../sass/project/_animations.scss */
  30% {
    opacity: 0;
  }

  /* line 57, ../sass/project/_animations.scss */
  70% {
    opacity: .8;
  }

  /* line 58, ../sass/project/_animations.scss */
  100% {
    opacity: .2;
  }
}

@-moz-keyframes arrow-mobile {
  /* line 55, ../sass/project/_animations.scss */
  0% {
    opacity: 0;
  }

  /* line 56, ../sass/project/_animations.scss */
  30% {
    opacity: 0;
  }

  /* line 57, ../sass/project/_animations.scss */
  70% {
    opacity: .8;
  }

  /* line 58, ../sass/project/_animations.scss */
  100% {
    opacity: .2;
  }
}

@keyframes arrow-mobile {
  /* line 55, ../sass/project/_animations.scss */
  0% {
    opacity: 0;
  }

  /* line 56, ../sass/project/_animations.scss */
  30% {
    opacity: 0;
  }

  /* line 57, ../sass/project/_animations.scss */
  70% {
    opacity: .8;
  }

  /* line 58, ../sass/project/_animations.scss */
  100% {
    opacity: .2;
  }
}

@-webkit-keyframes page-fade {
  /* line 63, ../sass/project/_animations.scss */
  0% {
    opacity: 0.01;
  }

  /* line 64, ../sass/project/_animations.scss */
  50% {
    opacity: 0.01;
  }

  /* line 65, ../sass/project/_animations.scss */
  100% {
    opacity: 1;
  }
}

@-moz-keyframes page-fade {
  /* line 63, ../sass/project/_animations.scss */
  0% {
    opacity: 0.01;
  }

  /* line 64, ../sass/project/_animations.scss */
  50% {
    opacity: 0.01;
  }

  /* line 65, ../sass/project/_animations.scss */
  100% {
    opacity: 1;
  }
}

@keyframes page-fade {
  /* line 63, ../sass/project/_animations.scss */
  0% {
    opacity: 0.01;
  }

  /* line 64, ../sass/project/_animations.scss */
  50% {
    opacity: 0.01;
  }

  /* line 65, ../sass/project/_animations.scss */
  100% {
    opacity: 1;
  }
}

/* line 3, ../sass/project/_base.scss */
html, body {
  background-color: #f9faf4;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* line 12, ../sass/project/_base.scss */
::-moz-selection {
  background: #6a2978;
  color: white;
  text-shadow: none;
}

/* line 13, ../sass/project/_base.scss */
::selection {
  background: #6a2978;
  color: white;
  text-shadow: none;
}

/* line 16, ../sass/project/_base.scss */
a:link {
  -webkit-tap-highlight-color: #6a2978;
}

/* line 19, ../sass/project/_base.scss */
a {
  text-decoration: none;
  color: inherit;
}
a:hover{
  color:#fff;
  text-decoration:none;
}

/* line 21, ../sass/project/_base.scss */
button {
  border: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
/* line 299, ../components/Upbase/components/_mixins.scss */
button:focus {
  outline: 0;
}

/* line 25, ../sass/project/_base.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* line 6, ../sass/project/_buttons.scss */
.btn-small,
.btn,
.btn-lrg {
  border: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  display: inline-block;
  border: 2px solid;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #6a2978;
  border-color: #6a2978;
}
/* line 299, ../components/Upbase/components/_mixins.scss */
.btn-small:focus,
.btn:focus,
.btn-lrg:focus {
  outline: 0;
}
/* line 14, ../sass/project/_buttons.scss */
.btn-small:hover,
.btn:hover,
.btn-lrg:hover {
  background-color: #6a2978;
  border-color: #6a2978;
  color: #f9faf4;
}
/* line 20, ../sass/project/_buttons.scss */
.reverse .btn-small, .btn-small.btn-white, .reverse
.btn,
.btn.btn-white, .reverse
.btn-lrg,
.btn-lrg.btn-white {
  color: #f9faf4;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  border-color: #f9faf4;
}
/* line 25, ../sass/project/_buttons.scss */
.reverse .btn-small:hover, .btn-small.btn-white:hover, .reverse
.btn:hover,
.btn.btn-white:hover, .reverse
.btn-lrg:hover,
.btn-lrg.btn-white:hover {
  text-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
  background-color: #f9faf4;
  border-color: #f9faf4;
  color: #222222;
}

/* line 34, ../sass/project/_buttons.scss */
.btn-small {
  font-family: 'Avenir LT W04_55 Roman1475524', "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: normal;
  letter-spacing: 0.15em;
  padding: 6px 10px 5px;
}

/* line 39, ../sass/project/_buttons.scss */
.btn {
  padding: 10px 20px 8px;
  font-family: 'Avenir LT W04_85 Heavy1475548', "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* line 44, ../sass/project/_buttons.scss */
.btn-lrg {
  padding: 10px 16px 8px;
  font-family: 'Avenir LT W04_85 Heavy1475548', "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border: solid 2px;
}
@media (min-width: 800px) {
  /* line 44, ../sass/project/_buttons.scss */
  .btn-lrg {
    padding: 12px 25px 11px;
    font-family: 'Avenir LT W04_85 Heavy1475548', "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    font-size: 18px;
    font-size: 1.125rem;
    font-style: normal;
    letter-spacing: 0.15em;
  }
}

.btn-scroll-h-group {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.btn-login-link {
  color: #FFF;
  position: absolute;
  left: 24px;
  left: 1.5rem;
  /* left: 32px; */
  /* left: 2rem; */
  bottom: 0;
  /* bottom: 8px; */
  /* bottom: 0.5rem; */
  font-size: 12px;
  font-size: .8rem;
  /* font-size: 16px; */
  /* font-size: 1rem; */
  text-transform: uppercase;
  letter-spacing: 2px;
}
.btn-login-link:hover{
  text-decoration:none;
  color:#fff;
}

.btn-scroll-down {
  color: #FFF;
  display: block;
  font-family: 'Avenir LT W04_55 Roman1475524', "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-align: center;
  text-transfrom: uppercase;
  margin: 0 auto;
  width: 150px;
}
.btn-scroll-down:hover{
  color: #FFF;
  text-decoration:none;
}
.btn-scroll-down:before {
  background: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/scroll-arrow.png');
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center bottom;
  content: '';
  display: block;
  height: 22px;
  margin: 0 auto 16px auto;
  margin: 0 auto 1rem auto;
  width: 41px;
}


/* line 3, ../sass/home-sections/_1-temp-nav.scss */
.temp-nav-mod {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
}
/* line 10, ../sass/home-sections/_1-temp-nav.scss */
.temp-nav-mod:after {
  content: "\0020";
  display: block;
  position: absolute;
  top: 75px;
  right: 0;
  left: 0;
  height: 0px;
  background-color: #ddd;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
/* line 18, ../sass/home-sections/_1-temp-nav.scss */
.temp-nav-mod:hover:after {
  height: 413px;
}

/* line 24, ../sass/home-sections/_1-temp-nav.scss */
.temp-nav {
  height: 75px;
}

/* line 2, ../sass/home-sections/_2-topper.scss */
.topper-mod {
  overflow: hidden;
  position: relative;
}
/* line 5, ../sass/home-sections/_2-topper.scss */
.no-touch .topper-mod {
  -webkit-animation: page-fade 1s ease;
  -moz-animation: page-fade 1s ease;
  animation: page-fade 1s ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* line 12, ../sass/home-sections/_2-topper.scss */
.no-touch .topper-outer {
  position: relative;
}

/* line 18, ../sass/home-sections/_2-topper.scss */
.topper-video {
  width: 100%;
  opacity: .9;
  max-width: unset;
}

/* line 22, ../sass/home-sections/_2-topper.scss */
.topper-video-mod {
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 29, ../sass/home-sections/_2-topper.scss */
.topper-hgroup {
  position: relative;
  padding: 80px 20px;
  text-align: center;
  color: #fff;
}
@media (min-width: 800px) {
  /* line 29, ../sass/home-sections/_2-topper.scss */
  .topper-hgroup {
    padding: 180px 50px;
  }
}

/* line 39, ../sass/home-sections/_2-topper.scss */
.intro-h {
  margin-bottom: 10px;
  font-family: 'Avenir Next W05 Thin', "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 26px;
  font-size: 1.625rem;
  font-style: normal;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.6);
  line-height: 1em;
}
@media (min-width: 500px) and (max-width: 799px) {
  /* line 39, ../sass/home-sections/_2-topper.scss */
  .intro-h {
    font-size: 3.46154em;
  }
}
@media (min-width: 800px) {
  /* line 39, ../sass/home-sections/_2-topper.scss */
  .intro-h {
    font-size: 6em;
    margin-bottom: 15px;
  }
}

/* line 56, ../sass/home-sections/_2-topper.scss */
.intro-sub {
  max-width: 400px;
  margin: 0 auto 15px;
  font-family: 'Avenir LT W04_55 Roman1475524', "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.6);
  line-height: 1.3em;
}
@media (min-width: 500px) and (max-width: 799px) {
  /* line 56, ../sass/home-sections/_2-topper.scss */
  .intro-sub {
    margin-bottom: 15px;
    font-size: 1.5em;
  }
}
@media (min-width: 800px) and (max-width: 1099px) {
  /* line 56, ../sass/home-sections/_2-topper.scss */
  .intro-sub {
    margin-bottom: 50px;
    max-width: 620px;
    font-size: 1.5em;
  }
}
@media (min-width: 1100px) {
  /* line 56, ../sass/home-sections/_2-topper.scss */
  .intro-sub {
    margin-bottom: 50px;
    max-width: 650px;
    font-size: 1.7em;
  }
}

/* line 80, ../sass/home-sections/_2-topper.scss */
.sm-list {
  margin-top: 20px;
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  text-align: center;
}
/* line 84, ../sass/home-sections/_2-topper.scss */
.no-touch .sm-list {
  left: auto;
  right: 20px;
}

@media (max-width: 730px) {
  .no-touch .sm-list {
    left: 10px;
    bottom: 100px;
  }
}

/* line 90, ../sass/home-sections/_2-topper.scss */
.sm-item {
  display: inline-block;
  margin: 0 7px;
}
/* line 94, ../sass/home-sections/_2-topper.scss */
.ie7 .sm-item {
  *display: inline;
}

/* line 99, ../sass/home-sections/_2-topper.scss */
.sm-link {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  background-size: cover;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
/* line 105, ../sass/home-sections/_2-topper.scss */
.no-touch .sm-link {
  opacity: .7;
}
/* line 107, ../sass/home-sections/_2-topper.scss */
.no-touch .sm-link:hover {
  opacity: 1;
}

/* line 113, ../sass/home-sections/_2-topper.scss */
.sm-link-linkedin {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/linkedin-rev.png');
  background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/linkedin-rev.svg'), none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/linkedin-rev.png')', sizingMethod='scale')";
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/linkedin-rev.png')', sizingMethod='scale')";
}

/* line 116, ../sass/home-sections/_2-topper.scss */
.sm-link-facebook {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/facebook-rev.png');
  background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/facebook-rev.svg'), none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/facebook-rev.png')', sizingMethod='scale')";
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/facebook-rev.png')', sizingMethod='scale')";
}

/* line 119, ../sass/home-sections/_2-topper.scss */
.sm-link-twitter {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/twitter-rev.png');
  background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/twitter-rev.svg'), none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/twitter-rev.png')', sizingMethod='scale')";
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/twitter-rev.png')', sizingMethod='scale')";
}

.sm-link-blog {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/blog-rev.png');
  background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/blog-rev.svg'), none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/blog-rev.png')', sizingMethod='scale')";
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/blog-rev.png')', sizingMethod='scale')";
}

.sm-link-instagram {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/instagram-rev.png');
  background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/instagram-rev.svg'), none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/instagram-rev.png')', sizingMethod='scale')";
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/instagram-rev.png')', sizingMethod='scale')";
}


/* line 1, ../sass/home-sections/_3-hex-grid.scss */
.hex-grid-section {
  margin-bottom: 30px;
  overflow: hidden;
  background-size: 100%;
  background-position: center center;
}
@media (max-width: 339px) {
  /* line 1, ../sass/home-sections/_3-hex-grid.scss */
  .hex-grid-section {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/hex-grid-sm.jpg');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 1, ../sass/home-sections/_3-hex-grid.scss */
  .hex-grid-section {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/hex-grid-sm-x2.jpg');
  }
}
@media (min-width: 340px) and (max-width: 767px) {
  /* line 1, ../sass/home-sections/_3-hex-grid.scss */
  .hex-grid-section {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/hex-grid-med.jpg');
  }
}
@media (min-width: 340px) and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-resolution: 150dpi) {
  /* line 1, ../sass/home-sections/_3-hex-grid.scss */
  .hex-grid-section {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/hex-grid-med-x2.jpg');
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  /* line 1, ../sass/home-sections/_3-hex-grid.scss */
  .hex-grid-section {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/hex-grid-lrg.jpg');
  }
}
@media (min-width: 768px) and (max-width: 899px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 768px) and (max-width: 899px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 768px) and (max-width: 899px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 768px) and (max-width: 899px) and (min-device-pixel-ratio: 1.1), (min-width: 768px) and (max-width: 899px) and (min-resolution: 150dpi) {
  /* line 1, ../sass/home-sections/_3-hex-grid.scss */
  .hex-grid-section {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/hex-grid-lrg-x2.jpg');
  }
}
@media (min-width: 900px) {
  /* line 1, ../sass/home-sections/_3-hex-grid.scss */
  .hex-grid-section {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/hex-grid-xlrg.jpg');
  }
}
@media (min-width: 900px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 900px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 900px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 900px) and (min-device-pixel-ratio: 1.1), (min-width: 900px) and (min-resolution: 150dpi) {
  /* line 1, ../sass/home-sections/_3-hex-grid.scss */
  .hex-grid-section {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/hex-grid-xlrg-x2.jpg');
  }
}
@media (max-width: 339px) {
  /* line 66, ../sass/project/_base.scss */
  .mobile-a .hex-grid-section {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/hex-grid-a-sm.jpg');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 66, ../sass/project/_base.scss */
  .mobile-a .hex-grid-section {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/hex-grid-a-sm-x2.jpg');
  }
}
@media (min-width: 340px) {
  /* line 66, ../sass/project/_base.scss */
  .mobile-a .hex-grid-section {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/hex-grid-a-med.jpg');
  }
}
@media (min-width: 340px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-resolution: 150dpi) {
  /* line 66, ../sass/project/_base.scss */
  .mobile-a .hex-grid-section {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/hex-grid-a-med-x2.jpg');
  }
}
@media (min-width: 500px) {
  /* line 1, ../sass/home-sections/_3-hex-grid.scss */
  .hex-grid-section {
    margin-bottom: 70px;
  }
}

/* line 13, ../sass/home-sections/_3-hex-grid.scss */
.hex-grid-slide,
.hg-grad-text-mod {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

/* line 19, ../sass/home-sections/_3-hex-grid.scss */
.hex-grid-slide {
  background: #f9faf4;
}

/* line 23, ../sass/home-sections/_3-hex-grid.scss */
.hex-grid {
  margin-top: -8%;
  margin-bottom: 100px;
}
/* line 26, ../sass/home-sections/_3-hex-grid.scss */
.no-touch.gt-ie8 .hex-grid {
  margin-bottom: 0;
}

/* line 31, ../sass/home-sections/_3-hex-grid.scss */
.hex-grid-top {
  position: relative;
  z-index: 12;
}

/* line 37, ../sass/home-sections/_3-hex-grid.scss */
.hex-grid-img {
  width: 100%;
}

/* line 41, ../sass/home-sections/_3-hex-grid.scss */
.hg-section-title {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  color: #37b7e8;
  line-height: 1em;
  pointer-events: none;
  font-family: 'Avenir Next W05 Thin', "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 28px;
  font-size: 1.75rem;
  font-style: normal;
}
@media (min-width: 401px) and (max-width: 549px) {
  /* line 41, ../sass/home-sections/_3-hex-grid.scss */
  .hg-section-title {
    font-size: 2.46154em;
  }
}
@media (min-width: 550px) and (max-width: 849px) {
  /* line 41, ../sass/home-sections/_3-hex-grid.scss */
  .hg-section-title {
    font-size: 3.84615em;
    padding: 0 40px;
  }
}
@media (min-width: 850px) and (max-width: 1199px) {
  /* line 41, ../sass/home-sections/_3-hex-grid.scss */
  .hg-section-title {
    font-size: 4.61538em;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  /* line 41, ../sass/home-sections/_3-hex-grid.scss */
  .hg-section-title {
    font-size: 6.15385em;
  }
}
@media (min-width: 1400px) {
  /* line 41, ../sass/home-sections/_3-hex-grid.scss */
  .hg-section-title {
    font-size: 9.23077em;
  }
}

/* line 77, ../sass/home-sections/_3-hex-grid.scss */
.hex-row {
  display: block;
  white-space: nowrap;
  margin-bottom: -2.70667%;
}
/* line 81, ../sass/home-sections/_3-hex-grid.scss */
.hex-row:nth-child(even) {
  -webkit-transform: translateX(-6.31556%);
  -moz-transform: translateX(-6.31556%);
  -ms-transform: translateX(-6.31556%);
  -o-transform: translateX(-6.31556%);
  transform: translateX(-6.31556%);
}
/* line 84, ../sass/home-sections/_3-hex-grid.scss */
.hex-row:first-child {
  position: relative;
  left: 20px;
  -webkit-transform: translateX(61.86667%);
  -moz-transform: translateX(61.86667%);
  -ms-transform: translateX(61.86667%);
  -o-transform: translateX(61.86667%);
  transform: translateX(61.86667%);
}
/* line 89, ../sass/home-sections/_3-hex-grid.scss */
.hex-row:last-child {
  margin-bottom: 0;
}

/* line 94, ../sass/home-sections/_3-hex-grid.scss */
.hex-grid-item {
  display: inline-block;
  overflow: hidden;
  width: 11.6%;
  height: 11.6%;
  margin-right: 0.77333%;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translateZ(0);
}
/* line 99, ../sass/home-sections/_3-hex-grid.scss */
.row-four .hex-grid-item:last-child {
  overflow: visible;
  position: relative;
}

/* line 107, ../sass/home-sections/_3-hex-grid.scss */
.hex-grid-item-grow {
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  pointer-events: none;
}

/* line 115, ../sass/home-sections/_3-hex-grid.scss */
.no-touch.gt-ie8 .hex-grid-item-grow-inner {
  background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-orange.jpg);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}

/* line 125, ../sass/home-sections/_3-hex-grid.scss */
.no-touch.gt-ie8.cssgradients .hex-grid-item-grow-inner {
  background-image: -webkit-linear-gradient(110deg, #f69938 10%, #abcf55 90%);
  background-image: -moz-linear-gradient(110deg, #f69938 10%, #abcf55 90%);
  background-image: -o-linear-gradient(110deg, #f69938 10%, #abcf55 90%);
  background-image: linear-gradient(110deg, #f69938 10%, #abcf55 90%);
}

/* line 129, ../sass/home-sections/_3-hex-grid.scss */
.no-touch.gt-ie8 .bh-visible .hex-grid-item-grow-inner {
  opacity: 0;
}

/* line 133, ../sass/home-sections/_3-hex-grid.scss */
.hex-grid-fix {
  overflow: hidden;
}

/* line 137, ../sass/home-sections/_3-hex-grid.scss */
.hex-outer {
  width: 100%;
  padding-bottom: 115.47%;
  overflow: hidden;
  position: relative;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}

/* line 146, ../sass/home-sections/_3-hex-grid.scss */
.hex-inner {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

/* line 153, ../sass/home-sections/_3-hex-grid.scss */
.hex-img-bg {
  background: #D2D5C7;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
/* line 159, ../sass/home-sections/_3-hex-grid.scss */
.touch .hex-img-bg {
  opacity: 0;
}
/* line 162, ../sass/home-sections/_3-hex-grid.scss */
.show-photos .hex-img-bg {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
  opacity: 0;
}

/* line 171, ../sass/home-sections/_3-hex-grid.scss */
.hex-img-1 {
  background-position: left 0%;
}
/* line 173, ../sass/home-sections/_3-hex-grid.scss */
.active .hex-img-1 {
  background-position: right 0%;
}

/* line 171, ../sass/home-sections/_3-hex-grid.scss */
.hex-img-2 {
  background-position: left 4.16667%;
}
/* line 173, ../sass/home-sections/_3-hex-grid.scss */
.active .hex-img-2 {
  background-position: right 4.16667%;
}

/* line 171, ../sass/home-sections/_3-hex-grid.scss */
.hex-img-3 {
  background-position: left 8.33333%;
}
/* line 173, ../sass/home-sections/_3-hex-grid.scss */
.active .hex-img-3 {
  background-position: right 8.33333%;
}

/* line 171, ../sass/home-sections/_3-hex-grid.scss */
.hex-img-4 {
  background-position: left 12.5%;
}
/* line 173, ../sass/home-sections/_3-hex-grid.scss */
.active .hex-img-4 {
  background-position: right 12.5%;
}

/* line 171, ../sass/home-sections/_3-hex-grid.scss */
.hex-img-5 {
  background-position: left 16.66667%;
}
/* line 173, ../sass/home-sections/_3-hex-grid.scss */
.active .hex-img-5 {
  background-position: right 16.66667%;
}

/* line 171, ../sass/home-sections/_3-hex-grid.scss */
.hex-img-6 {
  background-position: left 20.83333%;
}
/* line 173, ../sass/home-sections/_3-hex-grid.scss */
.active .hex-img-6 {
  background-position: right 20.83333%;
}

/* line 171, ../sass/home-sections/_3-hex-grid.scss */
.hex-img-7 {
  background-position: left 25%;
}
/* line 173, ../sass/home-sections/_3-hex-grid.scss */
.active .hex-img-7 {
  background-position: right 25%;
}

/* line 171, ../sass/home-sections/_3-hex-grid.scss */
.hex-img-8 {
  background-position: left 29.16667%;
}
/* line 173, ../sass/home-sections/_3-hex-grid.scss */
.active .hex-img-8 {
  background-position: right 29.16667%;
}

/* line 171, ../sass/home-sections/_3-hex-grid.scss */
.hex-img-9 {
  background-position: left 33.33333%;
}
/* line 173, ../sass/home-sections/_3-hex-grid.scss */
.active .hex-img-9 {
  background-position: right 33.33333%;
}

/* line 171, ../sass/home-sections/_3-hex-grid.scss */
.hex-img-10 {
  background-position: left 37.5%;
}
/* line 173, ../sass/home-sections/_3-hex-grid.scss */
.active .hex-img-10 {
  background-position: right 37.5%;
}

/* line 171, ../sass/home-sections/_3-hex-grid.scss */
.hex-img-11 {
  background-position: left 41.66667%;
}
/* line 173, ../sass/home-sections/_3-hex-grid.scss */
.active .hex-img-11 {
  background-position: right 41.66667%;
}

/* line 171, ../sass/home-sections/_3-hex-grid.scss */
.hex-img-12 {
  background-position: left 45.83333%;
}
/* line 173, ../sass/home-sections/_3-hex-grid.scss */
.active .hex-img-12 {
  background-position: right 45.83333%;
}

/* line 171, ../sass/home-sections/_3-hex-grid.scss */
.hex-img-13 {
  background-position: left 50%;
}
/* line 173, ../sass/home-sections/_3-hex-grid.scss */
.active .hex-img-13 {
  background-position: right 50%;
}

/* line 171, ../sass/home-sections/_3-hex-grid.scss */
.hex-img-14 {
  background-position: left 54.16667%;
}
/* line 173, ../sass/home-sections/_3-hex-grid.scss */
.active .hex-img-14 {
  background-position: right 54.16667%;
}

/* line 171, ../sass/home-sections/_3-hex-grid.scss */
.hex-img-15 {
  background-position: left 58.33333%;
}
/* line 173, ../sass/home-sections/_3-hex-grid.scss */
.active .hex-img-15 {
  background-position: right 58.33333%;
}

/* line 171, ../sass/home-sections/_3-hex-grid.scss */
.hex-img-16 {
  background-position: left 62.5%;
}
/* line 173, ../sass/home-sections/_3-hex-grid.scss */
.active .hex-img-16 {
  background-position: right 62.5%;
}

/* line 171, ../sass/home-sections/_3-hex-grid.scss */
.hex-img-17 {
  background-position: left 66.66667%;
}
/* line 173, ../sass/home-sections/_3-hex-grid.scss */
.active .hex-img-17 {
  background-position: right 66.66667%;
}

/* line 171, ../sass/home-sections/_3-hex-grid.scss */
.hex-img-18 {
  background-position: left 70.83333%;
}
/* line 173, ../sass/home-sections/_3-hex-grid.scss */
.active .hex-img-18 {
  background-position: right 70.83333%;
}

/* line 171, ../sass/home-sections/_3-hex-grid.scss */
.hex-img-19 {
  background-position: left 75%;
}
/* line 173, ../sass/home-sections/_3-hex-grid.scss */
.active .hex-img-19 {
  background-position: right 75%;
}

/* line 171, ../sass/home-sections/_3-hex-grid.scss */
.hex-img-20 {
  background-position: left 79.16667%;
}
/* line 173, ../sass/home-sections/_3-hex-grid.scss */
.active .hex-img-20 {
  background-position: right 79.16667%;
}

/* line 171, ../sass/home-sections/_3-hex-grid.scss */
.hex-img-21 {
  background-position: left 83.33333%;
}
/* line 173, ../sass/home-sections/_3-hex-grid.scss */
.active .hex-img-21 {
  background-position: right 83.33333%;
}

/* line 171, ../sass/home-sections/_3-hex-grid.scss */
.hex-img-22 {
  background-position: left 87.5%;
}
/* line 173, ../sass/home-sections/_3-hex-grid.scss */
.active .hex-img-22 {
  background-position: right 87.5%;
}

/* line 171, ../sass/home-sections/_3-hex-grid.scss */
.hex-img-23 {
  background-position: left 91.66667%;
}
/* line 173, ../sass/home-sections/_3-hex-grid.scss */
.active .hex-img-23 {
  background-position: right 91.66667%;
}

/* line 171, ../sass/home-sections/_3-hex-grid.scss */
.hex-img-24 {
  background-position: left 95.83333%;
}
/* line 173, ../sass/home-sections/_3-hex-grid.scss */
.active .hex-img-24 {
  background-position: right 95.83333%;
}

/* line 171, ../sass/home-sections/_3-hex-grid.scss */
.hex-img-25 {
  background-position: left 100%;
}
/* line 173, ../sass/home-sections/_3-hex-grid.scss */
.active .hex-img-25 {
  background-position: right 100%;
}

/* line 179, ../sass/home-sections/_3-hex-grid.scss */
.hex-img {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-120deg);
  -moz-transform: rotate(-120deg);
  -ms-transform: rotate(-120deg);
  -o-transform: rotate(-120deg);
  transform: rotate(-120deg);
  background-size: 200%;
}
@media (max-width: 899px) {
  /* line 179, ../sass/home-sections/_3-hex-grid.scss */
  .hex-img {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/headshot-2-sprite-sm.jpg');
  }
}
@media (max-width: 899px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 899px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 899px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 899px) and (min-device-pixel-ratio: 1.1), (max-width: 899px) and (min-resolution: 150dpi) {
  /* line 179, ../sass/home-sections/_3-hex-grid.scss */
  .hex-img {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/headshot-2-sprite-sm-x2.jpg');
  }
}
@media (min-width: 900px) and (max-width: 1249px) {
  /* line 179, ../sass/home-sections/_3-hex-grid.scss */
  .hex-img {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/headshot-2-sprite-lrg.jpg');
  }
}
@media (min-width: 900px) and (max-width: 1249px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 900px) and (max-width: 1249px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 900px) and (max-width: 1249px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 900px) and (max-width: 1249px) and (min-device-pixel-ratio: 1.1), (min-width: 900px) and (max-width: 1249px) and (min-resolution: 150dpi) {
  /* line 179, ../sass/home-sections/_3-hex-grid.scss */
  .hex-img {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/headshot-2-sprite-lrg-x2.jpg');
  }
}
@media (min-width: 1250px) {
  /* line 179, ../sass/home-sections/_3-hex-grid.scss */
  .hex-img {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/headshot-2-sprite-lrg-x2.jpg');
  }
}
/* line 199, ../sass/home-sections/_3-hex-grid.scss */
.no-touch .hex-img {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
/* line 204, ../sass/home-sections/_3-hex-grid.scss */
.show-photos .hex-img {
  opacity: 1;
  pointer-events: all;
}
/* line 209, ../sass/home-sections/_3-hex-grid.scss */
.hex-img.hex-grid-item-grow-inner:after {
  background: transparent;
}
/* line 213, ../sass/home-sections/_3-hex-grid.scss */
.hex-img:after {
  content: "\0020";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(radial, 100% 100%, 0, 100% 100%, 100, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  background-image: -webkit-radial-gradient(100% 100%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.2) 100%);
  background-image: -moz-radial-gradient(100% 100%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.2) 100%);
  background-image: -o-radial-gradient(100% 100%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.2) 100%);
  background-image: radial-gradient(100% 100%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.2) 100%);
}

/* line 1, ../sass/home-sections/_4-big-hex.scss */
.big-hex-mod {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding-bottom: 115.1515152%;
}
/* line 34, ../sass/project/_variables.scss */
.no-touch.gt-ie9 .big-hex-mod {
  background-attachment: fixed;
}
/* line 11, ../sass/home-sections/_4-big-hex.scss */
.no-touch.gt-ie8 .big-hex-mod {
  opacity: 0;
}
/* line 14, ../sass/home-sections/_4-big-hex.scss */
.no-touch.gt-ie8 .bh-visible .big-hex-mod {
  opacity: 1;
}
/* line 18, ../sass/home-sections/_4-big-hex.scss */
.lt-ie9 .big-hex-mod {
  height: 800px;
  padding-bottom: 0;
}
@media (min-width: 950px) {
  /* line 18, ../sass/home-sections/_4-big-hex.scss */
  .lt-ie9 .big-hex-mod {
    height: 900px;
  }
}
/* line 26, ../sass/home-sections/_4-big-hex.scss */
.mobile-a .big-hex-mod {
  padding-bottom: 0;
}

.mobile-a .intro-h {
 font-family:'Avenir LT W04_65 Medium1475536', Arial, Helvetica, sans-serif
}

/* line 32, ../sass/home-sections/_4-big-hex.scss */
.big-hex-outer {
  background: #f9faf4;
}

@media (max-width: 339px) {
  /* line 37, ../sass/home-sections/_4-big-hex.scss */
  .big-hex-bg-url {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/urban-observatory-sm.jpg');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 37, ../sass/home-sections/_4-big-hex.scss */
  .big-hex-bg-url {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/urban-observatory-sm-x2.jpg');
  }
}
@media (min-width: 340px) and (max-width: 767px) {
  /* line 37, ../sass/home-sections/_4-big-hex.scss */
  .big-hex-bg-url {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/urban-observatory-med.jpg');
  }
}
@media (min-width: 340px) and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-resolution: 150dpi) {
  /* line 37, ../sass/home-sections/_4-big-hex.scss */
  .big-hex-bg-url {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/urban-observatory-med-x2.jpg');
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  /* line 37, ../sass/home-sections/_4-big-hex.scss */
  .big-hex-bg-url {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/urban-observatory-lrg.jpg');
  }
}
@media (min-width: 768px) and (max-width: 899px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 768px) and (max-width: 899px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 768px) and (max-width: 899px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 768px) and (max-width: 899px) and (min-device-pixel-ratio: 1.1), (min-width: 768px) and (max-width: 899px) and (min-resolution: 150dpi) {
  /* line 37, ../sass/home-sections/_4-big-hex.scss */
  .big-hex-bg-url {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/urban-observatory-lrg-x2.jpg');
  }
}
@media (min-width: 900px) {
  /* line 37, ../sass/home-sections/_4-big-hex.scss */
  .big-hex-bg-url {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/urban-observatory-xlrg.jpg');
  }
}
@media (min-width: 900px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 900px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 900px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 900px) and (min-device-pixel-ratio: 1.1), (min-width: 900px) and (min-resolution: 150dpi) {
  /* line 37, ../sass/home-sections/_4-big-hex.scss */
  .big-hex-bg-url {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/urban-observatory-xlrg-x2.jpg');
  }
}
@media (max-width: 339px) {
  /* line 66, ../sass/project/_base.scss */
  .mobile-a .big-hex-bg-url {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/urban-observatory-a-sm.jpg');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 66, ../sass/project/_base.scss */
  .mobile-a .big-hex-bg-url {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/urban-observatory-a-sm-x2.jpg');
  }
}
@media (min-width: 340px) {
  /* line 66, ../sass/project/_base.scss */
  .mobile-a .big-hex-bg-url {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/urban-observatory-a-med.jpg');
  }
}
@media (min-width: 340px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-resolution: 150dpi) {
  /* line 66, ../sass/project/_base.scss */
  .mobile-a .big-hex-bg-url {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/urban-observatory-a-med-x2.jpg');
  }
}

/* line 43, ../sass/home-sections/_4-big-hex.scss */
.bh-section-title {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 1em;
  text-shadow: 0 0 35px rgba(0, 0, 0, 0.8);
  font-family: 'Avenir Next W05 Thin', "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 28px;
  font-size: 1.75rem;
  font-style: normal;
  -webkit-transition: opacity 0.3s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  -moz-transition: opacity 0.3s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  -o-transition: opacity 0.3s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  transition: opacity 0.3s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  opacity: 0;
}
@media (min-width: 401px) and (max-width: 499px) {
  /* line 43, ../sass/home-sections/_4-big-hex.scss */
  .bh-section-title {
    font-size: 2.92308em;
  }
}
@media (min-width: 500px) and (max-width: 649px) {
  /* line 43, ../sass/home-sections/_4-big-hex.scss */
  .bh-section-title {
    font-size: 3.84615em;
  }
}
@media (min-width: 650px) and (max-width: 1149px) {
  /* line 43, ../sass/home-sections/_4-big-hex.scss */
  .bh-section-title {
    font-size: 5.38462em;
  }
}
@media (min-width: 1150px) {
  /* line 43, ../sass/home-sections/_4-big-hex.scss */
  .bh-section-title {
    font-size: 9.23077em;
  }
}
/* line 70, ../sass/home-sections/_4-big-hex.scss */
.bh-visible .bh-section-title, .touch .bh-section-title {
  opacity: 1;
}

/* line 77, ../sass/home-sections/_4-big-hex.scss */
.hex-mask {
  display: block;
  padding-bottom: 29.4%;
  background: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/hex-mask.svg) no-repeat;
  background-color: transparent;
}
/* line 83, ../sass/home-sections/_4-big-hex.scss */
.mobile-a .hex-mask, .no-touch.gt-ie8 .hex-mask {
  display: none;
}

/* line 88, ../sass/home-sections/_4-big-hex.scss */
.hex-mask-top {
  position: absolute;
  top: -2px;
  right: -2px;
  left: -2px;
}

/* line 92, ../sass/home-sections/_4-big-hex.scss */
.hex-mask-bottom {
  position: absolute;
  right: -2px;
  bottom: -2px;
  left: -2px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 95, ../sass/home-sections/_4-big-hex.scss */
.no-touch.gt-ie8 .bh-visible .hex-mask-bottom {
  display: block;
}

/* line 100, ../sass/home-sections/_4-big-hex.scss */
.bh-label-h5 {
  display: none;
}

/* line 1, ../sass/home-sections/_5-gis-shapes.scss */
.gis-shapes-section {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 140px;
}
/* line 34, ../sass/project/_variables.scss */
.no-touch.gt-ie9 .gis-shapes-section {
  background-attachment: fixed;
}
/* line 6, ../sass/home-sections/_5-gis-shapes.scss */
.gt-ie8.no-touch .gis-shapes-section {
  background-size: cover;
}
@media (max-width: 339px) {
  /* line 6, ../sass/home-sections/_5-gis-shapes.scss */
  .gt-ie8.no-touch .gis-shapes-section {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/topo-map-sm.jpg');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 6, ../sass/home-sections/_5-gis-shapes.scss */
  .gt-ie8.no-touch .gis-shapes-section {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/topo-map-sm-x2.jpg');
  }
}
@media (min-width: 340px) and (max-width: 767px) {
  /* line 6, ../sass/home-sections/_5-gis-shapes.scss */
  .gt-ie8.no-touch .gis-shapes-section {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/topo-map-med.jpg');
  }
}
@media (min-width: 340px) and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-resolution: 150dpi) {
  /* line 6, ../sass/home-sections/_5-gis-shapes.scss */
  .gt-ie8.no-touch .gis-shapes-section {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/topo-map-med-x2.jpg');
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  /* line 6, ../sass/home-sections/_5-gis-shapes.scss */
  .gt-ie8.no-touch .gis-shapes-section {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/topo-map-lrg.jpg');
  }
}
@media (min-width: 768px) and (max-width: 899px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 768px) and (max-width: 899px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 768px) and (max-width: 899px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 768px) and (max-width: 899px) and (min-device-pixel-ratio: 1.1), (min-width: 768px) and (max-width: 899px) and (min-resolution: 150dpi) {
  /* line 6, ../sass/home-sections/_5-gis-shapes.scss */
  .gt-ie8.no-touch .gis-shapes-section {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/topo-map-lrg-x2.jpg');
  }
}
@media (min-width: 900px) {
  /* line 6, ../sass/home-sections/_5-gis-shapes.scss */
  .gt-ie8.no-touch .gis-shapes-section {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/topo-map-xlrg.jpg');
  }
}
@media (min-width: 900px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 900px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 900px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 900px) and (min-device-pixel-ratio: 1.1), (min-width: 900px) and (min-resolution: 150dpi) {
  /* line 6, ../sass/home-sections/_5-gis-shapes.scss */
  .gt-ie8.no-touch .gis-shapes-section {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/topo-map-xlrg-x2.jpg');
  }
}
@media (max-width: 339px) {
  /* line 66, ../sass/project/_base.scss */
  .mobile-a .gt-ie8.no-touch .gis-shapes-section {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/topo-map-a-sm.jpg');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 66, ../sass/project/_base.scss */
  .mobile-a .gt-ie8.no-touch .gis-shapes-section {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/topo-map-a-sm-x2.jpg');
  }
}
@media (min-width: 340px) {
  /* line 66, ../sass/project/_base.scss */
  .mobile-a .gt-ie8.no-touch .gis-shapes-section {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/topo-map-a-med.jpg');
  }
}
@media (min-width: 340px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-resolution: 150dpi) {
  /* line 66, ../sass/project/_base.scss */
  .mobile-a .gt-ie8.no-touch .gis-shapes-section {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/topo-map-a-med-x2.jpg');
  }
}
/* line 9, ../sass/home-sections/_5-gis-shapes.scss */
.gt-ie8.no-touch .gis-shapes-section:before {
  content: "\0020";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 150px;
  background-image: linear-gradient(180deg, #f9fbf2 0%, rgba(249, 251, 242, 0) 100%);
}
/* line 12, ../sass/home-sections/_5-gis-shapes.scss */
.gt-ie8.no-touch .gis-shapes-section:after {
  content: "\0020";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 150px;
  background-image: linear-gradient(0deg, #f9fbf2 0%, rgba(249, 251, 242, 0) 100%);
}
/* line 17, ../sass/home-sections/_5-gis-shapes.scss */
.svg.gt-ie8.no-touch .gis-shapes-section {
  background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/topo-map.svg);
}
@media (min-width: 600px) {
  /* line 1, ../sass/home-sections/_5-gis-shapes.scss */
  .gis-shapes-section {
    padding-bottom: 200px;
    margin-bottom: 0;
  }
}

/* line 28, ../sass/home-sections/_5-gis-shapes.scss */
.gis-shapes-mod {
  position: relative;
  z-index: 1;
}

/* line 33, ../sass/home-sections/_5-gis-shapes.scss */
.gis-article {
  max-width: 500px;
  margin: 0 auto 50px;
  padding: 0 10px;
  text-align: center;
}
@media (min-width: 600px) {
  /* line 33, ../sass/home-sections/_5-gis-shapes.scss */
  .gis-article {
    margin-bottom: 120px;
  }
}

@media (max-width: 549px) {
  /* line 43, ../sass/home-sections/_5-gis-shapes.scss */
  .l-grad-text-gis {
    padding-bottom: 70px;
  }
}

/* line 51, ../sass/home-sections/_5-gis-shapes.scss */
.gis-h {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  font-family: 'Avenir LT W04_65 Medium1475536', "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: normal;
}
/* line 56, ../sass/home-sections/_5-gis-shapes.scss */
.gis-h:after {
  content: "\0020";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 50px;
  height: 4px;
  margin-left: -25px;
  margin-top: 18px;
  background-color: #6a2978;
  background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-green.jpg);
  background-image: linear-gradient(110deg, #34b8e8 10%, #abcf55 90%);
  background-size: 100% 100%;
}
@media (min-width: 400px) {
  /* line 51, ../sass/home-sections/_5-gis-shapes.scss */
  .gis-h {
    margin-bottom: 55px;
  }
  /* line 66, ../sass/home-sections/_5-gis-shapes.scss */
  .gis-h:after {
    height: 5px;
    margin-top: 25px;
  }
}
@media (min-width: 600px) {
  /* line 51, ../sass/home-sections/_5-gis-shapes.scss */
  .gis-h {
    font-size: 2.15385em;
  }
}

/* line 76, ../sass/home-sections/_5-gis-shapes.scss */
.gis-p {
  text-align: center;
  font-family: 'Avenir LT W04_45 Book1475512', "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.5em;
}
@media (min-width: 400px) and (max-width: 599px) {
  /* line 76, ../sass/home-sections/_5-gis-shapes.scss */
  .gis-p {
    font-size: 1.23077em;
  }
}
@media (min-width: 600px) {
  /* line 76, ../sass/home-sections/_5-gis-shapes.scss */
  .gis-p {
    font-size: 1.38462em;
  }
}

/* line 91, ../sass/home-sections/_5-gis-shapes.scss */
.gis-img-mod {
  width: 240px;
  height: 240px;
  margin: 0 auto 50px;
  position: relative;
}
@media (min-width: 340px) {
  /* line 91, ../sass/home-sections/_5-gis-shapes.scss */
  .gis-img-mod {
    width: 320px;
    height: 320px;
  }
}
/* line 98, ../sass/home-sections/_5-gis-shapes.scss */
.no-touch .gis-img-mod {
  -webkit-transition: all 0.5s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  -moz-transition: all 0.5s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  -o-transition: all 0.5s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  transition: all 0.5s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  opacity: 0;
}
/* line 102, ../sass/home-sections/_5-gis-shapes.scss */
.no-touch .visible .gis-img-mod {
  opacity: 1;
}

/* line 111, ../sass/home-sections/_5-gis-shapes.scss */
.mobile-a .m-slide-active .gis-svg .line-graph, .no-touch .visible .gis-svg .line-graph {
  -webkit-animation: graphX 1.5s;
  -moz-animation: graphX 1.5s;
  animation: graphX 1.5s;
}

/* line 118, ../sass/home-sections/_5-gis-shapes.scss */
.mobile-a .m-slide-active .gis-svg .bar-graph, .no-touch .visible .gis-svg .bar-graph {
  -webkit-animation: graphY 1.7s;
  -moz-animation: graphY 1.7s;
  animation: graphY 1.7s;
}

/* line 123, ../sass/home-sections/_5-gis-shapes.scss */
.no-svg-graph-fix {
  display: none;
  background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gis-box.jpg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* line 136, ../sass/home-sections/_5-gis-shapes.scss */
.gis-city-shape-1,
.gis-city-shape-2,
.gis-city-shape-3,
.gis-city-shape-4 {
  width: 30%;
  height: 0px;
}
/* line 139, ../sass/home-sections/_5-gis-shapes.scss */
.mobile-a .gis-city-shape-1, .no-touch .gis-city-shape-1, .mobile-a
.gis-city-shape-2, .no-touch
.gis-city-shape-2, .mobile-a
.gis-city-shape-3, .no-touch
.gis-city-shape-3, .mobile-a
.gis-city-shape-4, .no-touch
.gis-city-shape-4 {
  height: 0;
}

/* line 145, ../sass/home-sections/_5-gis-shapes.scss */
.gis-city-shape-1 {
  position: absolute;
  bottom: 20px;
  left: 0;
  background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-purple.jpg);
  background-image: linear-gradient(110deg, rgba(11, 122, 192, 0.9) 10%, rgba(105, 41, 120, 0.9) 90%);
  background-size: 100% 100%;
  height: 52.6%;
}
/* line 150, ../sass/home-sections/_5-gis-shapes.scss */
.mobile-a .gis-city-shape-1, .no-touch .gis-city-shape-1 {
  -webkit-transition: all 0.52s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  -moz-transition: all 0.52s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  -o-transition: all 0.52s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  transition: all 0.52s cubic-bezier(0.49, 0.37, 0.445, 0.715);
}
/* line 154, ../sass/home-sections/_5-gis-shapes.scss */
.mobile-a .m-slide-active .gis-city-shape-1, .gt-ie8.no-touch .visible .gis-city-shape-1 {
  height: 52.6%;
}

/* line 159, ../sass/home-sections/_5-gis-shapes.scss */
.gis-city-shape-2 {
  position: absolute;
  bottom: 10px;
  left: 23.66667%;
  background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-green.jpg);
  background-image: linear-gradient(110deg, rgba(52, 184, 232, 0.9) 10%, rgba(171, 207, 85, 0.9) 90%);
  background-size: 100% 100%;
  height: 73.3%;
}
/* line 164, ../sass/home-sections/_5-gis-shapes.scss */
.mobile-a .gis-city-shape-2, .no-touch .gis-city-shape-2 {
  -webkit-transition: all 0.73s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  -moz-transition: all 0.73s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  -o-transition: all 0.73s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  transition: all 0.73s cubic-bezier(0.49, 0.37, 0.445, 0.715);
}
/* line 168, ../sass/home-sections/_5-gis-shapes.scss */
.mobile-a .m-slide-active .gis-city-shape-2, .no-touch .visible .gis-city-shape-2 {
  height: 73.3%;
}

/* line 173, ../sass/home-sections/_5-gis-shapes.scss */
.gis-city-shape-3 {
  position: absolute;
  right: 23.66667%;
  bottom: 0;
  background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-purple.jpg);
  background-image: linear-gradient(110deg, rgba(11, 122, 192, 0.9) 10%, rgba(105, 41, 120, 0.9) 90%);
  background-size: 100% 100%;
  z-index: 1;
  height: 100%;
}
/* line 179, ../sass/home-sections/_5-gis-shapes.scss */
.mobile-a .gis-city-shape-3, .no-touch .gis-city-shape-3 {
  -webkit-transition: all 1s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  -moz-transition: all 1s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  -o-transition: all 1s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  transition: all 1s cubic-bezier(0.49, 0.37, 0.445, 0.715);
}
/* line 183, ../sass/home-sections/_5-gis-shapes.scss */
.mobile-a .m-slide-active .gis-city-shape-3, .no-touch .visible .gis-city-shape-3 {
  height: 100%;
}

/* line 188, ../sass/home-sections/_5-gis-shapes.scss */
.gis-city-shape-4 {
  position: absolute;
  right: 0;
  bottom: 15px;
  background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-green.jpg);
  background-image: linear-gradient(110deg, rgba(52, 184, 232, 0.9) 10%, rgba(171, 207, 85, 0.9) 90%);
  background-size: 100% 100%;
  height: 62%;
}
/* line 193, ../sass/home-sections/_5-gis-shapes.scss */
.mobile-a .gis-city-shape-4, .no-touch .gis-city-shape-4 {
  -webkit-transition: all 0.62s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  -moz-transition: all 0.62s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  -o-transition: all 0.62s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  transition: all 0.62s cubic-bezier(0.49, 0.37, 0.445, 0.715);
}
/* line 197, ../sass/home-sections/_5-gis-shapes.scss */
.mobile-a .m-slide-active .gis-city-shape-4, .no-touch .visible .gis-city-shape-4 {
  height: 62%;
}

/* line 205, ../sass/home-sections/_5-gis-shapes.scss */
.gis-earth-shape-1 {
  position: absolute;
  top: 10%;
  right: 10%;
  bottom: 10%;
  left: 10%;
  z-index: 1;
  border-radius: 50%;
  background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-green.jpg);
  background-image: linear-gradient(110deg, #34b8e8 10%, #abcf55 90%);
  background-size: 100% 100%;
  -webkit-box-shadow: inset -30px -30px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset -30px -30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset -30px -30px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 1s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  -moz-transition: all 1s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  -o-transition: all 1s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  transition: all 1s cubic-bezier(0.49, 0.37, 0.445, 0.715);
}
/* line 214, ../sass/home-sections/_5-gis-shapes.scss */
.mobile-a .gis-earth-shape-1, .no-touch .gis-earth-shape-1 {
  -webkit-transform: scale(1.3) rotate(45deg);
  -moz-transform: scale(1.3) rotate(45deg);
  -ms-transform: scale(1.3) rotate(45deg);
  -o-transform: scale(1.3) rotate(45deg);
  transform: scale(1.3) rotate(45deg);
  -webkit-box-shadow: inset 0px 0px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 0 rgba(0, 0, 0, 0.2);
}
/* line 219, ../sass/home-sections/_5-gis-shapes.scss */
.mobile-a .m-slide-active .gis-earth-shape-1, .no-touch .visible .gis-earth-shape-1 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: inset -30px -30px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset -30px -30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset -30px -30px 0 rgba(0, 0, 0, 0.2);
}

/* line 228, ../sass/home-sections/_5-gis-shapes.scss */
.gis-earth-shape-2,
.gis-earth-shape-3,
.gis-earth-shape-4 {
  width: 2.66%;
  height: 2.66%;
  background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-purple.jpg);
  background-image: linear-gradient(110deg, rgba(11, 122, 192, 0.9) 10%, rgba(105, 41, 120, 0.9) 90%);
  background-size: 100% 100%;
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  -moz-transform: translate3d(0, 0, 0) rotate(45deg);
  -ms-transform: translate3d(0, 0, 0) rotate(45deg);
  -o-transform: translate3d(0, 0, 0) rotate(45deg);
  transform: translate3d(0, 0, 0) rotate(45deg);
  -webkit-transition: all 1s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  -moz-transition: all 1s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  -o-transition: all 1s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  transition: all 1s cubic-bezier(0.49, 0.37, 0.445, 0.715);
}
/* line 234, ../sass/home-sections/_5-gis-shapes.scss */
.mobile-a .m-slide-active .gis-earth-shape-2, .no-touch .visible .gis-img-earth-mod:hover .gis-earth-shape-2, .mobile-a .m-slide-active
.gis-earth-shape-3, .no-touch .visible .gis-img-earth-mod:hover
.gis-earth-shape-3, .mobile-a .m-slide-active
.gis-earth-shape-4, .no-touch .visible .gis-img-earth-mod:hover
.gis-earth-shape-4 {
  -webkit-transform: rotate(675deg);
  -moz-transform: rotate(675deg);
  -ms-transform: rotate(675deg);
  -o-transform: rotate(675deg);
  transform: rotate(675deg);
}
/* line 238, ../sass/home-sections/_5-gis-shapes.scss */
.mobile-a .m-slide-active .gis-earth-shape-2, .no-touch .visible .gis-earth-shape-2, .mobile-a .m-slide-active
.gis-earth-shape-3, .no-touch .visible
.gis-earth-shape-3, .mobile-a .m-slide-active
.gis-earth-shape-4, .no-touch .visible
.gis-earth-shape-4 {
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  -moz-transform: translate3d(0, 0, 0) rotate(45deg);
  -ms-transform: translate3d(0, 0, 0) rotate(45deg);
  -o-transform: translate3d(0, 0, 0) rotate(45deg);
  transform: translate3d(0, 0, 0) rotate(45deg);
}

/* line 243, ../sass/home-sections/_5-gis-shapes.scss */
.gis-earth-shape-2 {
  position: absolute;
  top: 10%;
  left: 10%;
}
/* line 246, ../sass/home-sections/_5-gis-shapes.scss */
.mobile-a .gis-earth-shape-2, .no-touch .gis-earth-shape-2 {
  -webkit-transform: translate3d(50px, 50px, 0);
  -moz-transform: translate3d(50px, 50px, 0);
  -ms-transform: translate3d(50px, 50px, 0);
  -o-transform: translate3d(50px, 50px, 0);
  transform: translate3d(50px, 50px, 0);
}

/* line 251, ../sass/home-sections/_5-gis-shapes.scss */
.gis-earth-shape-3 {
  position: absolute;
  right: 0px;
  bottom: 10%;
}
/* line 254, ../sass/home-sections/_5-gis-shapes.scss */
.mobile-a .gis-earth-shape-3, .no-touch .gis-earth-shape-3 {
  -webkit-transform: translate3d(50px, 100px, 0);
  -moz-transform: translate3d(50px, 100px, 0);
  -ms-transform: translate3d(50px, 100px, 0);
  -o-transform: translate3d(50px, 100px, 0);
  transform: translate3d(50px, 100px, 0);
}

/* line 259, ../sass/home-sections/_5-gis-shapes.scss */
.gis-earth-shape-4 {
  position: absolute;
  top: 45%;
  left: -25px;
}
@media (min-width: 425px) {
  /* line 259, ../sass/home-sections/_5-gis-shapes.scss */
  .gis-earth-shape-4 {
    left: -50px;
  }
}
/* line 265, ../sass/home-sections/_5-gis-shapes.scss */
.mobile-a .gis-earth-shape-4, .no-touch .gis-earth-shape-4 {
  -webkit-transform: translate3d(-50px, 100px, 0);
  -moz-transform: translate3d(-50px, 100px, 0);
  -ms-transform: translate3d(-50px, 100px, 0);
  -o-transform: translate3d(-50px, 100px, 0);
  transform: translate3d(-50px, 100px, 0);
}

/* line 272, ../sass/home-sections/_5-gis-shapes.scss */
.gis-img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 15px;
}

/* line 280, ../sass/home-sections/_5-gis-shapes.scss */
.no-svg .no-svg-graph-fix {
  display: block;
}

/* line 286, ../sass/home-sections/_5-gis-shapes.scss */
.lt-ie9 .gis-city-shape-1 {
  background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gis-city.jpg);
}
/* line 289, ../sass/home-sections/_5-gis-shapes.scss */
.lt-ie9 .gis-earth-shape-1 {
  background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gis-earth.jpg);
}
/* line 294, ../sass/home-sections/_5-gis-shapes.scss */
.lt-ie9 .no-svg-graph-fix,
.lt-ie9 .gis-city-shape-1,
.lt-ie9 .gis-earth-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
}
/* line 305, ../sass/home-sections/_5-gis-shapes.scss */
.lt-ie9 .gis-city-shape-2,
.lt-ie9 .gis-city-shape-3,
.lt-ie9 .gis-city-shape-4,
.lt-ie9 .gis-earth-shape-2,
.lt-ie9 .gis-earth-shape-3,
.lt-ie9 .gis-earth-shape-4 {
  display: none;
}

/* line 1, ../sass/home-sections/_6-circle-gallery.scss */
.circle-gallery-section {
  position: relative;
  max-width: 1400px;
  margin: 0 auto 60px;
}
@media (min-width: 550px) {
  /* line 1, ../sass/home-sections/_6-circle-gallery.scss */
  .circle-gallery-section {
    margin-bottom: 220px;
  }
}
@media (min-width: 900px) {
  /* line 1, ../sass/home-sections/_6-circle-gallery.scss */
  .circle-gallery-section {
    overflow: hidden;
  }
}
/* line 11, ../sass/home-sections/_6-circle-gallery.scss */
.no-touch.gt-ie8 .circle-gallery-section {
  margin-bottom: 0;
}

/* line 16, ../sass/home-sections/_6-circle-gallery.scss */
.cg-outer-mod {
  position: relative;
}
@media (min-width: 900px) {
  /* line 18, ../sass/home-sections/_6-circle-gallery.scss */
  .no-touch.gt-ie9 .cg-outer-mod {
    padding-bottom: 0;
    height: 1800px;
  }
}

/* line 27, ../sass/home-sections/_6-circle-gallery.scss */
.cg-section-title {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto -15px;
  padding: 0 20px;
  z-index: 1;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  line-height: 1.1em;
  pointer-events: none;
  font-family: 'Avenir Next W05 Thin', "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 26px;
  font-size: 1.625rem;
  font-style: normal;
}
@media (min-width: 401px) and (max-width: 549px) {
  /* line 27, ../sass/home-sections/_6-circle-gallery.scss */
  .cg-section-title {
    font-size: 2.46154em;
  }
}
@media (min-width: 550px) and (max-width: 699px) {
  /* line 27, ../sass/home-sections/_6-circle-gallery.scss */
  .cg-section-title {
    font-size: 3.46154em;
  }
}
@media (min-width: 700px) and (max-width: 899px) {
  /* line 27, ../sass/home-sections/_6-circle-gallery.scss */
  .cg-section-title {
    font-size: 4.61538em;
    padding: 0 40px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  /* line 27, ../sass/home-sections/_6-circle-gallery.scss */
  .cg-section-title {
    font-size: 5.38462em;
    padding: 0 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  /* line 27, ../sass/home-sections/_6-circle-gallery.scss */
  .cg-section-title {
    font-size: 6.15385em;
    padding: 0 50px;
  }
}
@media (min-width: 1400px) {
  /* line 27, ../sass/home-sections/_6-circle-gallery.scss */
  .cg-section-title {
    font-size: 7.69231em;
    padding: 0 50px;
  }
}

/* line 61, ../sass/home-sections/_6-circle-gallery.scss */
.cg-redlands-title {
  color: #13a585;
  text-align: center;
  margin-top: -19%;
}
@media (min-width: 340px) and (max-width: 549px) {
  /* line 61, ../sass/home-sections/_6-circle-gallery.scss */
  .cg-redlands-title {
    margin-top: -16%;
  }
}
@media (min-width: 550px) {
  /* line 61, ../sass/home-sections/_6-circle-gallery.scss */
  .cg-redlands-title {
    text-align: left;
    margin-top: -13%;
  }
}
@media (min-width: 900px) {
  /* line 61, ../sass/home-sections/_6-circle-gallery.scss */
  .cg-redlands-title {
    margin-top: 0;
    margin-bottom: -110px;
  }
}
/* line 76, ../sass/home-sections/_6-circle-gallery.scss */
.backgroundcliptext.gt-ie8 .cg-redlands-title {
  background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-green.jpg);
  background-size: 100% 100%;
  background-image: linear-gradient(110deg, #34b8e8 10%, #abcf55 90%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}
/* line 84, ../sass/home-sections/_6-circle-gallery.scss */
.backgroundcliptext.gt-ie8 .mobile-a .cg-redlands-title {
  -webkit-text-fill-color: #fff;
  color: #fff;
  background: transparent;
}

/* line 91, ../sass/home-sections/_6-circle-gallery.scss */
.cg-labs-title {
  color: #d94f27;
  text-align: center;
  top: 49%;
}
@media (min-width: 550px) {
  /* line 91, ../sass/home-sections/_6-circle-gallery.scss */
  .cg-labs-title {
    text-align: right;
    margin-bottom: -60px;
  }
}
@media (min-width: 900px) {
  /* line 91, ../sass/home-sections/_6-circle-gallery.scss */
  .cg-labs-title {
    margin-bottom: -110px;
    top: 900px;
  }
}
/* line 103, ../sass/home-sections/_6-circle-gallery.scss */
.backgroundcliptext.gt-ie8 .cg-labs-title {
  background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-orange.jpg);
  background-size: 100% 100%;
  background-image: linear-gradient(110deg, #f69938 10%, #d94f27 90%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}
/* line 111, ../sass/home-sections/_6-circle-gallery.scss */
.backgroundcliptext.gt-ie8 .mobile-a .cg-labs-title {
  -webkit-text-fill-color: #fff;
  color: #fff;
  background: transparent;
}

/* line 120, ../sass/home-sections/_6-circle-gallery.scss */
.cg-label {
  text-align: center;
  color: #fff;
  z-index: 1;
  pointer-events: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
@media (min-width: 550px) {
  /* line 120, ../sass/home-sections/_6-circle-gallery.scss */
  .cg-label {
    width: 210px;
    height: 210px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* line 28, ../sass/project/_shapes.scss */
  .cg-label > .diamond-inner {
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
  }
}

/* line 131, ../sass/home-sections/_6-circle-gallery.scss */
.cg-redlands-label {
  position: absolute;
  right: 0;
  bottom: 60%;
  left: 0;
}
@media (min-width: 550px) {
  /* line 131, ../sass/home-sections/_6-circle-gallery.scss */
  .cg-redlands-label {
    left: auto;
    bottom: 55%;
    right: 50px;
    background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-green.jpg);
    background-image: linear-gradient(110deg, rgba(52, 184, 232, 0.8) 10%, rgba(171, 207, 85, 0.8) 90%);
    background-size: 100% 100%;
  }
}
@media (min-width: 1300px) {
  /* line 131, ../sass/home-sections/_6-circle-gallery.scss */
  .cg-redlands-label {
    right: 150px;
  }
}

/* line 144, ../sass/home-sections/_6-circle-gallery.scss */
.cg-rd-label {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
}
@media (min-width: 550px) {
  /* line 144, ../sass/home-sections/_6-circle-gallery.scss */
  .cg-rd-label {
    background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-orange.jpg);
    background-image: linear-gradient(110deg, rgba(246, 153, 56, 0.8) 10%, rgba(171, 207, 85, 0.8) 90%);
    background-size: 100% 100%;
    bottom: 50px;
    left: 50px;
  }
}
@media (min-width: 1050px) {
  /* line 144, ../sass/home-sections/_6-circle-gallery.scss */
  .cg-rd-label {
    bottom: 50px;
    left: 150px;
  }
}

/* line 157, ../sass/home-sections/_6-circle-gallery.scss */
.cd-label-h4 {
  font-family: 'Avenir LT W04_65 Medium1475536', "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 3px;
}
@media (min-width: 550px) {
  /* line 157, ../sass/home-sections/_6-circle-gallery.scss */
  .cd-label-h4 {
    margin-bottom: 5px;
    font-size: 1.84615em;
  }
}

/* line 166, ../sass/home-sections/_6-circle-gallery.scss */
.cd-label-h5 {
  font-family: 'Avenir LT W04_65 Medium1475536', "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (min-width: 550px) {
  /* line 166, ../sass/home-sections/_6-circle-gallery.scss */
  .cd-label-h5 {
    font-size: 1.07692em;
  }
}

/* line 181, ../sass/home-sections/_6-circle-gallery.scss */
.cg-mod,
.cg-slide {
  width: 100%;
  max-width: 900px;
  height: auto;
}

/* line 187, ../sass/home-sections/_6-circle-gallery.scss */
.cg-wrapper {
  position: relative;
}

/* line 191, ../sass/home-sections/_6-circle-gallery.scss */
.swiper-slide {
  float: left;
  position: relative;
}

/* line 198, ../sass/home-sections/_6-circle-gallery.scss */
.redlands-swiper-container,
.rd-swiper-container {
  overflow: hidden;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 900px) {
  /* line 202, ../sass/home-sections/_6-circle-gallery.scss */
  .no-touch.gt-ie9 .redlands-swiper-container, .no-touch.gt-ie9
  .rd-swiper-container {
    /*overflow: auto;*/
    border-radius: 0%;
  }
}

/* line 212, ../sass/home-sections/_6-circle-gallery.scss */
.cg-mod {
  position: relative;
  margin: 0 auto 100px;
  overflow: hidden;
}
@media (min-width: 900px) {
  /* line 216, ../sass/home-sections/_6-circle-gallery.scss */
  .no-touch.gt-ie9 .cg-mod {
    position: absolute;
    left: 50%;
    margin: auto auto auto -450px;
  }
}

@media (min-width: 900px) {
  /* line 226, ../sass/home-sections/_6-circle-gallery.scss */
  .no-touch.gt-ie9 .cg-rd-mod {
    top: 900px;
  }
}

/* line 235, ../sass/home-sections/_6-circle-gallery.scss */
.cg-slide-image {
  padding-bottom: 100%;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
}

@media (max-width: 339px) {
  /* line 267, ../sass/home-sections/_6-circle-gallery.scss */
  .redlands-slide-1 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/redlands-gallery-1-sm.jpg?1407499087');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 267, ../sass/home-sections/_6-circle-gallery.scss */
  .redlands-slide-1 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/redlands-gallery-1-sm-x2.jpg?1407499087');
  }
}
@media (min-width: 340px) and (max-width: 767px) {
  /* line 267, ../sass/home-sections/_6-circle-gallery.scss */
  .redlands-slide-1 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/redlands-gallery-1-med.jpg?1407499087');
  }
}
@media (min-width: 340px) and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-resolution: 150dpi) {
  /* line 267, ../sass/home-sections/_6-circle-gallery.scss */
  .redlands-slide-1 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/redlands-gallery-1-med-x2.jpg?1407499087');
  }
}
@media (min-width: 768px) {
  /* line 267, ../sass/home-sections/_6-circle-gallery.scss */
  .redlands-slide-1 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/redlands-gallery-1-lrg.jpg?1407499087');
  }
}
@media (min-width: 768px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 768px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 768px) and (min-device-pixel-ratio: 1.1), (min-width: 768px) and (min-resolution: 150dpi) {
  /* line 267, ../sass/home-sections/_6-circle-gallery.scss */
  .redlands-slide-1 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/redlands-gallery-1-lrg-x2.jpg?1407499087');
  }
}
@media (max-width: 339px) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .redlands-slide-1 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/redlands-gallery-1-a-sm.jpg?1407499086');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .redlands-slide-1 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/redlands-gallery-1-a-sm-x2.jpg?1407499086');
  }
}
@media (min-width: 340px) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .redlands-slide-1 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/redlands-gallery-1-a-med.jpg?1407499086');
  }
}
@media (min-width: 340px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-resolution: 150dpi) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .redlands-slide-1 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/redlands-gallery-1-a-med-x2.jpg?1407499086');
  }
}

@media (max-width: 339px) {
  /* line 267, ../sass/home-sections/_6-circle-gallery.scss */
  .redlands-slide-2 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/redlands-gallery-2-sm.jpg?1407499087');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 267, ../sass/home-sections/_6-circle-gallery.scss */
  .redlands-slide-2 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/redlands-gallery-2-sm-x2.jpg?1407499087');
  }
}
@media (min-width: 340px) and (max-width: 767px) {
  /* line 267, ../sass/home-sections/_6-circle-gallery.scss */
  .redlands-slide-2 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/redlands-gallery-2-med.jpg?1407499087');
  }
}
@media (min-width: 340px) and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-resolution: 150dpi) {
  /* line 267, ../sass/home-sections/_6-circle-gallery.scss */
  .redlands-slide-2 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/redlands-gallery-2-med-x2.jpg?1407499087');
  }
}
@media (min-width: 768px) {
  /* line 267, ../sass/home-sections/_6-circle-gallery.scss */
  .redlands-slide-2 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/redlands-gallery-2-lrg.jpg?1407499087');
  }
}
@media (min-width: 768px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 768px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 768px) and (min-device-pixel-ratio: 1.1), (min-width: 768px) and (min-resolution: 150dpi) {
  /* line 267, ../sass/home-sections/_6-circle-gallery.scss */
  .redlands-slide-2 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/redlands-gallery-2-lrg-x2.jpg?1407499087');
  }
}
@media (max-width: 339px) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .redlands-slide-2 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/redlands-gallery-2-a-sm.jpg?1407499086');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .redlands-slide-2 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/redlands-gallery-2-a-sm-x2.jpg?1407499086');
  }
}
@media (min-width: 340px) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .redlands-slide-2 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/redlands-gallery-2-a-med.jpg?1407499086');
  }
}
@media (min-width: 340px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-resolution: 150dpi) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .redlands-slide-2 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/redlands-gallery-2-a-med-x2.jpg?1407499086');
  }
}

@media (max-width: 339px) {
  /* line 267, ../sass/home-sections/_6-circle-gallery.scss */
  .redlands-slide-3 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/redlands-gallery-3-sm.jpg?1407499087');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 267, ../sass/home-sections/_6-circle-gallery.scss */
  .redlands-slide-3 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/redlands-gallery-3-sm-x2.jpg?1407499087');
  }
}
@media (min-width: 340px) and (max-width: 767px) {
  /* line 267, ../sass/home-sections/_6-circle-gallery.scss */
  .redlands-slide-3 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/redlands-gallery-3-med.jpg?1407499087');
  }
}
@media (min-width: 340px) and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-resolution: 150dpi) {
  /* line 267, ../sass/home-sections/_6-circle-gallery.scss */
  .redlands-slide-3 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/redlands-gallery-3-med-x2.jpg?1407499087');
  }
}
@media (min-width: 768px) {
  /* line 267, ../sass/home-sections/_6-circle-gallery.scss */
  .redlands-slide-3 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/redlands-gallery-3-lrg.jpg?1407499087');
  }
}
@media (min-width: 768px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 768px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 768px) and (min-device-pixel-ratio: 1.1), (min-width: 768px) and (min-resolution: 150dpi) {
  /* line 267, ../sass/home-sections/_6-circle-gallery.scss */
  .redlands-slide-3 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/redlands-gallery-3-lrg-x2.jpg?1407499087');
  }
}
@media (max-width: 339px) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .redlands-slide-3 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/redlands-gallery-3-a-sm.jpg?1407499086');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .redlands-slide-3 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/redlands-gallery-3-a-sm-x2.jpg?1407499086');
  }
}
@media (min-width: 340px) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .redlands-slide-3 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/redlands-gallery-3-a-med.jpg?1407499086');
  }
}
@media (min-width: 340px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-resolution: 150dpi) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .redlands-slide-3 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/redlands-gallery-3-a-med-x2.jpg?1407499086');
  }
}

@media (max-width: 339px) {
  /* line 267, ../sass/home-sections/_6-circle-gallery.scss */
  .redlands-slide-4 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/redlands-gallery-4-sm.jpg?1407499087');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 267, ../sass/home-sections/_6-circle-gallery.scss */
  .redlands-slide-4 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/redlands-gallery-4-sm-x2.jpg?1407499087');
  }
}
@media (min-width: 340px) and (max-width: 767px) {
  /* line 267, ../sass/home-sections/_6-circle-gallery.scss */
  .redlands-slide-4 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/redlands-gallery-4-med.jpg?1407499087');
  }
}
@media (min-width: 340px) and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-resolution: 150dpi) {
  /* line 267, ../sass/home-sections/_6-circle-gallery.scss */
  .redlands-slide-4 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/redlands-gallery-4-med-x2.jpg?1407499087');
  }
}
@media (min-width: 768px) {
  /* line 267, ../sass/home-sections/_6-circle-gallery.scss */
  .redlands-slide-4 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/redlands-gallery-4-lrg.jpg?1407499087');
  }
}
@media (min-width: 768px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 768px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 768px) and (min-device-pixel-ratio: 1.1), (min-width: 768px) and (min-resolution: 150dpi) {
  /* line 267, ../sass/home-sections/_6-circle-gallery.scss */
  .redlands-slide-4 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/redlands-gallery-4-lrg-x2.jpg?1407499087');
  }
}
@media (max-width: 339px) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .redlands-slide-4 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/redlands-gallery-4-a-sm.jpg?1407499086');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .redlands-slide-4 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/redlands-gallery-4-a-sm-x2.jpg?1407499086');
  }
}
@media (min-width: 340px) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .redlands-slide-4 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/redlands-gallery-4-a-med.jpg?1407499086');
  }
}
@media (min-width: 340px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-resolution: 150dpi) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .redlands-slide-4 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/redlands-gallery-4-a-med-x2.jpg?1407499086');
  }
}

@media (max-width: 339px) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-1 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-1-sm.jpg?1407499086');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-1 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-1-sm-x2.jpg?1407499086');
  }
}
@media (min-width: 340px) and (max-width: 767px) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-1 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-1-med.jpg?1407499086');
  }
}
@media (min-width: 340px) and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-resolution: 150dpi) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-1 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-1-med-x2.jpg?1407499086');
  }
}
@media (min-width: 768px) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-1 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-1-lrg.jpg?1407499086');
  }
}
@media (min-width: 768px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 768px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 768px) and (min-device-pixel-ratio: 1.1), (min-width: 768px) and (min-resolution: 150dpi) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-1 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-1-lrg-x2.jpg?1407499086');
  }
}
@media (max-width: 339px) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-1 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-1-a-sm.jpg?1407499086');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-1 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-1-a-sm-x2.jpg?1407499086');
  }
}
@media (min-width: 340px) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-1 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-1-a-med.jpg?1407499086');
  }
}
@media (min-width: 340px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-resolution: 150dpi) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-1 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-1-a-med-x2.jpg?1407499086');
  }
}

@media (max-width: 339px) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-2 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-2-sm.jpg?1407499086');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-2 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-2-sm-x2.jpg?1407499086');
  }
}
@media (min-width: 340px) and (max-width: 767px) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-2 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-2-med.jpg?1407499086');
  }
}
@media (min-width: 340px) and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-resolution: 150dpi) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-2 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-2-med-x2.jpg?1407499086');
  }
}
@media (min-width: 768px) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-2 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-2-lrg.jpg?1407499086');
  }
}
@media (min-width: 768px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 768px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 768px) and (min-device-pixel-ratio: 1.1), (min-width: 768px) and (min-resolution: 150dpi) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-2 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-2-lrg-x2.jpg?1407499086');
  }
}
@media (max-width: 339px) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-2 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-2-a-sm.jpg?1407499086');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-2 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-2-a-sm-x2.jpg?1407499086');
  }
}
@media (min-width: 340px) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-2 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-2-a-med.jpg?1407499086');
  }
}
@media (min-width: 340px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-resolution: 150dpi) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-2 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-2-a-med-x2.jpg?1407499086');
  }
}

@media (max-width: 339px) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-3 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-3-sm.jpg?1407499087');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-3 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-3-sm-x2.jpg?1407499087');
  }
}
@media (min-width: 340px) and (max-width: 767px) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-3 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-3-med.jpg?1407499087');
  }
}
@media (min-width: 340px) and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-resolution: 150dpi) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-3 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-3-med-x2.jpg?1407499087');
  }
}
@media (min-width: 768px) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-3 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-3-lrg.jpg?1407499086');
  }
}
@media (min-width: 768px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 768px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 768px) and (min-device-pixel-ratio: 1.1), (min-width: 768px) and (min-resolution: 150dpi) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-3 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-3-lrg-x2.jpg?1407499086');
  }
}
@media (max-width: 339px) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-3 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-3-a-sm.jpg?1407499086');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-3 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-3-a-sm-x2.jpg?1407499086');
  }
}
@media (min-width: 340px) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-3 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-3-a-med.jpg?1407499086');
  }
}
@media (min-width: 340px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-resolution: 150dpi) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-3 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-3-a-med-x2.jpg?1407499086');
  }
}

@media (max-width: 339px) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-4 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-4-sm.jpg?1407499087');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-4 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-4-sm-x2.jpg?1407499087');
  }
}
@media (min-width: 340px) and (max-width: 767px) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-4 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-4-med.jpg?1407499087');
  }
}
@media (min-width: 340px) and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-resolution: 150dpi) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-4 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-4-med-x2.jpg?1407499087');
  }
}
@media (min-width: 768px) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-4 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-4-lrg.jpg?1407499087');
  }
}
@media (min-width: 768px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 768px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 768px) and (min-device-pixel-ratio: 1.1), (min-width: 768px) and (min-resolution: 150dpi) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-4 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-4-lrg-x2.jpg?1407499087');
  }
}
@media (max-width: 339px) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-4 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-4-a-sm.jpg?1407499086');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-4 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-4-a-sm-x2.jpg?1407499086');
  }
}
@media (min-width: 340px) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-4 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-4-a-med.jpg?1407499086');
  }
}
@media (min-width: 340px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-resolution: 150dpi) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-4 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-4-a-med-x2.jpg?1407499086');
  }
}

@media (max-width: 339px) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-5 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-5-sm.jpg?1407499087');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-5 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-5-sm-x2.jpg?1407499087');
  }
}
@media (min-width: 340px) and (max-width: 767px) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-5 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-5-med.jpg?1407499087');
  }
}
@media (min-width: 340px) and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-resolution: 150dpi) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-5 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-5-med-x2.jpg?1407499087');
  }
}
@media (min-width: 768px) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-5 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-5-lrg.jpg?1407499087');
  }
}
@media (min-width: 768px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 768px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 768px) and (min-device-pixel-ratio: 1.1), (min-width: 768px) and (min-resolution: 150dpi) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-5 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-5-lrg-x2.jpg?1407499087');
  }
}
@media (max-width: 339px) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-5 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-5-a-sm.jpg?1407499086');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-5 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-5-a-sm-x2.jpg?1407499086');
  }
}
@media (min-width: 340px) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-5 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-5-a-med.jpg?1407499086');
  }
}
@media (min-width: 340px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-resolution: 150dpi) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-5 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-5-a-med-x2.jpg?1407499086');
  }
}

@media (max-width: 339px) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-6 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-6-sm.jpg?1407499087');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-6 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-6-sm-x2.jpg?1407499087');
  }
}
@media (min-width: 340px) and (max-width: 767px) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-6 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-6-med.jpg?1407499087');
  }
}
@media (min-width: 340px) and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-resolution: 150dpi) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-6 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-6-med-x2.jpg?1407499087');
  }
}
@media (min-width: 768px) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-6 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-6-lrg.jpg?1407499087');
  }
}
@media (min-width: 768px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 768px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 768px) and (min-device-pixel-ratio: 1.1), (min-width: 768px) and (min-resolution: 150dpi) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-6 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-6-lrg-x2.jpg?1407499087');
  }
}
@media (max-width: 339px) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-6 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-6-a-sm.jpg?1407499086');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-6 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-6-a-sm-x2.jpg?1407499086');
  }
}
@media (min-width: 340px) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-6 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-6-a-med.jpg?1407499086');
  }
}
@media (min-width: 340px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-resolution: 150dpi) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-6 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-6-a-med-x2.jpg?1407499086');
  }
}

@media (max-width: 339px) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-7 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-7-sm.jpg?1407499087');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-7 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-7-sm-x2.jpg?1407499087');
  }
}
@media (min-width: 340px) and (max-width: 767px) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-7 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-7-med.jpg?1407499087');
  }
}
@media (min-width: 340px) and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-resolution: 150dpi) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-7 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-7-med-x2.jpg?1407499087');
  }
}
@media (min-width: 768px) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-7 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-7-lrg.jpg?1407499087');
  }
}
@media (min-width: 768px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 768px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 768px) and (min-device-pixel-ratio: 1.1), (min-width: 768px) and (min-resolution: 150dpi) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-7 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-7-lrg-x2.jpg?1407499087');
  }
}
@media (max-width: 339px) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-7 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-7-a-sm.jpg?1407499086');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-7 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-7-a-sm-x2.jpg?1407499086');
  }
}
@media (min-width: 340px) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-7 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-7-a-med.jpg?1407499086');
  }
}
@media (min-width: 340px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-resolution: 150dpi) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-7 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-7-a-med-x2.jpg?1407499086');
  }
}

@media (max-width: 339px) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-8 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-8-sm.jpg?1407499087');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-8 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-8-sm-x2.jpg?1407499087');
  }
}
@media (min-width: 340px) and (max-width: 767px) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-8 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-8-med.jpg?1407499087');
  }
}
@media (min-width: 340px) and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-resolution: 150dpi) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-8 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-8-med-x2.jpg?1407499087');
  }
}
@media (min-width: 768px) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-8 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-8-lrg.jpg?1407499087');
  }
}
@media (min-width: 768px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 768px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 768px) and (min-device-pixel-ratio: 1.1), (min-width: 768px) and (min-resolution: 150dpi) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-8 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-8-lrg-x2.jpg?1407499087');
  }
}
@media (max-width: 339px) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-8 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-8-a-sm.jpg?1407499086');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-8 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-8-a-sm-x2.jpg?1407499086');
  }
}
@media (min-width: 340px) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-8 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-8-a-med.jpg?1407499086');
  }
}
@media (min-width: 340px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-resolution: 150dpi) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-8 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-8-a-med-x2.jpg?1407499086');
  }
}

@media (max-width: 339px) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-9 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-9-sm.jpg?1407499087');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-9 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-9-sm-x2.jpg?1407499087');
  }
}
@media (min-width: 340px) and (max-width: 767px) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-9 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-9-med.jpg?1407499087');
  }
}
@media (min-width: 340px) and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-resolution: 150dpi) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-9 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-9-med-x2.jpg?1407499087');
  }
}
@media (min-width: 768px) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-9 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-9-lrg.jpg?1407499087');
  }
}
@media (min-width: 768px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 768px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 768px) and (min-device-pixel-ratio: 1.1), (min-width: 768px) and (min-resolution: 150dpi) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-9 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-9-lrg-x2.jpg?1407499087');
  }
}
@media (max-width: 339px) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-9 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-9-a-sm.jpg?1407499086');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-9 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-9-a-sm-x2.jpg?1407499086');
  }
}
@media (min-width: 340px) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-9 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-9-a-med.jpg?1407499086');
  }
}
@media (min-width: 340px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-resolution: 150dpi) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-9 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-9-a-med-x2.jpg?1407499086');
  }
}


@media (max-width: 339px) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-10 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-10-sm.jpg?1407499087');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-10 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-10-sm-x2.jpg?1407499087');
  }
}
@media (min-width: 340px) and (max-width: 767px) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-10 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-10-med.jpg?1407499087');
  }
}
@media (min-width: 340px) and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-resolution: 150dpi) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-10 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-10-med-x2.jpg?1407499087');
  }
}
@media (min-width: 768px) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-10 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-10-lrg.jpg?1407499087');
  }
}
@media (min-width: 768px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 768px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 768px) and (min-device-pixel-ratio: 1.1), (min-width: 768px) and (min-resolution: 150dpi) {
  /* line 272, ../sass/home-sections/_6-circle-gallery.scss */
  .rd-slide-10 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-10-lrg-x2.jpg?1407499087');
  }
}
@media (max-width: 339px) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-10 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-10-a-sm.jpg?1407499086');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-10 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-10-a-sm-x2.jpg?1407499086');
  }
}
@media (min-width: 340px) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-10 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-10-a-med.jpg?1407499086');
  }
}
@media (min-width: 340px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-resolution: 150dpi) {
  /* line 255, ../sass/home-sections/_6-circle-gallery.scss */
  .mobile-a .rd-slide-10 {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/rd-gallery-10-a-med-x2.jpg?1407499086');
  }
}


/* -------------------------------------------- */
/* R and D #11  */

@media (max-width: 339px) {
  .rd-slide-11 {
    background-image: url('https://assets.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-11-sm.jpg');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  .rd-slide-11 {
    background-image: url('https://assets.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-11-sm-x2.jpg');
  }
}
@media (min-width: 340px) and (max-width: 767px) {
  .rd-slide-11 {
    background-image: url('https://assets.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-11-med.jpg');
  }
}
@media (min-width: 340px) and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-resolution: 150dpi) {
  .rd-slide-11 {
    background-image: url('https://assets.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-11-med-x2.jpg');
  }
}
@media (min-width: 768px) {
  .rd-slide-11 {
    background-image: url('https://assets.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-11-lrg.jpg');
  }
}
@media (min-width: 768px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 768px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 768px) and (min-device-pixel-ratio: 1.1), (min-width: 768px) and (min-resolution: 150dpi) {
  .rd-slide-11 {
    background-image: url('https://assets.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-11-lrg-x2.jpg');
  }
}
@media (max-width: 339px) {
  .mobile-a .rd-slide-11 {
    background-image: url('https://assets.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-11-a-sm.jpg');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  .mobile-a .rd-slide-11 {
    background-image: url('https://assets.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-11-a-sm-x2.jpg');
  }
}
@media (min-width: 340px) {
  .mobile-a .rd-slide-11 {
    background-image: url('https://assets.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-11-a-med.jpg');
  }
}
@media (min-width: 340px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-resolution: 150dpi) {
  .mobile-a .rd-slide-11 {
    background-image: url('https://assets.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-11-a-med-x2.jpg');
  }
}

/* -------------------------------------------- */
/* R and D #12  */

@media (max-width: 339px) {
  .rd-slide-12 {
    background-image: url('https://assets.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-12-sm.jpg');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  .rd-slide-12 {
    background-image: url('https://assets.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-12-sm-x2.jpg');
  }
}
@media (min-width: 340px) and (max-width: 767px) {
  .rd-slide-12 {
    background-image: url('https://assets.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-12-med.jpg');
  }
}
@media (min-width: 340px) and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-resolution: 150dpi) {
  .rd-slide-12 {
    background-image: url('https://assets.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-12-med-x2.jpg');
  }
}
@media (min-width: 768px) {
  .rd-slide-12 {
    background-image: url('https://assets.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-12-lrg.jpg');
  }
}
@media (min-width: 768px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 768px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 768px) and (min-device-pixel-ratio: 1.1), (min-width: 768px) and (min-resolution: 150dpi) {
  .rd-slide-12 {
    background-image: url('https://assets.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-12-lrg-x2.jpg');
  }
}
@media (max-width: 339px) {
  .mobile-a .rd-slide-12 {
    background-image: url('https://assets.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-12-a-sm.jpg');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  .mobile-a .rd-slide-12 {
    background-image: url('https://assets.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-12-a-sm-x2.jpg');
  }
}
@media (min-width: 340px) {
  .mobile-a .rd-slide-12 {
    background-image: url('https://assets.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-12-a-med.jpg');
  }
}
@media (min-width: 340px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-resolution: 150dpi) {
  .mobile-a .rd-slide-12 {
    background-image: url('https://assets.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/rd-gallery-12-a-med-x2.jpg');
  }
}



/* line 279, ../sass/home-sections/_6-circle-gallery.scss */
.swiper-mask {
  display: none;
}
@media (min-width: 900px) {
  /* line 283, ../sass/home-sections/_6-circle-gallery.scss */
  .no-touch.gt-ie9 .swiper-mask {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 900px;
    height: 900px;
    z-index: 1;
    background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/circle-mask.svg);
    background-position: 50% 50%;
    margin-left: -450px;
  }
  /* line 296, ../sass/home-sections/_6-circle-gallery.scss */
  .no-touch.gt-ie9 .swiper-mask:before {
    content: "\0020";
    display: block;
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    background: #f9faf4;
    height: 50%;
  }
  /* line 301, ../sass/home-sections/_6-circle-gallery.scss */
  .no-touch.gt-ie9 .swiper-mask:after {
    content: "\0020";
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background: #f9faf4;
    height: 50%;
  }
  /* line 307, ../sass/home-sections/_6-circle-gallery.scss */
  .no-touch.gt-ie9 .cg-fixed .swiper-mask {
    position: fixed;
  }
}

@media (min-width: 900px) {
  /* line 317, ../sass/home-sections/_6-circle-gallery.scss */
  .no-touch.gt-ie9 .cg-nav-redlands, .no-touch.gt-ie9
  .cg-nav-rd {
    display: none;
  }
}

/* line 324, ../sass/home-sections/_6-circle-gallery.scss */
.cg-nav {
  position: absolute;
  top: 50%;
  right: 30px;
  left: 30px;
  margin-top: -15px;
  z-index: 1;
  max-width: 840px;
}
@media (min-width: 900px) {
  /* line 324, ../sass/home-sections/_6-circle-gallery.scss */
  .cg-nav {
    margin-left: -420px;
    left: 50%;
    right: 0;
    top: 450px;
  }
}
/* line 337, ../sass/home-sections/_6-circle-gallery.scss */
.cg-nav.cg-nav-fixed {
  display: none;
}
@media (min-width: 900px) {
  /* line 339, ../sass/home-sections/_6-circle-gallery.scss */
  .no-touch.gt-ie9 .cg-nav.cg-nav-fixed {
    display: block;
  }
}
/* line 344, ../sass/home-sections/_6-circle-gallery.scss */
.no-touch.gt-ie9 .cg-fixed .cg-nav.cg-nav-fixed {
  position: fixed;
  top: 50%;
}

/* line 351, ../sass/home-sections/_6-circle-gallery.scss */
.cg-nav-btn {
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  background-size: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: .8;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
/* line 359, ../sass/home-sections/_6-circle-gallery.scss */
.cg-nav-btn:hover {
  opacity: 1;
  background-color: rgba(0, 0, 100, 0.4);
}

/* line 365, ../sass/home-sections/_6-circle-gallery.scss */
.cg-nav-btn-left {
  left: 0px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/arrow-left.png?1407499086');
  background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/arrow-left.svg?1407499086'), none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/arrow-left.png?1407499086')', sizingMethod='scale')";
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/arrow-left.png?1407499086')', sizingMethod='scale')";
}

/* line 370, ../sass/home-sections/_6-circle-gallery.scss */
.cg-nav-btn-right {
  right: 0px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/arrow-right.png?1407499086');
  background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/arrow-right.svg?1407499086'), none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/arrow-right.png?1407499086')', sizingMethod='scale')";
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/arrow-right.png?1407499086')', sizingMethod='scale')";
}

/* line 3, ../sass/home-sections/_7-location.scss */
.loc-title {
  margin: 0 auto 60px;
  padding: 0 20px;
  max-width: 1400px;
  color: #13a585;
  text-align: center;
  font-family: 'Avenir Next W05 Thin', "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 26px;
  font-size: 1.625rem;
  font-style: normal;
}
@media (min-width: 401px) and (max-width: 499px) {
  /* line 3, ../sass/home-sections/_7-location.scss */
  .loc-title {
    font-size: 2.46154em;
  }
}
@media (min-width: 500px) {
  /* line 3, ../sass/home-sections/_7-location.scss */
  .loc-title {
    margin-bottom: 80px;
  }
}
@media (min-width: 500px) and (max-width: 849px) {
  /* line 3, ../sass/home-sections/_7-location.scss */
  .loc-title {
    font-size: 3.84615em;
    padding: 0 40px;
  }
}
@media (min-width: 850px) and (max-width: 1199px) {
  /* line 3, ../sass/home-sections/_7-location.scss */
  .loc-title {
    font-size: 4.61538em;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  /* line 3, ../sass/home-sections/_7-location.scss */
  .loc-title {
    font-size: 6.15385em;
  }
}
@media (min-width: 1400px) {
  /* line 3, ../sass/home-sections/_7-location.scss */
  .loc-title {
    font-size: 7.69231em;
  }
}

/* line 34, ../sass/home-sections/_7-location.scss */
.loc-group {
  position: relative;
  margin: 0 auto 120px;
  text-align: center;
}
@media (min-width: 650px) {
  /* line 34, ../sass/home-sections/_7-location.scss */
  .loc-group {
    margin-bottom: 80px;
  }
}
/* line 41, ../sass/home-sections/_7-location.scss */
.no-touch.gt-ie8 .loc-group {
  margin-bottom: 0;
}

/* line 49, ../sass/home-sections/_7-location.scss */
.loc-text {
  font-family: 'Avenir LT W04_65 Medium1475536', "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media (min-width: 650px) {
  /* line 49, ../sass/home-sections/_7-location.scss */
  .loc-text {
    font-size: 1.38462em;
  }
}

@media (max-width: 649px) {
  /* line 56, ../sass/home-sections/_7-location.scss */
  .loc-first {
    position: absolute;
    top: -60px;
    right: -80px;
    left: -80px;
  }
}
@media (min-width: 650px) {
  /* line 56, ../sass/home-sections/_7-location.scss */
  .loc-first {
    position: absolute;
    right: 130%;
  }
}

/* line 65, ../sass/home-sections/_7-location.scss */
.loc-number {
  position: absolute;
  right: 0;
  left: 0;
  font-family: 'Avenir LT W05_35 Light', "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 44px;
  font-size: 2.75rem;
  font-style: normal;
  color: #fff;
  line-height: 100px;
  display: inline-block;
  -webkit-transform-origin: 50% 50% 50%;
  -moz-transform-origin: 50% 50% 50%;
  -ms-transform-origin: 50% 50% 50%;
  -o-transform-origin: 50% 50% 50%;
  transform-origin: 50% 50% 50%;
}

@media (max-width: 649px) {
  /* line 74, ../sass/home-sections/_7-location.scss */
  .loc-last {
    position: absolute;
    right: -80px;
    bottom: -60px;
    left: -80px;
  }
}
@media (min-width: 650px) {
  /* line 74, ../sass/home-sections/_7-location.scss */
  .loc-last {
    position: absolute;
    left: 130%;
  }
}

@media (max-width: 649px) {
  /* line 85, ../sass/home-sections/_7-location.scss */
  .loc-text,
  .loc-number {
    line-height: 80px;
  }
}
@media (min-width: 650px) {
  /* line 85, ../sass/home-sections/_7-location.scss */
  .loc-text,
  .loc-number {
    line-height: 100px;
  }
}

@media (max-width: 649px) {
  /* line 98, ../sass/home-sections/_7-location.scss */
  .loc-group-office,
  .loc-group-country,
  .loc-group-continent {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 650px) {
  /* line 98, ../sass/home-sections/_7-location.scss */
  .loc-group-office,
  .loc-group-country,
  .loc-group-continent {
    width: 100px;
    height: 100px;
  }
}

/* line 108, ../sass/home-sections/_7-location.scss */
.loc-group-office,
.loc-group-continent {
  border-radius: 50%;
}

/* line 112, ../sass/home-sections/_7-location.scss */
.loc-group-office {
  background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-green.jpg);
  background-image: linear-gradient(110deg, #34b8e8 10%, #abcf55 90%);
  background-size: 100% 100%;
}

/* line 116, ../sass/home-sections/_7-location.scss */
.loc-group-country {
  background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-purple.jpg);
  background-image: linear-gradient(110deg, #0b7ac0 10%, #692978 90%);
  background-size: 100% 100%;
}

/* line 120, ../sass/home-sections/_7-location.scss */
.loc-group-continent {
  background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/gradient-orange.jpg);
  background-image: linear-gradient(110deg, #f69938 10%, #abcf55 90%);
  background-size: 100% 100%;
}

/* line 126, ../sass/home-sections/_7-location.scss */
.lt-ie9 .loc-group {
  margin-bottom: 0;
  background: #f9faf4;
}
/* line 130, ../sass/home-sections/_7-location.scss */
.lt-ie9 .loc-number {
  position: relative;
  padding: 0 10px;
}
/* line 134, ../sass/home-sections/_7-location.scss */
.lt-ie9 .loc-office-number {
  color: #6a2978;
}
/* line 137, ../sass/home-sections/_7-location.scss */
.lt-ie9 .loc-country-number {
  color: #d94f27;
}
/* line 140, ../sass/home-sections/_7-location.scss */
.lt-ie9 .loc-continent-number {
  color: #13a585;
}

/* line 147, ../sass/home-sections/_7-location.scss */
.footer-map-mod {
  display: none;
}
/* line 150, ../sass/home-sections/_7-location.scss */
.no-touch.gt-ie8 .footer-map-mod {
  display: block;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 339px) {
  /* line 150, ../sass/home-sections/_7-location.scss */
  .no-touch.gt-ie8 .footer-map-mod {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/world-map-alt-sm.jpg?1407499087');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 150, ../sass/home-sections/_7-location.scss */
  .no-touch.gt-ie8 .footer-map-mod {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/world-map-alt-sm-x2.jpg?1407499087');
  }
}
@media (min-width: 340px) and (max-width: 767px) {
  /* line 150, ../sass/home-sections/_7-location.scss */
  .no-touch.gt-ie8 .footer-map-mod {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/world-map-alt-med.jpg?1407499087');
  }
}
@media (min-width: 340px) and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-resolution: 150dpi) {
  /* line 150, ../sass/home-sections/_7-location.scss */
  .no-touch.gt-ie8 .footer-map-mod {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/world-map-alt-med-x2.jpg?1407499087');
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  /* line 150, ../sass/home-sections/_7-location.scss */
  .no-touch.gt-ie8 .footer-map-mod {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/world-map-alt-lrg.jpg?1407499087');
  }
}
@media (min-width: 768px) and (max-width: 899px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 768px) and (max-width: 899px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 768px) and (max-width: 899px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 768px) and (max-width: 899px) and (min-device-pixel-ratio: 1.1), (min-width: 768px) and (max-width: 899px) and (min-resolution: 150dpi) {
  /* line 150, ../sass/home-sections/_7-location.scss */
  .no-touch.gt-ie8 .footer-map-mod {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/world-map-alt-lrg-x2.jpg?1407499087');
  }
}
@media (min-width: 900px) {
  /* line 150, ../sass/home-sections/_7-location.scss */
  .no-touch.gt-ie8 .footer-map-mod {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/world-map-alt-xlrg.jpg?1407499087');
  }
}
@media (min-width: 900px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 900px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 900px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 900px) and (min-device-pixel-ratio: 1.1), (min-width: 900px) and (min-resolution: 150dpi) {
  /* line 150, ../sass/home-sections/_7-location.scss */
  .no-touch.gt-ie8 .footer-map-mod {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/world-map-alt-xlrg-x2.jpg?1407499087');
  }
}
@media (max-width: 339px) {
  /* line 66, ../sass/project/_base.scss */
  .mobile-a .no-touch.gt-ie8 .footer-map-mod {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/world-map-alt-a-sm.jpg?1407499086');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 66, ../sass/project/_base.scss */
  .mobile-a .no-touch.gt-ie8 .footer-map-mod {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/world-map-alt-a-sm-x2.jpg?1407499086');
  }
}
@media (min-width: 340px) {
  /* line 66, ../sass/project/_base.scss */
  .mobile-a .no-touch.gt-ie8 .footer-map-mod {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/world-map-alt-a-med.jpg?1407499086');
  }
}
@media (min-width: 340px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-resolution: 150dpi) {
  /* line 66, ../sass/project/_base.scss */
  .mobile-a .no-touch.gt-ie8 .footer-map-mod {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/world-map-alt-a-med-x2.jpg?1407499086');
  }
}

/* line 161, ../sass/home-sections/_7-location.scss */
.no-touch.gt-ie8 .locations-m-slide {
  position: relative;
  padding-top: 400px;
}
/* line 165, ../sass/home-sections/_7-location.scss */
.no-touch.gt-ie8 .location-section {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
/* line 171, ../sass/home-sections/_7-location.scss */
.no-touch.gt-ie8 .location-section.loc-above {
  top: 0px;
}
/* line 174, ../sass/home-sections/_7-location.scss */
.no-touch.gt-ie8 .location-section.loc-fixed {
  position: fixed;
  top: 0px;
}
/* line 178, ../sass/home-sections/_7-location.scss */
.no-touch.gt-ie8 .location-section.loc-below {
  top: auto;
  bottom: 0px;
}
/* line 184, ../sass/home-sections/_7-location.scss */
.no-touch.gt-ie8 .loc-group-mod {
  position: relative;
}
/* line 188, ../sass/home-sections/_7-location.scss */
.no-touch.gt-ie8 .loc-inner {
  height: 400px;
  right: 0;
  left: 0;
  position: relative;
}
/* line 195, ../sass/home-sections/_7-location.scss */
.no-touch.gt-ie8 .loc-group {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
}
/* line 199, ../sass/home-sections/_7-location.scss */
.no-touch.gt-ie8 .loc-group-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 202, ../sass/home-sections/_7-location.scss */
.no-touch.gt-ie8 .loc-group-inner-office {
  opacity: 1;
}

/* line 209, ../sass/home-sections/_7-location.scss */
.no-touch.cssgradients .loc-group-country,
.no-touch.cssgradients .loc-group-continent {
  background: transparent;
}

/* line 2, ../sass/home-sections/_8-footer.scss */
.bottom-button-mod {
  text-align: center;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 339px) {
  /* line 2, ../sass/home-sections/_8-footer.scss */
  .bottom-button-mod {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/footer-img-sm.jpg?1407499086');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 2, ../sass/home-sections/_8-footer.scss */
  .bottom-button-mod {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/footer-img-sm-x2.jpg?1407499086');
  }
}
@media (min-width: 340px) and (max-width: 767px) {
  /* line 2, ../sass/home-sections/_8-footer.scss */
  .bottom-button-mod {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/footer-img-med.jpg?1407499086');
  }
}
@media (min-width: 340px) and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-resolution: 150dpi) {
  /* line 2, ../sass/home-sections/_8-footer.scss */
  .bottom-button-mod {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/footer-img-med-x2.jpg?1407499086');
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  /* line 2, ../sass/home-sections/_8-footer.scss */
  .bottom-button-mod {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/footer-img-lrg.jpg?1407499086');
  }
}
@media (min-width: 768px) and (max-width: 899px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 768px) and (max-width: 899px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 768px) and (max-width: 899px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 768px) and (max-width: 899px) and (min-device-pixel-ratio: 1.1), (min-width: 768px) and (max-width: 899px) and (min-resolution: 150dpi) {
  /* line 2, ../sass/home-sections/_8-footer.scss */
  .bottom-button-mod {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/footer-img-lrg-x2.jpg?1407499086');
  }
}
@media (min-width: 900px) {
  /* line 2, ../sass/home-sections/_8-footer.scss */
  .bottom-button-mod {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/footer-img-xlrg.jpg?1407499086');
  }
}
@media (min-width: 900px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 900px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 900px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 900px) and (min-device-pixel-ratio: 1.1), (min-width: 900px) and (min-resolution: 150dpi) {
  /* line 2, ../sass/home-sections/_8-footer.scss */
  .bottom-button-mod {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/footer-img-xlrg-x2.jpg?1407499086');
  }
}
@media (max-width: 339px) {
  /* line 66, ../sass/project/_base.scss */
  .mobile-a .bottom-button-mod {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/footer-img-a-sm.jpg?1407499086');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 66, ../sass/project/_base.scss */
  .mobile-a .bottom-button-mod {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/footer-img-a-sm-x2.jpg?1407499086');
  }
}
@media (min-width: 340px) {
  /* line 66, ../sass/project/_base.scss */
  .mobile-a .bottom-button-mod {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/footer-img-a-med.jpg?1407499086');
  }
}
@media (min-width: 340px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-resolution: 150dpi) {
  /* line 66, ../sass/project/_base.scss */
  .mobile-a .bottom-button-mod {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/footer-img-a-med-x2.jpg?1407499086');
  }
}
/* line 34, ../sass/project/_variables.scss */
.no-touch.gt-ie9 .bottom-button-mod {
  background-attachment: fixed;
}

/* line 10, ../sass/home-sections/_8-footer.scss */
.footer-btn-mod {
  width: 100%;
}

/* line 14, ../sass/home-sections/_8-footer.scss */
.footer-btn {
  margin-bottom: 50px;
}


.footer-equal-text {
  font-family: 'Avenir LT W04_55 Roman1475524', "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin-left: -25%;
  position: absolute;
  bottom: 16px;
  bottom: 1rem;
  left: 50%;
  right: 50%;
  width: 50%;
}
.footer-equal-text p {
  color: #FFF;
}
.mobile-a .footer-equal-text {
 font-family: 'Avenir LT W04_55 Roman1475524', "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
 top: 30px;
}


@media screen and (max-width: 800px) {
  .footer-equal-text {
    margin-left: -30%;
    width: 60%;
  }
}

@media screen and (max-width: 480px) {
  .footer-equal-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
    padding: 0 10px;
    position: relative;
    top:20px;
    left:0;
    width: 100%;
  }
}



/* line 16, ../sass/home-sections/_8-footer.scss */
.no-touch.gt-ie8 .footer-btn {
  opacity: 0;
}
/* line 19, ../sass/home-sections/_8-footer.scss */
.no-touch.gt-ie8 .footer-visible .footer-btn {
  -webkit-transition: all 0.4s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  -moz-transition: all 0.4s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  -o-transition: all 0.4s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  transition: all 0.4s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  opacity: 1;
}

/* line 27, ../sass/home-sections/_8-footer.scss */
.no-touch.gt-ie8 .sm-item-footer {
  -webkit-transition: all 0.4s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  -moz-transition: all 0.4s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  -o-transition: all 0.4s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  transition: all 0.4s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  opacity: 0;
}
/* line 31, ../sass/home-sections/_8-footer.scss */
.no-touch.gt-ie8 .footer-visible .sm-item-footer {
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  -moz-transition: all 0.4s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  -o-transition: all 0.4s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  transition: all 0.4s cubic-bezier(0.49, 0.37, 0.445, 0.715);
}
/* line 34, ../sass/home-sections/_8-footer.scss */
.no-touch.gt-ie8 .footer-visible .sm-item-footer:first-child {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
/* line 37, ../sass/home-sections/_8-footer.scss */
.no-touch.gt-ie8 .footer-visible .sm-item-footer:nth-child(n+2) {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
/* line 40, ../sass/home-sections/_8-footer.scss */
.no-touch.gt-ie8 .footer-visible .sm-item-footer:last-child {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

/* line 49, ../sass/home-sections/_8-footer.scss */
.sm-list-footer .sm-link-facebook {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/facebook-rev.png?1407499086');
  background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/facebook-rev.svg?1407499086'), none;
}
/* line 52, ../sass/home-sections/_8-footer.scss */
.sm-list-footer .sm-link-twitter {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/twitter-rev.png?1407499086');
  background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/twitter-rev.svg?1407499086'), none;
}
/* line 55, ../sass/home-sections/_8-footer.scss */
.sm-list-footer .sm-link-linkedin {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/linkedin-rev.png?1407499086');
  background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/linkedin-rev.svg?1407499086'), none;
}
/* line 58, ../sass/home-sections/_8-footer.scss */
.sm-list-footer .sm-link {
  opacity: 1;
}

/* line 85, ../sass/home-sections/_8-footer.scss */
.footer-h {
  color: #fff;
  margin-bottom: 25px;
  -webkit-transition: all 0.4s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  -moz-transition: all 0.4s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  -o-transition: all 0.4s cubic-bezier(0.49, 0.37, 0.445, 0.715);
  transition: all 0.4s cubic-bezier(0.49, 0.37, 0.445, 0.715);
}

.sm-footer-legal {
  line-height: 1.5;
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.sm-footer-legal-p {
  color: #FFF;
  font-size: 12px;
}


@media (min-width: 800px) {
  /* line 85, ../sass/home-sections/_8-footer.scss */
  .footer-h {
    font-size: 6em;
    margin-bottom: 45px;
  }
}
/* line 93, ../sass/home-sections/_8-footer.scss */
.no-touch.gt-ie8 .footer-h {
  opacity: 0;
}
/* line 96, ../sass/home-sections/_8-footer.scss */
.no-touch.gt-ie8 .footer-visible .footer-h {
  opacity: 1;
}

/* line 1, ../sass/home-sections/_mobile-swiper.scss */
.touch body {
  -webkit-animation: page-fade 1.5s ease;
  -moz-animation: page-fade 1.5s ease;
  animation: page-fade 1.5s ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* line 7, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .hide {
  visibility: hidden;
}
/* line 22, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .loc-inner,
.mobile-a .bottom-button-mod,
.mobile-a .hg-grad-text-mod,
.mobile-a .big-hex-section,
.mobile-a .hex-grid-top,
.mobile-a .gis-shapes-section,
.mobile-a .gis-article,
.mobile-a .redlands-m-slide,
.mobile-a .rd-m-slide,
.mobile-a .topper-mod,
.mobile-a .hex-grid-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
}
/* line 36, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .topper-outer {
  background: #000;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
/* line 41, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .mobile-swiper-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 46, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .swiper-wrapper,
.mobile-a .m-slide {
  position: relative;
  width: 100%;
}
/* line 53, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .m-slide,
.mobile-a .mobile-swiper-container {
  width: 100%;
  height: 568px;
  overflow: hidden;
  margin: 0;
}
/* line 60, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .m-slide {
  float: left;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
/* line 67, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .m-swiper-next-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  /* height: 100px; */
  height: 75px;
  background-size: 24px;
  z-index: 999;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
@media (min-width: 450px) {
  /* line 67, ../sass/home-sections/_mobile-swiper.scss */
  .mobile-a .m-swiper-next-btn {
    background-size: 30px;
  }
}
/* line 85, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .hex-grid-top .m-swiper-next-btn,
.mobile-a .hex-grid-slide .m-swiper-next-btn,
.mobile-a .gis-shapes-section .m-swiper-next-btn,
.mobile-a .gis-article .m-swiper-next-btn,
.mobile-a .locations-m-slide .m-swiper-next-btn {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/dark-arrow-down.png?1407499086');
  background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/dark-arrow-down.svg?1407499086'), none;
  background-position: 50% 75%;
  background-size: 45px;
  width: 45px;
  left: 42%;
}
/* line 89, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .hex-grid-top.m-slide-active .m-swiper-next-btn,
.mobile-a .hex-grid-slide.m-slide-active .m-swiper-next-btn,
.mobile-a .gis-shapes-section.m-slide-active .m-swiper-next-btn,
.mobile-a .gis-article.m-slide-active .m-swiper-next-btn,
.mobile-a .locations-m-slide.m-slide-active .m-swiper-next-btn {
  opacity: .4;
}
/* line 96, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .big-hex-section .m-swiper-next-btn {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/arrow-down.png?1407499086');
  background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/arrow-down.svg?1407499086'), none;
  background-position: 50% 75%;
  background-size: 45px;
  width: 45px;
  left: 42%;
}
/* line 100, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .big-hex-section.m-slide-active .m-swiper-next-btn {
  opacity: .7;
}
@media (min-width: 550px) {
  /* line 110, ../sass/home-sections/_mobile-swiper.scss */
  .mobile-a .redlands-m-slide .m-swiper-next-btn,
  .mobile-a .rd-m-slide .m-swiper-next-btn {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/arrow-down.png?1407499086');
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/arrow-down.svg?1407499086'), none;
    background-position: 50% 75%;
  }
  /* line 114, ../sass/home-sections/_mobile-swiper.scss */
  .mobile-a .redlands-m-slide.m-slide-active .m-swiper-next-btn,
  .mobile-a .rd-m-slide.m-slide-active .m-swiper-next-btn {
    opacity: .7;
  }
}
/* line 123, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .m-slide-active.hex-grid-slide .m-swiper-next-btn {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
/* line 126, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .m-slide-active.gis-article .m-swiper-next-btn {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
/* line 129, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .m-slide-active.locations-m-slide .m-swiper-next-btn {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
/* line 136, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .m-slide:last-child .m-swiper-next-btn {
  opacity: 0;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: center;
  font-family: 'Avenir LT W04_55 Roman1475524', "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}
@media (min-width: 450px) {
  /* line 136, ../sass/home-sections/_mobile-swiper.scss */
  .mobile-a .m-slide:last-child .m-swiper-next-btn {
    font-size: 1.23077em;
  }
}
/* line 149, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .m-slide-active.m-slide:last-child .m-swiper-next-btn {
  opacity: 1;
}
/* line 153, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .m-slide:first-child .m-swiper-next-btn {
  opacity: 1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/arrow-down.png?1407499086');
  background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/icons/arrow-down.svg?1407499086'), none;
  /* background-position: 50% 75%; */
  background-position: 50% 100%;
  -webkit-animation: mobile-a-message 3s;
  -moz-animation: mobile-a-message 3s;
  animation: mobile-a-message 3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  background-size: 40px;
  color: #FFF;
  width: 100%;
  padding: 0;
}
.mobile-a .m-slide:first-child .m-swiper-next-btn:before {
  content: "scroll to explore";
  display: block;
  position: absolute;
  bottom: 30px;
  width: 100%;
}
/* line 167, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .topper-video {
  display: none;
}
/* line 171, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .topper-video-mod {
  padding: 0;
  margin: 0;
  background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/video/topper.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
/* line 179, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .topper-hgroup {
  top: -30px;
  padding: 0;
  width: 100%;
}
/* line 185, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .sm-list-topper {
  display: none;
}
/* line 196, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .hex-grid-slide {
  position: relative;
}
/* line 200, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .hex-grid {
  width: 250%;
  margin-left: -20%;
  margin-top: 20px;
}
@media (min-width: 550px) {
  /* line 200, ../sass/home-sections/_mobile-swiper.scss */
  .mobile-a .hex-grid {
    width: 150%;
  }
}
/* line 208, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .hex-img {
  background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/headshot-2-sprite-lrg.jpg);
}
@media (min--moz-device-pixel-ratio: 1.1), (-o-min-device-pixel-ratio: 2.1 / 2), (-webkit-min-device-pixel-ratio: 1.1), (min-device-pixel-ratio: 1.1), (min-resolution: 96dpi) {
  /* line 208, ../sass/home-sections/_mobile-swiper.scss */
  .mobile-a .hex-img {
    background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/headshot-2-sprite-lrg-x2.jpg);
    -webkit-background-size: 200% auto;
    -moz-background-size: 200% auto;
    -o-background-size: 200% auto;
    background-size: 200% auto;
  }
}
/* line 213, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .hg-section-title {
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  margin-bottom: 25px;
  padding: 0 10px;
}
@media (max-width: 499px) {
  /* line 213, ../sass/home-sections/_mobile-swiper.scss */
  .mobile-a .hg-section-title {
    color: #555;
    text-align: center;
  }
}
/* line 224, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .hex-grid-item {
  opacity: 0;
}
/* line 229, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .m-slide-active .hex-grid-item {
  -webkit-animation: hg-mobile 0.8s ease;
  -moz-animation: hg-mobile 0.8s ease;
  animation: hg-mobile 0.8s ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
/* line 234, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .bh-section-title {
  position: relative;
  top: 25px;
  margin-bottom: 25px;
}
/* line 243, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .big-hex-mod {
  position: relative;
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  height: 100%;
  background-position: 30% center;
}
/* line 251, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .big-hex-section {
  background-color: #000;
}
/* line 263, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .gis-shapes-section,
.mobile-a .l-grad-text {
  padding: 0;
}
/* line 267, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .gis-shapes-mod {
  position: relative;
}
/* line 271, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .gis-img-mod {
  margin: 0 auto 40px;
  padding-bottom: 0;
}
@media (max-width: 399px) {
  /* line 271, ../sass/home-sections/_mobile-swiper.scss */
  .mobile-a .gis-img-mod {
    width: 200px;
    height: 200px;
  }
}
/* line 279, ../sass/home-sections/_mobile-swiper.scss */
.gis-slide-inner {
  overflow: hidden;
}
.mobile-a .gis-slide-inner {
  margin: 0 auto;
}
/* line 285, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .gis-shapes-section,
.mobile-a .gis-article {
  background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/topo-map.svg);
  background-size: cover;
}
/* line 290, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .gis-article {
  max-width: 100%;
}
/* line 294, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .gis-img-mod {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
/* line 303, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .m-slide-active .gis-img-mod {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
/* line 308, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .gis-earth-shape-4 {
  left: -15%;
}
/* line 319, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .redlands-swiper-container,
.mobile-a .rd-swiper-container {
  overflow: visible;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* line 327, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .cg-mod {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}
/* line 332, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .cg-slide-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 336, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .cg-slide-image {
  background-size: cover;
}
/* line 342, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .redlands-m-slide,
.mobile-a .rd-m-slide {
  position: relative;
  overflow: visible;
}
/* line 345, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .redlands-m-slide .cg-label,
.mobile-a .rd-m-slide .cg-label {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
/* line 348, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .redlands-m-slide .cg-nav,
.mobile-a .rd-m-slide .cg-nav {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
/* line 354, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .cg-section-title {
  padding: 20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 900px;
  top: 0;
  opacity: 0;
  color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
/* line 369, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .m-slide-active .cg-section-title {
  opacity: 1;
}
/* line 374, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .cg-label {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  padding: 20px 0;
}
@media (max-width: 549px) {
  /* line 374, ../sass/home-sections/_mobile-swiper.scss */
  .mobile-a .cg-label {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  }
}
@media (min-width: 550px) {
  /* line 382, ../sass/home-sections/_mobile-swiper.scss */
  .mobile-a .cg-label.cg-label {
    bottom: 50px;
  }
}
/* line 389, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .m-slide-active .cg-label {
  opacity: 1;
}
/* line 395, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .cg-nav {
  left: 10px;
  right: 10px;
  margin-left: 0;
  top: 50%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
/* line 403, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .m-slide-active .cg-nav {
  opacity: 1;
}
/* line 407, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .cg-nav-btn {
  border: 0px;
  background-color: transparent;
  background-size: 45px;
}
/* line 419, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .locations-m-slide {
  position: relative;
  overflow: visible;
  background-size: cover;
  background-position: 70% 50%;
}
@media (max-width: 339px) {
  /* line 419, ../sass/home-sections/_mobile-swiper.scss */
  .mobile-a .locations-m-slide {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/world-map-alt-a-sm.jpg?1407499086');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 419, ../sass/home-sections/_mobile-swiper.scss */
  .mobile-a .locations-m-slide {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/world-map-alt-a-sm-x2.jpg?1407499086');
  }
}
@media (min-width: 340px) {
  /* line 419, ../sass/home-sections/_mobile-swiper.scss */
  .mobile-a .locations-m-slide {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/world-map-alt-a-med.jpg?1407499086');
  }
}
@media (min-width: 340px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-resolution: 150dpi) {
  /* line 419, ../sass/home-sections/_mobile-swiper.scss */
  .mobile-a .locations-m-slide {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/world-map-alt-a-med-x2.jpg?1407499086');
  }
}
/* line 434, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .loc-inner,
.mobile-a .location-section {
  height: 100%;
}
/* line 438, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .loc-group-inner {
  opacity: 0;
}
/* line 442, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .footer-map-mod {
  display: none;
}
/* line 446, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .loc-group-mod {
  position: relative;
  margin: 0 auto -50px;
}
/* line 451, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .loc-title {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 25px;
}
/* line 457, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .loc-group {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
/* line 462, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .loc-group.loc-group-office {
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (max-width: 499px) {
  /* line 470, ../sass/home-sections/_mobile-swiper.scss */
  .mobile-a .loc-text {
    line-height: 4em;
  }
}
/* line 479, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .m-slide-active .loc-group-inner {
  -webkit-animation: loc-fix 8s infinite;
  -moz-animation: loc-fix 8s infinite;
  animation: loc-fix 8s infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
/* line 483, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .m-slide-active .loc-group-inner-country {
  -webkit-animation-delay: 2.666s;
  -moz-animation-delay: 2.666s;
  animation-delay: 2.666s;
}
/* line 486, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .m-slide-active .loc-group-inner-continent {
  -webkit-animation-delay: 5.333s;
  -moz-animation-delay: 5.333s;
  animation-delay: 5.333s;
}
/* line 490, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .m-slide-active .loc-group-office {
  opacity: 1;
  -webkit-animation: loc-anim-1 8s infinite;
  -moz-animation: loc-anim-1 8s infinite;
  animation: loc-anim-1 8s infinite;
}
/* line 503, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .bottom-button-mod {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-image: url(https://www.esri.com/content/dam/esrisites/en-us/about/careers/footer-img.jpg);
  background-size: cover;
  background-position: center center;
}
/* line 509, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .bottom-button-mod.m-slide-active {
  opacity: 1;
}
/* line 514, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .footer-h {
  font-family: 'Avenir LT W04_65 Medium1475536', Arial, Helvetica,sans-serif;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  opacity: 0;
}
/* line 519, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .m-slide-active .footer-h {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* line 524, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .footer-btn {
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  margin-bottom: 30px;
}
/* line 531, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .m-slide-active .footer-btn {
  opacity: 1;
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
/* line 536, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .sm-item-footer {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
/* line 542, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .m-slide-active .sm-item-footer {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 545, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .m-slide-active .sm-item-footer:first-child {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
/* line 548, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .m-slide-active .sm-item-footer:nth-child(n+2) {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
/* line 551, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .m-slide-active .sm-item-footer:last-child {
  -webkit-transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
/* line 557, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .sm-link {
  width: 25px;
  height: 25px;
}
/* line 561, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .m-slide-active .bottom-button-mod {
  opacity: 1;
}
/* line 564, ../sass/home-sections/_mobile-swiper.scss */
.mobile-a .bottom-button-mod .footer-btn-mod {
  margin: 0 auto;
  display: block;
}

/* line 95, ../sass/home.screen.scss */
/*
.no-video .topper-video-mod {
  display: none;
}
*/
/* line 98, ../sass/home.screen.scss */
.no-video .topper-outer {
  background-position: center center;
}
@media (max-width: 339px) {
  /* line 98, ../sass/home.screen.scss */
  .no-video .topper-outer {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/footer-img-sm.jpg?1407499086');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 98, ../sass/home.screen.scss */
  .no-video .topper-outer {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/footer-img-sm-x2.jpg?1407499086');
  }
}
@media (min-width: 340px) and (max-width: 767px) {
  /* line 98, ../sass/home.screen.scss */
  .no-video .topper-outer {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/footer-img-med.jpg?1407499086');
  }
}
@media (min-width: 340px) and (max-width: 767px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (max-width: 767px) and (min-resolution: 150dpi) {
  /* line 98, ../sass/home.screen.scss */
  .no-video .topper-outer {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/footer-img-med-x2.jpg?1407499086');
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  /* line 98, ../sass/home.screen.scss */
  .no-video .topper-outer {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/footer-img-lrg.jpg?1407499086');
  }
}
@media (min-width: 768px) and (max-width: 899px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 768px) and (max-width: 899px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 768px) and (max-width: 899px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 768px) and (max-width: 899px) and (min-device-pixel-ratio: 1.1), (min-width: 768px) and (max-width: 899px) and (min-resolution: 150dpi) {
  /* line 98, ../sass/home.screen.scss */
  .no-video .topper-outer {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/footer-img-lrg-x2.jpg?1407499086');
  }
}
@media (min-width: 900px) {
  /* line 98, ../sass/home.screen.scss */
  .no-video .topper-outer {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/footer-img-xlrg.jpg?1407499086');
  }
}
@media (min-width: 900px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 900px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 900px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 900px) and (min-device-pixel-ratio: 1.1), (min-width: 900px) and (min-resolution: 150dpi) {
  /* line 98, ../sass/home.screen.scss */
  .no-video .topper-outer {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/footer-img-xlrg-x2.jpg?1407499086');
  }
}
@media (max-width: 339px) {
  /* line 66, ../sass/project/_base.scss */
  .mobile-a .no-video .topper-outer {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/footer-img-a-sm.jpg?1407499086');
  }
}
@media (max-width: 339px) and (min--moz-device-pixel-ratio: 1.1), (max-width: 339px) and (-o-min-device-pixel-ratio: 2.1 / 2), (max-width: 339px) and (-webkit-min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-device-pixel-ratio: 1.1), (max-width: 339px) and (min-resolution: 150dpi) {
  /* line 66, ../sass/project/_base.scss */
  .mobile-a .no-video .topper-outer {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/footer-img-a-sm-x2.jpg?1407499086');
  }
}
@media (min-width: 340px) {
  /* line 66, ../sass/project/_base.scss */
  .mobile-a .no-video .topper-outer {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/footer-img-a-med.jpg?1407499086');
  }
}
@media (min-width: 340px) and (min--moz-device-pixel-ratio: 1.1), (min-width: 340px) and (-o-min-device-pixel-ratio: 2.1 / 2), (min-width: 340px) and (-webkit-min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-device-pixel-ratio: 1.1), (min-width: 340px) and (min-resolution: 150dpi) {
  /* line 66, ../sass/project/_base.scss */
  .mobile-a .no-video .topper-outer {
    background-image: url('https://www.esri.com/content/dam/esrisites/en-us/about/careers/resp-images/mobile-a/footer-img-a-med-x2.jpg?1407499086');
  }
}
/* line 34, ../sass/project/_variables.scss */
.no-touch.gt-ie9 .no-video .topper-outer {
  background-attachment: fixed;
}

@media screen and (max-width: 800px) {
  .bottom-button-mod.m-slide.m-slide-active{
    height:550px !important;
  }
  .footer-equal-text{
    top: 375px !important;
  }
}