/*
	Theme Name: NRG
	Theme URI: http://www.macintypedesign.com.au/
	Description: NRG Theme
	Version: 1.0
	Author: Macintype Design
	Author http://www.macintypedesign.com.au/
	
	*/

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, b, 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, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, ul, li {
  display: block;
}

ol, ul {
  list-style: none;
}

img {
  vertical-align: middle;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*
	----------------
	LAYOUT
	----------------
*/
body {
  background: #ffffff;
  font-family: "Source Sans Pro", Tahoma, sans-serif;
  font-size: 17px;
  color: #111;
  line-height: 1.4;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

a {
  color: #222;
  text-decoration: none;
}

.width {
  max-width: 1040px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.narrow {
  max-width: 660px;
}

.narrow p:first-of-type {font-size:1.1em;}
.contact-us .narrow p:first-of-type {font-size:inherit!important;}



h1 {
  font-size: 47px;
  font-weight: 300;
}

h2 {
  font-size: 45px;
  color: #8BC53F;
  font-weight: 300;
  padding-bottom: 30px;
  text-transform:lowercase;
}

h3 {
  font-size: 30px;
  color: #8BC53F;
  letter-spacing: -1px;
  font-weight: 600;
  padding-bottom: 30px;
}

h4 {
  font-size: 20px;
}

@media only screen and (max-width: 900px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 28px;
  }
}
.float-left {
  float: left;
}

.float-right {
  float: right;
}

p {
  margin-bottom: 20px;
}

p + p {
  margin-top: -10px;
}

.margin-top {
  margin-top: 20px;
}

.margin-top-2x {
  margin-top: 40px;
}

.margin-top-half {
  margin-top: 10px;
}

.margin-bottom {
  margin-bottom: 20px;
}

.margin-bottom-2x {
  margin-bottom: 40px;
}

.no-margin {
  margin: 0;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.padding-top {
  padding-top: 20px;
}

.padding-top-2x {
  padding-top: 40px;
}

.padding-bottom {
  padding-bottom: 20px;
}

.padding-bottom-2x {
  padding-bottom: 40px;
}

.padding-both {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-both-2x {
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

@media only screen and (max-width: 900px) {
  .tablet-text-center {
    text-align: center;
  }
}
.text-caps {
  text-transform: uppercase;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-light {
  font-weight: 300;
}

.position-relative {
  position: relative;
}

.email {
  unicode-bidi: bidi-override;
  direction: rtl;
}

.phone {
  white-space: nowrap;
}

.clearfix:after,
.inline-list:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

img {
  vertical-align: top;
  max-width: 100%;
}

/*  data-icon='&#xf066;' */
[data-icon]:before,
[data-iconAfter]:after {
  content: attr(data-icon);
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  margin-right: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

[data-iconAfter]:after {
  margin-right: 0;
  margin-left: 5px;
  content: attr(data-iconAfter);
}

/* Vertical align content */
.valign-parent {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.valign {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* Hide toggle elements */
[data-toggle] {
  display: none;
}

/* Preload images to prevent delays later */
.preload {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: -1px;
  background: url("/wp-content/themes/nrg/img/navigation-toggle-hide.svg");
}

/*
	----------------
	FLEX COLUMNS
	----------------
*/
.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.cols1 > li {
  width: 100%;
}

.cols2 > li {
  width: 50%;
}

.cols3 > li {
  width: calc(99.9% / 3);
}

.cols4 > li {
  width: 25%;
}

.cols5 > li {
  width: 20%;
}

.cols6 > li {
  width: calc(99.9% / 6);
}

.cols7 > li {
  width: calc(99.9% / 7);
}

.cols8 > li {
  width: 12.5%;
}

.cols9 > li {
  width: calc(99.9% / 9);
}

.cols10 > li {
  width: 10%;
}

@media (min-width: 501px) and (max-width: 900px) {
  .cols1_t > li {
    width: 100%;
  }

  .cols2_t > li {
    width: 50%;
  }

  .cols3_t > li {
    width: calc(99.9% / 3);
  }

  .cols4_t > li {
    width: 25%;
  }

  .cols5_t > li {
    width: 20%;
  }

  .cols6_t > li {
    width: calc(99.9% / 6);
  }

  .cols7_t > li {
    width: calc(99.9% / 7);
  }

  .cols8_t > li {
    width: 12.5%;
  }

  .cols9_t > li {
    width: calc(99.9% / 9);
  }

  .cols10_t > li {
    width: 10%;
  }
}
@media (max-width: 500px) {
  .cols1_m > li {
    width: 100%;
  }

  .cols2_m > li {
    width: 50%;
  }

  .cols3_m > li {
    width: calc(99.9% / 3);
  }

  .cols4_m > li {
    width: 25%;
  }

  .cols5_m > li {
    width: 20%;
  }

  .cols6_m > li {
    width: calc(99.9% / 6);
  }

  .cols7_m > li {
    width: calc(99.9% / 7);
  }

  .cols8_m > li {
    width: 12.5%;
  }

  .cols9_m > li {
    width: calc(99.9% / 9);
  }

  .cols10_m > li {
    width: 10%;
  }
}
.colGutter5 {
  margin: 0 0 -5px -5px;
}

.colGutter5 > li {
  padding: 0px 0px 5px 5px;
}

.colGutter10 {
  margin: 0px 0px -10px -10px;
}

.colGutter10 > li {
  padding: 0px 0px 10px 10px;
}

/* 
	<div class='sideAlign'>
		<div>Left side</div>
		<div>Right side</div>
	</div>
*/
.side-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100%;
}

.side-align.valign-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
              -ms-grid-row-align: flex-start;
          align-items: flex-start;
}

.side-align-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.side-align > .small {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.side-align > .large {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media only screen and (max-width: 900px) {
  .side-align.stack-tablet {
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  .side-align.stack-mobile {
    display: block;
  }
}
/*
	----------------
	LISTS
	----------------
*/

.narrow p + ul { margin-top: -20px; margin-bottom:20px; }
.narrow li {
  padding-left: 16px;
}

.narrow li:before {
  content: ">";
  color: #8BC53F;
  float: left;
  width: 16px;
  margin-left: -16px;
}

.info li, .form-list li {
  padding-left: 0;
}

.form-list li:before, .info li:before, .board-list li:before {
  content: "";
  color: #8BC53F;
  float: left;
  width: 0;
  margin-left: 0;
}



.number-list {
  counter-reset: numList;
}

.number-list > li {
  counter-increment: numList;
  padding-left: 20px;
}

.number-list > li:before {
  content: counter(numList) ".";
  float: left;
  width: 20px;
  margin-left: -20px;
}

.inline-list {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

ul.padding li {
  padding-top: 5px;
  padding-bottom: 5px;
}

ul.padding-2x li {
  padding-top: 10px;
  padding-bottom: 10px;
}

ul.borders,
ul.borders li,
ul.border-bottom li {
  border-color: currentColor;
  border-style: solid;
}

ul.borders li,
ul.border-bottom li {
  border-bottom-width: 1px;
}

ul.border-bottom li:last-of-type {
  border-bottom: 0;
}

ul.borders {
  border-top-width: 1px;
}

/*
	----------------
	FORMS
	----------------
*/
/* Active */
/* Dropdown */
/* Dropdown hover */
/* Dropdown selected */
/* Checkbox and radio size */
label a {
  text-decoration: underline;
}

textarea,
input[type="text"],
input[type="email"],
select {
  border: 1px solid #c6c6c6;
  color: #111;
  background: #fff;
  padding: 0 14px;
  line-height: 48px;
  /* To cater for border */
  height: 50px;
  font-family: "Source Sans Pro", Tahoma, sans-serif;
  font-size: 13px;
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%;
  display: inline-block;
  outline: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus {
  outline: none;
  color: #111;
  background: #fff;
  border-color: #a9a9a9;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #444444;
  text-transform: uppercase;
}

::-moz-placeholder {
  opacity: 1;
  color: #444444;
  text-transform: uppercase;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #444444;
  text-transform: uppercase;
}

::placeholder {
  opacity: 1;
  color: #444444;
  text-transform: uppercase;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0.1;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0.1;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0.1;
}

input:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0.1;
}

input[type="submit"] {
  background-color: transparent;
  border: 1px solid #111;
  color: #111;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  padding: 0 15px;
  cursor: pointer;
  border-radius: 0;
  display: inline-block;
  -webkit-appearance: none;
  font-family: "Source Sans Pro", Tahoma, sans-serif;
  min-width: 205px;
  text-align: center;
  text-transform: uppercase;
}

input[type="submit"]:hover {
  background: #111;
  color: #fff;
}

textarea {
  width: 100%;
  resize: vertical;
  height: auto;
  line-height: 1.7;
  padding: 14px;
}

label {
  cursor: pointer;
}

/*
	----------------
	SELECT MENUS
	----------------
*/
.selectric-wrapper {
  color: #111;
  font-size: 13px;
  text-transform: uppercase;
}

.selectric {
  border: 1px solid #c6c6c6;
  background: #fff;
}

.selectric .label {
  line-height: 48px;
  height: 48px;
  margin-left: 14px;
}

.selectric .select-button {
  color: #111;
  height: 48px;
}

.selectric .select-button:after {
  border-top-color: #111;
}

/* Select:hover */
.selectric-hover .selectric {
  border-color: #c6c6c6;
}

.selectric-hover .selectric .select-button {
  color: #111;
}

.selectric-hover .selectric .select-button:after {
  border-top-color: #111;
}

/* Select:active */
.selectric-open .selectric {
  border-color: #a9a9a9;
  background: #fff;
}

/* Options list */
/* Prevent 1px jog */
.selectric-wrapper {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.selectric-items {
  background: #ececec;
  border: 1px solid #a9a9a9;
  margin-top: -1px;
}

.selectric-above .selectric-items {
  margin-top: auto;
  margin-bottom: -1px;
}

.selectric-items ul, .selectric-items li {
  line-height: 32px;
}

.selectric-items li {
  border-top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #111;
}

.selectric-items li:last-of-type {
  border-bottom: 0;
}

.selectric-items li:hover {
  background: rgba(0, 0, 0, 0.02);
  color: #111;
}

.selectric-items li.selected,
.selectric-items li.selected:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #111;
}

.selectric-items .disabled,
.selectric-items .disabled:hover {
  color: #111;
}

.selectric-items .selectric-group .selectric-group-label {
  color: #111;
}

/*
	----------------
	CHECK BOX and RADIO BUTTONS
	----------------
*/
/* Checkbox */
.input {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 16px;
  height: 16px;
}

/* Hide input */
.input input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.input input:disabled {
  cursor: default;
}

/* Pseudo input */
.input input ~ span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
}

.input input:disabled ~ span {
  opacity: 0.5;
}

/* Checkbox */
.input input[type='checkbox'] ~ span {
  color: #444;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  box-shadow: inset rgba(0, 0, 0, 0.2) 0px 1px 2px;
}

/* Checkbox: hover */
.input input[type='checkbox']:not(:disabled):hover ~ span,
.input input[type='checkbox']:not(:disabled):focus ~ span {
  border-color: rgba(0, 0, 0, 0.5);
}

/* Checkbox: focus */
.input input[type='checkbox']:not(:disabled):focus ~ span {
  box-shadow: inset rgba(0, 0, 0, 0.2) 0px 1px 2px, rgba(0, 0, 0, 0.1) 0px 0px 0px 3px;
}

/* Checkbox: checked */
.input input[type='checkbox']:checked ~ span {
  border-color: rgba(0, 0, 0, 0.6);
}

/* Checkbox: tick */
.input input[type='checkbox'] ~ span:before {
  content: "\f00c";
  display: block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0) scale(0);
          transform: translate(0, 0) scale(0);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  font-size: 10px;
  line-height: 14px;
}

.input input[type='checkbox']:checked ~ span:before {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

/* Radio */
.input input[type='radio'] ~ span {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  box-shadow: inset rgba(0, 0, 0, 0.2) 0px 1px 3px;
}

/* Radio: hover */
.input input[type='radio']:not(:disabled):hover ~ span,
.input input[type='radio']:not(:disabled):focus ~ span {
  border-color: rgba(0, 0, 0, 0.5);
  box-shadow: inset rgba(0, 0, 0, 0.3) 0px 1px 3px;
}

/* Radio: focus */
.input input[type='radio']:not(:disabled):focus ~ span {
  box-shadow: inset rgba(0, 0, 0, 0.3) 0px 1px 3px, rgba(0, 0, 0, 0.1) 0px 0px 0px 3px;
}

/* Radio: checked */
.input input[type='radio']:checked ~ span {
  box-shadow: inset rgba(0, 0, 0, 0.3) 0px 1px 3px;
  border-color: rgba(0, 0, 0, 0.5);
}

/* Radio: dot */
.input input[type='radio'] ~ span:before {
  background: #444;
  content: "";
  width: 8px;
  height: 8px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}

.input input[type='radio']:checked ~ span:before {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

/*
	----------------
	SLIDER
	----------------
*/
.top-slider li {
  background: #333;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
  height: 56vw;
  max-height: 100vh;
  min-height: 400px;
  padding: 100px 45px 0 45px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-slider li > div {
  max-width: 100%;
}

.top-slider .slider-logo {
  width: 432px;
  max-width: 100%;
}

.top-slider .slogan {
  font-size: 50px;
  font-weight: 400;
  padding: 30px 0 0 0;
}



@media only screen and (max-width: 900px) {
  .top-slider li {
    padding-top: 0;
  }

  .top-slider .slider-logo {
    max-width: 90%;
  }

  .top-slider .slogan {
    font-size: 24px;
    padding-top: 20px;
  }
}
/*
	----------------
	HEADER
	----------------
*/
@media only screen and (min-width: 901px) {
  /* Push content down below the fixed header */
  body {
    padding-top: 120px;
  }
}
.top-header {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 0px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  z-index: 10000;
  padding-top: 48px;
}

@media only screen and (max-width: 900px) {
  .top-header {
    position: relative;
    background: #fff;
  }
}
.top-header .logo {
  display: block;
  width: 193px;
  height: 50px;
  background: url("/wp-content/themes/nrg/img/logo.svg") no-repeat 50% 50%;
  background-size: contain;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}

/* If viewing the index page with the slider, adjust the header */
@media only screen and (min-width: 901px) {
  body.home {
    padding-top: 0;
  }

  .home .top-header {
    background: transparent;
    box-shadow: transparent 0px 1px 0px;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
  }

  /* Make header white when scrolled or when navigation is active */
  .navigation-active .top-header,
  .home.scrolled .top-header {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 0px;
  }
}
/* Hide the logo since it's already displayed in the slider */
.home .top-header .logo {
  display: none;
}

.navigation-wrap {
  padding-top: 10px;
}

.navigation-toggle {
  float: right;
  width: 45px;
  height: 45px;
  background: url("/wp-content/themes/nrg/img/navigation-toggle.svg") no-repeat;
  background-size: cover;
  cursor: pointer;
  position: relative;
  z-index: 3000;
}

.navigation-active .navigation-toggle {
  background-image: url("/wp-content/themes/nrg/img/navigation-toggle-hide.svg");
}

@media only screen and (min-width: 901px) {
  .navigation {
    line-height: 23px;
    text-transform: uppercase;
    float: left;
    padding: 11px 30px 0 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }

  .navigation-active .navigation {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .navigation li {
    font-size: 15px;
    float: left;
  }

  .navigation a {
    color: #111;
    padding: 0 10px;
    display: block;
    border-right: 1px solid #111;
  }

  .navigation li:last-of-type a {
    border: 0;
  }
}
/* Navigation for tablets and phones */
@media only screen and (max-width: 900px) {
  /* Navigation */
  .navigation {
    background: #fff;
    text-align: center;
    color: #111;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform ease-in-out 0.3s;
    transition: -webkit-transform ease-in-out 0.3s;
    transition: transform ease-in-out 0.3s;
    transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
    display: block;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100%;
    padding: 55px 0 20px 0;
  }

  .navigation ul {
    margin-bottom: 60px;
  }

  .navigation-active .navigation {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    overflow: auto;
  }

  .navigation a {
    color: currentColor;
    display: block;
    padding: 15px 0;
  }
}
/*
	----------------
	FOOTER
	----------------
*/
.footer {
  background: #eeeeee;
  padding-top: 40px;
  font-weight: normal;
}

.footer,
.footer a {
  color: #111;
}

.footer-logo {
  width: 360px;
}

.footer-companies img {
  height: 42px;
  margin-left: 20px;
  margin-right:20px;
}


.footer-links {
  line-height: 1;
  text-transform: uppercase;
  font-size: 13px;
  padding: 40px 0 10px 0;
}

.footer-links li {
  padding: 0 10px;
  border-right: 1px solid currentColor;
  margin-bottom: 10px;
}

.footer-links li:first-of-type {
  padding-left: 0;
}

.footer-links li:last-of-type {
  padding-right: 0;
  border: 0;
}

.copyright {
   	margin-left:7px!important;}

.copyright li {
    border-left: 1px solid currentcolor!important;
    padding: 0 10px!important;
	border-right:none!important;}

.footer-bar {
  background: rgba(0, 0, 0, 0.2);
  padding: 30px 0;
}

.footer-bar .footer-links {
  padding: 0;
}

/*
	----------------
	FORMS
	----------------
*/
.form-list > li:not(:last-of-type) {
  padding-bottom: 3px;
}

.form-list input[type='submit'] {
  margin-top: 20px;
}

/*
	----------------
	CONTENT
	----------------
*/
section {
  padding: 45px 0;
  background: #fff;
}

.stand-out {
  color: #8BC53F;
  padding: 80px 0;
  font-size: 45px;
  font-weight: 300;
  text-align: center;
}

@media only screen and (max-width: 900px) {
  section {
    padding: 30px 0;
  }

  .stand-out {
    font-size: 24px;
    padding: 30px 0;
  }
}
.highlight-block {
  background: #8BC53F;
  color: #fff;
  padding: 50px 0;
  font-size: 19px;
  position: relative;
}

.highlight-icon {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -780px;
  height: 100%;
  width: 430px;
  background: url("/wp-content/themes/nrg/img/highlight-icon.svg") no-repeat 50% 50%;
  background-size: 430px auto;
}

.highlight-block .width {
  position: relative;
}

.highlight-block h3 {
  color: inherit;
}

.highlight-block .button {
  border-color: currentColor;
  color: inherit;
}

/* Tractor parallax */
.parallax-index {
  background: none;
  text-align: center;
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  padding: 150px 0;
}

@media only screen and (max-width: 900px) {
  .parallax-index {
    font-size: 24px;
    padding: 40px 0;
  }
}
/* Company logos */
.section-companies {
  text-align: center;
}

.section-companies img {
  height: 53px;
  margin-right: 45px;
  margin-left:45px;
}

@media only screen and (max-width: 500px) {
  .section-companies img {
    display: block;
    margin: 0 auto 10px auto !important;
  }
}
/* Hero strips (page titles) */
.hero {
  height: 345px;
  background: #222 no-repeat 50% 50%;
  background-size: cover;
  text-align: center;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 900px) {
  .hero {
    height: auto;
    min-height: 150px;
  }
}
.hero h1 {
  color: #fff;
}

.hero-waves {
  background-image: url("/wp-content/themes/nrg/img/hero-waves.jpg");
}

.hero-sky {
  background-image: url("/wp-content/themes/nrg/img/hero-sky.jpg");
}

.side-align .facts-left {
  color: #8BC53F;
  font-size: 40px;
  font-weight: 300;
}

@media only screen and (min-width: 901px) {
  .side-align .facts-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 280px;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
    text-align: right;
    padding-right: 30px;
  }

  .section-facts .large {
    border-left: 1px solid #8BC53F;
    padding-left: 30px;
  }
}
.section-facts {
  background: #eee;
}

.facts-list li {
  padding-bottom: 8px;
}

.facts-list .bar-wrap {
  display: inline-block;
  padding: 6px 10px;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  position: relative;
}

.facts-list .bar-wrap:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #58595B;
  width: 0%;
  -webkit-transition: width 0.9s ease-in-out;
  transition: width 0.9s ease-in-out;
}

.facts-list .bar-wrap.visible:before {
  width: 100%;
}

.facts-list li:nth-of-type(even) .bar-wrap:before {
  background: #8BC53F;
}

.facts-list .text {
  position: relative;
}

.facts-sources {
  font-size: 11px;
  font-style: italic;
}

@media (min-width: 1105px) {
  .facts-list span {
    white-space: nowrap;
  }
}
.red {
  background: red !important;
}

.board-member {
  max-width: 210px;
  height: 305px;
  overflow: hidden;
  position: relative;
  margin: 0 auto 20px auto;
}

.board-member .name {
  background: #8BC53F;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  font-size: 19px;
  position: relative;
  z-index: 10;
}

.board-member .photo {
  height: 265px;
  background-size: cover;
  background-position: 50% 50%;
}

.board-member .bio {
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px;
  font-size: 14px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 40px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}

.board-member:hover .bio {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.board-member a.overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  text-indent: 110%;
  white-space: nowrap;
}

/* The board */
.board-list > li {
  padding: 40px;
  padding-left: 240px;
  border-bottom: 1px solid #111;
}

.board-list > li:last-of-type {
  border-bottom: 0;
}

.board-list .photo {
  width: 210px;
  margin-left: -240px;
  float: left;
}

.board-list .info li:not(:last-of-type) {
  padding-bottom: 20px;
}

@media (max-width: 560px) {
  .board-list > li {
    padding: 40px;
  }

  .board-list .photo {
    float: none;
    display: block;
    margin: 0 auto 20px auto;
  }
}
/* Buttons */
.button {
  display: inline-block;
  padding: 0 20px;
  line-height: 30px;
  min-width: 200px;
  text-align: center;
  font-size: 17px;
  color: #111;
  border: 1px solid #111;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
}

.button:hover {
  background: #111;
  color: #fff;
}

/* White button */
.button.button-alt {
  color: #fff;
  border-color: #fff;
}

.button.button-alt:hover {
  background: #fff;
  color: #8BC53F;
}

/* Modal box */
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.75);
}

.featherlight .featherlight-content {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 50px;
  width: 94%;
  max-width: 490px;
}

/* Close button */
.featherlight .featherlight-close-icon {
  color: #000;
  width: 35px;
  height: 35px;
}

.featherlight .featherlight-close-icon:hover {
  background: rgba(0, 0, 0, 0.1);
}

.featherlight .featherlight-close-icon:before {
  line-height: 35px;
}

html {
	padding-top:50px;
}
#newsflash {
	height:50px;
	background:#f9461c;
	color:#fff;
	z-index:999999;
	text-align:center;
	text-transform:uppercase;
	font-size:21px;
	line-height:50px;
}
.top-header {
	padding-top:98px;
	height:180px;
}

@media (max-width: 767px) {
    #newsflash {
        font-size:11px;
    }
}