html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

html, body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: white;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /* keeps things from getting wiggy on touch */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

h1, h2 {
  font-weight: 300; }

h1 {
  font-size: 100px;
  line-height: 110px; }

h2 {
  font-size: 30px;
  line-height: 35px; }

body {
  background-color: #FFF;
  display: flex;
  flex-direction: column; }

/* hides adobe analytics white stripe */
div.adsbox {
  display: none; }

a {
  cursor: pointer; }

.banner {
  background-color: #404040;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 500px) {
    .banner {
      padding: 5px; } }
  .banner a#logo {
    margin-left: 10px;
    margin-right: 15px;
    margin-top: 7px; }
    .banner a#logo img {
      max-height: 50px; }
  .banner a#title {
    /* to do: this should be an h3 or something, shouldn't it? */
    color: white;
    flex-grow: 1;
    margin-top: -2;
    margin-right: 10px;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .intro .banner a#title {
      left: 0px;
      visibility: hidden; }
    @media (max-width: 500px) {
      .banner a#title {
        display: none; } }
  .banner .social-button-bar {
    display: flex;
    align-items: center;
    color: #b3a7a9;
    cursor: pointer; }
    .banner .social-button-bar * {
      margin-right: 10px; }
    .banner .social-button-bar .story-map-link {
      margin-right: 15px; }
  .banner .social-button-bar {
    flex-shrink: 0;
    color: white; }
    .banner .social-button-bar a.story-map-link {
      color: white;
      text-decoration: none; }

div.banner {
  flex-shrink: 0;
  background-color: white; }
  div.banner div.social-button-bar {
    color: #00689e; }
    div.banner div.social-button-bar a.story-map-link {
      color: #00689e; }
      @media (max-width: 500px) {
        div.banner div.social-button-bar a.story-map-link {
          display: none; } }
  div.banner a#logo img {
    width: 200px; }
  div.banner a#esri-logo img {
    max-height: 35px;
    margin-right: 20px; }
    @media (max-width: 500px) {
      div.banner a#esri-logo img {
        display: none; } }

#hero {
  background-color: #232227;
  background-image: url("../resources/hero.jpg");
  background-size: cover;
  background-position: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px; }
  @media (max-width: 500px) {
    #hero {
      padding-left: 25px;
      padding-right: 25px; } }
  #hero div#inner {
    max-width: 1200px; }
    #hero div#inner h1 {
      margin-top: 0px;
      margin-bottom: 40px; }
      @media (max-width: 1000px) {
        #hero div#inner h1 {
          font-size: 60px;
          line-height: 70px; } }
      @media (max-width: 700px) {
        #hero div#inner h1 {
          font-size: 33px;
          line-height: 35px; } }
    #hero div#inner h2 {
      max-width: 1300px;
      margin-top: 0px;
      margin-bottom: 60px; }
      @media (max-width: 700px) {
        #hero div#inner h2 {
          font-size: 16px;
          line-height: 19px; } }
    #hero div#inner div#buttonRow {
      display: flex; }
      #hero div#inner div#buttonRow a {
        background-color: #6c86a9;
        color: white;
        font-size: 30px;
        padding: 20px;
        font-weight: 400;
        line-height: 35px;
        text-decoration: none; }
        @media (max-width: 700px) {
          #hero div#inner div#buttonRow a {
            font-size: 16px;
            line-height: 19px;
            padding: 10px; } }
      #hero div#inner div#buttonRow a:first-child {
        margin-right: 20px; }

/*# sourceMappingURL=main.css.map */
