body {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  margin: 0;
  height: 100%;
  width: 100%; }

a, a:link {
  color: #30638E;
  text-decoration: none;
  transition: 0.2s ease-in-out; }
  a:hover, a:focus, a:link:hover, a:link:focus {
    color: #003D5B; }

input {
  font-family: "Work Sans", sans-serif; }

.welcome {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  display: flex;
  align-items: center; }
  .welcome .welcome-content {
    max-width: 600px;
    margin: auto;
    background: white;
    padding: 1.5em;
    max-height: 600px;
    overflow: auto;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.7);
    -moz-box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.7);
    box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.7);
    border-radius: 6px;
    border: 2px solid #e46653; }
    .welcome .welcome-content h1 {
      margin-top: 0; }
    .welcome .welcome-content .welcome-logo {
      height: 75px;
      float: left;
      padding: 0 10px 10px 0;
      display: block; }
    .welcome .welcome-content .dividing-line {
      border-bottom: 3px solid #e46653; }

.map-container .bigger {
  font-size: 1em; }

.map-container .go {
  background: #0eda59;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0eda59 0%, #0dbf4c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0eda59), color-stop(100%, #0dbf4c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0eda59 0%, #0dbf4c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0eda59 0%, #0dbf4c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0eda59 0%, #0dbf4c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0eda59 0%, #0dbf4c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= $top, endColorstr=$bottom,GradientType=0 );
  /* IE6-9 */ }
  .map-container .go:hover {
    background: #1fba58;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1fba58 0%, #1b9e4b 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1fba58), color-stop(100%, #1b9e4b));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1fba58 0%, #1b9e4b 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1fba58 0%, #1b9e4b 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1fba58 0%, #1b9e4b 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #1fba58 0%, #1b9e4b 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= $top, endColorstr=$bottom,GradientType=0 );
    /* IE6-9 */ }

input[type='button'] {
  background: #ff816b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff816b 0%, #e46653 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff816b), color-stop(100%, #e46653));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff816b 0%, #e46653 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff816b 0%, #e46653 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff816b 0%, #e46653 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff816b 0%, #e46653 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= $top, endColorstr=$bottom,GradientType=0 );
  /* IE6-9 */
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 4px;
  color: #ffffff;
  padding: 5px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8em;
  border: 1px solid #8a8a8a;
  text-shadow: 0 0 5px #666666;
  box-shadow: 0 0 3px #666;
  cursor: pointer;
  transition: all 0.5s ease;
  margin-top: 0.5em 0; }

input[type='button']:hover {
  background: #cc6556;
  background-image: -webkit-linear-gradient(top, #cc6556, #b34d42);
  background-image: -moz-linear-gradient(top, #cc6556, #b34d42);
  background-image: -ms-linear-gradient(top, #cc6556, #b34d42);
  background-image: -o-linear-gradient(top, #cc6556, #b34d42);
  background-image: linear-gradient(to bottom, #cc6556, #b34d42);
  text-decoration: none; }

.directions-input {
  width: 90%; }

.directions-buttons {
  margin: 0.2em 0 1em; }

.map-container {
  display: block;
  height: calc(100% - 5em);
  width: 100%;
  position: absolute; }

.logo-container {
  height: 100px;
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  padding: 0.1em; }
  .logo-container img {
    height: 100%; }

.sub-map-area {
  height: 5em;
  background: linear-gradient(to bottom, #ff816b 0%, #e46653 100%);
  position: absolute;
  padding: 0;
  overflow: hidden;
  bottom: 0;
  width: 100%;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5); }
  .sub-map-area .tools {
    display: flex;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 0.75em 0.25em;
    width: auto;
    max-width: 1000px; }
    .sub-map-area .tools .tool-toggle {
      height: 100%;
      display: inline-block;
      flex-grow: 1;
      flex-basis: 0;
      cursor: pointer;
      padding: 0 0.25em;
      font-weight: bold;
      text-transform: uppercase; }
      .sub-map-area .tools .tool-toggle:nth-child(n+2) {
        border-image: linear-gradient(to bottom, rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 0.4) 20%, rgba(28, 28, 28, 0.7) 50%, rgba(28, 28, 28, 0.4) 80%, rgba(28, 28, 28, 0) 100%) 0 0 0 100%/0 0 0 1px stretch;
        border-style: solid;
        border-width: 1px; }
      .sub-map-area .tools .tool-toggle img {
        height: 25px;
        display: block;
        margin: 0 auto 10px; }

#map {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
  background-color: #e5e3df;
  top: 0;
  left: 0; }

.error {
  margin-bottom: 1em;
  color: #ff4005;
  font-weight: bold; }

.cartodb-logo img {
  bottom: 0 !important; }

div.cartodb-legend.custom {
  left: 50px;
  right: auto;
  border-radius: 2px;
  display: none; }
  div.cartodb-legend.custom.tool-visible {
    display: block; }

.new-legend ul {
  padding: 0; }
  .new-legend ul li {
    position: relative;
    margin: 0 0 7px;
    list-style: none; }
.new-legend .legend-lines {
  margin-bottom: 1.5em; }
  .new-legend .legend-lines .collection {
    margin: 1em 0 0.5em 1em; }
    .new-legend .legend-lines .collection span {
      margin-left: 5px;
      padding: 0;
      height: auto;
      font-size: 1.15em; }
  .new-legend .legend-lines li:before {
    content: "";
    display: block;
    width: 3em;
    height: 1px;
    position: absolute;
    top: 35%;
    z-index: 1; }
  .new-legend .legend-lines li span {
    padding-left: 4.5em; }
.new-legend .legend-symbols {
  margin-top: 10px;
  margin-left: 10px; }
  .new-legend .legend-symbols input {
    vertical-align: super; }
  .new-legend .legend-symbols li {
    height: auto; }
  .new-legend .legend-symbols img {
    height: 1.5em;
    margin-right: 10px;
    margin-left: 10px; }
  .new-legend .legend-symbols span {
    vertical-align: super; }

.bikepedpath:before {
  border-top: solid 4px #229A00; }

.convbikelane:before {
  border-top: solid 4px #FFA300; }

.unpaved:before {
  border-top: dashed 4px #229A00; }

.sidewalk:before {
  border-top: dashed 4px #A52A2A; }

.propconvbikelane:before {
  border-top: dashed 4px #FFA300; }

.heavytraffic:before {
  border-top: solid 4px #F11810; }

.lighttraffic:before {
  border-top: solid 4px #7B00B4; }

.proplane:before {
  border-top: dashed 4px #229A00; }
  
.plainwhite:before {
  border-top: solid 4px #FFFFFF; }

.controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); }

.google-search-wrapper {
  position: relative; }

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 300px;
  z-index: 1;
  position: absolute; }

#pac-input:focus {
  border-color: #4d90fe; }

.pac-container {
  font-family: 'Roboto'; }

.search-box, .close-icon, .search-wrapper {
  position: relative;
  padding: 10px; }

.search-wrapper {
  width: 500px;
  margin: auto;
  margin-top: 50px; }

.search-box {
  width: 80%;
  border: 1px solid #ccc;
  outline: 0;
  border-radius: 15px; }

.search-box:focus {
  box-shadow: 0 0 15px 5px #b0e0ee;
  border: 2px solid #bebede; }

.reset-search {
  border: 1px solid transparent;
  background-color: #e46653;
  outline: 0;
  cursor: pointer;
  z-index: 10;
  position: absolute;
  left: 285px;
  top: 15px;
  border-radius: 2px;
  color: #FFF;
  font-weight: bold;
  padding: 0 4px; }

/*
.reset-search::after {
	content: "X";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    background-color: #FA9595;
    z-index: 1;
    right: 130px;
    top: 35px;
    bottom: 0;
    margin: auto;
    padding: 2px;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-weight: normal;
	box-shadow: 0 0 2px #E50F0F;
    cursor: pointer;
    font-weight: bold;
}
*/
#pac-input:not(:valid) ~ .reset-search {
  display: none; }

#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px; }

#type-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300; }

#gps-container div {
  margin: 1em 0; }

#highlight {
  position: absolute;
  height: 2em;
  width: 90%;
  bottom: 22px;
  background: #fcff76;
  z-index: -1;
  opacity: 0; }

#distance {
  text-align: center; }

#directions {
  max-width: 300px; }
  #directions h3 {
    font-size: 1.1em;
    margin: 5px 0 !important; }

#switchAB {
  float: right;
  margin-top: 15px; }

.hidden {
  display: none; }

.tool {
  display: none;
  z-index: 1;
  position: absolute;
  left: 10px;
  bottom: 30px;
  padding: 1em;
  margin-right: 40px;
  border: 1px solid black;
  background: #FFF;
  webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 2px;
  border: 1px solid #999; }
  .tool h2 {
    margin: 0 auto 0.5em; }
  .tool.tool-visible {
    display: block; }

.inline-image {
  display: inline;
  height: 1.1em;
  float: none !important;
  vertical-align: middle; }

#home-intro-bottom-close {
  display: block;
  margin: 0 auto;
  font-size: 1em; }

.help {
  position: absolute;
  z-index: 1;
  padding: 2px 6px;
  font-size: 2em;
  bottom: 32px;
  left: 10px;
  cursor: pointer;
  background: #FFF;
  font-weight: bold;
  webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 1px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 1px 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

#help-tool {
  max-height: 300px;
  max-width: 500px;
  overflow: auto; }
  #help-tool h3 {
    margin-top: 1.5em; }
  #help-tool ul li, #help-tool ol li {
    margin: 0.75em 0; }
  #help-tool .help-image {
    display: block;
    float: right;
    max-height: 150px; }
  #help-tool .italics {
    font-style: italic; }

label:after {
  content: '\a';
  white-space: pre; }

img.close {
  position: relative;
  height: 15px;
  display: block;
  float: right;
  cursor: pointer;
  padding: 5px; }
  img.close.home-close {
    height: 25px; }

div#cartodb-gmaps-attribution, .cartodb-logo {
  z-index: 1 !important; }

div.cartodb-popup h2 {
  font-size: 1.1em !important;
  margin-bottom: 0.5em; }

@media screen and (max-width: 40em) {
  .logo-container {
    height: 75px;
    margin-left: 0.2em; }

  .reset-search {
    left: 165px; }

  #pac-input {
    width: 180px; }

  .sub-map-area .tools .tool-toggle {
    font-size: 0.8em; }

  .tool {
    max-height: 300px;
    overflow: auto; }

  .tool,
  div.cartodb-legend.custom {
    left: 5px; }

  .map-container .bigger {
    font-size: 0.9em;
    margin-top: 0; }

  .welcome .welcome-content {
    max-height: 450px;
    overflow: auto;
    margin: auto 1em; }
    .welcome .welcome-content h2 {
      margin-top: auto; }
    .welcome .welcome-content .welcome-logo {
      float: none; } }
@media print {
  #pac-input, .sub-map-area, #help {
    display: none; }

  body:before {
    display: block;
    content: "Explore the full map from any device at http://bikealbanymap.com";
    margin-bottom: 10px; } }

/*# sourceMappingURL=main.css.map */
