#blogContainter {
	background-color: #ffffff;
	border-top:2px solid #004271;
	padding-top:30px;
	padding-bottom:30px;
}
#blog.container {
	padding-left: 30px;
	padding-right: 30px;
	margin-right: auto;
	margin-left: auto
}
#blog H1 {
	font-family:'MuseoSans300';	
	font-size:2em;
	margin-top:0px;
	margin-bottom:20px;
}
#blogLogo {
	width:100%;
} 
@media (min-width: 580px) {
	#blogLogo {
		width:50%;
	} 	
}

#blog H1 small {
	font-family:'MuseoSans100';
	font-size:.5em;
	color:#666;
}


#blog div.blogBox {
	border: 2px solid #004271;
	height: 350px;
	position: relative;
	display: table;
	width: 100%;
	margin-bottom: 30px;
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow-x: hidden;
	overflow-y: hidden;
	-webkit-box-shadow: inset 0px 0px 50px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 0px 50px 0px rgba(0,0,0,0.5);
	box-shadow: inset 0px 0px 50px 0px rgba(0,0,0,0.5);
}


#blog div.blogBox a {
	font-size: 1em;
	font-family:'MuseoSans100';
	color: #fff;
	display: table-cell;
	vertical-align: bottom;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom:20px;
	background:url(https://mtn-resorts.com/img_assets/blog-overlay.png) repeat;
}
#blog div.blogBox a small {
	font-size: 1.15em;
	line-height: 1em;
	font-family:'MuseoSans300';
	display: block;
	margin-bottom:5px;
}
#blog div.blogBox a strong {
	font-size: 2em;
	line-height: 1em;
	font-family:'MuseoSans700';
	font-weight: normal;
	display: block;
	margin-bottom:20px;
}




#blog UL {
  padding-left: 0;
  list-style: none;
	margin:0px;
}
#blog UL LI a {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding-top:15px;
	padding-bottom:15px;
	margin-top:-1px;
	display: block;
	font-size: 1em;
	font-weight:normal;
	font-family:'MuseoSans100';
}
#blog UL LI a strong {
	font-weight:normal;
	font-family:'MuseoSans500';
	font-size: 1.1em;
	line-height: 1.1em;
	display: block;
	margin-bottom:5px;
}


#insights.container {
	padding-left: 15px;
	padding-right: 15px;
	margin-right: auto;
	margin-left: auto
}
#insights {
	margin-top:30px;
	margin-bottom:30px;
	text-align: center;
}
#insights h1 {
	text-align: center;
	font-family:'MuseoSans300';
	font-size:1.5em;
	color: #666;
	margin-bottom: 20px
}

#insights h1 {
	text-align: center;
	font-family:'MuseoSans300';
	text-transform: uppercase;
	font-weight:300;
	font-size:1.2em;
	padding-top: 0.5em;
	padding-right: 1.6em;
	padding-bottom: 0.5em;
	padding-left: 1.5em;
	display:inline-block;
	color:#336699;
	background: #fff;
	border:1px solid #336699;
	margin:0px;
	margin-bottom:30px;
	position:relative;
}
hr.h1-insights-border {
	margin:0px;
	position:relative;
	top:1.35em;
	border:none;
	border-top:1px solid #336699;
 
}


#insights div.insight {
	border: 2px solid #004271;
	text-align: center;
	height: 250px;
	color: #fff;
	font-size: 1em;
	position: relative;
	text-shadow: 1px 1px 1px #000;
	display: table;
	width: 100%;
	margin-bottom: 30px;
	-webkit-box-shadow: inset 0px 0px 50px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 0px 50px 0px rgba(0,0,0,0.5);
	box-shadow: inset 0px 0px 50px 0px rgba(0,0,0,0.5);
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow-x: hidden;
	overflow-y: hidden;

}
#insights div.insight a {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	padding-right: 20px;
	padding-left: 20px;
	background:url(https://mtn-resorts.com/img_assets/blog-overlay.png) repeat;
}
#insights div.insight a .btn {
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto
}
#insights div.insight a strong {
	font-weight: 600;
	font-size: 1.6em;
	display: block
}


