@import url("https://use.typekit.net/pbx2zoe.css");

@font-face {
    font-family: 'TT Firs Neue';
    src: local('TT Firs Neue Regular'), local('TT-Firs-Neue-Regular'),
        url('../fonts/TTFirsNeue-Regular.woff2') format('woff2'),
        url('../fonts/TTFirsNeue-Regular.woff') format('woff'),
        url('../fonts/TTFirsNeue-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }


/* ----------------------------------------------------------------
	Preloader
-----------------------------------------------------------------*/
.page-loader,
.page-loader-alt {
	display:block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 100000;	
}

.page-loader div,
.page-loader-alt div {
	position: absolute;
	width:150px; /*150*/
	height: auto;/*auto*/
	margin: 0 auto;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}

.page-loader-alt div {
	position: absolute;
	width:1440px; /*150*/
	height: 900px;/*auto*/
	margin: 0 auto;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}












html{
    font-size: 100%;
	scroll-behavior: smooth;
}
body, html {
    -webkit-font-smoothing: antialiased;
    letter-spacing: .05em;
}

body{
    font-size: 14px;
    line-height: 1.6;
    font-family: 'FuturaBT',system-ui,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
}
h1,h2, h3, h4,h5,h6{
    margin-top: 0;
    line-height: 1.125;
    margin-bottom: 25px;
    margin-top: 5px;
    font-weight: bold;
}
h3 {letter-spacing: 0.09em;}
strong, b{
    font-weight: bold;
}
p{
    font-family: 'FuturaBT',system-ui,sans-serif;
    font-weight: 500;
    font-size: 1.875rem;
    line-height: 1.3em;
    /*margin-bottom: -25px;*/
    margin-bottom: 25px;
    letter-spacing: 0;
    color: #919191;
}
ul, ol{
    line-height: 1.3;
    margin-bottom: 5px;
}
a, button, input, textarea, select{
    outline: none !important;
}
textarea{
    resize: vertical;
}
a, button{
    transition: all ease-in-out 300ms;
    text-decoration: none !important;
}
a.grey-link {
    color: #919191;
}

.m4_font {font-family: 'TT Firs Neue',system-ui,sans-serif; letter-spacing: normal;font-weight:normal !important; text-transform:none !important;}
.m5_font {font-family: 'din-2014',system-ui,sans-serif; letter-spacing: normal;font-weight:normal !important; text-transform:none !important;}

.mb-20 {
    margin-bottom: 20px;
}

/*Scroll to top*/
.scroll-top{
    display: block;
    position: fixed;
    padding: 0;
    margin: 0;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 0;
    background: rgba(0, 0, 0, 0.95);
    border-radius: 5px;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: all ease-in-out 300ms;
    z-index: 991;
}
.scroll-top:before{
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -6px;
}
.scroll-top.in{
    opacity: .4;
}
.scroll-top:hover{
    opacity: 1;
}

.mobile-head{
    display: none;
}
.page-wrapper{
    position: relative;
    min-height: 110vh;
    padding-bottom: 150px;
}
#header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 993;
    transition: all ease-in-out 300ms;
}
#header.fixed{
    background: #fff;
}
#header.fixed .nav-home-link svg{
    width: 45px;
    margin-top: -10px;
    transition: all ease-in-out 300ms;
}
#header.fixed .nav-home-link svg .wordmark{
    display: none;
}
#header.fixed .desktop-nav a{
    color: #000;
}
#header.fixed .desktop-nav a:hover{
    color: #919191;
}

.inner-page-nav{
    position: fixed;
    top: 49px;
    left: 0;
    width: 100%;
    max-height: 30px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-left: 5.18%;
    background: #fff;
    z-index: 991;
}
.inner-page-nav .toggler{
    display: none;
    padding: 0;
}
.inner-page-nav .content a{
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin-right: .6rem;/*.8rem*/
    height: 30px;
    line-height: 30px;
    color: #000;
    font-size: .8rem;/*.8125rem*/
    position: relative;
    text-transform: uppercase;
}
.inner-page-nav .content a:hover{
    color: #ff0000;
}
.inner-page-nav .content .nav-label{
    color: #ff0000;
}
.inner-page-nav .content a:after{
    content: '';
    height: 2px;
    background: #000;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    transition: all ease-in-out 300ms;
    opacity: 0;
}
.inner-page-nav .content a.active:after{
    opacity: 1;
}


.page-template #header{
    background: #fff;
}
.page-template #header .nav-home-link svg{
    width: 45px;
    margin-top: -10px;
    transition: all ease-in-out 300ms;
}
.page-template #header .nav-home-link svg .wordmark{
    display: none;
}
.page-template #header .desktop-nav a{
    color: #000;
}
.page-template #header .desktop-nav a:hover{
    color: #919191;
}
.page-template #header .desktop-nav a.current-menu-item{
    color: #919191;
}




.menu-toggle{
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
}
.menu-toggle .dots{
    width: 29px;
}
.menu-toggle .close{
    width: 14px;
}
.home-link svg{
    width: 110px;
}
.desktop-nav{
    display: block;/*flex*/
    justify-content: space-between;
    align-items: center;
    /*padding: 13px 1.6rem;*/
}
.desktop-nav a{
    line-height: 1.70667;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    display: block !important;
    width: 100%;
    font-size: .8125rem;
}

.desktop-nav-col1,
.desktop-nav-col2,
.desktop-nav-col3 {
	float:left;
	display:flex;
	justify-content: space-between;
	align-items: center;
	width:44%;
	padding: 13px 0 13px 15px;
	background-color:rgba(255,0,0,0);
}

.desktop-nav-col1 {
	width:44%;
	padding: 13px 0 13px 15px;
}

.desktop-nav-col2 {
	width:12%;
	padding: 7px 0;
}

.desktop-nav-col3 {
	float:right;
	padding: 13px 15px 13px 0;
}

/*
.desktop-nav div {
align-items: center;
display: flex;
justify-content: space-between;	
}
*/

.nav-home-link svg{
    width: 110px;
    transform: translateY(.5rem);
}

.home-banner{
    position: relative;
    height: 100vh;
	min-height: -webkit-fill-available;
    overflow: hidden;
}
.vh-video{
    height: 100vh;
    min-width: 177.77778vh;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate3d(-50%,0,0);
    width: 100%;
}
.video-ratio{
    height: 0;
    left: 0;
    padding-bottom: 56.25%;
    position: relative;
    top: 0;
    width: 100%;
}
.video-ratio video{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.home-banner .copy{
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    padding: 4rem;
}

.home-banner .copy svg{
    width: 200px;
    height: auto;
    margin-bottom: 40px;
}

.home-banner .copy h2{
    font-size: 3.4375rem;/*3.4375*/
    line-height: 1.06667;/*1.16364*/
    max-width: 15em;
    text-transform: uppercase;
    font-weight: 500;
	color: #fff;
}
.home-banner .copy strong{
    color: #abd037;
	font-weight:500;
}
.img-full{
    display: block;
    width: 100%;
    height: auto;
}

.video-banner{
    height: 915px;
    overflow: hidden;
    position: relative;
}
.video-banner .vh-video{
    height: 915px;
}

.banner-text{
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
}
.banner-text h3{
    font-size: 2.25rem;
    line-height: 1.16364;
    text-transform: uppercase;
    font-weight: bold;
}
.banner-text p{
    color: #919191;
    font-size: 1.375rem;
    line-height: 1.3em;
    letter-spacing: 0;
}
.banner-text p:last-child{
    margin-bottom: 0;
}

#footer{
    position: fixed;
    width: 100%;
    bottom: -120px;
    padding: 10px 0;
    background: #fff;
    transition: all ease-in-out 300ms;
	z-index: 15;
}
#footer.fixed{
    bottom: 0;
}
.scroll-up svg{
    width: 8px;
}
.footer-logo{
    width: 32px;
}
.fb-logo svg{
    width: 24px;
}
.ig-logo svg{
    width: 24px;
	margin-left: 1em;
}
.footer-wrapper{
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
.f-col{
    padding: 0 1rem;
    color: #919191;
    line-height: 1.4;
    position: relative;
    display: inline;
}
.f-col-last{
    align-items: flex-end;
    justify-content: space-around;
    margin-left: auto;
    margin-right: 0;
    margin-top: -8px;
}
.rogers-logo{
    margin-right: 10px;
}

.f-up{
    display: inline-block;
    border: 0;
    background: none;
}
.f-col-last .f-up{
    display: none;
}
.f-up.f-up-left {
    top: -7px;
    position: relative;
}

.f-col h3{
    text-transform: uppercase;
    text-decoration: none;
    color: #444;
    font-size: 12px
}
.f-col a{
    color: #919191;
}
.footer-mobile{
    text-align: center;
}
.footer-mobile .f-up{
    margin-right: 5px;
}

.construction-panel {
	 padding: 1rem 0 1rem;
}

@media(min-width: 992px){
	.construction-panel {
		 padding: 1rem 4.8rem 1rem;
	}
}
.construction-panel .row {
	padding-top:1em;
	border-top:1px solid #000;
}


.main-content{
    padding: 5.4rem 4.8rem 3.4rem;
}
.heading{
    margin-bottom: 3.4rem;
}
.heading h3{
    font-size: 2.25rem;
    line-height: 1.2em;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
}
.heading p{
    color: #919191;
    font-size: 1.375rem;
    line-height: 1.3em;
}
.leading-text{
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.overlay-link-1{
    display: block;
    width: 100%;
    margin-bottom: 3.2rem;
}
.overlay-link-1 .thumb{
    overflow: hidden;
    position: relative;
    padding-bottom: 63.0273%;
    margin-bottom: 1.6rem;
}
.overlay-link-1 .thumb img{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    object-fit: cover;
    transition: all ease-in-out 600ms;
}
.overlay-link-1 .overlay-img{
    position: absolute;
    z-index: 8;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: all ease-in-out 300ms;
    background: rgba(255,0,0,.7);
}
.overlay-link-1 .overlay{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
    transition: all ease-in-out 300ms;
}
.overlay-link-1 .overlay .inner{
    position: relative;
    top: 50%;
    transform: translateY(-35%);
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.12;
    padding: 15px;
    transition: all ease-in-out 300ms;
    text-transform: uppercase;
}
.overlay-link-1:hover .overlay .inner{
    transform: translateY(-50%);
}

.overlay-link-1:hover .overlay-img{
    opacity: .9;
}
.overlay-link-1:hover .overlay{
    opacity: 1;
}
.overlay-link-1:hover .thumb img{
    transform: scale(1.1);
}

.overlay-link-1 .content h4{
    color: #000;
    transition: all ease-in-out 300ms;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 1.375rem;
    line-height: 1.16364;
    text-transform: uppercase;
}
.overlay-link-1:hover .content h4{
    color: #ff0000;
}
.overlay-link-1 .content p{
    font-size: .9375rem;
    line-height: 1.70667;
    color: #919191;
}

.overlay-link-2{
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #919191;
}
.overlay-link-2 .thumb{
    position: relative;
    padding-bottom: 78%;
    overflow: hidden;
}
.overlay-link-2 .thumb img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 600ms;
}
.overlay-link-2 .thumb:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 0, 0, 0.7);
    opacity: 0;
    transition: all ease-in-out 300ms;
}
.overlay-link-2:hover .thumb img{
    transform: scale(1.1);
}
.overlay-link-2:hover .thumb:after{
    opacity: 1;
}

.overlay-link-2 .thumb .date{
    font-size: .9375rem;
    line-height: 1.70667;
    background: #fff;
    padding: .2rem 1.04rem;
    z-index: 9;
    top: 12%;
    left: 0;
    position: absolute;
    color: #919191;
}
.overlay-link-2 .content{
    padding: .75rem;
}
.overlay-link-2 .content h3{
    font-size: 1rem;
    line-height: 1.28;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 500;
}
.overlay-link-2 .content p{
    margin-bottom: 0;
    font-size: .875rem;
    line-height: 1.82857;
    color: #919191;
}

.page-wrapper.contact{
    background: #d92128;
    color: #fff;
}

.mb-30{
    margin-bottom: 30px;
}
.contact-content{
    padding-top: 15.5rem;
}

h3{
    font-size: 2.25rem;
    line-height: 1.06667;
}
.contact-content h3{
    text-transform: uppercase;
}
.contact-content p{
    color: #fff;
    line-height: 2.5;
}
.contact-content a{
    color: #fff;
}

.icheck-wrapper{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 5px;
}
.icheck-wrapper span{
    color: #919191;
    font-size: 1rem;
    font-weight: normal;
}
.icheckbox, .iradio{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    width: 30px;
    height: 30px;
    border-radius: 180%;
    border: 1px solid #919191;
}
.icheckbox.checked:before, .iradio.checked:before{
    content: "";
    width: 50%;
    height: 50%;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.iRadioRRR {
	display:inline-block;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
}





.input-wrapper{
    margin-bottom: 2rem;
    position: relative;
}
.input-wrapper input{
    display: block;
    width: 100%;
    padding: 0 0 .64rem;
    border: 0;
    border-bottom: 1px solid #979797;
}
.input-label{
    display: inline-block;
    color: #919191;
    font-size: 1rem;
    font-weight: normal;
    vertical-align: middle;
}
.opt-label{
    display: inline-block;
    color: #919191;
    font-size: 1.2rem;
    font-weight: bold !important;
    text-transform: uppercase;
    vertical-align: middle;
}
.select-input{
    padding: .4rem 1.28rem .56rem;
    display: block;
    font-size: 1rem;
    line-height: 1.6;
    border-radius: 3rem;
    border: 1px solid #979797;
    width: 100%;
    position: relative;
}
.submit-btn{
    display: inline-block;
    margin-bottom: 2rem;
    margin-top: 15px;
    padding: 0;
    border: 0;
    border-bottom: 2px solid #ff0000;
    text-transform: uppercase;
    font-size: 2.25rem;
    line-height: 1.06667;
    background: none;
    font-weight: bold;
    color: #ff0000;
}
.btn-radios.consent div.error {
    margin-top: 65px;
}
.form-footer h5{
    color: #000;
    font-size: 1.2rem;
    font-weight: normal;
}
.form-footer p{
    color: #919191;
    font-size: 1.2rem;
    font-weight: normal;
}

.signupmsg{
    font-size: 1.125rem;
    display: inline-block;
	margin-top: 0;
    margin-bottom: 1rem;
    margin-left: 10px;
    width: 80%;
    vertical-align: top;
}

.desc-text{
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
}


.expandable-content{
    position: relative;
    margin-bottom: 60px;
}
.expandable-content h3{
    text-transform: uppercase;
}
.expandable-content h3 img{
    display: inline-block;
    vertical-align: baseline;
}
.expandable-content .hidden-content{
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out 300ms;
}
.expandable-content.expanded .hidden-content{
    max-height: 1000rem;
    overflow: auto;
    visibility: visible;
    opacity: 1;
}
.expandable-content .content{
    max-width: 830px;
    margin: 0 auto;
}
.btn-line{
    border: 1px solid #ccc;
    outline: 0 !important;
    background: none;
    padding: .4rem 1.6rem;
    border-radius: 0;
    color: #000;
    box-shadow: none !important;
}

.dev-box{
    display: block;
    width: 100%;
    margin-bottom: 30px;
    color: #919191;
}
.dev-box:hover{
    color: #ff0000;
}
.dev-box .thumb{
    padding-bottom: 100%;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}
.dev-box .thumb:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 0, 0, 0.7);
    opacity: 0;
    transition: all ease-in-out 300ms;
}
.dev-box:hover .thumb:after{
    opacity: 1;
}
.dev-box .thumb img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: all ease-in-out 600ms;
}
.dev-box:hover .thumb img{
    transform: scale(1.1);
}


.p2-full-height{
    height: calc(100vh - 80px);
}
.vc{
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.vc-inner{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.embed-responsive video{
    object-fit: fill;
}
.banner-img {
	position: relative;
}
.banner-img img{
    display: block;
    width: 100%;
    height: auto;
    /*padding: 0 0 4.8rem;*/
}
.green-bg{
    background: #aace36;
    color: #000;
}
.green-bg p{
    color: #000 !important;
}
.p-15{
    padding: 15px;
}

.community-pop{
    padding-top: 2rem;/*8rem*/
}
.cp-box{
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.cp-box .thumb{
    position: relative;
    overflow: hidden;
}
.cp-box .thumb img{
    display: block;
    width: 100%;
    height: auto;
    transition: all ease-in-out 600ms;
}
.cp-box:hover .thumb img{
    transform: scale(1.1);
}
.cp-box .thumb:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 0, 0, 0.7);
    opacity: 0;
    transition: all ease-in-out 300ms;
}
.cp-box:hover .thumb:after{
    opacity: 1;
}

.location-banner{
    position: relative;
}
.location-banner>img{
    display: block;
    width: 100%;
    height: auto;
}
.location-banner .location-legend{
    position: absolute;
    top: 2rem;
    left: 4rem;
    background: #fff;
    border: 1px solid #000;
    padding: 1.6rem;
}

.location-legend .accordion{
    margin-bottom: 5px;
}
.location-legend .accordion [data-control]{
    cursor: pointer;
    font-size: .875rem;
    line-height: 1.82857;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 2rem;
}
.location-legend .accordion [data-content] ul{
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}
.location-legend .accordion [data-content] ul li{
    font-size: .875rem;
    line-height: 1.82857;
}
.location-legend .accordion [data-content] ul li .counter{
    text-align: center;
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%;
    color: #fff;
    letter-spacing: -.1em;
    font-size: .8em;
    line-height: 1.35;
    padding-right: .1em;
    padding-top: .05em;
    margin-right: 0.9em;
}

.mb-15{
    margin-bottom: 15px;
}
.pb-0{
    padding-bottom: 0;
}

.square-img,
.portrait-img,
.landscape-img {
    display: block;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}
.portrait-img {
    padding-bottom: 150%;
}
.landscape-img {
    padding-bottom: 75%;
}
.square-img img,
.portrait-img img,
.landscape-img img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.square-wrapper{
    position: relative;
    padding-bottom: calc(100% + 30px);
}
.square-wrapper .vc-inner{
    position: absolute;
    width: 100%;

}
.square-wrapper .vc-inner .content{
    padding: 15px;
    max-width: 600px;
    margin: 0 auto;
}
.square-wrapper .vc-inner .content p{
    font-size: .96875rem;
    color: #fff;
}

.aspect-50{
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 50%;
    overflow: hidden;
}
.aspect-50 img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.aspect-65{
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 65%;
    overflow: hidden;
}
.aspect-65 img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.aspect-80{
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 80%;
    overflow: hidden;
}
.aspect-80 img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.aspect-1{
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}
.aspect-1 img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.hover-fx.hover-fx{
    position: relative;
    overflow: hidden;
}
.hover-fx img{
    transition: all ease-in-out 600ms;
}
.hover-fx:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 0, 0, 0.7);
    opacity: 0;
    transition: all ease-in-out 300ms;
}
.hover-fx:hover:after{
    opacity: 1;
}
.hover-fx:hover img{
    transform: scale(1.1);
}




.hover-fx-alt.hover-fx-alt{
    position: relative;
    overflow: hidden;
}
.hover-fx-alt img{
    transition: all ease-in-out 600ms;
}
.hover-fx-alt:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease-in-out 300ms;
}
.hover-fx-alt:hover:after{
    opacity: 1;
}
.hover-fx-alt:hover img{
    transform: scale(1.1);
}



.pano-img img{
    display: block;
    width: 100%;
    height: auto;
}
.pano-img .img-label{
    color: #919191;
    font-size: 1rem;
    line-height: 1.6;
    padding-top: 5px;
}

.ft-container{
    padding-top: 100px;
}

.ft-notes p {
    font-size: 1.125rem;
    line-height: 1.42222
}

.feature-accordion{
    margin-bottom: 60px;
}
.feature-accordion .accordion{
    margin-bottom: 5px;
}
.feature-accordion [data-control]{
    font-size: 1.375rem;
    line-height: 1.16364;
    padding: .448rem 0;
    border-bottom: 1px solid hsla(0,0%,57%,.3);
    color: #919191;
    font-weight: 500;
    cursor: pointer;
    transition: all ease-in-out 300ms;
}
.feature-accordion [data-control]:hover{
    color: #ff0000;
}
.feature-accordion .open [data-control]{
    color: #ff0000;
}

.feature-accordion [data-control] span.ico {
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: auto;
}
.feature-accordion [data-control] span.ico.i_smart {background-image: url("../img/condominiums/m4/i_smart.svg");}
.feature-accordion [data-control] span.ico.i_ignite {background-image: url("../img/condominiums/m4/i_ignite.svg");}
.feature-accordion [data-control] span.ico.i_wifi {background-image: url("../img/condominiums/m4/i_wifi.svg");}
.feature-accordion [data-control] span.ico.i_das {background-image: url("../img/condominiums/m4/i_das.svg");}






.feature-accordion .inner{
    padding: 1.6rem 2rem 3.2rem;
}
.feature-accordion .p-point p{
    position: relative;
    padding-left: 15px;
}
.feature-accordion .p-point p:before{
    content: '•';
    position: absolute;
    left: -20px;
}

.feature-accordion .p-icon p{
    position: relative;
    padding-left: 15px;
}
.feature-accordion .p-icon p:before {
	 content:'\00a0';
	padding-left: 50px;
    position: absolute;
    left: -20px;	
	background-repeat: no-repeat;
	background-position: center left;
	background-size: auto;
}
.feature-accordion .p-icon p.ilock:before{background-image: url("../img/condominiums/m4/i_app_lock.svg");}
.feature-accordion .p-icon p.ithermostat:before{background-image: url("../img/condominiums/m4/i_app_thermostat.svg");}
.feature-accordion .p-icon p.ivideo:before{background-image: url("../img/condominiums/m4/i_app_video.svg");}
.feature-accordion .p-icon p.irecog:before{background-image: url("../img/condominiums/m4/i_app_recog.svg");}
.feature-accordion .p-icon p.idelivery:before{background-image: url("../img/condominiums/m4/i_app_delivery.svg");}
.feature-accordion .p-icon p.ikeys:before{background-image: url("../img/condominiums/m4/i_app_keys.svg");}
.feature-accordion .p-icon p.imessage:before{background-image: url("../img/condominiums/m4/i_app_message.svg");}

.feature-accordion .p-icon p h1 {font-weight: normal;}


.feature-accordion a{
    color: #919191;
}
.feature-accordion [data-control] svg{
    float: right;
    position: relative;
    top: 4px;
    transition: all ease-in-out 300ms;
}
.feature-accordion .open [data-control] svg{
    transform: rotate(45deg);
}
.feature-accordion .open [data-control] svg text{
    fill: #ff0000;
}

.map-img{
    position: relative;
    padding: 15px 15px 15px;
}
.map-img img{
    display: block;
    width: 100%;
    height: auto;
}
.map-img .map-img-legend{
    position: absolute;
    top: 2rem;
    right: 0;
    padding: .8rem 1.2rem;
    background: #eaebec;
    border: 1px solid #000;
    max-width: 260px;
    z-index: 9;
}
.map-img .map-img-legend ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.map-img .map-img-legend ul li{
    position: relative;
    padding-left: 35px;
    font-size: .75rem;
    margin-bottom: 5px;
}
.map-img .map-img-legend .counter{
    font-weight: bold;
    text-align: center;
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%;
    color: #fff;
    letter-spacing: -.1em;
    font-size: .8em;
    line-height: 1.35;
    padding-right: .1em;
    padding-top: .05em;
    position: absolute;
    left: 0;
}

.animated{
    opacity: 0;
}
.animated.in{
    opacity: 1;
}

.vh-80{
    height: calc(100vh - 80px);
}
.anim-wrapper{
    overflow: hidden;
}
.anim-wrapper .vc-inner{
    position: absolute;
    z-index: 9;
    width: 100%;
    left: 0;
}
.anim-wrapper svg{
    position: absolute;
	/*
    width: 150% !important;
    height: 150% !important;
    transform: translate(-13%, -13%) !important;
    
	left: 0;
	*/
	width: auto !important;
	height: 100% !important;
	
}

.anim-wrapper-alt svg{
    position: absolute;
	left:50%;
	top:50%;
    transform: translate(-50%, -50%) !important;
}


@media(min-width: 1400px){
    .container{
        max-width: 1280px;
    }
}

@media(min-width: 992px){
    .footer-mobile{
        display: none;
    }
    #header.fixed .desktop-nav{
        max-height: 50px;
        overflow: hidden;
    }
    .page-template .page-wrapper{
        padding-top: 50px;
    }
    .page-template #header .desktop-nav{
        max-height: 50px;
    }

    .page-template.page-template-type-2 .page-wrapper {
        padding-top: 80px;
    }

    p{
        font-size: 1.375rem;
        line-height: 1.3em;
        font-weight: normal;
    }
    .banner-text p{
        font-size: 1.375rem;
        line-height: 1.3em;
        font-weight: normal;
    }
}

@media(max-width: 991px){
    .page-template.page-template-type-2 .page-wrapper {
        padding-top: 115px;
    }
    .p2-full-height{
        height: calc(100vh - 115px);
    }

    html, body{
        font-size: 2vmin;
    }
    p{
        line-height: 1.3em;
    }

    .banner-text h3{
        font-size: 2.75rem;
        line-height: 1.16364;
    }
    .banner-text p{
        font-size: 1.875rem;
        line-height: 1.3em;
    }
    .home-banner-text p br{
        display: none;
    }
    .home-banner .copy{
        top: auto;
        bottom: 0;
        transform: none;
        padding: 2rem;
    }
    .home-banner .copy svg{
        width: 106px;
    }
    .footer-wrapper{
        display: none;
    }
    #footer{
        bottom: -200px;
    }
    #header{
        background: #fff;
    }
    .desktop-nav-wrapper{
        position: relative;
    }
    .desktop-nav{
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #000;
        height: 0;
        overflow: hidden;
        transition: all ease-in-out 300ms;
        opacity: 0;
        visibility: hidden;
    }
    #header.mobile-menu-open .desktop-nav{
        height: calc(100vh - 65px);
        overflow: auto;
        opacity: 1;
        visibility: visible;
    }
    .desktop-nav a{
        display: block;
        color: #fff !important;
        margin-top: 35px;
        font-size: 3.125rem;
        line-height: 1.024;
        font-weight: bold;
    }
	
	.desktop-nav-col1,
	.desktop-nav-col2,
	.desktop-nav-col3 {
		float:none;
		display:block;
		justify-content: space-between;
		align-items: center;
		width:100%;
		padding:0;
		background-color:rgba(255,0,0,0);
	}

	
	.desktop-nav-col2 {display:none;}
	
	
	
    .desktop-nav .nav-home-link{
        display: none !important;
    }
    .mobile-head{
        display: block;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .mobile-head .home-link svg{
        width: 45px;
    }
    .menu-toggle{
        position: absolute;
        top: 21px;
        left: 2rem;
    }
    .menu-toggle .close{
        position: absolute;
        top: 5px;
        left: 7px;
        opacity: 0 !important;
    }
    #header.mobile-menu-open .menu-toggle .close{
        opacity: 1 !important;
    }
    #header.mobile-menu-open .menu-toggle .dots{
        opacity: 0 !important;
    }

    .page-template .page-wrapper{
        padding-top: 65px;
    }
    .page-wrapper{
        padding-bottom: 65px;
    }

    .page-template #header .desktop-nav a.current-menu-item{
        color: #919191 !important;
    }

	.construction-panel {}
	
    .main-content{
        padding-left: 0;
        padding-right: 0;
    }

    .heading h3{
        font-size: 2.75rem;
        line-height: 1.16364;
    }
    .heading p{
        font-size: 1.875rem;
        line-height: 1.3;
    }

    .overlay-link-1 .content h4{
        font-size: 1.875rem;
        line-height: 1.28;
        font-weight: 500;
    }
    .overlay-link-1 .content p{
        font-size: 1.625rem;
        line-height: 1.3;
    }

    .overlay-link-2 .content{
        padding: 2rem .75rem;
    }
    .overlay-link-2 .content h3{
        font-size: 1rem;
        line-height: 1.16364;
        font-weight: 500;
    }
    .overlay-link-2 .content p{
        font-size: 1rem;
        line-height: 1.47692;
    }

    .inner-page-nav{
        padding: 0;
        max-height: 50px;
    }
    .inner-page-nav .toggler{
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        background: none;
        border: 0;
        font-size: 2.1875rem;
        color: #919191;
        text-transform: uppercase;
        font-weight: 500;
    }
    .inner-page-nav{
        border-top: 1px solid #919191;
        border-bottom: 1px solid #919191;
        top: 65px;
    }
    .inner-page-nav .content{
        background: #fff;
        display: none;
        padding-bottom: 0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        border-top: 1px solid #919191;
    }
    .inner-page-nav.expanded .content{
        display: block;
    }
    .inner-page-nav .content a{
        display: block;
        width: 100%;
        background: #fff;
        padding: 20px 15px;
        text-align: center;
        height: auto;
        line-height: 1.1;
        font-size: 3.125rem;
        color: #919191;
        text-transform: uppercase;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .inner-page-nav .content a:after{
        display: none;
    }
    .inner-page-nav .content a.active{
        color: #000;
    }

    .location-banner .location-legend{
        position: static;
        border: 0;
    }
    .location-legend [data-content]{
        max-height: 400rem !important;
        overflow: auto !important;
    }

    .location-legend .accordion [data-control] svg{
        display: none !important;
    }
    .inner-page-nav .content .nav-label{
        display: none !important;
    }

    .colored-wrapper{
        padding-bottom: 0;
        background: none !important;
    }
    .colored-wrapper.square-wrapper .vc-inner{
        position: relative;
        top: 0;
        transform: none;
    }
    .square-wrapper .vc-inner .content p {
        font-size: .96875rem;
        color: #919191;
        font-size: 1.875rem;
        line-height: 1.3;
    }

    .map-img .map-img-legend {
        position: relative;
        top: 0;
        right: 0;
        padding: .8rem 1.2rem;
        background: none;
        border: 0;
        max-width: 100%;
        z-index: 9;
    }
    .map-img .map-img-legend ul li{
        font-size: 1.5625rem;
        line-height: 1.024;
        margin-bottom: 8px;
    }
    .feature-accordion [data-control]{
        font-size: 1.875rem;
        line-height: 1.28;
    }

}

@media (max-width: 767px){

}

.alt-color {color:#000;}



.mc-logo-anim .label,
.mc-logo-anim-m .wordmark .label {fill: rgb(218, 33, 40);}

.mc-logo-anim .piece1, .mc-logo-anim-m .piece1 {fill: rgb(218, 33, 40);}
.mc-logo-anim .piece2, .mc-logo-anim-m .piece2 {fill: rgb(114, 171, 67);}
.mc-logo-anim .piece3, .mc-logo-anim-m .piece3 {fill: rgb(66, 163, 72);}
.mc-logo-anim .piece4, .mc-logo-anim-m .piece4 {fill: rgb(171, 208, 55);}
.mc-logo-anim .piece5, .mc-logo-anim-m .piece5 {fill: rgb(244, 121, 32);}

.mc-logo-anim:hover .piece1 {animation-name: piece1;}
.mc-logo-anim:hover .piece2 {animation-name: piece2;}
.mc-logo-anim:hover .piece3 {animation-name: piece3;}
.mc-logo-anim:hover .piece4 {animation-name: piece4;}
.mc-logo-anim:hover .piece5 {animation-name: piece5;}
.mc-logo-anim:hover .label	{animation-name: wordmark;}

.mc-logo-anim-m .piece1 {animation-name: piece1m;}
.mc-logo-anim-m .piece2  {animation-name: piece2m;}
.mc-logo-anim-m .piece3  {animation-name: piece3m;}
.mc-logo-anim-m .piece4  {animation-name: piece4m;}
.mc-logo-anim-m .piece5  {animation-name: piece5m;}
.mc-logo-anim-m .wordmark .label {animation-name: wordmarkm;}

.mc-logo-anim-m .piece1,
.mc-logo-anim-m .piece2,
.mc-logo-anim-m .piece3,
.mc-logo-anim-m .piece4,
.mc-logo-anim-m .piece5,
.mc-logo-anim:hover .piece1,
.mc-logo-anim:hover .piece2,
.mc-logo-anim:hover .piece3,
.mc-logo-anim:hover .piece4,
.mc-logo-anim:hover .piece5,
.mc-logo-anim:hover .label,
.mc-logo-anim-m .wordmark .label {
  /*animation-name: piece5;*/
  animation-duration: 2s; 
  animation-timing-function: ease-out; 
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}
.mc-logo-anim-m .piece1,
.mc-logo-anim-m .piece2,
.mc-logo-anim-m .piece3,
.mc-logo-anim-m .piece4,
.mc-logo-anim-m .piece5,
.mc-logo-anim-m .wordmark .label {
	animation-duration: 4s; 
}

@keyframes piece1 {
  0% {	
	fill:rgb(218, 33, 40);/*Red*/
  }	
  25% {
    fill:rgb(114, 171, 67);/*Light Green*/
  }
  50% {
	fill:rgb(66, 163, 72);/*Green*/    
  }
  75% {
    fill:rgb(171, 208, 55);/*Lime*/  
  }
  100% {
	fill: rgb(244, 121, 32);/*Orange*/  
  }
}

@keyframes piece2 {
  0% {	
	fill:rgb(114, 171, 67);/*Light Green*/	  
  }	
  25% {
	fill:rgb(66, 163, 72);/*Green*/ 	  
  }
  50% {
	fill:rgb(171, 208, 55);/*Lime*/	   
  }
  75% {
	fill: rgb(244, 121, 32);/*Orange*/ 	  
  }
  100% {
	fill:rgb(218, 33, 40);/*Red*/	 
  }
}

@keyframes piece3 {
  0% {
	fill:rgb(66, 163, 72);/*Green*/ 	  
  }
  25% {
	fill:rgb(171, 208, 55);/*Lime*/	   
  }
  50% {
	fill: rgb(244, 121, 32);/*Orange*/ 	  
  }
  75% {
	fill:rgb(218, 33, 40);/*Red*/	 
  }
  100% {	
	fill:rgb(114, 171, 67);/*Light Green*/	  
  }	
}

@keyframes piece4 {
  0% {
	fill:rgb(171, 208, 55);/*Lime*/	   
  }
  25% {
	fill: rgb(244, 121, 32);/*Orange*/ 	  
  }
  50% {
	fill:rgb(218, 33, 40);/*Red*/	 
  }
  75% {	
	fill:rgb(114, 171, 67);/*Light Green*/	  
  }	
  100% {
	fill:rgb(66, 163, 72);/*Green*/ 	  
  }
}

@keyframes piece5 {
  0% {	
	fill: rgb(244, 121, 32);/*Orange*/
  }	
  25% {
    fill:rgb(218, 33, 40);/*Red*/
  }
  50% {
    fill:rgb(114, 171, 67);/*Light Green*/
  }
  75% {
    fill:rgb(66, 163, 72);/*Green*/
  }
  100% {
    fill:rgb(171, 208, 55);/*Lime*/
  }
}

@keyframes wordmark {
  0% {
    fill:rgb(218, 33, 40);/*Red*/
  }
  25% {
    fill:rgb(114, 171, 67);/*Light Green*/
  }
  50% {
    fill:rgb(66, 163, 72);/*Green*/
  }
  75% {
    fill:rgb(171, 208, 55);/*Lime*/
  }
  100% {	
	fill: rgb(244, 121, 32);/*Orange*/
  }	
}








@keyframes piece1m {
  0% {	
	fill:rgb(218, 33, 40);/*Red*/
  }	
  10% {
    fill:rgb(114, 171, 67);/*Light Green*/
  }
  20% {
	fill:rgb(66, 163, 72);/*Green*/    
  }
  30% {
    fill:rgb(171, 208, 55);/*Lime*/  
  }
  40% {
	fill: rgb(244, 121, 32);/*Orange*/  
  }
  50% {
	fill:rgb(218, 33, 40);/*Red*/ 
  }
  100% {
	fill:rgb(218, 33, 40);/*Red*/ 
  }		
}

@keyframes piece2m {
  0% {	
	fill:rgb(114, 171, 67);/*Light Green*/	  
  }	
  10% {
	fill:rgb(66, 163, 72);/*Green*/ 	  
  }
  20% {
	fill:rgb(171, 208, 55);/*Lime*/	   
  }
  30% {
	fill: rgb(244, 121, 32);/*Orange*/ 	  
  }
  40% {
	fill:rgb(218, 33, 40);/*Red*/	 
  }
  50% {
	fill:rgb(114, 171, 67);/*Light Green*/	 
  }		
  100% {
	fill:rgb(114, 171, 67);/*Light Green*/	 
  }	
}

@keyframes piece3m {
  0% {
	fill:rgb(66, 163, 72);/*Green*/ 	  
  }
  10% {
	fill:rgb(171, 208, 55);/*Lime*/	   
  }
  20% {
	fill: rgb(244, 121, 32);/*Orange*/ 	  
  }
  30% {
	fill:rgb(218, 33, 40);/*Red*/	 
  }
  40% {	
	fill:rgb(114, 171, 67);/*Light Green*/	  
  }
  50% {	
	fill:rgb(66, 163, 72);/*Green*/   
  }		
  100% {	
	fill:rgb(66, 163, 72);/*Green*/   
  }		
}

@keyframes piece4m {
  0% {
	fill:rgb(171, 208, 55);/*Lime*/	   
  }
  10% {
	fill: rgb(244, 121, 32);/*Orange*/ 	  
  }
  20% {
	fill:rgb(218, 33, 40);/*Red*/	 
  }
  30% {	
	fill:rgb(114, 171, 67);/*Light Green*/	  
  }	
  40% {
	fill:rgb(66, 163, 72);/*Green*/ 	  
  }
  50% {
	fill:rgb(171, 208, 55);/*Lime*/ 	  
  }
  100% {
	fill:rgb(171, 208, 55);/*Lime*/ 	  
  }		
}

@keyframes piece5m {
  0% {	
	fill: rgb(244, 121, 32);/*Orange*/
  }	
  10% {
    fill:rgb(218, 33, 40);/*Red*/
  }
  20% {
    fill:rgb(114, 171, 67);/*Light Green*/
  }
  30% {
    fill:rgb(66, 163, 72);/*Green*/
  }
  40% {
    fill:rgb(171, 208, 55);/*Lime*/
  }
  50% {
    fill: rgb(244, 121, 32);/*Orange*/
  }
  100% {
    fill: rgb(244, 121, 32);/*Orange*/
  }	
}

@keyframes wordmarkm {
  0% {
    fill:rgb(218, 33, 40);/*Red*/
  }
  10% {
    fill:rgb(114, 171, 67);/*Light Green*/
  }
  20% {
    fill:rgb(66, 163, 72);/*Green*/
  }
  30% {
    fill:rgb(171, 208, 55);/*Lime*/
  }
  40% {	
	fill: rgb(244, 121, 32);/*Orange*/
  }
  50% {
    fill:rgb(218, 33, 40);/*Red*/
  }	
  100% {	
	fill:rgb(218, 33, 40);/*Red*/
  }		
}



.anim-wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
	height:100vh;
}
	
	
	.anim-target {
		line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
		
	width: 100%;	
		
		
	    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;	
		
		
	}

.anim-target svg {width:400% !important;}
@media(min-width: 500px){
	.anim-target svg {width:375% !important;}	
}
@media(min-width: 800px){
	.anim-target svg {width:325% !important;}	
}
@media(min-width: 1052px){
	.anim-target svg {width:275% !important;}	
}
@media(min-width: 1567px){
	.anim-target svg {width:150% !important;}	
}
@media(min-width: 1800px){
	.anim-target svg {width:125% !important;}	
}





@media screen and (min-width: 992px) {
	.m5-amenities-plan-adj-l {margin-right:3em;}
	.m5-amenities-plan-adj-r {margin-left:3em;}
}









/* ----------------------------------------------------------------
	Video
-----------------------------------------------------------------*/

.embed-container {position:relative; padding-bottom:56.25%; overflow:hidden; max-width:100%; height:auto; margin-top:0;} 
.embed-container.alt__video {padding-bottom:53.25%;} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed,
.embed-container video {position:absolute; top:0; left:0; width:100%; height:100%;}

.embed-container.content-video {margin-top:0;}

.mobile-video {display: none;}

video::-internal-media-controls-download-button {display:none;}
 
video::-webkit-media-controls-enclosure {overflow:hidden;}
 
video::-webkit-media-controls-panel {width: calc(100% + 30px);/* Adjust as needed */}

iframe.vimeo___iframe {width:100%;height: 100vh;}

/*
.embed-wrapper.amenities-app {height:calc(100vh - 150px); overflow:hidden;}

.embed-wrapper.amenities-app embed {width:100%; height:700px;}
*/

#bgVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%; 
    min-height: 100vh;
	min-height: -webkit-fill-available;
}

#bgVideo video {
    margin: auto;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    visibility: visible;
    opacity: 1;
    width: 100%;
        min-height: 100vh;
		min-height: -webkit-fill-available;
    object-fit: cover;
}


@media(max-width: 500px){
	#bgVideo {
	  right: -175%;
	}
}


.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 
  overflow: hidden;
}

.video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%; 
  min-height: 100%; 
  
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%,-40%);
}

@media(min-width: 500px){
	.video-container video{transform: translate(-50%,-50%);}
}

.construction-thumb img {border:1px solid #707070;}

@media(min-width: 992px){
	.construction-thumb img {border:1px solid #707070; max-width: 80%; margin-left:0;}
}






/*
video#bgvid { 
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover; 
}
*/






















/* ----------------------------------------------------------------
	Construction
-----------------------------------------------------------------*/


h1.construction-title {
	font-size: 1.25rem;
	font-weight: 500;
}

h1.construction-timeline {
	font-size: 1.25rem;
	font-weight: bold;
}

.construction-title::before {
	content: " ";
	color: #f00;
	margin-right:0.5em;
	font-size: 1.25rem;
	font-weight: 900;
}

.construction-list {font-size: 1.25rem; font-weight: normal;}
/*
.construction-copy p,*/
.heading a:link {color:#919191;}


@media screen and (min-width: 768px) {
/*	.construction-title::before {font-size: 1rem;}	*/
	.construction-list{font-size: 1rem;}
}


/* ----------------------------------------------------------------
  Bouncing Arrow
-----------------------------------------------------------------*/
.arrow {
  position: relative;
  bottom: -2rem;
  left: 50%;
  margin-left:-10px;
  width: 20px;
  height: 20px;
	
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI1MTIiIGlkPSJzdmcyIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSI1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6Y2M9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL25zIyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzIGlkPSJkZWZzNCIvPjxnIGlkPSJsYXllcjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTU0MC4zNjIyKSI+PHBhdGggZD0ibSAxMjcuNDA2MjUsNjU3Ljc4MTI1IGMgLTQuOTg1MywwLjA3ODQgLTkuOTEwNzcsMi4xNjMwOCAtMTMuNDM3NSw1LjY4NzUgbCAtNTUsNTUgYyAtMy42MDA1NjUsMy41OTkyNyAtNS42OTY4ODMsOC42NTg5NSAtNS42OTY4ODMsMTMuNzUgMCw1LjA5MTA1IDIuMDk2MzE4LDEwLjE1MDczIDUuNjk2ODgzLDEzLjc1IEwgMjQyLjI1LDkyOS4yNSBjIDMuNTk5MjcsMy42MDA1NiA4LjY1ODk1LDUuNjk2ODggMTMuNzUsNS42OTY4OCA1LjA5MTA1LDAgMTAuMTUwNzMsLTIuMDk2MzIgMTMuNzUsLTUuNjk2ODggTCA0NTMuMDMxMjUsNzQ1Ljk2ODc1IGMgMy42MDA1NiwtMy41OTkyNyA1LjY5Njg4LC04LjY1ODk1IDUuNjk2ODgsLTEzLjc1IDAsLTUuMDkxMDUgLTIuMDk2MzIsLTEwLjE1MDczIC01LjY5Njg4LC0xMy43NSBsIC01NSwtNTUgYyAtMy41OTgxNSwtMy41OTEyNyAtOC42NTA2OCwtNS42ODEyNyAtMTMuNzM0MzgsLTUuNjgxMjcgLTUuMDgzNjksMCAtMTAuMTM2MjIsMi4wOSAtMTMuNzM0MzcsNS42ODEyNyBMIDI1Niw3NzguMDMxMjUgMTQxLjQzNzUsNjYzLjQ2ODc1IGMgLTMuNjY2NzgsLTMuNjY0MjMgLTguODQ4MDEsLTUuNzY0NDIgLTE0LjAzMTI1LC01LjY4NzUgeiIgaWQ9InBhdGgzNzY2LTEiIHN0eWxlPSJmb250LXNpemU6bWVkaXVtO2ZvbnQtc3R5bGU6bm9ybWFsO2ZvbnQtdmFyaWFudDpub3JtYWw7Zm9udC13ZWlnaHQ6bm9ybWFsO2ZvbnQtc3RyZXRjaDpub3JtYWw7dGV4dC1pbmRlbnQ6MDt0ZXh0LWFsaWduOnN0YXJ0O3RleHQtZGVjb3JhdGlvbjpub25lO2xpbmUtaGVpZ2h0Om5vcm1hbDtsZXR0ZXItc3BhY2luZzpub3JtYWw7d29yZC1zcGFjaW5nOm5vcm1hbDt0ZXh0LXRyYW5zZm9ybTpub25lO2RpcmVjdGlvbjpsdHI7YmxvY2stcHJvZ3Jlc3Npb246dGI7d3JpdGluZy1tb2RlOmxyLXRiO3RleHQtYW5jaG9yOnN0YXJ0O2Jhc2VsaW5lLXNoaWZ0OmJhc2VsaW5lO2NvbG9yOiMwMDAwMDA7ZmlsbDojMjIyMjIyO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTpub25lO3N0cm9rZS13aWR0aDozOC44ODAwMDEwNzttYXJrZXI6bm9uZTt2aXNpYmlsaXR5OnZpc2libGU7ZGlzcGxheTppbmxpbmU7b3ZlcmZsb3c6dmlzaWJsZTtlbmFibGUtYmFja2dyb3VuZDphY2N1bXVsYXRlO2ZvbnQtZmFtaWx5OlNhbnM7LWlua3NjYXBlLWZvbnQtc3BlY2lmaWNhdGlvbjpTYW5zIi8+PC9nPjwvc3ZnPg==);
  background-size: contain;
}


#m5-cta-arrow.arrow {bottom:18em;}


@media (min-width: 768px) {
	.arrow {
	  margin-left:-15px;
	  width: 30px;
	  height: 30px;
	}
	#m5-cta-arrow.arrow {bottom:6em;}
}

.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}





.FormConfirmation {
    padding: 9.6em 0 0;
    padding: 9.6rem 0 0;
}


.FormConfirmation .center-wrap {
    text-align: center;
}

.FormConfirmation .center-wrap h3 {
    font-size: 4.375em;
    font-size: 4.375rem;
    line-height: 1.09714;
	margin: .75em auto;
	text-transform: uppercase;
	letter-spacing:normal;
}


@media screen and (min-width: 641px) {
	.FormConfirmation .center-wrap span {
		color: #919191;
		font-size: 1.4375em;
		font-size: 1.4375rem;
		line-height: 1.11304;
		font-weight: 400;
	}

}







/* ----------------------------------------------------------------
	promo Popup
-----------------------------------------------------------------*/

.popup-wrapper	{
	margin: 0;
	padding:0;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.popup-container	{ margin: 0; padding:0; background-color: #f1f2f2; text-align: center; font-size: 1em;}

.popup-main-image 	{ max-width: 100%; height: auto; padding: 0; border:1px solid #fff;}

.popup-imglink img 	{ width: 33.33333333333%; float: left; height: auto; margin: 0 auto;}

.popup-container h1 {font-size: 24px; font-weight:normal;}
.popup-container p {color:#000; font-size: 16px;}
/*.popup-container a {
	display: inline-block;
	font-size: 12px;
	line-height: 1.2;
	color:#fff;
	background-color:rgba(255,0,0,1);
	padding: 0.5em 3em;
	margin: 1em auto 0;
	text-align: center;
}
*/

.promo-popup {
	background: transparent;
	color: #000;
    padding: 0;
    text-align: left;
    max-width: 500px;
	height: auto;
    margin: 0 auto;
    position: relative;
}

ol.promo {
	display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
	margin:3em 0;
}

@media only screen and (min-width: 768px) {
	ol.promo {margin:3em 6em;}	
}

ol.promo li {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	margin-bottom:1em;
	padding-left: 1em;
}	




/* ----------------------------------------------------------------
	EXTRAS
-----------------------------------------------------------------*/

a.lnk-brochure:link,
a.lnk-brochure:active,
a.lnk-brochure:visited {color:#000000;}
a.lnk-brochure:hover {color:#ff0000; text-decoration: underline !important;}





/* ----------------------------------------------------------------
	M4 Anim
-----------------------------------------------------------------*/
.m4-anim {
	position: absolute; 
	bottom:150px; 
	left:0;
	background-color:rgba(255,0,0,0); 
	width:900px; 
	height:1080px;  
	z-index: 10;
}

.m4-anim canvas {
	position: absolute; 
	display: block; 
	background-color:rgba(255,255,255,0);
}
.m4-anim div {
	pointer-events:none; 
	overflow:hidden; 
	width:900px; 
	height:1080px; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	display: block;
}

@media screen and (min-width: 800px) {
	.m4-anim {
		bottom:30px; 
	}
}


.ggskin{
    font-family: 'FuturaBT',system-ui,sans-serif !important;
    font-size: 0.8rem !important;
    -webkit-font-smoothing: antialiased !important;
    font-weight: 500 !important;
    line-height: 1.6;
}


span.img-label,
span.img-label-alt,
span.img-label-alt-adjb {
	position: absolute;
	left:0;
	bottom:0;
	font-size:10px;
	color:#fff;
	margin:0 30px 25px;
}





span.img-label-alt{
	margin:0 15px 10px;
}
span.img-label-alt-adjb {
	position: relative;
	display: block;
	color:#919191;
	margin:0;
	margin-top:-15px;
}

@media screen and (min-width: 992px) {
	span.img-label, 
	span.img-label-alt,
	span.img-label-alt-adjb {font-size:1em;}
	span.img-label, 
	span.img-label-alt.adj-align {
		left:auto;
		right:0;
	}
}


.pano-tour {
	width:100%;
	padding-bottom:100%;
	overflow:hidden;
}
@media screen and (min-width: 768px) {.pano-tour {padding-bottom:75%;}}
@media screen and (min-width: 992px) {.pano-tour {padding-bottom:50%;}}

@media screen and (min-width: 768px) {.neighbourhood-legend img {margin:10em auto;}}





/*** M5 Temp Home ***/

.m5-bg {
	background-image: url("../anims/images/sky-2.jpg");
	background-position: center left;
	background-size: cover;
	background-repeat: no-repeat;
}


.m5-cta-wrapper,
.m5-cta-line-1,
.m5-cta-line-2,
.m5-cta-logo {transition: all 250ms ease-in-out;}

.m5-cta-line-1 img {max-width: 30%; margin-left: 0;}

@media screen and (max-width: 575px) {
	.m5-cta-wrapper {
		position: absolute;
		top:120px;
		right:40px;
		width:150px;
		background-color: rgba(255,0,0,0);
	}
	.m5-cta-line-1 {margin-bottom: 2em;}
	
	.m5-cta-line-2 {max-width: 70%; margin-bottom: 3.5em;}
	
	.m5-cta-logo {max-width: 45%;}	
}


@media screen and (min-width: 576px) {
	
	.m5-cta-wrapper {
		position: absolute;
		top:15%;
		right:5%;
		width:250px;
	}	
	
	
	.m5-cta-line-1 {position: relative; margin-bottom: 2.5em;}

	.m5-cta-line-2 {max-width: 60%; margin-bottom: 4em;}
	
	.m5-cta-logo {max-width: 100px;}
	
}




@media screen and (min-width: 768px) {
	
	.m5-cta-wrapper {
		position: absolute;
		top:auto;
		right:auto;
		bottom:25%;
		left:55%;
		width:300px;
		background-color: rgba(255,0,4,0);
	}	
	
	
	.m5-cta-line-1 {position: relative; margin-bottom: 3em;}
	.m5-cta-line-1 img {max-width: 25%; margin-left: 0;}
	.m5-cta-line-2 {max-width: 60%; margin-bottom: 5em;}
	
	.m5-cta-logo {max-width: 100px;}
	
}








/*** M4 Suite Walkthrough ***/
.red-spot {
	position:absolute; 
	z-index: 10; 
	top: 0; 
	left: 0; 
	right:0;
	bottom:0;
	background: rgba(255,0,0,0); 
}

.red-spot>div {
	width:100px; 
	height: 100px; 
	background: rgba(255,0,0,0.8); 
	border-radius: 50%; 
	position:absolute; 
	top:70%; 
	left:50%; 
	margin: -50px 0 0 -50px;
}

.red-spot>div>p {
	font-size:1.25em;
	font-weight: 500;
	color: #fff;
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);	
}

@media screen and (min-width: 576px) {
	.red-spot>div {
		width:150px; 
		height: 150px; 
		background: rgba(255,0,0,0.8); 
		border-radius: 50%; 
		position:absolute; 
		top:50%; 
		left:50%; 
		margin: -75px 0 0 -75px;
	}	
}



/* ----------------------------------------------------------------
	VALIDATE STYLES
-----------------------------------------------------------------*/

.error {font-size: 14px; color:rgba(212,41,41,1);}

.btn-radios div.error {
    line-height: 15px;
    text-align: left;
    text-transform: none;
    background-color: transparent !important;
    margin-top: 0;
    margin-bottom: 0;
    height: 25px;
	width: 200px;
    padding: 0;
    z-index: 91;
    pointer-events: none;
    display: block;
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
	bottom: 0;
}





/* ----------------------------------------------------------------
	UNIVERSAL HELPERS
-----------------------------------------------------------------*/

.note {font-size:10px !important;}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.nobr {white-space: nowrap;}

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

.mt-xs	{margin-top: 1.25em !important;}
.mt-sm	{margin-top: 2em !important;}
.mt-md	{margin-top: 4em !important;}
.mt-lg	{margin-top: 8em !important;}
.mt-xl	{margin-top: 10em !important;}
.mt-xxl	{margin-top: 12em !important;}

.mb-xs	{margin-bottom: 1em !important;}
.mb-sm	{margin-bottom: 2em !important;}
.mb-md	{margin-bottom: 4em !important;}
.mb-lg	{margin-bottom: 8em !important;}
.mb-xl	{margin-bottom: 10em !important;}
.mb-xxl	{margin-bottom: 12em !important;}

.mtb-0	{margin-top: 0 !important; margin-bottom: 0 !important;}
.mlr-0	{margin-left: 0 !important; margin-right: 0 !important;}

.pt-xs	{padding-top: 1.25em !important;}
.pt-sm	{padding-top: 2em !important;}
.pt-md	{padding-top: 4em !important;}
.pt-lg	{padding-top: 8em !important;}
.pt-xl	{padding-top: 10em !important;}
.pt-xxl	{padding-top: 12em !important;}

.pb-xs	{padding-bottom: 1em !important;}
.pb-sm	{padding-bottom: 2em !important;}
.pb-md	{padding-bottom: 4em !important;}
.pb-lg	{padding-bottom: 8em !important;}
.pb-xl	{padding-bottom: 10em !important;}
.pb-xxl	{padding-bottom: 12em !important;}


/*Overides*/
.anim-target{
    height: 100% !important;
}
.anim-target svg{
    height: auto !important;
    width: 300% !important;
    transform: translate(-17%) !important;
}
@media(min-width: 992px){
    .anim-target svg{
        height: 115% !important;
        width: 115% !important;
        transform: translate(-10%) !important;
    }
    #bloom.anim-target svg{
        height: 157% !important;
		transform: translate(-10%, -22%) !important;
    }
    #dream.anim-target svg{
        height: 157% !important;
        transform: translate(-10%, -22%) !important;
    }
}
@media(max-width: 991px){
    #bloom.anim-target svg{
        height: 210%!important;
        width: 270% !important;
        transform: translate(-17%, -25%) !important;
    }	
    #dream.anim-target svg {
        height: 210%!important;
        width: 270% !important;
        transform: translate(-17%, -25%) !important;
    }
}

.section-anchor {
    min-height: 100vh;
}
.section-anchor:not(#section-2),
.section-anchor:not(#section-5) {min-height: auto;}

/*Fixes*/
#header .desktop-nav a[href="register.php"] span{
    display: inline-block;
    padding: 3px 10px;
    background: #DA2128;
    color: #fff;
    border: 1px solid #DA2128;
    transition: all ease-in-out 300ms;
}
#header .desktop-nav a[href="register.php"]:hover span{
    background: #fff;
    color: #DA2128;
}
.m-register-link{
    position: absolute;
    top: 17px;
    right: 15px;
}
.m-register-link span{
    display: inline-block;
    padding: 3px 10px;
    background: #DA2128;
    color: #fff;
    border: 1px solid #DA2128;
    transition: all ease-in-out 300ms;
    text-transform: uppercase;
    font-size: 1.8rem;
}

 @media(max-width: 991px){
     .page-wrapper {
         padding-bottom: 200px;
     }
 }


/*m6*/
.m6-banner{
    position: relative;
    min-height: 100vh;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    overflow: hidden;
}
.m6-banner video{
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.m6-banner img.bg-gif {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    object-fit: contain;
}
.m6-landing #header.fixed{
    /*background: transparent;*/
}
.m6-banner .register-link{
    text-transform: uppercase;
    padding: 5px 45px;
    border-radius: 50px;
    color: #919191;
    font-size: 1.3rem;
    line-height: 1.125;
    border: 1px solid #919191;
    background: transparent;
    font-weight: 500;
}
.m6-banner .register-link:hover{
    background: #919191;
    color: #fff;
}

/*Customer care page*/
.mod-customer-care p{
    line-height: 1.25 !important;
}
.mod-customer-care a.link-underline{
    border-bottom: 1px solid #ffffff;
    padding: 0 0 0px;
}

/*Popup*/
#popup-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0px;
  /*background-color: #fff200;*/
  z-index: 1000;
}
#popup-close {
  position: absolute;
  top: 15px;
  right: 28px;
  cursor: pointer;
}
#popup-close>img {
  width: 24px;
  height: 24px;
}
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black */
  z-index: 999; /* Ensure the overlay is behind the popup */
}
#popup-launch {
  display: block; 
  min-width: 600px;
  width: 100%;
}

@media(max-width: 767px){
    #popup-launch, #popup-button {
        min-width: 300px;
        max-width: 320px;
    }

    #popup-close {
        top: 10px;
        right: 15px;
    }

    #popup-close>img {
        width: 15px;
        height: 15px;
    }
}

@media(min-width: 992px){
    .m6-landing .cs .col-lg-6:last-child p{
        text-align: right;
    }
    .reg-m6-logo{
        transform: scale(2);
    }

    .m6-banner{
        min-height: calc(100vh - 35px);
    }
    .m6-landing .container{
        position: static;
    }
    .m6-landing .row>div{
        position: static;
    }

    .cs-1{
        position: absolute;
        top: 200px;
        left: 12%;
        z-index: 9;
    }
    .cs-2{
        position: absolute;
        top: 200px;
        right: 5.8%;
        z-index: 9;
    }


    .gs-1{
        position: absolute;
        bottom: 345px;
        left: 4%;
        z-index: 9;
    }
    .gs-2{
        position: absolute;
        bottom: 84px;
        left: 17%;
        z-index: 9;
    }
}

@media(min-width: 992px) and (max-width: 1600px){
    .cs-1{
        top: 110px;
    }
    .cs-2{
        top: 110px;
    }
}
@media(min-width: 992px) and (max-width: 1095px){
    .desktop-nav a{
        font-size: 11px !important;
    }
}
@media(max-width: 991px){
    .m6-banner {
        background-position: 20% 60px;
    }
    .m6-banner video{
        top: 50%;
        transform: translateY(-50%);
        left: -10%;
        width: 120% !important;
        height: auto !important;
        object-fit: unset;
    }
    .m6-landing .cs .col-lg-6:last-child p{
        text-align: center;
    }

    .cs-1, .cs-2, .gs-1, .gs-2{
        position: relative;
        z-index: 9;
    }
    .m6-landing .cs {
        padding-top: 109px;
    }
    .m6-landing .cs-1{
        padding-bottom: 60px;
    }
    .m6-landing .gs {
        padding-bottom: 45px;
    }

    .register-wrapper{
        position: absolute;
        bottom: 15vh;
        left: 0;
        width: 100%;
    }


    #footer {
        bottom: -310px;
    }
}
@media(min-width: 886px) and (max-width: 991px){
    .m6-banner {
        background-position: 0 59px;
    }
    .m6-landing .cs .col-lg-6:last-child p {
        text-align: left;
    }
}
@media(min-width: 725px) and (max-width: 886px){
    .m6-banner {
        background-position: 10% 59px;
    }
}

@media(min-width: 480px) and (max-width: 991px){
    .m-register-link span{
        font-size: 16px !important;
    }
}

.lazy-load-iframe{
    position: relative;
}
.lazy-load-iframe .underlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.lazy-load-iframe .underlay img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
}
.lazy-load-iframe .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}
.lazy-load-iframe .overlay button{
    border: 0;
    padding: 0;
    background: none;
    width: 150px;
    height: 150px;
}
.lazy-load-iframe .overlay img{
    width: 150px;
    height: 150px;
}
.lazy-load-iframe .if-wrapper, .lazy-load-iframe .if-wrapper iframe, .lazy-load-iframe .if-wrapper embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.lazy-load-iframe .if-wrapper{
    z-index: 8;
}

.subpage-nav{
    padding-top: 30px;
    padding-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}
.subpage-nav a{
    color: #000 !important;
    text-decoration: none !important;
    display: block;
    gap: 5px;
    width: fit-content;
}
.subpage-nav a div:first-child{
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: color ease-in-out 300ms;
}
.subpage-nav a:hover div:first-child{
    color: #ff0000 !important;
}
.subpage-nav a div:last-child{
    color: #919191;
    font-size: 1.2rem;
    line-height: 1.16364;
}
.subpage-nav .prev{
    text-align: right;
}
.subpage-nav .prev a div:first-child{
    justify-content: right;
}
.subpage-nav .prev a{
    margin-left: auto;
    margin-right: 0;
}
.subpage-nav a svg{
    height: 1rem;
}
.subpage-nav .next svg{
    transform: rotate(90deg);
}
.subpage-nav .prev svg{
    transform: rotate(-90deg);
}
.subpage-nav a svg path{
    fill: #000;
    transition: fill ease-in-out 300ms;
}
.subpage-nav a:hover svg path{
    fill: #ff0000;
}

.desktop-nav-col3 a:last-child span{
    display: inline-block;
    padding: 3px 10px;
    background: #DA2128;
    color: #fff;
}

.feature-accordion [data-control] .label{
    position: relative;
    padding-right: 30px;
}
.feature-accordion [data-control] .label svg{
    position: absolute;
    right: 0;
    float: none;
}

@media(max-width: 991px){
    .inner-page-nav .content{
        display: block;
        height: 0;
        transition: height ease-in-out 300ms;
        overflow: hidden;
    }
    .inner-page-nav.expanded .content{
        height: calc(100vh - 115px);
    }
    .inner-page-nav .content a{
        padding-top: 35px;
        padding-bottom: 0;
        margin: 0;
        font-size: 3.125rem;
        line-height: 1.024;
        font-weight: bold;
    }

    .inner-page-nav .toggler{
        position: relative;
    }
    .inner-page-nav .toggler:before,
    .inner-page-nav .toggler:after{
        content: '';
        position: absolute;
        z-index: 2;
        background: #000;
        transition: all ease-in-out 300ms;
        transform: rotate(0);
    }
    .inner-page-nav .toggler:before{
        width: 13px;
        height: 1px;
        top: 25px;
        right: 15px;
    }
    .inner-page-nav .toggler:after{
        width: 1px;
        height: 13px;
        top: 19px;
        right: 21px;
    }
    .inner-page-nav.expanded .toggler:before,
    .inner-page-nav.expanded .toggler:after{
        transform: rotate(45deg);
        background-color: #ff0000;
    }

    .ft-container {
        padding-top: 10px;
    }
    .feature-accordion{
        margin-bottom: 30px;
    }
    .ft-notes .mb-30{
        margin-bottom: 0;
    }
    .ft-notes p{
        line-height: 1.25;
        margin-bottom: 10px;
    }
}

