      body, html {
        height: 100%; width: 100%; margin:0; padding:0;
      }
      #map {
          height:100%;
          width: 100%;
      }

      #infowindow-content .title {
        font-weight: bold;
      }

      #infowindow-content {
        display: none;
      }

      #map #infowindow-content {
        display: inline;
      }

      .compass-logo {
        position: absolute;
        bottom: 0.5%;
        left: 80px;
	opacity: .8;
     }

/* ryder overrides */

.off-canvas-wrap {height:100%}
.inner-wrap {height:100%}
.l-header {
  /*
  background: url(/service-map/images/redesign-images/swooshes.svg) no-repeat;
  background-size: contain;
  background-position: 2.375rem 0.0625rem;
  min-height: 3.125rem;
  */
  background: #003a70 url("/themes/custom/cdta/dist/images/misc/lines2.svg") no-repeat;
  /*background-position: -100px 9px;
  background-size: 270px;*/
  background-position: -50px 5px;
  background-size: 66.6%;
  /* transform: scaleY(-1) rotate(180deg); */
}

/*
      .l-header {
	margin-bottom:10px !important;
      }
.off-canvas-wrap .inner-wrap .right-off-canvas-menu dl dt h2 {
 font-size: 0.87rem !important;
 margin-top: 10px !important;
}
.right-off-canvas-menu {
  width: 14.8rem !important;
}
.accordion .accordion-navigation>a, .accordion dd>a {
  font-size: 1rem !important;
}
*/
/*
.accordion-navigation>a, .off-canvas-wrap .inner-wrap .accordion .accordion-navigation .accordion dd>a {
    padding: 0.2625rem 0.9375rem 0.2625rem 2.1875rem !important;
}
*/

      .pac-card {
        margin: 10px 10px 0 0;
        border-radius: 2px 0 0 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        outline: none;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        background-color: #fff;
        font-family: Roboto;
      }

      #pac-container {
        padding-bottom: 12px;
        margin-right: 12px;
      }

      .pac-controls {
        display: inline-block;
        padding: 5px 11px;
      }

      .pac-controls label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
      }

      #sm-search {
	display: none;
        background-color: #fff;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 300;
        padding: 0 11px 0 13px;
        text-overflow: ellipsis;
        width: 250px;
	top: 60px !important;
	left: 10px !important;
	font-size:1.4em !important;
	color: #000;
      }

      #sm-search:focus {
        border-color: #4d90fe;
      }

      #num_buses {
        position: absolute;
        top: 160px;
        left: 10px;
	font-size: .9em;
	width: 125px;
        background-color: #fff;
        color: #000;
        border: 1px solid #aaa;
        padding: 2px 2px 2px 5px;
	cursor: pointer;
      }

      #countdown {
	display: none;
        position: absolute;
        top: 110px;
        left: 10px;
	font-size: .9em;
	width: 169px;
        background-color: #666;
        color: #fff;
        border: 1px solid #aaa;
        padding: 2px 2px 2px 5px;
	cursor: pointer;
      }

