@charset "UTF-8";
/*============================================================================
5 Park | by TomSiodlak.com
==============================================================================*/
/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Gotham Condensed';
  src: url("../fonts/GothamCondensed-Book.woff2") format("woff2"), url("../fonts/GothamCondensed-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("vfonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

body,
button,
input,
select,
optgroup,
textarea {
  font-family: 'Gotham', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  text-transform: uppercase; }
  @media (min-width: 1196px) {
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
      font-size: 17px; } }

strong, b {
  font-weight: 700; }

p {
  margin: 0;
  margin-bottom: 24px; }

dfn, cite, em, i {
  font-style: italic; }

.titleExtraSmall,
.titleSmall,
.titleMedium,
.titleLarge,
h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0 0 24px 0;
  font-weight: 400;
  color: #000; }

.titleExtraSmall, h4, h4.titleExtraSmall {
  font-size: 16px; }
  @media (min-width: 768px) {
    .titleExtraSmall, h4, h4.titleExtraSmall {
      font-size: 20px; } }

.titleSmall, h3, h3.titleSmall {
  font-size: 15px;
  margin: 0 0 20px 0;
  color: #d4de29;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 900; }

.titleMedium, h2, h2.titleMedium {
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 300; }
  @media (min-width: 768px) {
    .titleMedium, h2, h2.titleMedium {
      font-size: 60px;
      line-height: 60px; } }

.titleLarge, h1, h1.titleLarge {
  font-size: 35px;
  margin-bottom: 24px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 300; }
  @media (min-width: 768px) {
    .titleLarge, h1, h1.titleLarge {
      font-size: 80px;
      letter-spacing: 10px; } }

.large {
  font-size: 20px;
  line-height: 35px; }

.button {
  display: inline-block;
  border: 0;
  background: #d4de29;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 900;
  padding: 8px 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none; }
  .button:hover {
    background: #afb81c;
    text-decoration: none; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0; }

body {
  overflow-x: hidden; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  outline: none; }

img {
  height: auto;
  max-width: 100%; }

ul, ol {
  margin: 0 0 1.5em 3em; }
  ul.strip, ol.strip {
    margin: 0;
    padding: 0; }
    ul.strip li, ol.strip li {
      list-style: none;
      margin: 0;
      padding: 0; }
  ul li.last:last-child, ol li.last:last-child {
    margin-right: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
# Parts
--------------------------------------------------------------*/
/* ------------------------------------------------------------
-- Site Header
--------------------------------------------------------------*/
.site-header {
  position: relative;
  background: #000;
  padding: 30px 0; }
  .site-header .wrap {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 1196px) {
      .site-header .wrap {
        padding-top: 30px; } }
  .site-header .credits {
    width: 40%;
    text-align: center;
    display: none; }
    @media only screen and (min-width: 1140px) {
      .site-header .credits {
        display: block; } }
    .site-header .credits h3 {
      font-weight: 200;
      text-align: center;
      color: #fff;
      font-size: 11px;
      letter-spacing: 8px;
      margin: 30px 0 0 -10px; }
    .site-header .credits img {
      max-width: 350px; }
      .site-header .credits img:hover {
        opacity: 0.7; }
  .site-header .site-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 18%; }
    .site-header .site-branding a {
      display: block; }
      .site-header .site-branding a:hover {
        opacity: 0.7; }
    .site-header .site-branding img {
      max-width: 70px;
      display: block;
      margin: 0; }
      @media (min-width: 768px) {
        .site-header .site-branding img {
          max-width: 100px; } }
  .site-header .hamburger {
    position: absolute;
    z-index: 10;
    right: 30px;
    top: 0;
    font-size: 40px;
    color: #fff; }
    .site-header .hamburger:hover {
      opacity: 0.6; }
    @media only screen and (min-width: 1140px) {
      .site-header .hamburger {
        display: none; } }
  .site-header nav {
    position: absolute;
    right: 0;
    top: 0;
    display: none; }
    @media only screen and (min-width: 1140px) {
      .site-header nav {
        display: block; } }
    .site-header nav ul {
      margin: 0;
      padding: 0;
      display: inline-block; }
      .site-header nav ul.social-links {
        font-size: 21px;
        margin-left: 20px; }
      .site-header nav ul li {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: inline-block; }
        .site-header nav ul li:after {
          display: inline-block;
          content: '|';
          margin: 0 20px;
          color: #fff; }
        .site-header nav ul li:last-child:after {
          display: none; }
    .site-header nav a {
      color: #fff;
      text-decoration: none;
      display: inline-block;
      font-weight: 600; }
      .site-header nav a:hover, .site-header nav a.current {
        color: #11a0db; }
  .site-header .mission {
    width: 70%; }
    @media (min-width: 1196px) {
      .site-header .mission {
        width: 85%; } }
    .site-header .mission ul {
      border-left: 7px solid #11a0db;
      margin: 0;
      padding: 30px;
      line-height: 25px; }
      @media (min-width: 768px) {
        .site-header .mission ul {
          line-height: 30px; } }
      @media (min-width: 1196px) {
        .site-header .mission ul {
          border-left: 15px solid #11a0db;
          margin: 0 0 0 0;
          padding: 20px 0 20px 22px;
          line-height: 40px; } }
      @media (min-width: 768px) {
        .site-header .mission ul.leasing-header li.lineTwo {
          font-size: 26px;
          letter-spacing: 3px; } }
      @media (min-width: 1196px) {
        .site-header .mission ul.leasing-header li.lineTwo {
          font-size: 46px;
          letter-spacing: 7px; } }
      .site-header .mission ul li {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        .site-header .mission ul li.lineOne {
          color: #fff;
          font-size: 20px;
          letter-spacing: 3px;
          font-weight: 600;
          margin-bottom: 10px; }
          @media (min-width: 768px) {
            .site-header .mission ul li.lineOne {
              font-size: 30px;
              letter-spacing: 3px; } }
          @media (min-width: 1196px) {
            .site-header .mission ul li.lineOne {
              font-size: 28px;
              letter-spacing: 7px; } }
        .site-header .mission ul li.lineTwo {
          color: #11a0db;
          font-size: 17px;
          letter-spacing: 1px;
          font-weight: 600; }
          @media (min-width: 768px) {
            .site-header .mission ul li.lineTwo {
              font-size: 26px;
              letter-spacing: 3px; } }
          @media (min-width: 1196px) {
            .site-header .mission ul li.lineTwo {
              font-size: 28px;
              letter-spacing: 7px; } }
          .site-header .mission ul li.lineTwo a {
            color: #11a0db;
            text-decoration: none; }
            .site-header .mission ul li.lineTwo a:hover {
              text-decoration: underline; }
        .site-header .mission ul li.lineThree {
          color: #fff;
          font-size: 14px;
          letter-spacing: 2px;
          font-weight: 200; }
          @media (min-width: 768px) {
            .site-header .mission ul li.lineThree {
              font-size: 16px;
              letter-spacing: 4px; } }
          @media (min-width: 1196px) {
            .site-header .mission ul li.lineThree {
              font-size: 13px;
              letter-spacing: 9px; } }

.mobile {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  text-align: center;
  z-index: 999; }
  .mobile .close {
    position: absolute;
    z-index: 10;
    right: 30px;
    top: 30px;
    font-size: 40px;
    color: #fff; }
    .mobile .close:hover {
      opacity: 0.6; }
  .mobile .inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .mobile ul {
    margin: 0;
    padding: 0; }
    .mobile ul li {
      margin: 0 0 25px 0;
      padding: 0;
      list-style-type: none;
      display: block; }
  .mobile a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    font-size: 20px; }
    .mobile a:hover, .mobile a.current {
      color: #11a0db; }
  .mobile .social-links a {
    font-size: 30px; }

body.fixed {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%; }

/* ------------------------------------------------------------
-- Site Footer
--------------------------------------------------------------*/
.site-footer {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px; }
  .site-footer img {
    display: block;
    margin: auto;
    max-width: 90%; }
    @media (min-width: 1196px) {
      .site-footer img {
        max-width: 100%; } }
  .site-footer a:hover img {
    opacity: 0.7; }
  .site-footer h3 {
    color: #000;
    font-size: 21px;
    letter-spacing: 6px;
    font-weight: 200; }
    @media (min-width: 1196px) {
      .site-footer h3 {
        font-size: 11px;
        letter-spacing: 8px; } }
  .site-footer ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .site-footer ul li {
      margin: 0;
      padding: 0;
      list-style-type: none;
      width: 33.33%;
      display: inline-block;
      padding: 0 20px; }
      @media (min-width: 1196px) {
        .site-footer ul li {
          padding: 0; } }
    .site-footer ul img {
      display: block;
      margin: auto; }
      @media (min-width: 1196px) {
        .site-footer ul img {
          max-width: 80px; } }
  .site-footer .macken-logo {
    margin-bottom: 20px; }
    .site-footer .macken-logo img {
      margin: auto; }
      @media (min-width: 1196px) {
        .site-footer .macken-logo img {
          max-width: 350px; } }

body.index .site-footer,
body.home2 .site-footer {
  margin-top: 220px; }
  @media (min-width: 1196px) {
    body.index .site-footer,
    body.home2 .site-footer {
      margin-top: 150px; } }

/* ------------------------------------------------------------
-- Wrap
--------------------------------------------------------------*/
body {
  overflow-x: hidden; }

.wrap {
  padding: 0 30px;
  max-width: 1200px;
  margin: auto;
  overflow-x: hidden; }

/* ------------------------------------------------------------
-- Slider
--------------------------------------------------------------*/
.slick-slider {
  position: relative;
  overflow-x: hidden;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  @media (min-width: 1196px) {
    .slick-slider {
      overflow-x: visible; } }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

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

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 2; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-size: 60px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 1196px) {
    .slick-prev:before,
    .slick-next:before {
      color: black; } }

.slick-prev {
  left: 50px; }
  @media (min-width: 1196px) {
    .slick-prev {
      left: -60px; } }

[dir='rtl'] .slick-prev {
  right: 50px;
  left: auto; }

.slick-prev:before {
  content: '<'; }

[dir='rtl'] .slick-prev:before {
  content: '<'; }

.slick-next {
  right: 50px; }
  @media (min-width: 1196px) {
    .slick-next {
      right: -45px; } }

[dir='rtl'] .slick-next {
  right: auto;
  left: 50px; }

.slick-next:before {
  content: '>'; }

[dir='rtl'] .slick-next:before {
  content: '>'; }

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/* ------------------------------------------------------------
-- Home
--------------------------------------------------------------*/
.index .site-header {
  background: black;
  padding: 30px 0;
  width: 100%;
  z-index: 2; }
  @media only screen and (min-width: 1140px) {
    .index .site-header {
      position: absolute;
      background: rgba(0, 0, 0, 0.65); } }

/* ------------------------------------------------------------
-- Home > Slideshow
--------------------------------------------------------------*/
.slideshow {
  margin-bottom: 40px;
  max-width: 100%;
  margin: auto;
  margin-top: 0; }
  @media (min-width: 1196px) {
    .slideshow {
      margin-bottom: 0; } }
  .slideshow img {
    width: 100%; }

/* ------------------------------------------------------------
-- Home > Coming Soon
--------------------------------------------------------------*/
.coming-soon {
  margin-top: 30px; }
  @media (min-width: 1196px) {
    .coming-soon .wrap {
      padding: 0; } }
  .coming-soon header ul {
    line-height: 30px;
    position: relative; }
    @media (min-width: 1196px) {
      .coming-soon header ul {
        padding-left: 133px;
        line-height: 40px; } }
    .coming-soon header ul:before {
      display: block;
      content: '';
      background: url("../img/location.png") no-repeat;
      background-size: 40px;
      width: 40px;
      height: 70px;
      position: relative; }
      @media (min-width: 1196px) {
        .coming-soon header ul:before {
          background: url("../img/location.png") no-repeat;
          background-size: 90px;
          width: 90px;
          height: 130px;
          position: absolute;
          left: 28px;
          top: 0; } }
    .coming-soon header ul li {
      margin: 0 0 10px 0; }
      .coming-soon header ul li.lineOne {
        color: #11a0db;
        font-size: 26px;
        letter-spacing: 4px;
        font-weight: 600;
        margin-bottom: 20px; }
        @media (min-width: 1024px) {
          .coming-soon header ul li.lineOne {
            font-size: 28px;
            letter-spacing: 12px; } }
        @media (min-width: 1196px) {
          .coming-soon header ul li.lineOne {
            font-size: 36px;
            letter-spacing: 18px; } }
      .coming-soon header ul li.lineTwo {
        color: #000;
        font-size: 30px;
        letter-spacing: 5px;
        font-weight: 200; }
        @media (min-width: 768px) {
          .coming-soon header ul li.lineTwo {
            font-size: 40px;
            letter-spacing: 5px; } }
        @media (min-width: 1024px) {
          .coming-soon header ul li.lineTwo {
            font-size: 57px;
            letter-spacing: 7px; } }
        @media (min-width: 1196px) {
          .coming-soon header ul li.lineTwo {
            font-size: 80px;
            letter-spacing: 10px; } }
      .coming-soon header ul li.lineThree {
        color: #000;
        font-weight: 200;
        font-size: 15px;
        letter-spacing: 5.5px; }
        @media (min-width: 1024px) {
          .coming-soon header ul li.lineThree {
            font-size: 22px;
            letter-spacing: 12px; } }
        @media (min-width: 1196px) {
          .coming-soon header ul li.lineThree {
            font-size: 32px;
            letter-spacing: 16px; } }
  .coming-soon ul {
    margin: 0;
    padding: 0; }
    .coming-soon ul li {
      margin: 0;
      padding: 0;
      list-style-type: none; }

.location-home ul {
  margin: 0;
  padding: 0; }
  .location-home ul li {
    margin: 0;
    padding: 0;
    list-style-type: none; }

.location-home .address {
  padding-top: 30px;
  max-width: 400px;
  position: relative;
  padding-bottom: 20px;
  /*
		@include bp(custom) {
			margin-left: 90px;
			margin-top: -20px;
			border-left: 3px solid $pink;
			border-bottom: 3px solid $pink;
			padding-left: 30px;
			padding-bottom: 20px;	
			padding-top: 24px;
			padding-bottom: 10px;					
		}
		*/ }
  @media (min-width: 1196px) {
    .location-home .address {
      padding-left: 50px; } }
  .location-home .address ul {
    line-height: 34px; }
    @media (min-width: 1024px) {
      .location-home .address ul {
        line-height: 26px; } }
    @media (min-width: 1196px) {
      .location-home .address ul {
        line-height: 33px; } }
    .location-home .address ul li.lineOne {
      color: #11a0db;
      font-size: 26px;
      letter-spacing: 4px;
      font-weight: 600; }
      .location-home .address ul li.lineOne a {
        color: #11a0db;
        text-decoration: none; }
      @media (min-width: 1024px) {
        .location-home .address ul li.lineOne {
          font-size: 23px;
          letter-spacing: 6px; } }
      @media (min-width: 1196px) {
        .location-home .address ul li.lineOne {
          font-size: 36px;
          letter-spacing: 6px; } }
    .location-home .address ul li.lineTwo {
      color: #000;
      font-size: 22px;
      letter-spacing: 1px;
      font-weight: 600; }
      @media (min-width: 1024px) {
        .location-home .address ul li.lineTwo {
          font-size: 15px;
          letter-spacing: 1px; } }
      @media (min-width: 1196px) {
        .location-home .address ul li.lineTwo {
          font-size: 20px;
          letter-spacing: 1px; } }
    .location-home .address ul li.lineThree {
      color: #11a0db;
      font-size: 18px;
      letter-spacing: 4px;
      font-weight: 200; }
      @media (min-width: 1024px) {
        .location-home .address ul li.lineThree {
          font-size: 16px;
          letter-spacing: 1px; } }
      @media (min-width: 1196px) {
        .location-home .address ul li.lineThree {
          font-size: 19px;
          letter-spacing: 1px; } }

/* ------------------------------------------------------------
-- Home > Leasing
--------------------------------------------------------------*/
.leasing-home {
  position: relative;
  margin-bottom: 70px; }
  @media (min-width: 1196px) {
    .leasing-home:before {
      color: #d4de29;
      opacity: .25;
      display: block;
      content: 'LEASING INFO';
      margin: auto;
      text-align: center;
      font-weight: 200;
      font-size: 85px;
      top: -30px;
      position: absolute;
      left: 0;
      right: 0; } }
  .leasing-home .wrap {
    position: relative;
    z-index: 2; }
    @media (min-width: 1196px) {
      .leasing-home .wrap {
        padding-top: 30px;
        padding-left: 80px; } }
  .leasing-home h2 {
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 4px; }
    @media (min-width: 1024px) {
      .leasing-home h2 {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 2px;
        margin-bottom: 10px; } }
    @media (min-width: 1196px) {
      .leasing-home h2 {
        font-size: 23px; } }
  .leasing-home ul {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0px; }
    @media (min-width: 1024px) {
      .leasing-home ul {
        font-size: 15px;
        line-height: 23px;
        letter-spacing: 2px; } }
    @media (min-width: 1196px) {
      .leasing-home ul {
        font-size: 17px;
        line-height: 29px;
        letter-spacing: 2px; } }
    .leasing-home ul li {
      color: #000;
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .leasing-home ul li.name {
        color: #11a0db; }
        @media (min-width: 1024px) {
          .leasing-home ul li.name {
            font-size: 18px;
            letter-spacing: 5px; } }
        @media (min-width: 1196px) {
          .leasing-home ul li.name {
            font-size: 22px;
            letter-spacing: 5px; } }
      .leasing-home ul li a {
        color: #000;
        text-decoration: none; }
        .leasing-home ul li a:hover {
          text-decoration: underline; }

/* ------------------------------------------------------------
-- Home > Contact
--------------------------------------------------------------*/
.contact-form .wrap {
  position: relative;
  max-width: 670px;
  overflow-x: visible; }
  .contact-form .wrap:before {
    display: block;
    content: '';
    background: #6c4d9f;
    width: 84%;
    height: 100%;
    position: absolute;
    right: 0;
    top: -208px;
    min-height: 660px; }
    @media (min-width: 1196px) {
      .contact-form .wrap:before {
        min-height: 540px;
        width: 78%;
        top: -168px; } }
  .contact-form .wrap:after {
    display: block;
    content: '';
    width: 200px;
    height: 20px;
    position: absolute;
    bottom: -80px;
    left: 0;
    z-index: 2;
    background: #e94097; }
    @media (min-width: 1196px) {
      .contact-form .wrap:after {
        height: 15px;
        left: 80px;
        width: 190px; } }

.contact-form header {
  position: relative;
  z-index: 2; }
  .contact-form header h3 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #fff; }
  .contact-form header .icon {
    border: 2px solid #e94097;
    width: 110px;
    height: 110px;
    border-radius: 110px;
    margin: auto;
    background: #6c4d9f;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin-bottom: 20px; }
    @media (min-width: 1196px) {
      .contact-form header .icon {
        width: 75px;
        height: 75px;
        border-radius: 75px; } }
    .contact-form header .icon img {
      max-width: 40px; }
      @media (min-width: 1196px) {
        .contact-form header .icon img {
          max-width: 35px; } }
  .contact-form header:before {
    display: block;
    content: '';
    height: 2px;
    width: 100%;
    background: #e94097;
    top: 55px;
    position: absolute; }
    @media (min-width: 1196px) {
      .contact-form header:before {
        top: 40px; } }

.contact-form .form {
  position: relative;
  z-index: 2;
  max-width: 415px; }
  @media (min-width: 1196px) {
    .contact-form .form {
      left: 40px; } }
  .contact-form .form .field {
    margin-bottom: 15px; }
  .contact-form .form input[type="text"],
  .contact-form .form input[type="email"] {
    border-radius: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #e94097;
    background: #d4de29;
    display: block;
    border: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    letter-spacing: 2px; }
    @media (min-width: 1196px) {
      .contact-form .form input[type="text"],
      .contact-form .form input[type="email"] {
        letter-spacing: 6px;
        padding: 10px 30px;
        font-size: 15px; } }
    .contact-form .form input[type="text"]::-webkit-input-placeholder,
    .contact-form .form input[type="email"]::-webkit-input-placeholder {
      color: #e94097;
      opacity: 1; }
    .contact-form .form input[type="text"]:-ms-input-placeholder,
    .contact-form .form input[type="email"]:-ms-input-placeholder {
      color: #e94097;
      opacity: 1; }
    .contact-form .form input[type="text"]::-ms-input-placeholder,
    .contact-form .form input[type="email"]::-ms-input-placeholder {
      color: #e94097;
      opacity: 1; }
    .contact-form .form input[type="text"]::placeholder,
    .contact-form .form input[type="email"]::placeholder {
      color: #e94097;
      opacity: 1; }
    .contact-form .form input[type="text"]:-ms-input-placeholder,
    .contact-form .form input[type="email"]:-ms-input-placeholder {
      color: #e94097; }
    .contact-form .form input[type="text"]::-ms-input-placeholder,
    .contact-form .form input[type="email"]::-ms-input-placeholder {
      color: #e94097; }
  .contact-form .form .submit-button {
    text-align: center;
    margin-top: 40px; }
  .contact-form .form input[type="submit"] {
    border: 0;
    display: inline-block;
    color: #fff;
    background: #e94097;
    border-radius: 40px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    margin: auto;
    padding: 10px 35px;
    -moz-appearance: none;
    -webkit-appearance: none; }
    @media (min-width: 1196px) {
      .contact-form .form input[type="submit"] {
        font-size: 18px;
        padding: 10px 30px; } }

.disclaimer {
  font-size: 11px;
  text-transform: none;
  color: #88898a;
  margin-bottom: 20px; }

/* ------------------------------------------------------------
-- Home2
--------------------------------------------------------------*/
.home2 .site-header {
  position: absolute;
  background: rgba(0, 0, 0, 0.85);
  padding: 30px 0;
  width: 100%;
  z-index: 2; }

/* ------------------------------------------------------------
-- Home2 > Slideshow
--------------------------------------------------------------*/
.slideshow-2 {
  margin-bottom: 40px;
  max-width: 100%;
  margin: auto;
  margin-top: 0; }
  @media (min-width: 1196px) {
    .slideshow-2 {
      margin-bottom: 0; } }

/* ------------------------------------------------------------
-- About
--------------------------------------------------------------*/
.about-main {
  margin: 30px 0 0 0; }
  @media (min-width: 1196px) {
    .about-main .columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 1196px) {
    .about-main .icon-row {
      width: 18%; } }
  .about-main .icon-row img {
    max-width: 90px; }
    @media (min-width: 768px) {
      .about-main .icon-row img {
        max-width: 160px; } }
  .about-main .line-row {
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 12px; }
    @media (min-width: 768px) {
      .about-main .line-row {
        letter-spacing: 11px;
        font-size: 20px; } }
    @media (min-width: 1024px) {
      .about-main .line-row {
        width: 82%; } }
    @media (min-width: 1196px) {
      .about-main .line-row {
        font-size: 24px; } }
    .about-main .line-row:after {
      display: block;
      max-width: 310px;
      height: 60px;
      background: #fff;
      border-right: 2px solid #e94097;
      border-top: 2px solid #e94097;
      content: ''; }
      @media (min-width: 768px) {
        .about-main .line-row:after {
          max-width: 480px; } }
    .about-main .line-row .inner {
      padding-top: 40px;
      padding-bottom: 40px;
      padding-left: 30px;
      border-left: 2px solid #e94097; }
  .about-main .image-row {
    position: relative;
    margin-bottom: 60px; }
    .about-main .image-row .content {
      position: absolute;
      max-width: 310px;
      top: 90px;
      right: -30px; }
      @media (min-width: 768px) {
        .about-main .image-row .content {
          max-width: 480px;
          right: auto; } }
      .about-main .image-row .content:after {
        display: block;
        content: '';
        width: 200px;
        height: 110px;
        border-left: 2px solid #e94097;
        position: relative;
        bottom: 0;
        left: 60px; }
        @media (min-width: 768px) {
          .about-main .image-row .content:after {
            height: 110px;
            border-bottom: 2px solid #e94097; } }
      .about-main .image-row .content .inner {
        background: #3cc4e5;
        padding: 30px;
        color: #fff;
        text-align: center;
        text-transform: none;
        font-weight: 400;
        position: relative; }
    .about-main .image-row .image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (min-width: 768px) {
        .about-main .image-row .image {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
    .about-main .image-row img {
      max-width: 370px; }
      @media (min-width: 768px) {
        .about-main .image-row img {
          max-width: 840px; } }
  .about-main .lifestyle-row {
    position: relative;
    margin-top: 250px; }
    @media (min-width: 768px) {
      .about-main .lifestyle-row {
        margin-top: 0; } }
    .about-main .lifestyle-row .inner {
      background: #e94097;
      padding: 30px;
      color: #fff;
      text-align: center;
      text-transform: none;
      font-weight: 400;
      max-width: 790px;
      margin: auto; }
      .about-main .lifestyle-row .inner p {
        margin-bottom: 30px; }
    .about-main .lifestyle-row .titleLarge {
      color: #6c4d9f; }
      @media (min-width: 768px) {
        .about-main .lifestyle-row .titleLarge {
          margin-left: -566px; } }
  .about-main .single-image-row img {
    display: block;
    width: 100%; }
  .about-main .after-image-row {
    font-weight: 400;
    text-transform: none;
    padding: 60px 30px 0 30px;
    text-align: center; }
    .about-main .after-image-row:after {
      content: '';
      display: block;
      margin-top: 60px;
      max-width: 400px;
      height: 20px;
      background: #e94097;
      margin-left: -140px; }
      @media (min-width: 768px) {
        .about-main .after-image-row:after {
          margin-left: 0s; } }
    .about-main .after-image-row ul {
      margin: 0;
      padding: 0;
      -webkit-columns: 1;
              columns: 1;
      text-align: left; }
      @media (min-width: 768px) {
        .about-main .after-image-row ul {
          -webkit-columns: 2;
                  columns: 2;
          padding: 0 40px; } }
      .about-main .after-image-row ul li {
        list-style-type: none;
        margin: 0;
        padding: 0;
        position: relative;
        padding-left: 20px; }
        .about-main .after-image-row ul li:before {
          content: '+';
          color: #3cc4e5;
          position: absolute;
          left: 0; }

/* ------------------------------------------------------------
-- Contact
--------------------------------------------------------------*/
.contact-main {
  margin: 60px 0 110px 0; }
  .contact-main .titleMedium {
    font-size: 28px; }
    @media (min-width: 1196px) {
      .contact-main .titleMedium {
        font-size: 43px;
        line-height: 60px; } }
  .contact-main .contact-form {
    background: #6c4d9f;
    padding: 20px;
    height: 100%; }
    .contact-main .contact-form .form {
      left: auto;
      right: auto;
      margin: auto; }
    .contact-main .contact-form .titleMedium {
      text-align: center;
      margin-left: 0;
      margin-top: 8px;
      margin-bottom: 30px; }
    .contact-main .contact-form .wrap:before {
      display: none; }
    .contact-main .contact-form header:before {
      display: none; }
    .contact-main .contact-form .wrap:after {
      display: none; }
      @media (min-width: 1196px) {
        .contact-main .contact-form .wrap:after {
          left: -40px;
          display: block; } }
  .contact-main .wrap {
    overflow-x: visible; }
  .contact-main .inner {
    background: #000;
    color: #d3de26;
    padding: 20px;
    max-width: 500px; }
    @media (min-width: 768px) {
      .contact-main .inner {
        padding: 30px 60px 60px 60px; } }
  .contact-main .titleLarge,
  .contact-main .titleMedium {
    color: #d3de26;
    text-align: right; }
  .contact-main img {
    max-width: 100px;
    display: block;
    margin-top: 10px; }
  .contact-main ul {
    margin: 0 0 30px 0;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase; }
    .contact-main ul li {
      color: #d3de26;
      list-style-type: none;
      margin: 0 0 3px 0;
      padding: 0;
      font-size: 12px; }
      @media (min-width: 1196px) {
        .contact-main ul li {
          font-size: 16px; } }
      .contact-main ul li.name {
        color: #e94097;
        text-transform: uppercase;
        font-size: 16px; }
        @media (min-width: 1196px) {
          .contact-main ul li.name {
            font-size: 20px;
            letter-spacing: 5px; } }
      .contact-main ul li a {
        color: #d3de26;
        text-decoration: none; }
        .contact-main ul li a:hover {
          text-decoration: underline; }
  @media (min-width: 1196px) {
    .contact-main .columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 1196px) {
    .contact-main .columns .content,
    .contact-main .columns .form-side {
      width: 50%; } }
  .contact-main .columns .content {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .contact-main .columns .content {
        margin-bottom: 0; } }

/* ------------------------------------------------------------
-- Leasing
--------------------------------------------------------------*/
.leasing-main {
  margin: 30px 0 0 0; }
  .leasing-main .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .leasing-main .leasing-package {
    max-width: 320px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 10px;
    z-index: 10; }
    @media (min-width: 1196px) {
      .leasing-main .leasing-package {
        position: absolute;
        top: -160px;
        right: 10px;
        margin: 0;
        max-width: 400px; } }
    .leasing-main .leasing-package a {
      display: block; }
      .leasing-main .leasing-package a:hover {
        opacity: 0.7; }
  .leasing-main .icon-row {
    width: 35%; }
    @media (min-width: 1196px) {
      .leasing-main .icon-row {
        width: 18%; } }
    .leasing-main .icon-row img {
      max-width: 110px; }
      @media (min-width: 768px) {
        .leasing-main .icon-row img {
          max-width: 160px; } }
  .leasing-main .line-row {
    font-weight: 600;
    letter-spacing: 11px;
    font-size: 20px;
    width: 65%; }
    @media (min-width: 1196px) {
      .leasing-main .line-row {
        width: 82%; } }
    .leasing-main .line-row:after {
      display: block;
      max-width: 190px;
      height: 40px;
      background: #fff;
      border-right: 2px solid #e94097;
      border-top: 2px solid #e94097;
      content: ''; }
      @media (min-width: 768px) {
        .leasing-main .line-row:after {
          max-width: 520px;
          height: 60px; } }
    .leasing-main .line-row .inner {
      padding-top: 40px;
      padding-bottom: 10px;
      padding-left: 30px;
      border-left: 2px solid #e94097; }
      @media (min-width: 768px) {
        .leasing-main .line-row .inner {
          padding-bottom: 40px; } }
  .leasing-main .map-row img {
    display: block; }
  .leasing-main .location-row {
    position: relative; }
    @media (min-width: 768px) {
      .leasing-main .location-row {
        margin-top: -20px; } }
    .leasing-main .location-row .map {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      z-index: 1; }
      @media (min-width: 768px) {
        .leasing-main .location-row .map {
          margin-top: 60px; } }
      .leasing-main .location-row .map .image {
        width: 60%; }
      .leasing-main .location-row .map img {
        border: 10px solid #6c4d9f; }
      .leasing-main .location-row .map .color-bar {
        width: 40%;
        padding-left: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .leasing-main .location-row .map .color-bar span {
          height: 20px;
          width: 100%;
          position: relative;
          display: block;
          background: #6c4d9f; }
          @media (min-width: 768px) {
            .leasing-main .location-row .map .color-bar span {
              top: 60px; } }
    .leasing-main .location-row .inner-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-top: -100px; }
      @media (min-width: 768px) {
        .leasing-main .location-row .inner-wrap {
          margin-top: -452px; } }
    .leasing-main .location-row .inner {
      background: #d3de26;
      text-transform: none;
      padding: 20px;
      font-weight: 400;
      color: #000;
      max-width: 712px;
      padding-top: 140px;
      width: 100%;
      padding-right: 0;
      padding-bottom: 60px; }
      @media (min-width: 768px) {
        .leasing-main .location-row .inner {
          padding: 60px;
          padding-top: 490px;
          padding-bottom: 120px; } }
      .leasing-main .location-row .inner .titleLarge {
        color: #6c4d9f; }
        @media (min-width: 768px) {
          .leasing-main .location-row .inner .titleLarge {
            position: absolute;
            bottom: 20px;
            right: -16px; } }
      .leasing-main .location-row .inner ul {
        margin: 0 0 30px 0;
        padding: 0;
        position: relative; }
        @media (min-width: 768px) {
          .leasing-main .location-row .inner ul {
            margin: 0; } }
        @media (min-width: 768px) {
          .leasing-main .location-row .inner ul:after {
            display: block;
            content: '';
            max-width: 170px;
            width: 100%;
            border-top: 2px solid #6c4d9f;
            border-left: 2px solid #6c4d9f;
            position: absolute;
            left: -229px;
            height: 330px;
            top: 0; } }
        .leasing-main .location-row .inner ul li {
          list-style-type: none;
          padding: 0 0 0 30px;
          position: relative;
          margin: 0 0 5px 0; }
          .leasing-main .location-row .inner ul li:before {
            left: 0;
            border: solid transparent;
            content: " ";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 7px 0 7px 12px;
            border-color: transparent transparent transparent #6c4d9f;
            position: absolute;
            top: 8px; }

.leasing-contact {
  background: #000;
  color: #d3de26;
  padding: 20px 0; }
  @media (min-width: 768px) {
    .leasing-contact {
      padding: 60px; } }
  .leasing-contact .leasing-package {
    margin-bottom: 120px; }
  .leasing-contact .wrap {
    overflow-x: visible; }
  .leasing-contact .inner {
    position: relative; }
    @media (min-width: 768px) {
      .leasing-contact .inner {
        margin-top: -138px; } }
  .leasing-contact .titleLarge,
  .leasing-contact .titleMedium {
    color: #fff;
    text-align: right; }
  .leasing-contact img {
    max-width: 230px;
    display: block;
    position: absolute;
    right: 0;
    bottom: -200px; }
    @media (min-width: 768px) {
      .leasing-contact img {
        bottom: -280px;
        max-width: 400px; } }
  .leasing-contact ul {
    margin: 0 0 30px 0;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0px; }
    @media (min-width: 1196px) {
      .leasing-contact ul {
        font-size: 18px;
        line-height: 23px;
        letter-spacing: 2px; } }
    .leasing-contact ul li {
      color: #d3de26;
      list-style-type: none;
      margin: 0 0 3px 0;
      padding: 0; }
      .leasing-contact ul li.name {
        color: #e94097; }
        @media (min-width: 1196px) {
          .leasing-contact ul li.name {
            font-size: 20px;
            letter-spacing: 5px; } }
      .leasing-contact ul li a {
        color: #d3de26;
        text-decoration: none; }
        .leasing-contact ul li a:hover {
          text-decoration: underline; }

/* ------------------------------------------------------------
-- Location
--------------------------------------------------------------*/
.location-main .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.location-main .icon-row {
  padding-top: 30px; }
  .location-main .icon-row img {
    max-width: 70px; }
    @media (min-width: 768px) {
      .location-main .icon-row img {
        max-width: 90px; } }

.location-main .line-row {
  font-weight: 600;
  letter-spacing: 11px;
  font-size: 20px;
  padding-left: 34px;
  position: relative; }
  @media (min-width: 768px) {
    .location-main .line-row {
      padding-left: 34px; } }
  @media (min-width: 768px) {
    .location-main .line-row:after {
      display: block;
      max-width: 200px;
      height: 50%;
      background: #fff;
      border-right: 2px solid #e94097;
      border-bottom: 2px solid #e94097;
      content: '';
      position: absolute;
      width: 100%;
      right: 0;
      bottom: 50%;
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%); } }
  @media (min-width: 1196px) {
    .location-main .line-row:after {
      max-width: 390px; } }
  .location-main .line-row .inner {
    padding-top: 37px;
    padding-bottom: 20px;
    padding-right: 30px; }

.location-main .address {
  padding-top: 30px;
  max-width: 400px;
  position: relative;
  padding-bottom: 20px; }
  .location-main .address ul {
    margin: 0;
    padding: 0; }
    .location-main .address ul li {
      margin: 0;
      padding: 0;
      list-style-type: none; }
  .location-main .address ul {
    line-height: 34px; }
    @media (min-width: 1024px) {
      .location-main .address ul {
        line-height: 30px; } }
    @media (min-width: 1196px) {
      .location-main .address ul {
        line-height: 41px; } }
    .location-main .address ul li.lineOne {
      color: #11a0db;
      font-size: 26px;
      letter-spacing: 4px;
      font-weight: 600; }
      .location-main .address ul li.lineOne a {
        color: #11a0db;
        text-decoration: none; }
      @media (min-width: 1024px) {
        .location-main .address ul li.lineOne {
          font-size: 30px;
          letter-spacing: 6px; } }
      @media (min-width: 1196px) {
        .location-main .address ul li.lineOne {
          font-size: 46px;
          letter-spacing: 6px; } }
    .location-main .address ul li.lineTwo {
      color: #000;
      font-size: 22px;
      letter-spacing: 1px;
      font-weight: 600; }
      @media (min-width: 1024px) {
        .location-main .address ul li.lineTwo {
          font-size: 22px;
          letter-spacing: 2px; } }
      @media (min-width: 1024px) {
        .location-main .address ul li.lineTwo {
          font-size: 25px;
          letter-spacing: 2px;
          margin-bottom: -10px; } }
    .location-main .address ul li.lineThree {
      color: #11a0db;
      font-size: 15px;
      letter-spacing: 4px;
      font-weight: 200; }
      @media (min-width: 1196px) {
        .location-main .address ul li.lineThree {
          font-size: 20px;
          letter-spacing: 5px; } }

.location-slideshow {
  margin-top: 30px; }

.location-downtown .inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -154px; }

.location-downtown .downtown-row {
  margin-bottom: 70px; }
  .location-downtown .downtown-row .title-wrap .titleLarge {
    color: #3cc4e5;
    display: block;
    padding: 30px 0;
    line-height: 70px;
    position: relative;
    text-align: center; }
    @media (min-width: 768px) {
      .location-downtown .downtown-row .title-wrap .titleLarge {
        text-align: left; } }
    @media (min-width: 768px) {
      .location-downtown .downtown-row .title-wrap .titleLarge:after {
        content: '';
        height: 20px;
        background: #e94097;
        width: 100%;
        display: block;
        max-width: 500px;
        position: absolute;
        right: -30px;
        top: 50px; } }
  .location-downtown .downtown-row .inner {
    background: #6c4d9f;
    text-transform: none;
    padding: 20px;
    font-weight: 400;
    color: #fff;
    max-width: 712px;
    padding-top: 120px;
    width: 100%;
    padding-bottom: 60px; }
    .location-downtown .downtown-row .inner ul {
      margin: 0;
      padding: 0;
      position: relative; }
      .location-downtown .downtown-row .inner ul:after {
        display: block;
        content: '';
        max-width: 170px;
        width: 100%;
        border-top: 2px solid #6c4d9f;
        border-bottom: 2px solid #6c4d9f;
        border-left: 2px solid #6c4d9f;
        position: absolute;
        left: -229px;
        height: 700px;
        top: 0; }
      .location-downtown .downtown-row .inner ul li {
        list-style-type: none;
        padding: 0 0 0 30px;
        position: relative;
        margin: 0 0 5px 0; }
        .location-downtown .downtown-row .inner ul li:before {
          left: 0;
          border: solid transparent;
          content: " ";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 7px 0 7px 12px;
          border-color: transparent transparent transparent #e94097;
          position: absolute;
          top: 8px; }

.location-downtown .location-row .title-wrap {
  margin-bottom: 50px; }

.location-downtown .location-row .titleLarge {
  color: #6c4d9f; }
  @media (min-width: 768px) {
    .location-downtown .location-row .titleLarge {
      padding-left: 260px; } }

.location-downtown .location-row img {
  display: block;
  margin: auto;
  position: relative;
  max-width: 100%;
  border: 10px solid #6c4d9f; }
  @media (min-width: 768px) {
    .location-downtown .location-row img {
      left: 60px;
      max-width: 570px; } }

.location-slideshow .wrap {
  overflow-x: visible; }

/* ------------------------------------------------------------
-- News
--------------------------------------------------------------*/
.news-main {
  margin: 30px 0 0 0; }
  .news-main .icon-row img {
    max-width: 160px; }
  .news-main .line-row {
    font-weight: 600;
    letter-spacing: 11px;
    font-size: 20px;
    padding-left: 30px; }
    @media (min-width: 1196px) {
      .news-main .line-row {
        font-size: 24px; } }
    .news-main .line-row:after {
      display: block;
      max-width: 290px;
      height: 60px;
      background: #fff;
      border-right: 2px solid #e94097;
      border-top: 2px solid #e94097;
      content: ''; }
      @media (min-width: 768px) {
        .news-main .line-row:after {
          max-width: 410px; } }
    .news-main .line-row .inner {
      padding-top: 40px;
      padding-bottom: 40px;
      padding-left: 30px;
      border-left: 2px solid #e94097; }
  .news-main .press-articles .inner {
    background: #000;
    color: #d3de26;
    padding: 30px 60px;
    max-width: 500px; }
  .news-main .press-articles a {
    color: #d3de26;
    text-decoration: none;
    font-weight: 400;
    text-transform: none; }
    .news-main .press-articles a:hover {
      text-decoration: underline; }
  .news-main .press-articles ul {
    margin: 0;
    padding: 0; }
    .news-main .press-articles ul li {
      list-style-type: none;
      padding: 0 0 0 30px;
      position: relative;
      margin: 0 0 5px 0;
      line-height: 26px; }
      .news-main .press-articles ul li:before {
        left: 0;
        border: solid transparent;
        content: " ";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 0 7px 12px;
        border-color: transparent transparent transparent #e94097;
        position: absolute;
        top: 7px; }

.news-single {
  padding: 70px 0; }
  .news-single .wrap {
    max-width: 900px;
    margin: auto; }
  .news-single .view-all {
    font-weight: 600;
    text-transform: uppercase;
    color: #3cc4e5;
    text-decoration: none;
    margin-bottom: 20px;
    display: inline-block; }
  .news-single .titleNews {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 20px; }
  .news-single .main-content {
    text-transform: none; }
    .news-single .main-content a {
      color: #3cc4e5; }
  .news-single .mackencompanies {
    font-size: 14px;
    line-height: 20px; }
    .news-single .mackencompanies p {
      margin-bottom: 10px; }
  .news-single header {
    text-align: center; }
  .news-single .titleNews {
    font-weight: 600;
    text-align: center; }
  .news-single .titleNews {
    text-transform: none; }

/* ------------------------------------------------------------
-- Team
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .logo-mobile {
    display: none; } }

.logo-desktop {
  display: none; }
  @media (min-width: 768px) {
    .logo-desktop {
      display: block; } }

.bio {
  text-transform: none;
  font-weight: 400;
  text-align: justify;
  text-align-last: center;
  line-height: 20px;
  display: none; }
  @media (min-width: 768px) {
    .bio {
      display: block !important; } }
  .bio a {
    color: #000;
    text-decoration: underline; }

.read-bio {
  color: #000;
  text-align: center;
  display: inline-block;
  border: 2px solid #000;
  padding: 2px 15px;
  text-decoration: none;
  font-weight: 600; }
  @media (min-width: 768px) {
    .read-bio {
      display: none; } }

.team-architect .read-bio {
  color: #fff;
  border: 2px solid #fff; }

.team-developer {
  margin-top: 50px; }
  .team-developer .titleMedium {
    color: #3cc4e5; }
  .team-developer .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .team-developer .content {
    width: 70%; }
    .team-developer .content .inner {
      border-left: 2px solid #e94097;
      border-bottom: 2px solid #e94097;
      padding-left: 30px;
      padding-bottom: 10px; }
  .team-developer .logo {
    max-width: 600px;
    padding-left: 30px;
    padding-bottom: 30px; }
  .team-developer .icon {
    width: 30%; }
    .team-developer .icon img {
      max-width: 70px;
      display: block;
      margin: auto; }
      @media (min-width: 768px) {
        .team-developer .icon img {
          max-width: 160px; } }

.team-alan {
  margin-bottom: 80px; }
  @media (min-width: 768px) {
    .team-alan {
      margin-bottom: 0; } }
  .team-alan .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    overflow-y: hidden; }
    .team-alan .wrap:after {
      position: absolute;
      right: 30px;
      top: -42px;
      width: 100%;
      height: 360px;
      max-width: 350px;
      display: block;
      content: '';
      border-right: 2px solid #e94097;
      border-bottom: 2px solid #e94097; }
      @media (min-width: 768px) {
        .team-alan .wrap:after {
          height: 260px; } }
  .team-alan .inner-wrap {
    width: 100%;
    max-width: 600px; }
    @media (min-width: 768px) {
      .team-alan .inner-wrap {
        margin-top: 40px; } }
  .team-alan .content {
    position: relative;
    z-index: 2;
    padding-top: 40px; }
    @media (min-width: 768px) {
      .team-alan .content {
        padding-top: 0; } }
    .team-alan .content .lineOne {
      font-size: 20px;
      font-weight: 600;
      letter-spacing: 7px;
      text-transform: uppercase;
      color: #e94097; }
      @media (min-width: 768px) {
        .team-alan .content .lineOne {
          font-size: 20px;
          letter-spacing: 10px; } }
    .team-alan .content .lineTwo {
      font-size: 17px;
      font-weight: 600;
      letter-spacing: 7px;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .team-alan .content .lineTwo {
          font-size: 20px;
          letter-spacing: 10px; } }
  .team-alan .image {
    max-width: 240px;
    position: relative; }
    .team-alan .image img {
      position: relative;
      z-index: 2; }
    .team-alan .image:after {
      position: absolute;
      left: -130px;
      top: -80px;
      width: 100%;
      height: 330px;
      background: #3cc4e5;
      display: block;
      content: ''; }
      @media (min-width: 768px) {
        .team-alan .image:after {
          height: 500px; } }

.team-double {
  position: relative;
  z-index: 3;
  margin-top: 40px; }
  @media (min-width: 768px) {
    .team-double {
      margin-top: -70px; } }
  .team-double .wrap {
    overflow: visible; }
    @media (min-width: 768px) {
      .team-double .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  @media (min-width: 768px) {
    .team-double .team-leasing {
      width: 53%; } }
  .team-double .team-leasing .bio {
    margin: auto; }
    @media (min-width: 768px) {
      .team-double .team-leasing .bio {
        max-width: 400px; } }
  .team-double .team-leasing .logo-mobile {
    margin-bottom: 30px; }
  .team-double .team-leasing .titleMedium {
    margin-top: -55px;
    color: #6c4d9f; }
    @media (min-width: 768px) {
      .team-double .team-leasing .titleMedium {
        margin-top: 0;
        color: #d3de26; } }
  .team-double .team-leasing ul {
    margin: 0 0 30px 0;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: uppercase; }
    .team-double .team-leasing ul li {
      color: #d3de26;
      list-style-type: none;
      margin: 0 0 3px 0;
      text-align: center;
      padding: 0; }
      .team-double .team-leasing ul li.name {
        color: #e94097;
        text-transform: uppercase; }
        @media (min-width: 1196px) {
          .team-double .team-leasing ul li.name {
            font-size: 20px;
            letter-spacing: 5px; } }
      .team-double .team-leasing ul li a {
        color: #d3de26;
        text-decoration: none; }
        .team-double .team-leasing ul li a:hover {
          text-decoration: underline; }
  .team-double .team-leasing:after {
    display: block;
    content: '';
    position: relative;
    width: 2px;
    height: 60px;
    margin: auto;
    background: #3cc4e5; }
    @media (min-width: 768px) {
      .team-double .team-leasing:after {
        width: 150px;
        height: 90px;
        left: 40px;
        height: 160px;
        border-left: 2px solid #3cc4e5;
        border-bottom: 2px solid #3cc4e5;
        background: transparent;
        margin: 0; } }
  .team-double .team-leasing .inner {
    background: #6c4d9f;
    padding: 30px;
    color: #fff; }
    @media (min-width: 768px) {
      .team-double .team-leasing .inner {
        padding-right: 80px; } }
  .team-double .team-leasing .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .team-double .team-leasing img {
    max-width: 100px;
    display: block;
    margin-top: 10px; }
  .team-double .team-architect {
    padding-top: 30px; }
    @media (min-width: 768px) {
      .team-double .team-architect {
        width: 47%;
        padding-right: 20px;
        padding-top: 210px; } }
    .team-double .team-architect .bio {
      margin: auto; }
      @media (min-width: 768px) {
        .team-double .team-architect .bio {
          max-width: 400px; } }
    .team-double .team-architect .inner {
      padding: 30px 40px;
      background: #000;
      color: #fff;
      position: relative; }
    .team-double .team-architect .titleMedium {
      margin-left: 40px;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .team-double .team-architect .titleMedium {
          margin-left: 0;
          margin-bottom: 20px; } }
    .team-double .team-architect .inner-wrap:after {
      display: block;
      content: '';
      width: 2px;
      height: 60px;
      margin: auto;
      background: #e94097; }
      @media (min-width: 768px) {
        .team-double .team-architect .inner-wrap:after {
          display: none; } }
    @media (min-width: 768px) {
      .team-double .team-architect .inner-wrap {
        margin-left: -70px; } }
    .team-double .team-architect img {
      max-width: 150px;
      display: block;
      margin-top: 10px;
      margin-bottom: 30px; }

.team-double-2 {
  position: relative;
  z-index: 3;
  margin-top: 40px; }
  @media (min-width: 768px) {
    .team-double-2 {
      margin-top: -50px; } }
  @media (min-width: 768px) {
    .team-double-2 .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .team-double-2 .team-left {
    padding-top: 30px;
    position: relative;
    z-index: 10;
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .team-double-2 .team-left {
        width: 47%;
        padding-left: 20px;
        padding-top: 210px;
        margin-bottom: 0; } }
    .team-double-2 .team-left:after {
      display: block;
      content: '';
      position: relative;
      width: 2px;
      height: 60px;
      margin: auto;
      background: #3cc4e5; }
      @media (min-width: 768px) {
        .team-double-2 .team-left:after {
          display: none; } }
    .team-double-2 .team-left .titleMedium {
      margin-top: -55px;
      color: #e94097; }
      .team-double-2 .team-left .titleMedium span {
        display: block;
        position: relative;
        left: 50px;
        color: #6c4d9f; }
    .team-double-2 .team-left img {
      max-width: 200px;
      display: block;
      margin-bottom: 30px; }
    .team-double-2 .team-left .bio {
      margin: auto; }
      @media (min-width: 768px) {
        .team-double-2 .team-left .bio {
          max-width: 400px; } }
    .team-double-2 .team-left .inner {
      padding: 30px 40px;
      background: #d3de26;
      position: relative; }
  @media (min-width: 768px) {
    .team-double-2 .team-right {
      width: 53%; } }
  .team-double-2 .team-right .bio {
    margin: auto; }
    @media (min-width: 768px) {
      .team-double-2 .team-right .bio {
        max-width: 400px; } }
  .team-double-2 .team-right .inner {
    background: #d3de26;
    padding: 30px;
    position: relative; }
  .team-double-2 .team-right .inner-wrap:after {
    display: block;
    content: '';
    width: 2px;
    height: 60px;
    margin: auto;
    background: #e94097; }
    @media (min-width: 768px) {
      .team-double-2 .team-right .inner-wrap:after {
        display: none; } }
  @media (min-width: 768px) {
    .team-double-2 .team-right .inner-wrap {
      margin-left: -70px; } }
  .team-double-2 .team-right .titleMedium {
    color: #6c4d9f;
    margin-top: -55px; }
    @media (min-width: 768px) {
      .team-double-2 .team-right .titleMedium {
        position: absolute;
        margin-top: 0; } }
    @media (min-width: 768px) {
      .team-double-2 .team-right .titleMedium {
        left: -215px;
        top: 23px; } }
    .team-double-2 .team-right .titleMedium span {
      display: block;
      position: relative;
      color: #e94097; }
      @media (min-width: 768px) {
        .team-double-2 .team-right .titleMedium span {
          left: 240px; } }
  .team-double-2 .team-right .logo {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 30px; }
  .team-double-2 .team-right img {
    max-width: 100px;
    display: block; }
  .team-double-2 .team-right img {
    max-width: 150px;
    display: block;
    margin-top: 10px;
    margin-bottom: 30px; }

@media (min-width: 768px) {
  .team-landscape-architect {
    margin-top: -50px; } }

.team-landscape-architect .titleMedium {
  position: absolute;
  left: -215px;
  top: 23px;
  color: #6c4d9f; }
  .team-landscape-architect .titleMedium span {
    display: block;
    position: relative;
    left: 240px;
    color: #e94097; }

.team-landscape-architect .inner {
  max-width: 700px;
  background: #d3de26;
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  min-height: 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.team-landscape-architect .logo {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px; }

.team-landscape-architect img {
  max-width: 100px;
  display: block; }

.team-landscape-architect .inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .team-landscape-architect .inner-wrap:after {
    display: block;
    content: '';
    position: relative;
    width: 2px;
    height: 60px;
    margin: auto;
    background: #d4de29; }
    @media (min-width: 768px) {
      .team-landscape-architect .inner-wrap:after {
        right: 40px;
        width: 440px;
        height: 160px;
        border-right: 2px solid #d4de29;
        border-bottom: 2px solid #d4de29;
        background: transparent;
        margin: 0; } }

.team-general-contractor {
  position: relative;
  z-index: 2; }
  .team-general-contractor .wrap {
    overflow: visible; }
  @media (min-width: 768px) {
    .team-general-contractor {
      margin-top: -180px; } }
  .team-general-contractor .titleMedium {
    margin-top: -55px;
    color: #e94097; }
    .team-general-contractor .titleMedium span {
      display: block;
      position: relative;
      left: 50px;
      color: #6c4d9f; }
  .team-general-contractor .inner {
    max-width: 700px;
    background: #d3de26;
    padding: 30px;
    width: 100%; }
  .team-general-contractor img {
    max-width: 200px;
    display: block;
    margin-left: 60px;
    margin-bottom: 30px; }
