@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Libre+Franklin:300,500,500i,700,900|Open+Sans:400,800&subset=greek");
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* ----------------------------------- //
//      CSS Hacks Mixins for Sass
// ----------------------------------- //

	How to use:

	@include [Mixin_Name]( 'selector', (property: value) )

	Example:

	@include only_ie9( '.my_element', (color: red) )
	@include only_ff28_above( '.my_element', (
		background-color: green,
		display: flex,
		margin: 2em,
	))

	Tips:
	  - Use firefox mixins before IE mixins. Sometimes Firefox wants to precess the IE css but it can't and skips it's own CSS!

// ----------------------------------- //

	List of Mixins:

	only_ff
	only_ff2
	only_ff2_above
	only_ff3_above
	only_ff6_above
	only_ff16_above
	only_ff21_above
	only_ff24_above
	only_ff25_above
	only_ff26_above
	only_ff27_above
	only_ff28_above
	only_ff30_above
	only_webkit
	only_chrome
	only_safari
	only_safari9
	only_ios
	only_safari_no_ios
	only_opera9_safari2
	only_opera
	only_opera11
	only_edge
	only_ie6
	only_ie7
	only_ie7_below
	only_ie8
	only_ie8_below
	only_ie9
	only_ie9_below
	only_ie10_above
	only_ie11
	only_ie11_above
	no_ie6
	only_ie9_saf4_above
	no_ie_safari6

// ----------------------------------- */
/* ----------------------------------- //
//          Firefox CSS Hacks
// ----------------------------------- */
/*--- Only Firefox ---*/
/*--- Only Firefox 1.5 and Firefox 2 ---*/
/*--- Only Firefox ≥ 2 ---*/
/*--- Only Firefox ≥ 3 ---*/
/*--- Only Firefox ≥ 6 ---*/
/*--- Only Firefox ≥ 16 ---*/
/*--- Only Firefox ≥ 21 ---*/
/*--- Only Firefox ≥ 24 ---*/
/*--- Only Firefox ≥ 25 ---*/
/*--- Only Firefox ≥ 26 ---*/
/*--- Only Firefox ≥ 27 ---*/
/*--- Only Firefox ≥ 28 ---*/
/*--- Only Firefox ≥ 30 ---*/
/* ----------------------------------- //
//          Webkit CSS Hacks
// ----------------------------------- */
/*--- Only Webkit (Chrome, Safari, Opera ≥ 14) ---*/
/*--- Only Chrome 28+, Opera ≥ 14 ---*/
/*--- Only Safari ≥ 9 ---*/
/*--- Only iOS Safari ≥ 9 ---*/
/*--- Only Safari ≥ 9 (Non iOS) ---*/
/*--- Only Opera ≤ 9.27, Safari ≤ 2 ---*/
/* ----------------------------------- //
//           Opera CSS Hacks
// ----------------------------------- */
/*--- Only Opera ≥ 9.5 ---*/
/*--- Only Opera ≤ 11 ---*/
/* ----------------------------------- //
//     Edge CSS Hacks
// ----------------------------------- */
/* ----------------------------------- //
//     Internet Explorer CSS Hacks
// ----------------------------------- */
/*--- Only IE ≤ 6 ---*/
/*--- Only IE7 ---*/
/*--- Only IE ≤ 7 ---*/
/*--- Only IE8 ---*/
/*--- Only IE ≤ 8 ---*/
/*--- Only IE9 ---*/
/*--- Only IE ≤ 9 ---*/
/*--- Only IE10 ---*/
/*--- Only IE ≤ 11 ---*/
/*--- Only IE ≥ 11 ---*/
/*--- Anything but IE6 ---*/
/*--- Only IE ≥ 9, safari4, android ≥ 2.3 ---*/
/* ----------------------------------- //
//           Other CSS Hacks
// ----------------------------------- */
/*--- Everything but IE and Safari ≤ 6 ---*/
html body .print {
  display: none; }

html body .container-header {
  background-image: url(/housing/img/housing-bg.jpg); }

html body.internal {
  background-image: none; }
  html body.internal .container-header nav.main ul li > ul li img {
    max-width: 125px; }
  html body.internal .container-header.full-vh {
    height: 60vh; }
    @media (max-height: 800px) {
      html body.internal .container-header.full-vh {
        height: 75vh; } }
  html body.internal .container-header .aux {
    z-index: 999; }
    html body.internal .container-header .aux .flex-wrapper {
      max-width: 700px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: flex-end;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      html body.internal .container-header .aux .flex-wrapper .cta-wrapper {
        padding-right: 0.75em;
        max-width: 150px;
        width: 100%; }
        html body.internal .container-header .aux .flex-wrapper .cta-wrapper a {
          color: white;
          text-decoration: none;
          padding: 6px 12px;
          max-height: 34px;
          border-radius: 4px;
          background-color: #008542;
          font-variant: small-caps;
          font-weight: bold; }
          html body.internal .container-header .aux .flex-wrapper .cta-wrapper a:hover {
            border-collapse: collapse;
            border: 2px solid #008542;
            background-color: rgba(255, 255, 255, 0.85);
            color: #008542; }
      html body.internal .container-header .aux .flex-wrapper .searchbox {
        max-width: 270px;
        width: 100%; }
      @media (max-width: 800px) {
        html body.internal .container-header .aux .flex-wrapper {
          display: none; } }
    html body.internal .container-header .aux nav.mobile {
      z-index: 999; }
    html body.internal .container-header .aux .video-contain {
      z-index: 0; }
    html body.internal .container-header .aux .main.fixedNav {
      z-index: 999; }
    html body.internal .container-header .aux .quick-links {
      display: none; }
  html body.internal .content-wrapper {
    min-height: auto;
    min-width: 100vw;
    background-image: url(/studentaffairs/img/spiration-light.png);
    background-blend-mode: multiply;
    background-repeat: repeat;
    background-position: top left;
    z-index: initial; }
    html body.internal .content-wrapper .main-content {
      max-width: 1200px;
      background-color: rgba(255, 255, 255, 0.75);
      margin: 0 auto -21em;
      top: -27em;
      min-height: auto;
      padding: 2em; }
      html body.internal .content-wrapper .main-content .grid hr {
        display: block;
        width: 100%; }
      html body.internal .content-wrapper .main-content .grid .resources {
        width: 100%;
        height: 100%;
        margin-bottom: 1em;
        border-bottom: 1px solid #D5D2CA;
        padding-bottom: 0.5em; }
        html body.internal .content-wrapper .main-content .grid .resources a {
          width: 66%; }
        html body.internal .content-wrapper .main-content .grid .resources:last-of-type {
          border-bottom: 0px; }
      html body.internal .content-wrapper .main-content .grid .third.card img {
        height: 159px;
        width: 100%; }
      html body.internal .content-wrapper .main-content a.btn.btn-block {
        max-width: 100%; }

@-moz-document url-prefix() {
  html body.internal .content-wrapper .main-content a.btn.btn-block {
    max-width: 100%; } }

@-moz-document url-prefix() {
  html body.internal .content-wrapper .main-content a.btn {
    max-width: 75%; } }
      @media all and (-ms-high-contrast: none) {
        html body.internal .content-wrapper .main-content *::-ms-backdrop, html body.internal .content-wrapper .main-content a.btn {
          max-width: 75%; } }
      html body.internal .content-wrapper .main-content .button-group {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; }
        html body.internal .content-wrapper .main-content .button-group .btn {
          margin: 0 1em;
          max-width: 300px;
          width: auto; }

@-moz-document url-prefix() {
  html body.internal .content-wrapper .main-content .button-group {
    z-index: 99; } }

@-moz-document url-prefix() {
  html body.internal .content-wrapper .main-content .button-group a {
    z-index: 100; } }
    html body.internal .content-wrapper.housing .main-content .grid .half.intro {
      -webkit-align-self: center;
      -moz-align-self: center;
      -ms-align-self: center;
      align-self: center; }
      html body.internal .content-wrapper.housing .main-content .grid .half.intro a.btn {
        max-width: 66%;
        width: 100%; }

@-moz-document url-prefix() {
  html body.internal .content-wrapper.housing .main-content .grid .half.intro a.btn {
    max-width: 66%; } }
    html body.internal .content-wrapper.pricing .main-content .grid .full {
      margin: 0 auto; }
    html body.internal .content-wrapper.pricing .main-content .grid .two-third table thead tr td {
      text-align: center;
      font-weight: bold; }
    html body.internal .content-wrapper.pricing .main-content .grid .two-third table tbody tr td:nth-child(1), html body.internal .content-wrapper.pricing .main-content .grid .two-third table tbody tr td:nth-child(2), html body.internal .content-wrapper.pricing .main-content .grid .two-third table tbody tr td:nth-child(3), html body.internal .content-wrapper.pricing .main-content .grid .two-third table tbody tr td:nth-child(4), html body.internal .content-wrapper.pricing .main-content .grid .two-third table tbody tr td:nth-child(5) {
      text-align: center; }
    html body.internal .content-wrapper.pricing .main-content .grid .two-third .floor-plan .unit img {
      width: 100%;
      max-width: 500px;
      margin: 0 auto; }

html body#availability .content-wrapper .main-content table tbody tr td {
  text-align: center; }
  html body#availability .content-wrapper .main-content table tbody tr td:first-of-type {
    text-align: left; }

@media (max-width: 416px), (min-width: 417px) and (max-width: 785px), (min-width: 786px) and (max-width: 1096px) {
  html body#availability .content-wrapper .main-content .table-wrapper {
    position: relative; }
    html body#availability .content-wrapper .main-content .table-wrapper .scroller {
      margin-left: 150px;
      overflow-x: scroll;
      overflow-y: visible;
      padding-bottom: 5px;
      width: auto; }
      html body#availability .content-wrapper .main-content .table-wrapper .scroller table thead tr th:first-of-type {
        position: initial;
        text-align: left; }
      html body#availability .content-wrapper .main-content .table-wrapper .scroller table tbody tr th,
      html body#availability .content-wrapper .main-content .table-wrapper .scroller table tbody tr td {
        border: 0 !important;
        text-align: center;
        vertical-align: middle; }
        html body#availability .content-wrapper .main-content .table-wrapper .scroller table tbody tr th:first-of-type,
        html body#availability .content-wrapper .main-content .table-wrapper .scroller table tbody tr td:first-of-type {
          left: 0;
          position: absolute;
          top: auto;
          width: 150px; } }

html body#contact .content-wrapper .main-content .grid .third h4,
html body#contact .content-wrapper .main-content .grid .two-third h4 {
  margin-bottom: 0; }

html body#contact .content-wrapper .main-content .grid .third .office p,
html body#contact .content-wrapper .main-content .grid .two-third .office p {
  font-weight: 300;
  margin: 0;
    margin-top: 0;
    margin-bottom: 0; }

html body#contact .content-wrapper .main-content .grid .third .office .sm-icons a,
html body#contact .content-wrapper .main-content .grid .two-third .office .sm-icons a {
  text-decoration: none; }

html body#contact .content-wrapper .main-content .grid .full .grid h2 {
  -webkit-box-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

html body#contact .content-wrapper .main-content .grid .full .grid .third.staff {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start; }
  html body#contact .content-wrapper .main-content .grid .full .grid .third.staff img {
    min-height: 0;
    max-height: 150px;
    max-width: 150px;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center; }
  @media all and (-ms-high-contrast: none) {
    html body#contact .content-wrapper .main-content .grid .full .grid .third.staff *::-ms-backdrop, html body#contact .content-wrapper .main-content .grid .full .grid .third.staff img {
      min-height: 120px;
      height: 150px; } }
  html body#contact .content-wrapper .main-content .grid .full .grid .third.staff h4,
  html body#contact .content-wrapper .main-content .grid .full .grid .third.staff p {
    margin-bottom: 0; }
  html body#contact .content-wrapper .main-content .grid .full .grid .third.staff .copy {
    margin-left: 1em; }

html body#contact .content-wrapper .main-content .grid .full .grid:first-of-type {
  margin-bottom: 1em;
  padding-bottom: 0.5em; }

html body#handbook .content-wrapper .main-content a.btn {
  max-width: 50%;
  width: auto; }

html body#gih .content-wrapper .main-content .embed-responsive {
  margin-bottom: 1.5em; }

@media (min-width: 786px) and (max-width: 1096px) {
  html body.internal .container-header.full-vh {
    height: 0; }
  html body.internal .content-wrapper {
    padding: 5em 0 1.5em;
    z-index: 0; }
    html body.internal .content-wrapper .background-image {
      display: none; }
    html body.internal .content-wrapper .main-content {
      top: 0;
      margin-bottom: -1em;
      padding: 1em; }
      html body.internal .content-wrapper .main-content .grid .two-third {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0;
        -ms-flex: 0;
        flex: 0; }
      html body.internal .content-wrapper .main-content .grid .third img,
      html body.internal .content-wrapper .main-content .grid .fourth img {
        max-height: 100%; }
      html body.internal .content-wrapper .main-content .grid .third {
        max-width: 225px;
        min-width: 30%; }
        html body.internal .content-wrapper .main-content .grid .third.card .button-group a.btn {
          max-width: 90%;
          margin: 0.5em auto; }
      html body.internal .content-wrapper .main-content .slideshow-container {
        margin: 3em auto; }
        html body.internal .content-wrapper .main-content .slideshow-container button.slick-arrow {
          visibility: hidden; }
  html body.internal.sub-page .content-wrapper {
    padding-top: 0; }
    html body.internal.sub-page .content-wrapper .main-content {
      margin-top: 7em;
      padding-top: 2em; }
      html body.internal.sub-page .content-wrapper .main-content #intro {
        margin-bottom: 1em;
        padding-bottom: 0; }
  html body.internal#contact .content-wrapper .main-content .grid .fourth.staff {
    min-width: 24%;
    max-width: 25%; }
  html body.internal#contact.no-top .content-wrapper .main-content {
    margin-top: 7em; } }

@media (min-width: 417px) and (max-width: 785px) {
  html body.internal .container-header #mobileNav .nav--dropdown img {
    max-width: 80%;
    background-color: white;
    padding: 0.25em; }
  html body.internal .container-header.full-vh {
    height: 0; }
  html body.internal .content-wrapper .slideshow-container {
    margin-top: 1em;
    margin-bottom: 1em; }
  html body.internal .content-wrapper .grid .third {
    max-width: 225px;
    min-width: 30%; }
    html body.internal .content-wrapper .grid .third.card .copy .button-group a.btn {
      max-width: 90%;
      width: 100%;
      margin: 0.25em auto; }
  html body.internal .content-wrapper.housing .main-content .grid .full.button-group {
    width: 100%; }
  html body.internal .content-wrapper.housing .main-content .grid #features .two-third,
  html body.internal .content-wrapper.housing .main-content .grid #features .third {
    max-width: 100%; }
  html body.internal .content-wrapper.pricing .main-content .grid .two-third,
  html body.internal .content-wrapper.pricing .main-content .grid .third {
    max-width: 100%; }
  html body.internal.sub-page .container-header {
    height: 0; }
  html body.internal.sub-page .content-wrapper {
    padding-top: 0;
    top: 5em; }
    html body.internal.sub-page .content-wrapper .main-content {
      margin-top: 0px; }
      html body.internal.sub-page .content-wrapper .main-content #intro {
        margin-bottom: 0;
        padding-bottom: 0; }
  html body.internal.sub-page#gih .content-wrapper .main-content #intro ~ .grid {
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
  html body.internal.sub-page#handbook .content-wrapper .main-content h2 ~ .grid {
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
  html body.internal.sub-page#contact .content-wrapper .main-content .grid .full .fourth {
    max-width: 200px; }
    html body.internal.sub-page#contact .content-wrapper .main-content .grid .full .fourth.staff img {
      margin: 0 auto; }
  html body.internal.sub-page footer {
    margin-top: 5em; }
  html body.internal.sub-page.no-top .content-wrapper {
    top: -1em; }
  html body.internal.sub-page.no-top footer {
    margin-top: -1em; }
  html body#contact .content-wrapper {
    padding-top: 7em; }
    html body#contact .content-wrapper .main-content {
      margin-top: 0; }
      html body#contact .content-wrapper .main-content .grid {
        text-align: center; }
        html body#contact .content-wrapper .main-content .grid .two-third,
        html body#contact .content-wrapper .main-content .grid .third {
          order: 0;
          max-width: 100%; }
        html body#contact .content-wrapper .main-content .grid .two-third .grid .third {
          min-width: 30%;
          max-width: 30%;
          width: 100%; }
        html body#contact .content-wrapper .main-content .grid .two-third .grid .fourth.staff img {
          max-width: 150px;
          margin: 0 auto; }
        html body#contact .content-wrapper .main-content .grid .two-third .grid .fourth.staff .copy {
          text-align: center; } }

@media (max-width: 416px) {
  html body.internal .container-header #mobileNav .mobile-container {
    max-height: 500vh;
    min-height: 100vh;
    height: 100%;
    overflow: scroll;
    padding-bottom: 10em; }
    html body.internal .container-header #mobileNav .mobile-container .nav--dropdown img {
      max-width: 80%;
      background-color: white;
      padding: 0.25em; }
  html body.internal .content-wrapper {
    max-width: 100vw;
    overflow-x: hidden;
    overflow-y: visible; }
    html body.internal .content-wrapper .main-content {
      padding: 0.5em; }
      html body.internal .content-wrapper .main-content #intro {
        text-align: center; }
        html body.internal .content-wrapper .main-content #intro ul,
        html body.internal .content-wrapper .main-content #intro ol {
          text-align: left; }
      html body.internal .content-wrapper .main-content .grid #offcampus a.btn.btn-block {
        font-size: 1em;
        width: auto; }
    html body.internal .content-wrapper.housing {
      padding-top: 5em; }
      html body.internal .content-wrapper.housing .main-content {
        padding: 0; }
        html body.internal .content-wrapper.housing .main-content .grid .half {
          margin: 0; }
        html body.internal .content-wrapper.housing .main-content .grid .full.button-group {
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; }
          html body.internal .content-wrapper.housing .main-content .grid .full.button-group .btn {
            margin: 0.25em auto; }
        html body.internal .content-wrapper.housing .main-content .grid .full #features .two-third article {
          border-bottom: 1px solid #D5D2CA; }
          html body.internal .content-wrapper.housing .main-content .grid .full #features .two-third article:last-of-type {
            border-bottom: 0px; }
    html body.internal .content-wrapper.pricing {
      padding-top: 5em; }
      html body.internal .content-wrapper.pricing .main-content {
        padding: 0; }
        html body.internal .content-wrapper.pricing .main-content .grid > * {
          padding: 0 0.5em;
          margin: 0 auto 1em; }
        html body.internal .content-wrapper.pricing .main-content .grid .full:first-of-type {
          padding: 0;
          margin: 0;
          width: 100%; }
        html body.internal .content-wrapper.pricing .main-content .grid .third #intro p {
          text-align: left; }
  html body.internal.slideshow .content-wrapper .main-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0; }
    html body.internal.slideshow .content-wrapper .main-content > section,
    html body.internal.slideshow .content-wrapper .main-content > div {
      padding-left: 2em;
      padding-right: 2em; }
    html body.internal.slideshow .content-wrapper .main-content section:first-of-type {
      padding-left: 0;
      padding-right: 0; }
  html body.internal.sub-page.no-top .content-wrapper .main-content {
    margin-top: 0; }
    html body.internal.sub-page.no-top .content-wrapper .main-content .grid > .third > .grid > *,
    html body.internal.sub-page.no-top .content-wrapper .main-content .grid > .half > .grid > *,
    html body.internal.sub-page.no-top .content-wrapper .main-content .grid > .full > .grid > * {
      margin-bottom: 0; }
      html body.internal.sub-page.no-top .content-wrapper .main-content .grid > .third > .grid > * ul,
      html body.internal.sub-page.no-top .content-wrapper .main-content .grid > .half > .grid > * ul,
      html body.internal.sub-page.no-top .content-wrapper .main-content .grid > .full > .grid > * ul {
        margin-bottom: 0; }
  html body#handbook .content-wrapper .main-content a.btn {
    max-width: 90%; }
  html body#handbook .content-wrapper .main-content .grid .two-third {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  html body#handbook .content-wrapper .main-content .grid .third {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; }
  html body#contact .content-wrapper .main-content h2 {
    text-align: center; }
  html body#contact .content-wrapper .main-content .grid .full .grid .fourth.staff img {
    max-width: 150px;
    margin: 0 auto; }
  html body#contact .content-wrapper .main-content .grid .full .grid .fourth.staff .copy {
    text-align: center; } }

@media print {
  html body {
    max-width: 650px;
    width: 100%; }
    html body .print {
      display: block; }
    html body.internal .container-header {
      display: none; }
    html body.internal .content-wrapper .main-content {
      padding-top: 0;
      top: 0; }
      html body.internal .content-wrapper .main-content .slideshow-container {
        display: none; }
      html body.internal .content-wrapper .main-content .jumptarget::before {
        height: 0px;
        margin-top: 0px; }
      html body.internal .content-wrapper .main-content .grid .two-third {
        max-width: 100%; }
        html body.internal .content-wrapper .main-content .grid .two-third table {
          max-width: 100%; }
      html body.internal .content-wrapper .main-content .grid .third {
        max-width: 100%; }
        html body.internal .content-wrapper .main-content .grid .third table {
          max-width: 100%; }
      html body.internal .content-wrapper .main-content .grid .half {
        max-width: 100%; }
      html body.internal .content-wrapper .main-content .grid .resources {
        page-break-inside: avoid; }
      html body.internal .content-wrapper .main-content .grid .button-group,
      html body.internal .content-wrapper .main-content .grid .btn {
        display: none; }
    html body.internal .content-wrapper.housing .grid article {
      page-break-inside: avoid; }
    html body.internal .content-wrapper.pricing .main-content .grid hr {
      display: none; }
    html body.internal .content-wrapper.pricing .main-content .grid .two-third .floor-plan .unit {
      page-break-inside: avoid; }
      html body.internal .content-wrapper.pricing .main-content .grid .two-third .floor-plan .unit img {
        width: 400px; }
    html body.internal .content-wrapper.pricing .main-content .grid .third #intro article {
      page-break-inside: avoid; }
    html body.internal.slideshow .content-wrapper .main-content {
      top: 0; }
    html body.internal.sub-page .content-wrapper .background-image {
      display: none; }
    html body.internal.sub-page .content-wrapper .main-content {
      margin-top: 0; }
    html body.internal.sub-page.no-top .content-wrapper .main-content {
      margin-top: 0; }
    html body.internal.sub-page#freshman .content-wrapper .main-content .grid img {
      display: none; }
    html body.internal.sub-page#gih .content-wrapper .main-content .two-third .embed-responsive {
      display: none; }
    html body.internal.sub-page#gih .content-wrapper .main-content .third {
      page-break-before: always; }
      html body.internal.sub-page#gih .content-wrapper .main-content .third #faq .panel {
        page-break-inside: avoid; }
        html body.internal.sub-page#gih .content-wrapper .main-content .third #faq .panel .collapse {
          display: block !important; }
    html body.internal.sub-page#faq .content-wrapper .main-content .panel-group .panel {
      page-break-inside: avoid; }
      html body.internal.sub-page#faq .content-wrapper .main-content .panel-group .panel .collapse {
        display: block !important; }
    html body.internal.sub-page#handbook .content-wrapper .main-content .grid .third {
      display: none; }
    html body.internal.sub-page#contact .content-wrapper .main-content .grid .third img {
      display: none; }
    html body.internal.sub-page#contact .content-wrapper .main-content .grid .fourth.staff {
      height: 250px;
      max-width: 150px;
      width: 100%;
      min-width: 0;
      display: inline-block;
      font-size: 80%;
      vertical-align: top; }
      html body.internal.sub-page#contact .content-wrapper .main-content .grid .fourth.staff img {
        display: inline-block;
        width: 100px; } }
