body {
	margin: 0;
	padding: 0;

	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #c8c8c8;
	background-color: #efefef;
}
.wrapper {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.bglight { background-color: #efefef; }
.bgwhite { background-color: #ffffff; }
.safeblue { background-color: #3366cc; }
.safeorange { background-color: #ff6600; }
#sidebar {
	position: fixed;
	z-index: 30;

	padding: 0;
	margin: 0;
}
#main {
	padding: 6px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	background-color: #efefef;
	color: #161616;
	min-height: 100%;
}
#sidebar a.menu, a:visited.menu {
	color: #c8c8c8;
	text-decoration: none;
}
#sidebar a:hover.menu {
	color: #efefef;
}
#sidebar span.menu {
	color: rgb(244,81,30);
}
#footer {
	position: fixed;
}
@media (min-width: 1001px) {
	#main {
		margin-left: 300px;
	}
	.shaded {
		background: url(../images/shade.png) repeat;
	}
	#sidebar {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background: url(../images/sidebar.jpg) no-repeat;

		width: 300px;
		height: 100%;
		text-align: right;
	}
	#sidebar_links {
		height: 100%;
	}
	#sidebar span.menu {
		font-family: 'Bowlby One SC', cursive;
		font-size: 42px;
		display: block;
	}
	.sidebar_content {
		padding: 64px 8px 0px 0px;
		height: 100%;
	}
	.sidebar_search {
		background-color: #343434;
		text-align: left;
		padding: 4px;
	}
	#footer {
		width: 300px;
		bottom: 0;
	}
	.footer_copyright {
		padding: 2px 8px;
		font-size: 8pt;
		background-color: #000000;
		color: #c8c8c8;
		text-align: left;
	}
	.footer_copyright > i {
		color: #ff6a16;
		font-style: normal;
	}
	.footer_status {
		background-color: #ffffff;
		color: #161616;
		padding: 5px 4px 1px 4px;
		text-align: center;
		border-top: 2px solid rgb(244,81,30);
	}
}
@media (max-width: 1000px) {
	#main {
		margin-top: 60px;
	}
	.shaded, .sidebar_search { }
	#sidebar {
		background-color: #343434;
		width: 100%;
		height: 60px;

		top: 0;
	}
	#sidebar_links {
		padding: 3px;
		float: left;
		margin-left: 285px;
	}
	#sidebar span.menu {
		font-weight: 400;
		font-size: 12px;
		display: inline;
		padding-right: 4px;
	}
	#footer {
		padding: 0;
		margin: 0;
		top: 0;
		left: 0;
		width: 285px;
	}
	.sidebar_content {
		padding-top: 3px;
	}
	.footer_status, .footer_copyright {
		display: none;
	}
	@media (max-width: 606px) {
		#main {
			margin-top: 92px;
		}
		#sidebar {
			height: 92px;
		}
		#sidebar_links {
			margin-top: 56px;
			margin-left: 0px;
		}
		.sidebar_content {
			display: none;
		}
	}
}
.footer_logo {
	padding: 0;
	background-color: #343434;
	text-align: left;
}
#mason {}
.mason_box {
	width: 225px;
	height: 200px;
	padding: 0;
	margin: 0;
	float: left;
	/*overflow: hidden;*/
}
.mason_box.width2 { width: 450px; }
.mason_box.width3 { width: 675px; }
.mason_box.width4 { width: 900px; }
.mason_box.width5 { width: 1125px; }
.mason_box.width6 { width: 1350px; }
.mason_box.height2 { height: 400px; }
.mason_box.height3 { height: 600px; }
.mason_box.height4 { height: 800px; }
.mason_embed {
	border: 1px solid #c8c8c8;
	border-spacing: 2px;
	padding: 4px;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
}
.mason_image {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.mason_image .tall {
	height: 100%;
	width: 100%;
	object-fit: cover;
	overflow: hidden;
}
.tall {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.mason_image .wide {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.without-overlay {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.without-overlay-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}
.with-overlay, .mason_image .fit {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.mason_card {
	width: 450px;
	height: 400px;
}
.mason_card_image {
	height: 280px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.mason_card_image p {
	float: bottom;
	padding: 10px;
	margin: 0px;
	color: #ffffff;
	font-size: 18pt;
	font-weight: 500;
	position: absolute;
	bottom: 0;
}
.mason_card_text {
	height: 120px;
	padding: 10px 6px 6px 6px;
	width: 100%;
	color: #000000;
	position: relative;
}
.mason_card_text h1 {
	font-size: 15pt;
	margin: 0px;
	padding: 0px 0px 4px 0px;
}
.mason_card_text p {

}
.mason_card_links {
	position: absolute;
	bottom: 0;
	padding: 3px 3px 6px 16px;
}
.mason_card_links a {
	font-weight: bold;
	font-size: 15pt;
	font-variant: small-caps;
	padding-right: 20px;
}
.mason_card_links a:hover {
	text-decoration: none;
}
.mason_quote {
	margin: 0;
	padding: 8px;
	background-color: #ffffff;
	width: 100%;
	min-height: 100%;
}
.mason_tweet {
	margin: 0;
	padding: 8px;
	border-left: solid 5px #ffffff;
	background-color: #ffffff;
	width: 100%;
	min-height: 100%;
	position: relative;
}
.tweet_border {
	border-left: solid 5px #55acee;
}
.mason_hash {
    position: absolute;
    bottom: 3px;
    right: 6px;
	font-size: 28px;
	font-weight: bold;
}
.mason_tweet p {
	padding-top: 8px;
	clear: both;
}
.mason_tweet span {}
.mason_tweet span h1 {
	font-size: 13pt;
	font-weight: 400;
	margin: 0;
	display: block;
}
.mason_tweet span h1 span {
	color: #888888;
	font-size: 10pt;
	font-weight: normal;
	display: block;
}
.mason_tweet span img {
	border-radius: 5px;
	margin-right: 6px;
	float: left;
}
.mason_quote blockquote {
	font-size: 12pt;
}
.mason_quote blockquote p {
	font-size: 11pt;
}
a.nolink, a.nolink:visited, a:hover.nolink {
	text-decoration: none;
}
.overlay {
	display: none;
	background: url(../images/sidebar.png) repeat;
	width: 100%;
	height: 100%;
	padding: 20px 20px;
}
.overlay .show {
	display: inline;
}
.click {
	background: url(../images/tr.png) top right no-repeat;
}
cite {
	font-style: italic;
}
.overlay h2 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #ffffff;
}
.overlay p {
	margin: 0;
	color: #ffffff;
}
.overlay p em {
	color: #c8c8c8;
	font-style: normal;
}
#contact_grid {
	display: grid;
	gap: 0px 0px;
	grid-template-columns: 225px 225px 225px;
}
.contact_box {
	width: 225px;
	height: 200px;
	padding: 0;
	margin: 0;
}
.contact_box.width2 { width: 450px; }
.contact_box.height2 { height: 400px; }
.contact_box_icons {
	font-size: 4em;
	align-items: center;
	justify-content: center;
	gap: 25px;
	display: flex;
	background-color: #ffffff;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.contact_box_form {
	background-color: #f4f4f4;
	width: 100%;
	height: 100%;
	padding: 10px;
}
.contact_box_corner {
	background-color: #c4c4c4;
	width: 100%;
	height: 100%;
}
.box_corner {
	grid-area:  2 / 1 / span 1 / span 1;
}
.box_right {
	grid-area:  1 / 2 / span 2 / span 2;
}
.contact_box_form h3 {
	margin-top: 5px;
}
