/* CSS Document */
/*

Theme Name: ESA by Stormship

Author: Stormship, Mike Patton

Author URI: http://stormship.com/

Version: 1.0

*/
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

main, article, aside, figure, footer, header, nav, section, details, summary {
  display: block; }

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%; }

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll; }

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: separate;
  border-spacing: 0; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */ }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

select, input, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0; }

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible; }

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

body {
  font-size: 17px;
  line-height: 21px;
  font-family: Raleway, sans-serif;
  color: #4c4c4c; }

h1 {
  font-size: 33px;
  line-height: 39px;
  font-weight: bold; }

h2 {
  font-size: 22px;
  line-height: 27px; }

h3, h1.h3 {
  font-size: 25px;
  line-height: 31px;
  font-weight: bold; }

h4 {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  color: #0054a6; }

h5 {
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  font-family: Roboto, Raleway, sans-serif; }

p.spaced, h6 {
  line-height: 27px; }

p {
  margin-bottom: 10px;
  line-height: 25px; }

img {
  max-width: 100%;
  height: auto; }

a {
  text-decoration: none;
  font-weight: bold;
  color: #e87722; }

b {
  font-weight: bold; }

table {
  background-color: transparent;
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 30px 0;
  width: 100%; }
  table td {
    border: 1px solid #ccc;
    padding: 5px 20px; }

section {
  padding: 60px; }

.content-wrapper {
  max-width: 976px;
  margin: 0 auto; }
  .content-wrapper.bigger {
    max-width: 1400px; }

a.btn.primary, .wp-block-button__link.primary, .btn.primary {
  border: 1px solid #ffbf3f;
  color: #ffbf3f;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 20px;
  font-size: 18px; }
a.btn.wp-block-button__link, .wp-block-button__link.wp-block-button__link, .btn.wp-block-button__link {
  background-color: transparent;
  border: 1px solid #ffbf3f;
  color: #ffbf3f;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 0; }
a.btn.solid, .wp-block-button__link.solid, .btn.solid {
  padding: 5px 10px;
  background-color: #e87722;
  color: #fff;
  text-transform: uppercase;
  font-size: .8em;
  border: 0; }

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }

.darkblue {
  color: #0054a6; }

.orange {
  color: #e87722; }

.lightblue {
  color: #71c5e8; }

.uppercase {
  text-transform: uppercase; }

.posted-date {
  font-weight: bold;
  text-transform: uppercase;
  color: #737373; }
  .posted-date span {
    font-weight: bold; }

.wp-block-image {
  margin-bottom: 0; }
  .wp-block-image .alignleft {
    margin-bottom: 20px;
    margin-right: 30px; }
  .wp-block-image figcaption {
    text-align: left; }

.wp-block-media-text {
  align-items: start; }

.ab-block-accordion .ab-accordion-title {
  font-size: 25px;
  line-height: 31px;
  font-weight: bold;
  background-color: transparent;
  margin-left: -35px; }

.anchor {
  margin-top: -100px;
  position: absolute; }

header #logo {
  width: 265px; }
header .top {
  display: flex;
  padding: 10px 60px;
  justify-content: space-between;
  align-items: start; }
header nav {
  text-align: center;
  font-size: 14px;
  color: #4c4c4c; }
  header nav a {
    text-decoration: none;
    display: block;
    color: inherit;
    cursor: pointer;
    font-size: inherit; }
    header nav a:active, header nav a:hover {
      color: #0054a6; }
  header nav ul {
    margin: 0; }
    header nav ul li ::before {
      content: ""; }
  header nav > ul {
    position: relative; }
    header nav > ul > li {
      display: inline-block;
      vertical-align: top;
      text-transform: uppercase;
      font-weight: bold; }
      header nav > ul > li.current-page-ancestor > a {
        color: #0054a6; }
      header nav > ul > li a {
        padding: 5px 15px; }
      header nav > ul > li > ul {
        position: absolute;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 0px;
        display: flex;
        font-size: 13px;
        max-height: 0;
        overflow: hidden;
        justify-content: center;
        right: 0;
        left: 0; }
        header nav > ul > li > ul > li {
          text-align: left;
          text-transform: uppercase;
          color: #0054a6;
          width: 115px;
          font-weight: bold;
          line-height: 1;
          margin: 10px 10px; }
          header nav > ul > li > ul > li a {
            padding: 0; }
            header nav > ul > li > ul > li a:hover, header nav > ul > li > ul > li a:active {
              text-decoration: underline; }
          header nav > ul > li > ul > li > ul {
            font-size: 12px; }
            header nav > ul > li > ul > li > ul > li {
              color: #737373;
              text-transform: none;
              line-height: 1;
              margin: 10px 0px; }
      header nav > ul > li.expanded > a, header nav > ul > li:hover > a {
        color: #0054a6; }
      header nav > ul > li.expanded > ul, header nav > ul > li:hover > ul {
        max-height: 10000px;
        padding: 10px;
        z-index: 99; }
header #mobileNav {
  display: none; }
header #second-nav {
  font-size: 14px;
  display: flex;
  align-items: center; }
  header #second-nav li {
    margin: 0 15px;
    display: inline; }
  header #second-nav a {
    font-weight: normal; }
  header #second-nav input {
    border: 0;
    background-color: #ccc;
    padding: 5px 15px;
    padding-right: 30px; }
  header #second-nav button.search {
    border: 0;
    background: none;
    position: relative;
    left: -30px; }

footer {
  font-size: 14px;
  background-color: #ccc;
  text-align: center;
  padding: 50px; }
  footer nav {
    margin-bottom: 50px; }
    footer nav a {
      color: inherit;
      font-weight: inherit; }
    footer nav > ul > li {
      text-align: left;
      display: inline-block;
      color: #0054a6;
      vertical-align: top;
      margin-right: 30px;
      text-transform: uppercase;
      font-weight: bold; }
      footer nav > ul > li > ul > li {
        color: #4c4c4c;
        text-transform: none;
        margin-top: 7px; }
      footer nav > ul > li:last-child {
        margin-right: 0;
        text-trasnform: uppercase;
        color: #0054a6; }
        footer nav > ul > li:last-child li {
          text-transform: uppercase;
          color: #0054a6;
          margin-top: 15px;
          font-weight: bold; }
  footer a {
    font-weight: normal; }
  footer #footer-logo {
    margin-bottom: 10px; }
    footer #footer-logo img {
      width: 265px; }
  footer #social a {
    font-size: 18px;
    display: inline-block;
    margin: 10px 15px 15px; }
  footer #privacy-menu li {
    display: inline-block;
    margin: 10px; }
  footer #privacy-menu a {
    color: #737373; }
    footer #privacy-menu a:hover {
      text-decoration: underline; }

main ol, main ul {
  margin: 20px 80px;
  list-style: none;
  counter-reset: my-awesome-counter; }
main ol li {
  counter-increment: my-awesome-counter;
  margin-bottom: 10px; }
  main ol li::before {
    content: counter(my-awesome-counter) ". ";
    color: #e87722;
    font-weight: bold; }
main ul li {
  position: relative;
  margin-bottom: 10px; }
  main ul li::before {
    content: "\2022";
    color: #0054a6;
    padding-right: 15px;
    font-weight: bold;
    font-size: 25px;
    display: inline-block;
    margin-left: -1em; }

.banner {
  position: relative;
  padding: 60px 0;
  background-position: center;
  background-size: cover; }
  .banner .banner-box {
    padding: 40px 45px;
    background-color: rgba(0, 0, 0, 0.6);
    width: 600px; }
    .banner .banner-box h1 {
      color: #ffbf3f;
      text-transform: uppercase; }
    .banner .banner-box h3.subtitle {
      color: #fff;
      font-size: 22px;
      line-height: 27px;
      font-weight: normal; }
  .banner.home {
    padding: 0; }

#bam {
  position: absolute;
  top: 100%;
  background-color: #0054a6;
  color: #fff;
  display: inline-block;
  right: 0;
  font-size: .9em; }
  #bam p {
    margin: 0; }
  #bam a {
    color: inherit;
    padding: 5px 20px;
    text-transform: uppercase;
    display: block; }
  #bam span {
    color: #ffbf3f;
    font-weight: inherit; }

.callouts {
  display: flex;
  margin: 50px 0; }
  .callouts .callout {
    display: flex;
    align-items: center;
    width: 50%;
    border: 2px solid #ccc;
    padding: 15px 20px;
    border-collapse: collapse; }
    .callouts .callout .thumbnail {
      width: 120px;
      min-width: 120px;
      background-size: cover;
      height: 100%;
      background-position: center; }
      .callouts .callout .thumbnail a {
        display: block;
        width: 100%;
        height: 100%; }
    .callouts .callout .copy {
      margin-left: 20px; }
      .callouts .callout .copy h1 {
        color: #e87722;
        font-size: 17px;
        line-height: 1.1;
        margin-bottom: 5px; }
      .callouts .callout .copy p, .callouts .callout .copy a {
        color: #737373;
        line-height: 1; }
      .callouts .callout .copy p {
        font-size: .8em; }
    .callouts .callout:nth-child(even) {
      border-left: 0; }

.section-graphics {
  display: flex;
  margin: 50px 0;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap; }
  .section-graphics .box {
    flex-grow: 1;
    margin-right: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: calc(33% - 30px);
    margin-bottom: 30px;
    min-width: 230px; }
    .section-graphics .box .thumbnail {
      position: relative;
      margin-bottom: 5px;
      background-size: cover;
      background-position: center; }
      .section-graphics .box .thumbnail:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%; }
      .section-graphics .box .thumbnail > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .section-graphics .box .thumbnail a {
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0; }
    .section-graphics .box .copy {
      background-color: #000;
      color: #fff;
      padding: 15px 25px;
      height: 100%; }
      .section-graphics .box .copy a {
        color: inherit; }
    .section-graphics .box h1 {
      color: #71c5e8;
      line-height: 1;
      text-transform: uppercase;
      font-size: 27px; }
    .section-graphics .box h2 {
      font-weight: normal;
      line-height: 1;
      text-transform: uppercase; }
    .section-graphics .box .excerpt {
      border-top: 1px solid #fff;
      margin-top: 10px;
      padding-top: 10px; }
      .section-graphics .box .excerpt .learn-more {
        display: none; }
      .section-graphics .box .excerpt p {
        line-height: 1.1; }
    .section-graphics .box.applications h1 {
      color: #ffbf3f; }
    .section-graphics .box.technologies h1 {
      color: #e87722; }
    .section-graphics .box:last-child, .section-graphics .box:nth-child(3n) {
      margin-right: 0; }

#join-banner {
  background-image: url(assets/images/ESA-membership-bg.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-bottom: 60px; }
  #join-banner h2 {
    color: #ffbf3f;
    font-weight: normal;
    font-size: 33px;
    margin-bottom: 20px; }
  #join-banner p {
    color: #fff;
    font-size: 33px;
    margin-bottom: 30px;
    line-height: 1.4; }
    #join-banner p:last-child {
      margin-bottom: 0; }

#email-banner form {
  background-color: #ccc;
  color: #0054a6;
  display: flex;
  padding: 15px;
  width: 100%;
  align-items: center;
  margin-bottom: 30px; }
  #email-banner form h4 {
    color: #0054a6;
    text-transform: uppercase; }
  #email-banner form input {
    margin: 0 10px;
    padding: 5px 10px;
    flex-grow: 1; }
  #email-banner form input[type=submit] {
    flex-grow: 0; }

#pagination {
  text-align: center;
  font-size: 0; }
  #pagination .page-numbers {
    padding: 2px 5px;
    border-right: 1px solid #ccc;
    display: inline-block;
    font-size: 16px; }
    #pagination .page-numbers.current {
      background-color: #e87722;
      color: #fff; }
    #pagination .page-numbers.next, #pagination .page-numbers.prev {
      border: 0; }

.home h2 {
  font-weight: 100;
  font-size: 27px; }
  .home h2 b {
    font-weight: 500; }

.home > section {
  padding-bottom: 0; }

.home-banner-box {
  position: relative;
  background-image: url(assets/images/energy-storage-association-video-thumb.jpg);
  background-size: cover; }
  .home-banner-box:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .home-banner-box > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .home-banner-box video {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .home-banner-box .bb-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
  .home-banner-box .banner-box {
    color: #fff;
    font-weight: normal;
    font-size: 33px;
    position: relative;
    z-index: 90;
    text-align: center;
    max-width: 800px;
    width: auto; }
    .home-banner-box .banner-box p {
      font-weight: 100;
      line-height: 1.1; }
    .home-banner-box .banner-box b {
      color: #e87722;
      font-weight: bold; }

.gigawatts35 {
  display: flex;
  align-items: stretch;
  border: 1px solid #ccc;
  margin-bottom: 60px; }
  .gigawatts35 .left {
    padding: 25px 10px;
    width: 161px;
    flex: 0 0 161px;
    display: flex;
    align-items: center;
    border-right: 1px solid #ccc; }
  .gigawatts35 .right {
    display: flex;
    align-items: center;
    padding: 25px;
    flex: 1 1 auto;
    text-align: left; }
    .gigawatts35 .right p {
      line-height: 1.4;
      font-size: 30px;
      color: #737373; }
    .gigawatts35 .right a {
      font-size: .8em;
      text-transform: uppercase; }

.graphic-block {
  background-size: cover;
  margin: 0 -60px;
  position: relative; }
  .graphic-block .block-bg {
    background-color: rgba(0, 51, 160, 0.8);
    width: 50%;
    position: absolute;
    height: 100%;
    z-index: 1; }
  .graphic-block .block-content {
    padding: 120px 60px 120px 30px;
    color: #fff;
    width: 50%;
    position: relative;
    z-index: 2; }
    .graphic-block .block-content h2 {
      text-transform: uppercase;
      margin-bottom: 10px; }
    .graphic-block .block-content b {
      color: #e87722; }
    .graphic-block .block-content a {
      color: #ffbf3f;
      font-size: .9em; }
  .graphic-block .content-wrapper.bigger {
    max-width: 1400px; }

.titled-cta {
  margin: 0 -60px;
  padding: 60px;
  background-color: #ccc; }
  .titled-cta > .content-wrapper {
    max-width: none; }
  .titled-cta h2 {
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase; }
    .titled-cta h2 b {
      color: #e87722; }
  .titled-cta .cta-wrapper {
    display: flex;
    justify-content: center; }
    .titled-cta .cta-wrapper .box {
      background-color: #fff;
      padding: 10px;
      max-width: 300px;
      flex: 1 1 25%;
      margin-right: 30px;
      position: relative;
      padding-bottom: 50px;
      text-align: center; }
      .titled-cta .cta-wrapper .box:last-child {
        margin-right: 0; }
      .titled-cta .cta-wrapper .box .thumbnail {
        height: 230px;
        background-size: cover; }
      .titled-cta .cta-wrapper .box .copy {
        padding: 0 10px; }
      .titled-cta .cta-wrapper .box h1 {
        font-size: 18px;
        text-align: center; }
      .titled-cta .cta-wrapper .box p {
        text-align: center; }
      .titled-cta .cta-wrapper .box .lmp {
        position: absolute;
        bottom: 0;
        text-align: center;
        width: 100%;
        margin-bottom: 0;
        left: 0; }
        .titled-cta .cta-wrapper .box .lmp .learn-more {
          background-color: #e87722;
          color: #fff;
          display: inline-block;
          padding: 5px 15px;
          text-transform: uppercase; }

#con-banner {
  position: relative; }
  #con-banner .con-bg {
    position: absolute;
    right: 50%;
    left: 0;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -60px; }
    #con-banner .con-bg div {
      width: 50%;
      flex: 1 1 50%;
      background-size: cover;
      background-color: #000;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 50%; }
      #con-banner .con-bg div h2 {
        color: #fff;
        text-transform: uppercase; }
        #con-banner .con-bg div h2 b {
          display: block; }
  #con-banner .con-copy {
    width: 50%;
    position: relative;
    left: 50%;
    padding: 60px; }
    #con-banner .con-copy a {
      color: #e87722; }
    #con-banner .con-copy .con-logos {
      text-align: center;
      padding-top: 30px; }
      #con-banner .con-copy .con-logos img {
        padding: 25px;
        border-right: 1px solid #ccc;
        width: 30%; }
        #con-banner .con-copy .con-logos img:last-child {
          border-right: 0; }

#news-banner {
  background-color: #737373;
  padding: 60px 0; }
  #news-banner h2 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px; }
  #news-banner .news-wrap {
    display: flex;
    justify-content: center; }
    #news-banner .news-wrap article {
      flex: 1 1 auto;
      padding: 15px 60px;
      border-right: 1px solid #ccc;
      max-width: 33%;
      color: #fff; }
      #news-banner .news-wrap article:last-child {
        border: 0; }
      #news-banner .news-wrap article .category {
        color: #71c5e8;
        text-transform: uppercase;
        line-height: 1.1; }
      #news-banner .news-wrap article .date {
        text-transform: uppercase;
        color: #ccc;
        line-height: 1.1;
        font-family: Roboto, Raleway, sans-serif; }
      #news-banner .news-wrap article h1 {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 0;
        line-height: 1.1; }
      #news-banner .news-wrap article p {
        margin-bottom: 0; }
      #news-banner .news-wrap article a {
        color: #e87722;
        text-transform: uppercase; }

#leadership-banner {
  padding: 60px; }
  #leadership-banner h2 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase; }
  #leadership-banner .member-wrap .member {
    padding: 10px 30px;
    border-right: 1px solid #ccc;
    display: flex;
    align-items: center;
    max-width: 230px; }
    #leadership-banner .member-wrap .member a {
      display: block; }
    #leadership-banner .member-wrap .member:last-child {
      border-right: 0; }
  #leadership-banner .slick-slider .slick-track {
    height: 160px; }
  #leadership-banner .slick-initialized .slick-slide {
    display: flex;
    align-items: center; }

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 65px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 65px;
  line-height: 1;
  opacity: .75;
  color: #ccc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '\276C'; }

[dir='rtl'] .slick-prev:before {
  content: '\276D'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '\276D'; }

[dir='rtl'] .slick-next:before {
  content: '\276C'; }

.expandable .the-content {
  display: none; }
.expandable.expanded .the-content {
  display: block; }

.filter {
  border-bottom: 2px solid #ccc; }
  .filter h4 {
    color: #e87722;
    display: inline-block; }
  .filter label {
    font-weight: bold;
    font-size: 14px;
    color: #e87722;
    text-transform: uppercase;
    margin: 0 10px 0 20px; }
  .filter a {
    padding: 2px 10px;
    border-right: 2px solid #ccc;
    font-size: .8em;
    font-weight: normal;
    text-transform: uppercase; }
    .filter a.selected {
      text-decoration: underline; }
  .filter form {
    display: inline-block; }
    .filter form select {
      font-size: .8em; }
    .filter form span {
      padding: 0 10px;
      border-right: 2px solid #ccc;
      font-size: 16px; }
  .filter .see-all {
    border-right: 0;
    border-left: 2px solid #ccc;
    margin-left: 10px; }

#map {
  width: 100%;
  height: 500px; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.banner.level-1 {
  padding-bottom: 0;
  padding-top: 120px; }
  .banner.level-1 .banner-box {
    padding: 30px 45px; }
    .banner.level-1 .banner-box .section {
      color: #ccc;
      text-transform: uppercase;
      margin-bottom: 5px; }
    .banner.level-1 .banner-box h1, .banner.level-1 .banner-box h2 {
      color: #ffbf3f;
      text-transform: uppercase;
      font-size: 33px;
      line-height: 39px;
      font-weight: bold; }
.banner.level-2 {
  padding-bottom: 0;
  padding-top: 120px; }
  .banner.level-2 .banner-box {
    padding: 20px 45px; }
    .banner.level-2 .banner-box .section {
      color: #ccc;
      text-transform: uppercase;
      margin-bottom: 5px; }
    .banner.level-2 .banner-box h1, .banner.level-2 .banner-box h2 {
      color: #ffbf3f;
      text-transform: uppercase;
      font-size: 33px;
      line-height: 39px;
      font-weight: bold; }

.level-1 .section-graphics:not(.force-graphics) {
  display: block; }
  .level-1 .section-graphics:not(.force-graphics) .box {
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    max-width: none; }
    .level-1 .section-graphics:not(.force-graphics) .box .thumbnail {
      margin-bottom: 5px;
      background-size: cover;
      background-position: center;
      min-width: 200px;
      height: 200px; }
    .level-1 .section-graphics:not(.force-graphics) .box .copy {
      background-color: transparent;
      margin-left: 20px;
      width: 100%; }
      .level-1 .section-graphics:not(.force-graphics) .box .copy h1 {
        font-size: 20px;
        color: #4c4c4c; }
      .level-1 .section-graphics:not(.force-graphics) .box .copy h2 {
        display: none; }
      .level-1 .section-graphics:not(.force-graphics) .box .copy .excerpt {
        color: #4c4c4c;
        padding-top: 0;
        margin-top: 0;
        border-top: 0; }
        .level-1 .section-graphics:not(.force-graphics) .box .copy .excerpt .learn-more {
          color: #e87722;
          display: inline; }

.level-2 h3 {
  margin-bottom: 10px; }

.contact .contact-wrapper {
  margin: 60px 0; }
  .contact .contact-wrapper .wp-block-column:first-child {
    flex-basis: calc(70% - 60px); }
  .contact .contact-wrapper .wp-block-column:last-child {
    flex-basis: calc(30% - 60px);
    margin-left: 120px; }
.contact h4 {
  color: #0054a6;
  font-size: 17px;
  text-transform: uppercase;
  margin-top: 30px; }
.contact .nf-form-cont {
  padding: 30px;
  border: 1px solid #ccc; }
  .contact .nf-form-cont .nf-field-label {
    display: none; }
  .contact .nf-form-cont .nf-form-content button, .contact .nf-form-cont .nf-form-content input[type=button], .contact .nf-form-cont .nf-form-content input[type=submit] {
    float: right;
    padding: 5px 30px;
    background-color: #e87722;
    height: auto;
    width: auto;
    text-transform: uppercase; }

#members {
  padding-top: 0; }
  #members h3 {
    text-align: center;
    margin-bottom: 30px;
    width: 100%; }

.the-board, .members {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .the-board .board, .the-board .member, .members .board, .members .member {
    flex: 0 0 33%;
    padding: 20px 45px;
    border-right: 1px solid #ccc;
    text-align: center;
    width: 33%;
    margin: 30px 0; }
    .the-board .board p, .the-board .member p, .members .board p, .members .member p {
      line-height: 1.1;
      font-size: .75em; }
    .the-board .board h4, .the-board .member h4, .members .board h4, .members .member h4 {
      font-size: .75em; }
    .the-board .board .thumbnail, .the-board .member .thumbnail, .members .board .thumbnail, .members .member .thumbnail {
      max-width: 145px;
      margin: 0 auto; }
    .the-board .board img, .the-board .member img, .members .board img, .members .member img {
      max-height: 100%;
      margin: 0 auto; }
    .the-board .board .title, .the-board .member .title, .members .board .title, .members .member .title {
      text-transform: uppercase;
      margin-bottom: 15px; }
    .the-board .board .company, .the-board .member .company, .members .board .company, .members .member .company {
      font-size: 15px;
      margin-bottom: 5px; }
    .the-board .board .social a, .the-board .member .social a, .members .board .social a, .members .member .social a {
      display: inline-bock;
      margin: 0 10px; }
    @media (min-width: 1024px) {
      .the-board .board:nth-child(3n), .the-board .board:last-child, .the-board .member:nth-child(3n), .the-board .member:last-child, .members .board:nth-child(3n), .members .board:last-child, .members .member:nth-child(3n), .members .member:last-child {
        border-right: 0; } }
  .the-board .member, .members .member {
    display: inline-block;
    align-items: top;
    padding: 10px 90px;
    flex-wrap: wrap;
    flex: 0 0 20%;
    padding: 20px 25px;
    width: 20%; }
    @media (min-width: 1024px) {
      .the-board .member:nth-child(3n), .members .member:nth-child(3n) {
        border-right: 1px solid #ccc; }
      .the-board .member:nth-child(5n), .the-board .member:last-child, .members .member:nth-child(5n), .members .member:last-child {
        border-right: 0; } }
    .the-board .member a, .members .member a {
      display: flex;
      width: 100%;
      height: 200px;
      align-items: center; }
    .the-board .member ul, .members .member ul {
      display: block;
      width: 100%;
      margin-top: 10px; }
      .the-board .member ul li, .members .member ul li {
        border-top: 1px solid #ccc;
        color: #737373;
        text-transform: uppercase;
        font-size: .8em; }
        .the-board .member ul li:last-child, .members .member ul li:last-child {
          border-bottom: 1px solid #ccc; }
  .the-board.leadership-member .member, .members.leadership-member .member {
    flex: 0 0 33%;
    padding: 20px 90px;
    border-right: 1px solid #ccc;
    text-align: center;
    width: 33%;
    margin: 30px 0;
    margin: 15px 0;
    padding: 10px 30px; }
    @media (min-width: 1024px) {
      .the-board.leadership-member .member:nth-child(5n), .the-board.leadership-member .member:last-child, .members.leadership-member .member:nth-child(5n), .members.leadership-member .member:last-child {
        border-right: 1px solid #ccc; }
      .the-board.leadership-member .member:nth-child(3n), .the-board.leadership-member .member:last-child, .members.leadership-member .member:nth-child(3n), .members.leadership-member .member:last-child {
        border-right: 0; } }
    @media (max-width: 1024px) {
      .the-board.leadership-member .member, .members.leadership-member .member {
        flex: 0 0 50%; } }
    @media (max-width: 550px) {
      .the-board.leadership-member .member, .members.leadership-member .member {
        flex: 0 0 100%;
        border: 0;
        border-bottom: 1px solid #ccc; } }

#the-news, #calendar-content {
  padding-top: 0; }
  #the-news h3 small, #calendar-content h3 small {
    font-size: .4em;
    font-weight: normal;
    text-transform: uppercase; }
  #the-news article, #calendar-content article {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 2px solid #ccc;
    margin-top: 30px; }
    #the-news article:last-child, #calendar-content article:last-child {
      border-bottom: 0; }
  #the-news .date, #calendar-content .date {
    display: inline-block;
    color: #737373;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 500;
    font-family: Roboto, Raleway, sans-serif;
    font-size: .7em;
    margin-bottom: 0; }
  #the-news .category, #calendar-content .category {
    display: inline-block;
    color: #71c5e8;
    text-transform: uppercase;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #737373;
    line-height: 1;
    font-weight: 500;
    font-family: Roboto, Raleway, sans-serif;
    font-size: .7em;
    margin-bottom: 0; }
  #the-news .news-body, #calendar-content .news-body {
    display: flex;
    justify-content: start;
    margin-top: 10px; }
    #the-news .news-body .thumbnail, #calendar-content .news-body .thumbnail {
      flex: 1 1 100px;
      width: 100px;
      height: 100px;
      background-size: cover;
      margin-right: 30px;
      min-width: 100px; }
    #the-news .news-body .learn-more, #calendar-content .news-body .learn-more {
      color: #e87722;
      display: inline-block;
      margin-left: 10px;
      text-transform: uppercase;
      font-size: .8em; }
    #the-news .news-body a, #calendar-content .news-body a {
      color: inherit; }
  #the-news .news-button, #calendar-content .news-button {
    text-align: center;
    margin-top: -15px; }
  #the-news:first-child, #calendar-content:first-child {
    padding-top: 60px; }
  #the-news .news-section, #calendar-content .news-section {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 5px solid #ccc; }
    #the-news .news-section:last-child, #calendar-content .news-section:last-child {
      border-bottom: 0; }

#calendar-content .category {
  padding-right: 0;
  margin-right: 0;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #737373;
  border-right: 0; }

section#page-content {
  padding-bottom: 0; }

.wp-block-embed-youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; }

.faces-of-energy-storage #the-news article:first-child {
  border-top: 2px solid #ccc;
  padding-top: 20px; }

.single-post h3 {
  margin-bottom: 10px; }
.single-post .author {
  font-style: italic;
  margin-top: -10px; }

.profile .content-wrapper {
  display: flex; }
.profile aside {
  flex: 0 0 calc(33% - 60px);
  margin-right: 30px; }
  .profile aside .aside {
    margin-top: 10px;
    background-color: #000;
    padding: 30px 30px;
    color: #ccc;
    font-size: .8em; }
    .profile aside .aside h3 {
      color: #71c5e8;
      font-size: 1.2em;
      text-transform: uppercase; }
    .profile aside .aside p {
      line-height: 1.3; }
.profile .pre-title {
  display: flex; }
  .profile .pre-title div {
    margin-right: 30px; }
  .profile .pre-title span {
    color: #0054a6;
    font-weight: bold; }
.profile h2 {
  text-transform: uppercase;
  color: #ffbf3f;
  font-weight: bold;
  margin-top: 30px;
  font-size: 18px; }

@media (max-width: 1024px) {
  header nav {
    font-size: 13px; }
    header nav > ul > li > a {
      padding: 5px; }
  header .top {
    padding: 10px 30px; }
  header #second-nav {
    margin-right: -30px; }

  .titled-cta .cta-wrapper {
    flex-wrap: wrap; }
    .titled-cta .cta-wrapper .box {
      flex: 1 1 50%;
      width: 50%;
      margin: 30px; }
      .titled-cta .cta-wrapper .box:last-child {
        margin-right: 30px; }

  #news-banner .news-wrap {
    flex-wrap: wrap; }
    #news-banner .news-wrap article {
      min-width: 300px;
      padding: 15px 30px; } }
    @media (max-width: 1024px) and (max-width: 915px) {
      #news-banner .news-wrap article:nth-child(even) {
        border: 0; } }

@media (max-width: 1024px) {
  .the-board .board, .the-board .member, .members .board, .members .member {
    flex: 0 0 50%; }
    .the-board .board:nth-child(even), .the-board .member:nth-child(even), .members .board:nth-child(even), .members .member:nth-child(even) {
      border-right: 0; } }
@media (max-width: 1024px) and (max-width: 900px) {
  .section-graphics .box {
    max-width: calc(50% - 30px);
    margin: 30px 15px; } }

@media (max-width: 1024px) {
  .contact .contact-wrapper .wp-block-column:first-child {
    flex-basis: calc(60% - 30px); }
  .contact .contact-wrapper .wp-block-column:last-child {
    flex-basis: calc(40% - 30px);
    margin-left: 60px; } }
@media (min-width: 769px) {
  .mobile {
    display: none !important; } }
@media (max-width: 768px) {
  .desktop {
    display: none !important; }

  section {
    padding: 30px; }
    main > section {
      padding-top: 60px; }

  header {
    position: relative; }
    header .top {
      min-height: 90px; }
      header .top #logo {
        max-width: calc(100% - 55px); }
    header #mobileNav {
      display: block;
      padding: 0 30px 10px;
      margin-top: 20px;
      font-size: 50px;
      text-align: right;
      position: absolute;
      width: 100%;
      top: 0; }
    header nav {
      display: none; }
      header nav.expanded {
        display: block; }
        header nav.expanded > ul > li {
          display: block;
          font-size: 20px;
          text-align: left; }
          header nav.expanded > ul > li > ul {
            display: block;
            position: relative; }
            header nav.expanded > ul > li > ul > li {
              width: auto; }
          header nav.expanded > ul > li:hover > ul {
            max-height: 0;
            padding: 0; }
          header nav.expanded > ul > li.expanded > a {
            color: #4c4c4c; }
          header nav.expanded > ul > li.expanded > ul {
            max-height: 1000px;
            padding: 0 10px 10px;
            font-size: 16px; }
            header nav.expanded > ul > li.expanded > ul ul {
              padding: 0 10px;
              font-size: 16px; }
    header #second-nav {
      max-width: 60%; }
      header #second-nav .search-nav {
        min-width: 130px; }
      header #second-nav li {
        display: block; }
      header #second-nav form {
        position: relative;
        margin-right: 30px;
        overflow: hidden; }
        header #second-nav form button.search {
          position: absolute;
          left: auto;
          right: 0;
          top: 5px; }

  footer nav > ul {
    column-count: 2;
    text-align: left; }
    footer nav > ul > li {
      break-inside: avoid-column;
      display: block;
      margin-right: 20px;
      margin-bottom: 20px; }

  main ul, main ol {
    margin: 20px 40px; }

  .home-banner-box {
    overflow: hidden; }
    .home-banner-box .banner-box {
      font-size: 22px; }

  .banner .banner-box {
    width: 100%;
    padding: 30px; }
    .banner .banner-box h1 {
      font-size: 24px; }

  .gigawatts35 {
    display: block; }
    .gigawatts35 .left {
      width: 100%;
      border-right: 0;
      border-bottom: 1px solid #ccc;
      text-align: center; }
      .gigawatts35 .left img {
        margin: 0 auto; }
    .gigawatts35 .right p {
      font-size: 23px; }

  #join-banner h2, #join-banner p {
    font-size: 24px; }

  .graphic-block {
    margin: 0 -30px; }
    .graphic-block .block-bg {
      display: none; }
    .graphic-block .block-content {
      width: 100%;
      background-color: rgba(0, 51, 160, 0.8);
      padding: 30px; }

  .titled-cta {
    margin: 0 -30px;
    padding: 30px; }
    .titled-cta .cta-wrapper .box {
      width: 100%;
      max-width: none; }

  #con-banner .con-bg {
    position: relative;
    margin: 0 -30px;
    right: 0;
    height: 400px; } }
  @media (max-width: 768px) and (max-width: 560px) {
    #con-banner .con-bg {
      height: 250px; }
      #con-banner .con-bg > div {
        height: 150px; }
        #con-banner .con-bg > div:first-child {
          min-width: 300px;
          height: 100px; }
        #con-banner .con-bg > div:last-child {
          display: none; } }
@media (max-width: 768px) {
  #con-banner .con-copy {
    width: auto;
    left: 0;
    padding: 30px 0; }
    #con-banner .con-copy .con-logos img {
      width: 60%;
      border-right: 0;
      border-bottom: 1px solid #ccc; }
      #con-banner .con-copy .con-logos img:last-child {
        border-bottom: 0; }

  #news-banner .news-wrap article {
    border: 0;
    width: 100%;
    max-width: none; }

  .callouts {
    flex-wrap: wrap; }
    .callouts .callout {
      width: 100%;
      border: 1px solid #ccc !important;
      border-collapse: collapse; }
      .callouts .callout .copy p {
        font-size: 16px; } }
    @media (max-width: 768px) and (max-width: 550px) {
      .callouts .callout {
        flex-direction: column; }
        .callouts .callout .thumbnail {
          width: 100%;
          height: 120px; }
        .callouts .callout .copy {
          margin: 0;
          margin-top: 15px; } }

@media (max-width: 768px) {
  .the-board .board, .the-board .member, .members .board, .members .member {
    margin: 15px 0;
    padding: 10px 30px; } }
  @media (max-width: 768px) and (max-width: 550px) {
    .the-board .board, .the-board .member, .members .board, .members .member {
      flex: 0 0 100%;
      border: 0;
      border-bottom: 1px solid #ccc; } }

@media (max-width: 768px) {
  .section-graphics .box {
    width: 100%;
    margin: 15px 0;
    max-width: none; }

  .level-1 .section-graphics:not(.force-graphics) .box {
    flex-direction: column; }
    .level-1 .section-graphics:not(.force-graphics) .box .thumbnail {
      width: 100%; }
    .level-1 .section-graphics:not(.force-graphics) .box .copy {
      padding: 15px 0;
      margin: 0; }

  #email-banner form {
    flex-direction: column; }

  #the-news .news-body .thumbnail, #calendar-content .news-body .thumbnail {
    display: none; }

  .contact .contact-wrapper .wp-block-column:first-child {
    flex-basis: 100%; }
  .contact .contact-wrapper .wp-block-column:last-child {
    flex-basis: 100%;
    margin-left: 0px; } }

/*# sourceMappingURL=style.css.map */
