@charset "UTF-8";
/* Eric Meyer's reset
	http://meyerweb.com/eric/tools/css/reset/ 
	v2.0b1 | 201101 
	NOTE: WORK IN PROGRESS
	USE WITH CAUTION AND TEST WITH ABANDON */
/* Use this reset as a starting point, and customize to your needs */
/* Slightly modified to prevent anchor elements from losing outline, as in HTML5 Boilerplate */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
a {
  background: transparent;
  outline: none;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Meyer's reset ends here */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
b,
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
small {
  font-size: 85%;
}
img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled],
input[disabled] {
  cursor: default;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
/* 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;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.browsehappy {
  height: 10%;
  width: 100%;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 60px 0;
  font-size: 22px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999999999;
}
.browsehappy a {
  color: yellow;
  text-decoration: underline;
}
.browsehappyimg {
  z-index: 999999999999999;
  position: absolute;
  left: 48%;
  top: 12%;
}
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.pad-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
/*==================================================*/
/*=============== MOLECULAR STYLES ================*/
/*===============================================*/
/* (Common Elements that make up bigger groups elements.) */
/* Document level adjustments */
html {
  font-size: 30px;
}
/* Modules will scale with document */
nav {
  font-size: 1rem;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 17, 2014 */
@font-face {
  font-family: 'myriadwebpro';
  src: url('../fonts/myriadwebpro-webfont.eot');
  src: url('../fonts/myriadwebpro-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/myriadwebpro-webfont.woff') format('woff'), url('../fonts/myriadwebpro-webfont.ttf') format('truetype'), url('../fonts/myriadwebpro-webfont.svg#pt_serifitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt_serifitalic';
  src: url('../fonts/ptf56f-webfont.eot');
  src: url('../fonts/ptf56f-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/ptf56f-webfont.woff') format('woff'), url('../fonts/ptf56f-webfont.ttf') format('truetype'), url('../fonts/ptf56f-webfont.svg#pt_serifitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt_serifbold';
  src: url('../fonts/ptf75f-webfont.eot');
  src: url('../fonts/ptf75f-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/ptf75f-webfont.woff') format('woff'), url('../fonts/ptf75f-webfont.ttf') format('truetype'), url('../fonts/ptf75f-webfont.svg#pt_serifbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt_serifregular';
  src: url('../fonts/ptf55f-webfont.eot');
  src: url('../fonts/ptf55f-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/ptf55f-webfont.woff') format('woff'), url('../fonts/ptf55f-webfont.ttf') format('truetype'), url('../fonts/ptf55f-webfont.svg#pt_serifregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.myriad {
  font-family: "myriadwebpro", sans-serif;
}
.pt-regular {
  font-family: "pt_serifregular", serif;
}
.pt-bold {
  font-family: "pt_serifbold", serif;
}
.pt-italic {
  font-family: "pt_serifitalic", serif;
}
body {
  -webkit-font-smoothing: antialiased;
}
/******** COLUMN STYLES *********/
.col4,
.col6 {
  display: inline-block;
  vertical-align: top;
}
.col4 {
  width: 40%;
}
.col6 {
  width: 60%;
}
/******** COLOR STYLES *********/
.white {
  color: #fff;
}
.grey {
  color: #cccccc;
}
.darkgrey {
  color: #999999;
}
.black {
  color: #1a1615;
}
.blue {
  color: #18afe9;
}
/******** TYPE FORMATING STYLES *********/
h1 {
  font-family: "pt_serifregular", serif;
  color: #1a1615;
  font-size: 1.528em;
}
h2 {
  font-family: "pt_serifregular", serif;
  color: #818181;
  font-size: 1em;
  line-height: 2em;
}
h3 {
  font-family: "pt_serifregular", serif;
  font-size: 1.528em;
  color: #bebebe;
}
h4 {
  font-family: "pt_serifregular", serif;
  font-size: 1.528em;
  color: #fff;
}
h5 {
  font-family: "myriadwebpro", sans-serif;
  font-size: .858em;
  color: #1a1615;
}
h5 a {
  text-decoration: underline;
  color: #1a1615;
  font-weight: bold;
}
h5 a:hover {
  color: #cccccc;
}
p {
  font-family: "myriadwebpro", sans-serif;
  font-size: 1em;
  color: #cccccc;
}
p.caption {
  font-size: 0.6em;
  color: #818181;
}
a:hover {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.bordered {
  border-top: 8px solid #cccccc;
  border-bottom: 8px solid #cccccc;
}
.checklist li {
  font-family: "myriadwebpro", sans-serif;
  display: inline-block;
  margin-right: 15px;
  padding-left: 55px;
  line-height: 52px;
  background: url(../img/checkbox.png) no-repeat;
  font-weight: bold;
  color: #18afe9;
}
.clear {
  clear: both;
}
/*=================================================*/
/*================ ORGANIC STYLES ================*/
/*===============================================*/
/* (Groups of elements that are used throughout the site.) */
/******** START {Frequently apearing element name} STYLES *********/
header {
  width: 100%;
  position: relative;
  top: 0;
  border-bottom: 4px solid white;
  z-index: 1000;
  background: url('../img/nav.jpg') no-repeat center top;
  background-color: #225E3D;
}
header a {
  position: absolute;
  left: 92%;
  top: 40%;
  text-decoration: none;
  font-size: 10px;
  color: #225E3D;
}
nav {
  max-width: 1190px;
  width: 80%;
  margin: 0 auto;
  height: 74px;
  text-align: center;
}
nav a.logo {
  width: 15%;
  display: inline-block;
  border-right: 1px solid white;
  margin-left: -9px;
  font-size: 0;
  line-height: 74px;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
}
nav ul {
  vertical-align: top;
  display: inline-block;
  text-align: right;
  width: 84%;
}
nav ul li {
  position: relative;
  height: 70px;
  display: inline-block;
  width: 140px;
  top: 0px;
  padding-top: 0px;
  margin-left: 10px;
  border-right: 1px solid white;
  text-align: top;
  vertical-align: center;
}
nav ul li:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
nav ul li a {
  color: #fff;
  left: 0;
  text-decoration: none;
  text-align: center;
  font-family: "myriadwebpro", sans-serif;
  width: 100%;
  font-size: 21px;
  vertical-align: top;
  height: 74px;
  display: block;
}
nav a#menu {
  display: none;
  height: 2em;
  width: 2em;
  background: red;
  position: absolute;
  right: 0.5em;
  top: 0.25em;
  cursor: pointer;
  background: url(../img/hamburger.png) no-repeat center;
}
/******** END {Frequently appearing element name} STYLES *********/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-family: "myriadwebpro", sans-serif;
  font-size: 0.8333333333333334em;
  font-weight: lighter;
  color: #cccccc;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 55px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: white;
  /* background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);*/
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #999999;
  text-decoration: none;
  white-space: nowrap;
  line-height: 55px;
  /*margin-bottom: 40px;*/
}
.chosen-container-single .chosen-default {
  color: #999999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../img/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../img/chosen-sprite.png') no-repeat 2px 16px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('../img/chosen-sprite.png') no-repeat 100% -20px;
  background: url('../img/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('../img/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('../img/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('../img/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('../img/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
  color: #999999;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -16px 18px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('../img/chosen-sprite%402x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/*================================================*/
/*================  PAGE STYLES  ================*/
/*==============================================*/
/* (Styles for pages with elements occuring in ways specific to the page.) */
section:not(#image) .inner,
footer {
  max-width: 1190px;
  width: 90%;
  margin: 0 auto;
}
section#image {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.text-block {
  display: inline-block;
  vertical-align: middle;
  width: 85%;
}
#top .logo {
  margin: 118px auto 1.25em;
  display: block;
}
#top .container {
  margin-bottom: 135px;
}
#top .container .text-block {
  width: 67%;
  margin-top: 2em;
  display: inline-block;
  font-family: "pt_serifregular", serif;
}
#top .container .text-block h1 {
  margin-bottom: 0.25em;
}
#top .container .text-block h2 {
  margin: 1em 0;
  line-height: 1.25em;
}
#top .container .text-block h3 {
  line-height: 1.5em;
  color: #999999;
}
#top .gas {
  display: inline-block;
  margin: 0 5% 0 0;
  width: 24%;
  max-width: 293px;
}
.image {
  /*border-bottom: 9px solid #b4b6b6;*/
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0px 50px 0px;
  z-index: 100;
}
.image .inner {
  max-width: 1190px;
  width: 90%;
  height:80vh;
}
.image .text-block {
    max-width: 800px;
    position: absolute;
    bottom: 100px;
}
.image h1 {
  margin-bottom: 1em;
  white-space: nowrap;
  color: #fff;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
.image p {
  
  font-family: "pt_serifregular", serif;
  font-size: 0.8em;
  line-height: 1.6666666666666667em;
  color: white;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
.image p a {
  text-decoration: underline;
  color: #fff;
}
#home-splash {
  background: url(../img/webHeaderHydrocore.png) no-repeat center top ;
  background-size: cover;
  background-attachment: vvfixed;
  height:92vh;
  margin-top: 8vh;
}
#intro .inner .container img {
  position: absolute;
  top: 0;
  z-index: -1;
  display: inline-block;
  margin-left: -55%;
}
#intro .inner .container {
  width: 67%;
  margin-left: 33%;
  position: relative;
}
#landfill {
  border-top: 8px solid #cccccc;
  border-bottom: 8px solid #cccccc;
  padding-top: 120px;
}
#landfill .inner {
  max-width: 1190px;
  width: 80%;
  margin: 0 auto;
}
#landfill .inner .container {
  width: 67%;
  margin-left: 33%;
  position: relative;
}
#landfill .inner .container img {
  position: absolute;
  bottom: 0;
  z-index: -1;
  display: inline-block;
  margin-left: -66%;
}
#landfill .inner .container .text-block {
  vertical-align: top;
  width: 100%;
  margin-bottom: 120px;
  z-index: 10;
}
#landfill .inner .container .text-block h1 {
  line-height: 1.25em;
}
#landfill .inner .container .text-block h2 {
  margin: .25em 0;
  font-size: .875em;
  color: #1a1615;
}
#landfill .inner .container .text-block h2 a {
  color: #1a1615;
}
#landfill .inner .container .text-block h3 {
  line-height: 1.25em;
  margin: .5em 0;
  color: #999999;
}
#landfill .inner .container .text-block ul {
  list-style-type: disc;
  padding-left: 2em;
}
#community {
  border-bottom: 9px solid #b4b6b6;
  padding-bottom: 112px;
}
#community .left {
  width: 50%;
  float: left;
}
#community .right {
  width: 45%;
  float: right;
}
#community h1 {
  margin: 135px 0 45px;
}
#community p:not(.caption) {
  color: #000;
  font-family: "pt_serifregular", serif;
  font-size: 1em;
  line-height: 1.75em;
}
#community img.inset {
  margin: 135px 0 10px;
  border: 5px solid #cccccc;
  width: 100%;
}
#community img.logo {
  width: 90%;
  margin: 20px 5%;
}
#community .logo-block {
  width: 100%;
  margin-top: 36px;
}
#community .logo-block .rmg,
#community .logo-block .pilot {
  width: 50%;
}
#community .logo-block .rmg:first-child,
#community .logo-block .pilot:first-child {
  float: left;
}
#community .logo-block .rmg:last-child,
#community .logo-block .pilot:last-child {
  float: right;
}
#community .logo-block .nrel,
#community .logo-block .sevierville {
  width: 50%;
}
#community .logo-block .nrel {
  float: right;
  padding-top: 10px;
}
#community .logo-block .sevierville {
  float: left;
}
#form {
  border-bottom: 9px solid #b4b6b6;
  padding: 128px 0;
}
#form .left {
  width: 55%;
  float: left;
}
#form .left h1 {
  color: #000;
  padding-bottom: 30px;
}
#form .left p {
  font-size: .8em;
  color: #000;
  line-height: 1.5em;
  font-family: "pt_serifregular", serif;
}
#form .left form .input {
  font-family: "myriadwebpro", sans-serif;
  font-size: 0.8333333333333334em;
  font-weight: lighter;
  color: #999999;
  opacity: 1;
  height: 55px;
  width: 43%;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 40px;
  border: 1px solid #a9b0b2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#form .left form .input:invalid {
  background-color: white;
}
#form .left form .input.textarea {
  width: 94%;
  resize: none;
  padding-top: 15px;
  height: 116px;
}
#form .left form .chosen-container {
  width: 100%;
}
#form .left form button {
  width: 102px;
  height: 55px;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px #939292;
  border: none;
  font-family: "myriadwebpro", sans-serif;
  font-weight: bold;
  font-size: 0.8333333333333334em;
  background-color: #e4e4e4;
  background-image: -webkit-linear-gradient(top, #e4e4e4, #d3d3d3);
  background-image: -moz-linear-gradient(top, #e4e4e4, #d3d3d3);
  background-image: -o-linear-gradient(top, #e4e4e4, #d3d3d3);
  background-image: -ms-linear-gradient(top, #e4e4e4, #d3d3d3);
  background-image: linear-gradient(top, #e4e4e4, #d3d3d3);
  -webkit-box-shadow: 5px 5px 0 0 #b8bdbf;
  -moz-box-shadow: 5px 5px 0 0 #b8bdbf;
  box-shadow: 5px 5px 0 0 #b8bdbf;
  margin-bottom: 33px;
}
#form .left form textarea {
  margin-top: 40px;
}
footer {
  padding: 114px 0 148px;
}
footer img {
  margin: 0 auto;
  display: block;
  width: 20%;
  max-width: 283px;
  min-width: 200px;
}
footer p {
  text-align: center;
  font-size: 0.8333333333333334em;
  color: #000;
  padding-top: 61px;
  font-family: "pt_serifregular", serif;
}
#our-project-top {
  font-family: "pt_serifregular", serif;
  background: url('../img/our-project-bkg.jpg') no-repeat left 0px;
  background-size: contain;
  padding: 128px 0 60px;
  max-height: 760px;
}
#our-project-top .logo {
  margin: 0 auto 18px;
  display: block;
}
#our-project-top .container {
  margin-bottom: 0;
  width: 64%;
  margin-left: 35%;
  margin-bottom: 175px;
}
#our-project-top .container .text-block {
  width: 100%;
  margin-top: 2em;
  font-family: "pt_serifregular", serif;
}
#our-project-top .container .text-block span {
  width: 32%;
  float: left;
  margin-left: -49%;
  height: 288px;
  width: 288px;
  border-radius: 50%;
}
#our-project-top .container .text-block span img {
  border: 8px solid #cccccc;
  border-radius: 50%;
}
#our-project-top .container .text-block h1,
#our-project-top .container .text-block p {
  width: 66%;
  float: left;
}
#our-project-top .container .text-block p {
  margin-top: 1em;
  font-family: "pt_serifregular", serif;
  color: #999999;
  line-height: 1.75em;
}

#mmrr-splash {
  background: url(../img/smokies.jpg) no-repeat center top ;
  background-size: cover;
}

#better-world {
  background: url('../img/better-world.jpg') no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
#better-world h4 {
  margin-bottom: 0.5em;
}
#mmrr-history h1,
#cradle h1,
#breakdown h1,
#flexibility h1 {
  margin: 60px 0 30px;
  white-space: nowrap;
}
#mmrr-history .text-block,
#cradle .text-block,
#breakdown .text-block,
#flexibility .text-block {
  width: 60%;
  font-family: "pt_serifregular", serif;
  color: #1a1615;
  line-height: 1.5em;
  margin: 1em 9% 1em 0;
}
#mmrr-history .text-block p,
#cradle .text-block p,
#breakdown .text-block p,
#flexibility .text-block p {
  color: #1a1615;
  font-family: "pt_serifregular", serif;
  margin-top: .25em;
}
#mmrr-history .text-block img,
#cradle .text-block img,
#breakdown .text-block img,
#flexibility .text-block img {
  margin-bottom: 1em;
}
#mmrr-history h4,
#cradle h4,
#breakdown h4,
#flexibility h4 {
  color: #999999;
  font-family: "myriadwebpro", sans-serif;
  font-weight: bold;
  font-size: 1em;
}
#mmrr-history span,
#cradle span,
#breakdown span,
#flexibility span,
#mmrr-history img.inset,
#cradle img.inset,
#breakdown img.inset,
#flexibility img.inset {
  width: 30%;
}
#mmrr-history span,
#cradle span,
#breakdown span,
#flexibility span {
  color: #18afe9;
  font-size: 17px;
  font-family: "myriadwebpro", sans-serif;
  text-align: center;
  display: inline-block;
}
#mmrr-history img.inset,
#cradle img.inset,
#breakdown img.inset,
#flexibility img.inset {
  border: 8px solid #cccccc;
  border-radius: 50%;
  display: inline-block;
  height: 290px;
  width: 290px;
  margin-top: 1em;
}
#cradle {
  padding-bottom: 2em;
}
#cradle h1 {
  margin-bottom: 0em;
}
#flexibility {
  border-bottom: 6px solid #cccccc;
  background: url('../img/flexibility.jpg') no-repeat right top;
  background-size: cover;
  /*background-attachment: fixed;*/
}
#gain {
  border-top: 8px solid #cccccc;
  border-bottom: 8px solid #cccccc;
  margin-top: 120px;
  background: url('../img/gain.png') no-repeat center top #544638;
  background-size: contain;
}
#gain h1 {
  margin: 120px 0 80px;
}
#gain ul {
  margin: 200px 0 80px 2em;
}
#gain ul li {
  margin-top: 1em;
  color: white;
  font-family: "pt_serifregular", serif;
}
#gain ul li p {
  color: white;
  font-size: 18px;
  margin-top: 1em;
}
#overview {
  border-top: 8px solid #cccccc;
  border-bottom: 8px solid #cccccc;
  border-top: none;
  padding: 150px 0 80px;
  background: #ffffff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMmQyZDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, #d2d2d4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d2d2d4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #d2d2d4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #d2d2d4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #d2d2d4 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #d2d2d4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d2d2d4', GradientType=0);
  /* IE6-8 */
}
#overview span {
  color: #18afe9;
  font-size: 20px;
  font-weight: light;
}
#overview h1 {
  margin: .25em 0 2em;
}
#overview h1.white {
  color: #fff;
  margin: 1.5em 0 0.5em;
}
#overview h1.white img {
  margin-left: 0.75em;
}
#overview p {
  color: #1a1615;
  font-family: "pt_serifregular", serif;
  line-height: 2em;
}
.sidebar {
  display: inline-block;
  vertical-align: top;
  margin-top: 2em;
  text-align: center;
  width: 30%;
  padding-top: 100px;
}
.sidebar span {
  width: 100%;
  min-width: 100%;
  margin-top: 3em;
}
.sidebar span:nth-of-type(1) {
  margin-top: 0;
}
#breakdown {
  padding-bottom: 80px;
}
#breakdown h1 {
  margin: 2em 0 1em;
}
#breakdown .icon-row {
  margin-bottom: 1.5em;
}
#breakdown .icon-row li {
  border: 4px solid #cccccc;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  height: 75px;
  width: 75px;
}
#breakdown h4 {
  color: #999999;
}
#value {
  background: #000000 url('../img/ALL-the-value.jpg') no-repeat top right;
  background-size: contain;
  border-top: 8px solid #cccccc;
  border-bottom: 8px solid #cccccc;
  padding: 120px 0 130px;
}
#value .inner h1 {
  color: #999999;
  margin-bottom: 1em;
}
#value .inner p {
  color: #fff;
  font-family: "pt_serifregular", serif;
  line-height: 2em;
}
#value .inner span,
#value .inner img {
  width: 30%;
}
#value .inner span {
  color: #18afe9;
  font-size: 16px;
  font-family: "myriadwebpro", sans-serif;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  margin-top: 80px;
}
#value .inner img {
  border: 8px solid #cccccc;
  border-radius: 50%;
  display: block;
  height: 290px;
  width: 290px;
  margin: 1em auto 0;
}
#tomeddy {
  border-top: 8px solid #cccccc;
  border-bottom: 8px solid #cccccc;
  padding: 110px 0 100px;
  background: url('../img/tomeddy-bkg.jpg') no-repeat;
  background-size: contain;
}
#tomeddy h4 {
  font-size: 1em;
  margin: 1em 0;
  color: #1a1615;
  font-family: "myriadwebpro", sans-serif;
  font-weight: bold;
}
#tomeddy p {
  color: #1a1615;
  font-family: "pt_serifregular", serif;
  line-height: 2em;
}
#tomeddy video {
  border: 8px solid rgba(255, 255, 255, 0.6);
  display: inline-block;
  background: rgba(180, 180, 180, 0.6);
}
section#team-members {
  padding-top: 120px;
}
section#team-members .inner {
  width: 85%;
  display: block;
  margin: 0 auto;
}
section#team-members h2 {
  font-size: 24px;
  margin: 2em 0 1em;
  color: #999999;
}
section#team-members p {
  font-size: 16px;
  line-height: 1.5em;
  color: #1a1615;
  margin: 1em 0;
}
/*======================================================*/
/*================  RESPONSIVE STYLES  ================*/
/*====================================================*/
/* (Contains ALL responsive code. Must be imported last so that it is the last css read.) */
/*************RESPONSIVE CODE*****************/
@media screen and (max-width: 1024px) {
  nav {
    width: 100%;
    z-index: 1000;
  }
  nav a.logo {
    max-width: 20%;
    border-right: none;
    margin-left: 3%;
    vertical-align: middle;
  }
  nav a.logo img {
    /*display: block;*/
  }
  nav ul {
    width: 74%;
    margin-right: 3%;
  }
  nav ul li {
    max-width: 38%;
  }
  nav ul li a {
    text-align: center;
    font-size: 0.58rem;
  }
  h1 {
    font-size: 1.25em;
  }
  h2 {
    font-size: 0.8em;
  }
  h3 {
    font-size: 1em;
  }
  h4 {
    font-size: .9em;
  }
  p {
    font-size: .75em;
  }
  #community p:not(.caption) {
    font-size: 0.8em;
  }
  #overview h1 img {
    max-width: 170px;
  }
  #overview img {
    width: 100%;
    max-width: 100%;
  }
  #overview p {
    font-size: .75em;
  }
  #mmrr-history span,
  #cradle span,
  #breakdown span {
    width: 38%;
  }
  #mmrr-history span img,
  #cradle span img,
  #breakdown span img {
    width: 100%;
    height: auto;
  }
  #mmrr-history span ul.checklist li,
  #cradle span ul.checklist li,
  #breakdown span ul.checklist li {
    font-size: 0.6em;
  }
  #mmrr-history .text-block,
  #cradle .text-block,
  #breakdown .text-block,
  #flexibility .text-block,
  #tomeddy .text-block,
  #value .text-block,
  #landfill .text-block {
    margin-right: 4%;
    width: 80%;
  }
  #mmrr-history .text-block h1,
  #cradle .text-block h1,
  #breakdown .text-block h1,
  #flexibility .text-block h1,
  #tomeddy .text-block h1,
  #value .text-block h1,
  #landfill .text-block h1 {
    font-size: 1.25em;
  }
  #mmrr-history .text-block h2,
  #cradle .text-block h2,
  #breakdown .text-block h2,
  #flexibility .text-block h2,
  #tomeddy .text-block h2,
  #value .text-block h2,
  #landfill .text-block h2 {
    font-size: 0.8em;
  }
  #mmrr-history .text-block h3,
  #cradle .text-block h3,
  #breakdown .text-block h3,
  #flexibility .text-block h3,
  #tomeddy .text-block h3,
  #value .text-block h3,
  #landfill .text-block h3 {
    font-size: 1em;
  }
  #mmrr-history .text-block h4,
  #cradle .text-block h4,
  #breakdown .text-block h4,
  #flexibility .text-block h4,
  #tomeddy .text-block h4,
  #value .text-block h4,
  #landfill .text-block h4 {
    font-size: .9em;
  }
  #mmrr-history .text-block h4,
  #cradle .text-block h4,
  #breakdown .text-block h4,
  #flexibility .text-block h4,
  #tomeddy .text-block h4,
  #value .text-block h4,
  #landfill .text-block h4 {
    font-size: .9em;
  }
  #mmrr-history .text-block p,
  #cradle .text-block p,
  #breakdown .text-block p,
  #flexibility .text-block p,
  #tomeddy .text-block p,
  #value .text-block p,
  #landfill .text-block p {
    font-size: .75em;
  }
  #mmrr-history .text-block {
    width: 56%;
  }
  #value .inner span {
    width: 30%;
    height: auto;
  }
  #value .inner span img {
    max-width: 100%;
    border-width: 4px;
    height: auto;
  }
  #gain {
    background-color: #999999;
  }
  #gain ul li {
    font-size: 0.8em;
  }
  #tomeddy video {
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  header {
    top: -50px;
    position: relative;
    display: block;
    width: 100vw;
    margin: 0px 0px 0px 0px;
    margin-bottom: 200px;
  }
  nav a.logo {
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
    border: none;
    height: 50px;    
  }
  nav ul {
    /*display: none;*/
    position: relative;
    max-width: 100vw;
    width: 100vw;
    top: 25px;
    left: 0px;
    right: 0px;
    background: #ccc;
    overflow: visible;
    padding: 0px 0px 0px 0px;
    margin-top: 0px;
  }
  nav ul li {
    display: block;
    border: none;
    margin: 0px 0px 0px 0px;
    max-width: 100vw;
    width: 100vw;
    height: 40px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding-right: 0px;
  }
  nav ul li a {
    color: #333;
    width: 100vw;
  }
  nav ul li:hover {
    background-color: #aaa;
  }
  nav ul.expand {
    height: 273px;
  }
  nav a#menu {
    display: block;
  }
    #home-splash {
        position: relative;
      background: url(../img/webHeaderHydrocore.png) no-repeat center top ;
      background-size: cover;
      background-attachment: scroll;
      height:92vh;
      margin-top: 8vh;
    }
  div.text-block,
  div.container {
    width: 100% !important;
    margin: 0 auto !important;
  }
  #our-project-top {
    background-image: none;
    padding-top: 120px !important;
  }
  #image,
  #landfill,
  #community,
  #our-project-top {
    padding: 60px 0;
    min-height: auto;
    height: auto;
  }
  #community .left h1 {
    margin-top: 0;
  }
  #community .right img {
    margin-top: 0;
  }
  #mmrr-history .text-block,
  #cradle .text-block,
  #breakdown .text-block,
  #flexibility .text-block,
  #tomeddy .text-block,
  #value .text-block,
  #landfill .text-block {
    margin-right: 4%;
    width: 80%;
  }
  #mmrr-history .text-block h1,
  #cradle .text-block h1,
  #breakdown .text-block h1,
  #flexibility .text-block h1,
  #tomeddy .text-block h1,
  #value .text-block h1,
  #landfill .text-block h1 {
    font-size: 0.9em;
  }
  #mmrr-history .text-block h2,
  #cradle .text-block h2,
  #breakdown .text-block h2,
  #flexibility .text-block h2,
  #tomeddy .text-block h2,
  #value .text-block h2,
  #landfill .text-block h2 {
    font-size: 0.8em;
  }
  #mmrr-history .text-block h3,
  #cradle .text-block h3,
  #breakdown .text-block h3,
  #flexibility .text-block h3,
  #tomeddy .text-block h3,
  #value .text-block h3,
  #landfill .text-block h3 {
    font-size: 1em;
  }
  #mmrr-history .text-block h4,
  #cradle .text-block h4,
  #breakdown .text-block h4,
  #flexibility .text-block h4,
  #tomeddy .text-block h4,
  #value .text-block h4,
  #landfill .text-block h4 {
    font-size: .9em;
  }
  #mmrr-history .text-block h4,
  #cradle .text-block h4,
  #breakdown .text-block h4,
  #flexibility .text-block h4,
  #tomeddy .text-block h4,
  #value .text-block h4,
  #landfill .text-block h4 {
    font-size: .9em;
  }
  #mmrr-history .text-block p,
  #cradle .text-block p,
  #breakdown .text-block p,
  #flexibility .text-block p,
  #tomeddy .text-block p,
  #value .text-block p,
  #landfill .text-block p {
    font-size: .75em;
  }
  #top {
    padding-bottom: 40px;
  }
  #top .logo {
    margin: 40px auto 60px;
  }
  #top .gas {
    display: none;
  }
  #flexibility {
    padding-bottom: 2em;
  }
  #form .left,
  #community .left {
    width: 100%;
    float: none;
    margin: 0 auto 2em;
  }
  #form .left img,
  #community .left img {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
  .checklist li {
    font-size: 0.8em;
  }
  .sidebar {
    width: 100%;
    padding-top: 0;
  }
  #mmrr-history span,
  #cradle span,
  #breakdown span {
    width: 50%;
    margin: 1em auto;
    display: inline-block;
  }
  #cradle span {
    display: block;
  }
  #breakdown .sidebar {
    width: 100%;
    margin: 1em auto;
    display: block;
  }
  #breakdown .sidebar span {
    display: inline-block;
    min-width: initial;
    width: 49%;
  }
  #breakdown .sidebar span img {
    display: block;
  }
  #form .right,
  #community .right {
    width: 100%;
    float: none;
  }
  #form .right input,
  #community .right input,
  #form .right select,
  #community .right select {
    width: 95% !important;
  }
}
@media screen and (max-width: 480px) {
  body {
    overflow-x: hidden;
  }
  h1 {
    font-size: 0.9em;
    white-space: normal !important;
  }
  h2 {
    font-size: 0.8em !important;
  }
  h3 {
    font-size: 0.75em;
  }
  h4 {
    font-size: .9em;
  }
  h4 {
    font-size: .9em;
  }
  p {
    font-size: 0.6em !important;
  }
}

.colleft {
    float: left;
    width: 50%;
}
.colright {
    float: right;
    width: 50%;
}
.colgroup:after {
    content:"";
    display: table;
    clear: both;
}
@media screen and (max-width: 480px) {
    .colleft, 
    .colright {
        float: none;
        width: auto;
    }
}
#copyright {
    margin-top: 50px;
    text-align: center;
}
#subnav {
    font-size: 14pt;
    color: white;
    text-align: right;
    margin-right: 20px;
    
}
