.main-menu-mobi-trigger
{
    display: block;
    float: right;
    margin: 19px 15px 0 0;
	cursor: pointer;
}

.main-menu
{
	width: 50%;
	position: fixed;
	top: 67px;
	right: -50%;
	z-index: 999;
	background: #336633;
	margin: 0;
	bottom: 0px;
	display: block;
}


.main-menu li
{
	width: 100%;
}

.main-menu li a
{
	color: #fff;
	border-bottom: 1px solid #ccc;
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 10px 20px;
	font-size: 15px;
}

.main-menu li.active a
{
	font-weight: 600;
	font-size: 16px;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1); /* Safari and Chrome */
	-moz-transform: scale(1, 1); /* Firefox */
	-ms-transform: scale(1, 1); /* IE 9+ */
	-o-transform: scale(1, 1); /* Opera */
	margin-top: 0;
}

.logo
{
	width: 130px;
	margin-top: 10px;
}

header
{
	height: 67px;
}

.main-wrapper
{
	padding-top: 67px;
}

footer section,
footer section.sect-2
{
	width: 100%;
	padding: 30px 20px 0 20px;
}

.consulting-section
{
	padding: 30px 20px 20px 20px;
}

.consulting-section .section,
.consulting-section .section:first-child,
.consulting-section.odd .section,
.consulting-section.even .section,
.consulting-section.even .section:first-child
{
	float: none;
	width: 100%;
	padding: 0;
}

.consulting-section .section img
{
	display: none;
}

.inquire-btn
{
	position: relative;
	display: block;
	margin: 20px auto;
	left: auto;
	top: auto;
	bottom: auto;
	right: auto;
}

.consulting-section h2
{
	font-size: 32px;
}

.consulting-section .head-sub
{
	font-size: 18px;
}

footer section.sect-3
{
	padding-bottom: 20px;
}

.main-banner
{
	display: none;
}

.grid li
{
	width: 50%;
}

.grid li:nth-child(2) { background: url(../img/bg-grid-2.png) repeat; }
.grid li:nth-child(3) { background: url(../img/bg-grid-2.png) repeat; }
.grid li:nth-child(4) { background: url(../img/bg-grid-1.png) repeat; }
.grid li:nth-child(5) { background: url(../img/bg-grid-1.png) repeat; }
.grid li:nth-child(6) { background: url(../img/bg-grid-2.png) repeat; }

.grid.experience li
{
	width: 100%;
	background: none;
}

.grid.experience li img
{
	width: 35px;
    height: 35px;
    margin: 4px 0;
}

.grid.experience li p
{
	margin-left: 50px;
}

.grid.experience li .content
{
	margin-top: 10px;
}

.grid.experience li
{
	margin-bottom: 20px;
}

.grid.experience li:last-child
{
	margin: 0;
}

.section-header
{
	margin: 30px 20px;
}

.grid.people li
{
	width: 50%;
}

.grid.people li:nth-child(2) { background: url(../img/bg-grid-1.png) repeat; }
.grid.people li:nth-child(3) { background: url(../img/bg-grid-1.png) repeat; }
.grid.people li:nth-child(4) { background: url(../img/bg-grid-2.png) repeat; }
.grid.people li:nth-child(5) { background: url(../img/bg-grid-2.png) repeat; }
.grid.people li:nth-child(6) { background: url(../img/bg-grid-1.png) repeat; }
.grid.people li:nth-child(7) { background: url(../img/bg-grid-1.png) repeat; }
.grid.people li:nth-child(8) { background: url(../img/bg-grid-2.png) repeat; }
.grid.people li:nth-child(9) { background: url(../img/bg-grid-2.png) repeat; }

.know-more .button
{
	display: block;
	margin: 15px auto 0 auto;
	max-width: 75%;
}

.section-header-blurb.people
{
	padding: 30px 20px;
}

.inquire-btn
{
	width: 80%;
}

.grid li span.people-details
{
	font-size: 14px;
	padding: 0 5px;
	box-sizing: border-box;
}

.grid li span.people-details .job-title
{
	font-size: 13px;
}

.contact-us-btn
{
	float: left;
	margin: 0;
}

.header-blurb p
{
	display: none;
}

.consulting-section.company .section
{
	padding: 0 !important;
}

.consulting-section .section.image-holder,
.consulting-section.company .section.image-holder
{
	background: none !important; 
}

.consulting-section .section,
.consulting-section.company .section
{
	min-height: 0px;
}

.section-header-blurb.people
{
	padding: 0 20px;
}

.main-menu li.active span
{
	display: none;
}

.contact-left,
.contact-right
{
	float: none;
	width: 100%;
	padding: 20px;
}

.contact-us-btn.large
{
	margin-top: 10px;
}

.g-recaptcha.large
{
	transform:scale(0.81);
	-webkit-transform:scale(0.81);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;		
}

.header-blurb
{
	text-align: center;
	background: #ccc;
	padding: 40px 20px 50px 20px;
	color: #fff;
	max-height: 200px;
	box-sizing: border-box;
	overflow: hidden;
}

.home-for-mobi
{
	display: block;
}

.home-for-mobi h1
{
	padding: 0;
}

footer section.sect-3
{
	display: none;
}

footer section.sect-2
{
	padding-top: 0px;
}