@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i");
@import url(reset.css);

/* Type */
html {
	font-size: 18pt;
}

	@media screen and (max-width: 1680px) {

		html {
			font-size: 14pt;
		}

	}

	@media screen and (max-width: 1280px) {

		html {
			font-size: 12pt;
		}

	}

	@media screen and (max-width: 736px) {

		html {
			font-size: 11pt;
		}

	}

	@media screen and (max-width: 360px) {

		html {
			font-size: 10pt;
		}

	}

body {

	background: #fbf7ed;
	color: #333333;
}

body, input, select, textarea {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.65;
}

a {
	-moz-transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	text-decoration: underline;
}

	a:hover {
		text-decoration: none;
	}

strong, b {
	font-weight: 400;
}

em, i {
	font-style: italic;
}

p {
	margin: 0 0 2rem 0;
}

	p.major {
		font-size: 1.25rem;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	line-height: 1.375;
	letter-spacing: -0.025em;
	margin: 0 0 1rem 0;
}

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

h1 {
	font-size: 3.5rem;
	line-height: 1.2;
}

h2 {
	font-size: 2.25rem;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1.1rem;
}

h5 {
	font-size: 0.9rem;
}

h6 {
	font-size: 0.7rem;
}

sub {
	font-size: 0.8rem;
	position: relative;
	top: 0.5rem;
}

sup {
	font-size: 0.8rem;
	position: relative;
	top: -0.5rem;
}

blockquote {
	border-left: solid 0.25rem #7b90ad;
	font-style: italic;
	margin: 0.5rem 0 2rem;
	padding: 0.5rem 0 0 2rem;
}

code {
	border-radius: 4px;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0.25rem;
	padding: 0.25rem 0.325rem;
}

pre {
	-webkit-overflow-scrolling: touch;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0 2rem 0;
}

	pre code {
		display: block;
		line-height: 1.5;
		padding: 0.75rem 1rem;
		overflow-x: auto;
	}

hr {
	border: 0;
	border-bottom: solid 1px;
	margin: 2.5rem 0;
}

	hr.major {
		margin: 3.5rem 0;
	}

.align-left {
	text-align: left;
}

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

.align-right {
	text-align: right;
}

@media screen and (max-width: 736px) {

	p.major {
		font-size: 1.1rem;
	}

	h1 {
		font-size: 2.5rem;
	}

	h2 {
		font-size: 2rem;
	}

	h3 {
		font-size: 1.25rem;
	}

	h4 {
		font-size: 1rem;
	}

}

input, select, textarea {
	color: #000000;
}

a {
	color: #000000;
}

	a:hover {
		color: #197979;
	}

strong, b {
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
}

code {
	background: rgba(0, 0, 0, 0.05);
	border-color: rgba(0, 0, 0, 0.2);
}

hr {
	border-bottom-color: rgba(0, 0, 0, 0.2);
}

/* Company */
.company img {
	width: 3em;
}

/* Box */
.box {
	border: solid 1px rgba(160, 160, 160, 0.3);
	margin-bottom: 2em;
	padding: 1.5em;
}

	.box > :last-child,
	.box > :last-child > :last-child,
	.box > :last-child > :last-child > :last-child {
		margin-bottom: 0;
	}

	.box.alt {
		border: 0;
		border-radius: 0;
		padding: 0;
	}

/* Image */
.image {
	border: 0;
	display: inline-block;
	position: relative;
}

	.image img {
		display: block;
	}

	.image.left, .image.right {
		max-width: 40%;
	}

		.image.left img, .image.right img {
			width: 100%;
		}

	.image.left {
		float: left;
		padding: 0 1.5em 1em 0;
		top: 0.25em;
	}

	.image.right {
		float: right;
		padding: 0 0 1em 1.5em;
		top: 0.25em;
	}

	.image.fit {
		display: block;
		margin: 0 0 2em 0;
		width: 100%;
	}

		.image.fit img {
			width: 100%;
		}

	.image.featured {
		display: block;
		margin: 0 0 3em 0;
		width: 100%;
	}

		.image.featured img {
			width: 100%;
		}

		@media screen and (max-width: 736px) {

			.image.featured {
				margin: 0 0 1.5em 0;
			}

		}

	.image.main {
		display: block;
		margin: 0 0 3em 0;
		width: 100%;
	}

		.image.main img {
			width: 100%;
		}

/* List */
ol {
	list-style: decimal;
	margin: 0 0 2em 0;
	padding-left: 1.25em;
}

	ol li {
		padding-left: 0.25em;
	}

ul {
	list-style: disc;
	margin: 0 0 2em 0;
	padding-left: 1em;
}

	ul li {
		padding-left: 0.5em;
	}

	ul li.now {
		color: #0136ac;
	}

	ul li.right {
		float: right;
	}

	ul.alt {
		list-style: none;
		padding-left: 0;
	}

		ul.alt li {
			border-top: solid 1px rgba(160, 160, 160, 0.3);
			padding: 0.5em 0;
		}

			ul.alt li:first-child {
				border-top: 0;
				padding-top: 0;
			}

	ul.actions {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.actions li {
			display: inline-block;
			padding: 0 1.5em 0 0;
			vertical-align: middle;
		}

			ul.actions li:last-child {
				padding-right: 0;
			}

		ul.actions.small li {
			padding: 0 1em 0 0;
		}

		ul.actions.fit {
			display: table;
			margin-left: -1em;
			padding: 0;
			table-layout: fixed;
			width: calc(100% + 1em);
		}

			ul.actions.fit li {
				display: table-cell;
				padding: 0 0 0 1em;
			}

				ul.actions.fit li > * {
					margin-bottom: 0;
				}

			ul.actions.fit.small {
				margin-left: -0.5em;
				width: calc(100% + 0.5em);
			}

				ul.actions.fit.small li {
					padding: 0 0 0 0.5em;
				}

		@media screen and (max-width: 480px) {

			ul.actions {
				margin: 0 0 2em 0;
			}

				ul.actions li {
					padding: 1em 0 0 0;
					display: block;
					text-align: center;
					width: 100%;
				}

					ul.actions li:first-child {
						padding-top: 0;
					}

					ul.actions li > * {
						width: 100%;
						margin: 0 !important;
					}

				ul.actions.small li {
					padding: 0.5em 0 0 0;
				}

					ul.actions.small li:first-child {
						padding-top: 0;
					}

		}

	ul.posts {
		list-style: none;
		padding: 0;
	}

		ul.posts li {
			border-top: dotted 1px rgba(160, 160, 160, 0.3);
			margin: 1.5em 0 0 0;
			padding: 1.5em 0 0 0;
		}

			ul.posts li:first-child {
				border-top: 0;
				margin-top: 0;
				padding-top: 0;
			}

		ul.posts article {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-align-items: -moz-flex-start;
			-webkit-align-items: -webkit-flex-start;
			-ms-align-items: -ms-flex-start;
			align-items: flex-start;
			-moz-flex-direction: row-reverse;
			-webkit-flex-direction: row-reverse;
			-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
		}

			ul.posts article .image {
				display: block;
				margin-right: 1.5em;
				min-width: 4em;
				width: 4em;
			}

				ul.posts article .image img {
					width: 100%;
				}

			ul.posts article header {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
			}

				ul.posts article header h3 {
					font-size: 0.7em;
					margin-top: 0.125em;
				}

				ul.posts article header .published {
					display: block;
					font-family: "Raleway", Helvetica, sans-serif;
					font-size: 0.6em;
					font-weight: 400;
					letter-spacing: 0.2em;
					margin: -0.625em 0 1.7em 0;
					text-transform: uppercase;
				}

				ul.posts article header > :last-child {
					margin-bottom: 0;
				}

dl {
	margin: 0 0 2em 0;
}

	dl dt {
		display: block;
		font-weight: 700;
		margin: 0 0 1em 0;
	}

	dl dd {
		margin-left: 2em;
	}

/* Mini Post */
.mini-post {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column-reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	background: #ffffff;
	border: solid 1px rgba(160, 160, 160, 0.3);
	box-shadow: 1px 1px 12px 0 #e3e3e3;
	margin: 0 0 2em 0;
}

	.mini-post .image {
		border-bottom: solid 1px rgba(160, 160, 160, 0.3);
		overflow: hidden;
		width: 100%;
	}

		.mini-post .image img {
			padding: 1em;
			width: 100%;
		}

	.mini-post header {
		padding: 1em 4em 0em 1em ;
		min-height: 4em;
		position: relative;
		-moz-flex-grow: 1;
		-webkit-flex-grow: 1;
		-ms-flex-grow: 1;
		flex-grow: 1;
	}

		.mini-post header h3 {
			font-size: 0.7em;
		}

		.mini-post header .published {
			display: block;
			font-family: "Raleway", Helvetica, sans-serif;
			font-size: 0.6em;
			font-weight: 400;
			letter-spacing: 0.2em;
			margin: -0.625em 0 1.7em 0;
			text-transform: uppercase;
		}

		.mini-post header .company {
			position: absolute;
			right: 1em;
			top: 1em;
		}

.mini-posts {
	margin: 0 0 2em 0;
}

	@media screen and (max-width: 1280px) {

		.mini-posts {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			width: calc(100% + 2em);
		}

			.mini-posts > * {
				margin: 2em 2em 0 0;
				width: calc(50% - 2em);
			}

			.mini-posts > :nth-child(-n + 2) {
				margin-top: 0;
			}

	}

	@media screen and (max-width: 480px) {

		.mini-posts {
			display: block;
			width: 100%;
		}

			.mini-posts > * {
				margin: 0 0 2em 0;
				width: 100%;
			}

	}

/* Post */
.post {
	padding: 3em 3em 0.5em 3em;
	background: #ffffff;
	border: solid 1px rgba(160, 160, 160, 0.3);
	box-shadow: 1px 1px 12px 0 #e3e3e3;
	margin: 0 0 3em 0;
	position: relative;
}

	.post > header {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		left: -3em;
		margin: -3em 0 1.5em 0;
		position: relative;
		width: calc(100% + 6em);
	}

		.post > header .title {
			-moz-flex-grow: 1;
			-webkit-flex-grow: 1;
			-ms-flex-grow: 1;
			flex-grow: 1;
			padding: 2em 2em 2em 3em;
		}

			.post > header .title h2 {
				font-weight: 900;
				font-size: 1.5em;
			}

			.post > header .title > :last-child {
				margin-bottom: 0;
			}

		.post > header .meta {
			padding: 2em 3em 2em 2em ;
			border-left: solid 1px rgb(0, 55, 173, 0.15);
			min-width: 14em;
			text-align: right;
			width: 14em;
		}

			.post > header .meta > * {
				margin: 0 0 1em 0;
			}

			.post > header .meta > :last-child {
				margin-bottom: 0;
			}

			.post > header .meta .published {
				color: #3c3b3b;
				display: block;
				font-family: "Raleway", Helvetica, sans-serif;
				font-size: 0.7em;
				font-weight: 800;
				letter-spacing: 0.25em;
				margin-top: 0.5em;
				text-transform: uppercase;
				white-space: nowrap;
			}

	.post > .image.featured {
		overflow: hidden;
	}

		.post > .image.featured img,
		.image.zoom img {
			-moz-transition: -moz-transform 0.2s ease-out;
			-webkit-transition: -webkit-transform 0.2s ease-out;
			-ms-transition: -ms-transform 0.2s ease-out;
			transition: transform 0.2s ease-out;
		}

		.post > .image.featured:hover img,
		.image.zoom:hover img {
			-moz-transform: scale(1.05);
			-webkit-transform: scale(1.05);
			-ms-transform: scale(1.05);
			transform: scale(1.05);
		}

		.post > footer {
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
		}

		@media screen and (max-width: 980px) {

		.post {
			border-left: 0;
			border-right: 0;
			left: -3em;
			width: calc(100% + (3em * 2));
		}

			.post > header {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				padding: 3.75em 3em 1.25em 3em ;
				border-left: 0;
			}

				.post > header .title {
					margin: 0 0 2em 0;
					padding: 0;
					text-align: center;
				}

				.post > header .meta {
					-moz-align-items: center;
					-webkit-align-items: center;
					-ms-align-items: center;
					align-items: center;
					display: -moz-flex;
					display: -webkit-flex;
					display: -ms-flex;
					display: flex;
					-moz-justify-content: center;
					-webkit-justify-content: center;
					-ms-justify-content: center;
					justify-content: center;
					border-left: 0;
					margin: 0 0 2em 0;
					padding: 0;
					text-align: left;
					width: 100%;
				}

					.post > header .meta > * {
						border-left: solid 1px rgba(160, 160, 160, 0.3);
						margin-left: 2em;
						padding-left: 2em;
					}

					.post > header .meta > :first-child {
						border-left: 0;
						margin-left: 0;
						padding-left: 0;
					}

					.post > header .meta .published {
						margin-bottom: 0;
						margin-top: 0;
					}

					.post > header .meta .company {
						-moz-flex-direction: row-reverse;
						-webkit-flex-direction: row-reverse;
						-ms-flex-direction: row-reverse;
						flex-direction: row-reverse;
						margin-bottom: 0;
					}

						.post > header .meta .company .name {
							margin: 0 0 0 1.5em;
						}

						.post > header .meta .company img {
							width: 3.5em;
						}

	}

	@media screen and (max-width: 736px) {

		.post {
			padding: 1.5em 1.5em 0.1em 1.5em ;
			left: -1.5em;
			margin: 0 0 2em 0;
			width: calc(100% + (1.5em * 2));
		}

			.post > header {
				padding: 3em 1.5em 0.5em 1.5em ;
				left: -1.5em;
				margin: -1.5em 0 1.5em 0;
				width: calc(100% + 3em);
			}

				.post > header .title h2 {
					font-size: 1.1em;
				}

	}

	@media screen and (max-width: 480px) {

		.post > header .meta {
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
		}

			.post > header .meta > * {
				border-left: 0;
				margin: 1em 0 0 0;
				padding-left: 0;
			}

			.post > header .meta .company .name {
				display: none;
			}

		.post > .image.featured {
			margin-left: -1.5em;
			margin-top: calc(-1.5em - 1px);
			width: calc(100% + 3em);
		}

		.post > footer {
			-moz-align-items: stretch;
			-webkit-align-items: stretch;
			-ms-align-items: stretch;
			align-items: stretch;
			-moz-flex-direction: column-reverse;
			-webkit-flex-direction: column-reverse;
			-ms-flex-direction: column-reverse;
			flex-direction: column-reverse;

			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
		}

	}


/* Header */
header p {
	color: #999999;
	font-family: "Raleway", Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 2;
	margin-top: -1em;
	text-transform: uppercase;
}

	body {
		padding-top: 3.5em;
	}

	#header {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		backdrop-filter: blur(5px);
		background-color: rgba(255, 255, 255, 0.5);
		border-bottom: solid 1px rgba(160, 160, 160, 0.3);
		height: 3.5em;
		left: 0;
		line-height: 3.5em;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000;
	}

		#header a {
			color: inherit;
			text-decoration: none;
		}

		#header ul {
			list-style: none;
			margin: 0;
			padding-left: 0;
		}

			#header ul li {
				display: inline-block;
				padding-left: 0;
			}

		#header h1 {
			height: inherit;
			line-height: inherit;
			padding: 0 0 0 1.5em;
			white-space: nowrap;
		}

			#header h1 a {
				font-size: 0.7em;
			}

		#header .links {
			-moz-flex: 1;
			-webkit-flex: 1;
			-ms-flex: 1;
			flex: 1;
			height: inherit;
			line-height: inherit;
			overflow: hidden;
			text-align: center;
		}

			#header .links ul li {
				border-left: solid 1px rgba(160, 160, 160, 0.3);
				line-height: 1;
				margin-left: 1em;
				padding-left: 1em;
			}

				#header .links ul li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}

				#header .links ul li a {
					border-bottom: 0;
					font-family: "Raleway", Helvetica, sans-serif;
					font-size: 0.7em;
					font-weight: 400;
					letter-spacing: 0.5em;
					text-transform: uppercase;
				}

		#header .main {
			height: inherit;
			line-height: inherit;
			text-align: right;
		}

			#header .main ul {
				height: inherit;
				line-height: inherit;
			}

				#header .main ul li {
					border-left: solid 1px rgba(160, 160, 160, 0.3);
					height: inherit;
					line-height: inherit;
					white-space: nowrap;
				}


		@media screen and (max-width: 736px) {

			#header {
				height: 2.75em;
				line-height: 2.75em;
			}

				#header h1 {
					padding: 0 0 0 1em;
				}

		}

/* Wrapper */
#wrapper {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-moz-transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	margin: 0 auto;
	max-width: 100%;
	opacity: 1;
	padding: 4.5em;
	width: 90em;
}

	@media screen and (max-width: 1680px) {

		#wrapper {
			padding: 3em;
		}

	}

	@media screen and (max-width: 1280px) {

		#wrapper {
			display: block;
		}

	}

	@media screen and (max-width: 736px) {

		#wrapper {
			padding: 1.5em;
		}

	}

/* Main */
#main {
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	width: 100%;
}

/* Sidebar */
#sidebar {
	margin-right: 3em;
	min-width: 22em;
	width: 22em;
}

	#sidebar > * {
		border-top: solid 1px rgba(160, 160, 160, 0.3);
		margin: 3em 0 0 0;
		padding: 3em 0 0 0;
	}

	#sidebar > :first-child {
		border-top: 0;
		margin-top: 0;
		padding-top: 0;
	}

	@media screen and (max-width: 1280px) {

		#sidebar {
			border-top: solid 1px rgba(160, 160, 160, 0.3);
			margin: 3em 0 0 0;
			min-width: 0;
			padding: 3em 0 0 0;
			width: 100%;
		}

	}

/* Intro */
#intro .avatar {
	border-bottom: 0;
	display: inline-block;
	margin: 0 0 1em 0;
	overflow: hidden;
	position: relative;
	width: 4em;
}

	#intro .avatar:before {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120px' height='120px' viewBox='0 0 120 120' preserveAspectRatio='none' zoomAndPan='disable'%3E%3Cpolygon points='0,120 120,120 120,75 60,120 0,75' style='fill:%23fbf7ed' /%3E%3C/svg%3E");
		background-position: top left;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		content: '';
		display: block;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}

	#intro .avatar img {
		display: block;
		width: 4.5em;
	}

#intro header h2 {
	color: #666666;
	font-size: 2em;
	font-weight: 900;
	letter-spacing: .1em;
}

#intro header p {
	font-size: 0.8em;
}

@media screen and (max-width: 1280px) {

	#intro {
		margin: 0 0 3em 0;
		text-align: center;
	}

		#intro header h2 {
			font-size: 2em;
		}

		#intro header p {
			font-size: 0.7em;
		}

}

@media screen and (max-width: 736px) {

	#intro {
		margin: 0 0 1.5em 0;
		padding: 1.25em 0;
	}

		#intro > :last-child {
			margin-bottom: 0;
		}

		#intro .avatar {
			margin: 0 0 0.5em 0;
		}

		#intro header h2 {
			font-size: 1.25em;
		}

		#intro header > :last-child {
			margin-bottom: 0;
		}

}

/* Button */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	border: 0;
	border-radius: 3.75em;
	cursor: pointer;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 400;
	height: 3.75em;
	letter-spacing: 0.125em;
	line-height: 3.75em;
	max-width: 20rem;
	padding: 0 2.5em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

	input[type="submit"].icon:before,
	input[type="reset"].icon:before,
	input[type="button"].icon:before,
	button.icon:before,
	.button.icon:before {
		margin-right: 0.5rem;
	}

	input[type="submit"].fit,
	input[type="reset"].fit,
	input[type="button"].fit,
	button.fit,
	.button.fit {
		width: 100%;
	}

	input[type="submit"].small,
	input[type="reset"].small,
	input[type="button"].small,
	button.small,
	.button.small {
		border-radius: 3.325em;
		font-size: 0.6rem;
		height: 3.325em;
		line-height: 3.325em;
		padding: 0 2em;
	}

	input[type="submit"].large,
	input[type="reset"].large,
	input[type="button"].large,
	button.large,
	.button.large {
		border-radius: 4em;
		font-size: 0.8rem;
		height: 4em;
		line-height: 4em;
		padding: 0 3em;
	}

	input[type="submit"].wide,
	input[type="reset"].wide,
	input[type="button"].wide,
	button.wide,
	.button.wide {
		min-width: 14em;
	}

	input[type="submit"].disabled, input[type="submit"]:disabled,
	input[type="reset"].disabled, input[type="reset"]:disabled,
	input[type="button"].disabled, input[type="button"]:disabled,
	button.disabled, button:disabled,
	.button.disabled, .button:disabled {
		pointer-events: none;
		opacity: 0.25;
	}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
	background-color: transparent;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
	color: #000000 !important;
}

	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover,
	button:hover,
	.button:hover {
		box-shadow: inset 0 0 0 1px #47D3E5;
		color: #47D3E5 !important;
	}

	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active,
	button:active,
	.button:active {
		background-color: rgba(71, 211, 229, 0.2);
		box-shadow: inset 0 0 0 1px #47D3E5;
		color: #47D3E5 !important;
	}

	input[type="submit"].primary,
	input[type="reset"].primary,
	input[type="button"].primary,
	button.primary,
	.button.primary {
		background-color: #000000;
		box-shadow: none;
		color: #ffffff !important;
	}

		input[type="submit"].primary:hover,
		input[type="reset"].primary:hover,
		input[type="button"].primary:hover,
		button.primary:hover,
		.button.primary:hover {
			background-color: #47D3E5;
		}

		input[type="submit"].primary:active,
		input[type="reset"].primary:active,
		input[type="button"].primary:active,
		button.primary:active,
		.button.primary:active {
			background-color: #1ebdd1;
		}