/* ----------------------------------------
Import
---------------------------------------- */
.container {
  overflow: visible;
  box-sizing: border-box; }

.content_map {
  background-size: cover; }

header .mobile-menu {
  display: none; }

header .nav {
  float: right; }
  header .nav > li {
    position: relative;
    overflow: visible;
    float: left; }
    header .nav > li.has-sub-nav {
      padding-bottom: 30px; }
  header .nav .sub-nav {
    display: none;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 42px;
    right: 0;
    width: auto;
    list-style: none;
    z-index: 9999;
    padding: 20px; }
    header .nav .sub-nav li {
      padding-top: 20px; }
      header .nav .sub-nav li:first-child {
        padding-top: 0; }
      header .nav .sub-nav li a:link,
      header .nav .sub-nav li a:visited {
        margin-left: 0;
        white-space: nowrap;
        color: white; }
        header .nav .sub-nav li a:link.selected,
        header .nav .sub-nav li a:visited.selected {
          color: #c3222f; }
  header .nav .fa {
    color: gray;
    display: inline-block;
    margin-left: 4px;
    font-size: 10px;
    position: relative;
    top: -2px; }
    @media only screen and (max-width: 1000px) {
      header .nav .fa {
        margin-left: 20px; } }

.mobile-only {
  display: none; }

.top-nav {
  font-family: 'AvantGardeGothicITCW01D 731075';
  text-transform: uppercase;
  font-size: 11px; }
  .top-nav li {
    float: left;
    padding-left: 25px; }
  .top-nav li a:link,
  .top-nav .sub_nav li a:visited {
    color: #BBBBBB;
    text-decoration: none; }
  .top-nav li a:hover {
    color: #c3222f; }
  .top-nav li a.selected:link,
  .top-nav .sub_nav li a.selected:visited {
    color: #c3222f; }
  .top-nav a, .top-nav a:visited {
    color: #BBBBBB; }
    .top-nav a.selected, .top-nav a:visited.selected {
      color: #c3222f; }
  @media only screen and (max-width: 1000px) {
    .top-nav {
      display: none; } }

@media only screen and (max-width: 1000px) {
  .content_left_1span,
  .content_left {
    width: 100%;
    margin: 0;
    height: auto; }
  .sidebar {
    display: none; }
  .contact_info {
    width: 50%;
    margin-right: 0;
    padding-right: 20px; }
    .contact_info img {
      width: 100%; }
  body,
  .content {
    font-size: 14px; }
  img {
    max-width: 100%;
    height: auto; } }
  @media only screen and (max-width: 1000px) and (max-width: 480px) {
    img.margin_right {
      width: 100%;
      height: auto; } }

@media only screen and (max-width: 1000px) {
  footer ul {
    margin-bottom: 40px; }
  footer ul li {
    display: block;
    float: none;
    margin-right: 0;
  }
	footer ul li:last-of-type {
		margin-bottom: 20px;
	}
  footer .footer_logo {
    float: left;
    margin-bottom: 40px;
    margin-left: 0;
	  margin-right: 20px;
  }
  .mobile-only {
    display: block; }
  * {
    box-sizing: border-box; }
  table:not(.no-collapse) {
    border-collapse: collapse;
    display: block; }
    table:not(.no-collapse) tr,
    table:not(.no-collapse) td {
      display: block;
      margin: 0;
      width: auto; }
  table {
    width: 100%; }
  .availabilities {
     }
  #map_content {
    width: 100%;
    height: auto;
    padding-bottom: 20px; }
  #map_content p,
  #map_content h1,
  #map_content h2 {
    margin: 0 20px; }
  #map_content h1 {
    margin-top: 18px; }
  #map_content h2 {
    font-size: 16px;
    line-height: 24px; }
  #map_canvas {
    width: 100%;
    height: 600px; }
  .amenities_container {
    margin-right: 0;
    width: auto; }
    .amenities_container:after {
      background: url(../images/nbc-tower-amenities-map-15-11-18.jpg);
      background-size: contain;
      width: 100%;
      height: -webkit-calc(72vw - 60px);
      height: calc(72vw - 60px);
      display: block;
      content: '';
      margin: 10px 0; }
  .float_half,
  .float_60,
  .float_40 {
    float: none;
    width: auto;
    margin: 0; }
  header {
    position: relative; }
    header .sub_nav {
      display: none; }
    header .mobile-menu {
      display: block;
      position: absolute;
      top: 54px;
      right: 20px;
      width: 30px;
      height: 30px; }
      header .mobile-menu img {
        width: 100%;
        height: auto; }
    header .nav {
      float: none;
      margin-right: 0;
      background-color: rgba(0, 0, 0, 0.85);
      position: absolute;
      right: 0;
      top: 100px;
      z-index: 9999;
      padding: 20px;
      display: none; }
      header .nav > li {
        float: none;
        padding-top: 20px;
        padding-bottom: 0; }
        header .nav > li:first-child {
          padding-top: 0; }
        header .nav > li a:link,
        header .nav > li a:visited {
          margin-left: 0; }
        header .nav > li .sub-nav {
          position: relative;
          top: initial;
          right: initial;
          bottom: initial;
          left: initial;
          background: transparent;
          padding: 0;
          padding-top: 20px; }
          header .nav > li .sub-nav > li {
            padding-left: 20px;
            float: none; }
        header .nav > li.has-sub-nav {
          padding-bottom: 0; }
  .slider {
    width: 100%;
    height: auto;
    position: relative; }
    .slider .slider_arrow {
      display: none; }
    .slider + .map {
      display: none; }
    .slider .slider_caption {
      top: auto;
      bottom: 30px;
      height: auto; }
      .slider .slider_caption h1 {
        font-size: 22px;
        line-height: 30px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 0; }
      .slider .slider_caption h2 {
        font-size: 16px;
        line-height: 24px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px; }
    .slider .rslides_tabs {
      bottom: initial;
      top: 20px;
      right: 20px;
      left: initial; }
  .hero {
    height: auto; }
  #top-link {
    right: 0;
    bottom: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
    #top-link[style="display: inline;"] {
      display: block !important; }
  .sidebar {
    height: auto !important; } }

@media only screen and (max-width: 480px) {
  .contact_info {
    width: 100%;
    float: none;
    padding-right: 0; }
}

@media only screen and (max-width: 1000px) {
  .home_box_text {
    left: initial;
    right: initial;
    top: initial;
    bottom: initial;
    padding: 20px;
    font-size: 14px;
    line-height: 22px; } }

@media only screen and (max-width: 1000px) {
  .home_box_text h1 {
    font-size: 18px;
    line-height: 26px; } }

@media only screen and (max-width: 1000px) {
  .home_box_text h2 {
    font-size: 12px;
    line-height: 20px; } }

@media only screen and (max-width: 1000px) {
  .home_box_btn {
    width: auto;
    left: 20px;
    bottom: 20px;
    font-size: 16px;
    line-height: 20px; } }

@media only screen and (max-width: 768px) {
  .home_box_btn {
    font-size: 12px; } }

@media only screen and (max-width: 1000px) {
  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px; } }

@media only screen and (max-width: 1000px) {
  .home_box_btn_black {
    padding-left: 20px;
    height: auto;
    padding: 20px; } }

@media only screen and (max-width: 1000px) {
  .home_box_btn_black h1 {
    font-size: 18px;
    line-height: 26px; } }

@media only screen and (max-width: 1000px) {
  .home_box_btn_black h2 {
    font-size: 12px;
    line-height: 20px; } }

.home_boxes li:nth-child(3n) {
  margin-right: 0; }

@media only screen and (max-width: 1000px) {
  .home_boxes li img {
    top: 0;
    left: 0; } }

@media only screen and (max-width: 768px) {
  .home_boxes li:nth-child(3n) {
    margin-right: 8px; }
  .home_boxes li:nth-child(2n) {
    margin-right: 0; } }

@media only screen and (max-width: 480px) {
  .home_boxes li:nth-child(1n) {
    margin-right: 0; } }

.home_boxes li,
.home_boxes .home_box_img {
  overflow: hidden;
  display: block; }
  @media only screen and (max-width: 1000px) {
    .home_boxes li,
    .home_boxes .home_box_img {
      width: -webkit-calc((100vw / 3) - 24px);
      width: calc((100vw / 3) - 24px);
      height: -webkit-calc((100vw / 3) - 24px);
      height: calc((100vw / 3) - 24px); } }
  @media only screen and (max-width: 768px) {
    .home_boxes li,
    .home_boxes .home_box_img {
      width: -webkit-calc((100vw / 2) - 32px);
      width: calc((100vw / 2) - 32px);
      height: -webkit-calc((100vw / 2) - 32px);
      height: calc((100vw / 2) - 32px); } }
  @media only screen and (max-width: 480px) {
    .home_boxes li,
    .home_boxes .home_box_img {
      width: -webkit-calc((100vw / 1) - 55px);
      width: calc((100vw / 1) - 55px);
      height: -webkit-calc((100vw / 1) - 55px);
      height: calc((100vw / 1) - 55px); } }

@media only screen and (max-width: 1000px) {
  .home_boxes .home_box_img {
    top: 0;
    left: 0; } }

.gallery_box:nth-child(3n) {
  margin-right: 0; }

@media only screen and (max-width: 1000px) {
  .gallery_box {
    width: -webkit-calc((100vw / 3) - 24px);
    width: calc((100vw / 3) - 24px);
    height: -webkit-calc((100vw / 3) - 24px);
    height: calc((100vw / 3) - 24px); } }

@media only screen and (max-width: 768px) {
  .gallery_box {
    width: -webkit-calc((100vw / 2) - 32px);
    width: calc((100vw / 2) - 32px);
    height: -webkit-calc((100vw / 2) - 32px);
    height: calc((100vw / 2) - 32px); }
    .gallery_box:nth-child(3n) {
      margin-right: 8px; }
    .gallery_box:nth-child(2n) {
      margin-right: 0; } }

@media only screen and (max-width: 480px) {
  .gallery_box {
    width: -webkit-calc((100vw / 1) - 55px);
    width: calc((100vw / 1) - 55px);
    height: -webkit-calc((100vw / 1) - 55px);
    height: calc((100vw / 1) - 55px); }
    .gallery_box:nth-child(1n) {
      margin-right: 0; } }

@media only screen and (max-width: 1000px) {
  .gallery_box img {
    width: 100%; } }

/*# sourceMappingURL=overrides.css.map */


/* Restyle Fixes - Anthony June 14, 2016
============================================= */

h2 {
	font-size: 18px;
}

.over-hide {
	overflow: hidden;
}

.content {
	font-family: 'AvantGardeGothicITCW01B 731069';
	font-size: 14px;
	line-height: 32px;
}

.mainbar {
	padding-left: 0;
}

.about-contain {
    padding: 0;
    background-color: transparent;
    margin-bottom: 0;
    overflow: hidden;
}

#map_content {
	padding: 0;
	padding-bottom: 20px;
}

.clearfix {
    margin-top: 0px;
}

#map_content {
	font-family: 'AvantGardeGothicITCW01B 731069';
	font-size: 18px;
	line-height: 32px;
	padding-bottom: 50px;
	margin: 0;
}

#map_content p, #map_content h1, #map_content h2 {
    color: #fff;
    margin: 0 40px 0 40px;
}

#map_content p {
    margin-bottom: 36px;
}

#map_content h1 {
    font-family: 'AvantGardeGothicITCW01D 731075';
    font-size: 24px;
    margin-top: 36px;
}


#floorplate {
	margin-top: 30px;
}
div#floorplate-box {
	background-color: #f1f1f1;
	height: 370px;
}

.top-nav li a:link, .top-nav .sub_nav li a:visited, .top-nav a, .top-nav a:visited {
	color: #fff;
	font-family: 'AvantGardeGothicITCW01B 731069', Sans-serif;
}


@media only screen and (max-width: 1000px) {
.container.no-padding {
    padding: 0;
}
#floorplate {
	display: none;
}
}
@media only screen and (min-width: 1001px) {
.mainbar {
	padding-left: 30px;
}
}


.ul-columns { display: flex; flex-direction: row; flex-wrap: wrap; width: 100%; }
.ul-columns > .ul-float { flex: 1; max-width: 200px; margin-right: 30px; }


.about-contain#downloads .featured li { position: relative; display: inline-block; clear: both; float: left; line-height: 21px; margin-bottom: 10px; }
.about-contain#downloads .featured li a { text-decoration: none; padding: 9px 0; }
.about-contain#downloads .featured li:after { content: ''; width: 100%; height: 2px; background-color: #cbcbcb; position: absolute; bottom: 0; left: 0; pointer-events: none; transition: ease all 300ms; }
.about-contain#downloads .featured li:hover:after { background-color: #c3222f; }
.about-contain#downloads .featured li:before { content: ''; background-image: url(../images/bullet.png); position: absolute; left: -19px; top: 10px; height: 10px; width: 10px; }

/* Be well Styles */

.sidebar .bewell a{ display: grid; }
.sidebar .bewell a img { width: 95%; place-self: center; }
.first-bar, .last-bar{ margin-bottom: 0px; }
.bewell-banner { width: 100%; margin-bottom: -3px;}
.bewell-container { display: flex; margin-bottom: 0px; }

.blue-container{
	background-color: #96D2DC;
	padding: 25px 40px;
}
.blue-container h2{
	text-transform: uppercase;
	font-family: 'AvantGardeGothicITCW01D 731075';
	line-height: 27px;
	font-size: 16px;
}

.bewell-footer{
	margin-bottom: 8px;
}

.hero-mobile{ display: none; }
.bewell-container .mainbar{
	display: grid;
	align-items: center;
}
.bewell-hero-image img, .bewell-footer img{ width: 100%; }


.bewell-blue-check{
	background-color: #003764;
	display: grid;
	grid-template-columns: 180px 1fr;
	align-items: center;
	padding-left: 20px;
}
.bewell-blue-check .check { position: relative; }
.bewell-blue-check .check{ display: grid; }
.bewell-blue-check .check img { place-self: center; position: absolute; max-width: 120px; min-width: 70px;}
.bewell-blue-check .text-content h2{ color: #fff; padding: 15px 15px 15px 0px; line-height: 27px; }

.bewell-container .mainbar{
	padding-left: 20px;
}

@media only screen and (max-width: 1000px){
	.bewell-container .mainbar{
		width: 100%;
	}
	.bewell-banner{ display: none; }
	.first-bar{ margin-bottom: 8px; }
  .hero-mobile{ display: block; }
  .hero-pc{ display: none; }

	.bewell-blue-check{
		display: grid;
		grid-template-columns: 20% 80%;
		padding-left: 0px;
	}
	.bewell-blue-check .check img { width: 80%; }
}

.regular-font{ font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif; }
.italic{
	font-style: italic;
}
.bold-text{
	font-family: 'AvantGardeGothicITCW01D 731075', sans-serif;
}
.bold{ font-weight: bold; }


/* Tenant Resources Page - Anthony January 11, 2023
==================================================== */

.container.has-sidebar { display: flex; flex-wrap: wrap; flex-direction: row; }
.container.has-sidebar > .content-left-wrap { flex: 0 0 calc(72% - 8px); width: calc(72% - 8px); max-width: calc(72% - 8px); margin-right: 8px; }
.container.has-sidebar > .content-left-wrap > .content:last-of-type { margin-bottom: 0; }
.container.has-sidebar > .content-sidebar-wrap { flex: 0 0 28%; width: 28%; max-width: 28%; background-color: #c3222f; }

@media all and (max-width: 875px) {
	.container.has-sidebar > .content-left-wrap > .content:last-of-type { margin-bottom: 8px; }
}

@media all and (max-width: 1000px) {
	.container.has-sidebar > .content-left-wrap { flex: 0 0 calc(75% - 8px); width: calc(75% - 8px); max-width: calc(75% - 8px); }
	.container.has-sidebar > .content-sidebar-wrap { flex: 0 0 25%; width: 25%; max-width: 25%; }
}

@media all and (max-width: 875px) {
	.container.has-sidebar > .content-left-wrap { flex: 0 0 100%; width: 100%; max-width: 100%; margin-right: 0; }
	.container.has-sidebar > .content-sidebar-wrap { flex: 0 0 100%; width: 100%; max-width: 100%; }
}

.container.has-sidebar > .content-sidebar-wrap h2,
.container.has-sidebar > .content-sidebar-wrap p { color: #ffffff; text-align: center; }
.container.has-sidebar > .content-sidebar-wrap p { font-size: 15px; }
.container.has-sidebar > .content-sidebar-wrap p .olp-btn { font-family: 'AvantGardeGothicITCW01D 731075', sans-serif; font-size: 15px; text-align: center; width: 100%; display: block; background-color: transparent; color: rgba(255,255,255,.8); border: 2px solid rgba(255,255,255,.8); padding: 15px; margin-top: 20px; transition: ease all 300ms; }
.container.has-sidebar > .content-sidebar-wrap p .olp-btn:hover { background-color: #ffffff; color: #c3222f; border: 2px solid #ffffff; }

.content-left-wrap .contacts { display: flex; flex-wrap: wrap; flex-direction: row; }
.content-left-wrap .contacts > .contact { flex: 0 0 calc(33.333% - 16px); width: calc(33.333% - 16px); max-width: calc(33.333% - 16px); margin-right: 24px; margin-bottom: 24px; }
.content-left-wrap .contacts > .contact:nth-child(3n) { margin-right: 0; }
.content-left-wrap .contacts > .contact p { font-size: 12px; line-height: 1.8; }
.content-left-wrap .contacts > .contact p strong { font-family: 'AvantGardeGothicITCW01D 731075', sans-serif; }

@media all and (max-width: 650px) {
	.content-left-wrap .contacts > .contact { flex: 0 0 100%; width: 100%; max-width: 100%; margin-right: 0; margin-bottom: 24px; }
}

.experience-layout { display: block; position: relative; width: 100%; }
.experience-layout > .el-text-image,
.experience-layout > .el-image-text,
.experience-layout > .el-text-image-text,
.experience-layout > .el-text-buttons { display: flex; flex-wrap: wrap; flex-direction: row; align-items: center; }

.experience-layout .el-image > img { width: 100%; }
.experience-layout .el-center-box { width: 75%; margin: 0 auto; }
.experience-layout .el-center-box-alt { width: 90%; margin: 0 auto; }

@media all and (max-width: 650px) {
	.experience-layout .el-center-box { width: 90%; margin: 0 auto; }
}

.experience-layout > .el-text-image .el-text { flex: 0 0 calc(100% - 176px); width: calc(100% - 176px); max-width: calc(100% - 176px); margin-right: 24px; }
.experience-layout > .el-text-image .el-text p { font-size: 13px; line-height: 1.8; }
.experience-layout > .el-text-image .el-image { flex: 0 0 152px; width: 152px; max-width: 152px; }

@media all and (max-width: 650px) {
	.experience-layout > .el-text-image .el-text p { font-size: 16px; line-height: 1.8; }
}

.experience-layout > .el-image-text .el-text { flex: 0 0 calc(100% - 176px); width: calc(100% - 176px); max-width: calc(100% - 176px); margin-left: 24px; }
.experience-layout > .el-image-text .el-text p { font-size: 13px; line-height: 1.8; }
.experience-layout > .el-image-text .el-image { flex: 0 0 152px; width: 152px; max-width: 152px; }

@media all and (max-width: 650px) {
	.experience-layout > .el-image-text .el-text p { font-size: 16px; line-height: 1.8; }
}

.experience-layout > .el-text-image-text .el-text { flex: 0 0 calc(50% - 144px); width: calc(50% - 144px); max-width: calc(50% - 144px); margin-right: 24px; }
.experience-layout > .el-text-image-text .el-text:last-of-type { margin-right: 0; }
.experience-layout > .el-text-image-text .el-text p { font-size: 13px; line-height: 1.8; }
.experience-layout > .el-text-image-text .el-image { flex: 0 0 240px; width: 240px; max-width: 240px; margin-right: 24px; }

@media all and (max-width: 650px) {
	.experience-layout > .el-text-image-text .el-text { flex: 0 0 100%; width: 100%; max-width: 100%; margin: 0; order: 1; margin-bottom: 24px; }
	.experience-layout > .el-text-image-text .el-text p { font-size: 16px; line-height: 1.8; }
	.experience-layout > .el-text-image-text .el-image { margin: 0 auto; order: 2; }
}

.experience-layout > .el-text-buttons { margin-top: 30px; }
.experience-layout > .el-text-buttons .el-text { flex: 0 0 100%; width: 100%; max-width: 100%; text-align: center; }
.experience-layout > .el-text-buttons .el-text p { font-size: 13px; line-height: 1.8; }
.experience-layout > .el-text-buttons .el-buttons { flex: 0 0 100%; width: 100%; max-width: 100%; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; margin-top: 20px; }
.experience-layout > .el-text-buttons .el-buttons .button a { display: inline-block; width: auto; margin: 0 5px; text-align: center; transition: ease all 300ms; }
.experience-layout > .el-text-buttons .el-buttons .button a:hover { opacity: .7; }

@media all and (max-width: 650px) {
	.experience-layout > .el-text-buttons .el-text p { font-size: 16px; line-height: 1.8; }
}

.animate__animated { animation-duration: 2s; }
.animate__animated.animate__delay-custom-1 {-webkit-animation-delay: .1s; animation-delay: .1s; -webkit-animation-delay: calc(var(--animate-delay) * .1); animation-delay: calc(var(--animate-delay) * .1) }
.animate__animated.animate__delay-custom-2 {-webkit-animation-delay: .2s; animation-delay: .2s; -webkit-animation-delay: calc(var(--animate-delay) * .2); animation-delay: calc(var(--animate-delay) * .2) }
.animate__animated.animate__delay-custom-3 {-webkit-animation-delay: .3s; animation-delay: .3s; -webkit-animation-delay: calc(var(--animate-delay) * .3); animation-delay: calc(var(--animate-delay) * .3) }

.page-navigation-wrap { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; }
.page-navigation ul { padding: 0; margin: 0; }
.page-navigation ul li { list-style-type: none; display: inline-block; padding: 0; margin: 0 0 0 12px; font-size: 12px; }
.page-navigation ul li a { text-decoration: none; }
.page-navigation ul li a:hover { text-decoration: underline; }

#general_contacts p { font-size: 13px; line-height: 1.8; }
#general_contacts p strong { font-family: 'AvantGardeGothicITCW01D 731075', sans-serif; }

#service_request.sticky .inner-sidebar { position: fixed; top: 30px; }

@media all and (max-width: 875px) {
	#service_request.sticky .inner-sidebar { position: relative; top: auto; }
}


/* General Edits - Anthony January 31, 2023
==================================================== */

.home-box-style { display: block; position: relative; width: 100%; height: 100%; }
.home-box-style .home-box-banner { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px; z-index: 2; }
.home-box-style .home-box-banner.black-banner { background-color: rgba(0,0,0,.6); transition: ease all 300ms; }
.home-box-style:hover .home-box-banner.black-banner,
.home-box-style:focus .home-box-banner.black-banner { background-color: rgba(201,35,45,.9); }
.home-box-style .home-box-banner h2 { font-family: 'AvantGardeGothicITCW01M 731087'; font-size: 20px; line-height: 22px; text-transform: uppercase; letter-spacing: 0.02em; color: #ffffff; margin-bottom: 6px; }
.home-box-style .home-box-banner p { font-family: 'AvantGardeGothicITCW01B 731069'; color: #ffffff; font-size: 14px; line-height: 18px; }
.home-box-style .home-box-banner p span { position: relative; }
.home-box-style .home-box-banner p span svg { width: 6px; position: absolute; bottom: 1px; right: -10px; transition: ease all 300ms; }
.home-box-style:hover .home-box-banner p span svg,
.home-box-style:focus .home-box-banner p span svg { right: -12px; }
.home-box-style .home-box-banner p span svg path { fill: #ffffff; }
