/* ---------- ABOVE THE FOLD ---------- */
.content-full-screen {
    position: fixed;
    display: block;
    height: 100vh;
    width: 100%;
    max-width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    padding: 0px;
    transition: all ease-in-out 300ms;
    }
.content-full-screen.off {
    opacity: 0;
    }
.single-item .slick-list {
    opacity: 1;
    display: block;
    }
.slick-dots {
    bottom: 16px;
    display: none !important;
    position: absolute;
    margin: 0px auto;
    padding: 0px;
    right: 0px;
    left: 0px;
    width: 364px;
    white-space: nowrap;
    }
.slick-dots li {
    display: inline-block;
    position: relative;
    height: 14px;
    width: 14px;
    content: '';
    margin: 0px 12px;
    cursor: pointer;
    }
.slick-dots li:nth-child(4) {
    margin-right: 42px;
    }
.slick-dots li:nth-child(5) {
    margin-left: 42px;
    }
.slick-dots li button {
    display: block;
    position: relative;
    height: 14px;
    width: 14px;
    color: rgba(241, 238, 233, 0);
    border: 1px solid rgb(241, 238, 233);
    border-radius: 50%;
    font-size: 2px;
    transition: all ease-in-out 300ms;
    background-color: transparent;
    cursor: pointer;
    }
.slick-dots li.slick-active button{
    background-color: #fff;
    }
.landing-image{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: calc(100vh - 76px);
    margin-top: 76px;
    transition: all ease-out 600ms;
    }
.landing-image.expand{
    height: calc(100vh - 76px);
    margin-top: 76px;
    }
.landing-image .landing-text{
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.1em;
    width: 100%;
    color: #fff;
    opacity: 0;
    font-family: "MacklinSansMedium";
    text-align: center;
    text-transform: uppercase;
    padding: 0px 21px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6), 0px 0px 8px rgba(0, 0, 0, 0.6);
    transition: all ease-in 300ms;
    }
.landing-image .landing-text.on{
    opacity: 1;
    }
.landing-image .landing-text .green-text{
    color: rgb(191, 188, 7);
    }
.landing-image .landing-text .green-text.padded{
    display: block;
    padding-bottom: 24px;
    }
.landing-image .landing-text .thin-pipe{
    font-family: "MacklinSansExtraLight";
    font-size: 42px;
    position: relative;
    display: none;
    top: 5px;
    }
.landing-image .landing-text .transit-dash{
    display:none;
    }
.green-box{
    background-color: rgba(191, 188, 7, 0.7);
    padding: 12px 12px 10px 18px;
    }
.webp .landing-image-1{
    background-image: url(../../images/photos/garden-district-photo-7-xs.webp);
    background-position:center bottom;
    background-size: cover;
    }
.webp .landing-image-2{
    background-image: url(../../images/photos/garden-district-photo-46-xs.webp);
    background-position:center bottom;
    background-size: cover;
    }
.webp .landing-image-3{
    background-image: url(../../images/photos/garden-district-photo-49-xs.webp);
    background-position:left bottom;
    background-size: cover;
    }
.webp .landing-image-4{
    background-image: url(../../images/photos/garden-district-photo-33-xs.webp);
    background-position:center bottom;
    background-size: cover;
    }
.webp .landing-image-5{
    background-image: url(../../images/photos/garden-district-photo-9-xs.webp);
    background-position:left top;
    background-size: cover;
    }
.webp .landing-image-6{
    background-image: url(../../images/photos/garden-district-photo-5b-xs.webp);
    background-position:left top;
    background-size: cover;
    }
.webp .landing-image-7{
    background-image: url(../../images/photos/garden-district-photo-10-xs.webp);
    background-position:center top;
    background-size: cover;
    }
.webp .landing-image-8{
    background-image: url(../../images/photos/garden-district-photo-5-xs.webp);
    background-position:center bottom;
    background-size: cover;
    }
@keyframes bounce{
    0%{
        transform: translateY(0px);
    }
    10%{
        transform: translateY(0px);
    }
    15%{
        transform: translateY(-12px);
    }
    25%{
        transform: translateY(0px);
    }
    35%{
        transform: translateY(0px);
    }
    40%{
        transform: translateY(-12px);
    }
    50%{
        transform: translateY(0px);
    }
    60%{
        transform: translateY(0px);
    }
    65%{
        transform: translateY(-12px);
    }
    75%{
        transform: translateY(0px);
    }
    85%{
        transform: translateY(0px);
    }
    90%{
        transform: translateY(-12px);
    }
    100%{
        transform: translateY(0px);
    }
}
.down-arrow-container {
    position: absolute;
    display: none;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    bottom: 55px;
    width: 26px;
    }
.down-arrow {
    position: relative;
    display: block;
    margin: 0px auto;
    width: 26px;
    cursor: pointer;
    transition: all ease-in-out 300ms;
    animation-name: bounce;
    animation-duration: 9s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: forwards;
    }
.down-arrow:hover{
    margin-bottom: 6px;
    animation-name: none;
    transition: all ease-in-out 300ms;
    }
/* ---------- /ABOVE THE FOLD ---------- */
#marker-1{
    position: absolute;
    display: block;
    height: 25px;
    width: 25px;
    top: 95vh;
    }
.full-width-container{
    position: relative;
    width: 100%;
    background-color:rgb(238, 236, 231);
    }
.content.full-screen-drop{
    margin-top: 100vh;
    }
.hot-spot-row-left {
    justify-content: flex-end;
    }
.col-pad-btm{
    padding-bottom: 24px;
    }
.col-margin-btm{
    margin-bottom: 24px;
    }
.image-border{
    border: 32px solid #000;
    }
.image-collage-container{
    position: relative;
    width: 100%;
    margin: 0px auto;
    height: auto;
    padding-top: 55px;
    }
.image-collage-text{
    display: block;
    position: relative;
    text-align: left;
    left: -2px;
    top: 0px;
    font-size: 36px;
    line-height: 1em;
    padding: 0px 0px 9px 12px;
    font-family: "MacklinSansMedium";
    
    }
.image-collage-text.small{
    display: block;    
    }
.image-collage-text.large{
    display: none;    
    }
.bottom-align {
    display: flex;
    align-items: flex-end;
    }
.photo{
    position: relative;
    cursor: pointer;
    }
.picture-container{
    position: relative;
    }
.plus{
    position: absolute;
    display: block;
    font-size: 36px;
    bottom: 9px;
    right: 9px;
    z-index: 999999;
    color: #fff;
    }
.ScoreImageBlock{
	position: relative;
	width: 160px;
	display:block;
    padding: 24px 8px 8px 0px;
    margin: 0px auto;
    white-space: nowrap;
	}
.vert-centre{
    display: flex;
    align-items: center;
    }
.score-images{
    display: flex;
    position: relative;
    align-items: center;
    }
.ScoreImageCont{
	display: block;
	position: relative;
	width:auto;
	padding:0px 0px 36px 0px;
	}
.ScoreImageCont:last-child{
    padding-bottom: 0px;
    }
.ScoreImageCont .score-image{
    position: relative;
    display: inline-block;
    width: 50px;
    top: -32px;
    }
.ScoreImageCont .score-image.adj-1{
    padding: 0px 8px 2px 6px;
    }
.ScoreImageCont .score-image.adj-2{
    padding: 0px 10px 0px 14px;
    top: -34px;
    }
.ScoreImageCont .score-image.adj-3{
    margin-left: -2px;
    top: -34px;
    }
.ScoreImageCont .diagonal-Line {
    position: relative;
    display: inline-block;
    float: left;
    height: 98px;
    width: 2px;
    background-color: #000;
    transform: rotate(36deg);
    left: 54px;
    top: -13px;
    }
.ScoreImageCont .info{
	position:relative;
	display: inline-block;
	margin:0px;
    height: auto;
    top: 18px;
	}
.ScoreImageCont .info .text{
    position: relative;
    display: block;
	text-align:left;
	font-size:18px;
    line-height: 1em;
    left: 19px;
    font-family: "MacklinSansLight";
	}
.ScoreImageCont .info .num{
    position: relative;
    display: block;
	font-size:48px;
	text-align:left;
    letter-spacing: 0.02em;
    line-height: 1em;
    font-family: "MacklinSansRegular";
	}
.click-text{
    position: absolute;
    display: none;
    font-size: 14px;
    color: #222;
    font-family: "MacklinSansRegular";
    top: -1px;
    right: -39px;
    width: 44px;
    line-height: 1em;
    }
.small-screen-return{
    display: block;
    }
@media only screen and (min-width:576px){
.ScoreImageBlock{
    width: auto;
    margin-left: -8px;
    padding: 24px 8px 8px 0px;
	}
.ScoreImageCont{
	display: inline-block;
    padding:0px 36px 36px 0px;
	}
.webp .landing-image-1{
    background-image: url(../../images/photos/garden-district-photo-7-sml.webp);
    }
.webp .landing-image-2{
    background-image: url(../../images/photos/garden-district-photo-46-sml.webp);
    }
.webp .landing-image-3{
    background-image: url(../../images/photos/garden-district-photo-49-sml.webp);
    }
.webp .landing-image-4{
    background-image: url(../../images/photos/garden-district-photo-33-sml.webp);
    }
.webp .landing-image-5{
    background-image: url(../../images/photos/garden-district-photo-9-sml.webp);
    }
.webp .landing-image-6{
    background-image: url(../../images/photos/garden-district-photo-5b-sml.webp);
    }
.webp .landing-image-7{
    background-image: url(../../images/photos/garden-district-photo-10-sml.webp);
    }
.webp .landing-image-8{
    background-image: url(../../images/photos/garden-district-photo-5-sml.webp);
    }
}
@media only screen and (min-width:768px){
.ScoreImageCont{
	display: block;
    padding:0px 36px 36px 0px;
	}
.image-width-adj-1{
    width: 85.8%;
    }
.image-width-adj-2{
    width:71.4%;
    }
.image-width-adj-3{
    width: 80%;
    }
.col-sm-adj-7{
    width: 85.7%;
    }
.image-collage-text{
    position: relative;
    text-align: left;
    padding: 0px 0px 9px 11px;
    left: -13px;
    }
.image-collage-text.small{
    display: none;    
    }
.image-collage-text.large{
    display: block;    
    }
}
@media only screen and (min-width:992px){
.landing-image{
    height: calc(100vh - 160px);
    margin-top: 112px;
    }
.landing-image .landing-text{
    letter-spacing: 0.26em;
    }
.landing-image .landing-text .green-text.padded{
    display: inline-block;
    padding-bottom: 0px;
    }
.landing-image .landing-text .transit-dash{
    display:inline-block;
    }
.down-arrow-container {
    display: block;
    }
.image-width-adj-1{
    width: 71.4%;
    }
.image-width-adj-2{
    width: 57.2%;
    }
.image-width-adj-3{
    width: 60%;
    }
.webp .landing-image-1{
    background-image: url(../../images/photos/garden-district-photo-7-md.webp);
    }
.webp .landing-image-2{
    background-image: url(../../images/photos/garden-district-photo-46-md.webp);
    }
.webp .landing-image-3{
    background-image: url(../../images/photos/garden-district-photo-49-md.webp);
    }
.webp .landing-image-4{
    background-image: url(../../images/photos/garden-district-photo-33-md.webp);
    }
.webp .landing-image-5{
    background-image: url(../../images/photos/garden-district-photo-9-md.webp);
    }
.webp .landing-image-6{
    background-image: url(../../images/photos/garden-district-photo-5b-md.webp);
    }
.webp .landing-image-7{
    background-image: url(../../images/photos/garden-district-photo-10-md.webp);
    }
.webp .landing-image-8{
    background-image: url(../../images/photos/garden-district-photo-5-md.webp);
    }
}
@media only screen and (min-width:1100px){
.landing-image .landing-text .thin-pipe{
    display: inline-block;
    }
.small-screen-return{
    display: none;
    }
}
@media only screen and (min-width:1200px){
.slick-dots {
    display: block !important;
    }
.click-text{
    display: block;
    }
.image-width-adj-1{
    width: 57.2%;
    }
.webp .landing-image-1{
    background-image: url(../../images/photos/garden-district-photo-7-full.webp);
    }
.webp .landing-image-2{
    background-image: url(../../images/photos/garden-district-photo-46-full.webp);
    }
.webp .landing-image-3{
    background-image: url(../../images/photos/garden-district-photo-49-full.webp);
    }
.webp .landing-image-4{
    background-image: url(../../images/photos/garden-district-photo-33-full.webp);
    }
.webp .landing-image-5{
    background-image: url(../../images/photos/garden-district-photo-9-full.webp);
    }
.webp .landing-image-6{
    background-image: url(../../images/photos/garden-district-photo-5b-full.webp);
    }
.webp .landing-image-7{
    background-image: url(../../images/photos/garden-district-photo-10-full.webp);
    }
.webp .landing-image-8{
    background-image: url(../../images/photos/garden-district-photo-5-full.webp);
    }
}
@media only screen and (min-width:1600px){
.image-collage-container{
    padding-top: 120px;
    }   
}
@media only screen and (max-width:1100px) and (orientation : portrait){
.webp .landing-image-1{
    background-image: url(../../images/photos/garden-district-photo-7-mobile-lg.webp);
    background-position:left center;
    }
.webp .landing-image-2{
    background-image: url(../../images/photos/garden-district-photo-46-mobile-lg.webp);
    background-position:left center;
    }
.webp .landing-image-3{
    background-image: url(../../images/photos/garden-district-photo-49-mobile-lg.webp);
    background-position:left center;
    }
.webp .landing-image-4{
    background-image: url(../../images/photos/garden-district-photo-33-mobile-lg.webp);
    background-position:left center;
    }
.webp .landing-image-5{
    background-image: url(../../images/photos/garden-district-photo-9-mobile-lg.webp);
    background-position:left center;
    }
.webp .landing-image-6{
    background-image: url(../../images/photos/garden-district-photo-5b-mobile-lg.webp);
    background-position:left center;
    }
.webp .landing-image-7{
    background-image: url(../../images/photos/garden-district-photo-10-mobile-lg.webp);
    background-position:left center;
    }
.webp .landing-image-8{
    background-image: url(../../images/photos/garden-district-photo-5-mobile-lg.webp);
    background-position:left center;
    } 
}
@media only screen and (max-width:576px) and (orientation : portrait){
.landing-image {
    height: 89vh;
    margin-top: 0px;
    }
.webp .landing-image-1{
    background-image: url(../../images/photos/garden-district-photo-7-mobile.webp);
    background-position:left bottom;
    }
.webp .landing-image-2{
    background-image: url(../../images/photos/garden-district-photo-46-mobile.webp);
    background-position:left bottom;
    }
.webp .landing-image-3{
    background-image: url(../../images/photos/garden-district-photo-49-mobile.webp);
    background-position:center top;
    }
.webp .landing-image-4{
    background-image: url(../../images/photos/garden-district-photo-33-mobile.webp);
    background-position:center bottom;
    }
.webp .landing-image-5{
    background-image: url(../../images/photos/garden-district-photo-9-mobile.webp);
    background-position:left top;
    }
.webp .landing-image-6{
    background-image: url(../../images/photos/garden-district-photo-5b-mobile.webp);
    background-position:left bottom;
    }
.webp .landing-image-7{
    background-image: url(../../images/photos/garden-district-photo-10-mobile.webp);
    background-position:center top;
    }
.webp .landing-image-8{
    background-image: url(../../images/photos/garden-district-photo-5-mobile.webp);
    background-position:center center;
    } 
}