/* styles for the FSC cpt */
.fsc-intro {
    margin: 3rem auto;
}
.fsc-button-wrap {
    margin: 1rem auto;
    text-align: center;
	font-weight: bold;
}
.single-fsc main#main.full-width {
    padding: 0;
}
.content-area.fsc {
    padding: 0;
}
.fsc-details.row {
    margin: 4rem 0;
}
.fsc .entry-header {
	position: relative;
	margin: 0 auto 4rem;
	width: 100%;
}
.fsc header.entry-header .wp-block-cover.alignfull .wp-block-cover__inner-container {
    max-width: 1200px;
    margin: 0 auto;
}
.fsc .entry-header h1.entry-title.post-title, .fsc .fsc-mission {
    text-align: center;
}
.entry-title.post-title a {
    text-decoration: none;
    font-weight: 900;
}
.fsc-details {
	width: 100%;
	margin: 0 auto;
}
.single-fsc .fsc-facts {
    background: var(--ncff-cream-color);
    color: var(--ncff-body-color);
}
.fsc-facts ul {
    margin-bottom: 3.2rem;
	padding-left: 1rem;
}
.fsc-facts li {
	margin: 1.6rem 0;
    list-style: none;
    font-size: 1.6rem;
    font-weight: bold;
	text-align: left;
}
.fsc-facts ul li a {
    color: var(--ncff-orange-color);
}
.fsc-facts ul li.single-fsc-link a {
    text-decoration: none;
}
.single-fsc .fsc-facts li {
	font-size: 2rem;
	text-align: right;
}
.fsc-facts span.orange {
	color: var(--ncff-orange-color);
}
.donate-cta, .mailing-list-cta {
    margin-bottom: 1rem;
    display: flex;
	justify-content: left;
}
.donate-cta .cta-button, .mailing-list-cta .cta-button {
	font-size: 1.6rem;
}
.single-fsc .donate-cta, .single-fsc .mailing-list-cta {
	justify-content: right;
}
.fsc .modal-content {
	width: 75%;
	margin: 100px auto;
	padding: 40px;
}
.fsc .modal-content .close-modal {
	position: absolute;
	cursor: pointer;
	background-color: transparent;
	top: 20px;
	width: 50px;
	height: 50px;
	right: 50px;
}
.fsc .modal-content .close-modal .lr {
	z-index: 1051;
	width: 1px;
	margin-left: 35px;
	background-color: #222222;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	height: 25px;
}
.fsc .modal-content .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	background-color: #222222;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	height: 25px;
}
.fsc .modal {
	top: 4rem;
}
.fsc .modal .close {
	position: relative;
	opacity: 1;
	text-shadow: none;
	z-index: 10;
}
.fsc .modal button.close:before {
    content: '\f00d';
	color: #212121;
    font-family: 'FontAwesome';
    font-size: 2rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fsc .modal-wrapper {
    margin: 30vh auto;
    width: 90%;
    max-width: 640px;
    background: #fff;
	background:var(--ncff-cream-color);
    padding: 1.5rem;
	color: #212121;
	color: var(--ncff-body-color);
}
.fsc .modal-header {
    display: block;
    position: relative;
    border: none;
}
.fsc #main article {
    border-bottom: none;
}
.single-fsc .fsc-mission {
    max-width: 1200px;
	margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
	padding-left: 15px;
    padding-right: 15px;
	font-size: 2rem;
}
.single-fsc .fsc-mission p {
	font-size: 2rem;
}
.single-fsc .fsc-map {
    margin: 1rem auto;
    text-align: center;
}
.single-fsc .fsc-map img {
    margin: 1rem auto;
    max-width: 320px;
}