﻿/* Harris Marketing Group :  http: //www.harrismg.com Compiled by Srinath */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
	margin-top: 0;
	margin-bottom: 10px;
}
html {
  box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */  
}
*, *:before, *:after {
  box-sizing: inherit;
	-moz-box-sizing: inherit; /*Firefox 1-3*/
	-webkit-box-sizing: inherit; /* Safari */  
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	height: 52px;
	padding: 0 40px;
	margin-top: 40px;
	text-align: center;
	white-space: nowrap;
	border-radius: 0;

	cursor: pointer;
	background-color: rgb(51,31,18);
	border: none;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
	background-color: rgb(148,121,93);
	outline: 0;
}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
	background-color: #33C3F0;
	border-color: #33C3F0;
}
#searchsubmit {
	height: 38px;
	line-height: 38px;
}
/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: rgb(255,255,255);
  border: 1px solid rgb(51,31,18);
  box-shadow: none;
  box-sizing: border-box;
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
textarea {
	min-height: 105px;
	padding-top: 6px;
	padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	border: 1px solid #33C3F0;
	outline: 0; }
label,
legend {
	margin: 2px 9px;
}
fieldset {
	padding: 0;
	border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
	display: inline;
	border: 1px solid rgb(51,31,18);
}
label > .label-body {
	display: inline-block;
	margin-left: .5rem;
}
/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
	padding-left: 0;
}
ol {
	padding-left: 24px;
}
.c6 ul {
	padding-left: 18px;
}
.blockquote {
	margin: 40px 80px;
}
/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table {
	width: 100%;
}
th {
	background-color: #BFCC89;
}
th,
td {
	padding: 5px;
	text-align: left;
	border-right: 1px solid #E1E1E1;  
	border-bottom: 1px solid #E1E1E1;
}
/* th:first-child,
td:first-child {
	padding-left: 0;
	border-left: none;
	border-right: none;
} */
th:last-child,
td:last-child {
	padding-right: 0; 
	border-left: none;
	border-right: none;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem;
 }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}
.u-pull-right {
  float: right;
}
.u-pull-left {
  float: left; 
}


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
 }
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
	border: 0 none;	
}
/*
 * Remove default fieldset styles.
 */

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}
button:disabled, input:disabled, select:disabled, textarea:disabled {
    cursor:not-allowed !important;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
	background-color: #FFF;
	padding: 0;
}
header {
	background:url(../images/template/bg-stripes.png) repeat center;
}
#menu-fixed-bg,
#menu-fixed-bg-home {
	display: none;
	position: fixed;
	width: 100%;
	height: 96px;
	border-bottom: 4px solid rgba(237,207,122);
	background-image: none;
	background-color: rgba(51,31,18,0.9);
	background-repeat: repeat;
	z-index: 100;
}
#menu-fixed-bg-home {
	display: block;
}
#menu-fixed-bg-home.top {
	background-color: rgba(51,31,18,0.5);	
	border-bottom: 4px solid transparent;
}
#home-banner {
	position: absolute;
	height: 888px;
	z-index: 0;
}
a:hover {
   		-moz-transition: background .25s linear;
	   -webkit-transition: background .25s linear;
	transition: background .25s linear;
}
.container {
	position: relative;
	margin: 0 auto;
	width: 100%;
    max-width: 1340px;
    padding: 0 15px;
	box-sizing: border-box;	
}
.container.aeg {
	padding: 0 30px;
}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.single {
	max-width: 900px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}
h1 {
	position: relative;
	margin: auto;
	text-align: center;
	padding: 186px 40px 26px;
}
h3 {
	margin-bottom: 10px;
}
h4 {
	margin-top: 30px;
}
h6 {
	margin-bottom: 30px;
}
header.projects h1 {
	height: 486px;
	padding: 246px 40px 26px;
}
h1 span {
	display: block;
}
.home-block h1,
.text-box h2 {
	padding: 0;
}
.text-box h1 span {
	display: inline;
}
#logo-top {
	position: fixed;
    top: 0;
	height: 126px;
	width: auto;
/*	border-bottom: 4px solid rgb(148,121,93); */
	
	z-index: 120;
}
#logo-top.home {
	background-color: rgb(51,31,18);
/*	border-bottom: 4px solid rgb(148,121,93); */
}
#logo-top.inv {
	background-color: rgb(51,31,18);
/*	border-bottom: 4px solid transparent; */
}
#mobile-menu {
	display: none;
	position: fixed;
	top: 24px;
	right: 30px;
    width: 60px;
    height: 45px;

	cursor: pointer;
}
#mobile-menu div {
	display: block;
	position: absolute;
	height: 9px;
	width: 100%;
	background-color: rgb(255,255,255);
	
	border-radius: 0.5em;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#mobile-menu .bar1 {
  top: 0px;
}
#mobile-menu .bar2,
#mobile-menu .bar3 {
  top: 18px;
}
#mobile-menu .bar4 {
  top: 36px;
}
#mobile-menu.change .bar1 {
  top: 18px;
  width: 0;
}
#mobile-menu.change .bar2 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile-menu.change .bar3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile-menu.change .bar4 {
  top: 18px;
  width: 0;
}
#main-navigation {
	position: fixed;
	top: 56px;
	max-width: 1305px;
	animation-name: slide-in;
	animation-duration: 1s;
	
	z-index: 110;
}
@keyframes slide-in {
	0% {top:0}
	100% {top:56px}	
}
#main-navigation.shift {
	top: 12px;
}
#main-navigation.home.shift {
	top: 56px;
}
#main-navigation>ul>li:hover ul.sub-menu {
	visibility: visible;
	scale: 1;
	transition: all 0.25s ease-in;
}
#main-navigation>ul>li:not(:hover) ul.sub-menu {
	visibility: hidden;
	scale: 0.1;
	transition: all 0.35s ease-in;
}
#menu-main-menu {
	display: flex;
	justify-content: flex-end;
	gap: 30px;
	
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#menu-main-menu li {
	list-style: none;
}
#menu-main-menu>li {
	padding-bottom: 44px;
}
#menu-main-menu ul {
	visibility: hidden;
	scale: 0.1;
	transform-origin: top left;
	z-index: 100;
}
#menu-main-menu>li>a {
	padding-bottom: 2px;
}
#menu-main-menu>li.current-menu-item>a,
#menu-main-menu>li.current-page-parent>a {
	border-bottom: 2px solid rgb(148,121,93);
}
#menu-main-menu>li:hover>a {
	animation-name: active-bottom;
	animation-duration: 1s;
}
@keyframes active-bottom {
	0% {border-bottom: 12px solid transparent;}
	100% {border-bottom: 2px solid rgb(148,121,93);}
}
ul.sub-menu {
	position: absolute;
	margin-top: 10px;
	background-color: rgb(239,235,231);
}
ul.sub-menu li {
	height: 44px;
	padding: 0 30px 0 15px;
}
ul.sub-menu li a {
	transition: transform 300ms ease, opacity 150ms ease;
}
ul.sub-menu li:hover,
ul.sub-menu .current-menu-item {
	background-color: rgb(148,121,93);
}
ul.sub-menu li.active {
	background-color: rgb(239,235,231);
}
/*
#menu-main-menu>li:hover ul.sub-menu {
	display: block;
}
*/
#menu-title {
	display: none;
	position: fixed;
	top: 40px;
	width: 100%;
	max-width: 1305px;
	text-align: right;
	z-index: 100;
}
#top-squares {
	position: relative;
	max-width: 1340px;
	right: -22px;
	bottom: -22px;
	z-index: 90;
}
#top-squares.home {
		bottom: 22px;
}
.color-squares div {
	float: right;
	width: 44px;
	height: 44px;
	margin: 0 22px;
}
#top-square-quote {
	position: absolute;
	right: 14px;
	margin-top: 64px;
	z-index: 10;
}
.home-block #top-square-quote {
	margin-top: 20px;
}
.color-squares div:hover {
	opacity: 1;
	transition: all 0.5s ease-in-out;
}
.color-squares div:first-child {
	background-color: rgb(166,166,166);
}
.color-squares div:nth-child(2) {
	background-color: rgb(7,75,100);	
}
.color-squares div:nth-child(3) {
	background-color: rgb(193,49,58);
}
.color-squares div:nth-child(4) {
	background-color: rgb(166,154,52);	
}
.color-squares div:last-child {
	background-color: rgb(237,207,122);
}
#bread-crumbs {
	position: absolute;
	top: 18px;
	width: auto;
	margin-right: 20%;
}
.home-block {
	position: relative;
	margin-top: 670px;
	background: rgb(255,255,255);
}
.nav-pills {
    position: absolute;
    margin-top: -80px;
    text-align: center;
    height: 50px;
    left: 0;
    right: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
	
	z-index: 20;
}
.nav-pills > span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background-color: #FFF;
    margin: 5px;
    cursor: pointer;
	z-index: 200;	
}
.nav-pills > span.active {
    background-color: #331e11;
}

.slider-mask {
    position: relative;
    height: 638px;
	z-index: 5;
}
.white-cloak-nomg,
.white-cloak {
    z-index: 30;
}
#slide-show {
    position: fixed !important;
	width: 100%;
    top: 0;
	left: 0;
	z-index: 0;
}
.slider-wrapper {
	position: relative;
    overflow: hidden;
    left: 0;
    width: 100%;

	z-index: 0;
}
.slider-anim-wrapper {
    position: fixed;
	width: 100%;
    top: 0;
	left: 0;
	z-index: 0;
}
.slider-anim-wrapper .row {
    position: absolute;
	width: 100%;
    float: left;
}
.slideshow {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
.text-box {
	position: absolute;
	right: 0;
	top: 265px;
	width: auto;
	height: auto;
	padding: 48px 40px 28px 40px;
}
.text-box.gold {
	background-color: rgb(235,207,123,0.8) !important;
}
.text-box.khahki {
	background-color: rgb(168,155,51,0.8) !important;
}
.text-box.maroon {
	background-color: rgb(193,49,58,0.8) !important;
}
.text-box.blue {
	background-color: rgb(15,75,99,0.8) !important;
}
.text-box.grey {
	background-color: rgb(166,166,166,0.8) !important;
}
.text-box.brown {
	background-color: rgb(51,31,18,0.8) !important;
}
#home-box {
	margin-top: 62px;
	padding: 4px 20px 80px;
	text-align: center;
	width: 1000px;
}
#home-box button {
	margin: 20px 8px 0;
}
#post-content,
#news {
	padding-top: 68px;
	padding-bottom: 68px;
}
#post-content h2,
#post-content p {
	margin-left: 150px;
}
#content {
	padding: 68px 30px;
}
#content.aeg {
	max-width: 1140px;
}
#content.aeg  ul {
	list-style: disc;
	padding-left: 5em;
}
#home-feature {
	display: flex;
	align-items: stretch;
}
#home-feature img {
	width: 100%;
	height: auto;
}
#home-feature .c3:last-child {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 20px 20px;;
}
#home-volunteer {
	background: url(../images/template/home-volunteers-at-work.jpg) center no-repeat;
}
#link-highlights {
	padding: 90px 40px 70px;
}
#link-highlights h2 {
	margin-bottom: 20px;
}
#link-highlights .c3 {
	padding: 20px 16px;
	min-height:310px;
}
#link-highlights .line {
	position: absolute;
	left: 0;
	top: -4px;
	height: 9px;
	width: 84px;
}
#home-volunteer {
	display: flex;
	align-items: center;
	height:512px;
}
#work img {
	max-width: 100%;
	height: auto;
}
.feature-image {
	width: auto;
	padding: 0 10px;
	overflow: hidden;
}
#work .c6 {
	padding: 0 10px;
}
#work .feature-image {
	align-content: center;
}
#work-photo-strip .c6 {
	padding: 0;
}
#work-photo-strip .c6,
#work-photo-strip .c3 {
	overflow: hidden;
}
.block {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.block .c6 {
	display: flex;
	height: 430px;
	align-items: center;
	overflow: hidden;
}
.block.tall .c6 {
	height: 472px;
}
.block.tallest .c6 {
	height: 530px;
}
.text-block{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.text-block .c6 {
	height: auto;
	padding: 0 30px;
}
#page-banner {
	position: relative;
	width: 100%;
	text-align: center;
}
#page-banner img {
	width: 100%;
	height: auto;
}
section div:nth-child(odd) .c6:first-child {
	justify-content: end;
}
section div:nth-child(odd) .c6:last-child {
	justify-content: start;
}
section div:nth-child(even) .c6:first-child {
	justify-content: end;
}
section div:nth-child(even) .c6:last-child {
	justify-content: start;
}
section div:nth-child(odd) .feature-image,
section div:nth-child(odd) .feature-image img {
	float: left;
}
section div:nth-child(even) .feature-image,
section div:nth-child(even) .feature-image img {
	float: right;
}
section div:nth-child(odd) .feature-content {
	float: right;
}
section div:nth-child(even) .feature-content {
	float: left;
}
.block .c8 {
	display: flex;
	height: 464px;
	justify-content: start;
	align-items: center;
}
.block .c4 {
	display: flex;	
	height: 464px;	
	justify-content: start;
	align-items: center;
}
.feature-content {
	width: 100%;
	max-width: 600px;
	padding: 0 40px;	
}
.feature-content.full {
	width: auto;
	max-width: inherit;
	margin-right: 110px;
}
#gsa-logo {
	margin-top: 35px;
}
#provide {
	padding: 66px 275px;
}
#provide h2 {
	margin-bottom: 32px;
}
#provide.about {
	padding: 32px;
}
#provide .c4 {
	padding-left: 10px; 
}
#provide div:nth-of-type(1) {
	border-left: 3px solid rgb(237,207,122);
}
#provide div:nth-of-type(2) {
	border-left: 3px solid rgb(193,49,58);
}
#provide div:nth-of-type(3) {
	border-left: 3px solid rgb(7,75,100);
}
#provide.watermark.hmg {
	background: url(../images/template/hmg-watermark-stripe.png) no-repeat right 80px bottom;
}
/*
#provide a {
	border-bottom: solid 3px #FFF;
}
#provide a:hover {
	border-bottom: solid 3px transparent;
} */
#product-showcase {
	margin: 78px auto 72px
}
/*
#branding-slide-show:before {
	height: 36px;
	content: "";
	position: absolute;
	left: 0;
	margin-top: -36px;
	width: 100%;
	background: url(../images/slide-show-shadow-up.jpg) center center no-repeat;	
} */
#branding-slide-show {
	margin: 40px auto;
}
#branding-slide-show h2 {
	padding: 26px;
	text-align: center;
}
/*
#branding-slide-show:after {
	height: 36px;
	content: "";
	position: absolute;
	left: 0;
	margin-bottom: -36px;
	width: 100%;
	background: url(../images/slide-show-shadow-down.jpg) center center no-repeat;	
}
*/
#partners {
	max-width: 1670px;
	padding-bottom: 58px;
}
#partners .c3 {
	text-align: center;
	margin-bottom: 24px;
}
#partners h3 {
	padding: 62px 0 72px;
	text-align: center;
}
#partners-logos .c4 {
	width: auto;
}
#partners-logos>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	gap: 24px;
	margin-bottom:44px;
}
#partners-logos img {
	width: auto;
}
#partners-logos img:nth-child(4) {
  page-break-after: always;
  break-after: always;
}
#client-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#client-list li {
	width: auto;
	height: auto;
	margin: 0;
	
}
#client-list li a {
	padding: 0 20px;
	border-right: 2px solid rgb(148,121,93);	
}
#client-list li:last-child a {
	border-right: none;
}
#client-list a:hover,
#client-list a.active {
	transition: all 300ms ease-in-out;
}
#logo-list {
	padding: 0 0 40px;
}
#awards .c7,
#awards .c5 {
	display: flex;
	height: 525px;	
	justify-content: center;
	align-items: center;
}
#awards .feature-content {
	width: auto;
}
#our-services {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	padding: 60px;
	column-gap: 100px;
	row-gap: 50px;
}
#our-services img {
	width: 130px;
	height: auto;
	margin-bottom: 28px;
}
.service-icon {
	text-align: center;
}
/* Work Page Styles */
#overview {
	padding: 0 0 118px;
}
#stages {
	padding: 24px 0 46px;
}
#strategy {
	padding: 28px 0 52px;
}
#web {
	padding: 76px 0 72px;
}
#identity {
	padding: 76px 0 72px;
}
#event {
	padding: 76px 0 72px;
}
#brand {
	padding: 60px 0 120px;
	text-align: center;
}
/* News page Style s*/
#articles,
#press {
  transition-duration: 2s, 4s;

}
/* remove this style when there are more than 1 article */
#articles {
	padding: 76px 0;
}
#articles.minimize,
#press.minimize {
	padding: 76px 0 0;
	height: 630px;
	overflow: hidden;
}
#articles.maximize,
#press.maximize {
	padding: 76px 0 0;	
	height: auto;
	overflow: auto;	
}
#articles.maximize .brown-fade,
#press.maximize .white-fade {
	height: 0;
}
#articles h2,
#press h2 {
	margin-bottom: 60px;
}
#show-articles,
#show-press {
	margin-bottom: 36px;
}
#volunteer {
	padding: 76px 0 106px;
}
.volunteer-title {
	cursor: pointer;
	padding: 10px 20px;
	width: 100%;
	height: auto;
	background-color: rgba(255,255,255);
	
-webkit-box-shadow: 0px 10px 30px -16px #ccc; 
box-shadow: 0px 10px 30px -16px #ccc;	
}
#volunteer h4 {
	margin-top: 0;
}
#volunteer div:first-of-type {
	padding-right: 15px;
}
#volunteer div:last-of-type {
	padding-left: 15px;
}
#volunteer .spacer {
	height: 30px;
}
.volunteer-title:after {
	position: absolute;
	margin-top: -35px;
	width: 50px;
	height: 50px;
	background: url(../images/icons/add.png) 5px 5px no-repeat;	
		 transition: ease-in-out 1s;

	content: ""
}
#volunteer div:first-of-type .volunteer-title:after {
	right: 15px;	
}
#volunteer div:last-of-type .volunteer-title:after {
	right: 0;	
}
.volunteer-title.collapse:after {
	transform: rotate(135deg);
	transition:ease-in-out 1s;
	margin-top: -35px;
}
#volunteer div:first-of-type .volunteer-title.collapse:after {
	right: 30px;	
}
#volunteer div:last-of-type .volunteer-title.collapse:after {
	right: 15px;	
}
.volunteer-title p {
	margin: 5px 0;
}
.volunteer-bio {
	background-color: rgb(255,255,255);
	padding: 20px;
}
#page-contact {
	text-align: center;
	padding: 66px 20px;
}
.home-block .watermark.hmg {
	background:url(../images/template/hmg-watermark-form.png) no-repeat right 80px bottom 56px;
}
.home-block .watermark.aeg {
	background:url(../images/template/hmg-watermark-form.png) no-repeat right 80px bottom 56px;
}
#page-contact .watermark.hmg {
	background:url(../images/template/hmg-watermark-form.png) no-repeat right 80px bottom 56px;
}
#page-contact .watermark.aeg {
	background:url(../images/template/hmg-watermark-form.png) no-repeat right 80px bottom 56px;
}
#page-contact form {
	margin-top: 30px;
}
#page-contact input[type="email"],
#page-contact input[type="text"],
#page-contact textarea {
	margin: 0.5%;
	width: 25%;
}
#page-contact textarea {
	margin: 0.5%;	
	width: 77%;
}
#page-contact .wpcf7-spinner {
	display: block;
	margin: 10px auto;
}
#interests span.wpcf7-list-item-label {
	position: relative;
	left: 28px;
	top: -18px;
}
#interests .wpcf7-not-valid-tip {
	position: absolute;
	top: -36px;
	left: 10px;
}
#interests label {
	margin: 0;
}
#interests input[type="checkbox"] {
	display: block;
	margin: 0;
	transform: scale(2,2); /* Firefox */
}
#page-contact #interests {
	margin: auto;
	width: 60%;
	text-align: left;
/*	
    -webkit-column-count: 3;
    -moz-column-count: 3; 
    column-count: 3;	
	*/
}
#contact #interests {
	margin: auto;
	width: 80%;
/*	
    -webkit-column-count: 2; 
    -moz-column-count: 2; 
    column-count: 2;	
	*/
}
#interests label {
	white-space: nowrap;
}
#contact {
	margin-top: 68px;
	margin-bottom: 140px;
}
#contact .header {
	height: 180px;
}
#contact-banner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#contact-banner img {
	width: 100%;
	height: auto;
}
#contact input[type="email"],
#contact input[type="text"],
#contact textarea {
	width: 100%;
}
#contact .c6:nth-child(odd) {
	padding-right: 40px;
	min-height: 200px;
}
#contact .c6:nth-child(even) {
	padding-left: 40px;
	min-height: 200px;
}
#contact iframe {
	width: 100%;
	height: 682px;
	
	border: 1px solid rgb(51,31,18);
}
#contact .wpcf7-form-control-wrap {
	display: block;
}
footer {
	position: relative;
	z-index: 80;
}
#logo-bottom {
    display: block;
    margin-top: 58px;
}
#logo-bottom img {
	margin-bottom: 20px;
}
footer .row {
	margin-bottom: 0;
}
.footer-navigation ul {
	float: left;
	margin-top: 74px;
	list-style: none;	
}
#social-media-icons {
	display: flex;
	flex-direction: row;
	margin-top: 25px;
}
#logo-gsa {
	margin-top: 74px;
}
#social-media-icons div {
	float: left;
	width: 25px;
	height: 25px;
	margin: 0 7px;
}
#social-media-icons div a {
	display: block;
	width: 32px;
	height: 32px; 
}
#social-media-icons div:first-child {
	background: url(../images/icons/email.png);
}
#social-media-icons div:nth-child(2) {
	background: url(../images/icons/contact.png);
}
#social-media-icons div:nth-child(3) {
	background: url(../images/icons/fb.png);
}
#social-media-icons div:last-child {
	background: url(../images/icons/linkedin.png);
}
#bottom-squares {
	position: relative;
	top: -22px;
	right: -22px;
	z-index: 90;
}
#bottom-square-quote {
	position: absolute;
	right: 14px;
	margin-top: 20px;
}
.footer-note {
	position: relative;
	text-align: center;
	margin: 10px 10px 20px;
}
/* Home Slider Styles*/
.swiper-pagination {
	margin-bottom: 90px;
}
/* contact us form 7 styles */

.wpcf7-list-item {
	width: 33.33%;
	text-align: left;
	margin: 0 !important;
}
#contact .wpcf7-list-item {
	width: 50%;
}
.wpcf7 form .wpcf7-response-output {
	background-color: rgb(166,154,52);
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok,
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	position: fixed;
	left: 0;
	top: 0;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	text-align: center;
}
#contact .wpcf7 form.invalid .wpcf7-response-output,
#contact .wpcf7 form.unaccepted .wpcf7-response-output,
#contact .wpcf7 form.payment-required .wpcf7-response-output,
#page-contact .wpcf7 form.invalid .wpcf7-response-output,
#page-contact .wpcf7 form.unaccepted .wpcf7-response-output,
#page-contact .wpcf7 form.payment-required .wpcf7-response-output {
	border-color:  rgba(193,49,58);
}
#contact .wpcf7-not-valid-tip {
	margin-top: -12px;
}

/* end of contact us form 7 styles */
/* Slide in Classes */
.js-slidein {
  opacity: 0;
}
.block .c6:first-child,
.block .c7:first-child,
.block .c8:first-child {
  transform: translateX(-200px);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.block .c6:last-child,
.block .c5:last-child,
.block .c4:last-child {
  transform: translateX(200px);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.js-slidein-visible {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

/*--------------------------------------------------------------
# Common Classes
--------------------------------------------------------------*/
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.fixed {
	position: fixed;
}
.flex {
	display: flex;
	align-items: center;
}
.shadow-line {
	background: url(../images/template/gradient.png) center top no-repeat;
}
.shadow-line-gs {
	background: url(../images/template/gradient-grayscale.png) center top no-repeat;
}
.no_border {
	border: none;
}
.border {
	border: 1px solid #636363;
}
.border-dotted {
	border-bottom: 1px dotted #999;
}
.border-bottom {
	border-bottom: 1px solid #636363;
}
.border-top {
	border-top: 1px solid #636363;
}
.border-left {
	border-left: 1px solid #636363;	
}
.border-right {
	border-right: 1px solid #636363;
}
.dark-border {
	border: 1px solid rgb(51,31,18);
}
.brown-border {
	border: 1px solid rgb(239,235,231);
}
.white-border {
	border: 1px solid rgb(255,255,255);
}
.black-bg {
	background-color: #111;
}
.white-bg {
	background-color: #FFF;
}
.dark-brown-bg {
	background-color: rgb(51,31,18);
}
.brown-bg {
	background-color: rgb(148,121,93);
}
.light-brown-bg {
	background-color: rgb(239,235,231);
}
.lightest-brown-bg {
	background-color: rgb(238,237,236);
}
.grey-bg {
	background-color: #CCC;
}
.light-grey-bg {
	background-color: #E4E4E4;
}
.gold-bg {
	background-color: rgb(235,207,123);
}
.khahki-bg {
	background-color: rgb(168,155,51);
}
.maroon-bg {
	background-color: rgb(193,49,58);
}
.blue-bg {
	background-color: rgb(15,75,99);
}
.volunteer-bg {
	background-color: rgb(209,203,213);
}
.service-boxes-bg {
	background-color: rgb(238,237,236);
}
button {
	height: 52px;
	padding: 0 40px;
	margin-top: 40px;
	text-align: center;
	white-space: nowrap;
	border-radius: 0;

	background-color: rgb(51,31,18);
}
button a {
	display: block;
}
button:hover {
	background-color: rgb(148,121,93);
}
button:active {
	border: 1px  dotted rgb(0,0,0);
}
button small {
	text-transform: lowercase;
}
button.transparent {
	background-color: initial;
}
button.transparent:hover {
	background-color: rgb(239,235,231);
}
.alpha {
	opacity: 0.85; filter: alpha(opacity=85); -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=85)";
}
.round-corner {
	border-radius: 2em;
}
.white-fade {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 90px;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
}
.brown-fade {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 90px;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(239,235,231,1) 30%, rgba(239,235,231,0) 100%);
}
.columns-2 {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	column-gap: 40px;
}
.columns-3 {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
.mas-img {
	max-width: 100%;
	height: auto;
}
.hide {
	display: none;
}
#logo-list .visible-no {
	visibility: hidden !important;
}
#logo-list .visible-yes {
	visibility: visible !important;
}
#logo-list .display-no {
	display: none !important;
	transition: all 300ms ease-in-out;	
}
#logo-list .display-yes {
	display: block !important;
	transition: all 300ms ease-in-out;	
}
.full-height {
	height: 100vh;
}
.success {
	background-color: #6C3;
	padding : 10px;
}
.error {
	background-color: #C30;
	padding: 10px;
}
.parallax {
	/* Full height */
	height: 100%;
	
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/*joomla related styles */
}
.popover {
	width: 200px;
	background-color: #FFC;
	border: 1px dotted #ccc;
	border-radius: 3px;
	padding: 3px;
}
.resize {
	max-width: 100%;
	width: 100%;
	height: auto;
}
/* Margin Settings */
.ma-5 {
	margin: 5px
}
.ma-10 {
	margin: 10px;
}
.ma-15 {
	margin: 15px;
}
.ma-20 {
	margin: 10px;
}
.ma-30 {
	margin: 30px;
}
.ma-40 {
	margin: 40px;
}
.mt-10 {
	margin-top: 10px;
}
.mr-10 {
	margin-right: 10px;
}
.mb-10 {
	margin-bottom: 10px;
}
.ml-10 {
	margin-left: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mr-15 {
	margin-right: 15px;
}
.mb-15 {
	margin-bottom: 15px;
}
.ml-15 {
	margin-left: 15px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-35 {
	margin-top: 35px;
}
.mt-60 {
	margin-top: 60px;
}
.mtb-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.mlr-10 {
	margin-left: 10px;
	margin-right: 10px;
}
.mtb-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.mlr-15 {
	margin-left: 15px;
	margin-right: 15px;
}
.mtb-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mlr-20 {
	margin-left: 20px;
	margin-right: 20px;
}
.mtb-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.mlr-30 {
	margin-left: 30px;
	margin-right: 30px;
}
.mtb-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.mtb-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}
/* Padding Settings */
.pa-10 {
	padding: 10px;
}
.pa-20 {
	padding: 20px;
}
.pa-30 {
	padding: 30px;
}
.pa-40 {
	padding: 40px;
}
.pt-10 {
	padding-top: 10px;
}
.pr-10 {
	padding-right: 10px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pl-10 {
	padding-left: 10px;
}
.pt-15 {
	padding-top: 15px;
}
.pr-15 {
	padding-right: 15px;
}
.pb-15 {
	padding-bottom: 15px;
}
.pl-15 {
	padding-left: 15px;
}
.pt-20 {
	padding-top: 20px;
}
.pr-20 {
	padding-right: 20px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pl-20 {
	padding-left: 20px;
}
.pt-30 {
	padding-top: 30px;
}
.pr-30 {
	padding-right: 30px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pl-30 {
	padding-left: 30px;
}
.ptb-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.plr-10 {
	padding-left: 10px;
	padding-right: 10px;
}
.ptb-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.plr-15 {
	padding-left: 15px;
	padding-right: 15px;
}
.ptb-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.plr-20 {
	padding-left: 20px;
	padding-right: 20px;
}
.ptb-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.ptb-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.plr-30 {
	padding-left: 30px;
	padding-right: 30px;
}
.pl-62 {
	padding-left: 62px;
}
.pt-72 {
	padding-top: 72px;
}
.pt-76 {
	padding-top: 76px;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft
.pull-left {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.0em;
}
.alignright,
.pull-right {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.0em;	
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.center-text {
	text-align: center;
}
.left-text {
	text-align: left;
}
.right-text {
	text-align: right;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
/* ==========================================================================
   Responsive classes
   ========================================================================== */
.wfull {
	width: 100%;
	max-width: 100%
}
.w1600 {
	max-width: 1600px;
	margin: auto;
}
.w1340 {
	max-width: 1340px;
	margin: auto;
}
.w960 {
	max-width: 960px
}
.w640 {
	max-width: 640px
}
.w320 {
	max-width: 320px
}
.row {
	margin-bottom: 20px;
}
.c1 {
	width: 8.33%
}
.c2 {
	width: 16.66%
}
.c3 {
	width: 25%
}
.c4 {
	width: 33.33%
}
.c5 {
	width: 41.66%
}
.c6 {
	width: 50%
}
.c7 {
	width: 58.33%
}
.c8 {
	width: 66.66%
}
.c9 {
	width: 75%
}
.c10 {
	width: 83.33%
}
.c11 {
	width: 91.66%
}
.c12 {
	width: 100%
}
.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
	position: relative;
	float: left;
	min-height: 1px;
}
.s1 {
	margin-left: 8.33%
}
.s2 {
	margin-left: 16.66%
}
.s3 {
	margin-left: 25%
}
.s4 {
	margin-left: 33.33%
}
.s5 {
	margin-left: 41.66%
}
.s6 {
	margin-left: 50%
}
.s7 {
	margin-left: 58.33%
}
.s8 {
	margin-left: 66.66%
}
.s9 {
	margin-left: 75%
}
.s10 {
	margin-left: 83.33%
}
.s11 {
	margin-left: 91.66%
}
.end {
	float: right!important
}

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `: before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}
.container:after,
.row:after,
.block:after {
  content: "";
  display: table;
  clear: both; }
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
.black-alpha {
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.70);
	/* For IE 5.5 - 7*/
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.rotate {
	/* Safari */
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);
	/* Internet Explorer  four values: 0, 1, 2, or 3 which will rotate the element 0, 90, 180 or 270 degrees respectively.*/
	filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.upgradeie {
	margin: 0.5em 0;
	padding: 1em;
	background-color: #C30;
}

/*==========  Media Querries  ==========*/

/* Large Devices, Wide Screens */

@media only screen and (max-width : 1430px) {
	.home-block {
		margin-top: 620px;
	}
}
@media only screen and (max-width : 1380px) {
	#logo-top {
		left: 30px;
	}
	#bread-crumbs {
		top: 36px;
	}	
	#main-navigation,
	#menu-title	{
		right: 30px;
	}
	#top-squares,
	#bottom-squares {
		right: 0;
	}
	#top-square-quote,
	#bottom-square-quote {
		right: 36px;
	}
	#partners-logos .c4 {
		width: inherit;
	}
	#post-content {
		padding: 68px 30px;
	}
	#overview,
	#stages,
	#strategy,
	#brand p,
	#contact,
	#web,
	#event,
	#identity,
	#home-volunteer {
		padding-left: 30px;
		padding-right: 30px;
	}
	#articles h2,
	#press h2 {
		margin-bottom: 20px;
	}
	#articles,
	#press.minimize,
	#press.maximize {
		padding: 76px 30px 30px;
	}
	#volunteer {
		padding: 76px 30px 106px;
	}
	#contact {
		margin-top: 68px;
		margin-bottom: 68px;
	}	
}
@media only screen and (max-width : 1200px) {
	.grecaptcha-badge {
		visibility: hidden; 
	}
	.home-block {
		margin-top: 520px;
	}
	#home-box {
		width: auto;
	}
	.slider-anim-wrapper img {
		height: 520px;
		width: auto;
	}
	.text-box {
		padding: 28px 20px 8px 20px;
	}	
	#home-feature {
		display: block;
	}
	#home-feature .c3 {
		width: 33.33%;
	}
	#home-feature .c3:last-child {
		width: 100%;
	}
	#our-services {
		column-gap: 30px;
	}
	#provide {
		padding: 66px 30px;
	}
	#link-highlights .c3 {
		width: 33.33%;
		min-height: 350px;
	}	
	footer .c7 {
		width: 50%;
	}
	footer .c2 {
		width: 15%;
	}
	footer .c3 {
		width: 35%;
	}
	.volunteer-title:after {
		margin-top: -45px;
		right: 60px;
	}
	.volunteer-title.collapse:after {
		margin-top: -50px;
		right: 68px;
	}	
	.volunteer-title h4 small {
		display: block;
	}
}

/* Medium Devices, Desktops */

@media only screen and (max-width : 992px) {
	header.projects h1 {
		padding: 212px 40px 0;
	}
	#post-content {
		padding: 88px 30px 68px;
	}
	#post-content h2,
	#post-content p {
		margin-left: initial;
	}	
	#bread-crumbs {
		top: 56px;
	}
	#page-contact #interests {
		width: 70%
	}
	.feature-image.resize {
		height: auto;
	}
	.feature-image.resize img {
		max-width: 100%;
		height: auto;
	}	
	section div.block,
	section div.block .container	{
		display: flex;
		flex-direction: column;
	}
	#awards .c7,
	#awards .c5,
	.block .c8,
	.block .c4 {
		width: 100%;
		height: auto;
	}
	.feature-content.full {
		margin-right: 0;
	}	
	section div.block .c6,
	section div.block.tallest .c6 {
		width: 100%;
		height: auto;
	}	
	section div:nth-of-type(odd) .c6:first-child {
		order: 1;
	}
	section div:nth-of-type(odd) .c6:last-child {
		order: 2;
	}	
	section div:nth-of-type(even) .c6:first-child {
		order: 2;
	}
	section div:nth-of-type(even) .c6:last-child {
		order: 1;
	}
	section div.block .c7,
	section div.block .c8 {
		order: 2;
	}
	section div.block .c5,
	section div.block .c4 {
		order: 1;
	}	
	.feature-content {
		max-width: 100%;
		padding: 40px;
	}
	.feature-image {
		height: auto;
		padding: 0;
		margin: 0 10px;
	}
	section div:nth-child(odd) .feature-image,
	section div:nth-child(odd) .feature-image img {
		float: none;
		text-align: center;
	}
	section div:nth-child(even) .feature-image,
	section div:nth-child(even) .feature-image img {
		float: none;
		text-align: center;	
	}
	section div:nth-child(odd) .feature-image img,
	section div:nth-child(even) .feature-image img {
		width: 100%;
		height: auto;
	}
	#branding-slide-show {
		margin: 10px auto 20px;
	}
	#branding-slide-show:before {
		background: none;	
	}
	#branding-slide-show:after {
		background: none;
	}
	#overview {
		padding: 0 30px 30px;
	}
	#page-contact .watermark.hmg {
		background:url(../images/template/hmg-watermark-form.png) no-repeat right 10px bottom 36px;
	}
	#page-contact .watermark.aeg {
		background:url(../images/template/hmg-watermark-form.png) no-repeat right 10px bottom 36px;
	}
	#articles,
	#press.minimize,
	#press.maximize {
		padding: 56px 30px 30px;
	}
	#volunteer {
		padding: 56px 30px 106px;
	}	
	.parallax {
		background-attachment: scroll;
	}
	#contact-banner img {
		width: auto;
		height: 175px;
	}
	#contact .c6:nth-child(odd) {
		min-height: auto;
	}
	#contact .c6:nth-child(even) {
		min-height: auto;
	}	
	footer .c7 {
		width: 45%;
	}
	footer .c2 {
		width: 15%;
	}
	footer .c3 {
		width: 40%;
	}	
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	#logo-top.logo-128 {
		height: 128px;
		left: 30px;
	}
	#logo-top.logo-96 {
		height: 96px;
		left: 0;
	}
	#menu-title	{
		right: 120px;
	}
	#main-navigation {
		top: 0;
		right: 0;
		z-index: 100;
	}
	#main-navigation.hmg.active {
		height: 100vh;
		background:url(../images/template/hmg-watermark-form.png) no-repeat left -15px bottom 36px #FFF;
		background-size: contain;
	}
	#main-navigation.aeg.active {
		height: 100vh;
		background:url(../images/template/hmg-watermark-form.png) no-repeat left -15px bottom 36px #FFF;
		background-size: contain;	
	}
	#menu-main-menu {
		display: none;
		float: right;
		width: 80%;
		margin-top: 70px;
		padding: 15px 60px;
		background-color: rgba(239,235,231,0.85);			
	}
	@keyframes slide-in {
		0% {top:0}
		100% {top:0}	
	}	
	#mobile-menu {
		display: flex;
		animation-name: mob-slide-in;
		animation-duration: 3s;			
	}
	#mobile-menu.change div {
		background-color: rgb(51,31,18);
	}
	.main-nav-128 {
		padding-top: 128px;
	}
	.main-nav-96 {
		padding-top: 96px;
	}	
	.main-nav-30 {
		padding-top: 30px;
	}
	#main-navigation.shift {
		top: 0;
	}
	@keyframes mob-slide-in {
		0% {top:0px}
		100% {top:24px}	
	}
	#main-navigation>ul>li:not(:hover) ul.sub-menu {
		visibility: visible;
		scale: 1;
		transition: none;
	}
	#menu-main-menu ul {
		visibility: visible;
		scale: 1;
	}	
	#main-navigation li {
		padding-bottom: 5px;
	}
	#main-navigation a {
	}
	#main-navigation.mobile-shade {
		background-color: rgba(51,31,18,0.5);
	}
	#main-navigation.mobile-shade.home,
	#main-navigation.mobile-shade.projects	{
		background-color: transparent;
	}	
	ul.sub-menu {
		position: relative;
		background: transparent;
	}
	ul.sub-menu li:hover,
	ul.sub-menu .current-menu-item {
		background-color: transparent;
	}
	ul.sub-menu li {
		height: 26px;
		padding: 0;
	}
	#menu-title {
		top: 32px;
	}
	table { 
  		width: 100%; 
  		border-collapse: collapse; 
	}
	.color-squares div {
		margin: 0 10px;
	}
	#top-square-quote,
	#bottom-square-quote {
		right: 24px;
	}	
	#home-box {
		margin-top: 32px;
		padding: 4px 20px 40px
	}
	#home-feature .c3:last-child {
		padding: 20px 20px 20px;
	}
	#link-highlights {
		padding: 50px 40px;
	}
	#link-highlights .c3 {
		min-height: 300px;
	}	
	#post-content.projects {
		padding: 60px 30px 30px;
	}
	#our-services {
		padding: 60px 10px;
		column-gap: 10px;
	}
	#partners {
		padding-bottom: 0;
	}
	#partners h3 {
		padding: 30px 0 0;
	}
	#work .c7,
	#work .c5 {
		width: 100%;
		height: auto;
	}	
	#overview div.flex .c7 {
		order: 1;
	}
	#overview div.flex .c5 {
		order: 1;
	}	
	#stages div.flex .c6:nth-child(1) {
		order: 1;
	}	
	#stages div.flex .c6:nth-child(2) {
		order: 2;
	}
	#strategy.flex .c6:nth-child(1) {
		order: 2;
	}	
	#strategy.flex .c6:nth-child(2) {
		order: 1;
	}
	#web.flex .c6:nth-child(1) {
		order: 1;
	}	
	#web.flex .c6:nth-child(2) {
		order: 2;
	}
	#event div.flex .c6:nth-child(1) {
		order: 2;
	}	
	#event div.flex .c6:nth-child(2) {
		order: 1;
	}	
	#identity.flex .c6:nth-child(1) {
		order: 2;
	}	
	#identity.flex .c6:nth-child(2) {
		order: 1;
	}
	#overview.flex,
	#stages .flex,
	#strategy.flex,
	#web.flex,
	#event .flex,
	#identity.flex {
		flex-direction: column;
	}
	#overview .c7,
	#overview .c5 {
		width: 100%;
	}
	#stages .c6,
	#web .c6,
	#event .c6,
	#strategy .c6,
	#identity .c6 {
		width: 100%;
	}
	.volunteer-title:after {
		margin-top: -40px;
	}
	.volunteer-title.collapse:after {
		margin-top: -45px;
	}	
	#contact {
		display: flex;
		flex-direction: column;
	}	
	#contact .c6 {
		width: 100%;
		margin-top: 14px;		
	}
	#contact .c6:nth-child(odd) {
		padding-right: 0;
		order: 1;
	}
	#contact .c6:nth-child(even){
		padding-left: 0;
		order: 2;
	}
	#contact iframe {
		width: calc(100% + 60px);
		height: 400px;
		margin-left: -30px;
		margin-right: -30px;
	}
	input[type="submit"] {
		width: 100%;
	}
	#awards .c7 {
		height: auto;
	}
	#awards .c7,
	#awards .c5	{
		height: auto;
	}
	#overview .c7,
	#overview .c5,
	#stages .c6,
	#stages .c6,	{
		width: 100%;
		height: auto;
	}
	#page-contact .watermark.hmg {
		background:url(../images/template/hmg-watermark-form.png) no-repeat right -15px bottom 36px;
	}
	#page-contact .watermark.aeg {
		background:url(../images/template/hmg-watermark-form.png) no-repeat right -15px bottom 36px;
	}
	footer .c7 {
		width: 50%;
	}
	footer .c2 {
		width: 15%;
	}
	footer .c3 {
		width: 35%;
	}		
	#logo-gsa {
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width : 600px) {
	#logo-top.logo-128 {
		height: 96px;
		left: 0;
	}
	#logo-top.logo-96 {
		height: 96px;
		left: 0;
	}	
	h1 {
		padding: 166px 10px 26px;
	}
	.row {
		margin-bottom: 0!important
	}
	.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 20px
	}
	p img {
		width: 100%;
		height: auto;
		margin-bottom: 20px;		
	}
	.tablet {
		display: none;
	}
	.blockquote {
		margin: 20px 40px;
	}
	#menu-title {
		display: none !important;
	}
	.block .c6, {
		height: auto;
	}
	#page-contact {
		padding: 46px 20px;
	}
	#page-contact #interests {
		width: 90%;
	}
	header.projects h1 {
		height: 350px;
		padding: 120px 0 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	#home-feature .c3 {
		margin-bottom: 0;
	}
	#home-feature .c3:last-child {
		margin-bottom: 20px;
	}	
	#home-volunteer {
		padding: 0;
	}
	#link-highlights {
		padding: 40px;
	}
	#link-highlights .c3 {
		width: 50%;
		padding: 20px 10px;
		min-height: 240px;
	}
	#home-volunteer .c5 {
		width: 100%;
		padding: 20px;
		background-color: rgba(209,203,213, 0.75);
	}
	#volunteer .spacer {
		height: 0;
	}
	#client-list {
		margin: 0 auto;
	}
	#client-list .c4 {
		margin-bottom: 0;
	}
	#logo-list {
		padding: 0;
	}
	#articles,
	#press {
		padding: 46px 30px 20px;
	}
	#volunteer {
		padding: 46px 30px 66px;
	}
	#volunteer div:first-of-type {
		padding-right: 0;
	}
	#volunteer div:last-of-type {
		padding-left: 0;
	}
	#volunteer div:first-of-type .volunteer-title:after {
		right: 5px;	
	}
	#volunteer div:last-of-type .volunteer-title:after {
		right: 5px;	
	}
	.volunteer-title.collapse:after {
		margin-top: -45px;
	}
	#volunteer div:first-of-type .volunteer-title.collapse:after {
		right: 15px;	
	}
	#volunteer div:last-of-type .volunteer-title.collapse:after {
		right: 15px;	
	}	
	#volunteer .c6 {
		padding: 0;
		margin: 0;
	}
	.volunteer-title {
		margin-top: 5px;
	}
	.feature-content {
		padding: 0 20px;
	}
	#work-photo-strip .c6,
	#work-photo-strip .c3 {
		margin-bottom: 0;
	}
	#work-photo-strip .c6 img,
	#work-photo-strip .c3 img {
		width: 100%;
		height: auto;
	}
	#provide.watermark.hmg {
		background-position: right 120px bottom;
	}	
	.home-block .watermark.hmg,
	.home-block .watermark.aeg,
	#page-contact .watermark.hmg,
	#page-contact .watermark.aeg {
		background-size: 100%;
		background-position: right bottom;
	}	
	#contact-banner img {
		margin-left: -100px;
	}
	#page-contact .wpcf7-not-valid-tip {
		position: relative;
	}
	#page-contact input[type="email"],
	#page-contact input[type="text"],
	#page-contact textarea {
		width: 100%;
		margin: 1% 0;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		margin-top: 20px;
	}	
	.color-squares div {
		width: 46px;
		height: 46px;
		margin: 0 6px;
	}
	#top-squares {
		bottom: -23px;
	}
	#bottom-squares	{
		top: -23px;
	}
	#top-square-quote,
	#bottom-square-quote {
		right: 20px;
	}	
	#partners-logos img {
		max-width: 100%;
		height: auto;
	}
	#gsa-logo {
		width: 100%;
		margin-top: 0;
	}
	#link-highlights {
		padding: 20px;
	}	
	#partners-logos > div {
		margin-bottom: 0;
	}
	#volunteer .c6 {
		padding: 0;
		margin: 0;
	}
	#interests span.wpcf7-list-item-label {
		left: 28px;
	}
	.wpcf7-list-item {
		width: 50%;
	}
}
@media only screen and (max-width : 460px) {
	#menu-main-menu {
		padding: 15px 30px;
	}
	#page-contact #interests {
		width: 95%;
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
	    -moz-column-count: 1; /* Firefox */
    	column-count: 1;	
	}
	.color-squares div {
		margin: 0 6px;
	}
	#link-highlights .c3 {
		height: 280px;
	}
	.blockquote {
		margin: 20px;
	}
	#contact #interests {
		width: 90%;
	}	
	footer {
		height: auto;
	}
	footer .c7 {
		width: 50%;
	}
	footer .c2 {
		width: 50%
	}
	.footer-navigation ul {
		width: 100%;
		margin-top: 90px;
		text-align: center;
	}
	footer .c3 {
		width: 100%;
		text-align: center;
	}
	#logo-bottom {
		text-align: center;
	}
	#logo-gsa {
		margin-top: 30px;
		width: initial;
	}
	#social-media-icons {
		justify-content: center;
	}
}
@media only screen and (max-width : 380px) {
	#link-highlights .c3 {
		width: 100%;
		height: auto;
		min-height: auto;
	}	
	#our-services img {
		width: 100px;
	}	
}
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	.color-squares div {
		margin: 0 3px;
	}
	#contact .wpcf7-list-item,
	.wpcf7-list-item {
		width: 100%;
	}	
}
/* ipad styles */
/*
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	#logo-top.logo-128 {
		height: 128px;
		left: 30px;
	}
	#logo-top.logo-96 {
		height: 96px;
		left: 0;
	}
	#menu-title	{
		right: 120px;
	}
	#main-navigation {
		top: 0;
		right: 0;
		z-index: 100;
	}
	#main-navigation.active {
		background-color: rgb(255,255,255);	
		height: 100vh;
	}	  
	#menu-main-menu {
		display: none;
		float: right;
		width: 80%;
		margin-top: 70px;
		padding: 15px 60px;
		background-color: rgb(239,235,231);			
	}
	@keyframes slide-in {
		0% {top:0}
		100% {top:0}	
	}	
	#mobile-menu {
		display: flex;
		animation-name: mob-slide-in;
		animation-duration: 3s;			
	}
	#mobile-menu.change div {
		background-color: rgb(51,31,18);
	}
	.main-nav-128 {
		padding-top: 128px;
	}
	.main-nav-96 {
		padding-top: 96px;
	}	
	.main-nav-30 {
		padding-top: 30px;
	}
	#main-navigation.shift {
		top: 0;
	}
	@keyframes mob-slide-in {
		0% {top:0px}
		100% {top:24px}	
	}
	#main-navigation>ul>li:not(:hover) ul.sub-menu {
		visibility: visible;
		scale: 1;
		transition: none;
	}
	#menu-main-menu ul {
		visibility: visible;
		scale: 1;
	}	
	#main-navigation li {
		padding-bottom: 10px;
	}
	#main-navigation a {
	}
	#main-navigation.mobile-shade {
		background-color: rgba(51,31,18,0.5);
	}
	#main-navigation.mobile-shade.home,
	#main-navigation.mobile-shade.projects	{
		background-color: transparent;
	}	
	ul.sub-menu {
		position: relative;
		background: transparent;
	}
	ul.sub-menu li:hover,
	ul.sub-menu .current-menu-item {
		background-color: transparent;
	}
	ul.sub-menu li {
		height: 26px;
		padding: 0;
	}
	#menu-title {
		top: 32px;
	}

}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
	#logo-top.logo-128 {
		height: 128px;
		left: 30px;
	}
	#logo-top.logo-96 {
		height: 96px;
		left: 0;
	}
	#menu-title	{
		right: 120px;
	}
	#main-navigation {
		top: 0;
		right: 0;
		z-index: 100;
	}
	#main-navigation.active {
		background-color: rgb(255,255,255);	
		height: 100vh;
	}	  
	#menu-main-menu {
		display: none;
		float: right;
		width: 80%;
		margin-top: 70px;
		padding: 15px 60px;
		background-color: rgb(239,235,231);			
	}
	@keyframes slide-in {
		0% {top:0}
		100% {top:0}	
	}	
	#mobile-menu {
		display: flex;
		animation-name: mob-slide-in;
		animation-duration: 3s;			
	}
	#mobile-menu.change div {
		background-color: rgb(51,31,18);
	}
	.main-nav-128 {
		padding-top: 128px;
	}
	.main-nav-96 {
		padding-top: 96px;
	}	
	.main-nav-30 {
		padding-top: 30px;
	}
	#main-navigation.shift {
		top: 0;
	}
	@keyframes mob-slide-in {
		0% {top:0px}
		100% {top:24px}	
	}
	#main-navigation>ul>li:not(:hover) ul.sub-menu {
		visibility: visible;
		scale: 1;
		transition: none;
	}
	#menu-main-menu ul {
		visibility: visible;
		scale: 1;
	}	
	#main-navigation li {
		padding-bottom: 10px;
	}
	#main-navigation a {
	}
	#main-navigation.mobile-shade {
		background-color: rgba(51,31,18,0.5);
	}
	#main-navigation.mobile-shade.home,
	#main-navigation.mobile-shade.projects	{
		background-color: transparent;
	}	
	ul.sub-menu {
		position: relative;
		background: transparent;
	}
	ul.sub-menu li:hover,
	ul.sub-menu .current-menu-item {
		background-color: transparent;
	}
	ul.sub-menu li {
		height: 26px;
		padding: 0;
	}
	#menu-title {
		top: 32px;
	}
}
*/

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
	@page {
	  margin-left: 1.5cm;
	  margin-top: 1.5cm;
	  margin-right: 1cm;
	  margin-bottom: 1cm;
	}
	@page:left {
	  @bottom-left {
		content: "Page " counter(page) " of " counter(pages);
	  }
	}		
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
/* Civicrm Styles 

	.breadcrumbs,
	#top-links,
	#main-navigation,
	#crm-container.crm-public,
	#crm-submit-buttons,
	#printer-friendly {
		display: none;
	}
	#crm-container.crm-public input[type="text"],
	#crm-container.crm-public input[type="password"], 
	#crm-container.crm-public input[type="email"], 
	#crm-container.crm-public select {
		padding: 3px !important;
	}
	.crm-container div.form-item {
		padding: 2px !important;
	}
	*/	
}
