@charset "UTF-8";
@import url("https://use.typekit.net/luk0rxz.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  display: inline;
}

body {
  margin: 0;
  width: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid #056de0;
  border-radius: 100%;
}
.slick-dots li.slick-active button:before {
  background-color: #056de0;
}

body {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-size: 15px;
  color: #000000;
  line-height: 1.5;
  text-align: left;
}
body img {
  display: inline-block;
  width: 100%;
}
@media (min-width: 901px) {
  body {
    font-size: 16px;
  }
}
body a {
  color: inherit;
  position: relative;
}
body header button {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.05em;
}
body h1, body .bigDisplayType {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0em;
  text-transform: none;
  line-height: 1.2;
}
@media (min-width: 501px) {
  body h1, body .bigDisplayType {
    font-size: 30px;
  }
}
@media (min-width: 651px) {
  body h1, body .bigDisplayType {
    font-size: 36px;
  }
}
@media (min-width: 901px) {
  body h1, body .bigDisplayType {
    font-size: 48px;
  }
}
@media (min-width: 1201px) {
  body h1, body .bigDisplayType {
    font-size: 48px;
  }
}
body nav li.mainMenu {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
}
body nav li.mainMenu a:after {
  font-size: 18px;
}
@media (min-width: 651px) {
  body nav li.mainMenu {
    font-size: 24px;
  }
  body nav li.mainMenu a:after {
    font-size: 18px;
  }
}
@media (min-width: 901px) {
  body nav li.mainMenu {
    font-size: 36px;
    line-height: 1.3;
  }
  body nav li.mainMenu a:after {
    font-size: 26px;
  }
}
body h2, body .titleType {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
body h3, body .smTitleType {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
body .tinyType {
  font-size: 12px;
}
body .tinyishType {
  font-size: 13px;
}
@media (min-width: 651px) {
  body .tinyishType {
    font-size: 16px;
  }
}
body .italic, body em {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: italic;
}
body b, body strong {
  font-weight: 500;
}
body button {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body header .wrap, body #secondary-navigation {
  font-size: 12px;
}
@media (min-width: 651px) {
  body header .wrap, body #secondary-navigation {
    font-size: inherit;
  }
}
body button {
  display: inline-block;
  border: 0px;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}
body .button {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 3px 10px;
  color: #ffffff;
}
body .button.blue {
  background: #056de0;
}
body .button.black {
  background: #000000;
}
body .button:hover.blue {
  background: #000000;
}
body .button:hover.black {
  background: #056de0;
}
body a.external::after {
  content: "\e902";
  margin-left: 0.2em;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}
body a.external:not(.button) {
  padding-right: 20px;
}
body a.external:not(.button)::after {
  position: absolute;
  bottom: 0px;
}
body a.internal::after {
  content: " \e903";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  position: absolute;
  bottom: 0;
}
body .button.external::after {
  content: "\e902";
  margin-left: 0.2em;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  position: relative;
}
body .button.internal::after {
  content: " \e903";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  position: relative;
}
body .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
body ul {
  list-style: none;
}

main {
  padding-top: 80px;
}
@media (min-width: 651px) {
  main {
    padding-top: 100px;
  }
}
@media (min-width: 1201px) {
  main {
    padding-top: 120px;
  }
}

body.error404 main {
  margin: 0 20px;
}
body.error404 main section {
  padding: 20px 0;
}
body.error404 main h1 {
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 651px) {
  body.error404 main {
    margin: 0 40px;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../mit-gradhousing-theme/fonts/icomoon.eot?pkcr0x");
  src: url("../mit-gradhousing-theme/fonts/icomoon.eot?pkcr0x#iefix") format("embedded-opentype"), url("../mit-gradhousing-theme/fonts/icomoon.ttf?pkcr0x") format("truetype"), url("../mit-gradhousing-theme/fonts/icomoon.woff?pkcr0x") format("woff"), url("../mit-gradhousing-theme/fonts/icomoon.svg?pkcr0x#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  background: #ffffff;
  padding: 0 20px 5px;
}
header .wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #000000;
  height: 45px;
  margin-top: 10px;
  padding: 10px 0;
}
header .wrap a.home {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}
header .wrap a.home:hover {
  color: #056de0;
}
header .wrap .header_right {
  display: flex;
  align-items: center;
}
header .wrap svg {
  display: block;
  width: 37px;
}
header .wrap svg path {
  fill: #000000;
}
header .wrap a.mit:hover svg path {
  fill: #ff1423;
}
header .wrap .v_rule {
  display: block;
  width: 0px;
  margin: 0 10px;
}
@media (min-width: 651px) {
  header {
    padding: 0 40px 10px;
  }
  header .wrap {
    height: 61px;
    padding: 15px 0;
  }
  header .wrap a.home {
    font-size: 22px;
  }
  header .wrap svg {
    width: 47px;
  }
  header .wrap .v_rule {
    background: #000000;
    width: 1px;
    height: 35px;
    margin: -5px 20px;
  }
}
@media (min-width: 1201px) {
  header .wrap {
    margin-top: 20px;
  }
  header .wrap a.home {
    font-size: 27px;
  }
}
header button {
  background: #056de0;
  padding: 5px 10px;
  border: none;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}
header button:hover {
  background: #000000;
}
header button span.text {
  line-height: 1;
  font-size: 16px;
  color: #ffffff;
}
header button span.icon {
  width: 16px;
  height: 12px;
  display: inline-block;
}
@media (max-width: 650px) {
  header button span.icon {
    vertical-align: middle;
    top: -1px;
    position: relative;
  }
}
header button span.icon div {
  position: relative;
  display: block;
  content: "";
  width: 16px;
  height: 1px;
  background: #ffffff;
  transition: transform 0.25s ease;
}
header button span.icon div.top {
  top: 1px;
}
header button span.icon div.mid {
  top: 4px;
}
header button span.icon div.bot {
  top: 7px;
}
@media (max-width: 650px) {
  header button span.text {
    position: absolute;
    left: -99999px;
  }
}
header nav {
  display: none;
  opacity: 0;
  color: #ffffff;
  background: #056de0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: calc(100vh - 60px);
  padding: 30px 20px 30px 40px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #000000 #056de0;
}
header nav::-webkit-scrollbar {
  width: 20px;
}
header nav::-webkit-scrollbar-track {
  background: #056de0;
}
header nav::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 10px;
  border: 8px solid #056de0;
}
header nav a {
  text-decoration: none;
}
header nav .mainMenu {
  padding-bottom: 20px;
}
header nav .secondaryMenu {
  padding-bottom: 10px;
}
header nav .externalMenu a:after {
  content: "\e902";
  margin-left: 0.2em;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}
@media (min-width: 651px) {
  header nav {
    height: calc(100vh - 81px);
    padding:30px 40px;
  }
  header nav .resiMenu ul {
    column-count: 2;
    column-gap: 40px;
  }
  header nav .secondaryMenu li, header nav .tertiaryMenu li {
    display: inline-block;
  }
  header nav .secondaryMenu li::after, header nav .tertiaryMenu li::after {
    display: inline-block;
    content: "|";
    margin: 0 7px 0 12px;
  }
  header nav .secondaryMenu li:last-of-type::after, header nav .tertiaryMenu li:last-of-type::after {
    display: none;
  }
}
@media (min-width: 901px) {
  header nav {
    padding:50px 40px;
  }
  header nav .mainMenu {
    padding-bottom: 40px;
  }
  header nav .resiMenu ul {
    column-gap: 60px;
  }
  header nav .secondaryMenu li, header nav .tertiaryMenu li {
    display: inline-block;
  }
  header nav .secondaryMenu li::after, header nav .tertiaryMenu li::after {
    display: inline-block;
    content: "|";
    margin: 0 7px 0 12px;
  }
  header nav .secondaryMenu li:last-of-type::after, header nav .tertiaryMenu li:last-of-type::after {
    display: none;
  }
}
@media (min-width: 1201px) {
  header nav {
    height: calc(100vh - 91px);
  }
}
header nav a:hover {
  text-decoration: underline;
}
header.open {
  background: #056de0;
  transition: background 0.25s ease;
}
header.open .wrap {
  border-bottom: 1px solid #ffffff;
  transition: border 0.25s ease;
}
header.open .wrap a.home {
  color: #ffffff;
  transition: color 0.25s ease;
}
header.open .wrap svg path {
  fill: #ffffff !important;
  transition: fill 0.25s ease;
}
header.open .wrap .v_rule {
  background: #ffffff;
  transition: background 0.25s ease;
}
header.open button:hover {
  background: #056de0;
}
header.open button span.icon div {
  transition: transform 0.25s ease;
}
header.open button span.icon div.top {
  transform: translate(0, 4px) rotate(45deg);
}
header.open button span.icon div.mid {
  transform: scaleX(0);
}
header.open button span.icon div.bot {
  transform: translate(0, -4px) rotate(-45deg);
}
header.open nav {
  display: block;
  opacity: 1;
  animation: fadeIn 0.25s ease;
}
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  .001% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 20px 0;
  padding: 20px 0 30px;
  border-top: 1px solid #000000;
  font-size: 14px;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .hrs-link, footer .info {
  padding-bottom: 20px;
}
@media (min-width: 651px) {
  footer {
    margin: 30px 40px 0;
    padding: 30px 0 40px;
  }
}
@media (min-width: 901px) {
  footer {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    padding: 20px 0 30px;
  }
  footer .hrs-link, footer .info {
    padding-bottom: 0px;
  }
}
@media (min-width: 1201px) {
  footer {
    margin: 30px 40px 0;
  }
}
footer a.hrs-link {
  width: 180px;
}
@media (min-width: 1201px) {
  footer a.hrs-link {
    width: 270px;
  }
  footer a.hrs-link img {
    width: 240px;
  }
}
footer .info {
  text-align: center;
}
footer .links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 180px;
}
footer .links a.accessibility {
  margin-top: 15px;
  color: #056de0;
}
footer .links a.accessibility:hover {
  color: #000000;
}
@media (min-width: 901px) {
  footer .links {
    justify-content: flex-end;
  }
}
@media (min-width: 1201px) {
  footer .links {
    width: auto;
  }
  footer .links a.accessibility {
    margin-top: 0px;
  }
}
footer .links > * {
  padding: 0 4px;
}
footer .links p {
  padding-right: 5px;
}
footer .links a svg {
  width: 17px;
}
footer .links a svg path {
  fill: #056de0;
}
footer .links a:hover {
  color: #056de0;
}
footer .links a:hover svg path {
  fill: #000000;
}
footer .links span {
  display: none;
  position: relative;
  height: 13px;
  padding: 0 5px;
}
@media (min-width: 1201px) {
  footer .links span {
    display: inline-block;
  }
}
footer .links span::before {
  display: inline-block;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #000000;
}

.homeP #overview .wrap {
  position: relative;
  padding: 0;
  display: flex;
  align-items: flex-start;
  padding-bottom: 20px;
}
@media (min-width: 651px) {
  .homeP #overview .wrap {
    padding-bottom: 40px;
  }
}
@media (min-width: 1201px) {
  .homeP #overview .wrap {
    padding-bottom: 50px;
  }
}
.homeP #overview .wrap .leftimg {
  width: 35%;
  aspect-ratio: 0.76;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.homeP #overview .wrap .title {
  width: 65%;
  padding-left: 15px;
  margin-top: 10px;
}
@media (min-width: 651px) {
  .homeP #overview .wrap .title {
    padding-left: 30px;
  }
}
.homeP #overview .wrap .title {
  position: relative;
  z-index: 1;
}
@media (min-width: 1201px) {
  .homeP #overview .wrap .title {
    padding-left: 50px;
    margin-top: 45px;
  }
}
.homeP #overview .wrap .title h1 {
  display: block;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-right: 40px;
}
@media (min-width: 1201px) {
  .homeP #overview .wrap .title h1 {
    margin-bottom: 15px;
  }
  .homeP #overview .wrap .title h1 br {
    display: none;
  }
}
.homeP #overview .wrap .title img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  display: block;
}
.homeP #overview .wrap::before {
  display: block;
  content: "";
  background: #056de0;
  position: absolute;
  aspect-ratio: 1;
  width: calc(35% + 20px);
  left: 20px;
  bottom: 0;
}
@media (min-width: 651px) {
  .homeP #overview .wrap::before {
    left: 40px;
    width: calc(35% + 40px);
  }
}
@media (min-width: 901px) {
  .homeP #overview .wrap::before {
    left: 120px;
  }
}
@media (min-width: 1201px) {
  .homeP #overview .wrap::before {
    left: 200px;
  }
}
.homeP #overview .wrap::after {
  display: block;
  content: "";
  background: #eef0f3;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
@media (min-width: 901px) {
  .homeP #overview .wrap::after {
    width: calc(100% - 120px);
    left: 60px;
  }
}
@media (min-width: 1201px) {
  .homeP #overview .wrap::after {
    width: calc(100% - 200px);
    left: 100px;
  }
}
.homeP #overview .wrap .trees {
  display: block;
  position: absolute;
  z-index: 1;
  left: 40px;
  width: 90px;
  height: auto;
  bottom: -10px;
}
@media (min-width: 501px) {
  .homeP #overview .wrap .trees {
    width: 110px;
    bottom: -15px;
  }
}
@media (min-width: 651px) {
  .homeP #overview .wrap .trees {
    left: 90px;
    width: 140px;
    bottom: -20px;
  }
}
@media (min-width: 901px) {
  .homeP #overview .wrap .trees {
    left: 160px;
    bottom: -15px;
  }
}
@media (min-width: 1201px) {
  .homeP #overview .wrap .trees {
    left: 250px;
  }
}
.homeP #overview .overviewP {
  background: #eef0f3;
  padding: 40px 20px;
  font-size: 16px;
  line-height: 1.6;
}
@media (min-width: 651px) {
  .homeP #overview .overviewP {
    font-size: 18px;
    padding: 60px 40px;
  }
}
@media (min-width: 901px) {
  .homeP #overview .overviewP {
    margin: 0 60px;
    padding: 60px 100px;
  }
}
@media (min-width: 1201px) {
  .homeP #overview .overviewP {
    margin: 0 100px;
    padding: 60px 33% 40px 100px;
  }
}
.homeP #overview #highlights {
  background-color: #eef0f3;
  margin: 0 60px;
  padding: 30px 30px 60px;
}
.homeP #overview #highlights .ships {
  display: none;
}
@media (min-width: 1201px) {
  .homeP #overview #highlights {
    margin: 0 100px;
    padding: 0px 30px 30px;
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    grid-template-areas: "a a c" "b b c" "e d d";
  }
  .homeP #overview #highlights .ships {
    position: relative;
    display: block;
    grid-area: e;
    width: 100%;
    height: 100%;
  }
  .homeP #overview #highlights .ships::after {
    display: block;
    position: absolute;
    content: "";
    width: calc(100% - 40px);
    aspect-ratio: 1.1;
    max-width: 380px;
    top: 10px;
    left: 10px;
    background-image: url("../mit-gradhousing-theme/img/ships.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.homeP #overview #highlights > li {
  position: relative;
  padding: 40px 30px 40px 50%;
  margin-top: 60px;
  margin-right: 60px;
}
.homeP #overview #highlights > li img {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 50%;
  top: -30px;
  left: -30px;
}
.homeP #overview #highlights > li h3 {
  margin-bottom: 5px;
}
.homeP #overview #highlights > li.highlight_2, .homeP #overview #highlights > li.highlight_4 {
  padding: 40px 50% 40px 30px;
  margin-right: 0px;
  margin-left: 60px;
}
.homeP #overview #highlights > li.highlight_2 img, .homeP #overview #highlights > li.highlight_4 img {
  left: auto;
  right: -30px;
}
.homeP #overview #highlights > li.highlight_1 {
  margin-top: 0px;
}
.homeP #overview #highlights > li::after {
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  border: 1px solid #ffca4e;
  z-index: 1;
}
@media (min-width: 1201px) {
  .homeP #overview #highlights > li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px;
  }
  .homeP #overview #highlights > li.highlight_1 {
    grid-area: a;
    margin-bottom: 60px;
    padding: 40px 30px 40px calc(50% + 20px);
  }
  .homeP #overview #highlights > li.highlight_1 img {
    top: 30px;
  }
  .homeP #overview #highlights > li.highlight_2 {
    grid-area: b;
    margin-left: 0px;
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 40px calc(50% - 10px) 40px 30px;
  }
  .homeP #overview #highlights > li.highlight_2 img {
    width: calc(50% - 30px);
  }
  .homeP #overview #highlights > li.highlight_3 {
    grid-area: c;
    position: relative;
    top: -90px;
    justify-content: flex-start;
    padding: 20px 30px 50px 30px;
    margin-left: 30px;
    margin-bottom: 30px;
  }
  .homeP #overview #highlights > li.highlight_3 img {
    position: relative;
    order: 1;
    width: calc(100% + 60px);
    aspect-ratio: 1.5;
    left: 0;
    top: -50px;
  }
  .homeP #overview #highlights > li.highlight_3 h3 {
    order: 2;
  }
  .homeP #overview #highlights > li.highlight_3 p {
    order: 3;
  }
  .homeP #overview #highlights > li.highlight_4 {
    grid-area: d;
    padding: 40px calc(50% + 20px) 40px 30px;
    margin-left: 0px;
  }
  .homeP #overview #highlights > li.highlight_4 img {
    width: calc(50% - 30px);
    right: 0px;
    height: calc(100% + 60px);
    top: -90px;
  }
  .homeP #overview #highlights > li.highlight_4::after {
    width: calc(100% - 30px);
  }
}
.homeP #overview #highlights.slick-initialized {
  padding: 0px;
  margin: 0px;
}
.homeP #overview #highlights.slick-initialized .slick-list {
  padding: 0 0 66px 0;
}
@media (min-width: 651px) {
  .homeP #overview #highlights.slick-initialized .slick-list {
    padding: 0 0 86px 0;
  }
}
.homeP #overview #highlights.slick-initialized .slick-list::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 20px;
  left: 20px;
  border: 1px solid #ffca4e;
  z-index: 1;
}
@media (min-width: 651px) {
  .homeP #overview #highlights.slick-initialized .slick-list::after {
    width: calc(100% - 120px);
    height: calc(100% - 80px);
    top: 40px;
    left: 80px;
  }
}
.homeP #overview #highlights.slick-initialized li.highlight_1, .homeP #overview #highlights.slick-initialized li.highlight_2, .homeP #overview #highlights.slick-initialized li.highlight_3, .homeP #overview #highlights.slick-initialized li.highlight_4 {
  display: flex;
  flex-direction: column;
  padding: 0 40px 10px;
  position: relative;
  border: none;
}
.homeP #overview #highlights.slick-initialized li.highlight_1 img, .homeP #overview #highlights.slick-initialized li.highlight_2 img, .homeP #overview #highlights.slick-initialized li.highlight_3 img, .homeP #overview #highlights.slick-initialized li.highlight_4 img {
  width: 100%;
  aspect-ratio: 1.6;
  object-fit: cover;
  order: 1;
  position: relative;
  left: -40px;
}
.homeP #overview #highlights.slick-initialized li.highlight_1 h3, .homeP #overview #highlights.slick-initialized li.highlight_2 h3, .homeP #overview #highlights.slick-initialized li.highlight_3 h3, .homeP #overview #highlights.slick-initialized li.highlight_4 h3 {
  order: 2;
  padding: 0px;
  margin-top: 20px;
}
.homeP #overview #highlights.slick-initialized li.highlight_1 p, .homeP #overview #highlights.slick-initialized li.highlight_2 p, .homeP #overview #highlights.slick-initialized li.highlight_3 p, .homeP #overview #highlights.slick-initialized li.highlight_4 p {
  order: 3;
  padding: 0px;
}
@media (min-width: 651px) {
  .homeP #overview #highlights.slick-initialized li.highlight_1, .homeP #overview #highlights.slick-initialized li.highlight_2, .homeP #overview #highlights.slick-initialized li.highlight_3, .homeP #overview #highlights.slick-initialized li.highlight_4 {
    padding: 0 80px 20px 120px;
  }
  .homeP #overview #highlights.slick-initialized li.highlight_1 img, .homeP #overview #highlights.slick-initialized li.highlight_2 img, .homeP #overview #highlights.slick-initialized li.highlight_3 img, .homeP #overview #highlights.slick-initialized li.highlight_4 img {
    left: -80px;
  }
}
.homeP #overview #highlights.slick-initialized .slick-dots {
  padding: 20px 0;
  bottom: 20px;
}
@media (min-width: 651px) {
  .homeP #overview #highlights.slick-initialized .slick-dots {
    bottom: 40px;
  }
}
.homeP #residences .title {
  margin: 20px;
}
@media (min-width: 651px) {
  .homeP #residences .title {
    margin: 40px;
  }
}
@media (min-width: 901px) {
  .homeP #residences .title {
    margin: 120px 100px 40px;
  }
}
.homeP #residences .cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 15px;
}
@media (min-width: 901px) {
  .homeP #residences .cta {
    flex-direction: row;
    margin-bottom: 40px;
  }
}
.homeP #residences .cta .browse, .homeP #residences .cta .chart {
  display: inline-block;
  padding: 15px;
  width: 320px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 651px) {
  .homeP #residences .cta .browse, .homeP #residences .cta .chart {
    padding: 20px 20px;
    width: 380px;
  }
}
.homeP #residences .cta .browse {
  background: #056de0;
  color: #ffffff;
}
.homeP #residences .cta .browse::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -15px;
  left: 140px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #056de0;
}
@media (min-width: 651px) {
  .homeP #residences .cta .browse::after {
    bottom: -20px;
    left: 170px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #056de0;
  }
}
@media (min-width: 901px) {
  .homeP #residences .cta .browse {
    order: 1;
  }
}
.homeP #residences .cta .chart {
  background: #000000;
  color: #ffffff;
  transition: background 0.15s ease;
}
.homeP #residences .cta .chart::after {
  display: block;
  content: "";
  position: absolute;
  bottom: calc(50% - 15px);
  right: -15px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #000000;
  transition: border 0.15s ease;
}
@media (min-width: 651px) {
  .homeP #residences .cta .chart::after {
    bottom: calc(50% - 20px);
    right: -20px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #000000;
  }
}
.homeP #residences .cta .chart:hover {
  background: #056de0;
  transition: background 0.15s ease;
}
.homeP #residences .cta .chart:hover::after {
  border-left: 15px solid #056de0;
  transition: border 0.15s ease;
}
@media (min-width: 651px) {
  .homeP #residences .cta .chart:hover::after {
    border-left: 20px solid #056de0;
  }
}
@media (max-width: 900px) {
  .homeP #residences .cta .chart {
    width: 305px;
    margin-left: -7.5px;
  }
}
@media (min-width: 901px) {
  .homeP #residences .cta .chart {
    order: 3;
  }
}
.homeP #residences .cta .or {
  padding: 15px;
}
@media (min-width: 901px) {
  .homeP #residences .cta .or {
    padding: 20px 40px;
    order: 2;
  }
}
.homeP #residences ul {
  padding: 0 20px;
}
@media (min-width: 651px) {
  .homeP #residences ul {
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.homeP #residences ul li {
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
.homeP #residences ul li img {
  aspect-ratio: 1.1;
  object-fit: cover;
  position: relative;
  top: -20px;
}
.homeP #residences ul li .copy {
  padding: 0 20px 20px;
}
@media (min-width: 651px) {
  .homeP #residences ul li .copy {
    padding: 0 30px 30px;
  }
}
.homeP #residences ul li .copy .titleLine {
  display: flex;
  padding-right: 20px;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  text-decoration: none;
}
.homeP #residences ul li .copy .titleLine p {
  flex-shrink: 0;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 3px 10px;
  color: #ffffff;
  background: #000000;
}
.homeP #residences ul li .copy .titleLine p::after {
  content: " \e903";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}
.homeP #residences ul li .copy .titleLine:hover p {
  background: #056de0;
}
.homeP #residences ul li .copy .desc {
  margin-top: 10px;
}
.homeP #residences ul li .copy .italic {
  margin-top: 10px;
}
.homeP #residences ul li .copy a.external {
  margin-top: 15px;
}
.homeP #residences ul li:nth-of-type(4n+1) {
  border: 1px solid #ffca4e;
}
.homeP #residences ul li:nth-of-type(4n+1) img {
  left: -20px;
  z-index: -1;
}
.homeP #residences ul li:nth-of-type(4n+2) {
  background: #056de0;
  color: #ffffff;
}
.homeP #residences ul li:nth-of-type(4n+2) img {
  left: 20px;
}
.homeP #residences ul li:nth-of-type(4n+2) .copy a:hover p {
  background: #ffffff;
  color: #000000;
}
.homeP #residences ul li:nth-of-type(4n+3) {
  border: 1px solid #ffca4e;
}
.homeP #residences ul li:nth-of-type(4n+3) img {
  left: -20px;
  z-index: -1;
}
.homeP #residences ul li:nth-of-type(4n+4) {
  background: #eef0f3;
}
.homeP #residences ul li:nth-of-type(4n+4) img {
  left: 20px;
}
.homeP #residences ul li.empty {
  display: none;
}
@media (min-width: 651px) {
  .homeP #residences ul li {
    margin-top: 60px;
    width: calc(50% - 30px);
  }
  .homeP #residences ul li img {
    top: -30px;
  }
  .homeP #residences ul li:nth-of-type(4n+1) {
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  .homeP #residences ul li:nth-of-type(4n+1) img {
    left: -30px;
    top: 30px;
  }
  .homeP #residences ul li:nth-of-type(4n+1) .copy {
    padding: 30px 30px 0;
  }
  .homeP #residences ul li:nth-of-type(4n+2) img {
    left: -30px;
  }
  .homeP #residences ul li:nth-of-type(4n+3) {
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  .homeP #residences ul li:nth-of-type(4n+3) img {
    left: -30px;
    top: 30px;
  }
  .homeP #residences ul li:nth-of-type(4n+3) .copy {
    padding: 30px 30px 0;
  }
  .homeP #residences ul li:nth-of-type(4n+4) img {
    left: -30px;
  }
}
@media (min-width: 1201px) {
  .homeP #residences ul li {
    width: calc(33.3% - 45px);
  }
  .homeP #residences ul li:nth-of-type(3n+1) {
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  .homeP #residences ul li:nth-of-type(3n+1) img {
    top: 30px;
  }
  .homeP #residences ul li:nth-of-type(3n+1) .copy {
    padding: 30px 30px 0;
  }
  .homeP #residences ul li:nth-of-type(6n+2) img {
    left: 30px;
  }
  .homeP #residences ul li:nth-of-type(3n+3) {
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  .homeP #residences ul li:nth-of-type(3n+3) img {
    top: 30px;
    left: 30px;
  }
  .homeP #residences ul li:nth-of-type(3n+3) .copy {
    padding: 30px 30px 0;
  }
  .homeP #residences ul li:nth-of-type(6n+5) {
    flex-direction: column;
    justify-content: top;
  }
  .homeP #residences ul li:nth-of-type(6n+5) img {
    top: -30px;
  }
  .homeP #residences ul li:nth-of-type(6n+5) .copy {
    padding: 0 30px 30px;
  }
  .homeP #residences ul li.empty {
    display: block;
    border: none !important;
    background: none !important;
    position: relative;
    top: 10vw;
  }
  .homeP #residences ul li.empty::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../mit-gradhousing-theme/img/ships.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.homeP #neighborhood {
  padding-top: 60px;
}
@media (min-width: 651px) {
  .homeP #neighborhood {
    padding-top: 70px;
  }
}
@media (min-width: 1201px) {
  .homeP #neighborhood {
    padding-top: 120px;
  }
}
.homeP #neighborhood .title {
  position: relative;
  margin: 0 20px 20px;
}
@media (min-width: 651px) {
  .homeP #neighborhood .title {
    margin: 20px 40px;
  }
}
@media (min-width: 1201px) {
  .homeP #neighborhood .title {
    margin: 0 120px 40px;
  }
}
.homeP #neighborhood .title .bike {
  display: none;
}
@media (min-width: 1201px) {
  .homeP #neighborhood .title .bike {
    position: absolute;
    display: block;
    width: 110px;
    top: 10px;
    left: -140px;
  }
}
@media (min-width: 901px) {
  .homeP #neighborhood .map {
    display: flex;
    flex-wrap: wrap;
  }
}
.homeP #neighborhood .map #map {
  width: 100%;
  border-top: 1px solid #ffca4e;
  border-bottom: 1px solid #ffca4e;
  z-index: 1;
  position: relative;
}
.homeP #neighborhood .map #map .mobMap {
  height: 69vw;
  object-fit: cover;
}
@media (min-width: 501px) {
  .homeP #neighborhood .map #map .mobMap {
    height: 60vw;
  }
}
@media (min-width: 651px) {
  .homeP #neighborhood .map #map .mobMap {
    height: 50vw;
  }
}
.homeP #neighborhood .map #map::after {
  display: block;
  content: "MAP DATA ©2024 GOOGLE";
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 3px 5px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  letter-spacing: 0.05em;
}
.homeP #neighborhood .map #map .mobMap {
  width: 100%;
  display: block;
}
@media (min-width: 901px) {
  .homeP #neighborhood .map #map {
    border-right: 1px solid #ffca4e;
    width: calc(100% - 320px);
    height: auto;
  }
  .homeP #neighborhood .map #map::after, .homeP #neighborhood .map #map .mobMap {
    display: none;
  }
}
@media (min-width: 1201px) {
  .homeP #neighborhood .map #map {
    height: 600px;
  }
}
.homeP #neighborhood .map #map .infoBox {
  display: block;
  width: 200px;
  background: #056de0;
  color: #ffffff;
  transform: translate(-50%, -30px) !important;
}
.homeP #neighborhood .map #map .infoBox::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -15px;
  left: calc(50% - 15px);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #056de0;
}
.homeP #neighborhood .map #map .infoBox img {
  width: 8px;
  top: 7px;
  right: 7px;
}
.homeP #neighborhood .map #map .infoBox .infowrap {
  padding: 15px;
}
.homeP #neighborhood .map #map .infoBox .infowrap .name {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 1.2;
}
.homeP #neighborhood .map #map .infoBox .infowrap .address {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}
.homeP #neighborhood .map #map .infoBox .infowrap a {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 10px;
  display: inline-block;
  text-decoration: none;
  margin-top: 5px;
  position: relative;
  padding-right: 12px;
}
.homeP #neighborhood .map #map .infoBox .infowrap a::after {
  content: "\e902";
  margin-left: 0.2em;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  position: absolute;
}
.homeP #neighborhood .map #map .infoBox .infowrap a:hover {
  text-decoration: underline;
}
.homeP #neighborhood .map .mapnav {
  padding: 20px 20px 40px;
}
@media (min-width: 651px) {
  .homeP #neighborhood .map .mapnav {
    padding: 40px;
  }
}
@media (min-width: 901px) {
  .homeP #neighborhood .map .mapnav {
    width: 320px;
    background-color: #eef0f3;
    padding: 50px 40px 50px 70px;
    position: relative;
    left: -30px;
    top: -30px;
  }
}
@media (min-width: 501px) {
  .homeP #neighborhood .map .mapnav ul.resi {
    column-count: 2;
  }
}
@media (min-width: 901px) {
  .homeP #neighborhood .map .mapnav ul.resi {
    column-count: 1;
  }
}
.homeP #neighborhood .map .mapnav p {
  margin-top: 20px;
  column-span: all;
}
@media (min-width: 651px) {
  .homeP #neighborhood .map .mapnav p {
    margin-top: 30px;
  }
}
.homeP #neighborhood .map .mapnav li.item {
  padding-top: 2px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  font-size: 13px;
}
@media (min-width: 651px) {
  .homeP #neighborhood .map .mapnav li.item {
    padding-top: 4px;
  }
}
.homeP #neighborhood .map .mapnav li.item a {
  text-decoration: none;
  display: block;
}
.homeP #neighborhood .map .mapnav li.item a:hover {
  text-decoration: underline;
}
.homeP #neighborhood .map .mapnav li.item img {
  position: relative;
  display: inline-block;
  top: 5px;
  width: 20px;
  margin-right: 15px;
}
.homeP #neighborhood .map .mapnav li.item img.star {
  top: 3px;
}
.homeP #neighborhood #neighborhoodPOI {
  background-color: #eef0f3;
  width: 100%;
}
@media (min-width: 901px) {
  .homeP #neighborhood #neighborhoodPOI {
    position: relative;
    padding-top: 46px;
  }
}
@media (min-width: 1201px) {
  .homeP #neighborhood #neighborhoodPOI {
    width: calc(100% - 320px);
  }
}
.homeP #neighborhood #neighborhoodPOI .catX button.catToggle {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  background: #ffca4e;
  padding: 15px 20px;
  border-bottom: 1px solid #eef0f3;
}
.homeP #neighborhood #neighborhoodPOI .catX button.catToggle h3 {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: initial;
  letter-spacing: 0;
}
.homeP #neighborhood #neighborhoodPOI .catX button.catToggle svg {
  width: 9px;
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
}
.homeP #neighborhood #neighborhoodPOI .catX button.catToggle svg path {
  fill: black;
}
.homeP #neighborhood #neighborhoodPOI .catX button.catToggle[aria-expanded=true] svg {
  transform: rotate(180deg);
}
@media (min-width: 651px) {
  .homeP #neighborhood #neighborhoodPOI .catX button.catToggle {
    padding: 10px 40px;
  }
}
@media (min-width: 901px) {
  .homeP #neighborhood #neighborhoodPOI .catX button.catToggle {
    width: 20%;
    height: 46px;
    padding: 0 10px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
  }
  .homeP #neighborhood #neighborhoodPOI .catX button.catToggle svg {
    display: none;
  }
  .homeP #neighborhood #neighborhoodPOI .catX button.catToggle[aria-expanded=true], .homeP #neighborhood #neighborhoodPOI .catX button.catToggle:hover {
    background: #eef0f3;
  }
}
@media (min-width: 901px) {
  .homeP #neighborhood #neighborhoodPOI .catX:nth-of-type(2) button.catToggle {
    left: 20%;
  }
  .homeP #neighborhood #neighborhoodPOI .catX:nth-of-type(3) button.catToggle {
    left: 40%;
  }
  .homeP #neighborhood #neighborhoodPOI .catX:nth-of-type(4) button.catToggle {
    left: 60%;
  }
  .homeP #neighborhood #neighborhoodPOI .catX:nth-of-type(5) button.catToggle {
    left: 80%;
  }
}
.homeP #neighborhood #neighborhoodPOI .catX ul.list {
  padding: 10px 20px 20px;
}
@media (min-width: 651px) {
  .homeP #neighborhood #neighborhoodPOI .catX ul.list {
    padding: 10px 40px 20px 20px;
    column-count: 2;
    gap: 40px;
  }
}
@media (min-width: 901px) {
  .homeP #neighborhood #neighborhoodPOI .catX ul.list {
    padding: 10px 40px 20px;
    column-count: 3;
  }
}
@media (min-width: 1201px) {
  .homeP #neighborhood #neighborhoodPOI .catX ul.list {
    column-count: 2;
  }
}
@media (min-width: 1441px) {
  .homeP #neighborhood #neighborhoodPOI .catX ul.list {
    column-count: 3;
  }
}
.homeP #neighborhood #neighborhoodPOI .catX ul.list li {
  padding: 5px 0;
}
@media (min-width: 651px) {
  .homeP #neighborhood #neighborhoodPOI .catX ul.list li {
    padding-left: 15px;
    border-left: 1px solid #ffca4e;
    break-inside: avoid;
  }
}
.homeP #neighborhood #neighborhoodPOI .catX ul.list li a {
  text-decoration: none;
}
.homeP #neighborhood #neighborhoodPOI .catX ul.list li a:hover {
  text-decoration: underline;
}
.homeP #neighborhood #neighborhoodPOI .catX ul.list.is-hidden {
  display: none;
}

.plansP .title {
  padding: 0 20px 20px;
}
@media (min-width: 651px) {
  .plansP .title {
    padding: 20px 40px 40px;
  }
  .plansP .title p {
    font-size: 18px;
  }
}
@media (min-width: 1201px) {
  .plansP .title {
    padding: 20px 100px 60px;
  }
}
.plansP .title a {
  display: inline-block;
  padding: 5px 15px;
  background: #000000;
  color: #ffffff;
  margin-top: 10px;
  transition: background 0.15s;
}
.plansP .title a:hover {
  background: #056de0;
  transition: background 0.15s;
}
.plansP .content {
  position: relative;
}
@media screen and (max-aspect-ratio: 4/5) {
  .plansP .content {
    padding-top: 69vw;
  }
}
@media screen and (max-aspect-ratio: 4/5) and (min-width: 501px) {
  .plansP .content {
    padding-top: 60vw;
  }
}
@media screen and (max-aspect-ratio: 4/5) and (min-width: 651px) {
  .plansP .content {
    padding-top: 50vw;
  }
}
@media (min-width: 901px) {
  .plansP .content {
    padding-top: 0px;
    padding-left: 60%;
  }
}
@media (min-width: 1201px) {
  .plansP .content {
    padding-left: 50%;
  }
}
@media (min-width: 1441px) {
  .plansP .content {
    padding-left: calc(100vw - 721px);
  }
}
.plansP .content img.mapimg {
  width: 100%;
  display: block;
  border-top: 1px solid #ffca4e;
  border-bottom: 1px solid #ffca4e;
}
@media (min-width: 901px) {
  .plansP .content img.mapimg {
    display: none;
  }
}
.plansP .content #wrap .mapWrapper {
  position: relative;
  z-index: 2;
}
.plansP .content #wrap .mapWrapper img {
  height: 69vw;
  object-fit: cover;
}
@media (min-width: 501px) {
  .plansP .content #wrap .mapWrapper img {
    height: 60vw;
  }
}
@media (min-width: 651px) {
  .plansP .content #wrap .mapWrapper img {
    height: 50vw;
  }
}
.plansP .content #wrap .mapWrapper::after {
  display: block;
  content: "MAP DATA ©2024 GOOGLE";
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 3px 5px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  letter-spacing: 0.05em;
}
@media (min-width: 901px) {
  .plansP .content #wrap .mapWrapper {
    display: none;
  }
  .plansP .content #wrap .mapWrapper::after {
    display: none;
  }
}
@media screen and (max-aspect-ratio: 4/5) {
  .plansP .content #wrap.top .mapWrapper {
    position: absolute;
    top: 0;
  }
  .plansP .content #wrap.fixed .mapWrapper, .plansP .content #wrap.bot .mapWrapper {
    position: fixed;
    top: 60px;
  }
}
@media screen and (max-aspect-ratio: 4/5) and (min-width: 651px) {
  .plansP .content #wrap.fixed .mapWrapper, .plansP .content #wrap.bot .mapWrapper {
    top: 81px;
  }
}
@media (min-width: 901px) {
  .plansP .content #wrap {
    display: block;
    left: 0;
    width: 60%;
    height: calc(100vh - 91px);
  }
  .plansP .content #wrap.top {
    position: absolute;
    top: 0;
  }
  .plansP .content #wrap.fixed {
    position: fixed;
    top: 91px;
  }
  .plansP .content #wrap.bot {
    position: absolute;
    bottom: 0;
  }
}
@media (min-width: 1201px) {
  .plansP .content #wrap {
    width: 50%;
  }
}
@media (min-width: 1441px) {
  .plansP .content #wrap {
    width: calc(100vw - 721px);
  }
}
.plansP .content #wrap #map {
  width: 100%;
  height: 100%;
  background-image: url("../mit-gradhousing-theme/img/map_chart.jpg");
  background-size: cover;
  background-position: center;
}
.plansP .content ul.chart > * {
  font-size: 14px;
}
@media (min-width: 901px) {
  .plansP .content ul.chart {
    border-left: 1px solid #eef0f3;
    border-bottom: 1px solid #eef0f3;
    width: 100%;
  }
}
.plansP .content ul.chart li .thename {
  background: #056de0;
  color: #ffffff;
  padding: 10px 20px;
}
.plansP .content ul.chart li .thename h2 svg {
  width: 12px;
  margin-right: 4px;
}
.plansP .content ul.chart li .thename h2 svg rect {
  fill: white;
}
.plansP .content ul.chart li .thename h2.internal {
  padding-right: 20px;
  position: relative;
}
.plansP .content ul.chart li .thename h2.internal::after {
  content: " \e903";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e903";
  position: absolute;
  bottom: 0px;
}
.plansP .content ul.chart li .thename h2.graduateJunction {
  padding-right: 20px;
  position: relative;
}
.plansP .content ul.chart li .thename h2.graduateJunction::after {
  content: "\e902";
  margin-left: 0.2em;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  position: absolute;
  bottom: 0px;
}
.plansP .content ul.chart li .thename a {
  text-decoration: none;
}
@media (min-width: 651px) {
  .plansP .content ul.chart li .thename {
    padding: 10px 40px;
  }
}
@media (min-width: 901px) {
  .plansP .content ul.chart li .thename {
    padding: 10px 20px;
    background: #eef0f3;
    color: #000000;
  }
  .plansP .content ul.chart li .thename h2 svg rect {
    fill: #000000;
  }
  .plansP .content ul.chart li .thename a {
    text-decoration: none;
  }
  .plansP .content ul.chart li .thename a:hover {
    text-decoration: underline;
  }
}
.plansP .content ul.chart li.highlight .thename {
  background: #056de0;
  color: #ffffff;
}
.plansP .content ul.chart li.highlight .thename h2 svg rect {
  fill: #ffffff;
}
.plansP .content ul.chart li.highlight .thename a:hover {
  color: #ffffff;
}
.plansP .content ul.chart li p.address {
  display: block;
}
.plansP .content ul.chart li .tables {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 20px 10px 20px;
}
@media (min-width: 651px) {
  .plansP .content ul.chart li .tables {
    padding: 20px 40px 10px 40px;
  }
}
@media (min-width: 901px) {
  .plansP .content ul.chart li .tables {
    padding: 20px 20px 10px 20px;
  }
}
.plansP .content ul.chart li .tables h3 {
  display: block;
  width: 100%;
  color: #056de0;
  border-bottom: 1px solid #056de0;
  font-size: 12px;
}
@media (min-width: 1201px) {
  .plansP .content ul.chart li .tables h3 {
    margin-bottom: 8px;
  }
}
.plansP .content ul.chart li .tables p {
  display: block;
  width: 100%;
  padding: 5px 0;
}
.plansP .content ul.chart li .tables a:hover {
  color: #056de0;
}
.plansP .content ul.chart li .tables .flex {
  padding-bottom: 20px;
}
.plansP .content ul.chart li .tables .recommendedFor {
  width: 100%;
}
.plansP .content ul.chart li .tables .renewal, .plansP .content ul.chart li .tables .type {
  width: calc(60% - 20px);
}
.plansP .content ul.chart li .tables .furnished, .plansP .content ul.chart li .tables .price {
  width: 40%;
}
.plansP .content ul.chart li .tables div.units {
  width: 100%;
  border-collapse: collapse;
}
.plansP .content ul.chart li .tables div.units .row {
  display: flex;
  justify-content: space-between;
}
.plansP .content ul.chart li .tables div.units .row.info {
  border-bottom: 1px dotted #000000;
  padding: 5px 0;
}
.plansP .content ul.chart li .tables div.units .row.info:last-of-type {
  border-bottom: none;
}
@media (min-width: 1441px) {
  .plansP .content ul.chart li .tables {
    flex-wrap: no-wrap;
  }
  .plansP .content ul.chart li .tables .flex {
    padding-bottom: 0px;
  }
  .plansP .content ul.chart li .tables .recommendedFor {
    width: 20%;
  }
  .plansP .content ul.chart li .tables .renewal {
    width: 20%;
  }
  .plansP .content ul.chart li .tables .furnished {
    width: 15%;
  }
  .plansP .content ul.chart li .tables div.units {
    width: 40%;
  }
}

@media (min-width: 901px) {
  .resiP #overview .top {
    display: flex;
    background-color: #eef0f3;
    margin-top: 40px;
  }
}
@media (min-width: 1201px) {
  .resiP #overview .top {
    margin: 60px 80px 0 40px;
  }
}
.resiP #overview .gallery {
  position: relative;
}
@media (min-width: 901px) {
  .resiP #overview .gallery {
    width: 60%;
    flex-shrink: 0;
    margin-top: -40px;
  }
}
@media (min-width: 1201px) {
  .resiP #overview .gallery {
    width: 70%;
    margin-top: -60px;
    margin-left: -40px;
  }
}
.resiP #overview .gallery img {
  height: 67vw;
  object-fit: cover;
}
@media (min-width: 901px) {
  .resiP #overview .gallery img {
    height: 55vw;
  }
}
@media (min-width: 1201px) {
  .resiP #overview .gallery img {
    height: 45vw;
  }
}
.resiP #overview .gallery .slick-arrow {
  width: 30px;
  height: 67vw;
  position: absolute;
  top: 0;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  cursor: pointer;
}
.resiP #overview .gallery .slick-arrow.slick-prev {
  left: 0;
  background-image: url("../mit-gradhousing-theme/img/prev.svg");
}
.resiP #overview .gallery .slick-arrow.slick-next {
  right: 0;
  background-image: url("../mit-gradhousing-theme/img/next.svg");
}
@media (min-width: 901px) {
  .resiP #overview .gallery .slick-arrow {
    width: 60px;
    height: 55vw;
  }
}
@media (min-width: 1201px) {
  .resiP #overview .gallery .slick-arrow {
    height: 45vw;
  }
}
.resiP #overview .gallery .captionbar {
  display: flex;
  font-size: 14px;
  background-color: #eef0f3;
  padding: 10px 20px;
}
@media (min-width: 651px) {
  .resiP #overview .gallery .captionbar {
    padding: 15px 40px;
  }
}
@media (min-width: 1201px) {
  .resiP #overview .gallery .captionbar {
    padding: 15px 20px;
    margin-left: 40px;
  }
}
.resiP #overview .gallery p.caption {
  width: 100%;
  padding-right: 20px;
}
.resiP #overview .wrap-top {
  padding: 0 20px;
}
@media (min-width: 651px) {
  .resiP #overview .wrap-top {
    padding: 0 40px;
  }
}
@media (min-width: 901px) {
  .resiP #overview .wrap-top {
    padding: 40px 40px 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 1201px) {
  .resiP #overview .wrap-top {
    padding: 50px;
  }
}
.resiP #overview h1 {
  color: #056de0;
  margin-bottom: 15px;
  padding: 0 20px;
  display: inline-block;
}
@media (min-width: 651px) {
  .resiP #overview h1 {
    font-size: 48px;
    padding: 0 40px;
  }
}
.resiP #overview h1.desktop {
  display: none;
}
@media (min-width: 901px) {
  .resiP #overview h1.desktop {
    display: inline-block;
    padding: 0;
    margin-bottom: 10px;
  }
  .resiP #overview h1.mobile {
    display: none;
  }
}
.resiP #overview p.copy {
  margin: 20px 0 10px;
}
@media (min-width: 651px) {
  .resiP #overview p.copy {
    font-size: 18px;
    margin: 30px 0 10px;
  }
}
@media (min-width: 901px) {
  .resiP #overview p.copy {
    margin: 0 0 10px;
  }
}
.resiP #overview p.recommendation {
  margin-bottom: 10px;
}
@media (min-width: 651px) and (max-width: 900px) {
  .resiP #overview .links br {
    display: none;
  }
}
.resiP #overview a.button {
  margin-top: 10px;
}
.resiP #overview .love {
  margin: 30px 20px;
  border: 1px solid #ffca4e;
  padding: 20px;
}
@media (min-width: 651px) {
  .resiP #overview .love {
    margin: 30px 40px;
  }
}
@media (min-width: 901px) {
  .resiP #overview .love {
    padding: 40px;
    border-top: 0px;
    margin: 0 40px 60px;
  }
}
@media (min-width: 1201px) {
  .resiP #overview .love {
    padding: 40px 40px 60px 40px;
    margin: 0 120px 60px 100px;
  }
}
@media (min-width: 651px) {
  .resiP #overview .love ul {
    display: flex;
    gap: 20px;
  }
}
@media (min-width: 901px) {
  .resiP #overview .love ul {
    gap: 40px;
  }
}
@media (min-width: 1201px) {
  .resiP #overview .love ul {
    gap: 100px;
  }
}
.resiP #overview .love ul li {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #ffca4e;
}
.resiP #overview .love ul li:last-of-type {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.resiP #overview .love ul li img {
  width: 70px;
}
.resiP #overview .love ul li p {
  padding-left: 30px;
}
@media (min-width: 651px) {
  .resiP #overview .love ul li {
    flex-direction: column;
    width: 33.3%;
    padding: 20px 0 0;
    text-align: center;
    border-bottom: none;
  }
  .resiP #overview .love ul li:last-of-type {
    border-right: none;
  }
  .resiP #overview .love ul li p {
    padding: 10px 0 0 0;
  }
}
@media (min-width: 901px) {
  .resiP #overview .love ul li {
    padding: 30px 0 0;
  }
}
@media (min-width: 1201px) {
  .resiP #overview .love ul li {
    flex-direction: row;
    text-align: left;
  }
  .resiP #overview .love ul li p {
    padding: 0 0 0 20px;
  }
}
@media (min-width: 1201px) {
  .resiP #apartments {
    display: flex;
  }
}
.resiP #apartments .units {
  padding: 0 20px;
}
@media (min-width: 651px) {
  .resiP #apartments .units {
    padding: 0 40px;
  }
}
@media (min-width: 1201px) {
  .resiP #apartments .units {
    padding: 0 40px 0 100px;
    width: 68%;
  }
}
.resiP #apartments .units p.copy {
  margin-bottom: 20px;
}
@media (min-width: 901px) {
  .resiP #apartments .units p.copy {
    margin-bottom: 30px;
  }
}
.resiP #apartments .units #apartmentList {
  width: calc(100% + 20px + 20px);
  margin-left: -20px;
}
@media (min-width: 651px) {
  .resiP #apartments .units #apartmentList {
    width: calc(100% + 40px + 40px);
    margin-left: -40px;
  }
}
@media (min-width: 901px) {
  .resiP #apartments .units #apartmentList {
    width: 100%;
    margin-left: 0px;
  }
}
@media (min-width: 901px) {
  .resiP #apartments .units #apartmentList div[role=row] {
    display: flex;
  }
}
.resiP #apartments .units #apartmentList .thead {
  color: #056de0;
}
@media (max-width: 900px) {
  .resiP #apartments .units #apartmentList .thead {
    position: absolute;
    left: -99999px;
  }
}
.resiP #apartments .units #apartmentList .thead p {
  position: relative;
}
.resiP #apartments .units #apartmentList .thead p::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0px;
  width: calc(100% - 20px);
  border-bottom: 1px solid #056de0;
}
.resiP #apartments .units #apartmentList .thead p.plan::after {
  width: 100%;
}
.resiP #apartments .units #apartmentList .thead .type {
  width: 22.5%;
  padding-right: 20px;
}
.resiP #apartments .units #apartmentList .thead .size, .resiP #apartments .units #apartmentList .thead .price {
  width: 10%;
  padding-right: 20px;
}
.resiP #apartments .units #apartmentList .thead .quantity {
  width: 7.5%;
  padding-right: 20px;
}
.resiP #apartments .units #apartmentList .thead .description {
  width: calc(50% - 100px);
  padding-right: 20px;
}
.resiP #apartments .units #apartmentList .thead .plan {
  width: 102px;
  flex-shrink: 0px;
}
.resiP #apartments .units #apartmentList .tbody div[role=row] {
  background: #eef0f3;
  border-bottom: 2px solid #ffffff;
}
.resiP #apartments .units #apartmentList .tbody div[role=row] h3, .resiP #apartments .units #apartmentList .tbody div[role=row] p {
  font-size: 14px;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0;
}
@media (min-width: 901px) {
  .resiP #apartments .units #apartmentList .tbody div[role=row] {
    background: transparent;
    border-bottom: 1px dotted #000000;
    padding: 20px 0;
  }
}
.resiP #apartments .units #apartmentList span.bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
  padding-right: 45px;
  position: relative;
}
.resiP #apartments .units #apartmentList span.bar::after {
  display: block;
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 3px);
  width: 9px;
  height: 6px;
  background-image: url("../mit-gradhousing-theme/img/accordion.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.resiP #apartments .units #apartmentList span.bar[aria-expanded=true]::after {
  transform: rotate(180deg);
}
@media (min-width: 651px) {
  .resiP #apartments .units #apartmentList span.bar {
    padding: 20px 40px;
  }
}
@media (min-width: 901px) {
  .resiP #apartments .units #apartmentList span.bar {
    padding: 0px;
    width: 50%;
    align-items: flex-start;
  }
  .resiP #apartments .units #apartmentList span.bar::after {
    display: none;
  }
}
.resiP #apartments .units #apartmentList span.bar .type {
  width: 60%;
}
.resiP #apartments .units #apartmentList span.bar .type button.lightboxToggle {
  text-align: left;
  color: #000000;
}
@media (min-width: 901px) {
  .resiP #apartments .units #apartmentList span.bar .type button.lightboxToggle {
    padding-right: 20px;
    position: relative;
  }
  .resiP #apartments .units #apartmentList span.bar .type button.lightboxToggle::after {
    color: #056de0;
    content: "\e901";
    font-family: "icomoon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    position: absolute;
    bottom: 0px;
    margin-left: 2px;
  }
  .resiP #apartments .units #apartmentList span.bar .type button.lightboxToggle:hover {
    text-decoration: underline;
  }
}
.resiP #apartments .units #apartmentList span.bar .size, .resiP #apartments .units #apartmentList span.bar .price {
  width: 20%;
}
@media (max-width: 900px) {
  .resiP #apartments .units #apartmentList span.bar .quantity {
    display: none;
  }
}
@media (min-width: 901px) {
  .resiP #apartments .units #apartmentList span.bar .type {
    width: 45%;
    padding-right: 20px;
  }
  .resiP #apartments .units #apartmentList span.bar .size, .resiP #apartments .units #apartmentList span.bar .price {
    padding-right: 20px;
  }
  .resiP #apartments .units #apartmentList span.bar .quantity {
    width: 15%;
    padding-right: 20px;
  }
}
.resiP #apartments .units #apartmentList span.accordion {
  display: none;
  flex-direction: row-reverse;
  border-top: 1px dotted #000000;
  padding: 20px 0;
  margin: 0 20px;
  box-sizing: border-box;
}
.resiP #apartments .units #apartmentList span.accordion.is-open {
  display: flex;
}
@media (min-width: 651px) {
  .resiP #apartments .units #apartmentList span.accordion {
    padding: 20px 0 40px;
    margin: 0 40px;
  }
}
@media (min-width: 901px) {
  .resiP #apartments .units #apartmentList span.accordion {
    display: flex;
    flex-direction: row;
    width: 50%;
    padding: 0;
    margin: 0;
    border: none;
  }
}
.resiP #apartments .units #apartmentList .description {
  width: calc(100% - 100px);
}
.resiP #apartments .units #apartmentList .description .dsc {
  margin-bottom: 5px;
}
.resiP #apartments .units #apartmentList .description .lightboxToggle {
  margin-top: 10px;
}
.resiP #apartments .units #apartmentList .description .lightboxToggle::after {
  color: #056de0;
  content: "\e901";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #ffffff;
  margin-left: 3px;
}
@media (min-width: 901px) {
  .resiP #apartments .units #apartmentList .description {
    padding-right: 20px;
    width: calc(100% - 100px);
  }
  .resiP #apartments .units #apartmentList .description .qty, .resiP #apartments .units #apartmentList .description button {
    display: none;
  }
  .resiP #apartments .units #apartmentList .description .dsc {
    margin-bottom: 0;
  }
}
.resiP #apartments .units #apartmentList div.plan {
  margin-right: 20px;
}
@media (min-width: 651px) {
  .resiP #apartments .units #apartmentList div.plan {
    margin-right: 40px;
  }
}
@media (min-width: 901px) {
  .resiP #apartments .units #apartmentList div.plan {
    margin-right: 0;
  }
}
.resiP #apartments .units #apartmentList div.plan button.lightboxToggle {
  width: 100px;
  height: 100px;
  position: relative;
  content: "";
  border: 1px solid #ffca4e;
  background-size: contain;
  background-position: center;
  background-color: white;
}
.resiP #apartments .units #apartmentList div.plan button.lightboxToggle::after {
  display: inline-block;
  content: "";
  height: 25px;
  width: 25px;
  position: absolute;
  top: calc(50% - 12.5px);
  left: calc(50% - 12.5px);
  background-image: url("../mit-gradhousing-theme/img/expand.svg");
  background-size: contain;
  background-position: center;
}
.resiP #apartments .units #apartmentList div.plan button.lightboxToggle:hover::before {
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #056de0;
  opacity: 0.25;
}
.resiP #apartments .units #apartmentList .lightbox {
  display: none;
}
.resiP #apartments .units p.disclaimer {
  margin-top: 20px;
}
.resiP #apartments .features {
  padding: 20px;
}
@media (min-width: 651px) {
  .resiP #apartments .features {
    padding: 40px;
  }
}
@media (min-width: 1201px) {
  .resiP #apartments .features {
    padding: 0 40px 0 0;
    width: 32%;
  }
}
.resiP #apartments .features img {
  display: block;
  object-fit: cover;
  height: 55vw;
  position: relative;
  left: 20px;
}
@media (min-width: 651px) {
  .resiP #apartments .features img {
    height: 40vw;
    left: 40px;
  }
}
@media (min-width: 1201px) {
  .resiP #apartments .features img {
    height: 18vw;
    left: 40px;
  }
}
.resiP #apartments .features ul {
  padding: 50px 20px 30px;
  background: #056de0;
  color: #ffffff;
  margin-top: -20px;
}
@media (min-width: 651px) {
  .resiP #apartments .features ul {
    padding: 70px 40px 50px;
  }
}
.resiP #apartments .features ul li {
  padding-top: 20px;
}
.resiP #apartments .features ul li:first-of-type {
  padding-top: 0px;
}
.resiP #apartments .features ul .disclaimer {
  padding-top: 20px;
}
.resiP #apartments .features ul strong {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (min-width: 901px) and (max-width: 1200px) {
  .resiP #apartments .features {
    display: flex;
    flex-direction: row-reverse;
    padding: 60px 40px 0px 40px;
  }
  .resiP #apartments .features img {
    width: 45%;
    left: 0px;
    height: auto;
    top: -40px;
  }
  .resiP #apartments .features ul {
    margin: 0;
    margin-right: -40px;
    padding: 50px 80px 50px 40px;
  }
}
.resiP #amenities {
  padding: 20px;
}
@media (min-width: 651px) {
  .resiP #amenities {
    padding: 40px;
  }
}
@media (min-width: 901px) {
  .resiP #amenities {
    position: relative;
    background: #eef0f3;
    margin-top: 80px;
    margin-left: 40px;
    margin-bottom: 40px;
    padding: 40px 40px 40px 40%;
    min-height: calc(50vw + 20px);
  }
}
@media (min-width: 1201px) {
  .resiP #amenities {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    padding: 60px 60px 60px calc(30% + 40px);
    min-height: calc(36vw + 20px);
  }
  .resiP #amenities > * {
    order: 3;
  }
}
.resiP #amenities h2 {
  order: 1;
}
.resiP #amenities p.copy {
  margin-bottom: 20px;
}
@media (min-width: 1201px) {
  .resiP #amenities p.copy {
    margin: 20px 0 30px;
  }
}
.resiP #amenities a.button {
  margin-bottom: 30px;
}
@media (min-width: 1201px) {
  .resiP #amenities a.button {
    order: 2;
    margin-bottom: 0px;
    align-self: center;
  }
}
.resiP #amenities .imgWrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  left: 20px;
  width: 100%;
}
.resiP #amenities .imgWrap img {
  display: block;
  object-fit: cover;
  width: calc(50% - 7px);
  height: 43vw;
}
@media (min-width: 651px) {
  .resiP #amenities .imgWrap {
    left: 40px;
  }
  .resiP #amenities .imgWrap img {
    height: 30vw;
  }
}
@media (min-width: 901px) {
  .resiP #amenities .imgWrap {
    position: absolute;
    top: -40px;
    left: -40px;
    display: block;
    width: 40%;
  }
  .resiP #amenities .imgWrap img {
    height: 25vw;
    width: 100%;
  }
  .resiP #amenities .imgWrap img:first-of-type {
    margin-bottom: 20px;
  }
}
@media (min-width: 1201px) {
  .resiP #amenities .imgWrap {
    width: 30%;
  }
  .resiP #amenities .imgWrap img {
    height: 18vw;
  }
}
.resiP #amenities #amenitiesList {
  padding: 130px 20px 30px;
  background: #eef0f3;
  margin-top: -100px;
}
@media (min-width: 651px) {
  .resiP #amenities #amenitiesList {
    padding: 150px 40px 50px;
    column-count: 2;
    gap: 60px;
    column-rule: 1px solid #ffca4e;
  }
}
@media (min-width: 901px) {
  .resiP #amenities #amenitiesList {
    padding: 0px;
    margin: 0px;
  }
}
.resiP #amenities #amenitiesList li {
  font-size: 14px;
  padding: 10px 0;
  break-inside: avoid;
}
.resiP #amenities #amenitiesList li:last-of-type {
  margin-bottom: 0px;
}
.resiP #amenities #amenitiesList li p {
  display: inline;
}
.resiP #amenities #amenitiesList li .lightboxToggle {
  text-align: left;
}
.resiP #amenities #amenitiesList li .lightboxToggle strong {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.resiP #amenities #amenitiesList li .lightboxToggle::after {
  color: #056de0;
  content: "\e901";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #056de0;
}
.resiP #amenities #amenitiesList li .lightboxToggle:hover p {
  text-decoration: underline;
}
@media (min-width: 901px) {
  .resiP #amenities #amenitiesList li {
    padding: 15px 0;
  }
}
.resiP #amenities #amenitiesList strong {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.resiP #amenities #amenitiesList .lightbox {
  display: none;
}
.resiP .lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  background: black;
  padding-top: 90px;
}
.resiP .lightbox.isopen {
  display: block !important;
}
@media (min-width: 1201px) {
  .resiP .lightbox {
    padding: 60px 90px 0;
  }
}
.resiP .lightbox button.close {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 20px;
  width: 20px;
  background-image: url("../mit-gradhousing-theme/img/close_big.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.resiP .lightbox button.close::after {
  display: none;
}
@media (min-width: 1201px) {
  .resiP .lightbox button.close {
    top: 20px;
    right: 30px;
    height: 30px;
    width: 30px;
  }
}
.resiP .lightbox iframe, .resiP .lightbox img {
  width: 100%;
  height: calc(100% - 90px);
}
.resiP .lightbox img {
  object-fit: contain;
}
.resiP .lightbox .caption {
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  padding: 20px;
  display: block;
}
.resiP #information {
  position: relative;
}
@media (min-width: 901px) {
  .resiP #information {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    background: #056de0;
    margin: 0 120px 0 40px;
    padding: 40px 0;
  }
}
@media (min-width: 1201px) {
  .resiP #information {
    margin: 0 160px 0 100px;
    justify-content: space-between;
  }
}
.resiP #information .map {
  height: 75vw;
  background-size: cover;
  background-position: center;
  border-top: 1px solid #ffca4e;
  border-bottom: 1px solid #ffca4e;
  padding: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
}
.resiP #information .map::after {
  display: block;
  content: "MAP DATA ©2024 GOOGLE";
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 3px 5px;
  background: #eef0f3;
  font-size: 10px;
  letter-spacing: 0.05em;
}
.resiP #information .map img.star {
  width: 32px;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 16px);
}
.resiP #information .map img.gmap {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.resiP #information .map a {
  position: relative;
}
@media (min-width: 651px) {
  .resiP #information .map {
    height: 45vw;
  }
}
@media (min-width: 901px) {
  .resiP #information .map {
    width: 50%;
    height: auto;
    position: relative;
    right: -80px;
    border: 1px solid #ffca4e;
  }
}
@media (min-width: 1201px) {
  .resiP #information .map {
    right: -100px;
    width: calc(50% - 40px);
  }
}
.resiP #information .info {
  margin: 0 20px;
  padding: 30px 20px;
  background: #056de0;
  color: #ffffff;
}
@media (min-width: 651px) {
  .resiP #information .info {
    margin: 0 40px;
    padding: 50px 40px;
    column-count: 2;
    gap: 40px;
  }
}
@media (min-width: 901px) {
  .resiP #information .info {
    column-count: 1;
    width: 50%;
    padding: 0 0 0 40px;
    margin: 0;
  }
}
@media (min-width: 1201px) {
  .resiP #information .info {
    padding: 0 0 0 60px;
  }
}
.resiP #information .info h2, .resiP #information .info h3 {
  margin-bottom: 10px;
}
.resiP #information .info p {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.resiP #information .info div:last-of-type p {
  margin-bottom: 0px;
}

body.page-template-default main {
  font-size: 16px;
}
@media (min-width: 1201px) {
  body.page-template-default main {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 20px;
  }
}
body.page-template-default main h1 {
  margin-bottom: 15px;
  display: block;
}
body.page-template-default main h2, body.page-template-default main h3 {
  margin-bottom: 10px;
  display: block;
}
body.page-template-default main p, body.page-template-default main ul {
  margin-bottom: 15px;
  display: block;
}
body.page-template-default main a:hover {
  color: #056de0;
}
body.page-template-default main a.button {
  margin-bottom: 15px;
}
body.page-template-default main a.button::after {
  content: " \e903";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}
body.page-template-default main a.button:hover {
  color: #ffffff;
}
body.page-template-default main a[target=blank], body.page-template-default main a[target=_blank], body.page-template-default main a[target=blank], body.page-template-default main a[target=_blank] {
  color: #056de0;
}
body.page-template-default main a[target=blank]::after, body.page-template-default main a[target=_blank]::after, body.page-template-default main a[target=blank]::after, body.page-template-default main a[target=_blank]::after {
  content: "\e902";
  margin-left: 0.2em;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}
body.page-template-default main a[target=blank]:not(.button), body.page-template-default main a[target=_blank]:not(.button), body.page-template-default main a[target=blank]:not(.button), body.page-template-default main a[target=_blank]:not(.button) {
  padding-right: 20px;
}
body.page-template-default main a[target=blank]:not(.button)::after, body.page-template-default main a[target=_blank]:not(.button)::after, body.page-template-default main a[target=blank]:not(.button)::after, body.page-template-default main a[target=_blank]:not(.button)::after {
  position: absolute;
  bottom: 0px;
}
body.page-template-default main a[target=blank]:hover, body.page-template-default main a[target=_blank]:hover, body.page-template-default main a[target=blank]:hover, body.page-template-default main a[target=_blank]:hover {
  color: #000000;
}
body.page-template-default main a[target=blank].button, body.page-template-default main a[target=_blank].button, body.page-template-default main a[target=blank].button, body.page-template-default main a[target=_blank].button {
  color: #ffffff;
  background: #056de0;
}
body.page-template-default main a[target=blank].button:hover, body.page-template-default main a[target=_blank].button:hover, body.page-template-default main a[target=blank].button:hover, body.page-template-default main a[target=_blank].button:hover {
  background: #000000;
}
body.page-template-default main #flexContent {
  margin: 0 20px;
}
@media (min-width: 651px) {
  body.page-template-default main #flexContent {
    margin: 0 40px;
  }
}
@media (min-width: 901px) {
  body.page-template-default main #flexContent {
    margin: 20px 80px 0;
  }
}
@media (min-width: 1201px) {
  body.page-template-default main #flexContent {
    margin: 0px;
    width: 67%;
    order: 1;
    padding: 60px 50px 0 100px;
  }
}
body.page-template-default main #flexContent h2 {
  color: #056de0;
}
body.page-template-default main #flexContent .contentBlock {
  padding: 30px 0 15px;
  border-bottom: 1px dotted #000000;
}
body.page-template-default main #flexContent .contentBlock:first-of-type {
  padding-top: 0px;
}
body.page-template-default main #flexContent .contentBlock:last-of-type {
  border-bottom: none;
}
body.page-template-default main #flexContent .contentBlock ul li, #selfSelection .spring ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}
body.page-template-default main #flexContent .contentBlock ul li::before, #selfSelection .spring ul li::before {
  display: inline-block;
  content: "•";
  position: absolute;
  left: 0px;
}
body.page-template-default main #flexContent .contentBlock.content_section_with_table table {
  background-color: #eef0f3;
  width: calc(100% + 40px);
  margin-left: -20px;
  border-collapse: collapse;
  font-size: 14px;
}
body.page-template-default main #flexContent .contentBlock.content_section_with_table table a:hover {
  color: #000000;
  text-decoration: none;
}
@media (min-width: 651px) {
  body.page-template-default main #flexContent .contentBlock.content_section_with_table table {
    margin: 30px 0 15px;
    width: calc(100% + 80px);
    margin-left: -40px;
  }
}
@media (min-width: 901px) {
  body.page-template-default main #flexContent .contentBlock.content_section_with_table table {
    margin: 30px 0 15px;
    width: 100%;
  }
}
body.page-template-default main #flexContent .contentBlock.content_section_with_table table thead {
  position: absolute;
  left: -9999px;
}
@media (min-width: 901px) {
  body.page-template-default main #flexContent .contentBlock.content_section_with_table table thead {
    position: static;
  }
}
body.page-template-default main #flexContent .contentBlock.content_section_with_table table tr {
  display: block;
  width: 100%;
  border-bottom: 2px solid #ffffff;
  padding: 0 20px;
}
@media (min-width: 651px) {
  body.page-template-default main #flexContent .contentBlock.content_section_with_table table tr {
    padding: 0 40px;
  }
}
@media (min-width: 901px) {
  body.page-template-default main #flexContent .contentBlock.content_section_with_table table tr {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0 50px;
    width: calc(100% - 100px);
    border-bottom: none;
  }
  body.page-template-default main #flexContent .contentBlock.content_section_with_table table tr.tbody {
    border-bottom: 1px dotted #000000;
  }
  body.page-template-default main #flexContent .contentBlock.content_section_with_table table tr.tbody:last-of-type {
    border-bottom: none;
    padding-bottom: 20px;
  }
}
body.page-template-default main #flexContent .contentBlock.content_section_with_table table tr td {
  display: block;
  width: 100%;
  padding: 20px 0;
  padding-right: 25px;
}
body.page-template-default main #flexContent .contentBlock.content_section_with_table table tr td p:last-of-type {
  margin-bottom: 0;
}
body.page-template-default main #flexContent .contentBlock.content_section_with_table table tr td.col1 {
  position: relative;
}
body.page-template-default main #flexContent .contentBlock.content_section_with_table table tr td.col1::after {
  display: block;
  content: "";
  position: absolute;
  right: 0px;
  top: calc(50% - 3px);
  width: 9px;
  height: 6px;
  background-image: url("../mit-gradhousing-theme/img/accordion.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
body.page-template-default main #flexContent .contentBlock.content_section_with_table table tr td.col1[aria-expanded=true]::after {
  transform: rotate(180deg);
}
@media (min-width: 901px) {
  body.page-template-default main #flexContent .contentBlock.content_section_with_table table tr td.col1::after {
    display: none;
  }
}
body.page-template-default main #flexContent .contentBlock.content_section_with_table table tr td.col2 {
  border-top: 1px dotted #000000;
}
@media (max-width: 900px) {
  body.page-template-default main #flexContent .contentBlock.content_section_with_table table tr td.col2.is-hidden {
    display: none;
  }
}
@media (min-width: 901px) {
  body.page-template-default main #flexContent .contentBlock.content_section_with_table table tr td.col2 {
    border-top: none;
  }
}
@media (min-width: 901px) {
  body.page-template-default main #flexContent .contentBlock.content_section_with_table table tr th {
    padding-top: 50px;
    border-bottom: 2px solid #000000;
  }
  body.page-template-default main #flexContent .contentBlock.content_section_with_table table tr th h3, body.page-template-default main #flexContent .contentBlock.content_section_with_table table tr th p {
    margin-bottom: 0px;
  }
  body.page-template-default main #flexContent .contentBlock.content_section_with_table table tr .col1 {
    width: calc(34% - 20px);
  }
  body.page-template-default main #flexContent .contentBlock.content_section_with_table table tr .col2 {
    width: 66%;
  }
}
body.page-template-default main #flexContent .contentBlock.content_section_with_accordion #collapseContentButton {
  cursor: pointer;
  position: relative;
  width: 100%;
  padding: 12px 12px;
  background: #ffca4e;
  color: #000000;
  text-align: left;
}
@media (min-width: 651px) {
  body.page-template-default main #flexContent .contentBlock.content_section_with_accordion #collapseContentButton {
    padding: 12px 32px;
  }
}
body.page-template-default main #flexContent .contentBlock.content_section_with_accordion #collapseContentButton p {
  margin-bottom: 0;
}
body.page-template-default main #flexContent .contentBlock.content_section_with_accordion #collapseContentButton svg {
  width: 9px;
  right: 0px;
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
}
body.page-template-default main #flexContent .contentBlock.content_section_with_accordion #collapseContentButton svg path {
  fill: #000000;
}
body.page-template-default main #flexContent .contentBlock.content_section_with_accordion #collapseContentButton .hide {
  display: none;
}
body.page-template-default main #flexContent .contentBlock.content_section_with_accordion #collapseContentButton[aria-expanded=true] .hide {
  display: inline;
}
body.page-template-default main #flexContent .contentBlock.content_section_with_accordion #collapseContentButton[aria-expanded=true] .show {
  display: none;
}
body.page-template-default main #flexContent .contentBlock.content_section_with_accordion #collapseContentButton[aria-expanded=true] svg {
  transform: rotate(180deg);
}
@media (min-width: 901px) {
  body.page-template-default main #flexContent .contentBlock.content_section_with_accordion #collapseContentButton {
    display: none;
  }
}
body.page-template-default main #flexContent .contentBlock.content_section_with_accordion #collapseContent {
  margin-top: 15px;
}
body.page-template-default main #flexContent .contentBlock.content_section_with_accordion #collapseContent.is-hidden {
  display: none;
}
@media (min-width: 901px) {
  body.page-template-default main #flexContent .contentBlock.content_section_with_accordion #collapseContent.is-hidden {
    display: block;
  }
}
@media (min-width: 901px) {
  body.page-template-default main #flexContent .contentBlock.content_section_with_accordion #collapseContent {
    margin-top: 30px;
    display: block;
    padding-left: 40px;
    border-left: 1px dotted #000000;
  }
}
body.page-template-default main #flexContent .contentBlock.renewal_policies {
  border: none;
}
body.page-template-default main #flexContent .contentBlock.renewal_policies .license {
  padding: 15px 0;
  border-top: 1px dotted #000000;
}
body.page-template-default main #flexContent .contentBlock.renewal_policies .license .list p {
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 901px) {
  body.page-template-default main #flexContent .contentBlock.renewal_policies .license {
    display: flex;
  }
  body.page-template-default main #flexContent .contentBlock.renewal_policies .license .desc {
    padding-right: 60px;
  }
  body.page-template-default main #flexContent .contentBlock.renewal_policies .license .list {
    width: 240px;
    padding-right: 40px;
    flex-shrink: 0;
  }
}
body.page-template-default main #flexContent .contentBlock.construction_riders ul li a::after {
  display: none;
  content: none;
}
body.page-template-default main #flexContent .contentBlock.construction_riders ul li a svg {
  width: 16px;
  margin-left: 3px;
  position: relative;
  top: 2px;
}
body.page-template-default main #flexContent .contentBlock.construction_riders ul li a svg path {
  fill: #056de0;
}
body.page-template-default main #flexContent .contentBlock.construction_riders ul li a:hover {
  color: #000000;
}
body.page-template-default main #flexContent .contentBlock.construction_riders ul li a:hover svg path {
  fill: #000000;
}
body.page-template-default main .fullwidth {
  background: #eef0f3;
  padding: 40px 20px 25px;
}
body.page-template-default main .fullwidth a:hover {
  color: #000000;
  text-decoration: none;
}
@media (min-width: 651px) {
  body.page-template-default main .fullwidth {
    padding: 40px 40px 25px;
  }
}
@media (min-width: 901px) {
  body.page-template-default main .fullwidth {
    padding: 60px 80px;
    margin-top: 20px;
  }
}
@media (min-width: 1201px) {
  body.page-template-default main .fullwidth {
    order: 9;
    margin: 30px 100px 0;
  }
}
body.page-template-default main #selfSelection img {
  display: none;
}
body.page-template-default main #selfSelection a.viewimg {
  background-color: #000000;
}
body.page-template-default main #selfSelection a.viewimg::after {
  content: " \e903";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e903";
}
body.page-template-default main #selfSelection a.viewimg:hover {
  background-color: #056de0;
  color: #ffffff;
}
body.page-template-default main #selfSelection .spring {
  border-top: 1px dotted #000000;
  padding-top: 30px;
}
@media (min-width: 901px) {
  body.page-template-default main #selfSelection img {
    display: block;
  }
  body.page-template-default main #selfSelection a.viewimg {
    display: none;
  }
  body.page-template-default main #selfSelection .fall-copy ul {
    position: absolute;
    left: -9999px;
  }
}
body.page-template-default main #notEligible h3 {
  margin-top: 30px;
}
@media (min-width: 1201px) {
  body.page-template-default main .sidebar-wrap {
    width: 33%;
    order: 1;
  }
}
body.page-template-default main .sidebar ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}
body.page-template-default main .sidebar ul li::before {
  display: inline-block;
  content: "•";
  position: absolute;
  left: 0px;
}
body.page-template-default main #sidebar {
  margin: 40px 20px 20px;
  padding: 5px 20px 15px;
  position: relative;
}
body.page-template-default main #sidebar img {
  width: calc(100% + 40px);
  position: relative;
  top: -25px;
  left: 0px;
  aspect-ratio: 1.2;
  object-fit: cover;
}
body.page-template-default main #sidebar a {
  position: relative;
  z-index: 2;
}
body.page-template-default main #sidebar::after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #ffca4e;
  z-index: 1;
}
@media (min-width: 651px) {
  body.page-template-default main #sidebar {
    width: calc(100% - 120px);
    margin: 80px 40px 40px;
    padding: 5px 40px 25px;
  }
  body.page-template-default main #sidebar img {
    width: calc(100% + 80px);
    top: -45px;
    aspect-ratio: 1.5;
  }
}
@media (min-width: 901px) {
  body.page-template-default main #sidebar {
    width: calc(100% - 200px);
    margin: 80px 80px 40px;
    padding: 5px 60px 45px;
  }
  body.page-template-default main #sidebar img {
    width: calc(100% + 100px);
    aspect-ratio: 1.75;
  }
}
@media (min-width: 1201px) {
  body.page-template-default main #sidebar {
    width: calc(100% - 30px);
    margin: 30px 0px 0px;
    padding: 5px 30px 25px;
  }
  body.page-template-default main #sidebar img {
    width: calc(100% + 60px);
    top: -35px;
    aspect-ratio: 1.2;
  }
}
body.page-template-default main #webinars-sidebar {
  background: #eef0f3;
  padding: 40px 20px 25px;
}
@media (min-width: 651px) {
  body.page-template-default main #webinars-sidebar {
    padding: 40px 40px 25px;
  }
}
@media (min-width: 901px) {
  body.page-template-default main #webinars-sidebar {
    padding: 60px 80px 45px;
  }
}
@media (min-width: 1201px) {
  body.page-template-default main #webinars-sidebar {
    width: calc(100% - 30px);
    padding: 30px 30px 15px;
    margin-top: 30px;
  }
}

/*-------------------------*/
/*-------------------------*/
/*--Menu Updates Jan 2025--*/
/*-------------------------*/
/*-------------------------*/

/*fonts*/
body nav.menu-update li.residences a, body nav.menu-update #menu-get-housing-menu>li>a, body nav.menu-update #menu-living-on-campus>li>a {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height:1;
  display:inline-block;
  padding: 5px 0;
}
body nav.menu-update a:after {
  font-size: 18px;
}

body nav.menu-update p.smTitleType{
  font-size:12px;
}
nav.menu-update #menu-item-227 a:after, nav.menu-update #menu-item-1004 a:after {
  content: "\e902";
  margin-left: 0.2em;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}
@media (min-width: 651px) {
  body nav.menu-update li.residences a, body nav.menu-update #menu-get-housing-menu>li>a, body nav.menu-update #menu-living-on-campus>li>a {
    font-size: 24px;
  }
  body nav.menu-update a:after {
    font-size: 18px;
  }
}
@media (min-width: 901px) {
  body nav.menu-update li.residences a, body nav.menu-update #menu-get-housing-menu>li>a, body nav.menu-update #menu-living-on-campus>li>a {
    font-size: 32px;
    padding: 6px 0;
  }
  body nav.menu-update a:after {
    font-size: 22px;
  }
  body nav.menu-update p.smTitleType{
    font-size:14px;
  }
}
@media (min-width: 1201px){
  body nav.menu-update li.residences a, body nav.menu-update #menu-get-housing-menu>li>a, body nav.menu-update #menu-living-on-campus>li>a {
    font-size: 36px;
  }
  body nav.menu-update a:after {
    font-size: 26px;
  }
  body nav.menu-update .sub-menu{
    font-size: 18px;
  }
  body nav.menu-update p.smTitleType{
    font-size:16px;
  }
}

/*layout*/
header nav.menu-update .mainNav, nav.menu-update li.secondary{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
nav.menu-update li.residences{
  display: flex;
  flex-direction: column;
  gap: 15px;
}
nav.menu-update li.secondary>ul{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
nav.menu-update li.secondary .sub-menu a{
  line-height: 1.25;
  display: inline-block;
  padding: 5px 0;
}
@media (min-width: 651px) {
  header nav.menu-update .mainNav{
    flex-direction: row;
    justify-content: space-between;
    gap: 45px;
  }
  header nav.menu-update .mainNav::after{
    content:"";;
    display:block;
    width:1px;
    background:white;
    order:2;
  }
  nav.menu-update li.residences{
    gap:25px;
    order:1;
  }
  nav.menu-update li.secondary{
    order:3;
    width: 40%;
    gap:15px;
  }
}
@media (min-width: 901px){
  nav.menu-update li.residences{
    gap:40px;
  }
  nav.menu-update li.secondary>ul{
    gap:30px;
  }
}
@media (min-width: 1201px){
  header nav.menu-update .mainNav{
    justify-content: unset;
    gap:7vw;
  }
  nav.menu-update li.secondary{
    flex-direction: row;
    width: auto;
    gap: 5vw;
  }
}
@media (min-width: 1501px){
  header nav.menu-update .mainNav{
    justify-content: unset;
    gap:9vw;
  }
  nav.menu-update li.secondary{
    flex-direction: row;
    width: auto;
    gap: 7vw;
  }
}