/*
Theme Name: CFCM
Template: flash
*/
body,
button,
input,
select,
textarea {
	color: #333;
	font-family: Raleway, Montserrat, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-size: 14pt;
}
header {
	position: relative;
	border-bottom: 3px solid #17394b;
}
h2,
.bigHeading > h3 {
	font-size: 24pt;
	color: #313b48;
}
h3,
.wpforms-title {
	color: #e46113;
	font-weight: 700;
}

h2.h5 {
    font-size: 14px;
}

p.h6 {
    font-size: 14px;
}
a.bodyLink {
	color: #e46113;
	text-decoration: none;
	border-bottom: 1px solid #313b48;
}
a.bodyLink:hover {
	color: #313b48;
	text-decoration: none;
	border-bottom: 1px solid #e46113;
}
hr {
	background-color: #e46113;
	height: 3px;
}
#bottom-footer {
	display: none;
}
ul.pageList,
.textwidget ul {
	list-style: none;
	margin-left: 2em;
}
ul.pageList li::before,
.textwidget ul li:before {
	content: '\25CF';
	color: #e46113;
	font-weight: 700;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}
.panel-grid.panel-has-style > .panel-row-style,
.panel-grid.panel-no-style {
	display: block;
}
.header-bottom .header-action-container,
.tg-container .tg-column-wrapper .left-content {
	display: none;
}
.header-bottom .tg-container {
	max-width: 1200px;
	position: relative;
	display: block;
}
.header-bottom .tg-container .topButtons {
	position: absolute;
	top: 0;
	right: 0.4em;
	max-width: 40vw;
	text-align: right;
}
.header-bottom .tg-container .topButtons a {
	color: white;
	background-color: #e46113;
	margin-right: 0.3em;
	margin-top: 0.3em;
	width: 7em;
	padding: 0.1em;
	border-radius: 1em;
	display: inline-block;
	text-align: center;
	margin: 0.3em 0 auto 0;
}
.header-bottom .tg-container .topButtons a:first-of-type {
	background-color: #17394b;
}
.site-navigation-wrapper {
	right: 0;
	bottom: 0;
	position: absolute;
}
.logo .logo-image {
	padding: 8px 0 8px 25px;
}
.section-title {
	margin-bottom: 0.3em;
	line-height: 1em;
}
a.about-more {
	background-color: #e46113 !important;
	font-weight: 700;
	font-size: 1.3em;
	border-radius: 2em;
}
a.vote {
	color: white;
	padding: 0.3em 1.5em;
}
.cfcmAbout img {
	border-radius: 50%;
	border: 1vw solid #17394b;
}
.fun-facts-title-wrap {
	color: white !important;
	font-weight: 600 !important;
}
.noPlus .fa-plus {
	display: none;
}
.wp-block-table td {
	border-width: 0;
}
.memberContainer {
	width: 100%;
	display: flex;
	margin: 2em auto;
	text-align: center;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: baseline;
}
.memberContainer > .member {
	display: inline-block;
	background-color: #17394b;
	width: 216px;
	margin: 0 2% 3% 0;
	box-shadow: 5px 6px 10px #bbb;
	padding: 0;
	color: white;
	text-align: center;
	cursor: pointer;
}
.memberContainer .member {
	border-image-width: 0;
	font-size: 12pt;
}
.memberContainer .member img {
	margin: 0;
	width: 100%;
}
.memberContainer .member .boardMemberName {
	font-size: 17pt;
	font-weight: 700;
	padding-top: 10px;
}
.memberContainer .member .boardMemberTitle {
	font-weight: 600;
	color: #efca23;
}
.memberContainer .member .memberInfo {
	padding-bottom: 10px;
}
.memberContainer .memberOverlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(23, 57, 75, 0.5);
	display: none;
}
.memberContainer .memberOverlay .memberDetailsWrapper {
	width: 100%;
	background-color: white;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.memberContainer .memberDetails {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.memberContainer .memberDetails .left img {
	width: 232px;
	vertical-align: top;
}
.memberContainer .memberDetails .right {
	text-align: left;
	color: black;
	vertical-align: top;
	width: 70%;
}
.memberContainer .memberDetails .right .boardMemberName {
	font-weight: 900;
	color: #efca23;
	background-color: #17394b;
	width: 100%;
}
.memberContainer .memberDetails .right .boardMemberName .memberCloseButton {
	font-size: 0.8em;
	float: right;
	border: 2px solid #efca23;
	padding: 0 0.4em;
	text-align: center;
	cursor: pointer;
}
.memberContainer .memberDetails .right .boardMemberBio {
	font-size: 10pt;
}
.memberContainer .memberDetails div {
	display: inline-block;
	padding: 10px;
}
nav#flash-breadcrumbs {
	background-color: #17394b;
	color: white;
	height: 23vw;
	max-height: 230px;
	min-height: 150px;
}
nav#flash-breadcrumbs h1 {
	font-family: Lobster;
	color: white;
	font-size: calc(16px + 3vw);
	padding-top: 2vw;
}
nav#flash-breadcrumbs .tg-container {
	position: relative;
}
nav#flash-breadcrumbs img {
	width: 30vw;
	max-width: 300px;
	height: 30vw;
	max-height: 300px;
	border: 1vw solid white;
	right: 1vw;
	border-radius: 15vw;
	margin-top: 53px;
	position: absolute;
}
nav .header_left {
	float: left;
}
nav .header_left .tagline {
	max-width: 44vw;
}
.breadcrumb-trail.breadcrumbs .trail-title {
	float: none;
}
.header-image-spacer {
	width: 32vw;
	max-width: 300px;
	margin-right: calc(((100% - 1200px) / 2) + 1em);
	height: 8vw;
	max-height: 110px;
	float: right;
}
@media all and (max-width: 1200px) {
	.header-image-spacer {
		margin-right: 1vw;
	}
}
nav#site-navigation {
	padding-bottom: 0;
}
#content {
	min-height: 40vw;
}
.listItem {
	margin-bottom: 2em;
	margin-left: 4em;
}
.listCounter {
	font-family: Lobster;
	color: white;
	background-color: #e46113;
	width: 2em;
	height: 2em;
	display: inline-block;
	text-align: center;
	line-height: 2em;
	font-size: 1.5em;
	border-radius: 1em;
	margin-right: 0.5em;
	margin-left: -2.5em;
}
.listTitle {
	font-size: 1.3em;
	font-weight: 700;
}
.bsk-pdfm-pdfs-ul-list.bsk-pdfm-without-featured-image ul {
	padding-left: 2em;
}
.bsk-pdfm-pdfs-ul-list.bsk-pdfm-without-featured-image li {
	padding: 0;
	list-style-type: disc;
	margin-left: 4em;
}
.bsk-pdfm-pdfs-ul-list.bsk-pdfm-without-featured-image li a {
	color: #e46113;
}
.bsk-pdfm-pdfs-ul-list.bsk-pdfm-without-featured-image li:hover {
	background-color: transparent;
	padding-left: 0;
}
.fundContainer {
	display: flex;
	margin: 0 auto;
	text-align: center;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: baseline;
}
.fundLink {
	font-size: 0.7em;
	max-width: 300px;
	display: inline-block;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	margin: 20px auto;
	flex-grow: 1;
	color: #000 !important;
}
.fundLink img {
	display: block;
	max-width: 200px;
	max-height: 120px;
	width: auto;
	height: auto;
	margin: 0 auto;
}
.fundLink:hover {
	color: #e46113 !important;
}
.parallax {
	background-attachment: fixed;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	height: 30vw;
	min-height: 350px;
	width: 100vw;
	max-width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}
.homeSection1 {
	background-image: url('http://cfcmtools.org/site3/wp-content/uploads/2019/11/MissouriRiverRelief-Parallax-Adjusted.jpg');
}
.homeSection2 {
	background-image: url('http://cfcmtools.org/site3/wp-content/uploads/2019/11/ColumbiaPublicSchools-Parallax-scaled.jpg');
}

.mainPageHeader1 {
	color: white;
	background-color: rgba(23, 57, 75, 0.9);
	margin-left: 2em;
	margin-top: 1em;
	padding: 0.5em 1em;
	display: inline-block;
	font-size: 2em;
}

.mainPageHeader1 h1 {
	font-size: 0.8em;
}

.mainPageHeader1 h2 {
	font-size: 0.6em;
	color: #efca23;
	margin-bottom: 0;
}

.mainPageHeader1 a {
	font-size: 0.55em;
	text-transform: uppercase;
	background-color: #e46113;
	color: white;
	padding: 0.3em 2em;
	font-weight: 900;
	border-radius: 0.5em;
}

.cfcmTable {
	margin: -1em 4em 2em 2em;
	table-layout: fixed;
}

.cfcmTable td {
	padding: 0.6em 1.2em 0 0.2em;
}

.cfcmTable td,
.cfcmTable th {
	border: 1px solid #17394b;
}

.cfcmTable th {
	color: white;
	background-color: #17394b;
	padding-left: 1em;
}

.panel-grid.panel-has-style > .panel-row-style.flex,
.panel-grid.panel-no-style.flex {
	display: flex;
}

.resources {
	display: flex;
	flex-wrap: wrap;
}

.resources a {
	background-color: #ddd;
	width: 246px;
	padding: 15px;
	text-align: center;
	margin: 1em;
	font-weight: 700;
}

.resources a:hover {
	background-color: #17394b;
	color: white;
}

.resources a img {
	width: 216px;
	display: block;
}

.wp-polls {
	margin-top: 1.5em;
}

.cfcmPoll > p {
	text-align: center;
	margin: 1.5em auto;
}

.wp-polls-form ul {
	display: table;
	margin: 0 auto 1.5em auto;
}

.howAFundWorks td {
	border-width: 0;
}

.howAFundWorks tr > td:first-child {
	width: 180px;
}

.howAFundWorks strong {
	color: #e46113;
	font-weight: 900;
	font-size: 1.2em;
}

.multiColumn > div {
	width: auto !important;
	display: inline-block;
	padding-right: 4em;
}

.allfundContainer {
	text-align: center;
	margin: 2em auto;
}

.allFund,
.allFundLink {
	display: block;
	padding-bottom: 0.5em;
}

a.allFundLink {
	color: #e46113;
}

a.allFundLink:hover {
	color: #17394b;
	text-decoration: underline;
}

@media all and (max-width: 1000px) {
	.logo .logo-image {
		float: none;
		margin-bottom: 1em;
	}
}
@media all and (max-width: 600px) {
	body {
		font-size: 10pt;
	}
	.trail-items {
		display: none;
	}
	.tg-column-wrapper .tg-column-2 {
		width: 94%;
		display: block;
		margin-inline-start: 0;
		float: none;
	}
	.tg-column-wrapper .tg-column-2 img {
		margin-top: 2em;
	}
	.logo .logo-image {
		float: left;
		margin-bottom: 0;
	}
}

.slide-in-left {
	-webkit-animation: slide-in-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	animation: slide-in-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.scale-in-hor-center {
	-webkit-animation: scale-in-hor-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
	animation: scale-in-hor-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-9-29 17:44:32
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-left {
	0% {
		-webkit-transform: translateX(-1000px);
		transform: translateX(-1000px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}
@keyframes slide-in-left {
	0% {
		-webkit-transform: translateX(-1000px);
		transform: translateX(-1000px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

/* ----------------------------------------------
 * Generated by Animista on 2019-9-29 19:40:5
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-in-hor-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-hor-center {
	0% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1;
	}
}
@keyframes scale-in-hor-center {
	0% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1;
	}
}

.page-template-page-of-organizations #content {
    max-width: 95%;
    margin: 0 auto;
    width: 1060px;
}

.org-col {
	width: 95%;
	position: relative;
    min-height: 1px;
	display: flex;
}

.post_link_wrapper.wide h2.h3 {
    font-size: max(1.375rem,22px)!important;
    font-weight: 700!important;
    margin: 0!important;
	color: #e46113;
}

.row.orgrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.orglink {
	color: #69b86b;
	text-decoration: underline;
	font-size: max(1rem,16px);
}

.post_link_wrapper.wide:hover .orglink {
	color: rgb(95, 95, 95) !important;
}

.post_link_wrapper.wide {
	text-align: center;
	background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0,0,0,.25);
    color: inherit;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    transition: all .1s ease-out;
    width: 100%;
	padding: 15px;
	margin: 15px;
}

.post_link_wrapper.wide  .img_wrapper img {
    height: auto;
    max-width: 90%;
    vertical-align: middle;
	max-height: 250px;
}

.post_link_wrapper.wide:hover {
    box-shadow: 0 0 8px rgba(0,0,0,.75);
}

@media (min-width: 576px) {
    .org-col {
		width: 95%;
		-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	}    
} 

	/* Medium devices (tablets, 768px and up). This is anything labeled "md" in bootstrap. */
	@media (min-width: 768px) {

		.org-col {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 50%;
			flex: 0 0 50%;
			max-width: 50%;
		}
		
	}

		/* Large devices (desktops, 992px and up). This is anything labeled "lg" in bootstrap. */
		@media (min-width: 992px) {

			

		}

			/* Larger-er devices (desktops, 1024px and up). This is NOT a breakpoint in bootstrap. */
			@media (min-width: 1024px) {

				.org-col {
					max-width: 33.333333%;
					-webkit-box-flex: 0;
					-ms-flex: 0 0 33.333333%;
					flex: 0 0 33.333333%;
				}

			}

				/* Xtra-Large devices (desktops, 1200px and up). This is anything labeled "xl" in bootstrap. */
				@media (min-width: 1200px) {

					

				}

					/* Xtra-Xtra-Large devices (desktops, 1400px and up). This is anything labeled "xxl" in bootstrap. */
					@media (min-width: 1400px) {

						

					}
