/* Mixins */
/*============================================================
	Mixins
============================================================*/
/* Prefixer */
/* Transition */
/* Transform */
/* Filters */
/* Box Shadow */
/* Hover State */
/* Colours */
section.section_bottom_links img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }
section.section_bottom_links a {
  display: block;
  border-bottom: 2px solid #ffffff; }
  section.section_bottom_links a:hover, section.section_bottom_links a:focus, section.section_bottom_links a:active {
    border-bottom: 2px solid #006097; }
    section.section_bottom_links a:hover .bottom_link_image, section.section_bottom_links a:focus .bottom_link_image, section.section_bottom_links a:active .bottom_link_image {
      opacity: 1; }
    section.section_bottom_links a:hover img, section.section_bottom_links a:focus img, section.section_bottom_links a:active img {
      -webkit-transform: scale( 1.065 );
      -moz-transform: scale( 1.065 );
      -ms-transform: scale( 1.065 );
      -o-transform: scale( 1.065 );
      transform: scale( 1.065 ); }
section.section_bottom_links .bottom_link_image {
  display: block;
  overflow: hidden;
  padding-bottom: 20px;
  -webkit-transition: all 350ms ease-out;
  -moz-transition: all 350ms ease-out;
  -ms-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
  position: relative; }
section.section_bottom_links .bottom_link_title {
  padding-top: 20px;
  float: none;
  clear: left; }
  section.section_bottom_links .bottom_link_title p {
    letter-spacing: 1px;
    padding-bottom: 3px; }

.award_data .award_building p {
  font-size: 21px;
  font-weight: bold;
  color: #58585B; }

.award_list_item {
  margin-bottom: 15px; }
  .award_list_item .award_icon {
    width: 38px;
    margin-bottom: -5px; }
  .award_list_item .award_title p {
    font-size: 15px;
    margin-bottom: 15px; }
    .award_list_item .award_title p span {
      font-size: 13px;
      font-weight: normal;
      font-style: italic;
      color: #58585b; }
  .award_list_item .award_icon,
  .award_list_item .award_details {
    padding-left: 0; }
  .award_list_item .award_icon {
    float: left;
    padding-right: 10px; }

.environmental_sust_content img {
  width: 100%;
  padding: 0 30px 30px;
  margin-left: -8px !important; }
  @media all and (min-width: 768px) {
    .environmental_sust_content img {
      padding: 10px;
      width: 30%;
      display: inline-block; } }

@media (min-width: 768px) {
  .green_items .green_content_box {
    width: 60%;
    margin-bottom: 30px; }
  .green_items .green_content > img {
    margin-top: -45px;
    width: 40%; } }
.green_items p.blue_btn {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 15px 20px;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out; }
  .green_items p.blue_btn:hover, .green_items p.blue_btn:active, .green_items p.blue_btn:focus {
    background: #000000;
    color: #ffffff; }
    .green_items p.blue_btn:hover a, .green_items p.blue_btn:active a, .green_items p.blue_btn:focus a {
      color: #ffffff; }
  .green_items p.blue_btn a {
    font-weight: normal;
    font-size: 15px; }

.lSSlideOuter .lSPager.lSGallery li {
  padding-bottom: 0;
  margin-bottom: 0; }

.gallery_container .gallery_items .caption {
  position: relative;
  top: -40px; }

.lSAction > .lSPrev {
  left: 0; }

.lSAction > .lSNext {
  right: 0; }

.lSAction > a.lSPrev,
.lSAction > a.lSNext {
  top: 30%;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: none !important;
  padding: 20px 30px 20px 25px;
  height: auto;
  width: auto;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out; }
  @media all and (min-width: 1080px) {
    .lSAction > a.lSPrev,
    .lSAction > a.lSNext {
      top: 45%; } }
  .lSAction > a.lSPrev i.fa,
  .lSAction > a.lSNext i.fa {
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    color: #000000;
    font-size: 3.7em; }
  .lSAction > a.lSPrev:hover, .lSAction > a.lSPrev:active, .lSAction > a.lSPrev:focus,
  .lSAction > a.lSNext:hover,
  .lSAction > a.lSNext:active,
  .lSAction > a.lSNext:focus {
    background-color: rgba(204, 204, 204, 0.8); }
    .lSAction > a.lSPrev:hover i.fa, .lSAction > a.lSPrev:active i.fa, .lSAction > a.lSPrev:focus i.fa,
    .lSAction > a.lSNext:hover i.fa,
    .lSAction > a.lSNext:active i.fa,
    .lSAction > a.lSNext:focus i.fa {
      color: #58585B; }

.accordian_container p + h3 {
  margin-top: 45px; }

.lSAction > a {
  background: none; }

.location_item {
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out; }
  .location_item .location_desc p,
  .location_item .location_content {
    opacity: 1;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out; }
    @media all and (min-width: 1080px) {
      .location_item .location_desc p,
      .location_item .location_content {
        opacity: 0; } }
  .location_item.open .location_name i.fa {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .location_item.open .location_desc p,
  .location_item.open .location_content {
    opacity: 1;
    display: block; }
  @media all and (min-width: 1080px) {
    .location_item.open .location_image {
      height: 525px; } }
  .location_item .location_image {
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    height: 300px;
    overflow: hidden; }
    @media all and (min-width: 1080px) {
      .location_item .location_image {
        height: 140px; } }
  .location_item .location_name {
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    position: relative; }
    .location_item .location_name:hover, .location_item .location_name:active, .location_item .location_name:focus {
      color: #000000; }
    .location_item .location_name i.fa {
      position: absolute;
      right: 30px;
      top: 37.5%;
      font-size: 28px;
      color: #006097;
      -webkit-transition: all 150ms ease-out;
      -moz-transition: all 150ms ease-out;
      -ms-transition: all 150ms ease-out;
      -o-transition: all 150ms ease-out;
      transition: all 150ms ease-out; }
    .location_item .location_name .building_name {
      line-height: 1.8; }
    .location_item .location_name .building_adrr ~ .building_name {
      line-height: 30px; }

.amenities_content p strong {
  margin-bottom: -15px;
  display: block; }

@media all and (max-width: 1080px) {
  .amenities_image img {
    width: 100%;
    height: auto; } }

@media all and (min-width: 1040px) {
  .amenities_contact p {
    font-size: 1.5em; } }
.amenities_contact p i.fa {
  color: #006097;
  display: inline-block;
  margin-right: 5px; }
.amenities_contact p a {
  font-size: 1.15em;
  border-bottom: 1px solid #006097; }
  .amenities_contact p a:hover, .amenities_contact p a:active, .amenities_contact p a:focus {
    border-bottom: 1px solid #ffffff;
    text-decoration: none; }

@media all and (min-width: 768px) {
  .highlights_item.grid-item,
  .award_item.grid-item,
  .amenities_item.grid-item {
    padding: 0 10px; } }
@media all and (min-width: 1048px) {
  .highlights_item.grid-item,
  .award_item.grid-item,
  .amenities_item.grid-item {
    padding: 0 45px; } }
  .main_nav ul li ul {
    top: 8px !important;
  }

#cosmos .Header__container {
  height: 180px !important; }
#cosmos .BuildingButton__container div.title-container {
  height: 55px !important;
  font-size: 14px; }
#cosmos .BuildingButton__container div.img-container {
  height: 115px !important;
  padding-top: 15px; }
#cosmos .BuildingButton__container:after {
  position: absolute;
  bottom: -20px;
  right: 42.5%;
  content: '';
  width: 0;
  display: block;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #ffffff;
  opacity: 0;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out; }
#cosmos .BuildingButton__container.selected {
  position: relative; }
  #cosmos .BuildingButton__container.selected:after {
    bottom: 0;
    opacity: 1; }
#cosmos .BuildingButton__container:hover div.title-container, #cosmos .BuildingButton__container:active div.title-container, #cosmos .BuildingButton__container:focus div.title-container {
  color: #ffffff; }

.my_page #cosmos .overview_container {
  padding-top: 45px; }

.header_tools {
  width: 120px;
  padding-top: 6px;
  text-align: right; }
  .header_tools input {
    position: relative;
    z-index: 20; }

.properties_items.grid {
  width: 98vw;
  margin-left: 1vw;
  margin-right: 1vw; }
  @media all and (min-width: 768px) {
    .properties_items.grid {
      width: 100%;
      margin-left: 0;
      margin-right: 0; }
      .properties_items.grid .grid-item {
        padding: 10px; } }
  @media all and (min-width: 1080px) {
    .properties_items.grid {
      width: calc(85vw - 60px);
      margin-left: 30px;
      margin-right: 30px; }
      .properties_items.grid .grid-item {
        padding: 0 20px; } }

.language_tool {
  font-weight: 300; }
  @media all and (min-width: 1080px) {
    .language_tool.showdesktop {
      display: block !important; } }
  @media all and (max-width: 1080px) {
    .language_tool.mobile-language-tools {
      display: block !important;
      margin-left: 22px; }
      .language_tool.mobile-language-tools p {
        font-size: 1.85em; } }
  .language_tool a {
    color: #58585B;
    font-weight: 300;
    font-family: "proxima-nova", sans-serif;
    font-size: 1em; }
    .language_tool a.active {
      font-weight: 500; }
    .language_tool a:hover, .language_tool a:active, .language_tool a:focus {
      color: #006097; }

@media all and (min-width: 768px) {
  .menu_bg {
    background: rgba(255, 255, 255, 0.9); } }

.view_availability_btn,
.value_prop_section .value_prop,
.value_prop_section .value_prop_content {
  -webkit-transition: opacity 125ms ease-out;
  -moz-transition: opacity 125ms ease-out;
  -ms-transition: opacity 125ms ease-out;
  -o-transition: opacity 125ms ease-out;
  transition: opacity 125ms ease-out; }

.accordian_heading i.fa-caret-up,
.accordian_heading i.fa-caret-right,
.accordian_heading i.fa-caret-down {
  -webkit-transition: transform 150ms ease-out;
  -moz-transition: transform 150ms ease-out;
  -ms-transition: transform 150ms ease-out;
  -o-transition: transform 150ms ease-out;
  transition: transform 150ms ease-out; }
.accordian_heading i.fa-caret-right {
  margin-right: 62px; }
.accordian_heading:hover i.fa-caret-up,
.accordian_heading:hover i.fa-caret-right,
.accordian_heading:hover i.fa-caret-down, .accordian_heading:active i.fa-caret-up,
.accordian_heading:active i.fa-caret-right,
.accordian_heading:active i.fa-caret-down, .accordian_heading:focus i.fa-caret-up,
.accordian_heading:focus i.fa-caret-right,
.accordian_heading:focus i.fa-caret-down {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  color: #58585B; }

#cosmos .suite-view {
  background: #ffffff; }
  #cosmos .suite-view .btn.btn-default {
    max-width: 150px;
    text-transform: uppercase;
    font-weight: 300;
    color: #ffffff;
    background: #006097;
    -webkit-transition: background 150ms ease-out;
    -moz-transition: background 150ms ease-out;
    -ms-transition: background 150ms ease-out;
    -o-transition: background 150ms ease-out;
    transition: background 150ms ease-out; }
    #cosmos .suite-view .btn.btn-default:hover, #cosmos .suite-view .btn.btn-default:active, #cosmos .suite-view .btn.btn-default:focus {
      background: #000000 !important; }

section.section_foodshops .fs_container {
  background: #ffffff; }
section.section_foodshops .shops_container {
  padding-top: 30px; }
  @media all and (min-width: 768px) {
    section.section_foodshops .shops_container {
      padding-top: 60px; } }
  @media all and (max-width: 1080px) {
    section.section_foodshops .shops_container {
      padding-bottom: 40px;
      margin-bottom: 40px; } }

.award_image {
  width: 100%;
  overflow: hidden; }
  @media all and (max-width: 880px) and (min-width: 768px) {
    .award_image {
      margin-bottom: -30px; } }

@media all and (max-width: 1400px) and (min-width: 768px) {
  .main_nav > ul {
    width: 60%;
    margin-left: 20%;
  }

    .main_nav > ul > li > .menu_image {
      width: 20% !important;
    }

    .main_nav > ul > li {
      word-wrap: anywhere;
      padding: 0 5px;
    }
  }

@media all and (min-width: 988px) {
  .main_nav > ul > li > a, .main_nav > ul > li > span {
		font-size: 1.6em;
	}
}

@media all and (max-width: 1350px) and (min-width: 1150px) {
  .main_nav > ul {
    width: 70%;
    margin-left: 25%;
  }
  .main_nav > ul > li > .menu_image {
    width: 25%;
  }
  .main_nav > ul .top-level {
    font-size: 15px;
  }
}

.properties_container.even {
  background: #ffffff; }

.location_item .location_content {
  height: auto;
  min-height: auto; }
  @media all and (min-width: 767px) {
    .location_item .location_content {
      min-height: 385px; } }
.location_item .location_name .building_name {
  line-height: 1; }

.main_nav .has_sub {
  position: relative !important; }
  .main_nav .has_sub a.top-level {
    padding: 2px 3px;
    line-height: 1;
    position: relative;
    z-index: 1; }
    .main_nav .has_sub a.top-level:hover, .main_nav .has_sub a.top-level:active, .main_nav .has_sub a.top-level:focus {
      cursor: pointer; }
  .main_nav .has_sub:hover, .main_nav .has_sub:active, .main_nav .has_sub:focus {
    cursor: arrow; }
  .main_nav .has_sub ul {
    min-width: 200px; }

.hideTable + table.yo-table {
  display: none; }

.hideTable {
  text-align: center;
  color: #006097;
  font-size: 18px;
  margin-top: 35px; }
  @media all and (min-height: 768px) {
    .hideTable {
      margin-top: 70px; } }

.hideAwards + .about_bldng_awards {
  display: none; }

@media all and (min-height: 768px) {
  .navigation_container.showdesktop {
    display: block; } }

@media all and (min-width: 1024px) {
  body.hub .hub_page.container-fluid {
    margin-bottom: 0; } }
body.hub .inner_footer {
  padding: 50px 5% 20px; }
body.hub .hub_page + .main_footer {
  float: none;
  position: relative;
  z-index: 4; }
body.hub .properties_container {
  position: relative;
  padding-bottom: 0; }
body.hub .properties_map_container {
  width: 100%;
  width: calc(100% + 150px);
  min-height: calc( 80vh + 50px );
  position: relative; }
  @media all and (min-width: 768px) {
    body.hub .properties_map_container {
      margin: -50px -75px 0; } }
  body.hub .properties_map_container .sidebar {
    background: rgba(204, 204, 204, 0.9); }
    @media all and (min-width: 768px) {
      body.hub .properties_map_container .sidebar {
        width: 400px;
        min-height: 90vh;
        float: left;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 3;
        overflow-y: scroll; } }
  body.hub .properties_map_container .sidebar::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px; }
  body.hub .properties_map_container .sidebar::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }
  body.hub .properties_map_container #hub_map_container {
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f0f0f0; }
    @media all and (min-width: 768px) {
      body.hub .properties_map_container #hub_map_container {
        min-height: 90vh; } }
  body.hub .properties_map_container .sidebar div.map_item {
    position: relative;
    padding: 20px;
    display: block;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    transition: all 150ms ease-out; }
    body.hub .properties_map_container .sidebar div.map_item:nth-child(2n) {
      background: rgba(255, 255, 255, 0.5); }
    body.hub .properties_map_container .sidebar div.map_item .property_image {
      float: left;
      width: 85px;
      margin-right: 20px; }
    body.hub .properties_map_container .sidebar div.map_item .property_desc {
      float: none;
      padding: 0 10px 10px 105px;
      background: transparent; }
      body.hub .properties_map_container .sidebar div.map_item .property_desc ul {
        padding-bottom: 10px; }
    body.hub .properties_map_container .sidebar div.map_item .property_avail {
      float: none;
      margin-top: 0;
      background: transparent;
      padding: 0 10px 10px 105px; }
      body.hub .properties_map_container .sidebar div.map_item .property_avail .blue_btn {
        margin-top: 0; }
    body.hub .properties_map_container .sidebar div.map_item .blue_btn {
      font-size: 1.3em; }
    body.hub .properties_map_container .sidebar div.map_item:hover {
      background: rgba(0, 96, 151, 0.15); }
      body.hub .properties_map_container .sidebar div.map_item:hover:nth-child(2n) {
        background: rgba(0, 96, 151, 0.15); }
body.hub .filter_view a {
  opacity: 0.5; }
  body.hub .filter_view a:hover, body.hub .filter_view a:active, body.hub .filter_view a:focus, body.hub .filter_view a.active {
    opacity: 1; }

.properties_container .property_desc {
  padding: 40px 40px 0; }
.properties_container .property_avail {
  margin-top: 0;
  padding: 20px 40px 40px; }
.properties_container .property_avail p.blue_btn {
  margin-top: 20px;
  line-height: 1;
  overflow: visible;
  visibility: visible; }

.blue_btn,
.blue_btn a {
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out; }
  .blue_btn:hover, .blue_btn:active, .blue_btn:focus,
  .blue_btn a:hover,
  .blue_btn a:active,
  .blue_btn a:focus {
    cursor: pointer; }

.blue_btn a {
  padding-top: 1px; }

.go_more_container .bounce {
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.75); }

.property_logo img {
  max-width: 90px;
  height: auto; }

section.section.section_accordian .accordian_container > div {
  background: #f0f0f0 !important; }
  section.section.section_accordian .accordian_container > div:nth-child(2n) {
    background: #ddd !important; }

.awards_content p,
.green_content p,
.overview_content p {
  max-width: 850px; }

.news_desc p {
  max-width: 400px; }

@media all and (min-width: 768px) {
  .accordian_content {
    padding-left: 68px; }
    .accordian_content .awards_items {
      margin-left: 0;
      margin-top: 20px; } }
.main_nav > ul > li > .menu_image {
  max-width: 350px;
  width: 100%; }
  @media all and (max-width: 1260px) {
    .main_nav > ul > li > .menu_image {
      width: 25%; } }
  @media all and (max-width: 950px) and (min-width: 768px) {
    .main_nav > ul > li > .menu_image {
      width: 25%; } }

.highlights_items,
.highlights_items.accordian_content,
.awards_items.accordian_content,
.forms_tenants_items.accordian_content,
.amenities_items.accordian_content {
  padding-left: 0 !important; }

.custom_container {
  padding: 0 5%;
  padding-bottom: 35px;
  clear: left;
  min-height: 13em; }

.gallery_items.accordian_content {
  padding-left: 10px; }

.award_data {
  margin-top: -32px;
  margin-bottom: 32px; }
  .award_data .award_title p {
    line-height: 1; }

.accordian_container ul li p {
  font-size: 21px;
  line-height: 1.3; }

.management_bio {
  padding-left: 0; }

.management_image + .management_bio {
  padding-left: 20px; }

.properties_province {
  clear: left; }
  .properties_province > p {
    padding-top: 40px;
    margin-left: 1em; }
  .properties_province:first-child > p {
    padding-top: 0; }

.custom-grid {
  padding-top: 10px;
  margin-left: 0; }
  .custom-grid .map_item {
    display: block; }
  .custom-grid .property_item.grid-item {
    position: relative;
    padding-left: 20px;
    padding-right: 20px; }

.master-grid {
  display: none; }

.container-fluid {
  -webkit-transition: all 350ms ease-out;
  -moz-transition: all 350ms ease-out;
  -ms-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  transition: all 350ms ease-out; }

.shops_links_item {
  min-height: 120px;
  width: calc(25% - 60px);
  margin: 0 30px;
  position: relative; }
  .shops_links_item a {
    padding: 30px 20px 20px 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    transition: all 150ms ease-out; }
    .shops_links_item a i.fa {
      color: #000000;
      -webkit-transition: all 175ms ease-out;
      -moz-transition: all 175ms ease-out;
      -ms-transition: all 175ms ease-out;
      -o-transition: all 175ms ease-out;
      transition: all 175ms ease-out; }
    .shops_links_item a:hover, .shops_links_item a:active, .shops_links_item a:focus {
      background: #006097;
      color: #ffffff;
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05); }
      .shops_links_item a:hover i.fa, .shops_links_item a:active i.fa, .shops_links_item a:focus i.fa {
        color: #cccccc; }
  .shops_links_item .shop_links_title {
    line-height: 1.3; }

@media all and (min-width: 768px) {
  .shops_links_container {
    padding: 5%;
    margin-bottom: 60px; } }

.about_bldng_content img.img-responsive {
  max-height: 475px;
  width: auto;
  margin-bottom: 60px; }
  @media all and (max-width: 1024px) {
    .about_bldng_content img.img-responsive {
      width: 100%;
      max-height: none;
      height: auto;
      margin-bottom: 30px; } }

body.leasing .gmap_container {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

.about_bldng_awards h2 {
  text-transform: capitalize; }

.highlight_desc {
  font-size: 1.75em;
  line-height: 1.8em; }
  .highlight_desc p {
    font-size: 1em; }

@media all and (max-width: 767px) {
  .navigation_container.showdesktop {
    display: none; }

  #cosmos .BuildingButton__container div.title-container {
    font-size: 12px; }

  .bottom_link_image {
    min-height: 425px; } }
.bottom_link_item .bottom_link_image {
  background-size: cover; }

.map-info-window-inner a {
  display: block;
  padding: 5px 10px 10px; }
  .map-info-window-inner a h5 {
    line-height: 1;
    margin-bottom: 0;
    font-size: 18px; }
  .map-info-window-inner a:hover, .map-info-window-inner a:focus, .map-info-window-inner a:active {
    color: #006097;
    border-bottom: 0; }
    .map-info-window-inner a:hover h5, .map-info-window-inner a:focus h5, .map-info-window-inner a:active h5 {
      color: #000000; }
  .map-info-window-inner a.multi-prop {
    margin-top: -20px;
    padding-top: 5px 10px 5px; }

.highlights_items.accordian_content {
  padding-bottom: 50px; }

.about_bldng_awards p {
  margin-bottom: 10px; }
  .about_bldng_awards p img {
    margin-bottom: 0; }

#cosmos a.icon-link span {
  border-bottom: 2px solid #ffffff; }
#cosmos a.icon-link:hover, #cosmos a.icon-link:focus, #cosmos a.icon-link:active {
  border-bottom: 0; }
  #cosmos a.icon-link:hover span, #cosmos a.icon-link:focus span, #cosmos a.icon-link:active span {
    border-bottom: 2px solid #006097; }

.accordian_content a[href^="tel:"],
.accordian_content a[href^="mailto:"] {
  color: #006097; }

@media all and (min-width: 1080px) {
  .gallery_items.accordian_content ul li {
    height: 100%; } }

.lSSlideOuter .lSPager.lSGallery li {
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 8px !important;
  overflow: hidden;
  max-height: 90px; }

@media all and (max-width: 1080px) {
  .lSSlideWrapper {
    margin-bottom: -50px; } }
.forms_tenants_item_content {
  padding: 0; }
  .forms_tenants_item_content a {
    display: block;
    padding: 20px; }
    .forms_tenants_item_content a:after {
      content: '';
      display: block;
      clear: both; }
    .forms_tenants_item_content a:hover, .forms_tenants_item_content a:active, .forms_tenants_item_content a:focus {
      border-bottom: 0; }
      .forms_tenants_item_content a:hover span, .forms_tenants_item_content a:active span, .forms_tenants_item_content a:focus span {
        border-bottom: 2px solid #006097; }
    .forms_tenants_item_content a span {
      font-size: 16px;
      font-family: "proxima-nova", sans-serif;
      display: inline-block;
      padding-left: 1px;
      border-bottom: 2px solid #ffffff; }

.amenities_content ul li,
.amenities_content {
  font-size: 18px;
  line-height: 36px; }

.amenities_content ul li {
  line-height: 32px; }

.amenities_content ul {
  margin-top: 5px; }

.amenities_content ul,
.amenities_content p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 36px;
  word-break: break-word; }

.amenities_name {
  margin-bottom: 15px; }

@media all and (min-width: 768px) {
  .logo {
    top: 20px; } }

.logo a {
  display: block;
  float: none;
  width: 100%;
  max-width: 130px;
  height: auto;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out; }
  @media all and (min-width: 1040px) {
    .logo a {
      max-width: 280px; } }
  .logo a:hover, .logo a:focus, .logo a:active {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
  .logo a img {
    float: left;
    width: 100%;
    height: auto; }
    @media all and (min-width: 1040px) {
      .logo a img {
        max-width: 130px; } }
    @media all and (max-width: 1040px) {
      .logo a img {
        height: 40px;
        width: auto; } }
  .logo a .property-logo {
    height: auto;
    float: right;
    position: relative;
    top: -35px;
    left: 20px;
    max-width: 155px;
    width: 100%;
    padding-left: 20px;
    padding-top: 8px;
    border-left: 1px solid #cccccc; }
    @media all and (max-width: 1350px) {
      .logo a .property-logo {
        display: none; } }

.properties_province_container {
  margin-bottom: 50px; }

@media all and (min-width: 1024px) {
  .locations_page .overview_container {
    padding: 0 5%; } }
@media all and (min-width: 1024px) {
  .locations_page .overview_content_container {
    padding: 40px 80px; } }

.location_item .location_map {
  display: block;
  height: 280px;
  margin-bottom: -100%;
  opacity: 0; }
.location_item.open .location_map {
  opacity: 1;
  display: block !important;
  margin-bottom: 20px; }

.section.section_foodshops {
  background: #fff;
  position: relative;
  z-index: 10; }

  .section.section_foodshops.section-mappedin-map {
    width: 90%;
    margin: 20px 5%;
  }

@media all and (max-width: 1080px) {
  body.hub .properties_map_container {
    margin: -30px;
    width: 100vw; } }

@media all and (max-width: 1080px) {
  .properties_map_container .sidebar {
    width: 100vw;
    height: 200px !important;
    background: #f0f0f0 !important;
    background: rgba(240, 240, 240, 0.95) !important;
    border-top: 1px solid #58585B;
    overflow-x: scroll;
    white-space: nowrap; }
    .properties_map_container .sidebar .map_item {
      float: left;
      width: 33%;
      height: 250px;
      clear: none !important;
      white-space: normal; } }
    @media all and (max-width: 1080px) and (min-width: 768px) {
      .properties_map_container .sidebar .map_item {
        width: 50%; } }
@media all and (max-width: 1080px) {
      .properties_map_container .sidebar .map_item .property_image {
        display: none; }
      .properties_map_container .sidebar .map_item .property_desc {
        padding: 0 !important; }
        .properties_map_container .sidebar .map_item .property_desc ul {
          display: none; }
      .properties_map_container .sidebar .map_item h3 {
        font-size: 1.8em;
        line-height: 19px; }
      .properties_map_container .sidebar .map_item p.prop_location {
        margin-bottom: 5px; }
      .properties_map_container .sidebar .map_item p.blue_btn {
        background: transparent;
        padding: 0;
        border-bottom: 1px solid #006097; }
        .properties_map_container .sidebar .map_item p.blue_btn a {
          color: #006097 !important;
          background: transparent; }
      .properties_map_container .sidebar .map_item .property_avail {
        padding: 5px 0 0 0 !important; } }

.building-name-filter {
  margin-left: 20px; }
  .building-name-filter.nice-select {
    clear: none; }

.hide-select-filter ~ .nice-select.building-name-filter {
  display: none !important; }

.info-window-inner h4 {
  font-weight: normal;
  margin-bottom: 5px;
  font-size: 18px; }

.overview_content_container_1 {
  padding-bottom: 0 !important;
  padding-left: 20px;
  padding-right: 20px; }
  @media all and (min-width: 768px) {
    .overview_content_container_1 {
      padding-left: 5%;
      padding-right: 5%; } }

.shop_item.no-results {
  display: none; }

.footer_logo {
  width: 260px; }
  .footer_logo a {
    display: inline-block;
    float: left;
    border-bottom: none; }
    .footer_logo a.footer-search {
      color: #006097;
      font-size: 1.6em;
      border-bottom: 2px solid #ffffff; }
      .footer_logo a.footer-search:hover, .footer_logo a.footer-search:active, .footer_logo a.footer-search:focus {
        border-bottom: 2px solid #006097; }
    .footer_logo a:hover, .footer_logo a:active, .footer_logo a:focus {
      border-bottom: none; }
  .footer_logo img {
    max-width: 110px;
    width: 100%;
    margin-right: 20px; }

.location_content_desc table {
  border: 0;
  padding: 0;
  margin: 30px 0 0;
  width: auto;
  font-size: 1.45em; }
  @media all and (max-width: 420px) {
    .location_content_desc table {
      width: auto !important; } }
  .location_content_desc table tr:first-child td, .location_content_desc table tr:first-child th {
    font-weight: bold; }
  .location_content_desc table tr td, .location_content_desc table tr th {
    padding-right: 20px; }
    @media all and (max-width: 420px) {
      .location_content_desc table tr td, .location_content_desc table tr th {
        padding-right: 20px;
        width: auto !important; } }
    .location_content_desc table tr td a, .location_content_desc table tr th a {
      color: #006097;
      border-bottom: 2px solid #006097; }
      .location_content_desc table tr td a:hover, .location_content_desc table tr td a:active, .location_content_desc table tr td a:focus, .location_content_desc table tr th a:hover, .location_content_desc table tr th a:active, .location_content_desc table tr th a:focus {
        color: #000000;
        border-bottom: 2px solid #000000; }

.section_locations {
  z-index: 20; }

.leasing-manager-wrap {
  font-size: 2em;
  line-height: 35px;
  margin-bottom: 30px;
  font-family: "proxima-nova", sans-serif; }
  .leasing-manager-wrap h3 {
    font-size: 1.3em;
    color: #58585B;
    font-family: "proxima-nova", sans-serif; }
  .leasing-manager-wrap a {
    color: #006097;
    text-decoration: none;
    border-bottom: 2px solid #fff;
    font-style: italic; }
    .leasing-manager-wrap a:hover, .leasing-manager-wrap a:active, .leasing-manager-wrap a:focus {
      border-bottom: 2px solid #006097; }
  .leasing-manager-wrap p {
    font-size: 1em;
    margin-bottom: 0; }

.main_footer .footer_copy p {
  color: #000000; }

h1 {
  display: inline-block;
  line-height: 0;
  margin: 0; }

.overview_heading h1 {
  line-height: 1;
  margin-bottom: 0.5em;
  margin-top: 0; }

.value_prop_content h2 {
  font-size: 3em; }

.search-tool {
  display: none;
  position: relative;
  z-index: 10; }
  .search-tool label {
    font-size: 14px;
    text-transform: uppercase; }
  .search-tool #search-text {
    width: 200px;
    font-size: 18px;
    position: absolute;
    left: -150px;
    padding: 5px 45px 5px 5px;
    top: -35px; }
  .search-tool #search-results {
    display: none;
    background: #fff;
    width: 200px;
    position: relative;
    left: -150px;
    top: 0;
    padding: 10px;
    margin-bottom: -5px; }
    .search-tool #search-results .result {
      text-align: left;
      padding-bottom: 5px;
      margin-bottom: 5px;
      border-bottom: 1px solid #f0f0f0; }
      .search-tool #search-results .result:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0; }
      .search-tool #search-results .result a h5 {
        color: #006097;
        font-size: 1.6em; }
      .search-tool #search-results .result a:hover h5, .search-tool #search-results .result a:focus h5, .search-tool #search-results .result a:active h5 {
        color: #000000; }

#hub-filter:focus,
.type-filter:focus,
.building-name-filter:focus {
  box-shadow: 0 0 4px #ddd; }

.amenities_data {
  padding: 25px; }

@media all and (max-width: 1080px) {
  #cosmos .leasing-manager-wrap p,
  #cosmos .leasing-manager-wrap h3,
  #cosmos h2 {
    line-height: 1; }
  #cosmos .leasing-manager-wrap h3 {
    font-size: 24px; }
  #cosmos .leasing-manager-wrap p {
    font-size: 18px;
    line-height: 1.8em; }
  #cosmos .building-text p {
    font-size: 0.8em; }
    #cosmos .building-text p:last-child a {
      font-size: 1.7em; }
  #cosmos .overview_container .building-text {
    font-size: 1.3em !important; } }

.hide ~ p.prop_location {
  maring-bottom: 5px; }

.filter_view {
  display: none; }
  @media all and (min-width: 1080px) {
    .filter_view {
      display: block; } }

@media all and (max-width: 1080px) {
  .filter_by_city {
    width: 100%; }
    .filter_by_city .filter_head {
      display: inline-block;
      margin-right: 15px;
      margin-top: 10px;
      float: left; }
    .filter_by_city .nice-select {
      clear: none; } }

.properties_items .map_item.filtered:not(.property_item.grid-item) {
  display: none; }

.LeasingInfo .icon-link {
  font-size: 20px;
  line-height: 1.8; }

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #001f31;
  color: #001f31; }

.screen-reader.skip-to-content {
  position: absolute;
  top: -1000em; }
.screen-reader.skip-to-content:focus {
  top: 20px;
}

.accordian_content:not(.management_items) p:not(.management_email) a,
.accordian_content:not(.management_items) p:not(.management_phone) a,
.accordian_content:not(.management_items) p:not(.blue_btn) a {
  border-bottom: 2px solid #006097;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out; }
  .accordian_content:not(.management_items) p:not(.management_email) a:hover, .accordian_content:not(.management_items) p:not(.management_email) a:active, .accordian_content:not(.management_items) p:not(.management_email) a:focus,
  .accordian_content:not(.management_items) p:not(.management_phone) a:hover,
  .accordian_content:not(.management_items) p:not(.management_phone) a:active,
  .accordian_content:not(.management_items) p:not(.management_phone) a:focus,
  .accordian_content:not(.management_items) p:not(.blue_btn) a:hover,
  .accordian_content:not(.management_items) p:not(.blue_btn) a:active,
  .accordian_content:not(.management_items) p:not(.blue_btn) a:focus {
    border-bottom: 2px solid transparent !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0) !important; }

.sustainability_page .overview_content p a {
  border-bottom: 2px solid #006097;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out; }
  .sustainability_page .overview_content p a:hover, .sustainability_page .overview_content p a:active, .sustainability_page .overview_content p a:focus {
    border-bottom: 2px solid transparent !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0) !important; }

.sustainability_page .overview_content p a {
  border-bottom: 2px solid #006097;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out; }
  .sustainability_page .overview_content p a:hover, .sustainability_page .overview_content p a:active, .sustainability_page .overview_content p a:focus {
    border-bottom: 2px solid transparent !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0) !important; }

.management_item p a:hover,
.management_item p a:active,
.management_item p a:focus {
  border-bottom: 2px solid #006097; }

.section_foodshops + .section_shops_links {
  border-top: 1px solid #ccc; }

@media all and (min-width: 768px) {
  .main_nav ul li ul li {
    list-style-type: none;
    padding: 3px 0; } }
@media (min-width: 768px) {
  .gallery_image {
    background-size: auto 100%;
    height: 800px; } }
@media all and (max-width: 1080px) {
  .lSPager.lSGallery {
    margin-top: 40px !important; }
    .lSPager.lSGallery li {
      overflow: hidden;
      width: 100%; }
      .lSPager.lSGallery li img {
        height: auto !important;
        min-height: 90px;
        width: auto !important; } }
@media all and (max-width: 980px) {
  .lSPager.lSGallery li img {
    min-height: 85px; } }
@media all and (max-width: 880px) {
  .lSPager.lSGallery li img {
    min-height: 78px; } }
@media all and (max-width: 780px) {
  .lSPager.lSGallery li img {
    min-height: 70px; } }
@media all and (max-width: 767px) {
  .lSPager.lSGallery li img {
    min-height: 45px;
    height: 45px; } }

/*# sourceMappingURL=cf-ui-mods.css.map */
