/**
 * @package    hubzero-cms
 * @copyright  Copyright 2005-2019 HUBzero Foundation, LLC.
 * @license    http://opensource.org/licenses/MIT MIT
 */

/*

	-- -- -- -- -- -- --
	community page CSS
	-- -- -- -- -- -- --

*/

	section.section {
		padding: 0;
	}

	.tagline {
		margin: 0;
		padding: 30px;
		text-align: center;
		font-size: 1.2em;
	}

	.about {
		border: none;
		color: #666;
		position: relative;
		margin: 0;
		padding: 30px;
	}
	.about.odd {
		background: #fff;
	}
	.about.even {
		background: #fafafa;
	}

@media (min-width: 40em) {
	.tagline {
		font-size: 2em;
		line-height: 1.5;
		font-weight: 300;
		letter-spacing: 0.15em;
		padding: 60px;
	}

	.about {
		font-size: 1.2em;
		line-height: 1.8em;
	}

	.about.odd {
		padding: 30px 60px 30px 50%;
	}
	.about.even {
		padding: 30px 50% 30px 60px;
	}

	.about h3:after {
		content: "";
		display: block;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 40px;
		z-index: 100;
		font-family: 'Fontcons';
		font-size: 125px;
		line-height: 1;
		left: 17.5%;
		color: #ccc;
		content: "";
	}
	.about.even h3:after {
		left: auto;
		right: 17.5%;
	}
	.about.kb h3:after {
		content: "\f072";
	}
	.about.report h3:after {
		content: "\2757";
	}
	.about.tickets h3:after {
		content: "\f08f";
	}
}
