	/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, tbody,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}


/**
 * Start Vanilla CSS 1.0.2 
 */ 
pre, code, tt {
	font: 1em/1.5em 'Andale Mono', 'Lucida Console', monospace;
}
b, strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight:bold;
}
p, code, pre, kbd {
	margin:0 0 1.5em 0;
}
blockquote {
	margin:0 1.5em 1.5em 1.5em;
}
cite {
	font-style: italic;
}
li ul, li ol {
	margin:0 1.5em;
}
ul, ol {
	margin:0 1.5em 1.5em 1.5em;
}
ul {
	list-style-type:disc;
}
ol {
	list-style-type:decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
dl {
	margin:0 0 1.5em 0;
}
dl dt {
	font-weight:bold;
}
dd {
	margin-left:1.5em;
}
table {
	margin-bottom:1.4em;
	width:100%;
	border-collapse:collapse;
border-spacing:0;
}

th {
	font-weight:bold;
}
th, td, caption {
	padding:4px 10px 4px 5px;
}
tfoot {
	font-style:italic;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom: 1px dotted;
}
address {
	margin:0 0 1.5em;
	font-style:italic;
}
del {
	text-decoration: line-through;
}
pre {
	margin:1.5em 0;
	white-space:pre;
}

img {
	max-width: 100%;
}
* html .clearfix {
    height: 1%;
}
* + html .clearfix {
	display: inline-block;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .group {
    height: 1%;
}
* + html .group {
	display: inline-block;
}
.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/**
* End Vanilla CSS
*/


html, body {
        position: relative;
        height: 100%;		
    }

body {
	color:#231F20;

}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#wrapper {
	position: relative;
	float: none;
	margin: 0 auto;
	overflow:hidden;
	
}

#header-wrap, .content-wrap, #footer-wrap {
	width:1024px;
	margin:0 auto;	
	
}

/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/

a {
	text-decoration:none !important;
}

.content-wrap a  {
	color:#871418;
	font-weight:700;
}

.content-wrap a:hover {
	color: #560D10;
}

.content-wrap .article a {
	color:#c25b28;
}

.content-wrap .article a:hover {
	color: #95461F;
}

.section.blue .content-wrap a, .section.red .content-wrap a {
	color:#BF9D60;
}



p, ul, li {	
	/*font-family: 'PT Serif', serif;*/
	font-family: 'Open Sans', sans-serif;
	color:#616055;
	font-weight:400;
	/*font-size:14px;
	line-height:17px;*/
	font-size: 16px;
	line-height: 23px;
}

.article p {
	font-size:19px;
	line-height:22px;
}

.article.teaser p {
	display:inline;
}

.article-meta {
	margin:30px 0;
}

.article-meta .date {
	color:#c25b28;
	font-family: 'Open Sans', sans-serif;	
    font-weight:700;
    text-transform:uppercase;
}

#top-login p {
	font-family: 'Open Sans', sans-serif;	
    font-weight:600;
    text-transform:uppercase;
}

.large {
	font-size:22px;
	line-height:27px;
}

.xlarge {
	font-size:30px;
}

.small {
	font-size:14px;
}

a.email-address {
	color:#B29456 !important;
	font-weight:inherit !important;
}

a.more {
	display:inline-block;
	font-family: 'Open Sans', sans-serif;	
    font-weight:700;
	text-transform:uppercase;
	color:#c25b28;
	font-size:17px;
	
}

.orange {
	color:#c25b28;
}

a.paginate {
	font-size:12px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-size:50px;
    font-weight:800;
    text-transform:uppercase;
	color:#231F20;
	margin: 0 0 15px 0;
}

.article h1 {
	color:#5f9993;
	font-size:28px;	
	margin-top:15px;
	font-weight:700;
}

.article.single h1 {
	font-size:36px;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size:21px;
    font-weight:700;
    text-transform:uppercase;
	color:#871418;
	margin: 0 0 15px 0;
}

.article h2 {
	color:#5f9993;	
}

h3, h4, h5 {
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
    font-weight:700;
    text-transform:uppercase;
	color:#616055;
	margin: 0 0 15px 0;
}

.article h3, .article h4, .article h5 {
	color:#5f9993;	
}

h2.gray {
	color:#616055;
}


h1 > a, h2 > a, h3 > a, h4 > a, h5 > a {
	color:inherit !important;
}
a img { border: none; }

img { max-width: 100%; }

iframe { border: none !important; }

.section.red h1, .section.red p, .section.blue h1, .section.blue p, .section.blue h2, .section.red h2, .section.future h2, .section.future p {
	color:#fff;
}

.outline {
	color: #fff;
   -webkit-text-fill-color: #861418; 
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: #fff;

}

hr {
	height:2px; 
	border:none; 
	color:#58595b; 
	background-color:#58595b; 
	width:100%; 
	text-align:center; 
	margin: 0 auto;
	margin-top:30px; margin-bottom:30px;
	
}

/* ----------------------------------------------------------------
	Page Title
-----------------------------------------------------------------*/

#page-title {
	clear: both;
	width: 100%;
	height: 0px;
	padding-bottom: 27.8%;
	background-position: center top;
	background-size: 100% auto;
	position: relative;		
	background-repeat: no-repeat;	
}

#page-title.apply {
	background-image: url('https://www.cacfonline.org/images/drewerybridge.jpg');
}

#page-title .container { position: relative; width:100%; padding:25px 5% 0 5%;}

#page-title h1 {
	font-family: 'Open Sans', sans-serif;
	font-size:72px;	
	line-height:68px;
    font-weight:800;
    text-transform:uppercase;
    color:#fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

/* ----------------------------------------------------------------
	Content
-----------------------------------------------------------------*/


.section {
	position: relative;
	
	background-color: #FFF;
}

.section.blue {
	background-color:#5F8180;
}

.section.gray {
	background-color:#e0e0e0;
}

.section.red {
	background:#861418;
}

.section.future {
	background:url(https://www.cacfonline.org/images/future-fund-blue.jpg) no-repeat 0 0;
	background-size:cover;	
}

.content-wrap {
	position: relative;
	padding: 20px 0;
	min-height:440px;
}

.mobile {
	display:none;
}

.breadcrumbs {position:absolute; top:25px; right:15px; height:30px; line-height:30px; }
.breadcrumbs p {float:right; vertical-align:middle; margin:0;height:30px; line-height:30px;}
.breadcrumbs p a {font-family: 'Open Sans', sans-serif;	text-transform:uppercase; font-weight:400;}
.breadcrumbs form {float:left; vertical-align:middle; height:30px; line-height:30px; margin-right:10px;}

/* ----------------------------------------------------------------
	Columns & Grids
-----------------------------------------------------------------*/


.col_full { width: 98%}
.col_half { width: 50%; }
.col_one_third { width: 33.333%; }
.col_two_third { width: 66.667%; }
.col_one_fourth { width: 25%; }
.col_three_fourth { width: 75%; }
.col_one_sixth {16.667%}
.col_five_sixth {83.333%}

.col_half,
.col_one_third,
.col_two_third,
.col_three_fourth,
.col_one_fourth,
.col_one_sixth,
.col_five_sixth {
	display: block;
	position: relative;
	padding:0 4%;
	margin-bottom: 50px;
	float: left;
}

.col_date, .col_doc {
	display: block;
	position: relative;
	padding:0 4% 0 0;	
	float: left;
}

.col_date {
	width:20%;
	
}

.col_doc {
	width:80%;
}
.col_one_fourth.nomobile {
	width:25% !important;
	display:block !important;
	float:left !important;
	
}

.col_one_fifth.nomobile {
	width:20% !important;
	display:block !important;
	float:left !important;
}

.col_full {
	clear: both;
	display:block;
	position:relative;
	padding:0 2%;
	float:none;
	overflow:hidden;
}

.col_padding {
	padding:0 12%;
}

.col_padding_lg {
	padding:0 20%;
}

.col_padding_sm {
	padding:0 3%;
}

.col_last {
	margin-right: 0 !important;
	clear: right;
}

.centered_text_block {
	width:70%; 
	margin-left:15%; 
	margin-right:15%;
	margin-top:30px;
	margin-bottom:30px;
	clear: both;
	float: none;	
	overflow:hidden;
}

.border-right {
	border-right:1px solid #616055;
}

.border-top {
	border-top:1px solid #616055;
}

.border-bottom {
	border-bottom:1px solid #616055;
}

.border-left {
	border-left:1px solid #616055;
}


.icon-container {
	margin:0 10px; display:inline-block;text-align:center;
}



/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/


#header {
	position: relative;
	background-color: #FFF;
	height:186px;
}

#header .container { position: relative; }


#header.full-header { border-bottom-color: #EEE; }



/* ----------------------------------------------------------------
	Logo
-----------------------------------------------------------------*/


#logo {
	position: relative;
	float: left;	
	width:25%;
	padding:0 2% 0 0;
	z-index:0;
}


#logo a {
	display: block;
	outline:0;
}

#logo img {
	display: block;
	max-width: 100%;
	margin-top:32px;
}



/* ----------------------------------------------------------------
	Main Navigation
-----------------------------------------------------------------*/
#primary-menu {	
	padding:70px 0 0 0;
	float:right;
	width:75%; 
	
}

#primary-menu a {
	outline:0;
}

/* ----------------------------------------------------------------
	Search and Login
-----------------------------------------------------------------*/



#board-search input {
	width:150px;
	outline: 0 !important;
	font-size: 13px;
	padding: 0 5px;
	height: 100%;
	background-color: transparent;	
	font-weight: 600;
	margin-top: 0 !important;
	border:1px solid #C4C6C8;
	font-family: 'Open Sans', sans-serif;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}


#top-search form label, #board-search label {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform:uppercase;
	font-size:13px;
}
#top-menu {
	position:absolute;
	top:30px;
	right:0;
	z-index:99;
}


#top-menu a {
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-style:normal;
	font-size:13px;	
	text-transform:uppercase;
	background:#cccccc;
}

#top-menu a:hover{
	background: #871418;
}

#top-menu #top-login {
	float:left;
}

#top-menu #top-search  {
	float:right;
	margin-left:10px;
}

#top-search form {
	margin:5px;
}

#top-search form input {
	width:150px;
	outline: 0 !important;
	font-size: 13px;
	padding: 3px 5px;
	height: 100%;
	background-color: transparent;	
	font-weight: 600;
	margin-top: 0 !important;
	border:1px solid #871418;
	font-family: 'Open Sans', sans-serif;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
#top-search form input.submit {
	  display:none;
}


/* ----------------------------------------------------------------
	Buttons
-----------------------------------------------------------------*/


.button  {
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 5px;
	padding: 0 22px;
	font-size: 14px;
	height: 40px;
	line-height: 35px;
	background-color: #871418;
	color: #FFF;
	font-weight: 600;
	text-transform: uppercase;	
	border: none;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;	
}

.button.button-login {	
	font-size: 13px;
	height: 25px;
	line-height: 25px;
	-webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}

body:not(.device-touch) .button {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.button:hover {
	background-color: #444;
	color: #FFF;	
}

.button.button-small {
	padding: 0 17px;
	font-size: 12px;
	height: 34px;
	line-height: 34px;
}

.button.button-large {
	padding: 0 36px;
	font-size: 16px;
	height: 46px;
	line-height: 46px;
}

.button.button-border {
	border: 2px solid #444;
	background-color: transparent;		
	font-weight: 700;	
}

.button.button-border:hover {
	background-color: #444;
	color: #FFF;
	border-color: transparent !important;
}

.button.button-border.button-podcast {
	border:2px solid #616055;
	font-size:16px;
	color:#871418;	
}

.button.button-podcast:hover { 
	background-color: #616055; 
	color:#fff;
}

.button.button-border.button-social {
	border:2px solid #fff;
	color:#fff !important;	
	margin-left:2%;
	margin-right:2%;
}

.button.button-social:hover { 
	border:2px solid #B29456;
	background-color: #B29456; 
	color:#fff !important;
}

.button.button-border.button-invest2 {
	color:#fff !important;
	border:2px solid #fff;
}

.button.button-border.button-invest2:hover {
	background-color: #B29456; 
}

.button.button-border.button-large { line-height: 42px; }

.button.button-news {color:#fff; background:#c25b28; border:2px solid #c25b28;}

input.email-signup {
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 5px;	
	background-color: #fff;
	color: #871418;
	font-weight: 700;
	text-transform: uppercase;	
	border: 2px solid #444;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;	
}

input.email-field {
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;	
	position:relative;
	color:#616055;
	font-family: 'PT Serif', serif;
	font-weight:400;
	background:#fff;
	text-transform:none;
	text-align:left;
	border: 2px solid #444;
	width:220px;
	padding: 0 26px;
	font-size: 14px;
	height: 46px;
	line-height: 46px;
	margin-bottom:20px;
}

.contact_information .dform, .imagination_foundation_sign_up .dform {
	width: 400px;
	margin: auto;
}

.tell_your_story input.submit, .contact_information input.submit, .imagination_foundation_sign_up input.submit, .imagination_foundation_creative_submissions input.submit {
        font-family: 'Open Sans', sans-serif;
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 5px;	
	background-color: #fff;
	color: #871418;
	font-weight: 700;
	text-transform: uppercase;	
	border: 2px solid #444;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;	
width:220px;
	padding: 0 26px;
	font-size: 14px;
	height: 46px;
	line-height: 46px;
	margin-bottom:20px;
}

input.email-signup:hover, .tell_your_story input.submit:hover, .contact_information input.submit:hover, , .imagination_foundation_sign_up input.submit:hover, .imagination_foundation_creative_submissions input.submit:hover {
	color:#fff;
	background-color:#444;
}

.tell_your_story .dfcolumns .column, .contact_information .dfcolumns .column, .imagination_foundation_sign_up .dfcolumns .column, .imagination_foundation_creative_submissions .dfcolumns .column {
    min-height: auto !important;
}

.tell_your_story .dform_element, .contact_information .dform_element, .imagination_foundation_sign_up .dform_element, .imagination_foundation_creative_submissions .dform_element {
	padding-right: 3%;
}

.tell_your_story .dform_container input.text, .tell_your_story .dform_container textarea, .contact_information .dform_container input.text, .imagination_foundation_sign_up .dform_container input.text, .imagination_foundation_creative_submissions .dform_container textarea, .imagination_foundation_creative_submissions .dform_container input.text {
	padding:6px !important;
		width:100%;
}


.tell_your_story ::-webkit-input-placeholder, .contact_information ::-webkit-input-placeholder, .imagination_foundation_sign_up ::-webkit-input-placeholder, .imagination_foundation_creative_submissions ::-webkit-input-placeholder { 
  	font-family:'Open Sans', sans-serif;
  	font-weight:400;
	font-size:13px;
}
.tell_your_story ::-moz-placeholder, .contact_information ::-moz-placeholder, .imagination_foundation_sign_up ::-moz-placeholder, .imagination_foundation_creative_submissions ::-moz-placeholder { 
  	font-family:'Open Sans', sans-serif;
  	font-weight:400;
	font-size:13px;
}
.tell_your_story :-ms-input-placeholder, .contact_information :-ms-input-placeholder, .imagination_foundation_sign_up ::-ms-input-placeholder, .imagination_foundation_creative_submissions ::-ms-input-placeholder { 
  	font-family:'Open Sans', sans-serif;
  	font-weight:400;
	font-size:13px;
}
.tell_your_story :-moz-placeholder, .contact_information :-moz-placeholder, .imagination_foundation_sign_up ::-moz-placeholder, .imagination_foundation_creative_submissions ::-moz-placeholder { 
  	font-family:'Open Sans', sans-serif;
  	font-weight:400;
	font-size:13px;
}

.tell_your_story .dform_element .dform_error, .contact_information .dform_element .dform_error, .imagination_foundation_sign_up .dform_element .dform_error, .imagination_foundation_creative_submissions .dform_element .dform_error {
    font-weight: 600 !important;
    color: #871418 !important;
}

.dform_confirmation {
	background-color: #fff !important;
	border: none !important;
	color: #871418 !important;

}

/* ----------------------------------------------------------------
	Staff grid
-----------------------------------------------------------------*/

ul.staff-grid, ul.staff-grid li {
	margin:0; padding:0;
	list-style-type:none;
}

ul.staff-grid {
	margin:0 5.176%;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
     -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.staff-grid li {
	float:left;
	width:33.333%;	
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	position:relative;
	text-align:center;
}

ul.staff-grid li img {
	display:block;
	width:100%;
	height:auto;
}

.staff-image {
	position:relative;	
	text-align:center;
	
	
}

.staff-overlay-container {
	width:100%;
	height:100%;
	position:relative;
	display:none;
	position:absolute;
	top:0; left:0;
	background:rgba(97,96,85,0.9);
	padding:10%;
}

.staff-overlay {
	text-align:center;
	position: relative;
  	left: 50%;
  	top: 50%;
  	-webkit-transform: translate(-50%,-50%);
  	-moz-transform:    translate(-50%,-50%);
  	-ms-transform:     translate(-50%,-50%);
  	-o-transform:      translate(-50%,-50%);
  	transform: translate(-50%,-50%);
}

.staff-overlay h3 {
	font-family: 'PT Serif', serif;
	font-weight:700;
	color:#fff !important;
	font-size:23px;
}

.staff-overlay p {
	font-family: 'PT Serif', serif;
	color:#fff !important;
	font-size:14px;
	line-height:17px;
}
.staff-image:hover .staff-overlay-container {
   display:block;
}


/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/


#footer {
	position: relative;
	background:#616055;
	height:76px;
}


	
#footer:after {
    content:'';
    position: absolute;
   bottom:100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-bottom: solid 21px #616055;
    border-left: solid 21px transparent;
    border-right: solid 21px transparent;
}

#copyrights p {
	line-height:76px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-size:12px;
	font-family:Open Sans, sans-serif;
	font-weight:600;
}



/* ----------------------------------------------------------------
	Alignment
-----------------------------------------------------------------*/

img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	display: inline;
}
img.alignleft {
	display: inline;
}

.alignright {
	float: right;
	margin-left: 10px;
}
.alignleft {
	float: left;
	margin-right: 10px;
}

.center {
	text-align:center !important;
}

.textalignright {text-align:right !important;}
.textalignleft {text-align:left !important;}

.allmargin { margin: 50px !important; }

.leftmargin { margin-left: 50px !important; }

.rightmargin { margin-right: 50px !important; }

.topmargin { margin-top: 50px !important; }

.bottommargin { margin-bottom: 50px !important; }

.clear-bottommargin { margin-bottom: -50px !important; }

.allmargin-sm { margin: 30px !important; }

.leftmargin-sm { margin-left: 30px !important; }

.rightmargin-sm { margin-right: 30px !important; }

.topmargin-sm { margin-top: 30px !important; }

.bottommargin-sm { margin-bottom: 30px !important; }

.clear-bottommargin-sm { margin-bottom: -30px !important; }

.allmargin-lg { margin: 80px !important; }

.leftmargin-lg { margin-left: 80px !important; }

.rightmargin-lg { margin-right: 80px !important; }

.topmargin-lg { margin-top: 80px !important; }

.bottommargin-lg { margin-bottom: 80px !important; }

.clear-bottommargin-lg { margin-bottom: -80px !important; }

.nomargin {margin: 0 !important; }

.nopadding {padding:0 !important;}

.noleftmargin { margin-left: 0 !important; }

.norightmargin { margin-right: 0 !important; }

.notopmargin { margin-top: 0 !important; }

.nobottommargin { margin-bottom: 0 !important; }

.norightpadding {padding-right:0 !important; }

.article.single > div {

	max-width:700px;
	margin:0 auto;
}
.fluid-width-video-wrapper  {
		
		margin:0 auto;
}

/*.grants .larger-font p, .grants .larger-font li {
	font-size: 19px!important;
	line-height: 28px!important;
}*/

.grants-back {
	margin-left: 30px;
	top: -20px;
	position: relative;
	font-family: 'Open Sans', sans-serif;
}

.slider-caption p {
	font-family: 'PT Serif', serif;
}


/* ----------------------------------------------------------------
	Enriching Communities Grant 2018 Refresh Web Design
-----------------------------------------------------------------*/

.enrichcommgrant h1 {
	text-align:center;
	
}

.enrichcommgrant .hero {
	border:1px solid black;
	padding:20px;
	margin-bottom:30px;
}

.enrichcommgrant .hero figure {
	float:right; 
	padding-left:20px; 
	width: 30%;
}

.enrichcommgrant .hero figcaption {
	font-family: 'Open Sans', sans-serif;
	color:#616055;
	font-weight:100;
	font-size: 14px;
	line-height: 16px;
	padding-left:20px;
}

.enrichcommgrant .leftblock {
	background-color:#871418;
	padding-top:20px;
	color:white;
}

.enrichcommgrant .leftblock h2 {
	text-transform:none;
	color:white;
	font-size:23px;
	line-height: 1.25em;
    margin-bottom: 30px;
    font-weight: 100;
	text-align:left;
}

.enrichcommgrant h2 {
	font-size:33px;
	text-align:center;
}

.enrichcommgrant .hero h2 {
	color:black;
	text-align:left;
    text-transform: none;
}

.enrichcommgrant .leftblock p {
	color:white;
}

.enrichcommgrant .col_one_third {
	font-size:35px;
}

.enrichcommgrant .col_one_third p.notation {
	font-size:13px;
	font-weight:100;
	text-align:center;
	margin-bottom:7px;
}

.enrichcommgrant .col_one_third a {
	height:auto;
	color:white;
}

.enrichcommgrant .col_one_third .button {
	padding: 3px 22px;
}

.leftblock img {
	float:left;
	margin-right:9px;
}

.herocontent {
	float:left; 
	width:67%;
}

.youtubecontainer {
    position: relative;
    width: 100%;
    height: 0;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.herocontent ul li {
	margin: 0 0 10px;
    font-size: 17px;
    padding: 5px 0 0;
}

/*------INVEST GIVE-----*/

.colorblock {background-color:#616055; margin-bottom:25px;}

.colorblock h2, .colorblock p {padding:0 15px 15px; margin:0; color:white;}

.colorblock img {margin-bottom:15px;}

.investCTA {width: 250px; background-color: rgba(95, 155, 148, 1); color:white; margin:0 auto 25px; padding:15px;}

.investCTA a {color:white; text-decoration:underline !important; font-weight:bold;}

.smsub {font-style:italic; margin:-10px 0 10px 0; color:black;}

.content-wrap .colorblock a {color:white; text-decoration:underline !important;}

.noleftpadding {padding-left:0px;}

.norightpadding {padding-right:0px;}

/*-----CAREERS----*/

.careers h2 {color:#5f9993; text-transform:none;font-size:32px; margin-top:30px;}

.careers .article-meta {margin:0px;}

.careers .article-meta .date {text-transform:none;}

.careers h3 {color:black;}

/*---homepage announcements ---*/

.hpannounce {background-color: #ffffff;
    background-color: -moz-#ffffff;
    background-color: -webkit-#ffffff;
    border-left: 5px solid #4a7036;
    border-radius: 0px 0px 0px 0px;
box-shadow: 0px 4px 10px #878787;
    padding: 20px 20px 20px 67px;
    margin: 0 0 30px 0;
	    background-image: url(https://www.cacfonline.org/images/uploads/announceicon.png?v=1624302326);
    background-repeat: no-repeat;
    background-size: 32px;
	background-position: 18px 50%;
}

.hpannounce h2 {color: black;
    font-weight: bold;
    margin: 0 0 7px;
    text-transform: none;
    font-size: 14pt;}
	
.hpannounce p {color: black;
    font-size: 11pt;
    font-weight: 100;
    margin: 0px;}