.topBlockHome {
    position: relative;
    height: 100vh;
	z-index:1;
	}
#marker1{
	position:absolute;
	display:block;
	top:200%;
	height:30px;
	width:30px;
	}
.landingImg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 100vh;
	}
.landingImg::before{
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.05);
	z-index: 1;
	position: absolute;
	}
.landingImg1{
	background-image:url('../../images/sher-home-image-4-xs.webp');
	}
.landingImg2{
	background-image:url('../../images/sher-home-image-1-xs.webp');
	}
.landingImg3{
	background-image:url('../../images/sher-home-image-2-xs.webp');
	}
.landingImg4{
	background-image:url('../../images/sher-home-image-3-xs.webp');
	}
.landingImg5{
	background-image:url('../../images/sher-home-image-5-xs.webp');
	}
.landingImg6{
	background-image:url('../../images/sher-home-image-6-xs.webp');
	}
.landingImg .projName{
	position:absolute;
	font-size:24px;
	text-transform:uppercase;
	color:#FFF;
	letter-spacing:0.05em;
	line-height:1em;
	font-family: "MacklinSans-Regular";
	bottom: 55px;
	text-align:left;
	margin: 0px auto;
	width: 100%;
	max-width: 1640px;
	left: 0px;
	right: 0px;
	padding:0px 12px;
	z-index:99999999999999;
	opacity:0.9;
	text-shadow:0px 0px 9px rgba(0, 0, 0, 0.5);
	}
.landingLogo{
	position:relative;
	width:120px !important;
	padding:0px 15px 9px 15px;
	}
.landingTextBlock{
	position:absolute;
	display:block;
	left:0px;
	right:0px;
	margin:0px auto;
	width:100%;
	max-width:1640px;
	padding:0px 15px 0px 15px;
	top:153px;
	z-index:99999999999;
	transform:translateY(-50%);
    pointer-events: none;
	}
.landingTextBlock .textBlock{
	margin:0px;
	font-size:24px;
	line-height:1.1em;
	font-weight:normal;
	color:#fff;
	text-shadow:0px 0px 9px rgba(0, 0, 0, 0.5);
	font-family: "MacklinSans-Regular";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	}
.slick-dots {
    position: absolute;
    bottom:21px;
    padding: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    display: none !important;
    opacity: 1;
    width: 238px;
	z-index:1000;
    transition: all ease-in-out 300ms;
	}
.slick-dots.off {
    opacity: 0;
	}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0px 7px;
    height: 18px;
    width: 18px;
    cursor: pointer;
	}
.slick-dots li:nth-child(3) {
    margin-right: 30px;
	}
.slick-dots li:nth-child(4) {
    margin-left: 30px;
	}
.slick-dots li.slick-active {
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 50%;
	}
.slick-dots li button {
    display: block;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    padding: 0px;
    color: transparent;
    background-color: rgba(255, 255, 255, 0.4);
    transition: all ease-in-out 300ms;
    cursor: pointer;
	}
.slick-dots li button:hover {
    background-color: rgba(255, 255, 255, 0.8);
	}
.DownArrow{
	position:absolute;
	height:81px;
	width:68px;
	padding:20px 20px 15px 20px;
	margin:0px auto;
	left:0px;
	right:0px;
	cursor:pointer;
	bottom:0px;
	transition:all ease-in-out 500ms;
	z-index:2000;
	opacity:0.8;
	display:block;
	/*animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;*/
	}
.DownArrow:hover{
	padding-top:30px;
	opacity: 1;
	}
.DownArrow.bounce{
	padding:30px 20px 20px 20px;
	}
.DownArrow.off{
	opacity: 0;
	}
.quoteText{
	position:relative;
	margin-bottom:60px;
	}
.quote {
    position: absolute;
    text-transform: uppercase;
    text-align: right;
    font-size: 19px;
    margin-top: 34px;
    right: 20px;
	font-family: "MacklinSans-Light";
    display: inline-block;
	}
.quote .name {
    font-size: 12px;
	}
.quote::before {
    display: block;
    position: absolute;
    content: "";
    width: 24px;
    height: 2px;
    background-color: #c1f7f9;
    left: -29px;
    top: 50%;
    transform: translateY(-50%);
	}
.jobTitle{
	position:relative;
	top:1px;
	font-size:12px;
    line-height: 1.1em;
	text-transform:uppercase;
	font-family: "MacklinSans-Regular";
	-moz-osx-font-smoothing: grayscale;
	}
.jobTitle .text-2{
    font-size: 14px;
    }
.team-text{
	position:relative;
	display:block;
	margin-top:15px;
	padding-bottom:22px;
	}
.teamTxtLeft{
	position:relative;
	display:block;
	margin-top:15px;
	padding-bottom:22px;
	}
.teamTxtRight{
	position:relative;
	display:block;
	margin-top:15px;
	padding-bottom:22px;
	}
@keyframes bounce{
    0%{
        transform: translateY(0px);
    }
    10%{
        transform: translateY(0px);
    }
    15%{
        transform: translateY(-9px);
    }
    25%{
        transform: translateY(0px);
    }
    35%{
        transform: translateY(0px);
    }
    40%{
        transform: translateY(-9px);
    }
    50%{
        transform: translateY(0px);
    }
    60%{
        transform: translateY(0px);
    }
    65%{
        transform: translateY(-9px);
    }
    75%{
        transform: translateY(0px);
    }
    85%{
        transform: translateY(0px);
    }
    90%{
        transform: translateY(-9px);
    }
    100%{
        transform: translateY(0px);
    }
}
.down-arrow-container{
    position: absolute;
    display: block;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    bottom: 12px;
    width: 26px;
    }
.down-arrow{
    position: relative;
    display: none;
    margin: 0px auto;
    width: 26px;
    cursor: pointer;
    transition: all ease-in-out 300ms;
    animation-name: bounce;
    animation-duration: 12s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: forwards;
    }
.down-arrow:hover{
    margin-bottom: 16px;
    animation-name: none;
    transition: all ease-in-out 300ms;
    }
@media only screen and (min-width:484px){
.pressImg img.adj1{
	width:100%;
	}
.teamTxtLeft{
	position:absolute;
	display:inline-block;
	bottom:-6px;
	padding-left:15px;
	left:100%;
	width:100%;
	padding-bottom:0px;
	}
.teamTxtRight{
	position:absolute;
	display:inline-block;
	bottom:-6px;
	padding-left:15px;
	left:100%;
	width:100%;
	padding-bottom:0px;
	}
.landingImg1{
	background-image:url('../../images/sher-home-image-4-sml.webp');
	}
.landingImg2{
	background-image:url('../../images/sher-home-image-1-sml.webp');
	}
.landingImg3{
	background-image:url('../../images/sher-home-image-2-sml.webp');
	}
.landingImg4{
	background-image:url('../../images/sher-home-image-3-sml.webp');
	}
.landingImg5{
	background-image:url('../../images/sher-home-image-5-sml.webp');
	}
.landingImg6{
	background-image:url('../../images/sher-home-image-6-sml.webp');
	}
}
@media only screen and (min-width:824px){
/* ---------- HOME PAGE ---------- */
.landingImg1{
	background-image:url('../../images/sher-home-image-4-md.webp');
	}
.landingImg2{
	background-image:url('../../images/sher-home-image-1-md.webp');
	}
.landingImg3{
	background-image:url('../../images/sher-home-image-2-md.webp');
	}
.landingImg4{
	background-image:url('../../images/sher-home-image-3-md.webp');
	}
.landingImg5{
	background-image:url('../../images/sher-home-image-5-md.webp');
	}
.landingImg6{
	background-image:url('../../images/sher-home-image-6-md.webp');
	}
.landingTextBlock{
	padding:0px 30px 0px 30px;
	}
.quote {
	position:relative;
	display:inline-block;
	float:right;
    padding-right: 10px;
    font-size: 24px;
    right: 0px;
	}
.quote .name {
    font-size: 16px;
	}

}
@media only screen and (min-width:916px){
.landingImg .projName{
	padding:0px 24px;
	bottom: 147px;
	}
.landingTextBlock{
    top: 36%;
	}
}
@media only screen and (min-width:992px){
.slick-dots {
    display: block !important;
	}
.down-arrow{
    display: block;
    }
.landingImg .projName{
	bottom: 112px;
	}
.teamTxtLeft{
	position:absolute;
	display:inline-block;
	bottom:-6px;
	width: 135%;
	left: -135%;
	padding-right:30px;
	padding-left:0px;
	text-align:right;
	padding-bottom:0px;
	}
.teamTxtRight{
	position:absolute;
	display:inline-block;
	bottom:-6px;
	width: 135%;
	right: -135%;
	padding-left:30px;
	padding-bottom:0px;
	}
}
@media only screen and (min-width:1200px){	
/* ---------- HOME PAGE ---------- */
.landingTextBlock{
	padding:0px 60px 0px 60px;
	}
.landingImg .projName{
	padding:0px 48px;
	}
.landingTextBlock .textBlock{
    font-size: 36px;
    }
.landingImg1{
	background-image:url('../../images/sher-home-image-4-full.webp');
	}
.landingImg2{
	background-image:url('../../images/sher-home-image-1-full.webp');
	}
.landingImg3{
	background-image:url('../../images/sher-home-image-2-full.webp');
	}
.landingImg4{
	background-image:url('../../images/sher-home-image-3-full.webp');
	}
.landingImg5{
	background-image:url('../../images/sher-home-image-5-full.webp');
	}
.landingImg6{
	background-image:url('../../images/sher-home-image-6-full.webp');
	}
}
@media only screen and (min-width:1400px){	
.landingTextBlock .textBlock.landAdj{
	padding:0px 50px 0px 15px;
	}
}
@media only screen and (max-width:824px) and (orientation: portrait) {
.landingImg1{
	background-image:url('../../images/sher-home-image-4-smlPort.webp');
	}
.landingImg2{
	background-image:url('../../images/sher-home-image-1-smlPort.webp');
	}
.landingImg3{
	background-image:url('../../images/sher-home-image-2-smlPort.webp');
	}
.landingImg4{
	background-image:url('../../images/sher-home-image-3-smlPort.webp');
    background-position: left bottom;
	}
.landingImg5{
	background-image:url('../../images/sher-home-image-5-smlPort.webp');
	}
.landingImg6{
	background-image:url('../../images/sher-home-image-6-smlPort.webp');
	}
.landingTextBlock{
	top:253px;
	}
.landingImg .projName{
	bottom: 96px;
	}
.DownArrow {
    bottom: 73px;
    }
}
@media only screen and (max-width:1400px) and (orientation: portrait) {
.landingImg1{
	background-image:url('../../images/sher-home-image-4-port.webp');
	}
.landingImg2{
	background-image:url('../../images/sher-home-image-1-port.webp');
	}
.landingImg3{
	background-image:url('../../images/sher-home-image-2-port.webp');
	}
.landingImg4{
	background-image:url('../../images/sher-home-image-3-port.webp');
    background-position: left bottom;
	}
.landingImg5{
	background-image:url('../../images/sher-home-image-5-port.webp');
	}
.landingImg6{
	background-image:url('../../images/sher-home-image-6-port.webp');
	}
.landingTextBlock{
	top:253px;
	}
.landingImg .projName{
	bottom: 96px;
	}
.DownArrow {
    bottom: 73px;
    }
}