
#faqsContainer {
	margin-top:20px;
}
#faqsContainer .panel{
	margin-bottom:15px;
}


#faqsContainer .theanswer{padding:15px 0;color:#000;}
#faqsContainer .card{margin-bottom:15px;}

.mb-0 > a {
  display: block;
  position: relative;
  text-decoration: none;
}
.mb-0 > a:after {
	content: "\f078"; /* fa-chevron-down */
	font-family:"Font Awesome 5 Free", "Font Awesome 5 Pro";
	position: absolute;
	right: 0;
	top:0;
	font-size: 24px;
	line-height: 1;
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
}
.mb-0 > a[aria-expanded="true"]:after {
  content: "\f077"; /* fa-chevron-up */
}

#galleryPullout .gallery{
	height:240px;
}
#galleryPullout .galleryContainer{
	padding:20px;
}
#galleryPullout .imageContainer{
	margin:0 auto;
	text-align: center;
}


#galleryPullout .slick-prev,
#galleryPullout .slick-next{
	top:40%;
}