/* home page css */

.home-banner-wrapper {
	background: #FFFFFF;
	padding: 0px;
	position:relative;
	visibility: hidden; /*this is a bug fix to keep all slides hidden when page is loaded. */
}
.home-banner-image .galleria_slide img {
	border: 0px;
}
ul.rslides-home li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.home-banner-text {
	padding: 1.25rem;
	background-color: #4355C8;
	color:#FFFFFF;
}

.home-banner-text p {
	font-size: 0.875rem;
	line-height: 130%;
	color:#FFFFFF;
}
.home-banner-text a {
	color:#FFFFFF;
}
#homepage-left-col {
	padding-top:0;	
}
#homepage-left-col h1 {
	margin-top:2rem;
}
#homepage-left-col .vertical_list p {
	font-size: 1rem !important;
}
#homepage-left-col .vertical_list h5 a,
.content-box h5 a {
	font-size: 1.15rem !important;
}

#homepage-left-col .vertical_list {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

#visit-right-col h4 {
	margin-bottom: 0;
}
.no-right-padding {
	padding-right:0;
}
#homepage-events h1 {
	margin:0 0 1.5rem 0;
}
#more-to-explore {
	margin-top: 0rem;
	padding: 1.5rem 1.5rem 1rem 1.5rem;
	background-color: #F8F8F9;
	border: 1px solid #cccccc;
}
#more-to-explore p.prelude {
	margin:2rem 0 0.5rem 0;
}
.home-video-holder h5 {
	margin-top:1.5rem;
}
.home-video-holder p {
	font-size: 0.875rem;
	line-height: 130%;
	margin: 0.5rem 0 0.5rem 0;
}
#home-news-events {
	background-color: #f1f1f1;
	padding: 1rem;
}
/*#home-news-events .vertical_list {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #e3e3e3;
}*/
/*#home-news-events .vertical_list h5 a,
#home-news-events .vertical_list p,
#home-news-events h5 a,
#home-news-events p {
	font-size: 0.875rem;
	line-height: 120%;
}*/

.collection-highlights {
	margin: 3em 0 0 0;
}
.fire-text > strong:nth-child(1) > a:nth-child(2) {
  color: #D13005;
}

/*march layout*/
.content-box {
	margin-top: 3rem;
	padding: 0 0 1rem 0;
	-moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .16);
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .16);
	-ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .16);
	-o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .16);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .16);
	max-width: 380px;
	background-color: #FFFFFF;
}
.content-box h5,
.content-box p,
.content-box a.actionButton {
	margin-left: 1rem;
	margin-right: 1rem;
}

#homepage-left-col .vertical_list img {
	margin-bottom: 0.5rem;
}
/*MEDIA QUERIES *************************************/
@media screen and (min-width: 768px) {
	.content-box {
		max-width: 100%;
	}

	#homepage-left-col {
		padding-top: 3rem;
	}
	#homepage-left-col h1 {
		margin-top:0;
}
	#homepage-left-col .vertical_list img {
		margin-bottom: 0;
}
	.home-banner-wrapper {
		background: #000000;
		margin-top:0;
		visibility: hidden; /*this is a bug fix to keep all slides hidden when page is loaded. */
	}
	.home-banner-wrapper .rslides_container {
		margin-bottom: 0;
	}
	.home-banner-image .galleria_slide img {
		border: 0px !important;
	}
	.home-banner-text  {
		position: relative;
		padding:0;
		background-color: #000000;
	}
	.home-banner-text p {
		padding: 1rem 2rem 0rem 2rem;
		color: #FFFFFF;	
		padding: .5rem 1.5rem 0rem 1.5rem;
	}
	.home-banner-text a:link,
	.home-banner-text a:visited {
		color: #FFFFFF;
	}
	#more-to-explore {
		margin-top: 1.5rem;
		align-items: stretch;
	}
	.homepage-content-region {
		display: flex;
	}
}

@media screen and (min-width: 768px) and (max-width: 940px) {
	.tablet-grid-100 {
		width: 100%;
	}

	.home-banner-text  {
		position: relative;
		padding: 0 1rem;
		background-color: #4355C8;
	}
	.home-banner-text p {
		font-size: 0.875rem;
		line-height: 130%;
		padding:0;
	}
	.home-banner-wrapper {
		background: #FFFFFF;
		padding: 0px;
		position:relative;
		visibility: hidden; /*this is a bug fix to keep all slides hidden when page is loaded. */
	}
	
}





