body {
    width: 100%;
    overflow: visible;
}
a[href*="?style=directionsbutton"],a.btn{
    text-decoration: underline;
}
.container {
    height: 100%;
    box-sizing:border-box;
    padding-top: 0 !important;
    overflow: visible;
}
.global-header {
    position: relative;
}

.modal-open .dropdown-menu {
  z-index: 2050;
}
.modal-open .dropdown.open {
  *z-index: 2050;
}
.modal-open .popover {
  z-index: 2060;
}
.modal-open .tooltip {
  z-index: 2070;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  overflow: auto;
  width: 560px;
  /*margin: -250px 0 0 -280px;*/
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
  float: right;
}
.modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}


/*
* jQuery Joyride Plugin 1.0.2
* www.ZURB.com/playground
* Copyright 2011, ZURB
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
#joyRideTipContent {
  display: none;
}
/* Default styles for the container */
.joyride-tip-guide {
  position: absolute;
  background: #2c2c2c;
  padding: 10px 10px 10px 15px;
  color: #fff;
  width: 325px;
  z-index: 999;
  font-weight: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /* Add a little css triangle pip, older browser just miss out on the fanciness of it */

}
.joyride-tip-guide span.joyride-nub {
  display: block;
  position: absolute;
  left: 15px;
  width: 0;
  height: 0;
  z-index: 999;
  border: 6px solid transparent;
}
.joyride-tip-guide span.joyride-nub.top {
  border-bottom-color: #2c2c2c;
  top: -12px;
  bottom: none;
}
.joyride-tip-guide span.joyride-nub.bottom {
  border-top-color: #2c2c2c;
  bottom: -12px;
  top: none;
}
/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #fff;
}
.joyride-tip-guide a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: dotted 1px rgba(255, 255, 255, 0.6);
}
.joyride-tip-guide a:hover {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: none;
}
/* Button Style */
.joyride-tip-guide .joyride-next-tip:after {
  clear: both;
}
.joyride-tip-guide .joyride-next-tip {
  display: inline-block;
  padding: 4px 10px 4px;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid;
  border-color: #0E72B4 #0E72B4 #0E72B4;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-color: #0a83ca;
  background-image: -moz-linear-gradient(top, #107fc9, #0088cc);
  background-image: -ms-linear-gradient(top, #107fc9, #0088cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#107fc9), to(#0088cc));
  background-image: -webkit-linear-gradient(top, #107fc9, #0088cc);
  background-image: -o-linear-gradient(top, #107fc9, #0088cc);
  background-image: linear-gradient(top, #107fc9, #0088cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#107fc9', endColorstr='#0088cc', GradientType=0);
}
.joyride-tip-guide .joyride-next-tip:hover {
  color: #ffffff !important;
  border: solid 1px #003cb4 !important;
  background-color: #2576ed;
  background-image: -moz-linear-gradient(top, #2b80ff, #1d66d3);
  background-image: -ms-linear-gradient(top, #2b80ff, #1d66d3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2b80ff), to(#1d66d3));
  background-image: -webkit-linear-gradient(top, #2b80ff, #1d66d3);
  background-image: -o-linear-gradient(top, #2b80ff, #1d66d3);
  background-image: linear-gradient(top, #2b80ff, #1d66d3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b80ff', endColorstr='#1d66d3', GradientType=0);
}
.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px rgba(255, 255, 255, 0.1);
  position: absolute;
  right: 17px;
  bottom: 16px;
}
.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: rgba(255, 255, 255, 0.25);
}
.joyride-close-tip {
  position: absolute;
  right: 10px;
  top: 5px;
  color: rgba(255, 255, 255, 0.5) !important;
  text-decoration: none;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  border-bottom: none !important;
}
.joyride-close-tip:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
html {
  height: 100%;
  overflow-y: hidden;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
img {
  max-width: none;
}
.navbar {
  margin-bottom: 0;
  position: relative;
}
.navbar .container {
  margin: 0;
  padding: 0 20px;
  width: auto;
}
.navbar .brand {
  padding-top: 12px;
}
.navbar-text img {
  float: right;
  margin-top: 8px;
}
#footer {
  margin-top: 1.5rem;
  font-size: 1rem;
}
#footer * {
    font-size: 1rem;
}
#footer #afs {
  border-top: 1px solid #ddd;
  color: #adadad;
  padding: 10px;
  margin-bottom: 0;
}
#campusmap-ui {
  margin: 0;
  position: relative;
}
#map-canvas {
    bottom: 0;
    left: 380px;
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: left 400ms ease;
	-moz-transition: left 400ms ease;
	-o-transition: left 400ms ease;
	transition: left 400ms ease;
}
#map-canvas.hide-panel {
	 left: 0;
}
#map-canvas label {
  /*float: right;
  padding-top: 2px;*/
  text-align: left;
  width: auto;
  position: relative;
  top: 4px;
  margin-left: 4px;
}
.map-infowindow {
    overflow: hidden;
    /*width: 380px;*/
    width: auto;
    font-size: 1rem;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    padding: 0 5px 5px;
}
.map-infowindow h4 {
    padding:0 5px 0;
}
/*.map-infowindow img {
  margin-bottom:5px;
  margin-right:10px;
  max-width:100px;
  height:auto
}*/
.infowindow-text {
}
.map-infowindow address, .map-infowindow p {
  margin-bottom: 5px;
}
.map-infowindow p:last-child {
    margin-bottom: 0;
}
.map-infowindow a {
    text-decoration: underline;
    outline: none;
}
.modal {
  width: 530px;
  max-width: 100%;
}
#panel-wrapper {
    width: 380px;
    margin: 0;
    position: absolute;
    background-color: #fff;
    border-right: 1px solid #ddd;
    -webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	left: 0;
}
#panel-wrapper.hide-panel {
    left: -380px
}
@media only screen and (max-width:60em){
    #panel-wrapper, .js-campusmap-ui #panel-wrapper.hide-panel {
        left: -380px
    }  
    #map-canvas, .js-campusmap-ui #map-canvas.hide-panel {
	    left: 0;
    }
    #map-options-toggler, .js-campusmap-ui #panel-wrapper.hide-panel #map-options-toggler {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    #panel-wrapper #options-nav-bar, .js-campusmap-ui #panel-wrapper.hide-panel #options-nav-bar {
        left: 40px;
    }
    .js-campusmap-ui #panel-wrapper {
        left: 0;
    }
    .js-campusmap-ui #map-canvas {
        left: 380px;
    }
    .js-campusmap-ui #map-options-toggler {
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    .js-campusmap-ui #panel-wrapper  #options-nav-bar {
        left: 0;
    }
    /* used by js to determine if this is a small screen size */
    #footer #afs {
        padding-bottom: 0;
        margin-bottom: 10px;
        background: #ffffff;
    }
}
#features-panel {
  overflow: auto;
  padding: 15px;
  top: 0;
  z-index: 999;
}
#options-nav-bar {
  /*border-bottom: 1px solid #eee;*/
  margin: 0;
  overflow: hidden;
  padding: 15px 15px 5px 15px;
  position: relative;
}
#panel-wrapper.hide-panel #options-nav-bar {
    left: 40px;
}
#map-options-toggler {
  font-size: 1rem;
  position: absolute;
  right: 0;
  top: 15px;
  text-shadow: none;
  font-size: 1rem;
  padding: .625em .25em;
  background-color: #eeb111;
  display: block;
  overflow: hidden;
}
#map-options-toggler .icon-chevron {
    height: .675rem;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    margin-top: .3rem;
    margin-bottom: .3rem;
    line-height: 1rem;
}
#panel-wrapper.hide-panel #map-options-toggler {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.tabs {
  background: #fff;
  border: 1px solid #999;
  border-top: none;
  width: 100%;
}
.tabs-content {
  color: #505050;
  display: none;
  font-size: 1rem;
}
.tabs-content a {
  text-decoration: none;
}
#features-panel fieldset legend {
    width: 100%;
    padding-bottom: 1rem;
    margin-bottom: 0;
    font-size: 1.625rem;
    line-height: .9;
    font-weight: 700;
    font-family: myriad-pro-condensed,sans-serif;
    text-transform: uppercase;
    color: #000;
    float: left;
}
@media screen and (min-width: 85em){
#features-panel fieldset legend {
    font-size: 1.875rem;
}
}
#map-results-wrap {
  display: none;
  padding: 0 0 20px;
}
#map-results-wrap * {
    font-size: 1rem;
}
#map-results .page {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#map-results .page.active {
  display: block;
}
#map-results .page li {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
#map-results .page li .marker-result-label {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  display: inline-block;
  font-size: 1.125rem;
  margin-top: .1em;
  padding: 7px 0 5px 0;
  text-align: center;
  vertical-align: top;
  width: 10%;
}
#map-results .page li a {
  display: inline-block;
  margin: 0;
  padding: 0 0 10px 5px;
  width: 72%;
  font-size: 1rem;
  line-height: 1.25em;
}
#map-results .page li a span {
  color: #B0B0B0;
  display: block;
  font-size: 90%;
}
.pagination {
    overflow: hidden;
    margin: 0;
}
.pagination ul {
    list-style: none;
    margin-left: 0;
    margin-top: 1.25rem;
    overflow: hidden;
}
.pagination a,
.pagination span {
  border-right: 1px solid #ddd;
  float: left;
  line-height: 26px;
  padding: 0 8px;
}
.pagination li:last-child a,
.pagination li:last-child span {
  border-right: none;
}
.pagination .active a {
    background: #ddd;
}
.pagination li.disabled span {
  background-color: transparent;
  color: #bfbfbf;
}
.btn-group {
    overflow: hidden;
}
.btn-group a {
    display: block;
    float: left;
    border: 2px solid #C7C8C7;
    text-align: center;
    font-size: 1rem;
    line-height: 1;
    padding: .625em .625em;
    font-weight: 700;
    font-family: myriad-pro-condensed,sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .08em;
    margin-left: -2px;
    -webkit-transition: background-color 300ms ease;
	-moz-transition: background-color 300ms ease;
	-o-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
}
.btn-group a:hover, .btn-group a.active {
    background-color: #C7C8C7;;
}
.btn-group a:first-child {
    margin-left: 0;
}
.btn-group a svg {
    display: block;
}
.kwsearch-clear, .tabs-content .kwsearch-clear {
  cursor: pointer;
  display: none;
  font-size: 1rem;
  text-decoration: underline;
  margin-top: .25em;
  color: #505050;
}
#features-panel form {
  padding-bottom: 1rem;
  position: relative;
  width: 99%;
}
#features-panel form fieldset {
  margin-bottom: 10px;
  position: relative;
}
#features-panel form fieldset#kwsearch {
  display: block;
  margin-top: 5px;
}
#features-panel form fieldset#kwsearch .help-block {
  font-size: 11px;
  margin-top: 3px;
}
#features-panel form fieldset#kwsearch input {
    width: 100%;
}
#features-panel form fieldset#locsearch {
  display: none;
}
#features-panel form fieldset#locsearch label {
  line-height: 24px;
  text-align: left;
}
#features-panel form fieldset#locsearch .kwsearch-clear {
  /*left: 270px;
  top: 34px;*/
}
#features-panel form fieldset#locsearch #locsearch-select {
    height: 2.5rem;
    width: 100%;
    padding: 0.5rem;
    border: 1px solid rgb(117, 117, 117);
}
#features-panel form .input {
  margin-left: 0;
}
#filter-map legend,
#link legend {
  border: none;
}
#filter-map ul {
  list-style: none;
  margin: -15px 0 0;
  padding: 0;
}
#filter-map ul li.filter-heading {
  color: #333;
  font-weight: 700;
  font-size: 1.125rem;
  font-family: myriad-pro-condensed,sans-serif;
  margin: 15px 0 5px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
#filter-map label {
    padding-left: 2.625em;
  position: relative;
  line-height: 1.4em;
  font-size: 1rem;
}
#filter-map label input {
  margin-right: 24px;
}
.filter-icon {
  display: inline-block;
  height: 10px;
  left: 1.625em;
  margin-right: 6px;
  position: absolute;
  top: 7px;
  width: 10px;
}
.filter-icon.filter-icon-academics {
  background-color: #e12;
}
.filter-icon.filter-icon-administrative {
  background-color: #fd964d;
}
.filter-icon.filter-icon-housing {
  background-color: #fcdb6c;
}
.filter-icon.route-icon {
  top: -1px;
}
.filter-icon.service-icon, .filter-icon.ada-icon {
  left: 1.25em;
  padding: 0;
  top: -2px;
}
.filter-icon.service-icon img, .filter-icon.ada-icon img {
  height: 24px;
  width: 24px;
}
#sharedlink {
  height: 75px;
  width: 95%;
}
.map-pdf a {
    text-decoration: underline;
}
.map-pdf svg {
    position: relative;
    display: inline-block;
    top: .1em;
    margin-right: .2em;
}
.gm-style {
    font-family: myriad-pro,sans-serif !important;
}
.gm-style-iw p, .gm-style-iw *:not(h4):not(h3), .modal-body * {
    font-size: 1rem;
    line-height: 1.4em;
    font-family: myriad-pro,sans-serif !important;
}
.modal-header h3 {
    margin-bottom: .125rem;
}
.gm-style-iw a {
    text-decoration: underline;
    outline: none;
}
.gm-style-mtc * {
    outline: none !important;
}
.gm-style-mtc li {
    padding-top: 0 !important;
}
.gm-style-iw-c {
    min-width: 230px !important;
    outline: none !important;
}
.gm-style-iw-d {
    overflow: auto !important;
    padding-bottom: 12px; padding-right: 15px;
}
.gm-style-iw-d div {
    flex-wrap: wrap;
}
.gm-style-iw-d h4 {
    padding: 0 5px 0;
}
.marker-dept-name {
    font-style: italic;
}
}