/*      Request ID: ae71a587cb82b5c3ccfb07c82286ee9f_1751561272 (07/05/2025 1:51am) (JcZBCsAgDATAF2meVIIuKsRYTDD09z04p6HDmyKCWBtkpYqTZRxEZ0FWOHWvqxg9Q9tGHVA38o4Jo8kvmX9ym26zFbMf)      */



/*      Resource ID: 20753919e670af23897eab28ed2 (map-styles.scss, compiled by node-sass, minified by none) (07/05/2025 1:51am) (A:15564, B:15924, C:16081, D:16441, F:16441, J:16441, K:16441)      */

body,
html {
  min-height: 100%; }

.sticky-ctas {
  display: none; }

.content {
  padding: 0;
  max-width: none;
  width: 100vw; }

/* ---- Panel Buttons ----*/
.button-icon {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  color: #003087;
  font-weight: normal;
  margin: 0;
  border: none;
  background: transparent;
  padding: .5rem;
  text-decoration: none; }
  .button-icon .icon {
    display: block;
    margin: 0 auto;
    font-size: 1.25rem;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 50%; }
  .button-icon:hover, .button-icon:focus {
    color: #003087;
    text-decoration: none;
    cursor: pointer; }
    .button-icon:hover .icon, .button-icon:focus .icon {
      background: #84dbf7; }
  .button-icon.active .icon, .button-icon.active .icon:hover, .button-icon.active .icon:focus {
    background: #002554;
    color: white; }

/* ---- Map Styles ----*/
.map-container {
  width: 100%;
  position: relative;
  border-top: 5px solid #002554;
  overflow: hidden;
  height: calc(100vh - 60px); }
  .map-container iframe {
    width: 100%;
    height: 600px;
    height: calc(100vh - 250px);
    display: block; }
  @media (orientation: portrait) {
    .map-container {
      height: auto; } }

#map_canvas {
  overflow: hidden;
  width: auto;
  height: 100%;
  z-index: 1;
  position: relative;
  transition: margin .2s ease; }
  #map_canvas img {
    max-width: none !important; }
  @media (orientation: portrait) {
    #map_canvas {
      height: 50vh; } }

/*---------------------- Opacity Slider ----------------------*/
#opacity-slider {
  display: inline-block;
  background: white;
  padding: 0 17px;
  margin: 10px;
  height: 40px;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px; }
  #opacity-slider span {
    font-weight: bold;
    vertical-align: middle;
    line-height: 40px;
    color: #000;
    font-size: 1rem; }
  #opacity-slider input {
    width: 100px;
    display: inline-block;
    vertical-align: middle; }
  @media (max-width: 700px) {
    #opacity-slider {
      display: none; } }

.opacity0 img[src*='_ingredients/themes/map/images/tiles'] {
  filter: alpha(opacity=0);
  opacity: 0; }

.opacity10 img[src*='_ingredients/themes/map/images/tiles'] {
  filter: alpha(opacity=10);
  opacity: .1; }

.opacity20 img[src*='_ingredients/themes/map/images/tiles'] {
  filter: alpha(opacity=20);
  opacity: .2; }

.opacity30 img[src*='_ingredients/themes/map/images/tiles'] {
  filter: alpha(opacity=30);
  opacity: .3; }

.opacity40 img[src*='_ingredients/themes/map/images/tiles'] {
  filter: alpha(opacity=40);
  opacity: .4; }

.opacity50 img[src*='_ingredients/themes/map/images/tiles'] {
  filter: alpha(opacity=50);
  opacity: .5; }

.opacity60 img[src*='_ingredients/themes/map/images/tiles'] {
  filter: alpha(opacity=60);
  opacity: .6; }

.opacity70 img[src*='_ingredients/themes/map/images/tiles'] {
  filter: alpha(opacity=70);
  opacity: .7; }

.opacity80 img[src*='_ingredients/themes/map/images/tiles'] {
  filter: alpha(opacity=80);
  opacity: .8; }

.opacity90 img[src*='_ingredients/themes/map/images/tiles'] {
  filter: alpha(opacity=90);
  opacity: .9; }

/* ---- Location Details Panel ----*/
.location_details {
  position: absolute;
  left: 0;
  top: 0;
  width: 20rem;
  height: 100%;
  padding-top: 3.5rem;
  transform: translateX(-105%);
  background: #fff;
  z-index: 20;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.6);
  transition: all .2s ease;
  overflow: scroll;
  font-size: 1rem;
  visibility: hidden; }
  .details-visible .location_details {
    transform: translateX(0);
    visibility: visible; }
  .location_details .loading {
    text-align: center;
    padding: 10px;
    background: #ddd; }
  .location_details a.lw_preview_image {
    display: block;
    position: relative;
    width: 100%; }
  .location_details img {
    display: block;
    width: 100%;
    margin: 0 !important; }
  .location_details header {
    position: relative; }
  .location_details button.details-close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    border: none;
    color: white;
    background: transparent;
    height: 3rem;
    width: 3rem; }
    .location_details button.details-close:focus {
      outline: 0.2rem solid #5491ff;
      outline-offset: -0.2rem;
      box-shadow: inset 0 0 0 0.2rem #5491ff; }
  .location_details h2 {
    font-size: 1.25rem;
    color: white;
    margin: 0;
    padding: 1rem 3rem 1rem 1rem;
    background: #003087; }
    .location_details h2 span {
      display: block;
      font-size: 1rem;
      font-weight: normal;
      margin-top: .5em; }
    .location_details h2 a {
      color: white; }
  .location_details .location-actions {
    text-align: center;
    padding: 0 1rem 0.5rem 1rem;
    border-bottom: 1px solid #ddd; }
    .location_details .location-actions .location-url-field {
      display: none; }
  .location_details .description {
    padding: 1rem; }
  @media (orientation: portrait) {
    .location_details {
      position: static;
      height: auto;
      width: 100%;
      display: none;
      transform: none;
      padding: 0; }
      .details-visible .location_details {
        display: block; } }

/* ---- Sidebar Styles ----*/
.sidebar-close {
  position: absolute;
  right: 0;
  top: 3.5rem;
  z-index: 30; }
  .sidebar-close button {
    color: white;
    height: 3.5rem;
    width: 3rem; }
    .sidebar-close button:focus, .sidebar-close button:hover {
      color: white; }
    .sidebar-close button:focus {
      outline: 0.2rem solid #5491ff;
      outline-offset: -0.2rem;
      box-shadow: inset 0 0 0 0.2rem #5491ff; }
  @media (orientation: portrait) {
    .sidebar-close {
      display: none; } }

h2.map-sidebar-header {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  padding: 1rem;
  padding-right: 3rem;
  color: white;
  font-size: 1.25rem;
  font-weight: 500;
  background: #003087;
  z-index: 20; }
  @media (orientation: portrait) {
    h2.map-sidebar-header {
      padding: 1rem; } }

.map-sidebar {
  position: absolute;
  left: 0;
  top: 0;
  width: 20rem;
  height: 100%;
  padding: 3.5rem 0 0 0;
  background-color: #fff;
  z-index: 10;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.6);
  transition: all .2s ease;
  overflow: hidden;
  visibility: visible; }
  .map-sidebar.closed {
    transform: translateX(-100%);
    visibility: hidden; }
  .map-sidebar .check {
    cursor: pointer;
    color: #28a745;
    margin-left: 0;
    padding: 0;
    border: none;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    height: 2.5rem;
    width: 2rem; }
    .map-sidebar .check.unchecked {
      color: #ccc; }
    .map-sidebar .check:focus {
      outline: 0.2rem solid #5491ff;
      outline-offset: -0.2rem;
      box-shadow: inset 0 0 0 0.2rem #5491ff; }
  .map-sidebar .sidebar-checkbox {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 2.75rem;
    width: 2rem; }
    .map-sidebar .sidebar-checkbox .custom-control-label {
      width: 100%;
      height: 100%; }
      .map-sidebar .sidebar-checkbox .custom-control-label::before, .map-sidebar .sidebar-checkbox .custom-control-label::after {
        left: auto;
        right: .4rem;
        top: 0.75rem; }
    .map-sidebar .sidebar-checkbox.visible-label {
      position: relative;
      width: 100%; }
      .map-sidebar .sidebar-checkbox.visible-label .custom-control-label {
        padding: 0.625rem 2rem .625rem 1.25rem; }
        .map-sidebar .sidebar-checkbox.visible-label .custom-control-label:hover {
          background-color: #efefef; }
    .map-sidebar .sidebar-checkbox[data-type="parking"] .custom-control-label {
      padding: 0.625rem 2rem .625rem 2rem;
      background-repeat: no-repeat;
      background-position: .625rem 50%;
      background-size: 1rem; }
      .map-sidebar .sidebar-checkbox[data-type="parking"] .custom-control-label[for="a_check"] {
        background-image: url("/live/resource/image/_ingredients/themes/map/images/icons/parking-label_a.svg"); }
      .map-sidebar .sidebar-checkbox[data-type="parking"] .custom-control-label[for="b_check"] {
        background-image: url("/live/resource/image/_ingredients/themes/map/images/icons/parking-label_b.svg"); }
      .map-sidebar .sidebar-checkbox[data-type="parking"] .custom-control-label[for="c_check"] {
        background-image: url("/live/resource/image/_ingredients/themes/map/images/icons/parking-label_c.svg"); }
      .map-sidebar .sidebar-checkbox[data-type="parking"] .custom-control-label[for="d_check"] {
        background-image: url("/live/resource/image/_ingredients/themes/map/images/icons/parking-label_d.svg"); }
      .map-sidebar .sidebar-checkbox[data-type="parking"] .custom-control-label[for="e_check"] {
        background-image: url("/live/resource/image/_ingredients/themes/map/images/icons/parking-label_e.svg"); }
      .map-sidebar .sidebar-checkbox[data-type="parking"] .custom-control-label[for="h_check"] {
        background-image: url("/live/resource/image/_ingredients/themes/map/images/icons/parking-label_h.svg"); }
      .map-sidebar .sidebar-checkbox[data-type="parking"] .custom-control-label[for="number_check"] {
        background-image: url("/live/resource/image/_ingredients/themes/map/images/icons/parking-label_numbers.svg"); }
  @media (orientation: portrait) {
    .map-sidebar {
      position: relative;
      height: auto;
      width: 100%;
      padding: 0;
      transform: none !important; }
      .details-visible .map-sidebar {
        display: none; } }

#map_sidebar_toggle {
  z-index: 40;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  cursor: pointer; }
  .details-visible #map_sidebar_toggle {
    display: none; }
  #map_sidebar_toggle button {
    width: calc(3rem - 4px);
    height: 3.5rem;
    padding: 12px;
    border: none;
    background: transparent;
    color: #777; }
    #map_sidebar_toggle button:focus {
      outline: 0.2rem solid #5491ff;
      outline-offset: -0.2rem;
      box-shadow: inset 0 0 0 0.2rem #5491ff; }
  #map_sidebar_toggle span {
    background: #777;
    height: 2px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    transition: all 0.2s ease-in-out; }
    #map_sidebar_toggle span:nth-child(1) {
      margin-top: -1px;
      top: 25%; }
    #map_sidebar_toggle span:nth-child(2) {
      top: 50%;
      margin-top: -1px; }
    #map_sidebar_toggle span:nth-child(3) {
      margin-bottom: -1px;
      bottom: 25%; }
  @media (orientation: portrait) {
    #map_sidebar_toggle {
      display: none; } }

.sidebar-panel {
  position: absolute;
  height: calc(100% - 3.5rem);
  background: white;
  width: 100%;
  left: 0;
  z-index: 0;
  transform: translateX(-320px);
  transition: transform 0.2s ease-in-out; }
  .sidebar-panel.active {
    transform: none;
    z-index: 1; }
  .sidebar-panel.hide {
    display: none; }
  @media (orientation: portrait) {
    .sidebar-panel {
      position: static;
      height: auto; } }

.sidebarContentWrapper {
  height: 100%;
  padding: 3.5rem 1rem 0 1rem;
  overflow-y: auto; }
  @media (orientation: portrait) {
    .sidebarContentWrapper {
      height: auto;
      padding: 3.5rem 1rem 1rem 1rem; } }

/* ---- Quick Access Search ----*/
#locationSearch {
  padding: .5rem .5rem .5rem 3rem;
  z-index: 30;
  width: 20rem;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
  transition: all .2s ease; }
  #locationSearch .qa_search_query {
    background: white url("/live/resource/image/_ingredients/themes/map/images/icons/search.gif") no-repeat 97% 50%;
    height: 2.5rem; }
  .details-visible #locationSearch {
    padding-left: 10px; }
  #locationSearch .qa_results {
    position: absolute !important;
    top: 3.5rem !important;
    left: 0px !important;
    z-index: 999;
    width: 100% !important;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
    border: none !important;
    border-bottom: 1px solid #ccc !important; }
  @media (orientation: portrait) {
    #locationSearch {
      position: static;
      width: 100%;
      padding: .5rem;
      position: relative; } }

/* ---- Building List ----*/
.building-list {
  z-index: 15;
  font-size: 1rem; }
  .building-list .category {
    position: relative; }
  .building-list ul {
    list-style-type: none;
    margin: 0 0 0 2.375rem;
    padding: 0; }
    .building-list ul li {
      margin: 0;
      position: relative;
      padding: 0; }
      .building-list ul li a {
        padding: .625rem;
        display: block;
        font-weight: 400; }
        .building-list ul li a:hover {
          background-color: #efefef; }
  .building-list button.category-toggle {
    display: block;
    width: 100%;
    padding: 0.625rem 2rem .625rem 3rem;
    border: none;
    margin: 0;
    cursor: default;
    background-repeat: no-repeat;
    background-position: 1.25rem .625rem;
    background-color: transparent;
    background-image: none;
    position: relative;
    background-size: 1.5rem;
    text-align: left; }
    .building-list button.category-toggle:focus {
      outline: 0.2rem solid #5491ff;
      outline-offset: -0.2rem;
      box-shadow: inset 0 0 0 0.2rem #5491ff; }
    .building-list button.category-toggle.parking {
      background-image: url("/live/resource/image/_ingredients/themes/map/images/icons/map-markers_legend_parking.svg"); }
    .building-list button.category-toggle.acad_admin {
      background-image: url("/live/resource/image/_ingredients/themes/map/images/icons/map-markers_legend_acad_admin.svg"); }
    .building-list button.category-toggle.service {
      background-image: url("/live/resource/image/_ingredients/themes/map/images/icons/map-markers_legend_service.svg"); }
    .building-list button.category-toggle.athletic {
      background-image: url("/live/resource/image/_ingredients/themes/map/images/icons/map-markers_legend_athletic.svg"); }
    .building-list button.category-toggle.residence {
      background-image: url("/live/resource/image/_ingredients/themes/map/images/icons/map-markers_legend_residence.svg"); }
    .building-list button.category-toggle.dining {
      background-image: url("/live/resource/image/_ingredients/themes/map/images/icons/map-markers_legend_dining.svg"); }
    .building-list button.category-toggle.off_campus {
      background-image: url("/live/resource/image/_ingredients/themes/map/images/icons/map-markers_legend_off_campus.svg"); }
    .building-list button.category-toggle.callbox {
      background-image: url("/live/resource/image/_ingredients/themes/map/images/icons/map-markers_legend_callbox.svg"); }
    .building-list button.category-toggle.poi {
      background-image: url("/live/resource/image/_ingredients/themes/map/images/icons/map-markers_legend_poi.svg"); }
    .building-list button.category-toggle.aed {
      background-image: url("/live/resource/image/_ingredients/themes/map/images/icons/map-markers_legend_aed.svg"); }
    .building-list button.category-toggle:hover {
      background-color: #efefef; }
    .building-list button.category-toggle .fa-caret-right {
      position: absolute;
      left: 0.5rem;
      transition: all .2s ease;
      top: 0.9em; }
    .building-list button.category-toggle.open .fa-caret-right {
      transform: rotate(90deg); }
    .building-list button.category-toggle ~ div {
      display: none; }

/* Sidebar Toolbar (panel buttons)*/
.map-sidebar .toolbar {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  background: white;
  z-index: 2;
  display: flex; }
  .map-sidebar .toolbar .toolbar-button {
    font-size: .875rem;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-decoration: none;
    width: 100%;
    margin: 0;
    padding: .5rem; }
    .map-sidebar .toolbar .toolbar-button:last-child {
      border-right: none; }
    .map-sidebar .toolbar .toolbar-button.active, .map-sidebar .toolbar .toolbar-button.active:hover, .map-sidebar .toolbar .toolbar-button.active:focus {
      background: #002554;
      color: white; }
    .map-sidebar .toolbar .toolbar-button:hover, .map-sidebar .toolbar .toolbar-button:focus {
      background: #84dbf7; }

/* Map Markers */
.map-marker {
  overflow: visible !important; }
  .map-marker img {
    transition: transform 0.2s cubic-bezier(0.38, -2.97, 0.43, 3.45);
    transform-origin: bottom; }
  .map-marker-selected {
    z-index: 2000 !important; }
    .map-marker-selected img {
      transform: scale(2); }

/* Infowindows */
.gm-style .gm-style-iw-c {
  border-radius: 0; }

.map-marker-label {
  font-size: 1rem;
  padding: .5rem;
  font-weight: bold; }