/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.blogroll {
	background-color: #8DC63F;
	padding: 15px 0 0 5px;
	width: 50%;
	border: 2px solid #332A86;
	border-radius: 5px;
}

div.footerdivs {
	width: 100%;
	margin: auto;
}

div.footerdivs div {
	width: 30%;
	height: 250px;
	float: left;
	padding: 10px;
}

div.menuitem {
	background-color: #fafafa;
	margin: 10px;
	-webkit-transition: background-color .5s ease-out;
	-moz-transition: background-color .5s ease-out;
	-o-transition: background-color: background-color .5s ease-out;
	transition: background-color .5s ease out;
}

div.clear {
	clear: both;
}

div.menuitem img {
	display: block;
	margin: auto;
	width: 100%;
}

div.menuitem p, a {
	text-align: center;
	font-size: 14pt;
	font-family: Open Sans;
}

div.menuitem:hover {
	opacity: 1;
	background-color: #332A86;
	color: #ffffff;
	-webkit-transition: background-color .5s ease-out;
	-moz-transition: background-color .5s ease-out;
	-o-transition: background-color: background-color .5s ease-out;
	transition: background-color .5s ease out;
}

div.menuitem a {
	color: #696969;
}

div.menuitem a:hover {
	color: #ffffff;
}

.blog .type-post .entry-content {
	display: none;
}

@media screen and (min-width:1000px) {
	.no-sidebar.blog .without-featured-image > .entry-header, .no-sidebar.single .without-featured-image > .entry-header, .no-sidebar.archive .without-featured-image > .entry-header, .no-sidebar.search .without-featured-image > .entry-header {
		margin-left: 0;
	}
	.no-sidebar .entry-body {
		padding-left: 0;
	}
	.entry-meta {
		position: relative;
		text-align: left;
		width: auto;
	}
}

@media screen and (max-width:768px) {
	.menu-item-has-children > a::after {
		content: '+';
		display: inline-block;
		margin-left: 15px;
	}
	.menu-item-has-children .sub-menu {
		display: none;
	}
	.main-navigation .sub-menu a {
		text-transform: none;
		font-weight: 400;
	}
	.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
		display: none;
	}
	.main-navigation .menu-item.focus > .sub-menu {
		display: block;
	}
	.menu-item-has-children.focus > a::after {
		content: '-';
	}
}
.cfa-giving-banner {
  background: #53246F;
  color: #ffffff;
  text-align: center;
  padding: 14px 12px;
  font-size: 1.15em;
  font-weight: 600;
  line-height: 1.4em;
}

.cfa-giving-banner a {
  color: #F7E26D;
  text-decoration: underline;
  font-weight: 700;
}
