/*Collections*/

.st-parent--link{
	display: block;
	margin: 0 0 35px 0;
}


.st-parent-link--img{
	position: relative;
}

.st-parent-link--title-wrapper{
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	transition: .3s all ease;
}

.st-parent--link:hover .st-parent-link--title-wrapper{
	background: rgba(0,0,0,.5);
}

.st-parent-link--title{
	top: 50%;
	font-size: 24px;
	margin-top: -24px;
	position: relative;
	-webkit-font-smoothing: antialiased;
}


.collections-item--parent-img{
	margin: 0 auto 0 auto;
	display: inline-block;
	position: relative;
        width: 100%;
        height: auto;
}

.collections-item--parent-link{
	display: block;
	margin: 0 0 35px 0;
}

.collections-item--parent-title{
	margin-top: 5px;
	color: #666;
}

.collections-item--parent-img:after{
	opacity: 0;
	top: 50%;
	left: 0;
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
	content: '\f00e';
	font-size: 30px;
	margin-top: -30px;
	position: absolute;
	text-align: center;
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	transition: .3s all ease;
}

.collections-item--parent-img:before{
	content: '';
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	font-size: 30px;
	z-index: 3;
	position: absolute;
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	transition: .3s all ease;
	background-color: rgba(85, 132, 165, 0.5);
}

.collections-item--parent-img:hover:before, .collections-item--parent-img:focus:before, .collections-item--parent-img:active:before, .collections-item--parent-img:hover:after, .collections-item--parent-img:focus:after, .collections-item--parent-img:active:after{
	opacity: 1;
}

.collections-item--link{
	margin: 0 auto 30px auto;
	display: inline-block;
	position: relative;
}

.collections-item--link img{
	width: 100%;
}

.collections-item--link:after{
	opacity: 0;
	top: 50%;
	left: 0;
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
	content: '\f00e';
	font-size: 30px;
	margin-top: -30px;
	position: absolute;
	text-align: center;
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	transition: .3s all ease;
}

.collections-item--link:before{
	content: '';
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	font-size: 30px;
	z-index: 3;
	position: absolute;
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-webkit-transition: .3s all ease;
	-moz-transition: .3s all ease;
	transition: .3s all ease;
	background-color: rgba(85, 132, 165, 0.5);
}

.collections-item--link:hover:before, .collections-item--link:focus:before, .collections-item--link:active:before, .collections-item--link:hover:after, .collections-item--link:focus:after, .collections-item--link:active:after{
	opacity: 1;
}

.collection--subtitle{
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 0;
}

/*General*/
.section-title--raised{
	background: rgba(230, 213, 131, 0.77);
	color: #fff;
	margin-bottom: 0;
    padding-bottom: 30px;
}

@media (min-width: 768px){
	.social-feed--block{
		padding-left: 0;
		margin-left: 43px;
	}
}

@media (min-width: 992px){
	.social-feed--block{
		margin-left: 62px;
	}
}

@media (min-width: 1200px){
	.social-feed--block{
	margin-left: 76px;
	}
}

#upcoming-events-widget{
	background: rgba(230, 213, 131, 0.77);
}

@media only screen and (min-width: 992px){
	.cd-header-buttons{
		right: -13px;
	}
}

.masthead--photo{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.masthead--nophoto:after{
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(230, 213, 131, 0.5);
}

.page-template-template-history .masthead--photo--title-primary{
	background: #557260;
	position: relative;
	z-index: 3;
}

.page-template-template-history .masthead--photo.area-complementary{
	background: rgba(230, 213, 131, 0.87);
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.page-template-template-history .masthead--photo.area-complementary:after{
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(230, 213, 131, 0.45);
}


.top-nav .menu-link{
	font-size: .75em;
}

@media(min-width: 768px){
	.top-nav .menu-link{
		font-size: .85em;
	}
}

@media (min-width: 992px){
	#nav-menu-item-1111 .cd-secondary-nav > li {
    	width: 31%;
	}
	#nav-menu-item-20 .cd-secondary-nav > li {
    	width: 48%;
	}
}

.db--list-item{
	font-size: .8em;
}

.db--url{
	font-size: 1em;
	margin-left: 8px;
}

@media(min-width: 768px){
	.db--list-item{
		font-size: 1em;
	}
	.db--url{
		float: right;
	}
}

.page-template-template-landing{
	background: #FFFEF8;
}

.qa--content--text{
	font-size: .9em;
	line-height: 1.3em;
}

@media(min-width: 992px){

.page-template-default .qa--content-wrapper .btn.btn-white-inverse{
	font-size: 14px;
    padding: 5px;
    font-weight: normal;
}

}

.teens--links-row{
	padding: 2em 0;
}

.upcoming-events .nav-tabs > li > a:hover,.upcoming-events .nav-tabs > li > a:active, .upcoming-events .nav-tabs > li > a:focus {
	background-color: transparent;
	background: none;
}

.upcoming-events .nav-tabs > li.active > a{
	background-color: transparent;
	background: none;
}

.event-date--marker{
	border: 1px solid rgba(0,0,0,.25);
}

.upcoming-events .event-title{
	margin-top: 10px;
}

.site-alert + #header + .cd-main-content + .search-is-visible + .cd-search form{
	margin-top: 85px;
}

/*Home Bottom Carousel*/
.collections--intro-caption{
	padding: 15px;
	font-size: 16px;
	border: 1px solid rgba(0,0,0,.15);
	border-top: none;
	box-shadow: 2px 3px 2px rgba(0,0,0,.15);
}

.collections--slider-wrapper{
	margin: 40px 0 30px 0;
}

.collections--slider{}

.collections--slide{
	width: 100%;
	height: 300px;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

section.not-found-page{
	padding: 30px 0 60px 0;
}

.collections--slider-pager{
	margin-top: 10px;
	text-align: center;
}

.pager-dot{
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-left: 15px;
	border-radius: 15px;
	background: #fff;
	border: 2px solid #fff;
	cursor: pointer;
}

.pager-dot:first-child{
	margin-left: 0;
}

.pager-dot.selected{
	background: #5584A5;
	border-color: #5584A5;
}

.cd-header-buttons{
	z-index: 100000;
}