@import url(//webapps-cdn.esri.com/CDN/components/StickyElement/themes/navigation-bar.css);
/* --------------------------------------------------------
 *  __                   __
 * |_  _ _.  |  | _|_   |  \ _    _| _  _  _  _ _ |_
 * |___)| |  |/\|(-|_)  |__/(-\\/(-|(_)|_)|||(-| )|_
 *                                     |
 * Copyright (c) 2015 Environmental Systems Research Institute, Inc.
 --------------------------------------------------------*/
/* ---------------------------------
 *
 *  ArcGIS Platform (2015 Redesign)
 *
 --------------------------------- */
/* GENERAL
--------------------------- */
a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

p, small {
  font-family: 'Avenir LT W01 35 Light', Arial, Helvetica, sans-serif; }

p.large-text {
  font-size: 18px !important; }

hr {
  background-color: #e0e0e0;
  color: #e0e0e0; }

.center-content {
  text-align: center !important; }

.fatFooter {
  margin-top: 0; }

/* CUSTOM FLUID GRID
--------------------------- */
.ctn-fluid-container {
  margin: 0 auto;
  width: 100% !important; }
  @media screen and (max-width: 1000px) {
    .ctn-fluid-container .grid-25 {
      width: 50% !important; } }
  @media screen and (max-width: 761px) {
    .ctn-fluid-container .grid-25 {
      width: 100% !important; } }

@media screen and (max-width: 920px) {
  .section-icon, .casestudy-section .casestudy-block img, .casestudy-section .casestudy-icon {
    height: auto;
    width: auto; } }

/* BANNER SECTION
--------------------------- */
#sectionTopper_tall {
  background-position: center center !important;
  /* OVERVIEW - Banner */ }
  #sectionTopper_tall.arcgis-platform {
    height: 700px;
    min-height: 700px; }
    #sectionTopper_tall.arcgis-platform a:hover {
      text-decoration: underline; }
    #sectionTopper_tall.arcgis-platform .grid-100 {
      -webkit-transition: none;
      -moz-transition: none;
      -o-transition: none;
      transition: none; }
  #sectionTopper_tall .container {
    width: 100%; }
  #sectionTopper_tall .ctn-container {
    margin: auto;
    width: 960px; }
  #sectionTopper_tall .ctn-fluid-container {
    margin: 30px auto;
    max-width: 1400px; }
    @media screen and (max-width: 1315px) {
      #sectionTopper_tall .ctn-fluid-container {
        width: 100%; } }

/* SUBPAGE BANNER
--------------------------- */
#sectionTopper_short {
  height: 150px; }
  #sectionTopper_short #section-title {
    font-family: "Avenir Next W01 Thin", Arial, Helvetica, sans-serif !important;
    font-size: 73px;
    top: 20px; }
    @media screen and (max-width: 600px) {
      #sectionTopper_short #section-title {
        left: 10px; } }
  #sectionTopper_short .ctn-fluid-container {
    display: none; }

/* BANNER CONTENT
--------------------------- */
#feature-content {
  margin-top: 95px; }
  #feature-content h1 {
    font-family: "Avenir Next W01 Thin", Arial, Helvetica, sans-serif !important;
    font-size: 127px;
    font-size: 8.46667rem;
    line-height: 1;
    margin-bottom: 0; }
    @media screen and (max-width: 550px) {
      #feature-content h1 {
        font-size: 98px;
        font-size: 6.53333rem; } }
  #feature-content p {
    font-size: 22px;
    font-size: 1.46667rem; }
  #feature-content .block {
    box-sizing: border-box;
    float: left;
    width: 20%; }
    @media screen and (max-width: 850px) {
      #feature-content .block {
        width: 33%; }
        #feature-content .block:nth-child(n+4) {
          position: relative;
          left: 16.5%; } }
    #feature-content .block img {
      display: block;
      height: auto;
      margin: 0 auto;
      width: auto;
      -webkit-transition: -webkit-transform .1s;
      transition: transform .1s; }
      #feature-content .block img:hover {
        -webkit-transform: scale(1.05, 1.05);
        -ms-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05); }
      @media screen and (max-width: 1315px) {
        #feature-content .block img {
          width: 90%; } }
      @media screen and (max-width: 850px) {
        #feature-content .block img {
          width: 50%; } }
      @media screen and (max-width: 650px) {
        #feature-content .block img {
          width: 75%; } }
    #feature-content .block p {
      font-size: 18px;
      font-size: 1.2rem;
      text-align: center; }
    #feature-content .block a {
      color: #FFF;
      text-decoration: none; }
      #feature-content .block a:after {
        display: none; }

/* NAVIGATION
--------------------------- */
#secondary-nav {
  background: #FFF;
  border-bottom: 1px solid #e5e5e5;
  width: 100%; }
  #secondary-nav a {
    background: transparent;
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-family: 'Avenir LT W01 35 Light', Arial, Helvetica, sans-serif;
    padding: 1.4em;
    text-decoration: none; }
    #secondary-nav a:hover, #secondary-nav a.active {
      border-bottom: 3px solid #2f903c;
      text-decoration: none; }
    #secondary-nav a.active {
      font-family: 'Avenir LT W01 65 Medium', Arial, Helvetica, sans-serif; }
    @media screen and (max-width: 960px) {
      #secondary-nav a {
        font-size: 14px; } }
    @media screen and (max-width: 830px) {
      #secondary-nav a {
        padding: 1em 0.6em; } }
  #secondary-nav .grid-100 {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none; }
  @media screen and (max-width: 760px) {
    #secondary-nav {
      display: none; } }

/* PAGE SECTIONS
--------------------------- */
.page-section {
  background-position: center top;
  color: #4d4d4d;
  min-height: 200px;
  padding: 60px 0;
  text-align: center; }
  .page-section h2 {
    font-size: 24px;
    margin-bottom: 45px; }
  .page-section p {
    color: #333;
    font-size: 18px;
    line-height: 1.5;
    margin: 10px 0 45px 0; }

.section-divider {
  background: rgba(255, 255, 255, 0.7);
  border-bottom: none;
  margin: 0 auto;
  width: 100px; }

.content-section {
  background-color: #FFF; }

.content-section-top {
  padding: 0;
  min-height: 160px; }
  .content-section-top h1 {
    color: #222;
    font-size: 36px; }
  .content-section-top p {
    color: #4d4d4d;
    margin-bottom: 10px; }

.content-section-bottom {
  padding: 30px 0; }
  .content-section-bottom p {
    font-size: 16px; }

/* CASE STUDIES
--------------------------- */
.casestudy-section {
  background-color: #F7F7F7;
  padding: 75px 0 30px 0; }
  @media only screen and (max-width: 600px) {
    .casestudy-section {
      padding: 30px 0 60px 0; } }
  .casestudy-section p {
    margin-bottom: 10px; }
  .casestudy-section .casestudy-block {
    background-color: #FFF;
    border-top: 3px solid #333;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    padding: 20px 25px;
    text-align: left; }
    @media only screen and (max-width: 600px) {
      .casestudy-section .casestudy-block {
        margin-top: 30px; } }
    .casestudy-section .casestudy-block.study-orange {
      border-top-color: #f89927; }
    .casestudy-section .casestudy-block.study-lightblue {
      border-top-color: #00b9f2; }
    .casestudy-section .casestudy-block.study-green {
      border-top-color: #aad04b; }
    .casestudy-section .casestudy-block.study-red {
      border-top-color: #da4d1e; }
    .casestudy-section .casestudy-block.study-blue {
      border-top-color: #007ac2; }
    .casestudy-section .casestudy-block img {
      float: left;
      margin-right: 2rem; }
    .casestudy-section .casestudy-block a {
      font-size: 16px;
      text-decoration: none; }
      .casestudy-section .casestudy-block a:hover {
        text-decoration: underline; }
  .casestudy-section .casestudy-icon {
    background-image: url('//www.esri.com/~/media/81F3DAF2F2B549069CA9C76B97663E89.png');
    background-repeat: no-repeat;
    color: #4d4d4d;
    font-family: 'Avenir LT W01 35 Light', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 0 0 0 20px;
    position: relative; }

.section-parallax {
  box-sizing: border-box;
  min-height: 700px; }

.section-parallax h1, .cta-section h1, .section-parallax h2, .cta-section h2, .section-parallax h3, .cta-section h3, .section-parallax p, .cta-section p {
  color: #FFF; }
.section-parallax h1, .cta-section h1 {
  font-size: 52px; }
.section-parallax h2, .cta-section h2 {
  font-size: 24px; }

/* OVERVIEW PARALLAX SECTIONS
------------------------------------ */
.section-parallax h1 {
  margin: 30px 0; }
.section-parallax h2 {
  margin: 30px 0; }

#executives {
  background-image: url('//www.esri.com/~/media/10998CDE2ED748ABA7645D92FCEFCFC0.jpg'); }

#gis-analysts {
  background-image: url('//www.esri.com/~/media/8015E83AD65648009AA576944D609A70.jpg'); }

#knowledge-workers {
  background-image: url('//www.esri.com/~/media/225B667C897448AA88967C9D60EAF9CC.jpg'); }

#cio-it-professionals {
  background-image: url('//www.esri.com/~/media/7069D236279F498BBFFE37D8803ED81A.jpg'); }

#policy-makers {
  background-image: url('//www.esri.com/~/media/66569284EC11449AA36E1965089E487E.jpg'); }

/* CALL TO ACTION
--------------------------- */
.cta-section {
  background-image: url('//www.esri.com/~/media/CC96DAA05CE447A985DE44C88DEA0F8F.jpg');
  background-position: center center;
  min-height: 350px; }
  .cta-section h2 {
    font-size: 36px;
    margin-bottom: 30px; }
  .cta-section .ctaButton, .cta-section .cta-button {
    font-family: 'Avenir LT W01 35 Light', Arial, Helvetica, sans-serif;
    font-size: 16px; }

/* SUBPAGE - Pricing
--------------------------- */
.pricing-block {
  background-color: #f7f7f7;
  box-sizing: border-box;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 1300px) {
    .pricing-block {
      margin-top: 30px; } }
  .pricing-block h2 {
    border-bottom: 1px solid #dedede;
    color: #222;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 20px; }
  .pricing-block.pricing-orange {
    border-top: 3px solid #f89927; }
  .pricing-block.pricing-blue {
    border-top: 3px solid #007ac2; }
  .pricing-block.pricing-green {
    border-top: 3px solid #aad04b; }
  .pricing-block.pricing-red {
    border-top: 3px solid #da4d1e; }
  .pricing-block .pricing-block-inner {
    box-sizing: border-box;
    padding: 0 20px 15px; }
    .pricing-block .pricing-block-inner .pricing-link-arrow {
      background-image: url('//www.esri.com/~/media/E419638F9DAB40E8A3F97D85FE7636A0.png');
      background-position: left center;
      background-repeat: no-repeat;
      padding-left: 22px; }
    .pricing-block .pricing-block-inner p {
      font-size: 16px;
      line-height: 1.5; }
    .pricing-block .pricing-block-inner small {
      color: #808080;
      display: block;
      font-size: 14px;
      line-height: 1.5;
      margin-bottom: 15px; }

/* SUBPAGE - Capabilities
----------------------------- */
.product-row {
  margin-bottom: 50px;
  width: 100%; }

.product-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  float: left;
  overflow: hidden;
  margin: 0.5%;
  position: relative;
  text-align: center;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  width: 24%; }
  @media screen and (max-width: 960px) {
    .product-box {
      width: 48%; } }
  @media screen and (max-width: 480px) {
    .product-box {
      display: block;
      float: none;
      margin: 10px auto;
      width: 95%; } }
  .product-box a {
    color: #FFF;
    display: block;
    font-weight: bold; }
    .product-box a:hover .inner-box-padding {
      position: relative;
      width: 100%;
      -ms-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
  .product-box .inner-box-padding {
    background-color: #007ac2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 100%; }
    .product-box .inner-box-padding:before {
      content: "";
      display: block;
      padding-top: 87%; }
  .product-box h3 {
    font-size: 22px;
    color: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8%; }
  .product-box.dark-text h3 {
    color: #333; }
  .product-box .spatial-analysis {
    background-image: url('//www.esri.com/~/media/FF80A44432C447AC99974BF28CB9EA14'); }
  .product-box .apps {
    background-image: url('//www.esri.com/~/media/FC2916A88933413C92327BDD95D181CA'); }
  .product-box .content {
    background-image: url('//www.esri.com/~/media/537CB61B791E4142BA9F17F4223EF0EB'); }
  .product-box .real-time {
    background-image: url('//www.esri.com/~/media/955A84CF0F4845DA8E7C213628C9A992'); }
  .product-box .big-data {
    background-image: url('//www.esri.com/~/media/2F8032FB154B45C3B245DC96993961A3'); }
  .product-box .mapping-visualization {
    background-image: url('//www.esri.com/~/media/B86A45DD3F354F558DE99648E6C67247'); }
  .product-box .image-management {
    background-image: url('//www.esri.com/~/media/B7DBE3EB8FDB477DAC1FA447887AF0BC'); }
  .product-box .three-d {
    background-image: url('//www.esri.com/~/media/D98B936C323D4D3AAF478D2EE764A6AD'); }
  .product-box .cad {
    background-image: url('//www.esri.com/~/media/DC45FA1464754FB08698E76B805D60FE'); }
  .product-box .data-management {
    background-image: url('//www.esri.com/~/media/365DC50F060D4EE5BFD25C91519A72F4'); }
  .product-box .geodesign {
    background-image: url('//www.esri.com/~/media/2960FDCAE53B4F05984914BEE3C717CB'); }
  .product-box .community-engagement {
    background-image: url('//www.esri.com/~/media/695EBA12557444BEB66412276184526C'); }

/* SUBPAGE - What's New
--------------------------- */
.icon-lock, .icon-server {
  padding-left: 38px;
  text-align: left; }
  .icon-lock::before, .icon-server::before {
    content: '';
    display: block;
    height: 30px;
    position: absolute;
    left: 10px;
    top: 10px; }

.icon-lock:before {
  background: url("//www.esri.com/~/media/9FD8786E92EF43C08AD15AD1822FCFF3") no-repeat 0 0;
  width: 25px; }

.icon-server:before {
  background: url("//www.esri.com/~/media/9FD8786E92EF43C08AD15AD1822FCFF3") no-repeat -27px 0;
  width: 30px; }

.video-link:after {
  background-image: url('//www.esri.com/~/media/0A10606FBFCA453EAB4B17DA566470F3.jpg');
  content: '';
  display: inline-block;
  height: 17px;
  margin-left: 10px;
  width: 17px;
  vertical-align: middle; }

.cta-footer-link {
  background-image: url('//www.esri.com/~/media/281BA17DF1DB4D5EB22F42AFFA3F7572.png');
  background-position: right center;
  background-repeat: no-repeat;
  font-size: 24px;
  line-height: 1.5;
  padding-right: 30px; }

#whats-new h2 {
  margin-bottom: 15px;
  text-align: left; }
#whats-new p {
  font-size: 16px;
  margin: 15px 0;
  text-align: left; }
#whats-new img {
  width: 100%; }

/* SUBPAGE - Free Trial
--------------------------- */
#freeTrialContent {
  margin-bottom: 45px; }
  #freeTrialContent h1 {
    color: #222 !important;
    font-size: 36px !important; }
  #freeTrialContent p {
    font-size: 16px !important; }
  #freeTrialContent ul.checkMark-icon li {
    color: #4d4d4d !important;
    font-family: 'Avenir LT W01 35 Light', Arial, Helvetica, sans-serif !important;
    font-size: 16px !important; }
  #freeTrialContent hr.hrPadding {
    margin-bottom: 30px !important;
    margin-top: 30px !important; }
  #freeTrialContent p.scholarIndent {
    background-image: url('//www.esri.com/~/media/0E905955876D4237A2CC11C0161CD1B3');
    background-position: left center;
    background-repeat: no-repeat;
    left: 50%;
    margin-left: -30% !important;
    padding-left: 65px;
    position: relative;
    width: 60%; }
    @media screen and (max-width: 761px) {
      #freeTrialContent p.scholarIndent {
        width: 100%; } }

/* SUBPAGE - Deployment Page
--------------------------- */
#arcgis-deployment {
  margin: auto auto;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    #arcgis-deployment .grid-33 {
      width: 100%; } }
  #arcgis-deployment .apps-block {
    margin: 20px auto 0;
    position: relative; }
    #arcgis-deployment .apps-block .mar-all-15 {
      margin: 0 15px; }
    #arcgis-deployment .apps-block .container {
      margin: auto auto;
      width: 80%; }
      @media screen and (max-width: 1024px) {
        #arcgis-deployment .apps-block .container {
          width: 50%; } }
      @media screen and (max-width: 768px) {
        #arcgis-deployment .apps-block .container {
          width: 60%; } }
      @media screen and (max-width: 568px) {
        #arcgis-deployment .apps-block .container {
          width: 80%; } }
      @media screen and (max-width: 480px) {
        #arcgis-deployment .apps-block .container {
          width: 100%; } }
    #arcgis-deployment .apps-block .app {
      float: left; }
      @media screen and (max-width: 1024px) {
        #arcgis-deployment .apps-block .app {
          margin-bottom: 20px; } }
      #arcgis-deployment .apps-block .app .app-icon {
        background-size: cover !important;
        height: 100px;
        padding: 30px 0 20px; }
        #arcgis-deployment .apps-block .app .app-icon.apps {
          background: url('//www.esri.com/~/media/B6D3283AACC345F99FB5449B27BA8A93') top center no-repeat; }
        #arcgis-deployment .apps-block .app .app-icon.portal {
          background: url('//www.esri.com/~/media/715C13D54AE248E1BD9DC045A5FA2B7E') top center no-repeat; }
        #arcgis-deployment .apps-block .app .app-icon.capabilities {
          background: url('//www.esri.com/~/media/13FE44A81B134502B4807FBDDDF5FFBF') top center no-repeat; }
      #arcgis-deployment .apps-block .app .app-info {
        background: #f7f7f7;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
        min-height: 125px;
        padding: 25px 0 50px; }
        #arcgis-deployment .apps-block .app .app-info h3 {
          color: #222;
          font-family: "Avenir LT W01 35 Light",Arial,Helvetica,sans-serif  !important;
          font-size: 24px;
          margin-top: 0; }
        #arcgis-deployment .apps-block .app .app-info p {
          color: #4d4d4d;
          font-family: "Avenir LT W01 35 Light",Arial,Helvetica,sans-serif  !important;
          font-size: 16px;
          line-height: 1.5em;
          padding: 0 20px; }
    #arcgis-deployment .apps-block .app-anchors {
      margin: 30px 0 70px; }
      @media screen and (max-width: 1520px) {
        #arcgis-deployment .apps-block .app-anchors .grid-60 {
          width: 75%; } }
      @media screen and (max-width: 1280px) {
        #arcgis-deployment .apps-block .app-anchors {
          margin: 10 0 20px; }
          #arcgis-deployment .apps-block .app-anchors .grid-60 {
            width: 100%; } }
      #arcgis-deployment .apps-block .app-anchors a {
        font-family: "Avenir LT W01 35 Light",Arial,Helvetica,sans-serif  !important;
        font-size: 16px; }
        @media screen and (max-width: 1280px) {
          #arcgis-deployment .apps-block .app-anchors a {
            display: block;
            padding: 5px 0; } }
  #arcgis-deployment .options {
    background: #f7f7f7;
    padding: 60px 0 0;
    width: 100%; }
    #arcgis-deployment .options h1 {
      margin-bottom: 35px; }
    #arcgis-deployment .options .deployment-block {
      margin: 0 auto 40px;
      position: relative; }
      #arcgis-deployment .options .deployment-block .mar-all-15 {
        margin: 0 15px; }
      #arcgis-deployment .options .deployment-block .container {
        margin: auto auto;
        width: 80%; }
        @media screen and (max-width: 1024px) {
          #arcgis-deployment .options .deployment-block .container {
            width: 50%; } }
        @media screen and (max-width: 768px) {
          #arcgis-deployment .options .deployment-block .container {
            width: 60%; } }
        @media screen and (max-width: 568px) {
          #arcgis-deployment .options .deployment-block .container {
            width: 80%; } }
        @media screen and (max-width: 480px) {
          #arcgis-deployment .options .deployment-block .container {
            width: 100%; } }
      #arcgis-deployment .options .deployment-block .app {
        float: left; }
        @media screen and (max-width: 1024px) {
          #arcgis-deployment .options .deployment-block .app {
            margin-bottom: 10px; } }
        #arcgis-deployment .options .deployment-block .app .app-icon {
          background-size: cover !important;
          height: 100px;
          padding: 30px 0 20px; }
          #arcgis-deployment .options .deployment-block .app .app-icon.apps {
            background: url('//www.esri.com/~/media/B6D3283AACC345F99FB5449B27BA8A93') top center no-repeat; }
          #arcgis-deployment .options .deployment-block .app .app-icon.portal {
            background: url('//www.esri.com/~/media/715C13D54AE248E1BD9DC045A5FA2B7E') top center no-repeat; }
          #arcgis-deployment .options .deployment-block .app .app-icon.capabilities {
            background: url('//www.esri.com/~/media/13FE44A81B134502B4807FBDDDF5FFBF') top center no-repeat; }
        #arcgis-deployment .options .deployment-block .app .app-info {
          background: #fff;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
          border-top: 3px solid #007ac2;
          min-height: 380px; }
          @media screen and (max-width: 1280px) {
            #arcgis-deployment .options .deployment-block .app .app-info {
              min-height: 520px; } }
          @media screen and (max-width: 1024px) {
            #arcgis-deployment .options .deployment-block .app .app-info {
              min-height: 460px; } }
          @media screen and (max-width: 320px) {
            #arcgis-deployment .options .deployment-block .app .app-info {
              min-height: 490px; } }
          #arcgis-deployment .options .deployment-block .app .app-info h3 {
            border-bottom: thin solid #dedede;
            color: #222;
            font-family: "Avenir LT W01 35 Light",Arial,Helvetica,sans-serif  !important;
            font-size: 24px;
            margin-top: 0;
            padding: 20px;
            text-align: left; }
          #arcgis-deployment .options .deployment-block .app .app-info p {
            color: #4d4d4d;
            font-family: "Avenir LT W01 35 Light",Arial,Helvetica,sans-serif  !important;
            font-size: 16px;
            line-height: 1.5em;
            padding: 0 20px; }
          #arcgis-deployment .options .deployment-block .app .app-info ul {
            margin-top: 25px;
            padding: 0 20px; }
          #arcgis-deployment .options .deployment-block .app .app-info li {
            background: url(//www.esri.com/~/media/2624E3A1940343179D5EE38AA185AF5D) 0 5px no-repeat;
            color: #4d4d4d;
            font-family: "Avenir LT W01 35 Light",Arial,Helvetica,sans-serif  !important;
            font-size: 16px;
            line-height: 1.5em;
            text-align: left; }
      #arcgis-deployment .options .deployment-block .ideal {
        float: left; }
        #arcgis-deployment .options .deployment-block .ideal .ideal-info {
          min-height: 150px; }
          #arcgis-deployment .options .deployment-block .ideal .ideal-info p {
            color: #4d4d4d;
            font-family: "Avenir LT W01 65 Medium",Arial,Helvetica,sans-serif  !important;
            font-size: 16px;
            line-height: 1.5em;
            text-align: left; }
          #arcgis-deployment .options .deployment-block .ideal .ideal-info ul, #arcgis-deployment .options .deployment-block .ideal .ideal-info li {
            font-family: "Avenir LT W01 35 Light",Arial,Helvetica,sans-serif  !important;
            font-size: 16px;
            text-align: left;
            line-height: 1.5em; }
  #arcgis-deployment .deeper-dive {
    background: url('//www.esri.com/~/media/DC93374081D14353B2A47E98EFBFFB01') top center no-repeat;
    padding: 60px 0 80px; }
    #arcgis-deployment .deeper-dive h1, #arcgis-deployment .deeper-dive p, #arcgis-deployment .deeper-dive a {
      color: #fff;
      text-align: center; }
    #arcgis-deployment .deeper-dive p {
      padding: 0 100px; }
      @media screen and (max-width: 480px) {
        #arcgis-deployment .deeper-dive p {
          padding: 0 10px; } }
    #arcgis-deployment .deeper-dive a {
      text-decoration: underline; }
  #arcgis-deployment .preparing {
    background: #22272a;
    padding: 60px 0; }
    #arcgis-deployment .preparing h1, #arcgis-deployment .preparing p {
      color: #fff;
      text-align: center; }
    #arcgis-deployment .preparing p {
      color: #dedede; }
    #arcgis-deployment .preparing a {
      text-decoration: underline; }
    #arcgis-deployment .preparing .prep-block {
      margin: 30px auto 40px;
      position: relative; }
      #arcgis-deployment .preparing .prep-block .mar-left-15 {
        margin-left: 15px; }
      #arcgis-deployment .preparing .prep-block .container {
        margin: auto auto;
        width: 55%; }
        @media screen and (max-width: 1024px) {
          #arcgis-deployment .preparing .prep-block .container {
            width: 50%; } }
        @media screen and (max-width: 768px) {
          #arcgis-deployment .preparing .prep-block .container {
            width: 60%; } }
        @media screen and (max-width: 568px) {
          #arcgis-deployment .preparing .prep-block .container {
            width: 80%; } }
        @media screen and (max-width: 480px) {
          #arcgis-deployment .preparing .prep-block .container {
            width: 100%; } }
        #arcgis-deployment .preparing .prep-block .container .grid-50 {
          margin-bottom: 20px; }
          @media screen and (max-width: 1024px) {
            #arcgis-deployment .preparing .prep-block .container .grid-50 {
              width: 100%; } }
      #arcgis-deployment .preparing .prep-block .app {
        float: left; }
        #arcgis-deployment .preparing .prep-block .app .app-icon {
          background-size: cover !important;
          height: 100px;
          padding: 30px 0 20px; }
          #arcgis-deployment .preparing .prep-block .app .app-icon.launching {
            background: url('//www.esri.com/~/media/C3F13C6B43D9479E8273BBAA5BDF07B3') top center no-repeat; }
          #arcgis-deployment .preparing .prep-block .app .app-icon.promoting {
            background: url('//www.esri.com/~/media/5963CDCD66904D6B8A7DEA22219C1507') top center no-repeat; }
        #arcgis-deployment .preparing .prep-block .app .app-info {
          background: #f7f7f7;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
          min-height: 210px;
          padding: 25px 0 30px; }
          #arcgis-deployment .preparing .prep-block .app .app-info h3 {
            color: #222;
            font-family: "Avenir LT W01 35 Light",Arial,Helvetica,sans-serif  !important;
            font-size: 24px;
            margin-top: 0;
            padding: 0 40px; }
          #arcgis-deployment .preparing .prep-block .app .app-info p {
            color: #4d4d4d;
            font-family: "Avenir LT W01 35 Light",Arial,Helvetica,sans-serif  !important;
            font-size: 16px;
            line-height: 1.5em;
            padding: 0 20px; }

/*# sourceMappingURL=arcgis-platform.css.map */