@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Raleway:700,400);

	body, input, select, textarea {
		color: #444;
		font-family: "Raleway", Helvetica, sans-serif;
		font-size: 13pt;
		font-weight: 400;
		line-height: 1.65em;
		box-sizing: border-box;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #474747;
		font-weight: 700;
		line-height: 1em;
		box-sizing: border-box;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
			box-sizing: border-box;
		}


	h3 {
		font-size: 1.35em;
		line-height: 1.5em;
		box-sizing: border-box;
	}

/* Section/Article */
	header p {
		color: #858585;
		position: relative;
		box-sizing: border-box;
	}

	header.major {
		text-align: center;
	}

		header.major h2 {
			font-size: 3em;
			box-sizing: border-box;
		}

		header.major p {
			font-size: 1.5em;
			box-sizing: border-box;
			margin: 1em 1em 5em 1em;
		}

/* Icon */

		.icon.rounded {
			background-color: #383b43;
			border-radius: 5%;
			color: #ffffff;
			display: inline-block;
			height: 3.25em;
			line-height: 3.25em;
			text-align: center;
			width: 3.25em;
			box-sizing: border-box;
		}

			.icon.rounded.big {
				font-size: 2.5em;
				margin-bottom: 0.5em;
				box-sizing: border-box;
			}

			.icon.rounded.color12 {
				background-color: #ffffff;
				box-sizing: border-box;
			}





/* Wrapper */

	.wrapper {
		padding: 6em 1em 4em;
		box-sizing: border-box;
		/* Style 1 Wrapper */
		/* Style 2 Wrapper */
		/* Style 3 Wrapper */
	}

		.wrapper.style1 {
			background-color: #F5F5F5;
			border-bottom: 1px solid rgba(144, 144, 144, 0.25);
			border-top: 1px solid rgba(144, 144, 144, 0.25);
			box-sizing: border-box;
		}

		.wrapper.style69 {
			background-color: #ffffff;
			border-bottom: 1px solid rgba(144, 144, 144, 0.25);
			border-top: 1px solid rgba(144, 144, 144, 0.25);
			box-sizing: border-box;
		}

			.wrapper.style1 .box {
				background-color: #fff;
				padding: 3em 2.5em;
				box-sizing: border-box;
			}

				.wrapper.style1 .box h2, .wrapper.style1 .box h3, .wrapper.style1 .box h4, .wrapper.style1 .box h5, .wrapper.style1 .box h6 {
					color: #858585;
					box-sizing: border-box;
				}

		.wrapper.style2 .profiles {
			border-bottom: 1px solid rgba(144, 144, 144, 0.25);
			border-top: 1px solid rgba(144, 144, 144, 0.25);
			margin-bottom: 4em;
			padding-top: 4em;
			box-sizing: border-box;
		}

		.wrapper.style2 .profile {
			margin-bottom: 2em;
			text-align: left;
			box-sizing: border-box;
		}

			.wrapper.style2 .profile img {
				border-radius: 50%;
				float: left;
				margin-bottom: 1em;
				margin-right: 1em;
				box-sizing: border-box;
			}

			.wrapper.style2 .profile h4 {
				margin-bottom: 0;
				margin-top: 1em;
				box-sizing: border-box;
			}

		.wrapper.style2 footer {
			margin-left: auto;
			margin-right: auto;
			width: 70%;
		}

			.wrapper.style2 footer p {
				margin-bottom: 3em;
			}

	p {
		margin: 0em 1.5em 1.5em 0em;
	}