/* overwrite calcite grid for search box and footer bullet
--------------------------- */
input, select, textarea {
  margin: 0;
  box-shadow: none;
}

input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=time], input[type=week], input[type=search], input[type=tel], input[type=text], input[type=url], input[type=number], input[type=password], input[type=month], textarea {
  height: auto;
  line-height: 1;
  font-family: arial !important;
  display: inline;
}

ul li {
  list-style-type: none !important;
}

.grid-container {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6, p, a, li, table, tr, td {
  font-family: 'Avenir LT W05_35 Light', Arial, Helvetica, sans-serif !important;
}

#main-content {
  margin-top: 0 !important;
}

.page {
  overflow: inherit;
}

h1, h2, h3, h4, h5, h6, p, li, div, span {
  -webkit-font-smoothing: antialiased;
}

h2 {
  font-size: 2.4em;
  letter-spacing: normal;
}

img, object, embed, video {
  max-width: 100%;
  height: auto;
}

[class*="column-"].center {
  float: none;
  margin-left: auto !important;
  margin-right: auto !important;
  clear: both;
}

#feature-content {
  margin-top: 220px;
}

#feature-content span {
  color: #ffffff;
}

#feature-content p {
  font-size: 24px;
  color: #4d4d4d;
  margin: 0 0 30px 0;
}

#feature-content h1 {
  color: #ffffff;
  font-size: 75px;
  margin: 0 0 15px 0;
}

.page-section-flush .column-24 {
  margin-bottom: -5px;
  /* hack for design */
}

.page-section-flush {
  margin-bottom: -10px;
  /* hack for design */
}

#sectionTopper_tall {
  position: relative;
  height: 700px;
}

.textCenter {
  text-align: center;
}

#contentOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
  z-index: 1000;
}

.block {
  position: relative;
  display: inline-block;
  float: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 1em;
  padding-right: 1em;
  font-family: "Lucida Grande", "Segoe UI", "Arial", sans-serif;
  letter-spacing: normal;
  text-align: left;
  vertical-align: top;
}

/* Intro Para
************************************/
#introPara p {
  font-size: 18px;
}

/* Our Users Do the Coolest Things
************************************/
.content-case-studies .case-studies-block {
  background-color: #FFF;
  border-bottom: 3px solid #f89927;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.content-case-studies .case-studies-block img {
  width: 100%;
}

.content-case-studies .case-studies-block .case-studies-content {
  padding: 20px 20px 10px 20px;
  min-height: 100px;
  box-sizing: border-box;
}

.content-case-studies {
  background: #f7f7f7;
  padding-bottom: 30px;
}

.content-case-studies h2 {
  font-size: 40px;
  color: #222222;
}

.content-case-studies a:hover {
  text-deocration: none;
}

.case-studies-content h4 {
  font-family: 'Avenir LT W05_35 Light', Arial, Helvetica, sans-serif;
  font-size: 25px;
  color: #007ac2;
  line-height: 1;
}

/* complete support
************************************/
.main-page-navigation {
  background: #1b2125;
}

.main-page-navigation h2 {
  font-family: 'Avenir LT W05_35 Light', Arial, Helvetica, sans-serif;
  font-size: 40px;
  color: #ffffff;
}

.main-page-navigation p {
  font-family: 'Avenir LT W05_35 Light', Arial, Helvetica, sans-serif;
  color: #ffffff;
  margin: 0 30px;
}

.navigation {
  background-color: transparent;
  margin: 0 0 30px 0;
}

.navigation .block {
  float: left;
  width: 16.66667%;
}

.navigation .page-nav-text {
  color: #ffffff;
}

.page-nav-icon {
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 52px;
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 52px;
}

.page-nav-icon:hover {
  background-position: 0 -60px;
}

.page-nav-text {
  color: #0079c1;
  cursor: pointer;
  display: block;
  font-size: 16px;
  margin-bottom: 30px;
  text-align: center;
  font-family: 'Avenir LT W05_35 Light', Arial, Helvetica, sans-serif !important;
}

@media screen and (max-width: 600px) {
  .main-page-navigation .navigation .block {
    width: 50%;
  }
}

@media screen and (max-width: 750px) {
  .main-page-navigation .navigation .block {
    width: 33%;
  }
}

.page-section {
  background-position: top center;
  background-repeat: repeat-x;
  position: relative;
}

.page-section .center-text {
  display: block !important;
  text-align: center !important;
}

.page-section .center-vertical {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  width: 30%;
  top: 20%\9;
}

.page-section h1 {
  font-size: 44px;
  letter-spacing: normal;
}

@media only screen and (max-width: 1200px) {
  .page-section {
    background-size: 150%;
  }
}

@media only screen and (max-width: 650px) {
  .page-section {
    background-size: 180%;
  }
}

@media screen and (max-width: 850px) {
  .page-section .center-vertical {
    transform: inherit;
    top: inherit;
    position: relative;
    width: inherit;
  }
}

.page-section ul, .page-section ol {
  padding-left: 10px;
}

.page-section ul li, .page-section ol li {
  /* background: transparent url('../../img/greybullet.gif') no-repeat scroll 0px 4px; */
  background: transparent url("../../img/bluebullet.png") no-repeat scroll 5px 10px;
  line-height: 1.8;
  padding-left: 25px;
}

.main-page-section .content-features h2 {
  font-family: "Avenir LT W05_35 Light", Arial, Helvetica, sans-serif;
  font-size: 40px;
}

.main-page-section .content-features p {
  font-family: "Avenir LT W05_35 Light", Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.section-apps-everyone .content-features h2, .section-apps-everyone .content-features p, .section-apps-everyone .content-features a {
  color: #FFF;
}

.section-apps-everyone {
  padding: 0;
}

.section-apps-everyone a {
  font-size: 16px;
}

.section-scalable .content-features {
  background: url("//www.esri.com/~/media/Images/Content/landing-pages/arcgis-online/arcGIS/main-scalable-bg.png");
  background-position: center -120px;
}

.section-apps-everyone .content-features {
  background: url("//www.esri.com/~/media/Images/Content/landing-pages/arcgis-online/arcGIS/main-apps-bg.jpg");
  background-size: cover;
  overflow: hidden;
  padding-top: 30px;
}

.section-apps-everyone .content-features a {
  text-decoration: underline;
}

.section-admin .content-features {
  background: url("//www.esri.com/~/media/Images/Content/landing-pages/arcgis-online/arcGIS/main-admin-bg.jpg");
  padding: 72px 0;
}

.section-self-service .content-features h2, .section-self-service .content-features p, .section-self-service .content-features a {
  color: #FFF;
}

.section-admin .content-features h2, .section-admin .content-features p, .section-admin .content-features a {
  color: #FFF;
}

.section-self-service .content-features {
  background: #2469b3;
  padding-top: 30px;
}

.features-at-a-glance {
  background-color: #444F52;
  padding: 45px 0 65px 0;
}

.features-at-a-glance h2 {
  color: #FFF;
  font-size: 40px;
  margin-top: 24px;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Avenir LT W05_35 Light", Arial, Helvetica, sans-serif;
}

.features-at-a-glance p {
  color: #FFF;
}

.block-group {
  font-family: monospace;
  letter-spacing: -.65em;
  margin-left: -1em;
  margin-right: -1em;
  text-align: left;
  display: block;
}

.block-group-5-up .block {
  float: left;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

@media screen and (max-width: 1030px) {
  .block-group-5-up .block {
    min-height: 250px;
    width: 25%;
  }
}

@media screen and (max-width: 600px) {
  .block-group-5-up .block {
    width: 33%;
  }
}

@media screen and (max-width: 480px) {
  .block-group-5-up .block {
    width: 50%;
  }
}

.feature-block {
  background: #F0F3F3;
  border-radius: 2px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}

.feature-block .feature-img {
  display: block;
  padding: 45px 0;
}

.feature-block .feature-title {
  background: #FFF;
  border-radius: 0 0 8px 8px;
  display: block;
  padding: 15px 0;
}

.feature-block .feature-title p {
  color: #007AC2;
  font-family: "Avenir LT W05_35 Light", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 0;
  text-decoration: none;
}

.block {
  display: inline !important;
  /* fix for languages not centering properly in browsers */
}

.cta-button {
  background: #EF8D36;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  color: #FFF;
  font-size: 16px !important;
  padding: 10px 22px;
  /* text-transform: uppercase; */
}

.cta-button:hover {
  background: orange;
  color: #FFF;
}

/* features page
----------------------------*/
.loaded {
  visibility: visible;
}

.page-navigation {
  background-color: #Ffffff;
  text-align: center;
  height: 170px;
}

.page-navigation .block {
  line-height: 1.5;
  min-width: 110px;
}

div#ReadytoUseMaps {
  margin-bottom: -5px;
}

.features-background {
  background-color: #F7F7F7;
  /* margin-bottom: 20px; */
}

.features-background h2 {
  font-family: "Avenir LT W05_35 Light", Arial, Helvetica, sans-serif;
  color: #4d4d4d;
}

.features-visualization {
  background: url("//www.esri.com/~/media/Images/Content/landing-pages/arcgis-online/arcGIS/features-visualization-bg.jpg");
}

.features-visualization h2 {
  font-family: "Avenir LT W05_35 Light", Arial, Helvetica, sans-serif;
  color: #ffffff;
}

.features-visualization p, .features-visualization a {
  color: #ffffff;
}

.features-marketplace {
  background: url("//www.esri.com/~/media/Images/Content/landing-pages/arcgis-online/arcGIS/features-marketplace-bg.jpg");
}

.features-marketplace h2 {
  font-family: "Avenir LT W05_35 Light", Arial, Helvetica, sans-serif;
  color: #ffffff;
}

.features-marketplace p, .features-marketplace a {
  color: #ffffff;
}

.features-developers {
  background: url("//www.esri.com/~/media/Images/Content/landing-pages/arcgis-online/arcGIS/features-developers-bg.jpg");
}

.features-developers h2 {
  font-family: "Avenir LT W05_35 Light", Arial, Helvetica, sans-serif;
  color: #ffffff;
}

.features-developers p, .features-developers a {
  color: #ffffff;
}

/* apps for everyone
--------------------------- */
.apps-navigation {
  background-color: #007ac2;
  border-bottom: 5px solid #FFF;
}

.apps-navigation .block-group-4-up {
  max-width: 1600px;
  margin: 0 auto;
}

.apps-navigation .block-group-4-up .block {
  border-right: 1px solid #66afda;
  cursor: pointer;
  display: block;
  float: left;
  padding: 30px 0;
  width: 25%;
  z-index: 100;
}

.apps-navigation .block-group-4-up .block .page-nav-image {
  float: left;
  margin: 0 15px;
  width: 33%;
  width: 25%\0;
}

.apps-navigation .block-group-4-up .block .page-nav-text {
  font-family: "Avenir LT W05_35 Light",Arial,Helvetica,sans-serif;
  color: #FFF !important;
  display: inline-block;
  font-size: 18px;
  margin-top: 42px;
  margin-top: 20px\0;
  margin-bottom: 0px\0;
  padding-right: 10px;
  position: relative;
  max-width: 52%;
  max-width: 50%\0;
}

.apps-navigation .block-group-4-up .block .page-nav-text:after {
  background-image: url("http://www.esri.com/~/media/Images/Content/landing-pages/arcgis-online/arcGIS/apps-nav-arrow.png");
  position: relative;
  top: 2px;
  left: 5px;
  height: 16px;
  width: 16px;
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 95%;
}

@media screen and (max-width: 1320px) {
  .apps-navigation .tablet-block-group-2-up .block {
    border-bottom: 1px solid #66afda;
    width: 50%;
  }
}

@media screen and (max-width: 720px) {
  .apps-navigation .phone-block-group-1-up .block {
    width: 100%;
  }
}

.banner-section .banner-background {
  height: 540px;
  padding: 1px;
}

.banner-section .banner-background .banner-title {
  font-family: "Avenir LT W05_35 Light", Arial, Helvetica, sans-serif;
  font-size: 24px !important;
}

.banner-section .banner-background p {
  font-family: "Avenir LT W05_35 Light", Arial, Helvetica, sans-serif;
  font-size: 48px !important;
  line-height: 1.2;
  color: #ffffff;
}

.banner-section .banner-background hr {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin-left: 0;
  text-align: left;
  width: 60px;
}

.banner-section .banner-background h2 {
  color: #ffffff;
}

.white-text {
  color: #fff !important;
}

.customer-story-image {
  height: auto;
  width: 100%;
  float: right;
  padding: 15px 0;
}

.customer-story-container {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: -87px;
  width: 100%;
}

.customer-story-container a {
  color: #FFF;
}

.customer-story-title {
  font-family: "Avenir LT W05_35 Light", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  margin: 1.6em 0;
  display: inline-block;
  color: #ffffff;
}

@media screen and (max-width: 1120px) {
  .customer-story-container {
    top: -91px;
  }
  .customer-story-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 650px) {
  .customer-story-container {
    top: -115px;
  }
}

@media screen and (max-width: 600px) {
  .customer-story-container {
    top: -105px;
  }
}

.app-block {
  float: left !important;
  margin-bottom: 30px;
  min-height: 360px;
  position: relative;
  width: 25%;
}

.app-block .app-inner-block {
  background-color: #FFF;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.app-block .app-inner-block {
  background-color: #FFF;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.app-block a:hover .app-inner-block {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.app-block-image {
  background-color: transparent;
  padding: 0;
}

.app-block-image img {
  width: 100%;
}

.app-block-content {
  min-height: 200px;
  padding: 0 20px;
}

.block {
  display: inline !important;
}

.hidden-popup-content .popup-title {
  color: #FFF;
  font-size: 44px;
  text-align: center;
  width: 55%;
  margin: 0 auto;
  font-family: "Avenir LT W05_35 Light", Arial, Helvetica, sans-serif;
  line-height: 1.2em;
}

.app-block .app-block-content .app-block-title p {
  /*border-top: 1px solid #DDD;*/
  color: #4d4d4d;
  font-family: "Avenir LT W04_65 Medium1475542", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: 15px;
}

.app-block .app-block-content .app-block-slideup {
  /*display: none;*/
  color: #4d4d4d;
}

.app-block .app-block-content .app-block-slideup p {
  font-size: 14px;
  margin-bottom: 0;
  text-align: left;
}

.premium-icon {
  background-image: url("//www.esri.com/~/media/Images/Content/landing-pages/arcgis-online/arcGIS/premium.png");
  background-repeat: no-repeat;
  background-position: top left;
  color: #999;
  font-size: 12px;
  padding: 10px 0 10px 40px;
}

@media screen and (max-width: 1100px) {
  .app-block {
    width: 33%;
  }
}

@media screen and (max-width: 860px) {
  .app-block {
    width: 50%;
  }
}

@media screen and (max-width: 720px) {
  .app-block {
    width: 100%;
  }
}

/* READY TO USE MAPS PAGE
--------------------------- */
.grey-background {
  background-color: #F7F7F7;
}

/* VISUALIZATION PAGE
--------------------------- */
@media screen and (max-width: 500px) {
  .mobilecenter {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both;
  }
}

.visual-smartmapping {
  background: #F7F7F7;
}

.visual-3d {
  background: url("//www.esri.com/~/media/Images/Content/landing-pages/arcgis-online/arcGIS/visualization-3d-bg.jpg");
  background-position: top center;
}

.visual-3d h1, .visual-3d h2, .visual-3d p {
  color: #FFF;
}

.visual-3d a, .visual-3d a, .visual-3d a {
  color: #FFF;
  text-decoration: underline;
}

.visual-communicate {
  background: url("//www.esri.com/~/media/Images/Content/landing-pages/arcgis-online/arcGIS/visualization-communicate-bg.jpg");
}

/* administrating ArcGIS
--------------------------- */
.admin-licenses {
  background: url("//www.esri.com/~/media/Images/Content/landing-pages/arcgis-online/arcGIS/administration-licenses-bg.jpg");
}

.admin-status {
  background: url("//www.esri.com/~/media/Images/Content/landing-pages/arcgis-online/arcGIS/administration-status-bg.png");
}

.admin-status h1, .admin-status h2, .admin-status p, .admin-status a, .admin-support h1, .admin-support h2, .admin-support p, .admin-support a {
  color: #FFF;
}

.admin-status h1, .admin-status h2, .admin-status p, .admin-status a, .admin-support h1, .admin-support h2, .admin-support p, .admin-support a {
  color: #FFF;
}

.admin-support {
  background: url("//www.esri.com/~/media/Images/Content/landing-pages/arcgis-online/arcGIS/administration-support-bg.jpg");
}

.admin-status h1, .admin-status h2, .admin-status p, .admin-status a, .admin-support h1, .admin-support h2, .admin-support p, .admin-support a {
  color: #FFF;
}

.admin-status a, .admin-support a {
  text-decoration: underline;
}

/* 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 W05_35 Light', Arial, Helvetica, sans-serif;
  padding: 1.4em;
  text-decoration: none;
}

#secondary-nav a:hover, #secondary-nav a.active {
  border-bottom: 3px solid #007ac2;
  text-decoration: none;
}

#secondary-nav a.active {
  font-family: 'Avenir LT W04_65 Medium1475542', 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;
  }
}

@media only screen and (max-width: 890px) {
  .feature-block .feature-img {
    padding: 15px 0;
  }
  .feature-block .feature-title {
    padding: 15px 5px;
    min-height: 36px;
  }
}

.headerText {
  font-size: 40px;
}

/*# sourceMappingURL=arcgis-online-redesign.css.map */