/*
Theme Name: Berinda
Theme URI: https://berinda.com/
Author: eJeeban Web Design Company
Author URI: https://www.ejeeban.com/
Description: Customized theme for Berinda Website.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, light, one-column, flexible-width, custom-header, custom-menu, featured-images, post-formats, sticky-post
Text Domain: berinda-ejeeban
*/



/*  --------------------------------------------------
    Fonts
    -------------------------------------------------- */
@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-Light.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-BoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
}


/*  --------------------------------------------------
    Generic CSS Setup
    -------------------------------------------------- */
*,
*:after,
*:before{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
:root{
    --black: rgba(31, 31, 30, 1);
    --white: rgba(255, 255, 255, 1);
    --beige: rgba(239, 172, 131, 1);
    --red: rgba(159, 21, 21, 1);
    --yellow: rgba(209, 197, 4, 1);
    --bgwhite: rgba(231, 225, 216, 1);
    --bgyellow: rgba(207, 190, 171, 1);
    --border-light-grey: 1px solid rgba(17, 21, 23, 0.2);
    --border-black: 1px solid rgba(32, 39, 51, 1);
    --border-white: 1px solid rgba(255, 255, 255, 0.2);
    --border-double-white: 3px double rgba(255, 255, 255, 0.2);
    --default-font: "Satoshi", sans-serif;
    --heading-font: "Playfair Display", serif;
    --space100: 100px;
    --space125: 125px;
    --space50: 50px;
    --space30: 30px;
    --space2p: 2%;
    --space8p: 120px;
    --space20p: 21%;
    --space25p: 26%;
    --space0: 0px;
}
html {
    width: 100%;
    background: var(--bgwhite);
    font-family: var(--default-font);
    font-size: 16px;
    font-weight: 300;
}
body {
    width: 100%;
    height: 100%;
    padding: 0 0 0 0px;
    margin: 0 0 0 0px;
    font-family: var(--default-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    box-sizing: border-box;
    color: var(--black);
}
h1, h2, h3, h4, h5, td, tr, th, div, header, section, footer, p, form, input, textarea, select, select option, fieldset, label{
    font-family: var(--default-font);
    font-size: 1.1vw;
    font-weight: 400;
    line-height: 1.5;
    color: var(--black);
    margin: 0 0 0 0px;
    padding: 0 0 0 0px;
    border: none;
}
h1{
    margin-bottom: 10px;
    font-family: var(--heading-font);
    font-size: 3.2vw;
    font-weight: 500;
    line-height: 1.2;
}
h2{
    margin-bottom: 20px;
    font-family: var(--heading-font);
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 1.2;
}
h1 span,
h2 span{
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: var(--default-font);
    font-size: 0.9vw;
    letter-spacing: 0.2rem;
    display: block;
}
h3{
    margin-bottom: 15px;
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: 1.6vw;
    line-height: 1.2;
}
h4{
    margin-bottom: 20px;
    font-size: 1.35vw;
    font-weight: 300;
    line-height: 1.2;
}
h5{
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 0.9vw;
    font-weight: 300;
    letter-spacing: 0.1rem;
    line-height: 1.2;
}
p{
    margin-bottom: 25px;
    letter-spacing: 0.01rem;
}
a {
    color: var(--black);
    text-decoration: none;
}
a img{
    border: none;
    display: block;
    margin: 0;
    padding: 0;
    pointer-events: none;
}
input{
    width: 100%;
    height: 40px;
    padding: 0px;
    margin: 0 0 30px 0px;
    background-color: transparent;
    border: none;
    border-bottom: var(--border-black);
    -webkit-appearance: none;
}
textarea{
    width: 100%;
    height: 125px;
    padding: 10px 0px;
    margin: 0 0 30px 0px;
    background-color: transparent;
    border: none;
    border-bottom: var(--border-black);
    -webkit-appearance: none;
}
select{
    width: 100%;
    height: 40px;
    padding: 0 0 3px 0px;
    margin: 0 0 30px 0px;
    background: url(images/ico-dropdown.png) no-repeat right center;
    border: none;
    border-bottom: var(--border-black);
    -webkit-appearance: none;
}
input:active, textarea:active, select:active{
    border-bottom: var(--border-black);
}
label{
    margin-bottom: 3px;
    display: block;
}
input[type="checkbox"]{
    position: relative;
    width: 20px;
    height: 20px;
    background-color: transparent;
    padding: 0;
    margin-right: 5px;
    border: 1px solid var(--black);
    border-radius: 3px;
    color: var(--black);
    cursor: pointer;
    display: inline-block;
    transition: all 0.2s ease-out;
}
input[type="checkbox"]:checked:after {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    background-color: var(--black);
    border-radius: 3px;
    content: "";
}
input[type="file"]{
    padding: 8px 10px;
}
input[type="submit"]{
    width: 210px;
    height: 40px;
    background-color: var(--black);
    padding: 0px;
    border: none;
    border-radius: 3px;
    text-transform: uppercase;
    color: var(--white);
    -webkit-appearance: none;
    cursor: pointer;
    transition: all 0.2s ease-out;
}
input[type="submit"]:hover {
    background-color: var(--red);
    transition: top 0.2s ease-out;
}
input:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: var(--blue);
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
}
*:focus {
  outline: none;
}
form a{
    display: inline-block;
    color: var(--orange);
}
form p{
    margin-bottom: 0px;
}
img, video{
    pointer-events: none;
}
.thumbHolder,
.imgHolder {
    position: relative;
    overflow: hidden;
}
.thumbHolder:after,
.imgHolder:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.thumbHolder img,
.imgHolder img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
    transition: all 0.2s ease-out;
}
.clearBoth {
    clear: both;
}
.listingHolder ul, 
.listingHolder li{
    margin: 0 0 0 0px;
    padding: 0 0 0 0px;
    list-style: none;
}
.listingHolder li{
    display: block;
}
.btnCTA {
    margin-top: 35px;
    display: block;
}
.btnCTA a,
.btnCTA p{
    position: relative;
    background-color: var(--black);
    padding: 12px 30px 11px 30px;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-size: 0.9vw;
    color: var(--white);
    border-radius: 100px;
    white-space: nowrap;
    display: inline-block;
    transition: all 0.2s;
}
.btnCTA a.line {
    background-color: transparent;
    color: var(--white);
    border: 1px solid var(--white);
}
.btnCTA a:hover {
    background-color: var(--red);
}
.btnCTA a.line:hover {
    background-color: var(--white);
    color: var(--red) !important;
}
.btnLearnMore {
    margin-top: 40px;
    letter-spacing: 0.1rem;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 0.9vw;
    color: var(--black);
}
.btnLearnMore:hover {
    color: var(--orange);
}
.rowHolder {
    display: flex;
    justify-content: space-between;
}
.colLeft {
    width: 48%;
}
.colRight {
    width: 48%;
}
.spacer100 {
    height: var(--space100);
}
.spacer50 {
    height: var(--space50);
}
.spacer30 {
    height: var(--space30);
}
.orange {
    color: var(--orange);
}
.grecaptcha-badge {
    display: none !important;
}
.cf-turnstile {
    display: none !important;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 input[type="textarea"],
.wpcf7 textarea,
.wpcf7 select {
    background-color: transparent !important;
}


/*  --------------------------------------------------
    Preloader
    -------------------------------------------------- */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--red);
    z-index: 1100;
    width: 100%;
    height: 100%;
}
#preloader .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#preloader .wrapper .logoHolder {
    width: 230px;
}
#preloader .wrapper .logoHolder img{
    width: 100%;
    height: auto;
    filter: grayscale(100%) brightness(1000%);
}


/*  --------------------------------------------------
    Fixed Flora
    -------------------------------------------------- */
.floraTransition {
    position: sticky;
    z-index: 5;
    top: 50%;
    width: 100%;
    height: 0;
    pointer-events: none;
}
.floraTransition img{
    width: 60%;
    height: auto;
    transform: translateY(-50%);
    margin: 0 20%;
    opacity: 0.6;
    -webkit-mask-image: linear-gradient(black, transparent, black, transparent, black, transparent, black, transparent, black, transparent, transparent, transparent);
    mask-image: linear-gradient(black, transparent, black, transparent, black, transparent, black, transparent, black, transparent, transparent, transparent);
    mask-size: 100% 300%;
    -webkit-mask-size: 100% 300%;
    animation: mask-reveal 8s infinite linear;
    mix-blend-mode: lighten;
}
@keyframes mask-reveal {
  0% {
    mask-position: 0 -100%;
    -webkit-mask-position: 0 -100%;
  }
  25% {
    mask-position: 0 -50%;
    -webkit-mask-position: 0 -50%;
  }
  50% {
    mask-position: 0 0%;
    -webkit-mask-position: 0 0%;
  }
  75% {
    mask-position: 0 50%;
    -webkit-mask-position: 0 50%;
  }
  100% {
    mask-position: 0 100%;
    -webkit-mask-position: 0 100%;
  }
}


/*  --------------------------------------------------
    Frame
    -------------------------------------------------- */
.frameOverlay {
    position: absolute;
    top: 3px;
    left: 0px;
    right: 0px;
    bottom: 3px;
    height: calc(100% - 6px);
    z-index: 1101;
    pointer-events: none;
    opacity: 0.95;
    mix-blend-mode: luminosity;
}
.frameOverlay img{
    display: block;
    line-height: 0;
}
.frameOverlay .frameTop {
    width: 100%;
    height: 112px;
    display: flex;
    justify-content: space-between;
}
.frameOverlay .frameTop .frameTopLeft {
    width: 112px;
}
.frameOverlay .frameTop .frameTopMiddle {
    width: calc(100% - 224px);
    background: url(images/frame-horizontal-top-repeat.png) repeat-x;
}
.frameOverlay .frameTop .frameTopRight {
    width: 112px;
}
.frameOverlay .frameMiddle {
    width: 100%;
    height: calc(100% - 224px);
    display: flex;
    justify-content: space-between;
}
.frameOverlay .frameMiddle .frameMiddleLeft {
    width: 112px;
    height: 100%;
    background: url(images/frame-vertical-left-repeat.png) repeat-y;
}
.frameOverlay .frameMiddle .frameMiddleRight {
    width: 112px;
    height: 100%;
    background: url(images/frame-vertical-right-repeat.png) repeat-y;
}
.frameOverlay .frameBottom {
    width: 100%;
    height: 112px;
    display: flex;
    justify-content: space-between;
}
.frameOverlay .frameBottom .frameBottomLeft {
    width: 112px;
}
.frameOverlay .frameBottom .frameBottomMiddle {
    width: calc(100% - 224px);
    background: url(images/frame-horizontal-bottom-repeat.png) repeat-x;
}
.frameOverlay .frameBottom .frameBottomRight {
    width: 112px;
}


/*  --------------------------------------------------
    Header & Navigation
    -------------------------------------------------- */
#header {
    position: absolute;
    top: 6vh;
    left: var(--space8p);
    right: var(--space8p);
    z-index: 21;
    transition: top 0.2s ease-out;
}
#header .widthWrapper {
    position: relative;
    padding: 1vh 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navLight #header .widthWrapper {
    /*border-bottom: var(--border-double-white);*/
}
#header .logoHolder {
  width: 10%;
}
#header .logoHolder img{
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0;
    line-height: 0;
    display: block;
}
#header .logoHolder img.light{
    display: none;
}
.navLight #header .logoHolder img{
    display: none;
}
.navLight #header .logoHolder img.light{
    display: block;
}
#header .topNavi {
    width: 80%;
}
#header ul, 
#header li{
    margin: 0 0 0 0px;
    padding: 0 0 0 0px;
    list-style: none;
    display: block;
}
#header ul{
    height: inherit;
    padding-inline-start: 0px;
    display: flex;
}
#header li{
    position: relative;
    margin: 0 0 0 10px;
    text-transform: uppercase;
    font-size: 0.8vw;
    letter-spacing: 0.07rem;
    line-height: 1.1;
}
#header li a{
    padding: 10px 0 10px 20px;
    color: var(--black);
    font-weight: 700;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.navLight #header li a{
    color: var(--white);
}
#header li a:before {
    position: absolute;
    bottom: 7px;
    right: 0;
    width: 0%;
    height: 1px;
    background-color: var(--black);
    content: "";
    transition: all 0.2s;
}
.navLight #header li a:before {
    background-color: var(--white);
}
#header li a:hover:before {
    width: calc(100% - 20px);
}
#header .topNavi ul{
    justify-content: right;
}
#header .menu-item-has-children a{
    display: flex;
    align-items: center;
}
#header .menu-item-has-children a:after {
    width: 10px;
    height: 10px;
    margin-left: 10px;
    background: url(images/ico-dropdown.png) no-repeat center center;
    content: "";
    display: inline-block;
}
#header .sub-menu {
    position: absolute;
    left: 20px;
    margin: 0;
    min-width: 180px;
    background-color: var(--white);
    box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.2);
    display: none;
    transition: .5s;
}
#header .menu-item-has-children:hover .sub-menu {
    display: block;
}
#header .sub-menu li{
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    border-bottom: 1px solid var(--bgwhite);
}
#header .sub-menu li:last-child{
    border-bottom: none;
}
#header .sub-menu li a{
    text-align: left;
    padding: 15px 15px;
    color: var(--black);
}
#header .sub-menu li a:before,
#header .sub-menu li a:after {
    display: none;
}
.navLight #header .menu-item-has-children a:after {
    background: url(images/ico-dropdown-white.png) no-repeat center center;
}
.navLight #header .sub-menu li a{
    color: var(--black);
}
#header .btnMenu {
  position: relative;
  width: 25px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
}
#header .btnMenu a{
    pointer-events: none;
}
#header .btnMenu .bar1, 
#header .btnMenu .bar2,
#header .btnMenu .bar3 {
  width: 25px;
  height: 1px;
  background-color: var(--black);
  transition: 0.5s;
}
.navLight #header .btnMenu .bar1, 
.navLight #header .btnMenu .bar2,
.navLight #header .btnMenu .bar3 {
    background-color: var(--white);
}
#header .btnMenu .bar2 {
    margin-top: 6px;
}
#header .btnMenu .bar3 {
    margin-top: 6px;
}
#header.fixed-header {
    position: fixed;
    top: 3vh;
}
.navLight #header.fixed-header .logoHolder img{
    display: block;
}
.navLight #header.fixed-header .logoHolder img.light{
    display: none;
}
#header.fixed-header .topNavi {
    display: none;
}
#header.fixed-header .topNavi li a{
    color: var(--black);
}
#header.fixed-header .btnMenu {
    display: block;
}
#header.fixed-header .btnMenu .bar1, 
#header.fixed-header .btnMenu .bar2,
#header.fixed-header .btnMenu .bar3 {
  background-color: var(--black);
}
#header.fixed-header .logoHolder {
  opacity: 0;
  pointer-events: none;
}


/*  --------------------------------------------------
    Navigation
    -------------------------------------------------- */
.fullNaviMask {
    position: fixed;
    z-index: 1101;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease-out;
}
.fullNaviMask.active {
    opacity: 1;
    pointer-events: auto;
}
.fullNavi {
    position: fixed;
    z-index: 1102;
    top: 0;
    right: -350px;
    background: var(--bgwhite);
    background-attachment: fixed;
    background-size: contain;
    width: 350px;
    height: 100%;
    padding: 50px;
    text-align: left;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-y: scroll;
    transition: all 0.2s ease-out;
}
.fullNavi ul, 
.fullNavi li{
    margin: 0 0 0 0px;
    padding: 0 0 0 0px;
    list-style: none;
    display: block;
}
.fullNavi .btnClose {
    position: absolute;
    z-index: 3;
    top: 30px;
    right: var(--space2p);
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fullNavi.naviSlideIn {
    right: 0px;
    transition: all 0.2s ease-out;
}
.fullNavi .btnClose .bar1, 
.fullNavi .btnClose .bar2 {
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: var(--black);
    margin-right: 3px;
    transition: 0.5s;
    display: inline-block;
    transform-origin: 0 0;
}
.fullNavi .btnClose .bar1 {
    top: 0;
    transform: rotate(45deg);
    transform-origin: 0 0;
}
.fullNavi .btnClose .bar2 {
    top: 1px;
    right: -7px;
    transform: rotate(135deg);
    transform-origin: 0 0;
}
.fullNavi .naviMobile {
    padding-top: 30px;
}
.fullNavi .naviMobile li {
    font-size: 15px;
    display: block;
}
.fullNavi .naviMobile li a{
    position: relative;
    width: 100%;
    padding: 15px 0px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: var(--black);
    transition: all 0.3s ease-out;
}
.fullNavi .naviMobile li a:hover {
    color: var(--red);
}
.fullNavi .naviMobile li.menu-item-has-children a{
    padding: 15px 0 5px 0px;
    font-family: var(--heading-font);
    font-size: 11px;
    letter-spacing: 0.1rem;
    color: #77726c;
}
.fullNavi .naviMobile li.menu-item-has-children .sub-menu li a{
    padding: 5px 0px;
    font-family: var(--default-font);
    font-size: 15px;
    letter-spacing: 0.05rem;
    color: var(--black);
}
.fullNavi .naviMobile li.menu-item-has-children .sub-menu li a:hover{
    color: var(--red);
}
.fullNavi .naviMobile li.menu-item-has-children .sub-menu li:last-child a{
    padding-bottom: 15px;
}


/*  --------------------------------------------------
    Footer
    -------------------------------------------------- */
footer {
    min-height: 100vh;
    clear: both;
    background-color: rgba(45, 38, 35, 1.0);
    padding: var(--space125) var(--space8p);
}
footer h2,
footer h3,
footer h4,
footer h5,
footer p,
footer a,
footer li{
    color: var(--white);
}
footer ul, 
footer li{
    margin: 0 0 0 0px;
    padding: 0 0 0 0px;
    list-style: none;
    display: block;
}
footer .infoHolder {
    margin: 0 0 var(--space30) 0px;
    display: flex;
    justify-content: space-between;
}
footer .infoHolder .colHolder {
    width: 25%;
}
footer .infoHolder .colHolder:first-child {
    width: 35%;
}
footer .infoHolder .colHolder li{
    margin-bottom: 10px;
}
footer .infoHolder .socialHolder {
    margin: 0 0 30px 0px;
    display: flex;
}
footer .infoHolder .socialHolder a{
    margin-right: 15px;
    font-size: 1.1vw;
}
footer .infoHolder .socialHolder a img{
    max-width: 23px;
}
footer .copyrightHolder {
    margin: 0 0 var(--space50) 0px;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 1.0);
}
footer .copyrightHolder .colLeft {
    width: 100%;
    margin-bottom: 20px;
}
footer .copyrightHolder .colRight {
    width: 100%;
}
footer .copyrightHolder .linksHolder {
    display: flex;
} 
footer .copyrightHolder .linksHolder a{
    margin-right: 15px;
}
footer .copyrightHolder .linksHolder a:after {
    margin-left: 15px;
    content: "|";
}
footer .copyrightHolder .linksHolder a:last-child:after {
    display: none;
}
footer .copyrightHolder p{
    font-size: 0.9vw;
    letter-spacing: 0.05rem;
}


/*  --------------------------------------------------
    Video Lightbox
    -------------------------------------------------- */
.YouTubePopUp-Wrap{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    z-index: 9999999999999;
}
.YouTubePopUp-animation{
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUp;
    animation-name: YouTubePopUp;
}
@-webkit-keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
body.logged-in .YouTubePopUp-Wrap{ /* For WordPress */
    top: 32px;
    z-index: 99998;
}
.YouTubePopUp-Content{
    max-width: 95%;
    display: block;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.YouTubePopUp-Content iframe{
    max-width: 100% !important;
    width: 100% !important;
    display: block !important;
    height: 90% !important;
    border: none !important;
    position: absolute;
    top: 5%;
    bottom: 5%;
    margin: auto 0;
}
.YouTubePopUp-Hide{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUpHide;
    animation-name: YouTubePopUpHide;
}
@-webkit-keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.YouTubePopUp-Close{
    position: absolute;
    top: 0;
    cursor: pointer;
    bottom: 528px;
    right: 0px;
    margin: auto 0;
    width: 24px;
    height: 24px;
    background: url(images/close.png) no-repeat;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
}
.YouTubePopUp-Close:hover{
    opacity: 0.5;
}


/*  --------------------------------------------------
    Owl Carousel
    -------------------------------------------------- */
.owl-dots {
    width: inherit;
    padding: 20px;
    margin: 30px auto;
    display: flex;
    justify-content: center;
}
.owl-carousel button.owl-dot {
    width: 13px;
    height: 13px;
    margin: 0 8px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    overflow: hidden;
    transition: all 0.1s;
}
.owl-carousel button.owl-dot.active {
    background-color: var(--black);
    width: 30px;
}
.owl-carousel .owl-nav {
    position: absolute;
    top: 40%;
    left: 17%;
    right: 17%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}
.owl-carousel .owl-nav button img{
    padding: 2px;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 50px;
    overflow: hidden;
}


/*  --------------------------------------------------
    Materialize Carousel
    -------------------------------------------------- */
.carousel .carousel-item {
    cursor: -webkit-grab;
    cursor: grab;
    width: 55%;
    height: 500px;
    box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.2);
    background-color: rgba(0, 0, 0, 1.0);
    opacity: 1 !important;
}

.carousel .carousel-item:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    line-height: 1;
}


/*  --------------------------------------------------
    Section Banner
    -------------------------------------------------- */
.secBanner {
    position: relative;
    height: 100vh;
    background-color: rgba(35, 31, 32, 1.0);
    overflow: hidden;
}
.secBanner:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 85%);
    content: "";
}
.secBanner .floraHolder {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    pointer-events: none;
}
.secBanner .floraHolder img{
    width: 100%;
    height: auto;
    -webkit-mask-image: linear-gradient(black, transparent, black, transparent, black, transparent, black, transparent, black, transparent, transparent, transparent);
    mask-image: linear-gradient(black, transparent, black, transparent, black, transparent, black, transparent, black, transparent, transparent, transparent);
    mask-size: 100% 200%;
    -webkit-mask-size: 100% 200%;
    animation: mask-reveal 8s infinite linear;
    mix-blend-mode: lighten;
}
.secBanner .bgHolder {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.secBanner .bgHolder img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    line-height: 0;
    opacity: 0.5;
}
.secBanner .descHolder {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    text-align: center;
}
.secBanner .descHolder h1,
.secBanner .descHolder h2,
.secBanner .descHolder h3,
.secBanner .descHolder p,
.secBanner .descHolder a{
    color: var(--white);
}
.secBanner .descHolder h1{
    font-size: 5vw;
}
.secBanner .descHolder p{
    font-size: 1.5vw;
}
.secBanner .floraBottomHolder {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
}
.secBanner .floraBottomHolder img{
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
    line-height: 0;
}


/*  --------------------------------------------------
    Heading Section
    -------------------------------------------------- */
.bgTxtureFloraHolder01 {
    position: absolute;
    z-index: 1;
    top: 20vh;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    pointer-events: none;
}
.bgTxtureFloraHolder01 img{
    width: 100%;
    height: auto;
    opacity: 1;
    -webkit-mask-image: linear-gradient(black, transparent, black, transparent, black, transparent, black, transparent, black, transparent, transparent, transparent);
    mask-image: linear-gradient(black, transparent, black, transparent, black, transparent, black, transparent, black, transparent, transparent, transparent);
}
.secHeading {
    position: relative;
    z-index: 2;
    padding: 40vh 0 var(--space30) 0px;
    margin: 0 var(--space8p) var(--space50) var(--space8p);
    border-bottom: var(--border-light-grey);
}
.secHeading h1{
    width: 70%;
}
.secHeading p{
    font-size: 1.5vw;
}


/*  --------------------------------------------------
    Tab Navigation
    -------------------------------------------------- */
.tabNavi {
    position: relative;
}
.tabNavi ul{
    margin: 0 0 30px -20px;
    padding: 0 0 0 0px;
    list-style: none;
    display: flex;
    justify-content: left;
}
.tabNavi li{
    text-transform: uppercase;
    font-size: 0.9vw;
    color: var(--black);
    letter-spacing: 0.05rem;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.tabNavi li:after {
    content: " | ";
}
.tabNavi li:last-child:after {
    content: "";
}
.tabNavi li a{
    padding: 0 20px;
    display: block;
    color: var(--black);
}
.tabNavi li a.active {
    text-decoration: underline;
}


/*  --------------------------------------------------
    Tile Listing Holder
    -------------------------------------------------- */
.tileListing {
    position: relative;
    margin: 0 -10px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.tileListing h3{
    margin-bottom: 5px;
    text-transform: uppercase;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3; 
    -webkit-box-orient: vertical;
}
.tileListing h3 span{
    padding-top: 5px;
    font-style: italic;
    text-transform: none;
}
.tileListing h4{
    height: 3.5vw;
    margin-bottom: 15px;
    font-weight: 300;
    line-height: 1.75vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2; 
    -webkit-box-orient: vertical;
}
.tileListing p em{
    text-decoration: italic;
}
.tileListing li{
    position: relative;
    z-index: 2;
    width: calc(33.33% - 20px);
    margin: 0 10px 20px 10px;
    opacity: 1;
    transition: all 0.8s ease-out;
}
.tileListing li.appear{
    opacity: 1;
}
.tileListing li a{
    display: block;
}
.tileListing li .btnPlay {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    margin: 0;
    display: block;
}
.tileListing .thumbHolder,
.tileListing .imgHolder {
    width: 100%;
    margin: 0px auto 15px auto;
    background-color: var(--black);
}
.tileListing .thumbHolder img,
.tileListing .imgHolder img{
    width: 101%;
    height: 101%;
}
.tileListing .thumbHolder:after,
.tileListing .imgHolder:after {
    padding-bottom: 85%;
}
.tileListing li:hover .thumbHolder img,
.tileListing li:hover .imgHolder img{
    width: 110%;
    height: 110%;
}
.tileListing li .indicator {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    padding: 3px 20px 5px 20px;
    background-color: var(--black);
    border-bottom-left-radius: 20px;
    color: var(--white);
    overflow: hidden;
}
.tileListing li .descHolder {
    width: 100%;
    padding-top: 15px;
    border-top: var(--border-black);
}
.tileListing li .dateHolder {
    margin-bottom: 30px;
    text-align: right;
    text-transform: uppercase;
    font-size: 0.8vw;
    letter-spacing: 0.1rem;
}


/*  --------------------------------------------------
    Accordion
    -------------------------------------------------- */
.sliderAwards {
    position: relative;
    width: 100%;
}
.sliderAwards.owl-carousel .owl-stage {
    margin: 0 auto;
}
.sliderAwards .item {
    position: relative;
    overflow: hidden;
    background-color: transparent;
    transition: all 0.2s;
}
.sliderAwards .item:hover {
    background-color: #febd2b;
    transition: all 0.2s;
}
.sliderAwards .item .trophyHolder {
    padding-bottom: 40%;
    mix-blend-mode: multiply;
}
.sliderAwards .item:hover .trophyHolder{
    opacity: 0.1;
}
.sliderAwards .item .descHolder {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    line-height: 1.2;
}
.sliderAwards .item:hover .descHolder {
    padding: 10px;
    transition: all 0.2s;
}
.sliderAwards .item .descHolder .awardName {
    margin-bottom: 5px;
    line-height: 1.2;
    transition: all 0.2s;
}
.sliderAwards .item .descHolder .awardee {
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 1.1vw;
    transition: all 0.2s;
}
.sliderAwards .item .descHolder .awardTitle {
    margin-bottom: 5px;
    font-size: 1.1vw;
    line-height: 1.2;
    display: none;
    opacity: 0;
    transition: all 0.2s;
}
.sliderAwards .item:hover .descHolder .awardTitle {
    display: block;
    opacity: 1;
    transition: all 0.2s;
}
.sliderAwards .item .descHolder .awardLocation {
    font-weight: 700;
    font-size: 0.9vw;
    display: none;
    opacity: 0;
    transition: all 0.2s;
}
.sliderAwards .item:hover .descHolder .awardLocation {
    display: block;
    opacity: 1;
    transition: all 0.2s;
}


/*  --------------------------------------------------
    Accordion
    -------------------------------------------------- */
.accordionHolder {
    clear: both;
    counter-reset: accSecCounter;
}
.accordionHolder .item {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.accordionContent {
    max-height: 0px;
    padding-left: 3%;
    overflow: hidden;
    transition: 0.25s ease-in-out;
}
.accordionContent p{
    margin-bottom: 20px;
}
.accordionContent ul{
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
}
.accordionContent img{
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 30px;
}
.accordionTitle {
    position: relative;
    padding: 10px 0 10px 0;
    cursor: pointer;
    display: block;
    transition: all 0.25s ease-out;
}
.accordionTitle::before {
  counter-increment: accSecCounter;
  content: counter(accSecCounter) ".  ";
} 
.accordionTitle::after {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: " ";
    display: inline-block;
    float: right;
    height: 10px;
    left: 0px;
    position: relative;
    right: 30px;
    top: 3px;
    transform: rotate(135deg);
    transition: 0.35s ease-in-out;
    vertical-align: top;
    width: 10px;
}
.accordionTitle:hover{ 
    color: var(--orange);
}
.accordionTrigger:checked
  + .accordionTitle
  + .accordionContent {
    max-height: 3750px;
}
.accordionTrigger:checked + .accordionTitle::after{
    transform: rotate(-45deg);
    transition: 0.25s ease-in-out;
}
.accordionHolder input[type="checkbox"] {
    display: none;
}


/*  --------------------------------------------------
    Pagination
    -------------------------------------------------- */
.pagination {
    margin-top: 30px;
}
.pagination h2{
    display: none;
}
.pagination .nav-links {
    display: flex;
}
.pagination .nav-links a,
.pagination .nav-links span{
    padding: 1px 6px;
    margin-right: 5px;
    display: block;
    text-align: center;
    line-height: 1.2;
    border: 1px solid var(--black);
    color: var(--black);
}
.pagination .nav-links span,
.pagination .nav-links a:hover{
    background-color: var(--black);
    color: var(--white);
}


/*  --------------------------------------------------
    Floating Buttons
    -------------------------------------------------- */
.floating {
    position: fixed;
    z-index: 1102;
    bottom: -30vh;
    right: var(--space2p);
    background-color: rgba(159, 21, 21, 0.9);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    overflow: hidden;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: all 0.5s;
}
.floating.active {
    bottom: 5vh;
    transition: all 1s;
}
.floating .item {
    padding: 13px 20px 10px 20px;
    text-align: center;
    cursor: pointer;
    transition: .25s ease-in-out;
}
.floating .item:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
.floating .item i{
    margin-bottom: 10px;
    font-size: 1.35vw;
    color: var(--white);
    display: block;
}
.floating .item a{
    color: var(--white);
}
.floating .item:last-child, 
.floating .item:last-child a{
    border: none;
}
.floating .item p{
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 0.9vw;
    line-height: 1;
    color: var(--white);
}


/*  --------------------------------------------------
    Calculator
    -------------------------------------------------- */
.modalCalculator {
    position: fixed;
    z-index: 1103;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: .5s ease-in-out;
}
.modalCalculator.show{
    visibility: visible;
    opacity: 1;
}
.modalOverlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.7);
    transition: .5s ease-in-out;
}
.modalCalculator .close{
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: fit-content;
}
.modalContainer {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: auto;
    margin-top: 1rem;
    background-color: white;
    transition: .5s ease-in-out;
}
.modalCalculator.show .modalContainer {
    margin-top: 0;
    opacity: 1;
}
.modalCalculator .bgHolder {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    width: 55%;
}
.modalCalculator .bgHolder img{
    width: 100%;
    height: auto;
    display: block;
}
.modalContainer .rowHolder {
    position: relative;
    z-index: 2;
    margin: 5% 5%;
}
.modalContainer .colLeft {
    width: 50%;
}
.modalContainer .colRight {
    width: 45%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0 0 0 5%;
}
.modalContainer h4{
    margin-bottom: 0px;
}
.modalContainer p{
    margin-bottom: 0px;
}
.modalContainer .results {
    font-size: 1.6vw;
    font-weight: 700;
}
.modalContainer .download {
    color: var(--red);
}
.disclaimerHolder {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25%;
    font-size: 0.9vw;
    line-height: 1.3;
}


/*  --------------------------------------------------
    Search Pop Up
    -------------------------------------------------- */
.secSearch {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.secSearch .maskHolder {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.secSearch .searchHolder {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    background-color: var(--white);
    padding: 30px;
    border-radius: 30px;
    overflow: hidden;
}
.secSearch .searchHolder form{
    position: relative;
}
.secSearch .btnSearch {
    position: absolute;
    z-index: 3;
    top: 40%;
    right: 10px;
    transform: translateY(-50%);
}
.aws-search-result ul {
    max-height: 250px;
}


/*  --------------------------------------------------
    Pop-Up
    -------------------------------------------------- */
.popUpPlan .bgWrapper,
.popUpVirtualTour .bgWrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
}
.popUpPlan .btnClose,
.popUpVirtualTour .btnClose {
    position: absolute;
    z-index: 2;
    top: 30px;
    right: 30px;
    font-size: 2vw;
    color: var(--white);
    line-height: 1;
    cursor: pointer;
}
.popUpPlan {
    position: fixed;
    z-index: 1150;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.popUpPlan .contentWrapper {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 80%;
    background-color: var(--white);
    padding: 50px;
    overflow-y: auto;
}
.popUpPlan .contentWrapper img,
.popUpPlan .contentWrapper video,
.popUpPlan .contentWrapper iframe{
    width: 100%;
}
.popUpPlan .contentWrapper h2 span{
    margin-bottom: 5px;
}
.popUpPlan .contentWrapper .titleHolder {
    margin-bottom: var(--space50);
}
.popUpVirtualTour {
    position: fixed;
    z-index: 1150;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.popUpVirtualTour iframe{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
}


/*  --------------------------------------------------
    Section CTA
    -------------------------------------------------- */
.secCTA {
    position: relative;
    width: 100%;
    background-color: var(--black);
    padding: var(--space100) var(--space8p);
    text-align: center;
    overflow: hidden;
}
.secCTA h2,
.secCTA h3,
.secCTA h4,
.secCTA h5,
.secCTA p,
.secCTA a,
.secCTA li,
.secCTA input,
.secCTA label,
.secCTA textarea,
.secCTA select,
.secCTA input::placeholder,
.secCTA textarea::placeholder{
    color: var(--white);
}
.secCTA input,
.secCTA textarea,
.secCTA select {
    margin-bottom: 30px;
    border-color: var(--white);
}
.secCTA input[type="checkbox"]{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-width: 2px;
}
.secCTA input[type="checkbox"]:checked:after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background-color: var(--white);
}
.secCTA input[type="submit"]{
    width: 210px;
    background-color: var(--white);
    margin-top: 30px;
    color: var(--black);
}
.secCTA input[type="submit"]:hover {
    background-color: #ececec;
}
.secCTA .bgHolder {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
}
.secCTA .bgHolder img{
    width: 100%;
    height: auto;
    display: block;
    line-height: 0;
}
.secCTA .formHolder {
    position: relative;
    z-index: 2;
    margin-bottom: var(--space50);
}
.secCTA .formHolder h2{
    text-align: center;
}
.secCTA .formHolder .chkboxHolder {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.secCTA .formHolder .chkboxHolder label{
    display: flex;
}
.secCTA .infoHolder {
    position: relative;
    z-index: 2;
}
.secCTA .infoHolder .linkCTA {
    font-family: var(--default-font);
    font-size: 3vw;
}
.secCTA .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -45px;
    background: var(--white);
    padding: 3px 10px;
}
.secCTA .wpcf7-not-valid-tip::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 30%;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent var(--white) transparent; 
}
.secCTA .wpcf7-spinner {
    display: none;
}


/*  --------------------------------------------------
    Home Page
    -------------------------------------------------- */
#secIndex {
    position: relative;
    width: 100%;
    height: 100%;
}
#secIndex #header.fixed-header {
    top: 4vh;
}
#secIndex .frameOverlay {
    position: fixed;
}
#secIndex .scrollHolder {
    position: relative;
}
#secIndex .secIntro {
    position: relative;
    height: 120vh;
    background-color: rgba(159, 21, 21, 1.0);
    overflow: hidden;
}
#secIndex .secIntro:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 85%);
    content: "";
}
#secIndex .secIntro .gradientMask {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,rgba(159, 21, 21, 1) 0%, rgba(159, 21, 21, 0) 50%);
    content: "";
}
#secIndex .secIntro .frameHolder {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
}
#secIndex .secIntro .frameHolder img{
    width: 100%;
    height: auto;
    display: block;
    line-height: 0;
}
#secIndex .secIntro .bgHolder {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1.0);
}
#secIndex .secIntro .bgHolder video,
#secIndex .secIntro .bgHolder img{
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    display: block;
    opacity: 0.9;
}
#secIndex .secIntro .scroll {
    position: absolute;
    bottom: 28%;
    left: var(--space8p);
    width: 25%;
    text-transform: uppercase;
    font-size: 0.85vw;
    color: var(--white);
    letter-spacing: 0.2rem;
}
#secIndex .secIntro .descHolder {
    position: absolute;
    z-index: 6;
    top: 30%;
    left: var(--space8p);
    right: var(--space8p);
    height: 45%;
}
#secIndex .secIntro .descHolder h1{
    text-transform: uppercase;
    font-size: 4.5vw;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.2rem;
    color: var(--white);
}
#secIndex .secIntro .descHolder h1 acronym {
    position: absolute;
    right: 0;
    display: block;
}
#secIndex .secIntro .descHolder p{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25%;
    color: var(--white);
}
#secIndex .secAbout {
    position: absolute;
    z-index: 1;
    height: 100vh;
    padding: var(--space100) var(--space8p);
    background-color: var(--red);
    overflow: hidden;
}
#secIndex .secAbout h1,
#secIndex .secAbout h2,
#secIndex .secAbout h3,
#secIndex .secAbout h4,
#secIndex .secAbout h5,
#secIndex .secAbout p,
#secIndex .secAbout a{
    color: var(--white);
}
#secIndex .secAbout .titleHolder {
    margin-bottom: 50px;
}
#secIndex .secAbout .titleHolder h2{
    width: 55%;
    text-transform: uppercase;
    font-size: 3.8vw;
}
#secIndex .secAbout .descHolder {
    width: 35%;
    float: right;
}
#secIndex .secAbout .descHolder p{
    line-height: 1.75;
}
#secIndex .secProperties {
    position: relative;
    z-index: 5;
    background-color: rgba(0, 0, 0, 1.0);
    margin-bottom: var(--space100);
    clip-path: circle(3% at 50% 14%); 
}
#secIndex .secProperties .propertyListing {
    height: 100vh;
    background-color: var(--black);
    animation: all 0.2s;
}
#secIndex .secProperties .sliderP {
    position: relative;
    width: 100%;
    height: 100vh;
}
#secIndex .secProperties .sliderP .imgHolder {
    height: 100vh;
    overflow: hidden;
}
#secIndex .secProperties .sliderP .imgHolder img{
    height: 130%;
    opacity: 0.6;
}
#secIndex .secProperties .sliderP .descHolder {
    position: absolute;
    z-index: 2;
    bottom: 15%;
    left: var(--space8p);
    width: 40%;
}
#secIndex .secProperties .sliderP .descHolder h2,
#secIndex .secProperties .sliderP .descHolder h3{
    color: var(--white);
}
#secIndex .secProperties .sliderP .descHolder p{
    color: var(--white);
    line-height: 1.5;
}
#secIndex .secProperties .sliderP .indHolder {
    position: absolute;
    top: 25%;
    left: var(--space8p);
    margin-bottom: 50px;
    font-family: var(--heading-font);
    font-size: 2.5vw;
    font-weight: 300;
    color: var(--white);
}
#secIndex .secProperties .sliderP .btnCTA a{
    background-color: var(--white);
    color: var(--black);
}
#secIndex .secProperties .sliderP .btnCTA a:hover {
    background-color: var(--red);
    color: var(--white);
}
#secIndex .secLeasing {
    position: relative;
    z-index: 1;
    margin: 0 var(--space8p) var(--space125) var(--space8p);
}
#secIndex .secLeasing .floraHolder {
    position: absolute;
    z-index: 3;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    pointer-events: none;
}
#secIndex .secLeasing .floraHolder img{
    width: 100%;
    height: auto;
    opacity: 1;
    -webkit-mask-image: linear-gradient(black, transparent, black, transparent);
    mask-image: linear-gradient(black, transparent, black, transparent);
}
#secIndex .secLeasing .titleHolder {
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#secIndex .secLeasing .titleHolder h2{
    width: 50%;
    margin-bottom: 0;
    text-transform: uppercase;
}
#secIndex .secLeasing .titleHolder p{
    width: 35%;
    letter-spacing: 0.05rem;
}
#secIndex .secLeasing .slideHolder .item {
    position: relative;
    overflow: hidden;
}
#secIndex .secLeasing .slideHolder .item .thumbHolder {
    background-color: var(--black);
}
#secIndex .secLeasing .slideHolder .item .thumbHolder:after {
    padding-bottom: 55%;
}
#secIndex .secLeasing .slideHolder .item .thumbHolder img{
    height: 115%;
    opacity: 0.7;
    transition: all 0.2s;
}
#secIndex .secLeasing .slideHolder .item a:hover .thumbHolder img{
    opacity: 0.35;
}
#secIndex .secLeasing .slideHolder .item .descHolder {
    position: absolute;
    left: 30px;
    right: 200px;
    bottom: 30px;
}
#secIndex .secLeasing .slideHolder .item .descHolder h3{
    margin-bottom: 0;
    color: var(--white);
}
#secIndex .secStories {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    padding: var(--space100) var(--space8p);
    /*background-color: var(--bgyellow);*/
}
#secIndex .secStories .titleHolder {
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#secIndex .secStories .titleHolder h2{
    width: 50%;
    margin-bottom: 0;
    text-transform: uppercase;
}
#secIndex .secStories .titleHolder .btnLearnMore {
    margin-top: 0;
}
#secIndex .secStories .titleHolder .btnLearnMore a{
    text-decoration: none;
}
#secIndex .secStories .slideHolder .item {
    position: relative;
    overflow: hidden;
}
#secIndex .secStories .slideHolder .item .thumbHolder {
    background-color: var(--black);
    margin-bottom: 15px;
}
#secIndex .secStories .slideHolder .item .thumbHolder:after {
    padding-bottom: 60%;
}
#secIndex .secStories .slideHolder .item .descHolder {
    padding-top: 15px;
}
#secIndex .secStories .slideHolder .item .descHolder .date {
    margin-bottom: 5px;
    font-size: 0.85vw;
    letter-spacing: 0.05rem;
}
#secIndex .secAwards {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    padding: var(--space100) var(--space8p);
    /*background: linear-gradient(120deg, rgba(200, 188, 180, 0.2) 0%, rgba(200, 188, 180, 0.1) 25%, rgba(177, 148, 92, 0) 50%, rgba(200, 188, 180, 0.5) 100%);
    background-image: radial-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(231, 225, 216, 0) 50%);*/
}


/*  --------------------------------------------------
    Properties
    -------------------------------------------------- */
#secProperties {
    position: relative;
    width: 100%;
    height: 100%;
}
#secProperties .secBanner {
    height: 80vh;
}
#secProperties .secBanner .owl-carousel .owl-stage-outer,
#secProperties .secBanner .owl-carousel .owl-stage,
#secProperties .secBanner .owl-carousel .owl-item {
    height: 100%;
    overflow: hidden;
}
#secProperties .secBanner .owl-carousel .owl-item img{
    opacity: 0.7;
    transform: scale(1.0);
    transform-origin: 50% 50%;
    animation: banner-img-enlarge 5s infinite linear;
}
@keyframes banner-img-enlarge {
  0% {
    transform: scale(1.0);
  }
  100% {
    transform: scale(1.1);
  }
}
#secProperties .secProprtyListing {
    position: relative;
    z-index: 1;
    padding: var(--space100) var(--space8p);
}
#secProperties .secProprtyListing .floraTopHolder {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
}
#secProperties .secProprtyListing .floraTopHolder img{
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
    line-height: 0;
}
#secProperties .secProprtyListing .bgHolder {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--bgwhite);
}
#secProperties .secProprtyListing .bgHolder img{
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
    line-height: 0;
    mix-blend-mode: darken;
}
#secProperties .secProprtyListing .titleHolder {
    position: relative;
    z-index: 1;
    width: 45%;
    margin: 0 auto var(--space50) auto;
    text-align: center;
}
#secProperties .secProprtyListing h2{
    margin: 0 0 10px 0px;
}
#secProperties .secProprtyListing .slideHolder {
    padding: 0 0 0 0px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
#secProperties .secProprtyListing .slideHolder .item {
    position: relative;
    width: calc(50% - 10px);
    margin: 5px;
    background-color: var(--black);
}
#secProperties .secProprtyListing .slideHolder .item .imgHolder:after {
    padding-bottom: 100%;
}
#secProperties .secProprtyListing .slideHolder .item .imgHolder img{
    opacity: 0.6;
    transition: all 0.25s;
}
#secProperties .secProprtyListing .slideHolder .item:hover .imgHolder img{
    width: 105%;
    height: 105%;
    opacity: 0.3;
}
#secProperties .secProprtyListing .slideHolder .item .logoHolder {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 25%;
} 
#secProperties .secProprtyListing .slideHolder .item .logoHolder img{
    width: 100%;
    height: auto;
    max-height: 150px;
    object-fit: contain;
    display: block;
    margin: 0;
    line-height: 0;
}
#secProperties .secProprtyListing .slideHolder .item .descHolder {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 70%;
    padding: 20px;
    background-color: rgba(32, 39, 51, 0.5);
    backdrop-filter: blur(10px);
}
#secProperties .secProprtyListing .slideHolder .item .descHolder p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
#secProperties .secProprtyListing .slideHolder .item .descHolder h2,
#secProperties .secProprtyListing .slideHolder .item .descHolder h3,
#secProperties .secProprtyListing .slideHolder .item .descHolder h4,
#secProperties .secProprtyListing .slideHolder .item .descHolder h5,
#secProperties .secProprtyListing .slideHolder .item .descHolder p,
#secProperties .secProprtyListing .slideHolder .item .descHolder a{
    margin: 0;
    color: var(--white);
}
#secTownship {
    position: relative;
    width: 100%;
    height: 100%;
}
#secTownship .secCover {
    position: relative;
    height: 100vh;
    background-color: #142433;
    overflow: hidden;
}
#secTownship .secCover:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 85%);
    content: "";
}
#secTownship .secCover .owl-carousel .owl-stage-outer,
#secTownship .secCover .owl-carousel .owl-stage,
#secTownship .secCover .owl-carousel .owl-item {
    height: 100%;
}
#secTownship .secCover .floraTransition01 {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    pointer-events: none;
}
#secTownship .secCover .floraTransition01 img{
    width: 100%;
    height: auto;
    -webkit-mask-image: linear-gradient(black, transparent, black, transparent, black, transparent, black, transparent, black, transparent, transparent, transparent);
    mask-image: linear-gradient(black, transparent, black, transparent, black, transparent, black, transparent, black, transparent, transparent, transparent);
    mask-size: 100% 200%;
    -webkit-mask-size: 100% 200%;
    animation: mask-reveal 8s infinite linear;
    mix-blend-mode: lighten;
}
#secTownship .secCover .bgHolder {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
}
#secTownship .secCover .bgHolder video,
#secTownship .secCover .bgHolder img{
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    display: block;
    opacity: 0.6;
}
#secTownship .secCover .logoHolder {
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12%;
}
#secTownship .secCover .logoHolder img{
    width: 100%;
    height: auto;
}
#secTownship .secCover .floraBottomHolder {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
}
#secTownship .secCover .floraBottomHolder img{
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
    line-height: 0;
}
#secTownship .secIntro {
    position: relative;
    z-index: 1;
    padding: var(--space125) var(--space8p) var(--space30) var(--space8p);
    overflow: hidden;
}
#secTownship .secIntro .floraTopHolder {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
}
#secTownship .secIntro .floraTopHolder img{
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
    line-height: 0;
}
#secTownship .secIntro .bgHolder {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--bgwhite);
}
#secTownship .secIntro .bgHolder img{
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
    line-height: 0;
    mix-blend-mode: darken;
}
#secTownship .secIntro .floraTransition02 {
    position: absolute;
    z-index: 3;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    pointer-events: none;
}
#secTownship .secIntro .floraTransition02 img{
    width: 100%;
    height: auto;
    opacity: 1;
    -webkit-mask-image: linear-gradient(black, transparent, black, transparent);
    mask-image: linear-gradient(black, transparent, black, transparent);
}
#secTownship .secIntro .contentHolder {
    position: relative;
    z-index: 2;
    width: 70%;
    margin: 0 auto var(--space100) auto;
    text-align: center;
}
#secTownship .secIntro .contentHolder h2{
    text-transform: uppercase;
}
#secTownship .secIntro .featuresHolder {
    margin-bottom: var(--space50);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#secTownship .secIntro .featuresHolder .item {
    position: relative;
    width: 32%;
    margin: 0 0.65% 1.3% 0.65%;
}
#secTownship .secIntro .featuresHolder .item .imgHolder {
    background-color: var(--black);
}
#secTownship .secIntro .featuresHolder .item .imgHolder img{
    width: 103%;
    opacity: 0.7;
    transition: all 0.3s ease-out;
}
#secTownship .secIntro .featuresHolder .item:hover .imgHolder img{
    width: 100%;
    opacity: 0.1;
    transition: all 0.3s ease-out;
}
#secTownship .secIntro .featuresHolder .item .descHolder {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}
#secTownship .secIntro .featuresHolder .item .descHolder h2,
#secTownship .secIntro .featuresHolder .item .descHolder h3,
#secTownship .secIntro .featuresHolder .item .descHolder h4,
#secTownship .secIntro .featuresHolder .item .descHolder p,
#secTownship .secIntro .featuresHolder .item .descHolder a{
    margin: 0;
    color: var(--white);
}
#secTownship .secIntro .featuresHolder .item .descHolder h3{
    margin-bottom: 20px;
}
#secTownship .secIntro .featuresHolder .item .descHolder p{
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
}
#secTownship .secIntro .featuresHolder .item:hover .descHolder p{
    height: auto;
    overflow: hidden;
    transition: all 0.3s ease-out;
}
#secTownship .secIntro .awardHolder {
    margin-bottom: var(--space50);
}
#secTownship .secAwards {
    position: relative;
    z-index: 1;
    padding: var(--space50) var(--space8p) var(--space30) var(--space8p);
    background: linear-gradient(120deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.05) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
}
#secTownship .secHighlights {
    position: relative;
    background-color: #142433;
}
#secTownship .secHighlights h2,
#secTownship .secHighlights h3,
#secTownship .secHighlights h4,
#secTownship .secHighlights h5,
#secTownship .secHighlights p,
#secTownship .secHighlights a{
    color: var(--white);
}
#secTownship .secHighlights .floraTop {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
}
#secTownship .secHighlights .floraBottom {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
}
#secTownship .secHighlights .floraTop img,
#secTownship .secHighlights .floraBottom img{
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    line-height: 0;
}
#secTownship .secHighlights .floraTop img{
    position: absolute;
    bottom: 0;
    left: 0;
}
#secTownship .secHighlights .bgHolder {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#secTownship .secHighlights .owl-carousel .owl-stage-outer,
#secTownship .secHighlights .owl-carousel .owl-stage,
#secTownship .secHighlights .owl-carousel .owl-item {
    height: 100%;
}
#secTownship .secHighlights .bgHolder img{
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    display: block;
    opacity: 0.3;
}
#secTownship .secHighlights .bgHolder:after {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    background: linear-gradient(0deg,rgba(20, 36, 51, 1) 30%, rgba(20, 36, 51, 0) 100%);
    content: "";
}
#secTownship .secHighlights .titleHolder {
    position: relative;
    z-index: 3;
    padding: 15% var(--space25p) var(--space30) var(--space25p);
    text-align: center;
}
#secTownship .secHighlights .titleHolder h2{
    text-transform: uppercase;
}
#secTownship .secHighlights .slideHolder {
    padding: 0 0 var(--space50) var(--space8p);
}
#secTownship .secHighlights .slideHolder .owl-stage {
    left: -300px;
}
#secTownship .secHighlights .slideHolder .owl-dots {
    margin-top: 0;
}
#secTownship .secHighlights .slideHolder button.owl-dot {
    background-color: rgba(255, 255, 255, 0.3);
}
#secTownship .secHighlights .slideHolder button.owl-dot.active {
    background-color: var(--white);
}
#secTownship .secHighlights .slideHolder .item {
    position: relative;
    background-color: var(--black);
}
#secTownship .secHighlights .slideHolder .item .imgHolder:after {
    padding-bottom: 60%;
}
#secTownship .secHighlights .slideHolder .item .imgHolder img{
    opacity: 0.7;
}
#secTownship .secHighlights .slideHolder .item .descHolder {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 70%;
}
#secTownship .secHighlights .slideHolder .item .descHolder h2,
#secTownship .secHighlights .slideHolder .item .descHolder h3,
#secTownship .secHighlights .slideHolder .item .descHolder h4,
#secTownship .secHighlights .slideHolder .item .descHolder h5,
#secTownship .secHighlights .slideHolder .item .descHolder p,
#secTownship .secHighlights .slideHolder .item .descHolder a{
    margin: 0;
    color: var(--white);
}
#secTownship .secProperties {
    position: relative;
    z-index: 1;
    padding: 0 var(--space8p) var(--space100) var(--space8p);
}
#secTownship .secProperties.sec02 {
    background-color: rgba(216, 209, 203, 1.0);
    padding: var(--space100) var(--space8p);
}
#secTownship .secProperties .titleHolder {
    margin-bottom: var(--space30);
}
#secTownship .secProperties .tabNavi {
    margin-bottom: var(--space30);
    display: flex;
    justify-content: space-between;
    border-bottom: var(--border-light-grey);
}
#secTownship .secProperties .tabNavi h4{
    margin-bottom: 20px;
}
#secTownship .secProperties .tabNavi ul{
    margin: 0 0 20px 0px;
}
#secTownship .secProperties .tabNavi li:last-child a{
    padding-right: 0;
}
#secTownship .secProperties .bgHolder {
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 60%;
}
#secTownship .secProperties .bgHolder img{
    width: 100%;
    height: auto;
    display: block;
    line-height: 0;
}
#secTownship .secProperties .slideHolder {
    padding: 0 0 0 0px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
#secTownship .secProperties .slideHolder .item {
    position: relative;
    width: calc(33.33% - 10px);
    margin: 5px;
    overflow: hidden;
}
#secTownship .secProperties .slideHolder .item .thumbHolder {
    background-color: var(--black);
}
#secTownship .secProperties .slideHolder .item .thumbHolder:after {
    padding-bottom: 100%;
}
#secTownship .secProperties .slideHolder .item .thumbHolder img{
    width: 105%;
    height: 105%;
    opacity: 0.8;
}
#secTownship .secProperties .slideHolder .item a:hover .thumbHolder img{
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
#secTownship .secProperties .slideHolder .item .indicator {
    position: absolute;
    z-index: 2;
    right: 20px;
    top: 20px;
    padding: 5px 15px;
    background-color: var(--white);
    font-size: 0.9vw;
    text-transform: uppercase;
}
#secTownship .secProperties .slideHolder .item .descHolder {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 15px;
    background-color: rgba(32, 39, 51, 0.5);
    backdrop-filter: blur(10px);
}
#secTownship .secProperties .slideHolder .item .descHolder h3{
    margin-bottom: 0;
    font-size: 1.3vw;
    color: var(--white);
}
#secTownship .secProperties .slideHolder .item .descHolder p{
    margin-bottom: 0;
    color: var(--white);
    font-style: italic;
}
#secTownship.citySquare .secCover {
    height: 110vh;
}
#secTownship.citySquare .secCover .bgHolder video,
#secTownship.citySquare .secCover .bgHolder img{
    opacity: 1;
}
#secTownship.citySquare .secCover .logoHolder {
    width: 10%;
}
#secTownship.citySquare .secAbout {
    position: relative;
    padding: var(--space100) var(--space8p);
    background-color: #a4027d;
}
#secTownship.citySquare .secAbout h1,
#secTownship.citySquare .secAbout h2,
#secTownship.citySquare .secAbout h3,
#secTownship.citySquare .secAbout h4,
#secTownship.citySquare .secAbout h5,
#secTownship.citySquare .secAbout p,
#secTownship.citySquare .secAbout a,
#secTownship.citySquare .secAbout li,
#secTownship.citySquare .secAbout input,
#secTownship.citySquare .secAbout label {
    color: var(--white);
}
#secTownship.citySquare .secAbout .bgTopHolder {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
}
#secTownship.citySquare .secAbout .bgTopHolder img{
    width: 100%;
    height: auto;
    display: block;
}
#secTownship.citySquare .secAbout .introHolder {
    position: relative;
    z-index: 2;
    margin-bottom: 15%;
    text-align: center;
}
#secTownship.citySquare .secAbout .introHolder .descHolder {
    margin: 0 17% 20px 17%;
}
#secTownship.citySquare .secAbout .introHolder .descHolder h1{
    margin: 0 10% 30px 10%;
    text-transform: uppercase;
}
#secTownship.citySquare .secAbout .introHolder .listingHolder {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
}
#secTownship.citySquare .secAbout .introHolder .listingHolder li{
    width: 20%;
    border: var(--border-white);
    margin: 0 5px;
    padding: 30px 10px 10px 10px;
}
#secTownship.citySquare .secAbout .introHolder .listingHolder .icoHolder {
    width: 70%;
    margin: 0 auto;
}
#secTownship.citySquare .secAbout .introHolder .listingHolder .icoHolder img{
    width: 100%;
    max-height: 75px;
    object-fit: contain;
}
#secTownship.citySquare .secAbout .lineHolder {
    position: absolute;
    z-index: 1;
    top: 21%;
    left: 0;
    width: 100%;
}
#secTownship.citySquare .secAbout .lineHolder img{
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    line-height: 0;
}
#secTownship.citySquare .secAbout .accessTitleHolder {
    position: relative;
    z-index: 2;
    margin: 0 14%;
    text-align: center;
}
#secTownship.citySquare .secAbout .accessTitleHolder h2{
    font-size: 5vw;
}
#secTownship.citySquare .secAbout .accessHolder {
    margin: 5% 14% 0 14%;
    text-align: center;
}
#secTownship.citySquare .secAbout .accessHolder .buildingHolder {
    width: 65%;
    margin: 0 auto 30px auto;
}
#secTownship.citySquare .secAbout .accessHolder .buildingHolder img{
    width: 100%;
    height: auto;
    display: block;
}
#secTownship.citySquare .secCTHighlights {
    position: relative;
    padding: 60vh var(--space8p) var(--space100) var(--space8p);
    background-color: #373639;
    overflow: hidden;
}
#secTownship.citySquare .secCTHighlights h1,
#secTownship.citySquare .secCTHighlights h2,
#secTownship.citySquare .secCTHighlights h3,
#secTownship.citySquare .secCTHighlights h4,
#secTownship.citySquare .secCTHighlights h5,
#secTownship.citySquare .secCTHighlights p,
#secTownship.citySquare .secCTHighlights a,
#secTownship.citySquare .secCTHighlights li,
#secTownship.citySquare .secCTHighlights input,
#secTownship.citySquare .secCTHighlights label,
#secTownship.citySquare .secCTHighlights div{
    color: var(--white);
}
#secTownship.citySquare .secCTHighlights .bgHolder {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
}
#secTownship.citySquare .secCTHighlights .bgHolder img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
#secTownship.citySquare .secCTHighlights .titleHolder {
    position: relative;
    z-index: 2;
}
#secTownship.citySquare .secCTHighlights .titleHolder h2{
    margin-bottom: 50px;
    font-size: 5.5vw;
    text-transform: uppercase;
}
#secTownship.citySquare .secCTHighlights .titleHolder p{
    width: 35%;
    float: right;
}
#secTownship.citySquare .secCTHighlights .listingHolder {
    margin-top: 20%;
    clear: both;
}
#secTownship.citySquare .secCTHighlights .listingHolder .owl-dot {
    background-color: rgba(255, 255, 255, 0.3);
}
#secTownship.citySquare .secCTHighlights .listingHolder .owl-dot.active {
    background-color: rgba(255, 255, 255, 1);
}
#secTownship.citySquare .secCTHighlights .listingHolder .owl-stage {
    display: flex;
}
#secTownship.citySquare .secCTHighlights .listingHolder .owl-item {
  display: flex;
  flex: 1 0 auto;
}
#secTownship.citySquare .secCTHighlights .listingHolder .item {
    position: relative;
    border: 1px solid var(--white);
    padding: 30px;
    text-align: center;
}
#secTownship.citySquare .secCTHighlights .listingHolder .item .icoHolder {
    width: 55px;
    height: 55px;
    display: block;
    margin: 0 auto 20px auto;
}
#secTownship.citySquare .secCTHighlights .listingHolder .item .icoHolder img{
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
}
#secTownship.citySquare .secCTHighlights .listingHolder .item p{
    margin: 0;
    font-size: 1.2vw;
    font-weight: 700;
    line-height: 1.25;
}
#secTownship.citySquare .secFloorPlan {
    position: relative;
    padding: var(--space100) var(--space8p);
}
#secTownship.citySquare .secFloorPlan h2{
    margin-bottom: 50px;
    line-height: 1.5;
    text-align: center;
}
#secTownship.citySquare .secFloorPlan .rowHolder img{
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: block;
}
#secTownship.citySquare .secFloorPlan .zoom {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
#secTownship.citySquare .secFloorPlan img{
    display: block;
    background-color: var(--bgwhite);
}
#secTownship.citySquare .secFloorPlan .dirHolder {
    position: absolute;
    bottom: var(--space100);
    left: 50%;
    transform: translateX(-50%);
}
#secTownship.citySquare .secGallery {
    padding: var(--space100) var(--space8p);
    background-color: rgba(0, 0, 0, 0.1);
}
#secTownship.citySquare .secGallery h2{
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

#secPropertyDetails {
    position: relative;
    width: 100%;
    height: 100%;
}
#secPropertyDetails .secCover {
    position: relative;
    background-color: rgba(0, 0, 0, 1.0);
    overflow: hidden;
}
#secPropertyDetails .secCover:after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 85%);
    content: "";
}
#secPropertyDetails .secCover .bgHolder {
    width: 100%;
    height: 100%;
}
#secPropertyDetails .secCover .bgHolder video,
#secPropertyDetails .secCover .bgHolder img{
    width: 100%; 
    height: auto; 
    object-fit: cover; 
    display: block;
}
#secPropertyDetails .secCover .logoHolder {
    width: 35%;
    margin: 0 auto var(--space50) auto;
}
#secPropertyDetails .secCover .logoHolder img{
    width: 100%;
    height: auto;
}
#secPropertyDetails .secCover .introHolder {
    position: relative;
    z-index: 4;
    margin-top: -25%;
    padding: 0 20% var(--space100) 20%;
    text-align: center;
}
#secPropertyDetails .secCover .introHolder h1,
#secPropertyDetails .secCover .introHolder h2,
#secPropertyDetails .secCover .introHolder h3,
#secPropertyDetails .secCover .introHolder h4,
#secPropertyDetails .secCover .introHolder h5,
#secPropertyDetails .secCover .introHolder p,
#secPropertyDetails .secCover .introHolder a{
    color: var(--white);
}
#secPropertyDetails .secCover .introHolder h1{
    margin-bottom: 35px;
    font-size: 3vw;
    font-weight: 400;
}
#secPropertyDetails .secAbout {
    position: relative;
    padding: var(--space100) 20%;
}
#secPropertyDetails .secAbout .bgHolder {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    overflow: hidden;
}
#secPropertyDetails .secAbout .bgHolder video,
#secPropertyDetails .secAbout .bgHolder img{
    width: 100%; 
    height: auto; 
    margin: 0;
    object-fit: cover; 
    display: block;
}
#secPropertyDetails .secAbout .contentHolder {
    position: relative;
    z-index: 2;
    text-align: center;
}
#secPropertyDetails .secAbout .logo {
    width: 30%;
    height: auto;
    margin-bottom: var(--space30);
}
#secPropertyDetails .secHighlights {
    position: relative;
    overflow: hidden;
}
#secPropertyDetails .secHighlights .contentHolder {
    position: relative;
    z-index: 2;
    padding: var(--space100) 20% 0 20%;
    text-align: center;
}
#secPropertyDetails .secHighlights .contentHolder .icoListing {
    margin: 50px 0 0 0px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
}
#secPropertyDetails .secHighlights .contentHolder .icoListing li{
    position: relative;
    width: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 5px;
    padding: 50px 25px;
    border: 1px solid #9e8e89;
    border-radius: 50px;
    overflow: hidden;
    backdrop-filter: blur(5px);
}
#secPropertyDetails .secHighlights .contentHolder .icoListing li .icoHolder {
    width: 60%;
    margin: 0 auto 10px auto;
    text-align: center;
}
#secPropertyDetails .secHighlights .contentHolder .icoListing li .icoHolder img{
    width: 100%;
    max-height: 8vh;
    object-fit: contain;
}
#secPropertyDetails .secHighlights .bgHolder {
    position: relative;
    width: 100%;
    margin-top: -25%;
}
#secPropertyDetails .secHighlights .bgHolder img{
    width: 100%;
    height: auto;
    display: block;
    line-height: 0;
}
#secPropertyDetails .secAwards {
    position: relative;
    z-index: 1;
    padding: var(--space50) var(--space8p) var(--space30) var(--space8p);
    background: linear-gradient(120deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.05) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
}
#secPropertyDetails .secHero,
#secPropertyDetails .secHero02 {
    position: relative;
    width: 100%;
    height: 110vh;
    overflow: hidden;
    background-color: var(--black);
}
#secPropertyDetails .secHero img{
    width: 100%; 
    height: 110%; 
    margin: -200px 0 0 0px;
    display: block; 
    object-fit: cover;
    line-height: 1;
    opacity: 0.8;
}
#secPropertyDetails .secHero02 img{
    width: 100%; 
    height: 100%; 
    margin: 0px;
    display: block; 
    object-fit: cover;
    line-height: 1;
}
#secPropertyDetails .secVideos {
    padding: var(--space100) var(--space8p);
}
#secPropertyDetails .secVideos .titleHolder {
    text-align: center;
}
#secPropertyDetails .secGallery {
    padding: var(--space100) var(--space8p);
}
#secPropertyDetails .secGallery h2{
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}
#secPropertyDetails .secLayout {
    padding: var(--space100) var(--space8p);
}
#secPropertyDetails .secLayout.sec02 {
    background-color: rgba(216, 209, 203, 1.0);
}
#secPropertyDetails .secLayout h2{
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}
#secPropertyDetails .secLayout .btnCTA {
    text-align: center;
}
#secPropertyDetails .secLayout .layoutListing {
    position: relative;
    margin: 0 -10px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
#secPropertyDetails .secLayout .layoutListing h3{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: var(--border-black);
}
#secPropertyDetails .secLayout .layoutListing h4{
    margin-bottom: 5px;
    font-weight: 300;
}
#secPropertyDetails .secLayout .layoutListing iframe {
    width: 100%;
}
#secPropertyDetails .secLayout .layoutListing .item {
    position: relative;
    z-index: 2;
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
    transition: all 0.8s ease-out;
}
#secPropertyDetails .secLayout .layoutListing .item a{
    display: block;
}
#secPropertyDetails .secLayout .layoutListing .item .imgHolder {
    position: relative;
    width: 100%;
    margin: 0px auto 15px auto;
    background-color: var(--black);
}
#secPropertyDetails .secLayout .layoutListing .item .imgHolder:after {
    padding-bottom: 55%;
}
#secPropertyDetails .secLayout .layoutListing .item .imgHolder img{
    width: 101%;
    height: 101%;
    opacity: 1;
    transition: all 0.3s ease-out;
}
#secPropertyDetails .secLayout .layoutListing .item:hover .imgHolder img{
    opacity: 0.3;
    transition: all 0.3s ease-out;
}
#secPropertyDetails .secLayout .layoutListing .item .linksHolder {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px 5px;
    border: 1px solid var(--white);
    display: flex;
    opacity: 0;
    transition: all 0.3s ease-out;
}
#secPropertyDetails .secLayout .layoutListing .item:hover .linksHolder {
    opacity: 1;
    transition: all 0.3s ease-out;
}
#secPropertyDetails .secLayout .layoutListing .item .linksHolder a{
    padding: 0 10px;
    color: var(--white);
}
#secPropertyDetails .secLayout .layoutListing .item .linksHolder a:after {
    margin-left: 10px;
    content: " | ";
}
#secPropertyDetails .secLayout .layoutListing .item .linksHolder a:last-child:after {
    margin-left: 0px;
    content: "";
}
#secPropertyDetails .secLayout .layoutListing .item .descHolder {
    width: 100%;
    padding-top: 15px;
}
#secPropertyDetails .secLayout .sliderHolder {
    position: relative;
}
#secPropertyDetails .secLayout .sliderHolder .owl-stage {
    display: flex;
}
#secPropertyDetails .secLayout .sliderHolder .owl-nav {
    position: static;
    width: 100%;
    transform: none;
    display: flex;
    justify-content: center;
}
#secPropertyDetails .secLayout .sliderHolder .owl-nav button{
    width: 50px;
    height: 50px;
    margin: 0 5px;
    border: 1px solid rgba(103, 99, 94, 0.5);
    border-radius: 100px;
}
#secPropertyDetails .secLayout .sliderHolder .item {
    position: relative;
    z-index: 2;
    margin: 0 1px 30px 1px;
    padding: 35px;
    border: 1px solid #4d4d4f;
    transition: all 0.8s ease-out;
}
#secPropertyDetails .secLayout .sliderHolder .item h3{
    margin-bottom: 0px;
    white-space: nowrap;
}
#secPropertyDetails .secLayout .sliderHolder .item h4{
    margin-bottom: 2px;
    text-transform: uppercase;
    font-size: 1vw;
    font-weight: 300;
    letter-spacing: 0.1rem;
    white-space: nowrap;
}
#secPropertyDetails .secLayout .sliderHolder .item p{
    margin-bottom: 10px;
}
#secPropertyDetails .secLayout .sliderHolder .item a{
    display: block;
}
#secPropertyDetails .secLayout .sliderHolder .item .titleHolder {
    margin-bottom: 30px;
}
#secPropertyDetails .secLayout .sliderHolder .item .imgHolder {
    position: relative;
    width: 100%;
    margin: 0px auto 15px auto;
}
#secPropertyDetails .secLayout .sliderHolder .item .imgHolder span{
    position: relative;
    display: inline-block;
    overflow: hidden;
}
#secPropertyDetails .secLayout .sliderHolder .item .imgHolder:after {
    display: none;
}
#secPropertyDetails .secLayout .sliderHolder .item .imgHolder img{
    position: static;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all 0.3s ease-out;
}
#secPropertyDetails .secLayout .sliderHolder .item .imgHolder .zoomImg {
    background-color: var(--bgwhite);
    display: block;
}
#secPropertyDetails .secMap {
    position: relative;
    width: 100%;
}
#secPropertyDetails .secMap p{
    margin: 0;
}
#secPropertyDetails .secMap iframe{
    width: 100%; 
    min-height: 450px; 
    margin: 0;
    display: block; 
    line-height: 1;
    border: 0;
    pointer-events: none;
}
#secPropertyDetails.pine62 .secCover {
    background-color: #1d1f32;
}
#secPropertyDetails.pine62 .secHighlights {
    background-color: #fff3e7;
}
#secPropertyDetails.pine62 .secHighlights .contentHolder .icoListing li{
    width: 32%;
    background-color: rgba(255, 243, 231, 0.9);
}
#secPropertyDetails.pine62 .secLayout.sec02 .layoutListing{
    display: block;
}
#secPropertyDetails.pine62 .secCTA {
    background-color: #1d1f32;
}
#secPropertyDetails.pine62 .secCTA input[type="submit"]{
    background-color: #efac83;
}
#secPropertyDetails.pine62 .secCTA .infoHolder .linkCTA a{
    color: #efac83;
}

#secPropertyDetails.molekHub .secCover,
#secPropertyDetails.molekHub .secCTA {
    background-color: #9b7026;
}
#secPropertyDetails.molekHub .secHighlights {
    background-color: #f5f3f1;
}

#secPropertyDetails.pine4 .secCover {
    background-color: #3a4218;
}
#secPropertyDetails.pine4 .secCover h1{
    color: #e19f36;
}
#secPropertyDetails.pine4 .secCover .introHolder {
    margin-top: -28%;
}
#secPropertyDetails.pine4 .secHighlights {
    background-color: #e9f0fb;
}
#secPropertyDetails.pine4 .secCTA {
    background-color: #3a4218;
}

#secPropertyDetails.pine3 .secCover {
    background-color: #2c6e7e;
}
#secPropertyDetails.pine3 .secCover .introHolder {
    position: absolute;
    z-index: 2;
    top: 15%;
    margin-top: 0;
}
#secPropertyDetails.pine3 .secCover .introHolder .logoHolder {
    width: 30%;
}
#secPropertyDetails.pine3 .secGallery {
    background-color: #d1bda8;
}
#secPropertyDetails.pine3 .secCTA {
    background-color: #708419;
}

#secPropertyDetails.vista .secCover .introHolder .logoHolder {
    width: 50%;
}
#secPropertyDetails.vista .secAbout {
    background-color: #dfd5cf;
}
#secPropertyDetails.vista .secAbout h1{
    width: 80%;
    margin: 0 auto 30px auto;
    text-transform: uppercase;
}
#secPropertyDetails.vista .secCTA {
    background-color: #3b2416;
}
#secPropertyDetails.vista .secCTA .bgHolder {
    top: 0;
    bottom: auto;
}
#secPropertyDetails.vista .secCTA input[type="submit"]{
    background-color: #efac83;
}
#secPropertyDetails.vista .secCTA .infoHolder .linkCTA a{
    color: #efac83;
}

#secPropertyDetails.vista02 .secCover {
    background-color: #2c6e7e;
}
#secPropertyDetails.vista02 .secCover:after {
    display: none;
}
#secPropertyDetails.vista02 .secCover .introHolder {
    position: absolute;
    z-index: 2;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    margin-top: 0;
}
#secPropertyDetails.vista02 .secCover .introHolder .logoHolder {
    width: 60%;
    margin-bottom: 30%;
}
#secPropertyDetails.vista02 .secHighlights {
    background-color: #d3dedd;
}
#secPropertyDetails.vista02 .secLayout {
    position: relative;
}
#secPropertyDetails.vista02 .secLayout .bgHolder {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
}
#secPropertyDetails.vista02 .secLayout .bgHolder img{
    width: 100%;
    height: auto;
    display: block;
    line-height: 0;
}
#secPropertyDetails.vista02 .secLayout .layoutListing {
    justify-content: center;
}
#secPropertyDetails.vista02 .secLayout.sec02 .layoutListing{
    display: block;
}
#secPropertyDetails.vista02 .secCTA {
    background-color: #495c52;
}
#secPropertyDetails.vista02 .secCTA .bgHolder {
    top: 0;
    bottom: auto;
}
#secPropertyDetails.vista02 .secCTA input[type="submit"]{
    background-color: #efac83;
}
#secPropertyDetails.vista02 .secCTA .infoHolder .linkCTA a{
    color: #efac83;
}

#secPropertyDetails.ponderosaLakeside .secCover {
    background-color: #a2bcb9;
}
#secPropertyDetails.ponderosaLakeside .secCover h1,
#secPropertyDetails.ponderosaLakeside .secCover h2,
#secPropertyDetails.ponderosaLakeside .secCover h3,
#secPropertyDetails.ponderosaLakeside .secCover h4,
#secPropertyDetails.ponderosaLakeside .secCover h5,
#secPropertyDetails.ponderosaLakeside .secCover p,
#secPropertyDetails.ponderosaLakeside .secCover a,
#secPropertyDetails.ponderosaLakeside .secCover div{
    color: var(--black);
}
#secPropertyDetails.ponderosaLakeside .secCover .btnCTA a{
    color: var(--white);
}
#secPropertyDetails.ponderosaLakeside .secHighlights {
    background-color: #fcfcfc;
}
#secPropertyDetails.ponderosaLakeside .secLayout {
    background-color: transparent;
}
#secPropertyDetails.ponderosaLakeside .secCTA {
    background-color: #005985;
}


/*  --------------------------------------------------
    Leasing
    -------------------------------------------------- */
#secLeasing {
    position: relative;
    width: 100%;
    height: 100%;
}
#secLeasing .secListing {
    position: relative;
    z-index: 2;
    margin: 0 var(--space8p) var(--space100) var(--space8p);
}
.dualListing {
    position: relative;
    margin: 0 -10px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.dualListing h3{
    color: var(--white);
}
.dualListing li{
    position: relative;
    z-index: 2;
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
    opacity: 1;
    transition: all 0.8s ease-out;
}
.dualListing li.appear{
    opacity: 1;
}
.dualListing li a{
    display: block;
}
.dualListing .thumbHolder,
.dualListing .imgHolder {
    width: 100%;
    background-color: var(--black);
}
.dualListing .thumbHolder img,
.dualListing .imgHolder img{
    width: 101%;
    height: 101%;
    opacity: 0.65;
}
.dualListing .thumbHolder:after,
.dualListing .imgHolder:after {
    padding-bottom: 60%;
}
.dualListing li:hover .thumbHolder img,
.dualListing li:hover .imgHolder img{
    width: 110%;
    height: 110%;
}
.dualListing li .descHolder {
    position: absolute;
    z-index: 2;
    left: 30px;
    bottom: 20px;
    width: 60%;
}
#secLeasing .secDetails {
    position: relative;
    width: 100%;
    padding: var(--space100) 0px;
    background-color: var(--red);
}
#secLeasing .secDetails h1,
#secLeasing .secDetails h2,
#secLeasing .secDetails h3,
#secLeasing .secDetails h4,
#secLeasing .secDetails h5,
#secLeasing .secDetails p,
#secLeasing .secDetails a,
#secLeasing .secDetails li{
    color: var(--white);
}
#secLeasing .secDetails .contentHolder {
    padding: 0 var(--space25p);
    text-align: center;
}
#secLeasing .secDetails .contentHolder:after {
    width: 2px;
    height: 50px;
    background-color: var(--white);
    margin: var(--space30) auto;
    display: block;
    content: "";
}
#secLeasing .secDetails .higlightHolder {
    padding: 0 var(--space8p);
}
#secLeasing .secDetails .higlightHolder h2{
    text-align: center;
}
#secLeasing .secDetails .higlightHolder .highlightListing {
    margin: 50px 0 0 0px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}
#secLeasing .secDetails .higlightHolder .highlightListing li{
    width: 23%;
    margin: 0 1% 20px 1%;
    padding: 25px;
    border: var(--border-white);
}
#secLeasing .secDetails .higlightHolder .highlightListing p{
    margin-bottom: 0;
}
#secLeasing .secDetails .higlightHolder .highlightListing li .icoHolder {
    width: 15%;
    margin-bottom: 35%;
}
#secLeasing .secDetails .higlightHolder .highlightListing li .icoHolder img{
    width: 100%;
    max-height: 7vh;
    object-fit: contain;
}
#secLeasing .secMap {
    position: relative;
    width: 100%;
    height: 85vh;
}
#secLeasing .secMap iframe {
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
}
#mapHolder {
    width: 100%;
    height: 100%;
    background-color: var(--beige);
}
#mapHolder iframe{
    width: 100%;
    height: 100%;
}
#secLeasing .secCTA h2{
    text-align: center;
}
#secLeasing .secCTA .formHolder {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    text-align: center;
}


/*  --------------------------------------------------
    Blog & Tips
    -------------------------------------------------- */
#secBlog {
    position: relative;
    width: 100%;
    height: 100%;
}
#secBlog .secBanner {
    height: 85vh;
    margin-bottom: var(--space100);
}
#secBlog .secBanner .descHolder {
    top: auto;
    left: var(--space8p);
    bottom: 10%;
    transform: none;
    width: 60%;
    text-align: left;
}
#secBlog .secBanner .descHolder h1{
    font-size: 3.8vw;
}
#secBlog .secListing {
    position: relative;
    z-index: 2;
    margin: 0 var(--space8p) var(--space50) var(--space8p);
}
#secBlog .secListing .tileListing .thumbHolder:after,
#secBlog .secListing .tileListing .imgHolder:after {
    padding-bottom: 60%;
}
#secBlog .secAwards {
    position: relative;
    z-index: 1;
    padding: var(--space100) var(--space8p) var(--space30) var(--space8p);
    background: linear-gradient(120deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.05) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
}
#secBlog .secNewsDetails {
    position: relative;
    z-index: 2;
    padding: 30vh 0 var(--space50) 0px;
    margin: 0 var(--space8p) var(--space50) var(--space8p);
    border-bottom: double 5px rgba(0, 0, 0, 0.1);
}
#secBlog .secNewsDetails .bgHolder {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: var(--space30);
    background-color: var(--black);
    overflow: hidden;
}
#secBlog .secNewsDetails .bgHolder img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    display: block;
    line-height: 0;
    opacity: 0.6;
}
#secBlog .secNewsDetails .indicator {
    position: absolute;
    z-index: 2;
    top: calc(20vh + 30px);
    left: 30px;
    text-transform: uppercase;
    font-size: 0.9vw;
}
#secBlog .secNewsDetails .titleHolder {
    margin-bottom: var(--space50);
}
#secBlog .secNewsDetails .contentHolder .dateHolder {
    font-size: 0.9vw;
}
#secBlog .secBlogDetails {
    position: relative;
    z-index: 2;
    margin: 0 var(--space8p) 70px var(--space8p);
    padding-bottom: var(--space30);
    overflow: hidden;
    border-bottom: double 5px rgba(0, 0, 0, 0.1);
}
#secBlog .secBlogDetails h2{
    font-size: 2.5vw;
}


/*  --------------------------------------------------
    About Us Page
    -------------------------------------------------- */
#secAbout {
    position: relative;
    width: 100%;
    height: 100%;
}
#secAbout .secCover {
    position: relative;
    height: 100vh;
    background-color: rgba(0, 0, 0, 1.0);
    overflow: hidden;
}
#secAbout .secCover h1,
#secAbout .secCover h2,
#secAbout .secCover h3,
#secAbout .secCover h4,
#secAbout .secCover p,
#secAbout .secCover a{
    color: var(--white);
}
#secAbout .secCover:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 85%);
    content: "";
}
#secAbout .secCover .bgHolder {
    position: absolute;
    width: 100%;
    height: 100%;
}
#secAbout .secCover .bgHolder video,
#secAbout .secCover .bgHolder img{
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    display: block;
}
#secAbout .secCover .titleHolder {
    position: absolute;
    z-index: 3;
    top: 20%;
    left: var(--space8p);
    width: 32%;
}
#secAbout .secCover .titleHolder h1{
    font-size: 5vw;
    font-weight: 700;
    line-height: 1.2;
}
#secAbout .secCover .titleHolder h1 acronym{
    font-style: italic;
    color: #d1c504;
}
#secAbout .secCover .contentHolder {
    position: absolute;
    z-index: 3;
    bottom: 5%;
    right: var(--space8p);
    width: 32%;
}
#secAbout .secStatements {
    position: relative;
}
#secAbout .secStatements .floraHolder {
    position: sticky;
    z-index: 1;
    top: 50px;
    left: 10%;
    width: 80%;
    margin-top: 50px;
    pointer-events: none;
}
#secAbout .secStatements .floraHolder img{
    width: 100%;
    height: auto;
    opacity: 1;
    -webkit-mask-image: linear-gradient(black, transparent, black, transparent);
    mask-image: linear-gradient(black, transparent, black, transparent);
}
#secAbout .secStatements .contentHolder {
    position: relative;
    z-index: 2;
    margin-top: -35%;
    padding: 0 var(--space25p) var(--space100) var(--space25p);
}
#secAbout .secStatements .contentHolder h2{
    margin-bottom: 50px;
}
#secAbout .secStatements .contentHolder p abbr{
    margin-right: 10px;
    font-size: 3.6vw;
    float: left;
    line-height: 1;
}
#secAbout .secStatements .contentHolder blockquote,
#secAbout .secStatements .contentHolder blockquote p{
    font-family: var(--heading-font);
    font-size: 2.8vw;
}
#secAbout .secStatements .contentHolder blockquote:before{
    content: "“";
}
#secAbout .secStatements .contentHolder blockquote:after{
    content: "”";
}
#secAbout .secStatements .numbersHolder {
    position: relative;
    z-index: 2;
    padding: 12% var(--space8p) 0 var(--space8p);
}
#secAbout .secStatements .numbersHolder .pplHolder {
    width: 80%;
    margin: 0 auto;
}
#secAbout .secStatements .numbersHolder .pplHolder img{
    width: 100%;
    height: auto;
    display: block;
    line-height: 0;
}
#secAbout .secStatements .numbersHolder .numbers {
    position: absolute;
    top: 0;
    left: var(--space8p);
    right: var(--space8p);
    display: flex;
    justify-content: space-around;
    text-align: center;
}
#secAbout .secStatements .numbersHolder .numbers .item {
    width: 30%;
    margin-top: 15%;
}
#secAbout .secStatements .numbersHolder .numbers .item:nth-child(2) {
    margin-top: 0;
}
#secAbout .secStatements .numbersHolder .numbers .item h3{
    margin-bottom: 0;
    font-size: 9vw;
    color: var(--red);
}
#secAbout .secHighlights {
    position: relative;
    z-index: 2;
    background-color: rgba(0, 0, 0, 1.0);
}
#secAbout .secHighlights .highlightListing {
    height: 100vh;
    background-color: var(--black);
    animation: all 0.2s;
}
#secAbout .secHighlights .sliderItem {
    position: relative;
    width: 100%;
    height: 100vh;
}
#secAbout .secHighlights .sliderItem .bgHolder {
    height: 100vh;
    overflow: hidden;
}
#secAbout .secHighlights .sliderItem .bgHolder img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.75;
}
#secAbout .secHighlights .sliderItem .descHolder {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: var(--space8p);
    transform: translateY(-50%);
    width: 40%;
    padding: 50px;
    background-color: #9f2424;
}
#secAbout .secHighlights .sliderItem .descHolder h2,
#secAbout .secHighlights .sliderItem .descHolder h3{
    color: var(--white);
}
#secAbout .secHighlights .sliderItem .descHolder h2{
    padding-bottom: 20px;
    border-bottom: var(--border-white);
}
#secAbout .secHighlights .sliderItem .descHolder p,
#secAbout .secHighlights .sliderItem .descHolder a,
#secAbout .secHighlights .sliderItem .descHolder li{
    color: var(--white);
    line-height: 1.5;
}
#secAbout .secHighlights .sliderItem .descHolder li{
    margin-bottom: 20px;
}
#secAbout .secLeasing {
    position: relative;
    z-index: 1;
    margin: 0 var(--space8p) var(--space125) var(--space8p);
}


/*  --------------------------------------------------
    Registration
    -------------------------------------------------- */
#secRegistration {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #796864;
}
#secRegistration h1,
#secRegistration h2,
#secRegistration h3,
#secRegistration h4,
#secRegistration h5,
#secRegistration p,
#secRegistration li,
#secRegistration a,
#secRegistration div,
#secRegistration input,
#secRegistration select,
#secRegistration textarea{
    color: var(--white);
}
#secRegistration input,
#secRegistration select,
#secRegistration textarea {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#secRegistration ::placeholder {
  color: var(--white);
}
#secRegistration select{
    background: url(images/ico-dropdown-white.png) no-repeat right center;
}
#secRegistration .secHeading {
    margin: 0 var(--space25p) ;
    border-bottom: none;
}
#secRegistration .secHeading p{
    width: 70%;
}
#secRegistration .secForm {
    margin: 0 var(--space25p) var(--space50) var(--space25p);
}


/*  --------------------------------------------------
    Contact Us
    -------------------------------------------------- */
#secContact {
    position: relative;
    width: 100%;
    height: 100%;
}
#secContact .secHeading {
    margin-bottom: var(--space30);
    border-bottom: none;
}
#secContact .bgVideo {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}
#secContact .bgVideo:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: linear-gradient(0deg,rgba(231, 225, 216, 1) 0%, rgba(231, 225, 216, 0) 85%);
    content: "";
}
#secContact .bgVideo video,
#secContact .bgVideo img{
    width: 100%;
    height: auto;
    opacity: 0.3;
}
#secContact .secAddresses {
    position: relative;
    z-index: 2;
    margin: 0 var(--space8p) var(--space100) var(--space8p);
}
#secContact .secAddresses .addHolder {
    position: relative;
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}
#secContact .secAddresses .addHolder .item {
    position: relative;
    z-index: 2;
    width: calc(33.33% - 20px);
    margin: 0 10px 20px 10px;
    padding: 25px;
    background-color: #d8aaa3;
    transition: all 0.8s ease-out;
    overflow: hidden;
}
#secContact .secAddresses .addHolder .item:nth-child(2n) {
    background-color: #d2dd78;
}
#secContact .secAddresses .addHolder .item:nth-child(3n) {
    background-color: #d1bda8;
}
#secContact .secAddresses .addHolder .item:after {
    padding-bottom: 120%;
    display: block;
    content: "";
}
#secContact .secAddresses .addHolder .item:first-child:after {
    padding-bottom: 50%;
}
#secContact .secAddresses .addHolder .item .infoHolder {
    position: absolute;
    bottom: 35px;
    left: 35px;
    right: 35px;
}
#secContact .secAddresses .addHolder .item .infoHolder h4{
    font-size: 1.5vw;
}
#secContact .secAddresses .addHolder .item .infoHolder h4 span{
    font-size: 1vw;
    letter-spacing: 0.05rem;
    display: block;
}
#secContact .secAddresses .addHolder .item .mapLink {
    padding-top: 20px;
    border-top: 1px solid var(--black);
}
#secContact .secAddresses .addHolder .item .mapLink a{
    display: block;
}
#secContact .secEnquiries {
    position: relative;
    z-index: 2;
    background-color: #d1bda8;
}
#secContact .secEnquiries .bgHolderTop {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
}
#secContact .secEnquiries .bgHolderTop img{
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    line-height: 0;
}
#secContact .secEnquiries .contactHolder {
    position: relative;
    z-index: 2;
    padding: var(--space100) var(--space8p) var(--space50) var(--space8p);
}
#secContact .secEnquiries .contactHolder .colLeft,
#secContact .secEnquiries .contactHolder .colRight {
    width: 45%;
}
#secContact .secEnquiries .contactHolder .contactListing a{
    position: relative;
    padding: 8px 0px;
    font-size: 1.5vw;
    font-weight: 300;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#secContact .secEnquiries .contactHolder .contactListing a:last-child {
    border-bottom: none;
}
#secContact .secEnquiries .contactHolder .contactListing a i{
    padding-top: 8px;
    float: right;
}
#secContact .secEnquiries .contactHolder .socialListing {
    display: flex;
}
#secContact .secEnquiries .contactHolder .socialListing a{
    padding: 8px 8px 0 0px;
    font-size: 1.5vw;
    font-weight: 300;
    display: block;
    white-space: nowrap;
}
#secContact .secEnquiries .contactHolder .socialListing a:after {
    padding-left: 3px;
    content: " | ";
}
#secContact .secEnquiries .contactHolder .socialListing a:last-child:after {
    padding-left: 0;
    content: "";
}
#secContact .secEnquiries .bgHolderBottom {
    position: relative;
    z-index: 2;
    left: 0;
    width: 100%;
}
#secContact .secEnquiries .bgHolderBottom img{
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    line-height: 0;
}
#secContact .secForm {
    position: relative;
    z-index: 2;
    margin: 0 var(--space8p) var(--space100) var(--space8p);
}
#secContact .secForm .colLeft {
    width: 35%;
}
#secContact .secForm .colRight {
    width: 60%;
}


/*  --------------------------------------------------
    Career
    -------------------------------------------------- */
#secCareer {
    position: relative;
    width: 100%;
    height: 100%;
}
#secCareer .secHeading {
    min-height: 100vh;
    padding: 0;
    margin: 0;
    border-bottom: none;
}
#secCareer .secHeading .bgHolder {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
#secCareer .secHeading .bgHolder video,
#secCareer .secHeading .bgHolder img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#secCareer .secHeading .descHolder {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: var(--space8p);
    transform: translateY(-50%);
    width: 38%;
}
#secCareer .secHeading .descHolder h1{
    width: 100%;
    margin-bottom: 30px;
}
#secCareer .secHeading .descHolder p{
    font-size: 1.1vw;
}
#secCareer .secEnquiries {
    position: relative;
    z-index: 2;
    padding: var(--space100) var(--space8p) var(--space100) var(--space8p);
    background-color: #d1bda8;
}
#secCareer .secEnquiries .bgHolderTop {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
}
#secCareer .secEnquiries .bgHolderTop img{
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    line-height: 0;
}
#secCareer .secEnquiries .rowHolder {
    position: relative;
    z-index: 2;
}
#secCareer .secEnquiries .colLeft {
    width: 30%;
}
#secCareer .secEnquiries  .colRight {
    width: 60%;
}


/*  --------------------------------------------------
    Default Details Page
    -------------------------------------------------- */
#secDefault {
    position: relative;
    width: 100%;
}
#secDefault .secBanner {
    height: 85vh;
    margin-bottom: var(--space100);
}
#secDefault .secBanner .descHolder {
    top: auto;
    left: var(--space8p);
    bottom: 10%;
    transform: none;
    width: 60%;
    text-align: left;
}
#secDefault .secBanner .descHolder h1{
    font-size: 3.8vw;
}
#secDefault .secContent {
    position: relative;
    z-index: 2;
    padding: 0 var(--space8p) var(--space100) var(--space8p);
}
#secDefault .secContent h2{
    font-size: 2.1vw;
}
#secDefault .secContent h3{
    font-family: var(--default-font);
}


/*  --------------------------------------------------
    For Large Screen
    -------------------------------------------------- */
@media screen and (min-width: 1600px) and (max-width: 5000px) {
    
}


/*  --------------------------------------------------
    For Tablet Landscape
    -------------------------------------------------- */
@media only screen and (max-width: 1100px) {
    :root{
        --space125: 100px;
        --space2p: 120px;
        --space20p: 120px;
        --space25p: 120px;
    }
    p{
        margin-bottom: 15px;
    }
    #header .logoHolder {
      width: 100px;
    }
    #header .topNavi {
        width: 60%;
        display: none;
    }
    #header .btnMenu {
      display: block;
    }

    #secTownship.citySquare .secCTHighlights .bgHolder {
        height: 100%;
    }

    #secAbout .secCover .contentHolder {
        width: 45%;
    }

}


/*  --------------------------------------------------
    For Tablet Portrait
    -------------------------------------------------- */
@media only screen and (max-width: 969px) {
    :root{
        --space125: 100px;
        --space2p: 5%;
        --space8p: 5%;
        --space20p: 5%;
        --space25p: 5%;
    }
    h1, h2, h3, h4, h5, td, tr, th, div, header, section, footer, p, form, input, textarea, select, select option, fieldset, label{
        font-size: 1rem;
    }
    h1{
        font-size: 3rem;
    }
    h2{
        font-size: 2.5rem;
    }
    h1 span,
    h2 span{
        margin-bottom: 5px;
        font-size: 0.85rem;
    }
    h3{
        margin-bottom: 10px;
        font-size: 1.6rem;
    }
    h4{
        font-size: 1.25rem;
    }
    h5{
        margin-bottom: 20px;
        font-size: 0.9rem;
    }
    p{
        margin-bottom: 20px;
        letter-spacing: 0rem;
    }
    input[type="submit"]{
        width: 180px;
    }
    .btnCTA a,
    .btnCTA p{
        padding: 11px 23px 10px 23px;
        font-size: 0.85rem;
    }
    .btnLearnMore {
        font-size: 0.9rem;
    }
    .rowHolder {
        display: block;
    }
    .colLeft {
        width: auto;
    }
    .colRight {
        width: auto;
    }

    .floraTransition {
        top: 0;
        height: 100%;
        overflow: hidden;
    }
    .floraTransition img{
        position: absolute;
        top: 50%;
        width: 130%;
        margin: 0 -15%;
    }
    .frameOverlay {
        display: none;
    }

    #header {
        top: 30px;
    }
    #header .widthWrapper {
        padding: 10px 0px;
    }
    #header .logoHolder {
      width: 100px;
    }
    #header .topNavi {
        width: 60%;
        display: none;
    }
    #header li{
        font-size: 0.9rem;
    }
    #header .btnMenu {
      display: block;
    }
    #header.fixed-header {
        top: 20px;
    }

    footer .infoHolder {
        display: block;
    }
    footer .infoHolder .colHolder {
        width: 100%;
        margin-bottom: var(--space50);
    }
    footer .infoHolder .colHolder:first-child {
        width: 100%;
    }
    footer .infoHolder .colHolder:last-child {
        margin-bottom: 0;
    }
    footer .infoHolder .socialHolder a{
        font-size: 1rem;
    }
    footer .copyrightHolder {
        margin: 0px;
    }
    footer .copyrightHolder .linksHolder {
        margin-bottom: 30px;
    }
    footer .copyrightHolder p{
        font-size: 0.9rem;
    }

    .carousel .carousel-item {
        width: 65%;
        height: 280px;
    }

    .secBanner {
        height: 520px;
    }
    .secBanner .floraHolder {
        width: 100%;
        overflow: hidden;
    }
    .secBanner .floraHolder img{
        width: 100%;
        margin: 0%;
    }
    .secBanner .descHolder {
        width: 90%;
    }
    .secBanner .descHolder h1{
        font-size: 3rem;
    }
    .secBanner .descHolder p{
        font-size: 1.5rem;
    }

    .bgTxtureFloraHolder01 {
        top: 200px;
        width: 100%;
        overflow: hidden;
    }
    .bgTxtureFloraHolder01 img{
        width: 120%;
        margin: 0 -10%;
    }
    .secHeading {
        padding: 300px 0 var(--space30) 0px;
    }
    .secHeading h1{
        width: 100%;
    }
    .secHeading p{
        font-size: 1.2rem;
    }

    .tabNavi ul{
        margin: 0 0 30px -10px;
    }
    .tabNavi li{
        font-size: 0.85rem;
        letter-spacing: 0.02rem;
    }
    .tabNavi li a{
        padding: 0 10px;
    }

    .tileListing li{
        width: calc(50% - 20px);
    }
    .tileListing li .dateHolder {
        margin-bottom: 20px;
        font-size: 0.8rem;
    }
    .tileListing h4{
        height: 3.5rem;
        line-height: 1.75rem;
    }

    .sliderAwards .item .descHolder .awardee {
        font-size: 1rem;
    }
    .sliderAwards .item .descHolder .awardTitle {
        font-size: 1rem;
    }
    .sliderAwards .item .descHolder .awardLocation {
        font-size: 0.85rem;
    }

    .floating {
        display: block;
    }
    .floating.active {
        bottom: 3vh;
    }
    .floating .item {
        padding: 18px 15px 15px 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }
    .floating .item i{
        margin-bottom: 0;
        font-size: 1.35rem;
        line-height: 1;
    }
    .floating .item p{
        font-size: 0.8rem;
        display: none;
    }

    .modalCalculator .bgHolder {
        left: 5%;
        width: 90%;
    }
    .modalContainer .rowHolder {
        margin: 10% 5%;
    }
    .modalContainer .colLeft {
        width: 100%;
        margin-bottom: 30px;
    }
    .modalContainer .colRight {
        width: 100%;
        padding: 0;
    }
    .modalContainer .results {
        font-size: 1.35rem;
    }
    .disclaimerHolder {
        position: static;
        display: none;
        width: 100%;
        font-size: 0.85rem;
    }

    .popUpPlan .btnClose,
    .popUpVirtualTour .btnClose {
        top: 2%;
        right: 5%;
        font-size: 2rem;
    }

    .secCTA input,
    .secCTA textarea,
    .secCTA select {
        margin-bottom: 20px;
    }
    .secCTA .formHolder .chkboxHolder label{
        width: 88%;
        text-align: left;
    }
    .secCTA .infoHolder .linkCTA {
        font-size: 2.5rem;
    }
    
    #secIndex #header.fixed-header {
        top: 20px;
    }
    #secIndex .secIntro {
        height: 115vh;
    }
    #secIndex .secIntro .scroll {
        width: 100%;
        font-size: 0.85rem;
    }
    #secIndex .secIntro .descHolder {
        bottom: 30%;
        right: 15%;
    }
    #secIndex .secIntro .descHolder h1{
        font-size: 3rem;
    }
    #secIndex .secIntro .descHolder p{
        position: relative;
        bottom: auto;
        right: auto;
        width: 85%;
        margin-top: 30px;
    }
    #secIndex .secIntro .descHolder h1 acronym {
        position: static;
        right: auto;
    }
    #secIndex .secAbout {
        position: relative;
    }
    #secIndex .secAbout .titleHolder {
        margin-bottom: 30px;
    }
    #secIndex .secAbout .titleHolder h2{
        width: 100%;
        font-size: 2.5rem;
    }
    #secIndex .secAbout .descHolder {
        width: 100%;
        float: none;
    }
    #secIndex .secAbout .descHolder p{
        line-height: 1.35;
    }
    #secIndex .secProperties {
        clip-path: none; 
    }
    #secIndex .secProperties .sliderP .descHolder {
        bottom: 15%;
        width: 60%;
    }
    #secIndex .secProperties .sliderP .indHolder {
        top: 20%;
        font-size: 2rem;
    }
    #secIndex .secLeasing .floraHolder {
        width: 100%;
    }
    #secIndex .secLeasing .titleHolder {
        display: block;
    }
    #secIndex .secLeasing .titleHolder h2{
        width: 100%;
        margin-bottom: 20px;
    }
    #secIndex .secLeasing .titleHolder p{
        width: 100%;
    }
    #secIndex .secLeasing .slideHolder .item .thumbHolder:after {
        padding-bottom: 75%;
    }
    #secIndex .secLeasing .slideHolder .item .descHolder {
        left: 30px;
        right: 30px;
        bottom: 30px;
    }
    #secIndex .secStories .titleHolder h2{
        width: 60%;
    }
    #secIndex .secStories .slideHolder .item .thumbHolder:after {
        padding-bottom: 65%;
    }
    #secProperties .secBanner {
        height: 60vh;
    }
    #secProperties .secProprtyListing .titleHolder {
        width: 90%;
    }
    #secProperties .secProprtyListing .slideHolder .item {
        width: 100%;
    }
    #secProperties .secProprtyListing .slideHolder .item .descHolder {
        width: calc(100% - 60px);
    }

    #secTownship .secCover {
        height: 70vh;
    }
    #secTownship .secCover .floraTransition01 {
        width: 100%;
        overflow: hidden;
    }
    #secTownship .secCover .floraTransition01 img{
        width: 120%;
        margin: 0 -10%;
    }
    #secTownship .secCover .logoHolder {
        width: 30%;
    }
    #secTownship .secIntro .floraTransition02 {
        width: 90%;
    }
    #secTownship .secIntro .contentHolder {
        width: 100%;
        margin-bottom: 50px;
    }
    #secTownship .secHighlights .slideHolder .owl-stage {
        left: -100px;
    }
    #secTownship .secHighlights .slideHolder .item .descHolder {
        width: 80%;
    }
    #secTownship .secProperties .bgHolder {
        width: 80%;
    }
    #secTownship .secProperties .slideHolder .item {
        width: calc(50% - 10px);
    }
    #secTownship .secProperties .slideHolder .item .indicator {
        padding: 5px 15px;
        font-size: 0.85rem;
    }
    #secTownship .secProperties .slideHolder .item .descHolder h3{
        font-size: 1.2rem;
    }
    #secTownship.citySquare .secCover {
        height: 100vh;
    }
    #secTownship.citySquare .secCover .logoHolder {
        width: 200px;
    }
    #secTownship.citySquare .secAbout .introHolder {
        margin-bottom: 15%;
    }
    #secTownship.citySquare .secAbout .introHolder .descHolder {
        margin: 0 0 50px 0px;
    }
    #secTownship.citySquare .secAbout .introHolder .descHolder h1{
        margin: 0 0 30px 0px;
    }
    #secTownship.citySquare .secAbout .introHolder .listingHolder {
        flex-wrap: wrap;
    }
    #secTownship.citySquare .secAbout .introHolder .listingHolder li{
        width: 48%;
        margin: 5px 5px;
    }
    #secTownship.citySquare .secAbout .lineHolder {
        top: 60%;
    }
    #secTownship.citySquare .secAbout .accessTitleHolder {
        margin: 0 5%;
    }
    #secTownship.citySquare .secAbout .accessTitleHolder h2{
        font-size: 38px;
    }
    #secTownship.citySquare .secAbout .accessHolder {
        margin: 5% 0 0 0px;
    }
    #secTownship.citySquare .secAbout .accessHolder .buildingHolder {
        width: 50%;
    }
    #secTownship.citySquare .secCTHighlights {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 450px var(--space8p) var(--space100) var(--space8p);
    }
    #secTownship.citySquare .secCTHighlights .bgHolder {
        height: 100%;
    }
    #secTownship.citySquare .secCTHighlights .titleHolder h2{
        margin-bottom: 30px;
        font-size: 3rem;
    }
    #secTownship.citySquare .secCTHighlights .titleHolder p{
        width: 100%;
        float: none;
    }
    #secTownship.citySquare .secCTHighlights .listingHolder {
        margin-top: 50px;
    }
    #secTownship.citySquare .secCTHighlights .listingHolder .item p{
        font-size: 1.2rem;
    }
    #secTownship.citySquare .secFloorPlan .colLeft,
    #secTownship.citySquare .secFloorPlan .colRight {
        margin-bottom: var(--space30);
    }
    #secTownship.citySquare .secFloorPlan .dirHolder {
        bottom: var(--space50);
    }

    #secPropertyDetails .secCover .bgHolder video, 
    #secPropertyDetails .secCover .bgHolder img{
        width: 100%;
        height: 600px;
        object-fit: cover;
    }
    #secPropertyDetails .secCover .logoHolder {
        top: 40%;
        width: 35%;
    }
    #secPropertyDetails .secCover .introHolder {
        padding: 0 5% var(--space100) 5%;
    }
    #secPropertyDetails .secCover .introHolder h1{
        margin-bottom: 30px;
        font-size: 2rem;
    }
    #secPropertyDetails .secAbout {
        padding: var(--space100) 10%;
    }
    #secPropertyDetails .secAbout .logo {
        width: 200px;
    }
    #secPropertyDetails .secHighlights .contentHolder {
        padding: var(--space100) 5% 0 5%;
    }
    #secPropertyDetails .secHighlights .contentHolder .icoListing {
        margin: 30px 0 0 0px;
    }
    #secPropertyDetails .secHighlights .contentHolder .icoListing li .icoHolder {
        margin: 0 auto 10px auto;
    }
    #secPropertyDetails .secHighlights .contentHolder .icoListing li .icoHolder img{
        max-height: 60px;
    }
    #secPropertyDetails .secLayout .layoutListing .item {
        width: 100%;
        margin: 0 0 20px 0px;
    }
    #secPropertyDetails .secLayout .layoutListing .item .imgHolder {
        margin: 0px auto 10px auto;
    }
    #secPropertyDetails .secLayout .layoutListing .item .imgHolder:after {
        padding-bottom: 60%;
    }
    #secPropertyDetails .secLayout .layoutListing .item .linksHolder a{
        padding: 0 5px;
        white-space: nowrap;
    }
    #secPropertyDetails .secLayout .layoutListing .item .descHolder {
        padding-top: 10px;
    }
    #secPropertyDetails .secLayout .sliderHolder .item {
        padding: 50px;
    }
    #secPropertyDetails .secLayout .sliderHolder .item h4{
        font-size: 1rem;
    }
    #secPropertyDetails .secLayout .sliderHolder .item .descHolder {
        display: block;
    }
    #secPropertyDetails.vista .secCover .introHolder {
        position: absolute;
        bottom: 10%;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
        padding: 0;
    }

    .dualListing li .descHolder {
        left: 20px;
        bottom: 10px;
        width: 80%;
    }
    #secLeasing .secDetails .higlightHolder .highlightListing {
        flex-wrap: wrap;
    }
    #secLeasing .secDetails .higlightHolder .highlightListing li{
        width: 48%;
        margin: 0 1% 15px 1%;
        padding: 20px;
    }
    #secLeasing .secDetails .higlightHolder .highlightListing li .icoHolder {
        width: 20%;
        margin-bottom: 30%;
    }
    #secLeasing .secDetails .higlightHolder .highlightListing li .icoHolder img{
        max-height: 50px;
    }
    #secLeasing .secMap {
        height: 480px;
    }

    #secBlog .secBanner {
        height: 480px;
    }
    #secBlog .secBanner .descHolder {
        top: auto;
        width: 80%;
    }
    #secBlog .secBanner .descHolder h1{
        font-size: 2.5rem;
    }
    #secBlog .secNewsDetails {
        padding: 150px 0 var(--space50) 0px;
    }
    #secBlog .secNewsDetails .indicator {
        top: 170px;
        left: 20px;
        font-size: 0.85rem;
    }
    #secBlog .secNewsDetails .contentHolder .dateHolder {
        font-size: 0.9rem;
    }
    #secBlog .secBlogDetails h2{
        font-size: 1.8rem;
    }

    #secAbout .secCover {
        height: auto;
        background-color: transparent;
    }
    #secAbout .secCover .bgHolder {
        position: relative;
        margin-bottom: var(--space50);
    }
    #secAbout .secCover .titleHolder {
        position: relative;
        z-index: 3;
        top: auto;
        left: auto;
        width: auto;
        margin: 0 var(--space8p) var(--space30) var(--space8p);
    }
    #secAbout .secCover .titleHolder h1{
        font-size: 2rem;
        color: var(--black);
    }
    #secAbout .secCover .titleHolder h1 acronym{
        font-style: italic;
        color: #d1c504;
    }
    #secAbout .secCover .contentHolder {
        position: relative;
        bottom: auto;
        right: auto;
        width: auto;
        margin: 0 var(--space8p);
    }
    #secAbout .secCover .contentHolder p{
        color: var(--black);
    }
    #secAbout .secStatements .floraHolder {
        left: 5%;
        width: 90%;
        display: none;
    }
    #secAbout .secStatements .contentHolder {
        margin-top: var(--space50);
        padding-bottom: 0;
    }
    #secAbout .secStatements .contentHolder h2{
        margin-bottom: 30px;
    }
    #secAbout .secStatements .contentHolder p abbr{
        margin-right: 5px;
        font-size: 1rem;
        float: none;
    }
    #secAbout .secStatements .contentHolder blockquote,
    #secAbout .secStatements .contentHolder blockquote p{
        font-size: 2rem;
    }
    #secAbout .secStatements .numbersHolder {
        padding: var(--space30) var(--space8p) var(--space50) var(--space8p);
    }
    #secAbout .secStatements .numbersHolder .pplHolder {
        width: 100%;
        margin: 0 auto;
        display: none;
    }
    #secAbout .secStatements .numbersHolder .numbers {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        display: flex;
        justify-content: space-around;
        text-align: center;
    }
    #secAbout .secStatements .numbersHolder .numbers .item {
        width: 30%;
        margin-top: 0;
    }
    #secAbout .secStatements .numbersHolder .numbers .item h3{
        font-size: 3.5rem;
    }
    #secAbout .secHighlights .sliderItem .descHolder {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: var(--space8p);
        transform: translateY(-50%);
        width: 90%;
        padding: 50px;
        background-color: #9f2424;
    }
    #secAbout .secHighlights .sliderItem .descHolder li{
        margin-bottom: 15px;
    }

    #secRegistration .secHeading p{
        width: 90%;
    }

    #secContact .secAddresses .addHolder {
        margin: 0px;
    }
    #secContact .secAddresses .addHolder .item {
        width: 100%;
        margin: 0 0 20px 0px;
        padding: 30px;
    }
    #secContact .secAddresses .addHolder .item:first-child {
        width: 100%;
    }
    #secContact .secAddresses .addHolder .item:after {
        display: none;
    }
    #secContact .secAddresses .addHolder .item .infoHolder {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        margin: 0px;
    }
    #secContact .secAddresses .addHolder .item .infoHolder h4{
        font-size: 1.5rem;
    }
    #secContact .secAddresses .addHolder .item .infoHolder h4 span{
        font-size: 1rem;
    }
    #secContact .secEnquiries .contactHolder .colLeft,
    #secContact .secEnquiries .contactHolder .colRight {
        width: 100%;
    }
    #secContact .secEnquiries .contactHolder .colLeft {
        margin-bottom: 50px;
    }
    #secContact .secEnquiries .contactHolder .contactListing a{
        font-size: 1rem;
    }
    #secContact .secEnquiries .contactHolder .socialListing {
        white-space: nowrap;
        overflow-x: scroll;
    }
    #secContact .secEnquiries .contactHolder .socialListing a{
        font-size: 1rem;
    }
    #secContact .secForm .colLeft {
        width: 100%;
        margin-bottom: var(--space30e);
    }
    #secContact .secForm .colRight {
        width: 100%;
    }
    #secCareer .secHeading {
        min-height: 85vh;
    }
    #secCareer .secHeading .descHolder {
        top: 30%;
        transform: none;
        width: 60%;
    }
    #secCareer .secHeading .descHolder p{
        font-size: 1rem;
    }
    #secCareer .secEnquiries .colLeft {
        width: 100%;
    }
    #secCareer .secEnquiries  .colRight {
        width: 100%;
    }

    #secDefault .secBanner {
        height: 480px;
    }
    #secDefault .secBanner .descHolder {
        top: auto;
        width: 80%;
    }
    #secDefault .secBanner .descHolder h1{
        font-size: 2.5rem;
    }
    #secDefault .secContent h2{
        font-size: 2rem;
    }
}


/*  --------------------------------------------------
    For Mobile Landscape
    -------------------------------------------------- */
@media only screen and (max-width: 560px){
    #secIndex .secIntro .descHolder h1{
        font-size: 2rem;
    }
    #secIndex .secIntro .descHolder p{
        width: 100%;
        display: none;
    }

    #secProperties .secBanner {
        height: 100vh;
    }

    #secTownship .secCover {
        height: 100vh;
    }

    #secPropertyDetails.vista .secCover {
        height: 480px;
        overflow: hidden;
    }
    #secPropertyDetails.vista .secCover .introHolder {
        margin-top: -35%;
    }
    #secPropertyDetails.vista .secCover .introHolder .logoHolder {
        width: 230px;
    }
}


/*  --------------------------------------------------
    For Mobile Portrait
    -------------------------------------------------- */
@media only screen and (max-width: 500px) {
    :root{
        --space125: 80px;
        --space100: 80px;
    }
    h1{
        font-size: 2.3rem;
    }
    h2{
        font-size: 2.1rem;
    }
    h3{
        margin-bottom: 15px;
        font-size: 1.3rem;
    }

    #header {
        top: 10px;
    }
    #header.fixed-header {
        top: 10px;
    }

    footer .copyrightHolder .linksHolder {
        margin-bottom: 30px;
        display: block;
    } 
    footer .copyrightHolder .linksHolder a{
        margin-right: 0;
        margin-bottom: 10px;
        display: block;
    }
    footer .copyrightHolder .linksHolder a:after {
        margin-left: 0;
        content: "";
        display: none;
    }

    .carousel .carousel-item {
        width: 80%;
        height: 380px;
    }

    .secBanner {
        height: 420px;
    }
    .secBanner .floraHolder img{
        width: 130%;
        margin: 0 -15%;
    }
    .secBanner .descHolder h1{
        font-size: 2.3rem;
    }
    .secBanner .descHolder p{
        font-size: 1.25rem;
    }

    .bgTxtureFloraHolder01 {
        top: 150px;
    }
    .bgTxtureFloraHolder01 img{
        width: 130%;
        margin: 0 -15%;
    }
    .secHeading {
        padding: 200px 0 var(--space30) 0px;
    }

    .tileListing {
        margin: 0;
    }
    .tileListing li{
        width: 100%;
        margin: 0 0 20px 0px;
    }
    .tileListing h4{
        height: auto;
    }

    .sliderAwards .item .trophyHolder {
        padding-bottom: 55%;
    }

    .popUpPlan .contentWrapper {
        width: 90%;
        height: 80%;
        padding: 30px;
        overflow-y: auto;
    }
    .popUpVirtualTour iframe{
        width: 90%;
        height: 80%;
    }

    #secIndex .secIntro .descHolder {
        top: 25%;
        right: 5%;
    }
    #secIndex .secIntro .descHolder h1{
        font-size: 2.6rem;
    }
    #secIndex .secIntro .descHolder p{
        width: 100%;
        display: block;
    }
    #secIndex .secProperties .sliderP .descHolder {
        width: 90%;
    }
    #secIndex .secLeasing .slideHolder .item .descHolder {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }
    #secIndex .secStories .titleHolder {
        margin-bottom: 20px;
        display: block;
    }
    #secIndex .secStories .titleHolder h2{
        width: 100%;
        margin-bottom: 25px;
    }
    #secIndex .secStories .titleHolder .btnLearnMore{
        margin-top: 10px;
    }

    #secProperties .secProprtyListing .slideHolder .item .imgHolder:after {
        padding-bottom: 90%;
    }
    #secProperties .secProprtyListing .slideHolder .item .descHolder {
        bottom: 20px;
        left: 20px;
        width: calc(100% - 40px);
    }
    #secProperties .secProprtyListing .slideHolder .item .logoHolder {
        width: auto;
        top: 20px;
        right: 20px;
    }
    #secProperties .secProprtyListing .slideHolder .item .logoHolder img{
        max-width: 90px;
        max-height: 70px;
    }
    #secTownship .secIntro .featuresHolder .item {
        width: 100%;
        margin: 0 0 10px 0px;
    }
    #secTownship .secHighlights .titleHolder {
        position: relative;
        z-index: 3;
        padding: 15% var(--space25p) var(--space30) var(--space25p);
        text-align: center;
    }
    #secTownship .secHighlights .slideHolder .owl-stage {
        left: -35px;
    }
    #secTownship .secHighlights .slideHolder .item .imgHolder:after {
        padding-bottom: 75%;
    }
    #secTownship .secProperties .tabNavi {
        display: block;
    }
    #secTownship .secProperties .tabNavi h4{
        margin-bottom: 10px;
    }
    #secTownship .secProperties .tabNavi li:after{
        padding-right: 10px;
    }
    #secTownship .secProperties .tabNavi li a{
        padding: 0 10px 0 0px;
    }
    #secTownship .secProperties .slideHolder .item {
        width: 100% ;
    }
    #secTownship .secProperties .slideHolder .item .thumbHolder:after {
        padding-bottom: 70%;
    }
    #secTownship.citySquare .secCover .logoHolder {
        width: 130px;
    }
    #secTownship.citySquare .secAbout .introHolder .listingHolder li{
        width: 100%;
        margin: 5px 0px;
        padding: 20px 20px 10px 20px;
    }
    #secTownship.citySquare .secAbout .lineHolder {
        top: 65%;
    }
    #secTownship.citySquare .secAbout .accessTitleHolder h2{
        font-size: 35px;
    }
    #secTownship.citySquare .secAbout .accessHolder {
        margin: 0 0 0 0px;
    }
    #secTownship.citySquare .secAbout .accessHolder .buildingHolder {
        width: 80%;
    }
    #secTownship.citySquare .secCTHighlights {
        padding: 300px var(--space8p) var(--space100) var(--space8p);
    }
    #secTownship.citySquare .secCTHighlights .titleHolder h2{
        font-size: 1.5rem;
    }
    #secTownship.citySquare .secCTHighlights .listingHolder .item {
        padding: 15px;
    }

    #secPropertyDetails .secCover .bgHolder video, 
    #secPropertyDetails .secCover .bgHolder img{
        height: 480px;
    }
    #secPropertyDetails .secCover .logoHolder {
        top: 32%;
        width: 50%;
    }
    #secPropertyDetails .secAbout {
        padding: var(--space100) 5%;
    }
    #secPropertyDetails .secHighlights .contentHolder .icoListing {
        flex-wrap: wrap;
    }
    #secPropertyDetails .secHighlights .contentHolder .icoListing li{
        width: 100%;
        margin: 0 0 10px 0px;
        padding: 25px;
    }
    #secPropertyDetails .secHighlights .contentHolder .icoListing li .icoHolder img{
        max-height: 50px;
    }
    #secPropertyDetails .secLayout .sliderHolder .item {
        padding: 30px;
    }
    #secPropertyDetails .secLayout .sliderHolder .item h3{
        white-space: wrap;
    }
    #secPropertyDetails .secLayout .layoutListing {
        margin: 0px;
    }
    #secPropertyDetails.pine62 .secHighlights .contentHolder .icoListing li{
        width: 100%;
    }
    #secPropertyDetails.pine4 .secCover .introHolder {
        margin-top: -50%;
    }
    #secPropertyDetails.pine3 .secCover .introHolder {
        position: static;
        margin-top: 100px;
    }
    #secPropertyDetails.pine3 .secCover .introHolder .logoHolder {
        width: 200px;
    }
    #secPropertyDetails.vista .secCover {
        height: 480px;
        overflow: hidden;
    }
    #secPropertyDetails.vista .secCover .introHolder {
        margin-top: -35%;
    }
    #secPropertyDetails.vista .secCover .introHolder .logoHolder {
        width: 230px;
    }

    .dualListing {
        margin: 0px;
    }
    .dualListing li{
        width: 100%;
        margin: 0 0 20px 0px;
    }

    #secLeasing .secDetails .higlightHolder .highlightListing li{
        width: 100%;
        margin: 0 0 15px 0px;
    }
    #secLeasing .secDetails .higlightHolder .highlightListing li .icoHolder {
        width: 15%;
        margin-bottom: 20%;
    }
    #secLeasing .secDetails .higlightHolder .highlightListing li .icoHolder img{
        max-height: 35px;
    }
    #secLeasing .secMap {
        height: 320px;
    }

    #secBlog .secBanner {
        height: 360px;
    }
    #secBlog .secBanner .descHolder {
        width: 90%;
    }
    #secBlog .secBanner .descHolder h1{
        font-size: 2rem;
    }
    #secBlog .secNewsDetails {
        padding: 130px 0 var(--space50) 0px;
    }
    #secBlog .secNewsDetails .indicator {
        top: 150px;
    }
    #secBlog .secBlogDetails h2{
        font-size: 1.2rem;
    }

    #secAbout .secStatements .numbersHolder {
        padding-top: 0;
    }
    #secAbout .secStatements .numbersHolder .numbers {
        display: block;
    }
    #secAbout .secStatements .numbersHolder .numbers .item {
        width: 100%;
        margin-top: 0;
        text-align: left;
        border-bottom: var(--border-light-grey);
    }
    #secAbout .secStatements .numbersHolder .numbers .item:last-child {
        border-bottom: none;
    }
    #secAbout .secStatements .numbersHolder .numbers .item h3{
        font-size: 4rem;
    }
    #secAbout .secHighlights .sliderItem .descHolder {
        padding: 20px;
    }
    #secAbout .secHighlights .sliderItem .descHolder li{
        margin-bottom: 10px;
    }

    #secCareer .secHeading .bgHolder {
        display: none;
    }
    #secCareer .secHeading .descHolder {
        position: relative;
        top: auto;
        width: 90%;
        padding: 200px 0 50px 0px;
    }

    #secDefault .secBanner {
        height: 360px;
    }
    #secDefault .secBanner .descHolder {
        width: 90%;
    }
    #secDefault .secBanner .descHolder h1{
        font-size: 2rem;
    }
    #secDefault .secContent h2{
    font-size: 1.8rem;
}
}