.slick-dots.none, .downArrow.none{
	display: none !important;
	}

.content-full-screen {
    position: relative;
    height: 100vh;
    width: 100%;
    transition:all ease-in-out 300ms;
    overflow: hidden;
    }
.content-full-screen.off {
    opacity: 0;
    }
/*.content-full-screen.topShift{
	margin-top: 215px;
	}*/
.slick-slider{
    height: 100vh;
    }
.landing-carousel-image {
    background-position: center center;
	background-repeat:no-repeat;
    height: 100vh;
    margin-top: 36px;
    background-clip: content-box;
    background-size: cover;
    padding-bottom: 36px;
    background-origin: content-box;
	}
.landing-carousel-text{
    position: absolute;
    display: block;
    top: calc(50% - 115px);
    transform: translateY(-50%);
    font-size: 36px;
    /*letter-spacing: 0.1em;*/
    line-height: 1.1em;
    width: 100%;
    color: #fff;
    opacity: 1;
    /*font-family: "MacklinSansMedium";*/
    font-family: "MacklinDisplayRegular";
    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: allease-in 300ms;
    }
.downArrow {
    position: absolute;
    width: 90px;
    height: 55px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    bottom:5px;
    z-index: 100;
    transition:all ease-in-out 300ms;
    cursor: pointer;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFF;
    text-align: center;
	}
.downArrow .scroll-text{
    position: relative;
    display: block;
    white-space: nowrap;
    text-align: center;
    }
.downArrow .arrow {
    position: relative;
    width: 60px;
    margin: 0px auto;
	padding-top:6px;
	}
.downArrow.remove{
	opacity:0;
	}
.slick-dots {
    position: absolute;
    display: none;
    bottom:14px;
    padding: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: auto;
    text-align: center;
	z-index:99;
    transition:all ease-in-out 300ms;
	}
.slick-dots li:nth-child(4){
    margin-left: 100px;
    }
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0px 7px;
    height: 18px;
    width: 18px;
    cursor: pointer;
	}
.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%;
    border: none;
    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);
	}
.slick-dots.remove{
	opacity:0;
	}
@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);
    }
}


@media only screen and (min-width:768px){
.landing-image{
    height: calc(100vh - 220px);
    margin-top: 220px;
    }
.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;
    }
}

@media only screen and (min-width:992px){
.landing-carousel-image {
    margin-top: 190px;
    padding-bottom: 190px;
	}
}
@media only screen and (min-width:1200px){
.slick-dots {
    display: block;
    }
}
@media only screen and (max-width:576px) and (orientation : portrait){
.landing-image {
    height: 89vh;
    margin-top: 0px;
    }
}