﻿* {
  margin: 0;
}
body {
  /*font-family: Verdana, Helvetica, sans-serif;*/
  font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  /*min-width: 960px;*/
  overflow-y: hidden;
  word-wrap: break-word;
}

body #nstext {
  font-size: 14px;
}

body #nstext a, body #wh_footer a {
  color: #007AC2;
}

body #nstext a:visited, body #wh_footer a:visited {
  color: #00629b;
}

/*Grid 960 styles */
.container_12, .container_16 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.grid_4 .feature {
  margin-left: 10px;
  margin-right: 10px;
}

.push_1, .pull_1, .push_2, .pull_2, .push_3, .pull_3, .push_4, .pull_4, .push_5, .pull_5, .push_6, .pull_6, .push_7, .pull_7, .push_8, .pull_8, .push_9, .pull_9, .push_10, .pull_10, .push_11, .pull_11, .push_12, .pull_12, .push_13, .pull_13, .push_14, .pull_14, .push_15, .pull_15 {
  position: relative;
}

.container_12 .grid_3, .container_16 .grid_4 {
  width: 220px;
}

.container_12 .grid_6, .container_16 .grid_8 {
  width: 460px;
}

.container_12 .grid_9, .container_16 .grid_12 {
  width: 700px;
}

.container_12 .grid_12, .container_16 .grid_16 {
  width: 940px;
}

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

.container_12 .grid_1 {
  width: 60px;
}

.container_12 .grid_2 {
  width: 140px;
}

.container_12 .grid_4 {
  width: 300px;
}

.container_12 .grid_5 {
  width: 380px;
}

.container_12 .grid_7 {
  width: 540px;
}

.container_12 .grid_8 {
  width: 620px;
}

.container_12 .grid_10 {
  width: 780px;
}

.container_12 .grid_11 {
  width: 860px;
}

.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}

.clearfix:after {
  clear: both;
}

img {
  border-style: none;
}

.link {
  float: right;
  font-size: 12px;
  padding-bottom: 4px;
  padding-right: 8px;
}

.podHeader {
  font-size: 120%;
  color: #265D02;
  text-align: left;
  padding-left: 30px;
}

#apiText {
  padding-left: 20px;
}

#apiToc {
  margin-bottom: 10px;
}

.feedRSS {
  float: right;
  padding-right: 10px;
  padding-left: 4px;
  margin: 0;
}

.ellipsis {
  -moz-binding: url(ellipsis.xml#ellipsis);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.feedSnippet {
  color: #444;
  line-height: 1.5em;
}

#date {
  color: gray;
  font-size: 9pt;
}

#feeds a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}

#feeds a:hover {
  text-decoration: underline;
}

#feeds li {
  list-style: none;
  line-height: 1.55em;
}

#feedLeft {
  left: -5px;
  padding-left: 15px;
  position: absolute;
  top: 50px;
}

#feedRight {
  right: 20px;
  position: absolute;
  top: 50px;
}

#feedRight img:hover, #feedLeft img:hover {
  cursor: pointer;
}

#feed-control, #feedDisplay {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 2px;
}

#feedSnippet {
  padding-right: 3px;
}

.button, .button:visited {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-radius: 6px 6px 6px 6px;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
  border-bottom: 1px solid rgba(0,0,0,0.25);
  position: relative;
  cursor: pointer;
  padding: 5px 10px 6px;
}

.button:hover {
  background-color: #111;
  color: #fff;
}

.button:active {
  top: 1px;
}

.button, .button:visited, .medium.button, .medium.button:visited {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

.large.button, .large.button:visited {
  font-size: 14px;
  padding: 8px 14px 9px;
}

.green.button {
  background-color: #91BD09;
  font-weight: 400;
}

.green.button, .green.button:visited {
  background-color: #91BD09;
}

.green.button:hover {
  background-color: #749A02;
}

.blue.button, .blue.button:visited {
  background-color: #2981e4;
}

.darkblue.button, .darkblue.button:visited {
  background-color: #19528E;
}

#gettingStartedPane {
  padding-top: 4px;
  padding-left: 20px;
  margin: 10px;
}

#gettingStartedPane ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#gettingStartedPane ul li {
  line-height: 2.25em;
}

#gettingStartedPane ul li a {
  text-decoration: none;
  color: #000;
}

#gettingStartedPane ul li a:hover {
  color: #265D02;
}

#gettingStartedPane ul li a span {
  font-size: 12px;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
}

#gettingStartedPane img {
  padding-right: 10px;
  vertical-align: middle;
  max-width: 26px;
  max-height: 26px;
  float: left;
  font-weight: 400;
}

.details {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

a {
  cursor: pointer;
  text-decoration: none;
}

h1, h2, h3, #headerNav {
  /*color: #222;*/
  font-family: "Avenir LT W01 35 Light", ​Verdana, ​Geneva, ​sans-serif;
  /*font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;*/
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: normal;
}

h1 {
  font-size: 30px;
}

h2 {
  color: #103e4e;
  font-size: 18px;
}

.borderLeft {
  border-left: solid 1px #E7E6E2;
}

.dots {
  bottom: 30px;
  left: 30px;
  position: absolute;
  width: 145px;
  z-index: 12;
}

.dots ul {
  margin: 0;
  padding: 0;
}

.dots li {
  float: left;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.dots a span {
  display: none;
}

.dots .dojoxRotatorNumber a {
  background: url(/web/20140922100114oe_/https://developers.arcgis.com/javascript/graphics/dotSprite.png) no-repeat scroll 0 0 transparent;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  outline: 0 none;
  text-decoration: none;
  width: 22px;
  margin: 0;
}

.dots .dojoxRotatorSelected a {
  background: url(/web/20140922100114oe_/https://developers.arcgis.com/javascript/graphics/dotSprite.png) no-repeat scroll -29px 0 transparent;
  cursor: default;
}

#matrixLayout {
  background: none repeat scroll 0 0 #FFF;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  width: 100%;
  height: 100%;
}

#details {
  height: 420px;
  position: relative;
}

#homeRotate {
  margin-bottom: 16px;
  z-index: 0;
}

.item {
  background-color: #FFF;
  background-position: center top;
  background-repeat: repeat-x;
  border-radius: 10px 10px 10px 10px;
  display: none;
  height: 420px;
  min-width: 960px;
  position: absolute;
  top: 0;
  margin: 0 auto;
}

.item .contentWidth {
  font-size: 13px;
  left: 25px;
  line-height: 21px;
  overflow: hidden;
  position: relative;
  top: 50px;
  width: 285px;
  z-index: 10;
}

.whiteTxt {
  color: #FFF;
}

#homeRotate .buttonStandard {
  display: inline-block;
  height: 44px;
  margin-top: 20px;
  width: 171px;
}

form input {
  font-family: Arial, Geneva, sans-serif;
  border: none;
}

/* search for sample search*/
#search {
  /*background-color: #FFF;*/
  /*border: 1px solid #dcdcdc;*/
  float: left;
  margin: 0;
  padding: 0;
  width: 99.5%;
}

::-webkit-input-placeholder {
 color: gray;
}

:-moz-placeholder {
 color: gray;
}

#search input[type="text"] {
  background-color: #FFF;
  color: #636363;
  float: left;
  font-family: Arial, Geneva, sans-serif;
  font-size: 1em;
  width: 93%;
  padding: 0.5em 0 0 0;
}

#search input[type="submit"] {
  /*background: url(/web/20140922100114oe_/https://developers.arcgis.com/javascript/graphics/orangeMag.gif) no-repeat scroll center center transparent;*/
  border: medium none;
  cursor: pointer;
  float: right;
  height: 1.6em;
  width: 5%;/*margin: 1px;*/
} /* end sample search */

/* search for nav bar search */
.container #search {
  float: right;
  height: 2em;
  padding: 0.5em 0 0 0;
  width: 12em;
}

.container #search input[type="text"] {
  background-color: #FFF;
  border: medium none;
  color: #999;
  float: left;
  font-family: Arial, Geneva, sans-serif;
  font-size: 1em;
  height: 2em;
  width: 100%;
  padding: 0.5em;
}

.container #search input[type="submit"] {
  background: url(/web/20140922100114oe_/https://developers.arcgis.com/javascript/graphics/orangeMag.gif) no-repeat scroll center center transparent;
  border: medium none;
  cursor: pointer;
  float: right;
  height: 23px;
  width: 22px;
  margin: 1px;
} /* end nav bar search */

.note {
  color: #578B36;
  display: block;
  font-size: 140%;
  line-height: 1.25em;
}

.filterlist {
  padding-left: 10px !important;
  list-style-type: none;
  line-height: 1.8em;
}

.filterlist li a {
  cursor: pointer;
  color: #3366ff;
  text-decoration: none;
}

.filterlist li a:hover {
  text-decoration: underline;
}

/*Search box for sample search page */
#sampleSearchArea {
  margin-top: 10px;
}

#sampleSearch {
  background-color: #FFF;
  border: 1px solid #CDCDCD;
  width: 270px;
}

#sampleSearch input[type="text"] {
  background-color: #FFF;
  border: medium none;
  color: #999;
  float: left;
  font-family: Arial, Geneva, sans-serif;
  font-size: 12px;
  width: 225px;
  padding: 4px;
}

#sampleSearch input[type="submit"] {
  background: url(/web/20140922100114oe_/https://developers.arcgis.com/javascript/graphics/orangeMag.gif) no-repeat scroll center center transparent;
  border: medium none;
  cursor: pointer;
  float: right;
  height: 23px;
  width: 22px;
  margin: 1px;
}

#homelink {
  color: #222;
  font-size: 1.5em;
  text-decoration: none;
}

#nav {
  height: 126px;
  /*margin: 10px 0 0 0;*/
}

.nav-menu {
  height: 18px;
}

.nav-menu ul {
  float: left;
  margin-left: 5px;
  list-style: none outside none;
  padding: 0 0 0 0;
}

.nav-menu ul li {
  display: inline;
  margin-right: 15px;
}

.nav-menu ul li a, .nav-menu ul li span.selected {
  font-size: 14px;
  color: #636363;
  border-top: 3px solid #FFF;
}

.nav-menu ul li a.selected, .nav-menu ul li span.selected {
  border-top: 3px solid #FF9912;
}

.nav-menu ul li a:hover {
  border-top: 3px solid #FFc125;
}

.blue.button:hover, .darkblue.button:hover {
  background-color: #2575cf;
}

h3, h4 {
  font-size: 15px;
}

.bottom-border {
  border-bottom: 1px solid #dcdcdc;
  padding: 0 0 1em 0;
  margin: 0;
  z-index: 10; /* so auto-complete results show up on top of page content */
}

.grid_3.contentWrapper, .grid_9.contentWrapper, .grid_12.contentWrapper {
  margin-top: 20px;
  -webkit-overflow-scrolling: touch;
}

.grid_12 h2 {
  margin-left: 5px;
  margin-top: 12px;
}

#toggleToc {
  cursor: pointer;
  font-size: 14px;
  margin: 0 0 0 5px;
}

#pageBanner {
  color: #636363;
  font-size: 130%;
  padding: 0 0 0.5em 0;
  /*font-family: 'Avenir LT W01 85 Heavy', Arial, Helvetica, sans-serif;*/
}

p {
  color: black;
  font-family: Verdana, Helvetica, sans-serif;
  font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
  font-size: 1em;
  line-height: 1.6em;
  margin-left: 0.8em;
}

/*#nstext p:first-child {*/
#nstext p {
  margin-bottom: 1em;
  margin-top: 1em;
}

#nstext p.tutorial-outline {
  margin-bottom: 0.5em;
}

#nstext ol.tutorial-outline {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: #dcdcdc 1px solid;
}

#nstext h1, #nstext h3, #nstext h4 {
  font-size: 1.2em;
  margin: 0.2em 0 0.4em 0;
}

#nstext ul, #nstext ol {
  margin: 0 0 2em 0;
  padding: 0 0 0 1.6em;
  margin-left:0.8em;
}

#nstext ol.tutorial-content {
  padding-left: 0.8em;
}

#nstext ul {
  font-size: 1em;
}

#nstext ul li {
  line-height: 1.3em;
  margin-bottom: .5em;
}

#nstext li code {
  font-size: 1.1em;
}

#nstext ol li {
  margin: 0 0 0.2em 0;
}

#nstext ol.tutorial-content>li {
  margin: 0 0 1em 0;
}

#nstext ol li h3 {
  display: inline-block;
}

#nstext strong {
  font-size: 12px;
}

#nstext table.detailTABLE {
  width: 95%;
  margin-top: .1em;
  margin-bottom: .3em;
  border-color: #BFD9ED;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  width:400px;
}

#nstext th.detailTABLE {
  border-color: #BFD9ED;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  background-color: #E5EFF7;
  padding: 4px 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .85em;
  color: #006;
}

#nstext td.detailTABLE {
  border-color: #BFD9ED;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  background-color: white;
  padding: 4px 6px;
  vertical-align: top;
}

#nstext td.detailTABLE table {
  margin-left:-120px;
}
  
#nstext div.detaildiv {
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #006;
  margin: 1.6em 0 1em 0;
  padding: 0 0 0.5em 6px;
}

#nstext div.detailname {
  background-color: #E5EFF7;
  margin: 0 0 0 -0.4em;
  padding: 0.2em 0.5em 0.2em 0.5em;
}

#nstext div.detailname h4 {
  font-size: 1em;
}

#nstext div.detaildesc {
  background-color: white;
  padding: 0.2em 0 0.2em 0;
}

#nstext .detailname h4 {
  font-weight: bold;
}

#nstext p img {
  display: inline-block;
}

#wh_footer {
  /*font-size: 0.75em;*/
  color:#808080;
  line-height: 1.6em;
  padding: 0 0 1em 0;
  clear: both;
}

#samplesLoading {
  padding: 0 0 1em 0;
}

#topicPane {
  margin: 0 15px 0 0;
  position: relative;
}

#nstext div.detailSample {
  background: #E5EFF7;
  padding-left:4px;
}

.tutorial-content div.detailSample .newCode {
  background-color: #F3E7AB;
}

#nstext h4.dtH4 {
  margin: 1em 0 0.5em 0;
}

#nstext h4.sampleLinks {
  margin: 0 0 3em 0;
}

#nstext h4.dtH4 a, #nstext h4.dtH4 span {
  font-size: 0.9em;
}

div.sandbox-wrapper {
  float: right;
  width: 256px;
  padding: 0 10px 10px 25px;
}

div.sandbox-wrapper a>div {
  /*width: 256px;*/
  text-align: center;
  background-color: white;
}

div.sandbox-wrapper img {
  border: solid 2px #ccc;
  border-radius:2px;
}

#samplePane img.sampleThumbnail {
  float: right;
  padding: 0 10px 0 10px;
}

h5 {
  font-size:12px;
  margin-left:0.8em;
}

/* scroll bars */
::-webkit-scrollbar-track-piece {
  background-color: #E5E5E5;
  -webkit-border-radius: 11px;
}

/* use subtle scroll bars in webkit*/
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #eee;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
}
::-webkit-scrollbar-track-piece { 
  background: #eee; 
}

/* compact build logic */
#compactBuildTable {
  margin-left:20%;
  padding-left:10px;
  width:220px;
}

#compactBuildTable tr td {
  text-align:center;
  padding-left:5px;
}

#compactBuildTable tr td:first-child {
  text-align:right;
  padding-right:20px;
}

#compactBuildTable tr:nth-child(2n+0) { 
  background-color:#F7F7F7;
}

#nstext ol {
  font-size: 1em;
  margin: .5em 0em 0em 0em;
}

div.tutNote {
  background: #eee;
  border-radius: 5px;
  margin: 1em 0 0 0.8em;
  padding: 1em;
}
div.tutNote p, div.tutNote code {
  color: #888;
  margin: 0 !important;
}
.padded {
  padding: 0 0 1em 0;
}

table.esriArgAliases {
  border-collapse: collapse;
  margin: 1em 0 1em 0;
  width: 100%;
  max-width: 50em;
}

td.esriFolder {
  background: #eee;
  font-weight: bold;
  padding: 5px;
}

table.esriArgAliases td, table.esriArgAliases {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

table.esriArgAliases tr:hover {
  background: #ccc;
}

table.esriArgAliases th {
  text-align: left;
}

table.esriArgAliases th, table.esriArgAliases td {
  padding-left: 5px;
}

code {
  background: transparent;
  border: none;
}

/* for auto-complete API refrence class search */
#results {
  clear: left; /* required for results to display correctly in firefox */
  background: #FFF;
  color: #666;
  line-height: 1.6em;
  text-shadow: none;
}
#results a {
  background: #fff;
  color: #007AC2;
  display: block;
  padding: 0 0 0 0.5em;
  text-decoration: none;
  text-shadow: none;
}
#results a:visited {
  color: #00629b;
}
#results a:hover, #results a.selected {
  background: #ccc;
}

/* make "GIS" in "ArcGIS" bold */
#site-logo span {
  font-weight: bold;
}

#section-label {
  display: none;
  float: left;
}

#section-label a {
  /*font-size: 1em;*/
  font-size: 15px;
  padding: 0.8em 0.5em 0.8em 0.5em;
}

#footer {
  margin-top: 0px;
}

#footer .row {
  border: none;
}

@font-face {
  font-family: 'icomoon';
  src: url('/web/20140922100114oe_/https://developers.arcgis.com/javascript/fonts/tailcoat/tailcoat.eot');
  src: url('/web/20140922100114oe_/https://developers.arcgis.com/javascript/fonts/tailcoat/tailcoat.eot#iefix') format("embedded-opentype"), url('/web/20140922100114oe_/https://developers.arcgis.com/javascript/fonts/tailcoat/tailcoat.woff') format("woff"), url('/web/20140922100114oe_/https://developers.arcgis.com/javascript/fonts/tailcoat/tailcoat.ttf') format("truetype"), url('/web/20140922100114oe_/https://developers.arcgis.com/javascript/fonts/tailcoat/tailcoat.svg#icomoon') format("svg");
  font-weight: normal;
  font-style: normal;
}

.breadcrumbs li:before, [data-icon]:before, .icon-class:before, .btn.ui-button:before, .btn.success:before, .btn.delete:before, .btn.cancel:before, .btn.loading:before, [class*="icon-"]:before, .checkmarks .click-dropdown-item:before, .drawer-nav .drawer-search:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
}

.icon-green:before {
  color: #35ac46;
}

.icon-blue:before {
  color: #007ac2;
}

.icon-purple:before {
  color: #762783;
}

.icon-orange:before {
  color: #f89927;
}

.icon-gray:before {
  color: gray;
}

.icon-red:before {
  color: #d94c1d;
}

.icon-loading:before {
  content: "\75";
}

.icon-right-arrow:before {
  content: "\74";
}

.icon-left-arrow:before {
  content: "\73";
}

.icon-gauge:before {
  content: "\21";
}

.icon-announcement:before {
  content: "\22";
}

.icon-caution-cone:before {
  content: "\23";
}

.icon-light-bulb:before {
  content: "\24";
}

.icon-lightbulb:before {
  content: "\24";
}

.icon-comment:before {
  content: "\25";
}

.icon-battery:before {
  content: "\26";
}

.icon-laptop:before {
  content: "\27";
}

.icon-globe:before {
  content: "\28";
}

.icon-graph-bar:before {
  content: "\29";
}

.icon-window-alert:before {
  content: "\2a";
}

.icon-search:before {
  content: "\2b";
}

.icon-tags:before {
  content: "\2c";
}

.icon-refresh:before {
  content: "\2d";
}

.icon-window-lines:before {
  content: "\2e";
}

.icon-book:before {
  content: "\2f";
}

.icon-refresh-2:before {
  content: "\30";
}

.icon-search-2:before {
  content: "\31";
}

.icon-bookmark:before {
  content: "\32";
}

.icon-phone:before {
  content: "\33";
}

.icon-tag:before {
  content: "\34";
}

.icon-support:before {
  content: "\35";
}

.icon-settings-2:before {
  content: "\36";
}

.icon-rss:before {
  content: "\37";
}

.icon-email:before {
  content: "\38";
}

.icon-pin-user:before {
  content: "\39";
}

.icon-pin-geonote:before {
  content: "\3a";
}

.icon-star:before {
  content: "\3b";
}

.icon-delete:before {
  content: "\3d";
}

.icon-unlocked:before {
  content: "\3f";
}

.icon-locked:before {
  content: "\40";
}

.icon-code:before {
  content: "\41";
}

.icon-find:before {
  content: "\42";
}

.icon-building:before {
  content: "\43";
}

.icon-bug:before {
  content: "\44";
}

.icon-grid:before {
  content: "\45";
}

.icon-help:before {
  content: "\46";
}

.icon-gears:before {
  content: "\47";
}

.icon-map-pin:before {
  content: "\48";
}

.icon-window-cursor:before {
  content: "\49";
}

.icon-list-2:before {
  content: "\4a";
}

.icon-window-close:before {
  content: "\4b";
}

.icon-alert:before {
  content: "\4c";
}

.icon-compass:before {
  content: "\4d";
}

.icon-edit:before {
  content: "\4e";
}

.icon-share:before {
  content: "\4f";
}

.icon-camera:before {
  content: "\50";
}

.icon-exit:before {
  content: "\51";
}

.icon-clock:before {
  content: "\52";
}

.icon-locate-2:before {
  content: "\53";
}

.icon-graph-pie:before {
  content: "\54";
}

.icon-analytics:before {
  content: "\56";
}

.icon-eye-open:before {
  content: "\57";
}

.icon-list:before {
  content: "\58";
}

.icon-map-trail:before {
  content: "\59";
}

.icon-airplane:before {
  content: "\5a";
}

.icon-star-2:before {
  content: "\5b";
}

.icon-window-console:before {
  content: "\5c";
}

.icon-iphone:before {
  content: "\5d";
}

.icon-heart:before {
  content: "\5e";
}

.icon-user:before {
  content: "\5f";
}

.icon-home:before {
  content: "\60";
}

.icon-google-plus:before {
  content: "\61";
}

.icon-linked-in:before {
  content: "\62";
}

.icon-play:before {
  content: "\63";
}

.icon-twitter:before {
  content: "\64";
}

.icon-check:before {
  content: "\65";
}

.icon-apple:before {
  content: "\66";
  color: #cccccc;
}

.icon-locate:before {
  content: "\67";
}

.icon-tag-2:before {
  content: "\68";
}

.icon-plus:before {
  content: "\69";
}

.icon-cancel:before, .icon-close:before {
  content: "\6b";
}

.icon-minus:before {
  content: "\6c";
}

.icon-github:before {
  content: "\6d";
}

.icon-android:before {
  content: "\6e";
  color: #A4C639;
}

.icon-facebook:before {
  content: "\6f";
}

.icon-polyline:before {
  content: "\70";
}

.icon-polygon:before {
  content: "\71";
}

.icon-pin-add:before {
  content: "\6a";
}

.icon-pin-user-add:before {
  content: "\72";
}

.icon-pin-geonote-add:before {
  content: "\55";
}

.icon-pin:before {
  content: "\3c";
}

.icon-windows-8:before {
  content: "\79";
}

.icon-windows-classic:before {
  content: "\7a";
}

.icon-stack-exchange:before {
  content: "\7c";
}

.icon-java:before {
  content: "\7d";
}

.icon-flex:before {
  content: "\e000";
}

.icon-list-view:before {
  content: "\e001";
}

.icon-light-bulb:before {
  content: "\e003";
}

.icon-storage:before {
  content: "\e004";
}

.icon-cloud:before {
  content: "\e005";
}

.icon-geotrigger:before {
  content: "\e006";
}

.icon-directions:before {
  content: "\e009";
}

.icon-select-toggle:before {
  content: "\e002";
}

.icon-javascript:before {
  content: "\e007";
}

.icon-location-context:before {
  content: "\e008";
}

.icon-geo:before {
  content: "\e00a";
}

.icon-community:before {
  content: "\e00e";
}

.icon-external-link:before {
  content: "\e00f";
}

.icon-jquery:before {
  content: "\e010";
  color: #0b50a0;
}

.icon-gear:before {
  content: "\e011";
}

.icon-html5:before {
  content: "\e00b";
}

.icon-html5-alt:before {
  content: "\e00c";
}

.icon-data:before {
  content: "\3e";
}

.icon-rest:before {
  content: "\76";
}

.icon-data-alt:before {
  content: "\e00d";
}

.icon-grid-alt:before {
  content: "\e012";
}

.icon-map:before {
  content: "\e013";
}

.icon-video:before {
  content: "\e014";
}

.icon-stopwatch:before {
  content: "\e015";
}

.icon-link:before {
  content: "\e016";
}

.icon-stack:before {
  content: "\e017";
}

.icon-paint-format:before {
  content: "\e018";
}

.icon-arrow-down:before {
  content: "\e01a";
}

.icon-arrow-up:before {
  content: "\e01b";
}

.icon-push-right:before {
  content: "\e01c";
}

.icon-push-left:before {
  content: "\e01d";
}

.icon-checked:before {
  content: "\e01e";
}

.icon-unchecked:before {
  content: "\e01f";
}

.icon-table:before {
  content: "\e020";
}

.icon-sort-down-2:before {
  content: "\e021";
}

.icon-sort-up-2:before {
  content: "\e022";
}

.icon-notebook:before {
  content: "\77";
}

.icon-legacy:before {
  content: "\78";
}

.icon-open-book:before {
  content: "\7b";
}

.icon-key:before {
  content: "\7e";
}

.icon-beaker:before {
  content: "\f0c3";
}

.icon-more:before {
  content: "\e601";
}

.icon-la-point:before {
  content: "\e602";
}

.icon-navigation:before {
  content: "\e603";
}

.icon-filter:before {
  content: "\e600";
}

@media screen and (max-width:960px) {
  .navigation-bar nav ul,.section-bar nav {
    display: none
  }
  .navigation-bar nav {
    padding: 0;
  }
}

@media screen and (max-width:960px) {
  #mobile-navigation {
    display: none;
    margin-right: 20px
  }
}

@media screen and (max-width:960px) {
  #mobile-navigation {
    display: inline-block;
    float: right;
    margin-right: 0;
    position: absolute;
    right: 1.4em;
    z-index: 20;
  }
}

@media screen and (max-width:1080px) {
  #esri-logo {
    display: block;
  }
}

@media screen and (max-width:960px) {
  #esri-logo {
    display: none
  }
  #section-label {
    display: inline-block;
  }
}

