@charset "UTF-8";
/* CSS Document */
.ms-hide{display:none;}
.ms-show{display:block;}

.dark-header {
	background-color: #707070;
	padding: 20px 0; 
}
.greybox {
	background-color: #e8e8e8;
	padding: 40px 0;
	width: 100%;
	margin: auto 0;
	margin-bottom: 20px;
}
.white-text {
	color: #FFFFFF !important;
}
/*
Page title styles
*/
.page-titles.title-gray {
  background-color: #eee; }
.darkgreyfullwidth-image { 
	background: rgba(0, 0, 0, 0) url("../images/FSM-comic-and-tshirt-tint.jpg") no-repeat scroll center top / cover ;
}
.page-titles.title-dark {
  background-color: #e8e8e8; 
	background: url("../images/header-strip.jpg") no-repeat scroll center top / cover;
	padding: 80px 0;
	margin-top: 10px !important;
	margin-bottom: 70px;
}
  .page-titles.title-dark h4 {
    color: #aeaeae; }
    .page-titles.title-dark h4 span {
      color: #fff; }
  .page-titles.title-dark .breadcrumb .breadcrumb-item {
    color: #fff; }
    .page-titles.title-dark .breadcrumb .breadcrumb-item a {
      color: #fff; }
    .page-titles.title-dark .breadcrumb .breadcrumb-item.active {
      opacity: 0.5; }

.page-titles h4 {
  margin-top: 0;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 13px;
  color: #999; }
  .page-titles h4 span {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 1.5rem;
    letter-spacing: -1px;
    font-family: "Montserrat", sans-serif;
    color: #252525; }

.page-titles-img {
  text-align: center; }
  .page-titles-img h1 {
    color: #fff;
    font-weight: 700;
    font-size: 1.7rem; }
  .page-titles-img p {
    color: rgba(255, 255, 255, 0.8); }

.title-space-lg {
  padding-top: 14em;
  padding-bottom: 7em; }

.page-title-sm-gray {
  padding: 30px 0;
  padding-bottom: 20px;
  background-color: #f5f5f5; }
  .page-title-sm-gray .breadcrumb {
    margin-bottom: 0px; }
    .page-title-sm-gray .breadcrumb li.breadcrumb-item {
      font-size: 13px; }
  .page-title-sm-gray h4 {
    font-weight: 400;
    text-transform: uppercase; }

.intropara {
	font-size: 20px;
	line-height: 150%;
	color: #50347e;
}