@font-face {
	src: url(square721.woff);
	font-family: "square721";
}

.t-primary-bgcolor {
	background-color: #1C1C1C;
}

a {
	color: #D33;
}

body {
	background-color: #fff;
}

.container {
	width: 1250px;
}

.header {
	width: 100% !important;
}

.header__top__bar {
	height: 5px;
	background-image: url(red-pinstripe.jpg);
	background-repeat: repeat-x;
}

.header__time {
	padding: 1.5rem 1.5rem 0;
	display: flex;
	justify-content: flex-end;
}

.header__time div {
	font-family: "square721", sans-serif;
	font-size: 12px;
	color: #444;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.header__main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1.5rem 1.5rem;
}

.header__main::after {
	content: "";
	position: absolute;
	bottom: -46px;
	width: 100%;
	height: 46px;
	background: url(shadow-sliver-down.png) no-repeat top center;
}

.header__logo {
	display: flex;
	align-items: center;
}

.header__logo img {
	max-height: 90px;
}

.header__logo img:last-child {
	max-height: 50px;
	padding-left: 10px;
}

.header__logo:hover {
	text-decoration: none;
}

.header__nav {
	font-family: "square721", sans-serif;
	font-size: 0;
	display: flex;
	align-items: center;
}

.header__nav a {
	font-size: 14px;
	letter-spacing: 4px;
	color: #444;
	text-transform: uppercase;
	padding: 0 10px;
}

.header__nav a:last-child {
	padding-right: 0;
}

.header__nav a:hover {
	color: #D33;
	text-decoration: none;
}

.plans-link {
	padding: 4px 8px !important;
	color: #fff !important;
	background-color: #b71f40;
	border-radius: 5px;
	transition: all 200ms ease;
	margin-left: 5px;
}

.plans-link:hover {
	color: #444 !important;
	background-color: #EEEEEE;
}

.header__bottom__bar {
	height: 4px;
	background: linear-gradient(to bottom, #9A9A9A, #595959)
}

.header-wrapper::after {
	height: 150px;
	background: url(blueprints.jpg) no-repeat top center;
	content: "";
	display: block;
	border-bottom: 1px solid #d3d3d3;
}

.main {
	padding: 3rem 1.5rem;
}

.footer {
	width: 100%;
	padding: 0;
	margin-top: 50px;
}

.footer__main {
	position: relative;
	min-height: 285px;
	background: url(mountains.jpg) no-repeat bottom center;
	background-size: cover;
	background-color: #1c1c1c;
	color: #888888;
	padding-top: 25px;
	padding-bottom: 10px;
}

.footer__main .container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.footer__main .container .column {
	display: flex;
	flex-direction: column;
	margin: 15px;
}

.footer__main .container .column h2 {
	font-family: "square721", sans-serif;
	font-size: 30px;
	letter-spacing: 4px;
	color: #888;
	margin-bottom: 15px;
}

.footer__main .container .column p {
	font-family: Arial, Helvetica, sans-serif;
	color: #888;
	font-size: 14px;
}

.footer__main .container .column a {
	font-family: Arial, Helvetica, sans-serif;
	color: #c5c5c5;
	font-size: 14px;
}

.footer__main .container .column a:hover {
	text-decoration: none;
	color: #fff;
}

.footer__bottom {
	background-color: #171717;
	color: #676767;
	border-top: 1px solid #262626;
	min-height: 50px;
	vertical-align: middle;
	display: flex;
	align-items: center;
}

.footer__bottom img {
	padding: 5px 10px;
}

.footer__bottom a {
	font-family: "square721", sans-serif;
	color: #676767;
	font-size: 13px;
	transition: ease .1s all;
	letter-spacing: 2px;
}

.footer__bottom a:hover {
	text-decoration: none;
	color: #fff;
}

body.page-upload .header__nav .upload-link {
	color: #d33;
}

@media screen and (max-width: 898px) {
	.footer__main .container {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 1194px) {
	.header__logo img:last-child {
		display: none;
	}
}

/* 
.page-login .main::before {
	content: "Plan Center access is exclusive to paying members. Please purchase a membership on the MEMBERSHIP page before registering.";
	white-space: pre-wrap;
	display: block;
	width: 100%;
	border: 1px solid #ffeeba;
	padding: 15px;
	margin-bottom: 20px;
	color: #856404;
	background-color: #fff3cd;
}

.page-register .main::before {
	content: "Membership Activation Disclaimer:\APlease note that upon registering and purchasing a membership for PNW Plan Center, account verification and access to projects may take up to one (1) business day to be processed. You will receive a confirmation email once your account has been fully activated. Thank you for your patience!";
	white-space: pre-wrap;
	display: block;
	width: 100%;
	border: 1px solid #f5c6cb;
	padding: 15px;
	margin-bottom: 20px;
	color: #721c24;
	background-color: #f8d7da;
} */

.page-projects main::before {
	content: "Want unlimited free downloads? Sign up for a membership today!";
	white-space: pre-wrap;
	display: block;
	width: 100%;
	border: 1px solid #ffeeba;
	padding: 15px;
	margin-bottom: 20px;
	color: #856404;
	background-color: #fff3cd;
}