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

.content_map {
  background-size: cover;
}

@media only screen and (max-width: 1000px) {
  .content_map {
    /* Scale the background instead of cropping on small screens */
    background-position: center top;
    /* Maintain aspect ratio (approx 1000x570) */
    height: auto;
    padding-top: 57%;
  }
}

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: #666;
  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: #666;
}
.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 .footer_logo {
    float: left;
    clear: both;
    margin-bottom: 0;
    margin-left: 0px;
    margin-top: 20px;
    text-align: center;
  }
  .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 {
    margin: 0;
    width: 10%;
  }
  table {
    width: 100%;
  }
  .availabilities {
    display: none;
  }
  #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-05-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 */

@media only screen and (max-width: 600px) {
  footer .footer_logo {
    float: right;
    margin-bottom: 0;
    margin-left: 0px;
    margin-right: 15px;
  }
  footer .footer-right {
    float: left;
    clear: both;
  }
}

.home_boxes .carbon-block {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home_boxes .carbon-block > a img {
  transform: scale(1) !important;
  transition: ease all 300ms;
}
.home_boxes .carbon-block > a:hover img {
  transform: scale(1.04) !important;
}

#carbon_content {
  background-color: #134611;
}
#carbon_content {
  background-color: #134611;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
#carbon_content .image {
  flex: 0 0 325px;
  float: left;
}
#carbon_content .image img {
  width: 100%;
}
#carbon_content .inner-content {
  color: #ffffff;
  flex: calc(100% - 355px);
  margin-left: 30px;
  float: left;
}
#carbon_content .inner-content h2 {
  color: #ffffff;
}

.carbon {
  margin-bottom: 45px;
}
.carbon img {
  float: left;
  margin-right: 15px;
}

/* Tenant Resources Page - Ryan March 23, 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 .nbc-btn {
  font-family: "AvantGardeGothicITCW01D 731075", sans-serif;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  display: block;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.8);
  border: 2px solid rgba(255, 255, 255, 0.8);
  padding: 15px;
  margin-top: 20px;
  transition: ease all 300ms;
}
.container.has-sidebar > .content-sidebar-wrap .nbc-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: 0.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: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-delay: calc(var(--animate-delay) * 0.1);
  animation-delay: calc(var(--animate-delay) * 0.1);
}
.animate__animated.animate__delay-custom-2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 0.2);
  animation-delay: calc(var(--animate-delay) * 0.2);
}
.animate__animated.animate__delay-custom-3 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 0.3);
  animation-delay: calc(var(--animate-delay) * 0.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;
  }
}
