/*top navigation*/
.responsive-menus-mean-menu-processed {
    background:#008851;
    text-align: center;
}
ul.sf-main-menu {
    max-width: 1240px;
    margin: 10px auto !important;
    padding: 10px 40px;
    line-height: normal;
    display: flex;
    justify-content: space-between;
    color:#fff;
    font-family: "HalisR-book";
}
ul.sf-main-menu > li {
    font-weight: bold;
    font-size: 20px;
}
ul.sf-main-menu ul li {
    font-weight: normal;
}
ul.sf-main-menu a {
    color: #fff;
}
ul.sf-main-menu a:hover {
    text-decoration: none;
}
.sf-menu li:hover > ul, 
.sf-menu li.sfHover > ul { 
    top:44px; 
}
ul.sf-main-menu * {
    color:#fff;
}
ul.sf-main-menu .sf-sub-indicator {
    position: relative;
    background: none;
    width: auto;
    text-indent: 0;
    height: auto;
    display: inline;
    right: unset;
    top: auto;
    font-size: 0;
}
ul.sf-main-menu .sf-sub-indicator:after {
    content:'\f0d7';
    font-size:16px;
    font-family:fontAwesome;
    margin-left: 5px;
}
ul.sf-menu li ul li:hover {
    background:#225e38;
    text-decoration: none;
}
.sf-menu li > ul, .sf-menu li > ul {
    background:#008851;
    text-align: left;
    padding: 10px;
}

 .sf-menu li > ul li {
    padding: 5px 10px;
}
.mean-container a.meanmenu-reveal {
    font-size: 0;
    background:#008851;
}
.mean-container .mean-bar {
    min-height: auto;
    background:none;
    padding: 0;
}
.mean-container a.meanmenu-reveal[style] {
    font-size: 0 !important; 
}
.mean-container a.meanmenu-reveal.meanclose[style] {
    font-size: 20px !important;
}
.mean-container a.meanmenu-reveal:after {
    font-family:fontAwesome;
    font-size: 20px;
    content:'\f0c9';
}
.mean-container a.meanmenu-reveal.meanclose:after {
    display: none;
}
.mean-container .mean-nav {
    margin-top: 0;
}
.mean-container .mean-nav ul li span {
    display: block;
    float: left;
    width: 90%;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255,255,255,.5);
    text-decoration: none;
    text-transform: uppercase;
}
.mean-container .mean-nav {
    background:#008851;
}
.mean-container .mean-nav ul li a.mean-expand {
    height: auto;
    background:none;
    border:none !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
    background:none;
}
.mean-container .mean-nav ul li a:hover,
.mean-container .mean-nav ul li span:hover {
    background:#225e38;
}
@media only screen and (max-width: 991px) and (min-width: 320px) {
    .mean-container a.meanmenu-reveal {
        top: -75px !important;
    }
}

body.node-type-landing-page .main-container.container-fluid .row {
    max-width: none;
    margin: 0;
}
body.node-type-landing-page .main-container > .row > section.col-sm-12 {
    padding: 0;
}
body.node-type-landing-page .region-content {
    background: none;
    background-color: #eee !important;
    box-shadow: none;
    margin: 0 !important;
    padding: 0;
    max-width: none;
}
.entity > h2 {
    display: none;
}

/*overwrite theme classes*/
body.node-type-landing-page .panels-flexible-269 .panels-flexible-region {
    width:100%;
}

.node-type-landing-page h1.page-header {
    display: none;
}

/*slider*/
.nynj-component-hero-image-slider,
.entity .view-slider {
    position: relative;
}

.nynj-component-hero-image-slider .choose-your-exp.choose-exp-home {
    background: #008852 none repeat scroll 0 0;
    width: 100%;
}

.entity .views_slideshow_cycle_slide{
    overflow: hidden;
}

.nynj-component-hero-image-slider *:hover {
    text-decoration: none !important;
}
.nynj-component-hero-image-slider .views-slideshow-controls-top {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
    height: 0;
}
.nynj-component-hero-image-slider .views_slideshow_controls_text_previous  {
    font-size: 0;
    float: left;
    margin-left: 30px;
}
.nynj-component-hero-image-slider .views_slideshow_controls_text_next {
    float: right;
    font-size: 0;
    margin-right: 30px;
}

.nynj-component-hero-image-slider .views_slideshow_controls_text_pause {
    display: none;
}
.nynj-component-hero-image-slider .views_slideshow_controls_text_previous:before {
    content:'\f104';
    font-family: fontAwesome;
    font-size: 60px;
    color:#ccc;
}
.nynj-component-hero-image-slider .views_slideshow_controls_text_next:before {
    content:'\f105';
    font-family: fontAwesome;
    font-size: 60px;
    color:#ccc;
}
.nynj-component-hero-image-slider .field-content {
	height: auto !important;
}
.nynj-component-hero-image-slider .home-slider {
    text-align: center;
    line-height: normal;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
}
.nynj-component-hero-image-slider .home-slider .slider-button a {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid #ffffff;
    margin: 20px auto;
    display: block;
    line-height: 2.5;
    text-align: center;
    width: 230px;
    color: #ffffff !important;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    font-size: 25px !important;
        font-family: "HalisR-ExtraLight" !important;
}
.nynj-component-hero-image-slider .home-slider .slider-button a:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.5);
}

.entity .choose-your-exp.choose-exp-home {
	position: relative !important;
	bottom: 0;
	z-index: 999 !important;
	margin: 0;
	padding: 30px 0;
}
.entity .views_slideshow_cycle_main .views-field-nothing .slider-title{
	line-height: 1;
	margin-bottom: 20px;
}
.entity .view-slider .views-slideshow-cycle-main-frame.views_slideshow_cycle_teaser_section, 
.entity .view-slider .views_slideshow_cycle_slide {
    width: 100% !important;
    max-height: 450px !important;
    min-height: 450px !important;
}
.entity .views-field-field-slide-image img,
.entity .views-field-field-image-slider img {
    object-fit: cover;
    min-height: 450px;
}
.field-name-field-component-headline{
	font-family: "HalisR-Bold";
	margin: 40px 0 !important;
	font-size: 44px;
	font-weight: 700;
	text-align: center;
	font-style: bold;
	color: #4B4945;
	line-height: 45px;
}
.view-hike-of-the-week{
	background: #fff;
	box-shadow: 2px 2px 5px #888;
	display: block;
	overflow: hidden;
	margin-bottom: 40px;
	max-width: 1220px;
}

@media screen and (min-width:580px){
	.entity .view-slider .views-slideshow-cycle-main-frame.views_slideshow_cycle_teaser_section, 
	.entity .view-slider .views_slideshow_cycle_slide,
	.entity .views-field-field-slide-image img,
	.entity .views-field-field-image-slider img {
		max-height: 550px !important;
		min-height: 550px !important;
	}
}

@media screen and (min-width:769px){
	.entity .choose-your-exp.choose-exp-home {
		position: absolute !important;
	}
	.nynj-component-hero-image-slider .choose-your-exp.choose-exp-home {
		background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
		width: 100%;
	}
	.entity .view-slider .views-slideshow-cycle-main-frame.views_slideshow_cycle_teaser_section, 
	.entity .view-slider .views_slideshow_cycle_slide,
	.entity .views-field-field-slide-image img,
	.entity .views-field-field-image-slider img {
		max-height: 650px !important;
		min-height: 650px !important;
	}
}


.entity .choose-your-exp.choose-exp-home .choose-exp-rtr {
    width: 45%;
    display: flex;
}
.entity .choose-your-exp.choose-exp-home .choose-exp.expoutdoors {
    max-width: 1170px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.entity .home-find-trails, .entity .home-join, .entity .home-find-hike {display: inline-block; margin: 0 5px; width: 50%;}
.entity .choose-your-exp.choose-exp-home .not-front .choose-exp {
    padding: 0;
}

@media screen and (max-width:768px) {
    .entity .choose-your-exp.choose-exp-home .choose-exp.expoutdoors {
        flex-wrap: wrap;
    }
    .entity .choose-your-exp.choose-exp-home .choose-exp-rtr {
        width: 100%;
        margin: 0 auto;
    }
    .entity .choose-exp-ltr {
            background-position: center top !important;
    display: block !important;
    text-align: center !important;
    padding:60px 0 20px 0 !important;
    width: 100%;
    }
}


/*intro text, mission*/
.nynj-component-intro-text {
    margin: 60px auto 10px;
    text-align: center;
    width: 90%;
    font-family: "halisr-book";
	font-size: 20px;
	line-height: 28px;
}
.nynj-component-intro-text .field-name-field-intro-headline {
    font-size: 40px;
    font-family: "halisr-bold";
    line-height: normal;
    margin-bottom: 20px;
}


/*tile rows*/
.nynj-element-tile-row {
    margin-bottom:20px;
}

/* HIGHLIGHT COMPONENT */
.nynj-component-highlight-boxes {
    background:#eeeeee;
}
.group-highlight-card {
    position: relative;
    display: block;
}
.field-name-field-highlight-image img {
	object-fit: cover;
	height: 300px;
	width: 100%;
	transition: all .15s ease;
}
.field-name-field-highlight-item {
    text-align: center;
}
.group-highlight-card-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 200;
    padding: 8%;
}
.field-name-field-highlight-link a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 300;
    font-size: 0;
    text-indent: -9999px;
}
.field-name-field-highlight-image:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.2);
    content: "";
    z-index: 100;
}
.field-name-field-highlight-text {
    color: #ffffff;
    font-size: 24px;
    font-family: "HalisR-Bold";
    text-align: left;
    line-height: 1;
}
.group-highlight-card{
	overflow: hidden;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	transition: all .15s ease;
}
.field-name-field-highlight-item > .field-items > .field-item{
	margin-bottom: 20px;
}
@media screen and (min-width:540px){
	.field-name-field-highlight-text {
		font-size: 34px;
	}
}
@media screen and (min-width:960px){
	.group-highlight-card:hover .field-name-field-highlight-image img {
		transform: scale(1.1);
	}
	.group-highlight-card:hover{
		box-shadow: 0px 10px 20px rgba(0,0,0,.4);	
	}
	.field-name-field-highlight-item > .field-items > .field-item:nth-child(3n) {
		margin-right: 0;
	}
	.field-name-field-highlight-item > .field-items > .field-item {
		display: inline-block;
		width: 32%;
		margin-right: 2%;
	}
	.field-name-field-highlight-image img {
		height: 400px;
	}
	.field-name-field-highlight-text {
		font-size: 44px;
	}
}

div.tb-spacing.container {
	width: 100% !important; 
	margin: 20px auto !important;
}
@media screen and (min-width:960px){
	div.tb-spacing.container {
		margin: 55px auto !important;
	}
}