  .page-hero.tall {height:450px;}

@media (min-width: 1024px) {
	main section {
		padding: 5rem 0;
	}
	.section-title {
		font-size:3rem;
	}
	.page-hero .page-hero-heading {
		font-size: 4.5rem;
	}
}

.section-title {
	border:0;
	text-align:center;
	font-weight:700;
	margin:0 0 0 0;
}
p.hall-section-intro {
	text-align:center;
	max-width:770px;
	margin:0 auto;
}
p.hall-section-intro.page-intro {
	margin:3rem auto 4rem auto;
	max-width:880px;
}

p.back {margin-top:3rem;}

main hr {background-color: #ffc222;}

.res-hall-directory section > h1 {
  display: block; }

.page-content > section > section {
  padding-top: 0; }

.sort-buttons {
  justify-content: inherit;
  align-items: stretch;
  align-content: flex-start;
  margin-bottom: 1rem; }
  .sort-buttons a {
    display: block;
    padding: 1rem;
    text-align: center;
    background: #4796c1;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 1px 0;
    width: 100%; }
    .sort-buttons a:hover {
      background: #aadff1;
      color: #1e5989; }
    .sort-buttons a.sort-button-selected {
      background: #1e5989;
      color: white; }
  @media (min-width: 768px) {
    .sort-buttons {
      flex-wrap: no-wrap; }
      .sort-buttons a {
        margin: 0 1px;
        width: auto; } }

.box-graduate p {
  padding-bottom: 0; }

.res-hall-tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: inherit;
  align-items: stretch;
  align-content: flex-start; }

.tile {
  flex: 0 0 auto;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  color: #333;
  text-decoration: none;
  padding: 1rem;
  display: block;
  width: 50%;
  opacity: 0.25;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  transition: 200ms all linear;
  -webkit-transform: scale(0.95) translateZ(0);
          transform: scale(0.95) translateZ(0); }
  .tile.tile-selected {
    opacity: 1;
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0); }
  .tile .tile-square {
    max-width: none;
    max-height: none;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto 0.5rem auto; }
    .tile .tile-square:after {
      display: block;
      content: '';
      padding-top: 100%; }
  .tile header {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #3b2360;
    margin: 0;
    font-size: 1.2rem; }
  .tile:hover {
    background-color: #ffd589; }
  @media (min-width: 768px) {
    .tile {
      width: 50%; } }
  @media (min-width: 992px) {
    .tile {
      width: 25%; } }

.res-hall-hero {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1rem 0; }

.tabs .wrap-16x9 {
  margin-bottom: 2rem; }

.tab-content ul {
  font-size: 1rem; }
  .tab-content ul > li {
    line-height: 1.2em;
    padding: 0 0 10px 0; }

.page-content .tabs h3 {
  margin-top: 0; }

#contents-360 {
  border: 0; }

.room-picker {
  width: 120px;
  margin: 5px;
  padding: 5px;
  display: inline-block;
  cursor: pointer;
  text-align: center; }
  .room-picker img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 5px; }
  .room-picker span {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px; }

.room-picker-selected {
  background: #3b2360;
  color: white; }

.panorama-viewer {
  background: #d0bc81; }

.panorama-selector {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0 0; }
  .panorama-selector > li {
    display: inline-block;
    padding: 0;
    margin: 0.5rem; }
  @supports (display: grid) {
    .panorama-selector {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 0.5rem; }
      .panorama-selector > li {
        margin: 0; }
      @media (min-width: 768px) {
        .panorama-selector {
          grid-template-columns: repeat(4, 1fr); } }
  	  @media (min-width: 1024px) {
        .panorama-selector {
          grid-template-columns: repeat(5, 1fr); } } }

.panorama-item {
  display: flex;
  align-items: center;
  padding: 0.7rem;
  border-radius: 5px;
  background: #aadff1;
  text-decoration: none; }
  .panorama-item header {
    order: 2;
    font-weight: bold; }
  .panorama-item svg {
    order: 1;
    margin-right: 0.5rem;
    flex: 0 0 auto;
    fill: #333;
    width: 24px;
    display: block; }
  .panorama-item:hover {
    background: #1e5989;
    color: #ffc222; }
  .panorama-item:hover svg {
    fill:white;  }
  .panorama-item.panorama-on {
    background: #1e5989;
    color: #ffc222; }
    .panorama-item.panorama-on svg {
      fill: white; }

/*# sourceMappingURL=res-halls.css.map */
