/* 
Colors:
light blue: 7A99AC (orginal) ADA: 587689 on white
cool gray: 53565A
green: 8F993E (original) ADA: 747c2c on white
orange: FF9E1B (original) ADA: ef6e29 on white
link color: 7cacca (original) ADA: 467a9a white


Fonts:
Headline: Trade Gothic
Alt Headline: Gotham Book
Content: Lato

*/
@import url('http://fonts.googleapis.com/css?family=Lato:400,700');
@font-face {
  font-family: GothamBook;
  src: url('_GothamBook.eot'); /* IE9 Compat Modes */
  src: url('GothamBook.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('GothamBook.woff') format('woff'), /* Modern Browsers */ url('GothamBook.ttf') format('truetype'), /* Safari, Android, iOS */ url('GothamBook.svg#GothamBook') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: TradeGothic;
  src: url('TradeGothic.eot'); /* IE9 Compat Modes */
  src: url('TradeGothic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('TradeGothic.woff') format('woff'), /* Modern Browsers */ url('TradeGothic.ttf') format('truetype'), /* Safari, Android, iOS */ url('TradeGothic.svg#TradeGothic') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: TrendSansOne;
  src: url('TrendSansOne.eot'); /* IE9 Compat Modes */
  src: url('TrendSansOne.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('TrendSansOne.woff') format('woff'), /* Modern Browsers */ url('TrendSansOne.ttf') format('truetype'), /* Safari, Android, iOS */ url('TrendSansOne.svg#TrendSansOne') format('svg'); /* Legacy iOS */
}
* {
  margin: 0;
  padding: 0;
  word-wrap: normal;
  -webkit-hyphens: none !important;
  -moz-hyphens: none !important;
  hyphens: none !important;
}
body, html {
  height: 100%;
  margin: 0;
  font-family: "Lato", sans-serif;
  letter-spacing: 0;
  color: #555;
  position: relative;
}
html {
  font-size: 80%;
}
body {
  font-size: 100%;
}
/* Skip link styling */
.text-assistive {
  -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  box-sizing: border-box;
  position: absolute;
  margin: 0;
  padding: 0;
}
.text-assistive.display-at-top-on-focus {
  top: 0;
  left: 0;
  width: 100%;
  font-size: 1.5em !important;
}
.text-assistive.display-at-top-on-focus:focus {
  -webkit-clip-path: none;
  clip-path: none;
  z-index: 999;
  height: 80px;
  line-height: 80px;
  background: white;
  font-size: 1.2rem;
  text-decoriegation: none;
  /*color: #FF9E1B;*/
  color: #ef6e29;
  text-align: center;
}
#skip-link-target:focus {
  /* background: #FF9E1B; */
  background: #ef6e29;
  color: white;
}
.text-assistive.display-in-place-on-focus, .text-assistive.display-above-place-on-focus {
  display: inline-block;
  transform: translateY(-200vh);
}
.text-assistive.display-in-place-on-focus:focus {
  -webkit-clip-path: none;
  clip-path: none;
  z-index: 999;
  padding: 0 0.5rem;
  transform: translateY(0);
  /*background: #FF9E1B;*/
  background: #ef6e29;
  text-decoration: none;
  color: white;
}
.text-assistive.display-above-place-on-focus:focus {
  -webkit-clip-path: none;
  clip-path: none;
  padding: 0 0.5rem;
  transform: translateY(-2rem);
  z-index: 999;
  /*background: #FF9E1B;*/
  background: #ef6e29;
  text-decoration: none;
  color: white;
}
/* end of skip link styling */
/* improved keyboard focus visibility */
a:focus {
  /*outline: 5px solid #FF9E1B;*/
  outline: 5px solid #ef6e29;
  outline-offset: 4px;
}
a.button:focus, input[type='submit']:focus {
  /*outline: 5px solid #FF9E1B;*/
  outline: 5px solid #ef6e29;
  outline-offset: 17px;
}
footer a:focus {
  outline: 5px solid #fff;
  outline-offset: 4px;
}
/* end of improved keyboard focus visibility */
h1, h2, h3, h4, h5, legend {
  font-family: "TrendSansOne", sans-serif !important;
  font-weight: normal;
  color: #333;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: -.07em;
}
h1 {
  font-size: 1.7em;
}
h2 {
  font-size: 5.2em;
  text-align: center;
  line-height: 1.1em;
  margin-bottom: 60px;
}
#location h2 {
  text-align: left;
}
h3, legend {
  font-size: 2.6em;
  line-height: 1.3em;
  color: #666;
}
h4 {
  font-size: 2em;
  line-height: 1.3em;
}
hr {
  box-shadow: 0;
  height: 1px;
  border: 0;
  background: #ccc;
  margin: 60px 0;
}
p, ul, cite {
  margin-bottom: 20px;
  line-height: 1.7em;
  font-size: 1.3em;
}
ul {
  padding-left: 25px;
}
ul li {
  list-style: square;
  line-height: 1.5em;
  margin-bottom: 5px;
}
a:link, a:visited {
  /*color: #7cacca;*/
  color: #467a9a;
  text-decoration: none;
  /*border-bottom: 1px #7cacca solid;*/
  border-bottom: 1px #467a9a solid;
}
a:hover, a:focus {
  color: #53565A;
  border-bottom: 1px #53565A solid;
}
cite, cite a {
  font-size: 1em;
  color: #888 !important;
  font-style: italic;
}
cite a {
  border-bottom: 1px #888 solid !important;
}
cite a:hover, cite a:focus {
  color: #666 !important;
  border-bottom: 1px #666 solid !important;
}
.noLinkBorder {
  border-bottom: none;
}
.bold {
  font-weight: bold;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.floatRight, .videoParentWrapper {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
.floatLeft {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.floatBreaker {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}
.blue {
  /*color: #7A99AC;*/
  color: #587689;
}
.orange {
  /*color: #FF9E1B;*/
  color: #ef6e29;
}
.gray {
  color: #53565A;
}
.green {
  /*color: #8F993E;*/
  color: #747c2c;
}
nav {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0 15px;
  background: #393b3e;
  text-align: center;
  font-family: "TrendSansOne", sans-serif !important;
  text-transform: uppercase;
}
nav ul {
  margin-bottom: 0;
  padding-left: 0;
}
nav ul li {
  list-style: none;
  display: inline-block;
  text-align: center;
  margin: 0 1.7%;
  font-size: 1em;
  line-height: 0;
}
nav ul li.twitter, nav ul li.linkedin {
  top: 3px;
  position: relative;
}
nav ul li.twitter {
  margin-left: 5px;
  margin-right: 25px;
}
nav ul li.linkedin {
  margin: 0;
}
nav ul li a:link, nav ul li a:visited {
  color: #7cacca;
  text-decoration: none;
  border-bottom: 0;
  font-size: 1.2em;
  padding-top: 6px;
  letter-spacing: -.05em;
  -webkit-transition: all .7s ease !important;
  -moz-transition: all .7s ease !important;
  -ms-transition: all .7s ease !important;
  -o-transition: all .7s ease !important;
  transition: all .7s ease !important;
}
nav ul li a:hover, nav ul li a:focus {
  color: #fff;
}
nav ul li.twitter a:link, nav ul li.twitter a:visited, nav ul li.linkedin a:link, nav ul li.linkedin a:visited {
  background: url("../_img/twitter-off.png") no-repeat center left !important;
  display: inline-block;
  height: 20px;
  width: 25px;
  -webkit-transition: all .7s ease !important;
  -moz-transition: all .7s ease !important;
  -ms-transition: all .7s ease !important;
  -o-transition: all .7s ease !important;
  transition: all .7s ease !important;
}
nav ul li.twitter a:hover, nav ul li.twitter a:focus {
  background: url("../_img/twitter-on.png") no-repeat center left !important;
}
nav ul li.linkedin a:link, nav ul li.linkedin a:visited {
  background: url("../_img/linkedin-off.png") no-repeat center left !important;
}
nav ul li.linkedin a:hover, nav ul li.linkedin a:focus {
  background: url("../_img/linkedin-on.png") no-repeat center left !important;
}
nav ul li.twitter a span, nav ul li.linkedin a span {
  display: none;
}
  .goog-te-gadget {
    color: #fff !important;
  }
  .VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
    color: #fff !important;
  }
#welcome, #whyelkgrove, #projectElevate, #news, #location, #firstImage, #photo2, #photo3, #photo4, #photo5 {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  line-height: 2em;
  font-size: 1em;
}
#welcome, #about, #letsGetStarted, #projectElevatePanel, #projectElevate, #services, #firstImage, #whoweare, #footer, #photo2, #photo3, #photo4, #photo5 {
  padding: 90px 90px;
  font-size: 1em;
}
#welcome {
  padding-bottom: 30px; /* the nav overlaps some of this panel so the bottom padding is reduced for symmetry */
}
#firstImage {
/*  background-image: url("../_img/backgrounds/group-at-table.jpg");*/
    background-image: url("../_img/backgrounds/macques-bbq.jpg");
    background-position: center 30px !important;
  vertical-align: top !important;
  line-height: 1.2em;
  font-size: 1.3em;
  padding: 120px 650px 120px 120px !important;
  text-align: center;
}
/* BEGIN BG VIDEO */
#bgDiv {
  position: relative;
  top: 0;
  display: block;
  padding: 0;
}
#homeApplauseVideo {
  display: block;
  position: relative !important;
  top: 0;
  vertical-align: middle;
}
video#bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
}
video {
  display: block;
}
/* END BG VIDEO */
#projectElevate {
  background: url('../_img/backgrounds/project-elevate-rendering.jpg');
  min-height: 100px;
  background-position: center center;
  background-size: cover;
  background-repeat: none;
}
#projectElevatePanel {
  background: #efefef;
  margin: 0 auto;
}
#projectElevatePanel p {
  width: 100%;
}
#homeApplauseVideo h2 {
  color: #fff;
  padding: 100px 80px;
  text-shadow: -3px 2px 5px #333;
  font-size: 3.5em;
  vertical-align: middle;
  margin-bottom: 0;
}
#photo2 {
/*  background-image: url("../_img/backgrounds/elk-grove-coworking-space.jpg");*/
    background-image: url("../_img/backgrounds/pitch-elk-grove.jpg");
  min-height: 300px;
}
#photo3 {
  background-image: url("../_img/backgrounds/longleaf-drive.jpg");
  min-height: 300px;
}
#photo4 {
  background-image: url("../_img/backgrounds/hands-signing.jpg");
  min-height: 300px;
}
#photo5 {
  background-image: url("../_img/backgrounds/man-smiling.jpg");
  min-height: 300px;
}
#photo6 {
  background-image: url("../_img/backgrounds/team-collaboration.jpg");
  min-height: 300px;
}
#firstImage h2, #projectElevate h1, #photo2 h2, #photo3 h2, #photo4 h2, #photo5 h2 {
  line-height: 1.3em;
  font-size: 2.3em;
  color: #fff;
  margin-bottom: 0 !important;
  vertical-align: middle;
}
#projectElevate h2 {
  color: #fff !important;
  margin-bottom: 0;
  text-shadow: 2px 2px 5px #333;
}
#welcome #ieg {
  width: 50%;
  text-align: center;
  display: block;
  margin: 0 auto 10px;
  padding: 0 !important;
  z-index: 99;
  opacity: 1;
  max-width: 300px;
}
#welcome {
  text-align: center !important;
}
#welcome p {
  font-size: 1.3em;
  font-style: italic;
  margin-bottom: 10px;
  color: #999;
}
#welcome h1, #photo2 h1, #photo3 h1, #photo4 h1, #photo5 h1 {
  display: none;
}
#welcome h2, #photo2 h2, #photo3 h2, #photo4 h2, #photo5 h2 {
  text-align: center;
  color: #999;
  line-height: 1.1em;
}
#whyelkgrove {
  background-image: url("../_img/backgrounds/elk-grove-brewery.jpg");
  min-height: 400px;
  text-align: center;
}
#whyelkgrove #whyelkgroveWrapper p {
  text-align: left;
}
#whyelkgroveWrapper, #newsWrapper {
  padding: 90px 70px;
  background-color: rgba(255, 255, 255, 0.8);
}
#videoTestimonials {
  display: flex;
  flex-wrap: wrap;
}
#videoTestimonials div {
  flex: 1 1 auto;
  width: calc(50% - 10px);
}
#videoTestimonials div:nth-of-type(odd) {
  margin-right: 20px;
}
/*
#videoTestimonials div:nth-last-of-type(3n+2) {
    padding: 0 20px;
}
*/
#videoTestimonials div div {
  display: block;
  width: 100%;
}
/*
  #whyEGsummary { width: 55%; float: left; margin-right: 5%;}
		#testimonials {width: 40%; float: left;}
*/
#lifestyle h2 {
  font-size: 3em;
}
#lifestyle h5 {
  /*color: #8F993E !important;*/
  color: #747c2c !important;
  text-transform: uppercase;
  font-size: 2.3em !important;
  word-wrap: break-word;
  space: -moz-pre-wrap;
  white-space: pre-wrap;
}
h6 {
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 1.5em !important;
  text-transform: capitalize !important;
}
#lifestyle div p {
  font-size: 1.2em;
}
#corporations {
  padding: 30px;
}
#corporations img {
  max-height: 80px;
  max-width: 210px;
  padding: 10px 20px;
  vertical-align: middle !important;
}
#servicesWrapper h3, #servicesWrapper h4, #servicesWrapper h5 {
  text-align: left;
}
#services .col, #econDev .col, #news .col {
  width: 30%;
  text-align: left;
  margin-bottom: 60px;
  display: inline-block;
  min-width: 150px;
  vertical-align: top;
}
#servicesWrapper .col2, .col2box {
  width: 46%;
  text-align: left;
  display: inline-block;
  min-width: 350px;
  vertical-align: top;
}
#servicesWrapper .col2 {
  margin-bottom: 40px !important;
}
#servicesWrapper p {
  margin-bottom: 50px !important;
}
#servicesWrapper .col p, #servicesWrapper .col2 p {
  margin-bottom: 20px !important;
}
#permitStreamlining div.col2:nth-child(even), #incentives div.col2:nth-child(even) {
  margin-left: 60px;
}
.col2box {
  border: 1px #fff solid !important;
  padding: 45px;
  background: #fcfcfc;
  box-shadow: 0px 0px 15px #ccc;
  width: 36%;
  margin-bottom: 40px;
  min-width: 280px;
}
.col2box:nth-of-type(2n) {
  margin-left: 40px;
}
.col2box ul {
  padding-left: 0;
}
.col2box ul li {
  list-style: none;
  margin-bottom: 30px;
}
.col2box ul li ul li {
  font-size: .8em;
  margin-bottom: 5px;
  list-style: square;
  margin-left: 20px;
}
#services #servicesWrapper div.col:nth-of-type(3n+2) {
  margin: 0 30px 60px;
}
#services hr {
  margin-top: -10px;
}
#econDev div.col:nth-of-type(3n+2) {
  margin: 0 15px 60px 30px !important;
}
#econDev div.col:nth-of-type(4n+3) {
  margin: 0 30px 60px 15px !important;
}
#whoweare #econDev {
  text-align: center;
}
#whoweare #econDev p {
  text-align: left;
}
#whoweare #econDev .col p, #whoweare #econDev p.center {
  text-align: center;
}
#whoweare #econDev h4 {
  text-align: left;
}
#whoweare #econDev .col {
  width: 15%;
  display: inline-block;
  max-width: 350px;
}
#whoweare #econDev .col p.name {
  font-size: 1.3em;
  margin-bottom: 5px;
}
#whoweare #econDev .col p {
  font-size: 1.1em;
  line-height: 1.5em;
}
#whoweare #council .col {
/*  width: 20%;*/
    width: calc((100% - 50px) / 6);
    margin: 0 !important;
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
}
#whoweare #council .col:first-of-type {
    padding-left: 0;
}
#whoweare #council .col:last-of-type {
    padding-right: 0;
}
#council p {
  line-height: 1.7em;
  margin-bottom: 50px;
}
#council .col img {
 width: 85%;
}
#council a {
  border: none;
  text-decoration: none;
}
.span2 {
  float: right;
  width: 60% !important;
  margin-right: 0;
}
p.intro {
  max-width: 800px;
  margin: -40px auto 60px;
}
#whyelkgroveWrapper h5 {
  font-size: 1.1em;
  /*color: #7A99AC;*/
  color: #587689;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1em;
}
#lifestyle {
  background: transparent !important;
  text-align: center;
}
.lifestyleContainer {
  display: flex;
  width: 100%;
  max-width: 980px;
  align-items: center;
  margin: 0 auto 70px;
}
.lifestyleContainer div {
  flex: 2 3 10em;
  text-align: left;
}
.lifestyleContainer img {
  flex: 0 1 auto;
  margin-right: 40px;
}
.lifestyleContainer:nth-of-type(even) {
  flex-direction: row-reverse;
}
.lifestyleContainer:nth-of-type(even) img {
  margin-left: 40px;
}
#lifestyle h3 {
  font-size: 3.7em;
  margin: 50px auto 50px;
  border-top: 1px #666 solid !important;
  text-align: center;
  padding-top: 50px;
}
#videoContainer {
  display: flex;
  width: 100%;
  align-items: flex-start;
  margin: 0 auto 50px;
}
#videoDescription {
  flex: 1 5 5em;
  padding-right: 60px;
}
#greatSacVideo {
  flex: 1 1 20em;
  float: none;
  padding-left: 10px;
}
#videoDescription h2 {
  margin-bottom: 10px;
  font-size: 4.5em;
}
#whyelkgroveWrapper ul li ol {
  padding-left: 45px;
}
#whyelkgroveWrapper ul li ol li {
  list-style: decimal;
}
#whyelkgrove .col img {
  max-width: 100%;
}
#news .col {
  width: 45%;
}
#news .col .campaign {
  margin-bottom: 20px;
}
#news h3 {
  margin-bottom: 40px;
}
#newsWrapper .col:nth-last-of-type(2n) {
  margin-left: 60px !important;
}
.ctct-form-defaults {
    padding: 0 !important; /* CC formatting */
}
.ctct-inline-form label { width: 250px !important;}
.campaign {
  font-size: 1.2em;
}
p.timeline-Tweet-text {
  font-size: .4em !important;
}
#services {
  text-align: left;
  background: #fff;
  min-height: 350px;
}
#services a {
  border: none;
}
#services a img {
  vertical-align: top;
  padding: 10px;
}
#services #thumbs a img {
  max-width: 50px;
  max-height: 50px;
}
.timeline-Tweet p {
  font-size: .7em !important;
}
#news {
  background-image: url("../_img/backgrounds/vats.png");
  min-height: 400px;
}
#blog h2 {
  color: #fff;
  text-shadow: 0 0 25px #333 !important;
}
#blog .col {
  width: 26%;
  margin: 0 2%;
  float: left;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px;
}
.caption {
  font-style: italic !important;
  line-height: 1.3em;
  font-size: .95em;
}
#location {
  background-image: url("../_img/backgrounds/exterior.jpg");
  background-repeat: repeat !important;
  min-height: 600px;
  padding: 50px 70px;
}
#location div {
  width: 45%;
  float: left;
}
#location > div ~ div {
  margin-right: 0;
}
#location > div {
  margin-right: 10%;
}
#location p, #location label {
  color: #fff;
  text-shadow: 0 0 25px #000 !important;
}
#location iframe {
  width: 400px;
  height: 250px;
}
form fieldset {
  border: none;
  padding: 0;
}
form fieldset ul, form fieldset ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
label {
  width: 50px;
  margin-bottom: 15px;
  display: inline-block;
}
input, textarea {
  padding: 5px;
  border: 1px #000 solid;
}
input {
  width: 200px;
}
textarea {
  display: block;
  width: 90%;
  height: 100px;
}
input[type="submit"], .button, .orangeButton, .greenButton, .greenButtonTiny, .whiteButton {
  /*border: 1px #7A99AC solid !important;
  color: #7A99AC;*/
  border: 1px #587689 solid !important;
  color: #587689;
  background: transparent;
  font-family: "Lato", sans-serif !important;
  padding: 25px;
  letter-spacing: .06em;
  margin-top: 15px;
  font-size: 1.1em;
  display: inline-block;
  -webkit-transition: all .7s ease !important;
  -moz-transition: all .7s ease !important;
  -ms-transition: all .7s ease !important;
  -o-transition: all .7s ease !important;
  transition: all .7s ease !important;
  text-decoration: none;
  line-height: 0;
}
input[type="submit"]:hover, .button:hover, .orangeButton:hover, .greenButton:hover, .greenButtonTiny:hover, .whiteButton:hover, input[type="submit"]:focus, .button:focus, .orangeButton:focus, .greenButton:focus, .greenButtonTiny:focus, .whiteButton:focus {
  width: auto;
  display: inline-block;
  color: #666;
  background: transparent;
  text-decoration: none;
  font-size: 1.1em;
  padding: 25px;
  margin-top: 15px;
}
.orangeButton {
  /*border: 1px #FF9E1B solid !important;
  color: #FF9E1B !important;*/
  border: 1px #ef6e29 solid !important;
  color: #ef6e29 !important;
}
.orangeButton:hover, .orangeButton:focus {
  color: #666 !important;
  border: 1px #666 solid !important;
}
.greenButton {
  /*color: #8F993E !important;
  border: 1px #8F993E solid !important;*/
  color: #747c2c !important;
  border: 1px #747c2c solid !important;
}
#projectElevatePanel .greenButton {
  color: #697128 !important;
  border: 1px #697128 solid !important;
}
.greenButton:hover, .greenButtonTiny:hover, .greenButton:focus, .greenButtonTiny:focus {
  color: #666 !important;
  border: 1px #666 solid !important;
}
.greenButtonTiny {
  /*background: #8F993E;*/
  background: #747c2c;
  font-size: .9em;
  padding: 20px;
  color: #fff !important;
  /*border: 1px #8F993E solid !important;*/
  border: 1px #747c2c solid !important;
}
.greenButtonTiny {
  font-size: .9em !important;
  padding: 20px !important;
}
.whiteButton {
  border: 1px #fff solid !important;
  color: #fff !important;
  -webkit-transition: all .7s ease !important;
  -moz-transition: all .7s ease !important;
  -ms-transition: all .7s ease !important;
  -o-transition: all .7s ease !important;
  transition: all .7s ease !important;
  background: rgba(150, 150, 150, 0.3)
}
.whiteButton:hover, .whiteButton:focus {
  border: 1px #333 solid !important;
  color: #333 !important;
  background: rgba(255, 255, 255, 0.3)
}
#whoweare #econDev img {
  max-width: 150px;
  width: 100%;
  height: auto;
}
#whoweare #council img {
/*  max-width: 150px;*/
}
#whoweare .col {
  text-align: center;
}
#econDev .bottom {
  margin-bottom: 0 !important;
}
#partners {
  text-align: left;
}
#partners h3 {
  text-align: left;
}
#whoweare #partners ul {
  padding-left: 0;
  width: auto !important;
  margin: 0 auto !important;
}
#whoweare #partners ul li {
  list-style: none;
  display: inline-block;
  padding: 10px 10px;
  width: auto;
  vertical-align: middle;
  text-align: center;
  max-width: 200px;
}
#whoweare #partners ul li a, #whoweare #partners ul li a:hover {
  text-decoration: none;
  border-bottom: none;
}
#whoweare #partners ul li img {
  max-width: 100%;
    max-height: 100px;
}
#footer {
  margin: 0 auto;
  text-align: center;
  background: #53565A;
}
#footer p {
  color: #fff;
  font-size: 1em;
  margin-bottom: 0;
  /*margin-left: 75px;*/
}
#footer a {
  text-decoration: none;
  border-bottom: none;
  display: block;
  margin: 0 auto;
  /*margin-left: -60px;*/
}
#footer img {
  max-width: 250px;
}
.videoParentWrapper {
  /* width: 50%;*/ /*this is combined with the floatRight style*/
  width: 95% !important;
  margin: 0 auto;
}
.socialIcons {
    margin-top: 20px;
}
#whoweare div.socialIcons a, #footer div.socialIcons a {
  border-bottom: none !important;
  display: inline !important;
    width: auto !important;
    margin: 0;
}
#whoweare div.socialIcons a:first-of-type, #footer div.socialIcons a:first-of-type {
  margin-right: 10px;
}
#whoweare div.socialIcons a img, #footer div.socialIcons a img {
  max-width: 40px !important;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 0;
  height: 0;
  margin-bottom: 10px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-width: 1000px) {
    #services .col, #news .col {
    display: block !important;
    width: 100% !important;
    }
    #services .col, #econDev .col {
    margin: 0 0 60px !important;
    }
    #whoweare #econDev img {
        max-width: none;
    }
    #services .col2, .col2box {
    margin: 0 !important;
    margin-bottom: 60px !important;
    width: 100%;
    }
    .col2box {
    width: 88% !important;
    }
    #econDev .bottom {
    margin: 0 !important;
    width: 47%;
    }
    #bgDiv {
    margin-top: 0;
    position: relative;
    }
    #homeApplauseVideo {
    top: 0 !important;
    }
    #homeApplauseVideo video {
    position: relative;
    margin-top: 0 !important;
    }
    /* HAMBURGER STYLES */
    body {
    margin-top: 70px;
    }
    #navWrapper {
    /*background: #53565A;*/
    background: #393b3e;
    position: fixed !important;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    }
    #menu {
    width: 1.4em;
    display: block;
    font-size: 4em; /*size of the bars*/
    text-align: center;
    color: #fff;
    float: left;
    margin: -10px 0 0;
    }
    #nav.js {
    display: none;
    }
    #menu ul {
    width: 100% !important;
    font-size: .7em;
    }
    #menu ul li {
    width: 100%;
    border-right: none;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 1em;
    }
    #nav {
    width: 75%;
    position: relative !important;
    float: left;
    margin-top: 10px;
    }
    #nav ul li {
    display: block;
    line-height: 1.8em;
    }
    #nav ul li.twitter, #nav ul li.linkedin {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 0;
    top: 0;
    }
    #nav ul li a {
    font-size: 1.3em;
    /*color: #fff;*/
    padding: 20px 10px;
    }
    #nav ul li.twitter a, #nav ul li.linkedin a {
    padding: 5px 0;
    }
    /* END HAMBURGLER STYLES */
    #homeApplauseVideo {
    height: 400px;
    }
    #tag {
    /*background: #7A99AC;*/
    background: #587689;
    }
    #tag h2 {
    text-shadow: none;
    padding: 50px 40px;
    }
    #servicesWrapper {
    text-align: left;
    }
}
@media only screen and (max-device-width: 1024px) {
  #firstImage, #welcome, #services, #projectElevate, #blog, #location, #photo2, #photo3, #photo4, #photo5 {
    background-attachment: scroll;
  }
}
@media only screen and (min-width: 860px) {}
/* MOBILE */
@media only screen and (max-width: 860px) {
  body {
    font-size: 110%;
  }
  html {
    overflow-x: hidden !important;
  }
  h2 {
    font-size: 3em;
    text-align: center;
    line-height: 1.1em;
    margin-bottom: 30px;
    letter-spacing: -.02em !important;
  }
  h3 {
    font-size: 3em !important;
  }
  nav {
    max-width: 860px !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
  #firstImage {
    padding: 90px 30px !important;
  }
  .col2, .col2box {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 10px !important;
    min-width: 300px !important;
    width: 88% !important;
  }
  .col2 {
    padding: 0 !important;
    width: 100% !important;
  }
  .col2box {
    margin: 0 auto 60px !important;
    display: block !important;
  }
  #letsGetStarted {
    padding: 90px 5px;
  }
  #projectElevate {
    background: url('../_img/backgrounds/project-elevate-rendering.jpg') no-repeat left center;
    background-size: cover;
    padding: 0 !important;
    padding-bottom: 400px !important;
  }
  #projectElevate h2 {
    font-size: 4em;
    text-shadow: 2px 2px 2px #333;
    margin-bottom: 0;
  }
  #projectElevatePanel {
    width: calc(100% - 10px) !important;
    padding: 60px 5px !important;
  }
  #projectElevatePanel p {
    width: 90% !important;
    margin: 0 auto;
  }
  #whyelkgroveWrapper {
    padding: 90px 5px;
    text-align: center;
  }
  #whyelkgroveWrapper p {
    margin: 0 20px 30px;
  }
  #whyelkgrove h6 {
    margin-bottom: 10px;
  }
  #videoTestimonials {
    display: block;
  }
  #videoTestimonials div {
    width: 100%;
  }
  #videoTestimonials div:nth-of-type(3n+2) {
    padding: 0 !important;
  }
  /*
			#whyEGsummary, #testimonials {float: none; width: 90%; margin: 0 auto;}
				#miRanchoVideo { width: 100% !important; }
*/
  .lifestyleContainer {
    flex: none;
    display: block;
  }
  .lifestyleContainer div, .lifestyleContainer img, .lifestyleContainer:nth-of-type(even) img {
    margin-left: 0;
    margin-right: 0;
  }
  .lifestyleContainer div {
    width: 80%;
    margin: 20px auto 0;
    text-align: center;
  }
  #econDev .col, #council .col {
    display: block !important;
    width: 100% !important;
    text-align: center;
  }
  /*#econDev div.col, #econDev div.col:nth-of-type(3n+2) {
    margin: 0 auto 60px !important;
}*/
  #econDev div.col, #econDev div.col:nth-of-type(3n+2), #econDev div.col:nth-of-type(4n+3) {
    margin: 0 auto 60px !important;
  }
  #services {
    margin-top: 30px;
  }
  #newsWrapper {
    padding: 90px 30px;
  }
  #newsWrapper .col:nth-last-of-type(2n) {
    margin-left: 0 !important;
  }
  #newsWrapper .right {
    text-align: center;
  }
  #council .col {
    padding-bottom: 0 !important;
  }
  #corporations img {
    padding-bottom: 25px;
  }
  #videoContainer {
    flex: none;
    display: block;
  }
  #videoDescription {
    display: block;
    margin-bottom: 20px;
    padding-right: 0;
    /*	flex: none;*/
  }
  #videoContainer h2 {
    font-size: 2.9em !important;
  }
  .videoParentWrapper {
    float: none;
    width: 100%;
    margin: 0;
  }
  #videoDescription p a.greenButtonTiny {
    line-height: 1.3em;
  }
  #welcome, #services, #projectElevate, #whoweare, #location, #services, #photo2, #photo3, #photo4, #photo5, #letsGetStarted {
    padding: 30px 30px !important;
  }
  #location div, .col {
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  #welcome #ieg {
    width: 80% !important;
  }
  #welcome {
    background-color: #fff !important;
  }
  #partners ul, #partners ul li {
    text-align: center;
  }
  .arrow {
    display: none;
  }
  #footer {
    /*padding: 90px 10px;*/
  }
  #footer .col a img {
    width: 50%;
    max-width: 200px;
  }
}