body.modal-open {
    overflow: visible;
}
.inquirebtn {
	background: #f59331;
	color: #fff;
	padding: .25em .75em;
	border-radius: 15px;
	font-size: 1.7em;
	text-transform: uppercase;
	font-weight: 600;
	transition: all .3s ease;
}
.inquirebtn:hover {
	background: #ffb367;
	border-radius: 0;
	color: #fff;
}
.grid-container {
	width: 65rem;
}
header {
	background: #5f9d31;
	padding: 1.25em 0;
	margin-bottom: 4em;
}
.nav {}
.main-nav {
	margin: 0;
	list-style: none;
	text-align:right;
}
.main-nav li {
	display: inline-block;
	margin: .85em 1em 0;
}
.main-nav li a {
	color: #fff;
	font-size: 1em;
	transition: all .3s ease;
}
.main-nav li a:hover,
.main-nav li a.active {
	font-weight: 600;
}

.banner-wrap {
	width: 65rem;
	margin: 0 auto 1.5em;
	padding-right: 0.9375rem;
    padding-left: 0.9375rem;
	text-align: center;
}
.banner {
	color: #555;
}
.banner h1 {
	max-width: 720px;
	font-size: 1.75em;
	line-height: 1.2;
	margin: .5em auto 0;
	font-weight: 600;
}
.banner .author {
	font-size: 1.7em;
	text-transform: uppercase;
}
.home-banner {
	width: 100%;
	margin: 0 auto;
}
.home-banner h1 {
	max-width: 720px;
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: 600;
}

.main-content {
	width: 65rem;
	margin: 0 auto 4em;
	padding-right: 0.9375rem;
    padding-left: 0.9375rem;
	text-align: center;
}
.page-title {
	font-size: 2.5em;
	color: #000;
	text-align: center;
	margin: 1em 0 .75em;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 600;
}
.sub-title {
	display: block;
	font-size: .45em;
}

.about-excerpt {
	background: #5f9d31;
	padding: 1em 2em;
	margin: 3em 0;
	text-align: center;
	border-radius: 20px;
	color: #fff;
}
.about-excerpt h2 {
	font-size: 1.7em;
	font-weight: 600;
	text-transform: uppercase;
}
.about-excerpt p {
	font-size: 1.15em;
	text-transform: uppercase;
	max-width: 780px;
	margin: 0 auto;
	line-height: 1.2;
}
.service {
	overflow: hidden;
	background: #ebebeb;
	padding: 1.5em 1em;
	border-radius: 10px;
	margin: 1em 0 2em;
	position: relative;
}
.service .stitle {
	width: 35%;
	height: 100%;
	text-align: left;
	padding: 1.5em 1em;
	position: absolute;
	left: 1em;
    top: .5em;
}
.stitle .stitle-info {
	position: relative;
	height: 100%;
}
.service .sdescription {
	position: relative;
	float: right;
	width: 65%;
	text-align: left;
	padding: 0 2em;
	border-left: 5px solid #707070;
}
.stitle h3 {
	line-height: 1;
	font-size: 1.6em;
	text-transform: uppercase;
	margin-bottom: 1em;
	font-weight: 600;
}
.stitle p {
	font-size: .95em;
	line-height: 1.2em;
	margin-bottom: 1.5em;
}
.stitle .inquirebtn {
	position: absolute;
	bottom: 1.25em;
	left: .5em;
}
.sdescription h4 {
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 1.5em;
	font-weight: 600;
}
.sdescription ul {
	font-size: .95em;
	list-style: none;
	margin-left: 2em;
}
.sdescription ul li {
	margin-bottom: .25em;
}
.sdescription p {
	font-size: .95em;
}
.git-wrap {
	background: #5f9d31;
	overflow: hidden;
	border-radius: 20px;
}
.git {
	overflow: hidden;
}
.git-l {
	width: 55%;
	float: left;
}
.git-r {
	width: 45%;
	float: left;
	padding-top: 1em;
}
.git h2 {
	background: #363636;
	color: #fff;
	padding: .25em;
	line-height: 1.2;
	font-size: 2.5em;
	text-transform: uppercase;
	border-radius: 0 0 20px 0;
	font-weight: 600;
}
.git input[type=text],
.git input[type=email],
.git textarea {
	max-width: 360px;
	margin: 1em auto;
	border-radius: 10px;
	font-size: .95em;
}
.git textarea {
	height: 145px;
}
.git input[type=submit] {
	border: 0;
	cursor: pointer;
}
.git-info {
	text-align: left;
	margin-left: 5em;
	font-size: .95em;
}
.git-stat {
	max-width: 360px;
	margin: 0 auto;
}
.git-stat .alert {
	color: #f00;
}
.package {
	background: #add278;
	padding: 2em 0;
	overflow: hidden;
	margin: 1.5em auto;
	text-align: left;
	border-radius: 20px;
	position: relative;
}
.ptitle {
	position: absolute;
	width: 55%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0 2em;
}
.pcopy {
	float: right;
	width: 45%;
}
.ptitle h2 {
	font-size: 1.5em;
	margin-top: 15%;
	text-transform: uppercase;
	font-weight: 600;
}
.pcopy p {
	font-size: .95em;
	line-height: 1.2;
	margin-bottom: 1em;
}
.quote {
	background: #acacac;
	padding: 2em 1em;
	text-align: left;
	color: #fff;
	border-radius: 20px;
}
.quote h2 {
	font-size: 1.65em;
	text-transform: uppercase;
	font-weight: 600;
}
.quote p {
	font-size: 1.15em;
	margin-bottom: 0;
}


.grid {
	background: transparent;
	border: 0;
}
.grid-item {
	width: 168px;
	height: 168px;
	border-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	transition: all .3s ease;
}
.grid-item:hover {
	border-radius: 0px;
}
.grid-item--width2 {
	width: 336px;
}
.grid-item--width3 {
	width: 504px;
}
.grid-item--height2 {
	height: 336px;
}
.pitem {
	position: absolute;
    width: 100%;
    height: 100%;
	top: 0;
	left: 0;
	display: block;
}
.pi-copy {
	display: table;
	width: 100%;
    height: 100%;
}
.pi-copy span {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: .95em;
	cursor: pointer;
	background: rgba(0,0,0,.75);
	line-height: 1;
	transition: all .3s ease;
}
.pi-copy span:hover {
	background: rgba(0,0,0,0);
	color: transparent;
}
.pitem#osalot {
	background: url('../images/portfolio/osalotteries.jpg') no-repeat top center;
}
.pitem#cpa {
	background: url('../images/portfolio/cerebral_palsy_alliance.jpg') no-repeat top center;
}
.pitem#goodtimes {
	background: url('../images/portfolio/good_times_pub_group.jpg') no-repeat top center;
}
.pitem#dugandan {
	background: url('../images/portfolio/dugandan_hotel.jpg') no-repeat top center;
}
.pitem#pick6 {
	background: url('../images/portfolio/pick6.jpg') no-repeat top center;
}
.pitem#wbt {
	background: url('../images/portfolio/west_brook_tavern.jpg') no-repeat top center;
}
.pitem#eurom {
	background: url('../images/portfolio/euro_millions.jpg') no-repeat top center;
}
.pitem#tbs {
	background: url('../images/portfolio/billionaire_series.jpg') no-repeat top center;
}
.pitem#burnside {
	background: url('../images/portfolio/burnside_tavern.jpg') no-repeat top center;
}
.pitem#aspire {
	background: url('../images/portfolio/aspire.jpg') no-repeat top center;
}
.pitem#sbanners {
	background: url('../images/portfolio/seasonal_banner.jpg') no-repeat top center;
}
.pitem#mmmag {
	background: url('../images/portfolio/money_matters.jpg') no-repeat top center;
}
.pitem#prime {
	background: url('../images/portfolio/prime_subscription.jpg') no-repeat top center;
}
.pitem#rdi {
	background: url('../images/portfolio/rdi.jpg') no-repeat top center;
}
.pitem#tar {
	background: url('../images/portfolio/tickets-results.jpg') no-repeat top center;
}
.pitem#numerology {
	background: url('../images/portfolio/numerology.jpg') no-repeat top center;
}
.pitem#ppi {
	background: url('../images/portfolio/ppi.jpg') no-repeat top center;
}
.pitem#osaem {
	background: url('../images/portfolio/osanewsletter.jpg') no-repeat top center;
}
.pitem#wci {
	background: url('../images/portfolio/pick6_2.jpg') no-repeat top center;
}
.pitem#wwlot {
	background: url('../images/portfolio/billionaire_series_2.jpg') no-repeat top center;
}
.pitem#infographics {
	background: url('../images/portfolio/infographics.jpg') no-repeat top center;
}
.pitem#ils {
	background: url('../images/portfolio/ils.jpg') no-repeat top center;
}
.pitem#oprep {
	background: url('../images/portfolio/opp_rep.jpg') no-repeat top center;
}
.pitem#vida {
	background: url('../images/portfolio/la_vida.jpg') no-repeat top center;
}
.pitem#ads {
	background: url('../images/portfolio/printads.jpg') no-repeat top center;
}
.pitem#logos {
	background: url('../images/portfolio/logos.jpg') no-repeat top center;
}
.pitem#card {
	background: url('../images/portfolio/card_samples.jpg') no-repeat top center;
}
.pitem#coupons {
	background: url('../images/portfolio/coupons.jpg') no-repeat top center;
}
.pitem#ccards {
	background: url('../images/portfolio/calling_cards.jpg') no-repeat top center;
}
.pitem#cdes {
	background: url('../images/portfolio/card_designs.jpg') no-repeat top center;
}
.pitem#envelopes {
	background: url('../images/portfolio/envelopes.jpg') no-repeat top center;
}
.pitem#scratchc {
	background: url('../images/portfolio/scratch_cards.jpg') no-repeat top center;
}
.reveal {
	text-align: center;
}
.close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    font-weight: 600;
    font-size: 2em;
    color: #888;
	cursor: pointer;
}

/**************** FOOTER ***************/
.footer {
	background: #5f9d31;
	padding: 2em 0;
}
.home-footer {
	width: 65rem;
	margin: 0 auto;
}
.home-footer h2 {
	line-height: 1;
	margin: 0;
	font-size: 1.7em;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.home-footer a {
	margin-left: .75em;
	font-size: 1em;
}