/*---------- HOME PAGE ----------*/
.content.home-top{
    position: fixed;
    display: block;
    height: 100vh;
    width: 100%;
    max-width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    padding: 0px;
    }
.content.home-top::before{
    content: '';
    position: fixed;
    display: block;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.12);
    z-index: 8;
    }
.content.home-top .slick-slider{
    height: 100%;
    }
.single-item{
    transition: all ease-in-out 300ms;
    }
.single-item.dark-mask::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: 1;
    transition: all ease-in-out 300ms;
    }
.content.home-top .slick-slider .slick-track, .slick-slider .slick-list {
    height: 100%;
    }
.home-image-bg{
    background-size: cover;
    background-position: bottom center;
    }
/*---------- ABOVE THE FOLD ROTATING IMAGES ----------*/
.webp .home-image-bg-1{
    background-image: url(../../images/home/grid-home-sunday-school-lofts-xs.webp);
    }
.webp .home-image-bg-2{
    background-image: url(../../images/home/grid-home-piano-towns-xs.webp);
    }
.webp .home-image-bg-3{
    background-image: url(../../images/home/grid-home-lofthouse-xs.webp);
    }
.webp .home-image-bg-4{
    background-image: url(../../images/home/grid-home-sunday-school-lofts-2-xs.webp);
    }
.webp .home-image-bg-5{
    background-image: url(../../images/home/grid-home-lofthouse-2-xs.webp);
    }
.webp .home-image-bg-6{
    background-image: url(../../images/home/grid-home-lofthouse-3-xs.webp);
    }
.webp .home-image-bg-7{
    background-image: url(../../images/home/grid-home-east-village-1-xs.webp);
    }
.no-webp .home-image-bg-1{
    background-image: url(../../images/home/grid-home-sunday-school-lofts-xs.jpg);
    }
.no-webp .home-image-bg-2{
    background-image: url(../../images/home/grid-home-piano-towns-xs.jpg);
    }
.no-webp .home-image-bg-3{
    background-image: url(../../images/home/grid-home-lofthouse-xs.jpg);
    }
.no-webp .home-image-bg-4{
    background-image: url(../../images/home/grid-home-sunday-school-lofts-2-xs.jpg);
    }
.no-webp .home-image-bg-5{
    background-image: url(../../images/home/grid-home-lofthouse-2-xs.jpg);
    }
.no-webp .home-image-bg-6{
    background-image: url(../../images/home/grid-home-lofthouse-3-xs.jpg);
    }
.no-webp .home-image-bg-7{
    background-image: url(../../images/home/grid-home-east-village-1-xs.jpg);
    }
/*---------- /ABOVE THE FOLD ROTATING IMAGES ----------*/
.home-top-inner{
    position: absolute;
    display: block;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    width: 100%;
    max-width: 1700px;
    padding: 144px 16px 48px 16px;
    z-index: 9;
    bottom: 48px;
    }
.home-top-inner h1{
    font-size: 36px;
    line-height: 42px;
    color: rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 24px rgba(0, 0, 0, 0.5);
    }
.slick-dots{
    position: absolute;
    display: none !important;
    bottom: 24px;
    width: 250px;
    height: 16px;
    margin: 0px auto;
    padding: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
    white-space: nowrap;
    }
.slick-dots li{
    position: relative;
    display: inline-block;
    margin: 0px 12px;
    height: 12px;
    width: 12px;
    cursor: pointer;
    }
.slick-dots li.slick-active {
    background-color: rgba(255, 255, 255, 0.4);
    }
.slick-dots li button {
    display: block;
    height: 12px;
    width: 12px;
    padding: 0px;
    color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.75);
    background-color: rgba(255, 255, 255, 0);
    transition: all ease-in-out 300ms;
    cursor: pointer;
    }
#marker-1{
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    margin-top: 100vh;
    z-index: 999;
    }
.background-to-fade-in{
    position: fixed;
    display:block;
    background-color: rgb(247, 247, 247);
    height: 100vh;
    width: 100vw;
    z-index: 9;
    opacity: 0;
    pointer-events: none;
    transition: all ease-in-out 300ms;
    }
.background-to-fade-in.on{
    opacity: 1;
    }
.content.home-sub{
    position: relative;
    display: block;
    margin: 0px auto;
    height: auto;
    width: 100%;
    margin-top: 100vh;
    background-color: rgb(247, 247, 247);
    z-index: 10;
    }
.content.home-sub .content-inner{
    padding: 96px 16px 24px 16px; 
    }
.grid-text-outline{
    position: relative;
    display: block;
    width: 33.33333333%;
    float: right;
    margin-top: -3px;
    right: 0%;
    padding-left: 0.6rem;
    }
/*---------- TEAM SECTION ----------*/
.our-team-header{
    font-family: "verdigris-mvb-pro-big", serif;
    font-weight: 400;
    font-style: normal;
    padding-top: 24px;
    font-size: 42px;
    }
.team-full{
    position: relative;
    opacity: 1;
    display: flex;
    transition: all ease-in-out 300ms;
    }
.team-member{
    position: relative;
    display: block;
    cursor: pointer;
    opacity: 1;
    padding-bottom: 24px;
    transition: all ease-in-out 100ms;
    }
.team-member.off{
    opacity: 0;
    }
.team-title{
    padding-top: 6px;
    }
.job-title{
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.2em;
    letter-spacing: 0.08em;
    }
.job-title.lrg{
    font-size: 14px;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    padding-top: 5px;
    }
.team-individuals{
    position: relative;
    transition: all ease-in-out 500ms;
    margin-bottom: 96px;
    }
.team-individuals.display-on{
    display: flex;
    }
.team-individual-image{
    position: relative;
    display: block;
    opacity: 1;
    z-index: 10;
    transition: all ease-in-out 300ms;
    height: 100%;
    }
.team-individuals .team-individual-image.opacity-on{
    opacity: 1;
    }
.team-individual-text{
    display: block;
    position: relative;
    margin-top: 6px;
    opacity: 1;
    z-index: 10;
    }
.grid-line{
    padding-top: 72px;
    }
@keyframes text-slide {
    0%{
        opacity: 0;
        left: -400px;
    }
    100%{
       opacity: 1;
        left: 0px; 
    }
}
@keyframes text-out {
    0%{
        opacity: 1;
        left: 0px;
    }
    100%{
       opacity: 0;
        left: -400px; 
    }
}
.team-individual-text.slide-in{
    animation: text-slide 500ms forwards;
    }
.team-individual-text.slide-out{
    animation: text-out 500ms forwards;
    }
/*---------- /TEAM SECTION ----------*/
@media only screen and (min-width:576px){
.home-top-inner{
    padding: 144px 36px 12px 36px;
    }
.content.home-sub .content-inner{
    padding: 96px 36px 24px 36px;
    }
.team-individual-text{
    margin-top: -4px;
    }
/*---------- ABOVE THE FOLD ROTATING IMAGES ----------*/
.webp .home-image-bg-1{
    background-image: url(../../images/home/grid-home-sunday-school-lofts-sm.webp);
    }
.webp .home-image-bg-2{
    background-image: url(../../images/home/grid-home-piano-towns-sm.webp);
    }
.webp .home-image-bg-3{
    background-image: url(../../images/home/grid-home-lofthouse-sm.webp);
    }
.webp .home-image-bg-4{
    background-image: url(../../images/home/grid-home-sunday-school-lofts-2-sm.webp);
    }
.webp .home-image-bg-5{
    background-image: url(../../images/home/grid-home-lofthouse-2-sm.webp);
    }
.webp .home-image-bg-6{
    background-image: url(../../images/home/grid-home-lofthouse-3-sm.webp);
    }
.webp .home-image-bg-7{
    background-image: url(../../images/home/grid-home-east-village-1-sm.webp);
    }
.no-webp .home-image-bg-1{
    background-image: url(../../images/home/grid-home-sunday-school-lofts-sm.jpg);
    }
.no-webp .home-image-bg-2{
    background-image: url(../../images/home/grid-home-piano-towns-sm.jpg);
    }
.no-webp .home-image-bg-3{
    background-image: url(../../images/home/grid-home-lofthouse-sm.jpg);
    }
.no-webp .home-image-bg-4{
    background-image: url(../../images/home/grid-home-sunday-school-lofts-2-sm.jpg);
    }
.no-webp .home-image-bg-5{
    background-image: url(../../images/home/grid-home-lofthouse-2-sm.jpg);
    }
.no-webp .home-image-bg-6{
    background-image: url(../../images/home/grid-home-lofthouse-3-sm.jpg);
    }
.no-webp .home-image-bg-7{
    background-image: url(../../images/home/grid-home-east-village-1-sm.jpg);
    }
/*---------- /ABOVE THE FOLD ROTATING IMAGES ----------*/
}
@media only screen and (min-width:786px){
.home-top-inner{
    padding: 168px 36px 12px 36px;
    }
.home-top-inner h1{
    font-size: 42px;
    line-height: 48px;
    }
.content.home-sub .content-inner{
    padding: 96px 55px 24px 55px; 
    }
.team-individual-text{
    margin-top: -4px;
    }
}
@media only screen and (min-width:824px){
 /*---------- ABOVE THE FOLD ROTATING IMAGES ----------*/
.webp .home-image-bg-1{
    background-image: url(../../images/home/grid-home-sunday-school-lofts-md.webp);
    }
.webp .home-image-bg-2{
    background-image: url(../../images/home/grid-home-piano-towns-md.webp);
    }
.webp .home-image-bg-3{
    background-image: url(../../images/home/grid-home-lofthouse-md.webp);
    }
.webp .home-image-bg-4{
    background-image: url(../../images/home/grid-home-sunday-school-lofts-2-md.webp);
    }
.webp .home-image-bg-5{
    background-image: url(../../images/home/grid-home-lofthouse-2-md.webp);
    }
.webp .home-image-bg-6{
    background-image: url(../../images/home/grid-home-lofthouse-3-md.webp);
    }
.webp .home-image-bg-7{
    background-image: url(../../images/home/grid-home-east-village-1-md.webp);
    }
.no-webp .home-image-bg-1{
    background-image: url(../../images/home/grid-home-sunday-school-lofts-md.jpg);
    }
.no-webp .home-image-bg-2{
    background-image: url(../../images/home/grid-home-piano-towns-md.jpg);
    }
.no-webp .home-image-bg-3{
    background-image: url(../../images/home/grid-home-lofthouse-md.jpg);
    }
.no-webp .home-image-bg-4{
    background-image: url(../../images/home/grid-home-sunday-school-lofts-2-md.jpg);
    }
.no-webp .home-image-bg-5{
    background-image: url(../../images/home/grid-home-lofthouse-2-md.jpg);
    }
.no-webp .home-image-bg-6{
    background-image: url(../../images/home/grid-home-lofthouse-3-md.jpg);
    }
.no-webp .home-image-bg-7{
    background-image: url(../../images/home/grid-home-east-village-1-md.jpg);
    }
/*---------- /ABOVE THE FOLD ROTATING IMAGES ----------*/
}
@media only screen and (min-width:992px){
.home-top-inner{
    padding: 240px 55px 0px 55px;
    bottom: auto;
    }
.home-image-bg{
    background-position: center center;
    }
.slick-dots{
    display: block !important;
    }
}
@media only screen and (min-width:1200px){
/*---------- ABOVE THE FOLD ROTATING IMAGES ----------*/
.webp .home-image-bg-1{
    background-image: url(../../images/home/grid-home-sunday-school-lofts.webp);
    }
.webp .home-image-bg-2{
    background-image: url(../../images/home/grid-home-piano-towns.webp);
    }
.webp .home-image-bg-3{
    background-image: url(../../images/home/grid-home-lofthouse.webp);
    }
.webp .home-image-bg-4{
    background-image: url(../../images/home/grid-home-sunday-school-lofts-2.webp);
    }
.webp .home-image-bg-5{
    background-image: url(../../images/home/grid-home-lofthouse-2.webp);
    }
.webp .home-image-bg-6{
    background-image: url(../../images/home/grid-home-lofthouse-3.webp);
    }
.webp .home-image-bg-7{
    background-image: url(../../images/home/grid-home-east-village-1.webp);
    }
.no-webp .home-image-bg-1{
    background-image: url(../../images/home/grid-home-sunday-school-lofts.jpg);
    }
.no-webp .home-image-bg-2{
    background-image: url(../../images/home/grid-home-piano-towns.jpg);
    }
.no-webp .home-image-bg-3{
    background-image: url(../../images/home/grid-home-lofthouse.jpg);
    }
.no-webp .home-image-bg-4{
    background-image: url(../../images/home/grid-home-sunday-school-lofts-2.jpg);
    }
.no-webp .home-image-bg-5{
    background-image: url(../../images/home/grid-home-lofthouse-2.jpg);
    }
.no-webp .home-image-bg-6{
    background-image: url(../../images/home/grid-home-lofthouse-3.jpg);
    }
.no-webp .home-image-bg-7{
    background-image: url(../../images/home/grid-home-east-village-1.jpg);
    }
/*---------- /ABOVE THE FOLD ROTATING IMAGES ----------*/
}
/*---------- PORTRAIT SCREENS MEDIUM ----------*/
@media only screen and (min-width: 576px) and (max-width:1200px) and (orientation: portrait) {
.webp .home-image-bg-1{
    background-image: url(../../images/home/grid-home-sunday-school-lofts-md-port.webp);
    }
.webp .home-image-bg-2{
    background-image: url(../../images/home/grid-home-piano-towns-md-port.webp);
    }
.webp .home-image-bg-3{
    background-image: url(../../images/home/grid-home-lofthouse-md-port.webp);
    }
.webp .home-image-bg-4{
    background-image: url(../../images/home/grid-home-sunday-school-lofts-2-md-port.webp);
    }
.webp .home-image-bg-5{
    background-image: url(../../images/home/grid-home-lofthouse-2-md-port.webp);
    }
.webp .home-image-bg-6{
    background-image: url(../../images/home/grid-home-lofthouse-3-md-port.webp);
    }
.webp .home-image-bg-7{
    background-image: url(../../images/home/grid-home-east-village-1-md-port.webp);
    }
.no-webp .home-image-bg-1{
    background-image: url(../../images/home/grid-home-sunday-school-lofts-md-port.jpg);
    }
.no-webp .home-image-bg-2{
    background-image: url(../../images/home/grid-home-piano-towns-md-port.jpg);
    }
.no-webp .home-image-bg-3{
    background-image: url(../../images/home/grid-home-lofthouse-md-port.jpg);
    }
.no-webp .home-image-bg-4{
    background-image: url(../../images/home/grid-home-sunday-school-lofts-2-md-port.jpg);
    }
.no-webp .home-image-bg-5{
    background-image: url(../../images/home/grid-home-lofthouse-2-md-port.jpg);
    }
.no-webp .home-image-bg-6{
    background-image: url(../../images/home/grid-home-lofthouse-3-md-port.jpg);
    }
.no-webp .home-image-bg-7{
    background-image: url(../../images/home/grid-home-east-village-1-md-port.jpg);
    }
}