#leave-no-trace-block {
	position: relative;
	background: #475947;
	padding: 59px 0 59px 0;
	margin: 0 0 72px 0;
	width: 100vw;
	margin-left: -12px;
	margin-right: -12px;
	max-width: unset;
	margin-bottom: 0px !important;
}
#leave-no-trace-block #leave-no-trace-inner {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
}
#leave-no-trace-block #leave-no-trace-inner #lnt-left {
	position: relative;
	width: 62%;
	max-width: 62%;
	min-width: 62%;
	overflow: hidden;
}				
#leave-no-trace-block #leave-no-trace-inner #lnt-left #lnt-left-image-wrapper {
	position: relative;
	max-height: 382px;
	overflow: hidden;
}				
#leave-no-trace-block #leave-no-trace-inner #lnt-left #lnt-left-image-wrapper img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;	
}
#leave-no-trace-block #leave-no-trace-inner #lnt-left h3 {
	color: #EDEEED!important;	
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	margin: 24px 0 8px 0;	
	font-family: Proxima Nova;
	font-weight:700;			
}
#leave-no-trace-block #leave-no-trace-inner #lnt-left p {
	color: #EDEEED;				
	font-family: Proxima Nova;
	font-weight:300;
}
#leave-no-trace-block #leave-no-trace-inner #lnt-right {
	position: relative;
	flex-grow: 1;
	padding-left: 72px;
}
#leave-no-trace-block #leave-no-trace-inner #lnt-right #lnt-right-list {
	position: relative;
	top: 50%;
	transform: translateY(-50%);	
}			
#leave-no-trace-block #leave-no-trace-inner #lnt-right #lnt-right-list .lnt-rl-item-wrapper {
	position: relative;
	border-bottom: 1px solid #FDBB30;	
	cursor: pointer;
	margin-bottom: 24px;
}				
#leave-no-trace-block #leave-no-trace-inner #lnt-right #lnt-right-list .lnt-rl-item-wrapper .top {
	position: relative;
	display: flex;
	margin-bottom: 8px;
}						
#leave-no-trace-block #leave-no-trace-inner #lnt-right #lnt-right-list .lnt-rl-item-wrapper .top .lnt-list-item-number {
	position: relative;
	width: 32px;
	height: 32px;
	min-width: 32px;
	min-height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;	
	color: #475947;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;							 	
	background: #FDBB30;
}
#leave-no-trace-block #leave-no-trace-inner #lnt-right #lnt-right-list .lnt-rl-item-wrapper .top .lnt-list-item-phrase {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;							
	color: #EDEEED;
	margin: 0 16px 0 16px;
	width:100%;
	font-family: Proxima Nova;
	font-weight:700;
}						
#leave-no-trace-block #leave-no-trace-inner #lnt-right #lnt-right-list .lnt-rl-item-wrapper .top .lnt-list-item-toggle {
	position: relative;
	width: 18px;
	height: 18px;
	min-width: 18px;
	min-height: 18px;
	background-image: url('/sites/all/themes/lakeplacid/images/plus.svg');
	background-position: center center;
}
#leave-no-trace-block #leave-no-trace-inner #lnt-right #lnt-right-list .lnt-rl-item-wrapper .bottom {
	position: relative;
	height: 0px;
	overflow: hidden;
	opacity: 0;
	padding: 0 0 0 0;	
	transition: all .3s ease;
}			
#leave-no-trace-block #leave-no-trace-inner #lnt-right #lnt-right-list .lnt-rl-item-wrapper.active,
#leave-no-trace-block #leave-no-trace-inner #lnt-right #lnt-right-list .lnt-rl-item-wrapper.active .top,
#leave-no-trace-block #leave-no-trace-inner #lnt-right #lnt-right-list .lnt-rl-item-wrapper.active .top .lnt-list-item-toggle{
	background-image: url('/sites/all/themes/lakeplacid/images/minus.svg');	
	background-repeat: no-repeat;	
}
#leave-no-trace-block #leave-no-trace-inner #lnt-right #lnt-right-list .lnt-rl-item-wrapper.active .bottom {
	height: auto;
	overflow: hidden;
	opacity: 1;
	padding: 0 0 8px 0;	
	font-style: normal;
	font-weight: 400;
	font-size: 18px;	
	line-height: 28px;		
	color:#EDEEED;								
	font-family: Proxima Nova;			
	font-weight:300;	
}

.page-node-30908 .views-field-title h1{
	display:none;
}
	
/*##################### BANNER #####################*/
.banner-block {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 48px;
}
#block-views-pages-banner{
  margin-bottom: 0px!important;	
}
.banner-block img{
	width: 100%!important;
	height: auto;
}

#main-events-search-block figcaption{
	display: none;
}
@media screen and (max-width: 1075px) {
	.banner-block img{
		padding-left: 24px;
    	padding-right: 24px;
	}
}
@media screen and (max-width: 1000px) {
	#leave-no-trace-block{
		margin-left:0;
		margin-right:0;
		width: 100vw;
		min-width: 100vw;
		padding: 24px 16px 0px 16px;
	}
	.banner-block img{
		height: auto;
		width: 100%!important;
		max-width: unset;
    }
    .banner-block {
    	padding-bottom: 24px;
    }
	#leave-no-trace-block #leave-no-trace-inner {
		width: 100%;
		max-width: 100%;	
	}
	#leave-no-trace-block #leave-no-trace-inner #lnt-left {
		width: 100%;
		max-width: 100%;	
	}
}
	
@media screen and (max-width: 880px) {
	#leave-no-trace-block #leave-no-trace-inner {
		flex-direction: column;
	}
	#leave-no-trace-block #leave-no-trace-inner #lnt-right {
		padding-left: 0px;
		margin-top: 24px;
	}		
	#leave-no-trace-block #leave-no-trace-inner #lnt-right #lnt-right-list {
		top: 0px;
		transform: none;	
	}	
}
@media screen and (max-width: 600px) {
  .banner-block img{
	width: 100vw!important;
	max-width: unset;
	padding-left:16px;
	padding-right:16px;
  }
  #leave-no-trace-block #leave-no-trace-inner #lnt-left p{
		display:none;
  }
}

/*##################### ECLIPSE LNT #####################*/
#eclipse-lnt-block {
	position: relative;
	padding: 59px 0 59px 0;
	margin: 0 0 72px 0;
	width: 100vw;
	max-width: unset;
	margin-bottom: 0px !important;
	padding: 48px 16px 36px 16px;
}
#eclipse-lnt-block .content{
	max-width: 1000px;
    margin: auto;
}
#eclipse-lnt-block #leave-no-trace-inner {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
}
#eclipse-lnt-block #leave-no-trace-inner #lnt-left {
	position: relative;
	width: 40%;
	max-width: 40%;
	min-width: 40%;
	overflow: hidden;
	font-family: Proxima Nova;
	top:3.2rem;
}				
#eclipse-lnt-block #leave-no-trace-inner #lnt-left #lnt-left-image-wrapper {
	position: relative;
	max-height: 382px;
	overflow: hidden;
}				
#eclipse-lnt-block #leave-no-trace-inner #lnt-left #lnt-left-image-wrapper img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;	
}
#eclipse-lnt-block #leave-no-trace-inner #lnt-left h3 {
	color: #161616!important;	
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 50px;
	margin: 24px 0 8px 0;		
	font-family: Proxima Nova;		
}
#eclipse-lnt-block #leave-no-trace-inner #lnt-left p {
	color: #161616;		
	font-size: 16px;
	font-weight:300;		
	font-family: Proxima Nova;
}
#eclipse-lnt-block #leave-no-trace-inner #lnt-right {
	position: relative;
	flex-grow: 1;
	padding-left: 72px;
	font-family: Proxima Nova;
}
#eclipse-lnt-block #leave-no-trace-inner #lnt-right #lnt-right-list {
	position: relative;
	top: 50%;
	transform: translateY(-50%);	
}			
#eclipse-lnt-block #leave-no-trace-inner #lnt-right #lnt-right-list .lnt-rl-item-wrapper {
	position: relative;
	border-bottom: 1px solid #FDBB30;	
	cursor: pointer;
	margin-bottom: 24px;
}				
#eclipse-lnt-block #leave-no-trace-inner #lnt-right #lnt-right-list .lnt-rl-item-wrapper .top {
	position: relative;
	display: flex;
	margin-bottom: 8px;
}						
#eclipse-lnt-block #leave-no-trace-inner #lnt-right #lnt-right-list .lnt-rl-item-wrapper .top .lnt-list-item-number {
	position: relative;
	width: 32px;
	height: 32px;
	min-width: 32px;
	min-height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;	
	color: #161616;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;							 	
	background: #FDBB30;
	font-family: Proxima Nova;
}
#eclipse-lnt-block #leave-no-trace-inner #lnt-right #lnt-right-list .lnt-rl-item-wrapper .top .lnt-list-item-phrase {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;							
	color: #161616;
	margin: 0 16px 0 16px;
	width:100%;
	font-family: Proxima Nova;
}						
#eclipse-lnt-block #leave-no-trace-inner #lnt-right #lnt-right-list .lnt-rl-item-wrapper .top .lnt-list-item-toggle {
	position: relative;
	width: 18px;
	height: 18px;
	min-width: 18px;
	min-height: 18px;
	background-image: url('/sites/all/themes/lakeplacid/images/m-plus.svg');
	background-position: center center;
}
#eclipse-lnt-block #leave-no-trace-inner #lnt-right #lnt-right-list .lnt-rl-item-wrapper .bottom {
	position: relative;
	height: 0px;
	overflow: hidden;
	opacity: 0;
	padding: 0 0 0 0;	
	transition: all .3s ease;
}			
#eclipse-lnt-block #leave-no-trace-inner #lnt-right #lnt-right-list .lnt-rl-item-wrapper.active,
#eclipse-lnt-block #leave-no-trace-inner #lnt-right #lnt-right-list .lnt-rl-item-wrapper.active .top,
#eclipse-lnt-block #leave-no-trace-inner #lnt-right #lnt-right-list .lnt-rl-item-wrapper.active .top .lnt-list-item-toggle{
	background-image: url('/sites/all/themes/lakeplacid/images/m-minus.svg');	
	background-repeat: no-repeat;	
}
#eclipse-lnt-block #leave-no-trace-inner #lnt-right #lnt-right-list .lnt-rl-item-wrapper.active .bottom {
	height: auto!important;
	overflow: hidden;
	opacity: 1;
	padding: 0 0 8px 0;	
	font-style: normal;
	font-weight: 300;
	font-size: 16px;	
	line-height: 24px;		
	color:#161616;					
	font-family: Proxima Nova;						
}
#eclipse-lnt-block #leave-no-trace-inner #lnt-left .bot-logo {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: url("/sites/all/themes/lakeplacid/images/eclipse-logo.svg");
  background-repeat: no-repeat;
}
#eclipse-lnt-block #leave-no-trace-inner #lnt-left #lnt-left-image-wrapper img {
  display: block;
  position: relative;
  width: 312px;
  height: 22px;
}
	
@media screen and (max-width: 960px) {
	#eclipse-lnt-block{
		margin-left:0;
		margin-right:0;
		width: 100vw;
		min-width: 100vw;
	}
	#eclipse-lnt-block #leave-no-trace-inner {
		width: 100%;
		max-width: 100%;	
	}
	#eclipse-lnt-block #leave-no-trace-inner #lnt-left {
		width: 100%;
		max-width: 100%;	
		top:0;
	}
	 #eclipse-lnt-block #leave-no-trace-inner #lnt-left .bot-logo {
	 	background-image: url("/sites/all/themes/lakeplacid/images/eclipse-logo-m.svg");
    	padding-bottom: 10px;
    }
}
	
@media screen and (max-width: 880px) {
	#eclipse-lnt-block #leave-no-trace-inner {
		flex-direction: column;
	}
	#eclipse-lnt-block #leave-no-trace-inner #lnt-right {
		padding-left: 0px;
		margin-top: 24px;
	}		
	#eclipse-lnt-block #leave-no-trace-inner #lnt-right #lnt-right-list {
		top: 0px;
		transform: none;	
	}	
}

@media screen and (max-width: 600px) {
	#eclipse-lnt-block #leave-no-trace-inner #lnt-left .bot-logo{
		padding-bottom: 20px;
    	top: 12px;
	}
}