@import url(https://fonts.googleapis.com/css?family=Palanquin:regular,600);

body {
	background-color: white;
}

.container {
	width: 1242px;
}

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

a {
	color: #038615;
}

.header-wrapper {
	border-bottom: 1px solid rgba(132,193,80,0.13);
	font-family: 'Palanquin';
	font-weight: 600;
}

@media (min-width: 1300px) {
	.header-wrapper {
		background-image: url(header_bg.jpg);
	  background-position: right 75px;
	  background-repeat: no-repeat;
	}
}

.header-wrapper::before {
	content: "50 Corporate Avenue, Plainville, CT 06062 | (860) 410-1020";
	width: 100%;
	display: block;
	background: #afb8dd;
    background: -moz-linear-gradient(top, #afb8dd 0%, #8b98ce 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #afb8dd), color-stop(100%, #8b98ce));
    background: -webkit-linear-gradient(top, #afb8dd 0%, #8b98ce 100%);
    background: -o-linear-gradient(top, #afb8dd 0%, #8b98ce 100%);
    background: -ms-linear-gradient(top, #afb8dd 0%, #8b98ce 100%);
    background: linear-gradient(to bottom, #afb8dd 0%, #8b98ce 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#afb8dd, endColorstr=#8b98ce, GradientType=0);
	color: transparent;
	font-size: 22px;
	line-height: 59px;
	text-align: center;
}

.header__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 1.5rem;
	margin-top: 13px;
}

.header__top {
	text-align: center;
	font-size: 22px;
	color: white;
	margin-top: -46px;
}

.header__top a {
	color: white;
}

.header__logo {
	max-height: 76px;
}

.header__nav a {
	font-size: 18px;
	color: #84c150;
	padding: 15px 16px;
}

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

.header__nav a:hover, body:not(.page-upload) .header__nav a.planroom, .page-upload .header__nav a.upload {
	color: #e37d30;
}

.page-upload .header__nav a.planroom {
	color: #84c150;
}

.project-details .items .location {
	order: 1;
}

.project-details .items .status {
	order: 2;
}

.project-details .items .company-contacts {
	order: 3;
}

.project-details .items .documents {
	order: 4;
}

#downloadQueueBox {
	display: none;
}