/*
  PSD width is 3350 pixels. That means that if we're targeting a 1440x900
  average viewport, we have to take all PSD dimensions and multiply them by 0.40

  Target Viewport Width: 3350 px => 1440px
  Central content column: 2400 px => 960px
    Header: 100% of viewport width
    Main: 100% of column width
*/

@font-face {
  font-family: Raleway-TCo-Bold;
  src: url(../RalewayTCoBold.eot),
       url(../RalewayTCoBold.otf);
}

@font-face {
  font-family: Raleway-TCo-ExtraBold;
  src: url(../RalewayTCoExtraBold.eot),
       url(../RalewayTCoExtraBold.otf);
}

@font-face {
  font-family: Raleway_Kadden-SemiBold;
  src: url(../Raleway_Kadden-SemiBold.eot),
       url(../Raleway_Kadden-SemiBold.otf);
}

@font-face {
  font-family: Raleway_Kadden-ExtraBold;
  src: url(../Raleway_Kadden-ExtraBold.eot),
       url(../Raleway_Kadden-ExtraBold.otf);
}

@font-face {
  font-family: Raleway_Kadden-Bold;
  src: url(../Raleway_Kadden-Bold.eot),
       url(../Raleway_Kadden-Bold.otf);
}

@font-face {
  font-family: Raleway_Kadden-Medium;
  src: url(../Raleway_Kadden-Medium.eot),
       url(../Raleway_Kadden-Medium.otf);
}

html {
  min-width: 320px;
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow-x: hidden;
  /*overflow-y: scroll;*/
  background-color: #d8d8d8;
}

body {
  /*color: rgb(78, 142, 162);*/
  color: #7b7b7b;
  margin: 0;
  font-family: Raleway-TCo-Bold, Raleway_Kadden-SemiBold, 'Raleway', "Lucida Grande", Geneva, Verdana, sans-serif;
  background-color: white;
  letter-spacing: 1.5px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: white;
}

.ie-container {
  overflow-x: hidden;
  overflow-y: hidden;
}

p {
  font-family: Raleway_Kadden-Medium, 'Raleway', "Lucida Grande", Geneva, Verdana, sans-serif;
  font-weight: 500;
  color: #7b7b7b;
  font-size: 17.5px;
  letter-spacing: 1.2px;
  line-height: 1.2em;
}

header {
  height: 156px;
  background-color: #4e8ea2;
}

header .logo {
  width: 172px;
  height: 156px;
  padding-top: 35px;
  padding-bottom: 35px;
  margin: 0 auto;
}

header .logo img {
  display: block;
  height: 86px;
  width: auto;
  margin: 0;
}

.subheader {
  height: 49px;
  position: relative;
}

.page-title {
  line-height: 49px;
  font-size: 24px;
  color: #fda738;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 4px;
  display: inline-block;
  /* wonky trick to center the page title while displaying the left-aligned nav
  on the same line */
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

nav {
  float: right;
  height: 49px;
  text-align: right;
  text-transform: uppercase;
  line-height: 49px;
  letter-spacing: 3px;
  font-size: 11px;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav li {
  display: inline;
  margin-right: 26px;
}

nav li:last-of-type {
  margin-right: 30px;
}

nav a {
  color: #4e8ea2;
  text-decoration: none;
  padding-top: 4px;
  padding-bottom: 4px;
}

nav a:hover .underline,
nav a.active .underline {
  padding-top: 4px;
  padding-bottom: 4px;
  color: #fda738;
  border-bottom: 1px solid #fda738;
}

nav a.active,
nav a:hover {
  color: #fda738;
}

#buildingTooltip {
  background-image: url(../img/building_hover.png);
  background-size: cover;
  width: 78px;
  height: 98px;
  position: absolute;
  display: none;
  top: -122px;
  left: 0px;
}

#buildingLink {
  position: relative;
}

#buildingLink:hover #buildingTooltip {
    display: block;
}

/* banner aspect ratio is 3350 by 1428 or 2.35 to 1 */
.banner {
  width: 100%;
  padding-bottom: 42.55%;
  position: relative;
  overflow: hidden;
}

.banner-image {
  width: 100%;
  height: auto;
  position: absolute;
}

.banner-logo {
  width: 9%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 14%;
  transform: translate(-50%);
}

.banner-overlay {
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.banner-overlay.contact {
  background-image: url(../img/pattern-faint.svg);
  background-size: 1240px;
  background-repeat: no-repeat;
}

.banner .bo-left {
  background-position: -826px -421px;
}

.banner .bo-right {
  left: 50%;
  background-position: 259px 18px;
}

.hide {
  display: none;
}

.test-fits-container {
  position: relative;
  margin: 56px 84px 56px 84px;
}

.test-fits-header {
  text-align: center;
}

.test-fits-download {
  position: absolute;
  float: left;
  color: rgb(86,141,160);
  text-align: left;
}

.test-fits-download a {
  text-decoration: none;
  font-size: 16px;
}

.test-fits-download img {
  height: 72px;
}

.test-fits-download p {
  font-family: Raleway_Kadden-SemiBold;
  /* font-size: 18px; */
}

.me-download-info p {
  font-family: Raleway_Kadden-SemiBold;
}

.test-fits-floor-image {
  height: 130px;
  margin-top: 26px;
  margin-bottom: 80px;
  text-align: center;
}

.test-fits-floor-image img {
  height: 130px;
  width: auto;
}

.test-fits-title {
  text-transform: uppercase;
  font-size: 21px;
}

.test-fits-logomark {
  width: 35px;
  height: auto;
}

.test-fits-floor-plans {
  height: 1200px;
  min-height: 562px;
}

.floor-plan-menu {
  position: absolute;
  height: 562px;
  width: 245px;
  color: #4e8ea2;
}

.floor-plan-menu h1 {
  margin-top: 30px;
  padding-left: 0px;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 2.4em;
  color: #7b7b7b;
}

.floor-plan-menu ul {
  list-style: none;
  padding-left: 0px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 2.4em;
  cursor: pointer;
  color: #4e8ea2;
}

.doubleheight-ul {
  /*line-height: 3em;*/
  margin-bottom: -3em;
}

.fourHeight {
  line-height: 4em;
}

.floor-plan-menu ul li.active{
  color: #fda12a;
}

.floor-plan-menu table {
  margin-top: 35px;
  padding: 0px;
  font-size: 11.3px;
}

.floor-plan-menu table thead th {
  text-align: left;
  padding: 0px;
  position: relative;
  left: -3px;
}

.floor-plan-menu table tr td {
  padding: 0px;
  position: relative;
  left: -5px;
}

.floor-plan-menu table tr td:nth-of-type(1) {
  width: 100px;
  text-align: left;
}

.floor-plan-menu table tr td:nth-of-type(2) {
  width: 148px;
  text-align: right;
}

.floor-plan-menu table tr.roof td:nth-of-type(1) {
  width: 40px;
}

.floor-plan-menu table tr.roof td:nth-of-type(2) {
  width: 208px;
}

.floor-plan-menu .cellar-rsf {
  position: relative;
  top: 565px;
}

.floor-plan-image-container {
  height: 1200px;
  text-align: left;
  padding-left: 245px;
  min-height: 562px;
}

.floor-plan-image-container img {
  height: 50%;
  /* width: 100%; */
  max-height: 600px;
}

.neighborhood-map {
  width: 100%;
  max-width: 1440px;
  /* height: auto; */
  position: relative;
  overflow: hidden;
}

/*.map-overlay {
  position: absolute;
  height: 100%;
  background: rgba(0,0,0,0.2);
  width: 31%;
  float: left;
  min-width: 386px;
}*/

.neighborhood-map-image-container {
  /* height: 804px; */
  text-align: center;
  padding: 0px;
}

.neighborhood-map-image-container img {
  width: 100%;
  height: auto;
  min-height: 571px;
}

.neighborhood-map-menu {
  z-index: 10;
  position: absolute;
  height: 55.8vw;
  max-height: 802px;
  min-height: 571px;
  width: 417px;
  background: rgba(0,0,0,0.2);
  color: #4e8ea2;
  overflow: hidden;
}

.neighborhood-map-menu h1 {
  margin-top: 25px;
  padding-left: 0px;
  text-transform: uppercase;
  font-size: 13px;
  /*letter-spacing: 2px;*/
  line-height: 1.6em;
  color: #7ebdd2;
  cursor: pointer;
}

.neighborhood-map-menu .button-container {
  margin-left: 29px;
}

.neighborhood-map-menu span.menu-button {
  color: white;
  border: 1px solid white;
  text-transform: uppercase;
  padding: 0.5em;
  margin-top: 1em;
  cursor: pointer;
  display: inline-block;
  /*line-height: 3em;*/
}

.neighborhood-map-menu span.menu-button.active {
  background-color: #f8a02c;
  border: none;
}

.neighborhood-menu {
  margin-left: 29px;
}

.transportation-menu {
  margin-top: 50px;
  margin-left: 29px;
  margin-right: 29px;
  color: white;
  font-size: 15px;
}

.bus {
  height: 2em;
  margin-right: 0.7em;
}

.dash {
  width: 240px;
  height: auto;
}

.dash2 {
  width: 202px;
}

/*DIMENSIONS ARE DIFFERENT ON NEIGHBORHOOD PAGE! 0.43 scaling, not 0.4!!! */

.neighborhood-map-menu ul {
  list-style: none;
  padding-left: 0px;
  font-size: 13px;
  /*letter-spacing: 2px;*/
  line-height: 1.6em;
  color: white;
}

.neighborhood-map-menu h1.active {
  color: #fda12a;
}

.floor-plan-image-container img.floors-slash {
  height: 200px;
  padding-top: 200px;
  padding-bottom: 200px;
  position: absolute;
  left: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.test-fit-table {
  font-size: 13px;
  margin-left: 95px;
}

.test-fit-table table {
  /* margin-left: 57px; */
  width: 416px;
  border-collapse: collapse;
}

.test-fit-table table thead {
  font-size: 17px;
  text-transform: uppercase;
}

.transit table thead tr {
  text-align: left;
}

.transit table thead th {
  text-align: left;
  vertical-align: bottom;
}

.test-fit-table table tbody tr td:first-child,
.test-fit-table table tfoot tr td:first-child {
  width: 390px;
}

.test-fit-table table tbody tr td:nth-child(2),
.test-fit-table table tfoot tr td:nth-child(2) {
  width: 26px;
  text-align: right;
}

.test-fit-table table tfoot tr {
  line-height: 1.4em;
}

.test-fit-table table tfoot tr td {
  border-top: 1px solid #7b7b7b;
  border-bottom: 1px solid #7b7b7b;
}

.main-column {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

main.overview {
  margin-top: 120px;
}

.half-column {
  width: 50%;
  max-width: 480px;
}

.half-column img {
  width: 100%;
  height: auto;
}

.left-column {
  float: left;
}

.right-column {
  float: right;
}

.spacer {
  height: 214px;
  text-align: center;
}

.half-spacer {
  height: 94px;
  text-align: center;
}

.spacer img {
  height: 100%;
  width: auto;
  margin: 0;
}

.container {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}

.container::after {
    content:"";
    display:block;
    clear:both;
}

.gallery-container {
  position: relative;
}

.my-gallery {
  position: relative;
}

.tf-4-table table {
  width: 49%;
  display: inline-block;
  vertical-align:top;
}

.overview .my-gallery {
  margin-top: 48px;
  margin-bottom: 163px;
}

/* fix for images tiling weirdly in IE */
.orange-parallelogram {
  font-family: sans-serif;
}

.photobox {
  overflow: hidden;
  position: relative;
  margin: 0;
}

.photobox-half {
  min-width: 320px;
  max-width: 480px;
  width: 50.00001%;
}

.photobox img {
  width: 100%;
  height: auto;
  position: relative;
}

.photobox-left {
  float: left;
}

.photobox-right {
  float: right;
}

.photobox-full {
  min-width: 320px;
  max-width: 960px;
  width: 100%;
}

.photobox a {
  position: relative;
  top: 4px;
  cursor: pointer;
}

.photobox .photo-caption {
  height: 34px;
  line-height: 34px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  font-size: 15px;
  padding-left: 12px;
}

.grid-slash {
  min-width: 320px;
  max-width: 480px;
  padding-bottom: 32.62%;
  background-image: url(../img/slash-teal-leasing.svg);
  background-size: 54%;
  background-repeat: no-repeat;
  background-position: center;
}

.me-parallelogram {
  position: relative;
  top: -41px;
  left: -240px;
  width: 1440px;
  /* background: linear-gradient(-41deg, white 20%,     #fda12a 20%, #fda12a 50%, #fda12a 80%, white 80%); */
  background-image: url(../img/margin_elements/yellow_bg.jpg);
  padding-bottom: 74%;
  background-size: cover;
}

.minus-five {
  position: relative;
  top: -5px;
}

.amenities-container {
  position: relative;
  height: 1040px;
}

.me-triangle-2 {
  position: absolute;
  left: -239px;
  background-color: white;
  height: 821px;
  width: 935px;
  background-image: url(../img/margin_elements/blue_triangle2.png);
  background-size: cover;
  top: -36px;
}

.me-fajitas {
  position: absolute;
  top: 245px;
  background-image: url(../img/fajitas.jpg);
  background-size: cover;
  /* 592 wide by 498 high? */
  height: 535px;
  width: 615px;
  right: -240px;
  background-position-x: -35px;
}

.specifications-container {
  height: 4000px;
  /* THIS ELEMENT MUST BE LARGE TO CONTAIN THE ABSOLUTELY
    POSITIONED BACKGROUND ELEMENTS */
  margin-bottom: 50px;
}

.amenities,
.specifications {
  position: relative;
  z-index: 10;
  /* height: 745px; */
  width: 585px;
  background-color: #fda72e;
  color: white;
  /* line-height: 1.65em; */
}

.amenities {
  top: 156px;
}

.amenities td {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 17px;
}

.specifications {
  top: 400px;
  float: left;
}

.building-systems {
  top: 462px;
  float: right;
  background-color: #4e8ea2;
  width: 546px;
}

.west-floorplate {
  float: left;
  top: 548px;
  background-color: #7b7b7b;
}

.east-floorplate {
  float: right;
  top: 620px;
  background-color: #7b7b7b;
}

.specifications tr:nth-child(odd) {
  text-transform: uppercase;
  border-bottom: none;
  font-family: Raleway-TCo-Bold, Raleway_Kadden-SemiBold, 'Raleway', "Lucida Grande", Geneva, Verdana, sans-serif;
}

.specifications tr:nth-child(odd) td {
  padding-top: 1em;
}

.specifications tr:nth-child(even) {
  border-top: none;
  font-family: Raleway_Kadden-SemiBold, 'Raleway', "Lucida Grande", Geneva, Verdana, sans-serif;
  /* font-weight: lighter; */
}

.specifications tr:nth-child(even) td {
  padding-bottom: 1em;
  font-family: Raleway_Kadden-Medium, 'Raleway';
}

.amenities table,
.specifications table {
  position: relative;
  margin: 0 auto;
  top: 32px;
  margin-bottom: 32px;
  width: 84%;
  text-align: left;
  border-collapse: collapse;
  border-color: white;
  line-height: 1.6em;
}

.amenities tr,
.specifications tr {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.amenities tr.no-top-border,
.specifications tr.no-top-border {
  border-top: none;
}

.amenities tr:last-of-type,
.amenities tr.no-bottom-border,
.specifications tr:last-of-type,
.specifications tr.no-bottom-border {
  border-bottom: none;
}

.amenities th,
.specifications th {
  padding-bottom: 1em;
  line-height: 1.10em;
  font-size: 22px;
  text-transform: uppercase;
}

.amenities td {
  font-family: Raleway_Kadden-Medium, 'Raleway', "Lucida Grande", Geneva, Verdana, sans-serif;
  font-weight: lighter;
}

.amenities .silver-seal,
.specifications .silver-seal {
  text-align: right;
  height: 124px;
  margin-bottom: 14px;
}

.amenities .silver-seal img,
.specifications .silver-seal img {
  position: relative;
  top: -32px;
  left: -48px;
  height: 127px;
  width: auto;
}


.me-triangle {
  right: -240px;
  top: -64px;
  /* border-style: solid; */
  /* border-width: 0 0 696px 796px; */
  /* border-color: transparent transparent #4e8ea2 transparent; */
  background-image: url(../img/margin_elements/blue_triangle.jpg);
  height: 747px;
  width: 855px;
  background-size: cover;
}

.overview .textbox {
  margin-left: 27px;
  font-family: Raleway_Kadden-SemiBold, 'Raleway', sans-serif;
  /*font-weight: 600;*/
  font-size: 12px;
}

.overview-text {
  margin-top: 120px;
  margin-bottom: 120px;
}

.overview .textbox p {
  font-family: Raleway_Kadden-Medium, 'Raleway', sans-serif;
  /*font-weight: 600;*/
  font-size: 17.4px;
}

/* TODO: adjust this - the positioning isn't quite right on the right shape,
   especially if you adjust the screen size. May need to split background in half */
.hero-image-background {
  width: 100vw;
  max-width: 1440px;
  margin: 0 auto;
  height: 578px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -2;
  max-height: 65vw;
}

.hero-image-background.overview {
  background-color: rgb(78, 142, 162);
  background-image: url(../img/pattern-faint.svg);
  background-size: 1240px;
  background-position: -563px -228px;
}

.hero-image-background.neighborhood {
  background-color: white;
  background-image: url(../img/pattern-solid.svg);
  background-size: 1240px;
  background-position: -563px -228px;
}

.hero-image-background.leasing {
  background-color: rgb(78, 142, 162);
  background-image: url(../img/pattern-faint.svg);
  background-size: 1240px;
  background-position: -563px -228px;
}

.hero-image-background.leasing2 {
  background-color: white;
  background-size: 1240px;
  background-position: -563px -228px;
}

.hero-image-frame {
  width: 100vw;
  max-width: 1440px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -1px);
  z-index: -1;
  max-height: 65vw;
  height: 580px;
}

.hero-image-frame.overview {
  background: linear-gradient(-41deg, transparent 25%,
    white 25%, white 50%, white 75%, transparent 75%);
}

.hero-image-frame.neighborhood {
  background: linear-gradient(-41deg, transparent 25%,
    #fda12a 25%, #fda12a 50%, #fda12a 75%, transparent 75%);
}

.hero-image-frame.leasing {
  background: linear-gradient(-41deg, transparent 25%,
    white 25%, white 50%, white 83%, transparent 83%);
}

.hero-image-frame.leasing2 {
  background: linear-gradient(-41deg, white 25%,
    #fda12a 25%, #fda12a 50%, #fda12a 75%, white 75%);
  height: 754px;
}

.hero-image {
  position: relative;
  width: 100%;
  max-width: 960px;
  height: 504px;
  margin: 37px auto;
  z-index: 1;
  max-height: 56vw;
}

.hero-image.overview img,.hero-image.neighborhood img {
  width: 100%;
  height: auto;
}

.hero-image.leasing2 .image {
  width: 25%;
  height: auto;
}

.hero-image.leasing h1 {
  text-align: right;
  z-index: 2;
  color: #fda12a;
  line-height: 1.4em;
  margin: 0;
}

.hero-image.leasing img {
  height: 460px;
  position: absolute;
  bottom: 0;
}

.leasing2-frame {
  position: relative;
  width: 100%;
  max-width: 960px;
  height: 580px;
  margin: 87px auto;
  z-index: 1;
  max-height: 56vw;
  font-size: 0px;
}

.leasing2-frame .l2-slash {
  display: inline-block;
  height: 308px;
  width: 480px;
  text-align: center;
}

.leasing2-frame .l2-slash img {
  height: 172px;
  width: auto;
  padding: 58.5px;
}

.leasing2-frame img {
  height: 308px;
  width: 480px;
}

.teal {
  color: rgb(78, 142, 162);
}

.orange {
  color: #fda12a;
}

/* main hero text on each page */
h1 {
  font-size: 30px;
  font-family: Raleway-TCo-Bold, 'Raleway', "Lucida Grande", Geneva, Verdana, sans-serif;
  letter-spacing: 1.8px;
  color: rgb(78, 142, 162);
}

.overview h1 {
  font-size: 29px;
}

.neighborhood h1 {
  font-size: 14.5px;
  letter-spacing: 1.7px;
  color: #7ebdd2;
  line-height: 1em;
  letter-spacing: 1.77px;
}

/* headers above each paragraph */
h2 {
  margin-top: 0px;
  font-size: 23px;
  text-transform: uppercase;
  font-family: Raleway_Kadden-Bold, Raleway-TCo-Bold, 'Raleway', "Lucida Grande", Geneva, Verdana, sans-serif;
}

.overview h2 {
  color: rgb(78, 142, 162);
}

.leasing h2 {
  color: rgb(78, 142, 162);
}

.transit h2 {
  color: #7b7b7b;
}

h3 {
  font-size: 23px;
  color: rgb(123, 123, 123);
  text-transform: uppercase;
  font-family: Raleway_Kadden-Bold, Raleway-TCo-Bold, 'Raleway', "Lucida Grande", Geneva, Verdana, sans-serif;
}

.amenities-specs {
  background: linear-gradient(-41deg, #fda72e 0%, #fda72e 40%, #fda12a 40%);
  color: white;
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 32px;
  padding-bottom: 96px;
}

.amenities-specs table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border-color: white;
  line-height: 1.5em;
}

.amenities-specs tr {
  border-bottom: 1px solid white;
}

.amenities-specs th {
  padding-bottom: 1em;
  font-size: 22px;
}

.amenities-specs th,td {
  width: 50%;
}

.amenities-specs th,.amenities-specs .as-td-left {
  text-transform: uppercase;
  font-weight: bold;
}

.after-amenities {
  position: relative;
  top: -42px;
  width: 68px;
  margin: 0 auto;
  z-index: 2;
  margin-bottom: -89px;
}

.after-amenities img {
  height: 85px;
  width: 68px;
}

.footer-container {
  position: relative;
  width: 100%;
  max-width: 1440px;
}

/* to prevent inline-block elements from having spaces between */
.footer {
  font-size: 0;
  width: 100%;
  max-width: 1440px;
}

.footer-row {
  /*position: relative;*/
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  height: 320px;
}

.footer-row-background {
  position: absolute;
  /*z-index: -1;*/
  z-index: 1;

  font-size: 0;
  margin: 0;
  height: 320px;
  width: 50%;
}

.foot-r-b-top-left {
  left: 0px;
}

.foot-r-b-top-right {
  left: 50%;
}

.foot-r-b-2-left {
  margin-top: 320px;
}

.foot-r-b-2-right {
  margin-top: 320px;
  left: 50%;
}

.foot-r-b-3-left {
  margin-top: 640px;
}

.foot-r-b-3-right {
  margin-top: 640px;
  left: 50%;
}

.foot-r-b-4-left {
  margin-top: 960px;
}

.foot-r-b-4-right {
  margin-top: 960px;
  left: 50%;
}


/*.footer-building .foot-r-b-top-left,
.neighborhood .foot-r-b-top-left {
  position: absolute;
  left: 0px;
  background-color: #4e8ea2;
}*/

.footer-building .foot-r-b-top-right {
  position: absolute;
  right: -240px;
  background-color: #fda12a;
}
/*
.neighborhood .foot-r-b-top-right {
  position: absolute;
  right: 240px;
  background-color: #fda12a;
}*/

.overview .foot-r-b-top-right {
  background-color: rgb(78, 142, 162);
}

.overview .foot-r-b-top-left {
  background-color: rgb(123, 123, 123);
  background-image: url(../img/pattern-orange.svg);
  background-size: 1000px;
  background-position: 600px;
}

.overview .foot-r-b-2-left {
  background-color: rgb(253, 161, 42);
}

.overview .foot-r-b-2-right {
  background-color: white;
}

.overview .foot-r-b-3-left,.overview .foot-r-b-3-right {
  background-color: rgb(78, 142, 162);
}

.neighborhood .foot-r-b-top-left {
  background-color: rgb(78, 142, 162);
}

.neighborhood .foot-r-b-top-right {
  background-color: #fda12a;
}

.neighborhood .foot-r-b-2-left {
  background-color: rgb(78, 142, 162);
}

.neighborhood .foot-r-b-2-right {
  background-image: url(../img/footer/statue_of_liberty.jpg);
  background-size: 38% auto;
  background-position: right;
}

.neighborhood .foot-r-b-3-left {
  background-image: url(../img/footer/sunset_park.jpg);
  background-size: 38% auto;
  background-position: left;
}

.neighborhood .foot-r-b-4-left {
  background-image: url(../img/pattern-orange.svg);
  background-size: 1000px;
  background-position: 600px;
}

.neighborhood .foot-r-b-4-right {
  background-image: url(../img/neighborhood10.png);
  background-size: 38% auto;
  background-position: right;
}

.footer-square {
  height: 100%;
  width: 33.33%;
  max-height: 320px;
  max-width: 320px;
  display: inline-block;
  background-color: #4e8ea2;
  font-size: 0;
  float: left;
  z-index: 2;
  position: relative;
}

.footer-square.fs-yellow {
  background-color: #fda12a;
}

.footer-square:nth-of-type(2) {
  width: 33.34%;
}

.footer-square img,
.footer-2_5wide img {
  height: 100%;
  width: 100%;
}

.footer-2_5wide {
  height: 100%;
  width: 100%;
  max-height: 320px;
  max-width: 880px;
  display: inline-block;
  background-color: #4e8ea2;
  font-size: 0;
  float: left;
  position: absolute;
  left: 0px;
  z-index: 3;
}

.footer-after-2_5 {
  float: right;
  /*position: relative;
  top: -320px;*/
}

.fb-top-left {
  background-color: #fda12a;
  float: left;
}

.fb-top-right {
  left: 50%;
  background-color: #4e8ea2;
}

.fb-bottom-right {
  margin-top: 320px;
  left: 50%;
  background-color: #4e8ea2;
  background-image: url(../img/brownstone-block.jpg);
  background-position: right;
  background-size: auto 100%;
}

.neighborhood .footer-row-background.slash-rectangle img {
  padding-top: 79px;
  padding-bottom: 80px;
  padding-left: 0px;
}

.slash-square img {
  height: 161px;
  width: 186px;
  padding-left: 67px;
  padding-right: 67px;
  padding-top: 79px;
  padding-bottom: 80px;
}

.fs-white {
  background-color: white;
}

.fs-orange {
  background-color: #fda12a;
}

.slash-rectangle img {
  height: 172px;
  width: auto;
  padding: 64px;
}

.sr-right img {
  padding-left: 514px;
}

.sr-left img {
  padding-right: 514px;
}

.margin-element {
  position: absolute;
  margin: 0;
  color: rgb(78, 142, 162);
}

.me-rail-brake {
  height: 688px;
  width: 679px;
  position: absolute;
  left: -240px;
  background-image: url(../img/margin_elements/brake.jpg);
  background-size: cover;
}

.me-trackside {
  height: 738px;
  width: 710px;
  position: absolute;
  top: 652px;
  right: -240px;
  background-image: url(../img/margin_elements/trackside.jpg);
  background-size: cover;
}

.me-trackside2 {
  height: 956px;
  width: 655px;
  position: absolute;
  top: 1200px;
  left: -240px;
  background-image: url(../img/margin_elements/trackside2.jpg);
  background-size: cover;
}

.me-brownstones-1 {
  height: 621px;
  width: 715px;
  position: absolute;
  top: 2073px;
  right: -240px;
  background-image: url(../img/margin_elements/park_and_brownstones1.jpg);
  background-size: cover;
}

.me-brownstones-2 {
  height: 772px;
  width: 727px;
  position: absolute;
  top: 2924px;
  left: -240px;
  background-image: url(../img/margin_elements/park_and_brownstones2.jpg);
  background-size: cover;
}

.me-pattern-corner-building {
  height: 383px;
  width: 433px;
  position: absolute;
  top: 4849px;
  right: -240px;
  background-image: url(../img/margin_elements/bottom-corner-pattern-building.png);
  background-size: cover;
}

.me-text-left {
  font-size: 113px;
  text-transform: uppercase;
  text-align: right;
}

.me-sunset-park {
  top: 455px;
  left: -627px;
  font-size: 131px;
  font-weight: bolder;
}

.me-341 {
  font-size: 520px;
  text-transform: uppercase;
  text-align: right;
  top: 824px;
  right: -740px;
  /* Safari */
  -webkit-transform: rotate(90deg);
  /* Firefox */
  -moz-transform: rotate(90deg);
  /* IE (new) */
  -ms-transform: rotate(90deg);
  /* Opera */
  -o-transform: rotate(90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  /* standard */
  transform: rotate(90deg);
  font-weight: bolder;
  letter-spacing: 30px;
}

.me-loom {
  position: absolute;
  z-index: -1;
  top: 375px;
  left: -270px;
  width: 664px;
  height: 678.84px;
  background: url(../img/loom.jpg);
  background-size: cover;
}

.me-loom .overlay {
  width: 664px;
  height: 678.84px;
  background-image: url(../img/pattern-orange.svg);
  background-size: 1000px;
  background-position: -612px -503px;
  background-repeat: no-repeat;
}

.me-neighborhood {
  top: -24px;
  left: -603px;
}

.relative {
  position: relative;
}

.me-pattern {
  top: -145px;
  right: -139px;
  width: 300px;
  height: 200px;
  background-image: url(../img/pattern-teal.svg);
  background-size: 1000px;
  background-position: -50px -325px;
  background-repeat: no-repeat;
}

.me-pattern-leasing {
  top: 1443px;
}

.me-pl-2 {
  top: 2344px;
  left: -270px;
  background-position: -846px -325px;
}

.me-pl-3 {
  top: 4560px;
  width:220px;
}

.me-pc {
  background-image: url(../img/margin_elements/contact_bottom_corner_pattern.png);
  background-size: cover;
  top: 1395px;
  right: -239px;
  width: 210px;
  height: 190px;
}

.wf-l-2 {
  height: 1039px !important;
  margin-bottom: 60px;
}

.wf-l-2 .me-bg {
  height: 1039px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
  position: absolute;
  width: 100vw;
  max-width: 1440px;
  background: linear-gradient(-41deg, rgb(78, 142, 162) 0%, rgb(78, 142, 162) 25%, white 25%);
}

.leasing-h2-white {
  position: absolute;
  left: 50%;
  color: white !important;
  margin-top: -56px;
}

.me-floors {
  color: #7b7b7b;
  font-size: 230px;
  text-transform: uppercase;
  text-align: right;
  top: 462px;
  right: -756px;
  /* Safari */
  -webkit-transform: rotate(90deg);
  /* Firefox */
  -moz-transform: rotate(90deg);
  /* IE (new) */
  -ms-transform: rotate(90deg);
  /* Opera */
  -o-transform: rotate(90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  /* standard */
  transform: rotate(90deg);
  font-weight: bolder;
  letter-spacing: 30px;
}

.me-reachout {
  font-size: 140px;
  text-transform: uppercase;
  text-align: right;
  top: 610px;
  right: -775px;
  /* Safari */
  -webkit-transform: rotate(90deg);
  /* Firefox */
  -moz-transform: rotate(90deg);
  /* IE (new) */
  -ms-transform: rotate(90deg);
  /* Opera */
  -o-transform: rotate(90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  /* standard */
  transform: rotate(90deg);
  font-weight: bolder;
  letter-spacing: 30px;
}

.me-box {
  top: 530px;
  left: -460px;
  height: 717px;
  width: 400px;
  background-color: rgb(78, 142, 162);
}

.transit table {
  font-family: Raleway_Kadden-SemiBold, 'Raleway', sans-serif;
  font-weight:500;
  width: 100%;
  text-align: left;
  color: #7b7b7b;
}

.transit th {
  font-size: 22px;
  text-transform: uppercase;
  vertical-align: bottom;
}

.transit td {
  width: 25%;
  font-size: 21px;
  vertical-align: bottom;
}

.transit span.note {
  position: relative;
  top: 1em;
  font-weight: 400;
  font-size: 11px;
}

.subway-circle {
  display: inline-block;
  height: 1.4em;
  width: 1.4em;
  line-height: 1.4em;
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  margin-right: 0.1em;
  text-transform: uppercase;
  border-radius: 50%;
  color: white;
  background-color: #7b7b7b;
}

.subway-circle.d {
  background-color: #FF6319;
}

.subway-circle.nr {
  color: black;
  background-color: #FCCC0A;
}

.subway-circle.small {
  font-size: 26px;
}

.subway-circle.large {
  font-size: 130px;
}

.me-dnr {
  top: 388px;
  right: -504px;
}

.highway {
  margin-top: 64px;
  font-size: 16px;
  margin-bottom: 80px;
}

.highway img.sign {
  display: inline-block;
  width: 60px;
}

.highway img.bars {
  display: inline-block;
  width: 80px;
}

.logomark-orange {
  display: block;
  float: left;
  width: 45px;
  margin-right: 20px;
}

.logomark-orange img {
  height: 56px;
  width: 45px;
}

.top-text {
  display: block;
  float: left;
}

.top-text h1 {
  color: #7b7b7b;
  position: relative;
  top: 15px;
  font-size: 22px;
  letter-spacing: 2.2px;
  display: inline;
  vertical-align: top;
  text-transform: uppercase;
}

.top-text span.tt-small {
  color: rgb(78, 142, 162);
  font-size: 11px;
  position: relative;
  top: 14px;
}

.top-text img.tt-slash {
  height: 15px;
  position: relative;
  top: 18px;
}

.floorplan {
  height: 402px;
  margin-bottom: 128px;
}

.floorplan-image {
  display: block;
  float: left;
  width: 540px;
  height: auto;
}

.floorplan-image img {
  width: 540px;
  height: auto;
}

.floorplan-specs {
  float: left;
}

.floorplan-specs li {
  line-height: 2em;
}

.clearfix::after {
   content: " ";
   display: block;
   height: 0;
   clear: both;
   *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML += '<div class="ie7-clear"></div>' );
}

.ie7-clear {
    display: block;
    clear: both;
}

.wide-fix {
  width: 100%;
  height: 754px;
}

.views {
  margin-top: 56px;
  margin-bottom: 56px;
}

.view-frame {
  display: block;
  height: 867px;
  max-height: 867px;
  margin-top: 40px;
  margin-bottom: 90px;
}

.incentives {
  /*background: linear-gradient(-41deg, #fda12a 0%, #fda12a 62%, #fda72e 62%);*/
  background-color: #fda12a;
  color: white;
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 10px;
  padding-bottom: 26px;
  margin-top: 48px;
  margin-bottom: 240px;
  font-size: 14.5px;
  font-weight: normal;
  font-family: Raleway_Kadden-Medium, 'Raleway';
  line-height: 1.0;
}

.incentives-overview {
  width: 480px;
  display: inline-block;
}

.incentives-slash {
  width: 480px;
  display:inline-block;
}

.incentives-slash img {
  height: 196px;
  width: auto;
}

.incentives table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border-color: white;
  line-height: 1.5em;
}

.incentives tr {
  border-bottom: 1px solid white;
}

.mobile-incentives {
  display: none;
}

.mobile-incentives table {
  margin-top: 20px;
}

.bold {
  font-family: Raleway_Kadden-ExtraBold, Raleway_Kadden-Medium, 'Raleway';
}

.mobile-incentives tr {
  border-top: 1px solid white;
}

.incentives th {
  font-size: 13px;
  vertical-align: top;
}

.incentives th,.incentives td {
  width: 16.666%;
  padding-right: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.incentives th {
  text-transform: uppercase;
  font-weight: bold;
}

.incentives .as-td-left,.incentives .as-td-right {
  width: 25%;
  padding-right: 40px;
}

.textbox.leasing-bottom {
  margin-bottom: 120px;
}

.contact-textbox {
  margin-bottom: 80px;
}

.contact-details p {
  font-family: Raleway_Kadden-SemiBold, 'Raleway', "Lucida Grande", Geneva, Verdana, sans-serif;
}

.contact-textbox img {
  width: 225px;
}

img.perkins-logo {
  width: 145px !important;
}

.me-download-background {
  position: absolute;
  left: -270px;
  width:48vw;
  height:42vw;
  width: 699px;
  height: 611px;
  background-color: #fda12a;
  background-image: url(../img/pattern-faint.svg);
  background-size: 1240px;
  background-position: -414px -316px;
  z-index: -2;
}

.me-download {
  width: 700px;
  height: 612px;
  background: linear-gradient(-41deg, white 0%, white 50%, transparent 50%);
  z-index: -1;
}

.me-download-info {
  margin-top: 20px;
  z-index: 2;
}

.me-download-info p {
  color: white;
}

.me-download-info a {
  text-decoration: none;
}

.me-download-info img {
  height: 72px !important;
  width: auto !important;
}

.tf-dl-overview {
  margin-top: 20px;
  margin-left: 86px;
}

.tf-dl-overview div {
  display: inline-block;
}

a {
  cursor: pointer;
}

/*.scroll {
  display: none;
}*/

.scroll {
  display: block;
  opacity: 1;
  background-color: white;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -125px);
  border-radius: 5px;
  border: none;
  z-index: 100;
  padding: 0px;
  cursor: pointer;
}

.arrow-up {
  height: 100%;
  width: 100%;
  background-image: url(../img/backtotop.png);
  background-size: cover;
  border-radius: 5px;
}

/* will need a media query specifically for max-width 960px since that's our container width */

/* TODO: add media query to adjust margin on top of main element for being shorter on small screens - 65vw or something  */
@media screen and (max-width: 1370px) {
  .second-table {
    position: relative;
    left: 50px;
  }
  .floor-plan-image-container img {
    width: 95%;
    height: auto;
  }
}

/* where the menu starts to get squished */
@media screen and (max-width: 1270px) {
  nav li:last-of-type {
    margin-right: 0px;
  }
  nav {
    position: relative;
    top: 49px;
    margin: 0 auto;
    float: none;
    text-align: center;
  }
  .subheader {
    height: 98px;
    text-align: center;
  }
  #buildingTooltip {
    display: none !important;
  }
  .floor-plan-menu .cellar-rsf {
    top: 10px;
  }
  .floor-plan-image-container {
    height: auto;
  }
}

@media screen and (max-width: 1240px) {
  .transportation-menu {
    margin-top: 20px;
  }
  .highway {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1190px) {
  .test-fits-floor-plans {
    height: 920px;
  }
}

@media screen and (max-width: 1106px) {
  .highway br:nth-child(even) {
    display: none;
  }
  .test-fit-table {
    margin-left: 80px;
  }
  .test-fits-download p {
    font-size: 15px;
  }
  .tf-4-table {
    /*transform: scale(0.8);*/
    /*zoom: 0.8;*/
    /*-moz-transform: scale(0.8);*/
    /*-moz-transform-origin: 0 0;*/
  }
}

@media screen and (max-width: 1023px) {
  .floor-plan-image-container,
  .test-fits-floor-plans {
    height: auto;
  }
  .floor-plan-image-container img.floors-slash {
    display: none !important;
  }
  .neighborhood main {
    margin-left: 27px;
    margin-right: 27px;
  }
  main.contact {
    margin-left: 27px;
    margin-right: 27px;
  }
}

@media screen and (max-width: 959px) {
  .incentives-header {
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 10px;
    padding-bottom: 26px;
  }

  .building .scroll {
    opacity: 0.3;
    width: 40px;
    height: 40px;
    position: fixed;
    left: unset;
    transform: unset;
    bottom: 10px;
    right: 10px;
  }
  .building .scroll:hover {
    opacity: 1;
  }

  .me-download-info p { color: #7b7b7b; }

  .neighborhood-map-image-container img {
    height: 571px;
    width: auto;
    -ms-transform: translate(-60px, 0px); /* IE 9 */
    -webkit-transform: translate(-60px, 0px); /* Chrome, Safari, Opera */
    transform: translate(-60px, 0px);
    z-index: 0;
  }

  .neighborhood-map-menu {
    width: 363px;
  }

  .neighborhood-map-menu .button-container,
  .neighborhood-menu {
    margin-left: 5px;
  }

  .amenities {
    margin: 0 auto;
  }

  .footer-container, .footer { display: none; }
  .margin-element {display: none;}
  .footer-row-background { display: none; }
  .hide-on-small { display: none; } /* TODO: this one isn't working. Find out why. */
  .spacer { display: none; }

  .me-parallelogram {
    display: block;
  }

  .specifications-container {
    height: auto;
  }

  .specifications {
    width: 80%;
    top: 0px;
    margin: 0 auto;
    float: none;
    min-width: 585px;
  }
  .incentives {
    margin-bottom: 0px;
  }
  .container {
    margin-bottom: 0px;
  }
  .incentives-overview {
    width: 100%;
  }
  .test-fits-download {
    /* zoom: 0.8; */
    /*-moz-transform: scale(0.8);
    -moz-transform-origin: 0 0;*/
  }
  .test-fits-container {
    margin-left: 0;
    margin-right: 0;
  }
  .tf-4-table table {
    display: block;
    width: 67%;
  }
  .second-table {
    left: 0px;
  }
  .tf-4-table {
    /*zoom: 0.8;*/
    /*transform: scale(0.8);*/
    /*-moz-transform: scale(0.8);*/
    /*-moz-transform-origin: 0 0;*/
  }
}

@media screen and (max-width: 767px) {
  .neighborhood-map-menu {
    display: none;
  }

  .doubleheight-ul {
    margin-bottom: unset;
  }

  .neighborhood-map-image-container img {
    width: 118%;
    height: auto;
    min-height: 0px;
  }
  .half-column {
    width: 100%;
    margin: 0 auto;
  }

  main.overview {
    margin-top: 0px;
  }

  .overview .textbox,
  .views h2 {
    margin-left: 27px;
    margin-right: 27px;
  }

  .half-column {
    max-width: unset;
  }

  .floor-plan-menu {
    position: relative;
    height: 200px;
    width: 90%;
    margin: 0 auto;
    columns: 2;
  }

  .floor-plan-menu table {
    display: none !important;
  }

  .floor-plan-menu h1 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .floor-plan-image-container {
    padding-left: 0px;
  }

  .floor-plan-image-container figure {
    margin: 0px;
  }

  .test-fit-table {
    margin-left: unset;
  }

  .test-fit-table table {
    margin: 0 auto !important;
    width: 67%;
  }

  .specifications {
    width: 100%;
    top: 0px;
    margin: 0 auto;
    float: none;
    min-width: 0px;
  }
  .incentives {
    display: none;
  }
  .mobile-incentives {
    display: block;
  }
  .test-fits-download {
    position: relative;
    width: 100%;
    float: none;
    text-align: center;
    margin-left: 0px;
  }

  .left-column { float: none; }
  .right-column { float: none; }

  .scroll {
    opacity: 0.3;
    width: 40px;
    height: 40px;
    position: fixed;
    left: unset;
    transform: unset;
    bottom: 10px;
    right: 10px;
  }
  .scroll:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 639px) {
  figure.minus-five {
     top: 0px;
  }
  .transit td {
    font-size: 15px;
  }
  .transit th {
    font-size: 16px;
  }
  .photobox-half {
    width: 100%;
    max-width: 639px;
  }
  .photobox-left, .photobox-right {
    float: none;
  }
  .me-parallelogram, .grid-slash {
    display: none;
  }
  .container.views {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .overview .my-gallery {
    height: auto;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .amenities-container {
    height: auto;
  }
  .amenities {
    top: 0px;
    /* width: 100%; */
    font-size: 10px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media screen and (max-width: 560px) {
  .doubleheight-ul {
    /*line-height: 3em;*/
    margin-bottom: 1em;
  }

  .floor-plan-menu {
    height: 227px;
    width: 100%;
    /*margin: 0 auto;*/
    /*zoom: 0.7;*/
    /*transform: scale(0.7);*/
    /*-moz-transform: scale(0.7);
    -moz-transform-origin: 0 0;*/
  }
  .floor-plan-menu h1 {
    font-size: 15px;
    line-height: 1em;
  }
  .floor-plan-menu ul {
    line-height: 2em;
  }
  .floor-plan-menu ul li {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  body {
    /*zoom: 0.7;*/
    /*transform: scale(0.7);*/
    /*-moz-transform: scale(0.7);*/
    /*-moz-transform-origin: 0 0;*/
  }
  .transit td {
    font-size: 13px;
  }
  .transit th {
    font-size: 14px;
  }
  .subheader nav ul li {
    font-size: 8.5px;
  }
  .floor-plan-menu {
    height: 170px;
  }
  .floor-plan-menu ul li {
    font-size: 12px;
  }
  .photobox-half {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
  }
  .amenities .silver-seal img, .specifications .silver-seal img {
    height: 100px;
    top: 10px;
  }
}

.mobile-hack-427 {
  display: none;
}

@media screen and (max-width: 427px) {
  .doubleheight-ul {
    margin-bottom: -1em;
  }
  .floor-plan-menu {
    height: 169px;
  }
  .floor-plan-menu ul li {
    font-size: 9px;
  }
  .mobile-hack-427 {
    display: block;
  }
  .test-fit-table table {
    font-size: 10px;
  }
}



@media screen and (max-width: 400px) {
  header, .subheader, .banner {
    /*zoom: 0.6;
    transform: scale(0.6);
    -moz-transform: scale(0.6);
    -moz-transform-origin: 0 0;*/
  }
  .subheader nav ul li {
    font-size: 7px;
    margin-right: 10px;
  }
  .floor-plan-menu {
    width: 100%;
  }
  .amenities table, .specifications table {
    width: 100%;
  }
  .test-fit-table {
    /* margin-left: 10%; */
    width: 100%;
  }
  .test-fit-table table {
    width: 81%;
  }
  .specifications {
    font-size: 10px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

@media screen and (max-width: 350px) {
  .doubleheight-ul {
    margin-bottom: -2em;
  }
  .subheader nav ul li {
    font-size: 7px;
    margin-right: 6px;
  }
  .floor-plan-menu ul li {
    font-size: 7px;
  }
  .floor-plan-menu {
    height: 150px;
  }
  .test-fit-table {
    /* margin-left: 4%; */
  }
  .floor-plan-menu {
    /*zoom: 0.8;*/
    /*transform: scale(0.8);*/
    /*-moz-transform: scale(0.8);*/
    /*-moz-transform-origin: 0 0;*/
  }
  .specifications {
    /*zoom: 0.75;*/
    /*transform: scale(0.75);*/
    /*-moz-transform: scale(0.75);*/
    /*-moz-transform-origin: 0 0;*/
  }
}
}
