/*!
Theme Name: Energy Policy Tracker
Theme URI: https://www.seriousotters.com/
Author: Serious Otters
Author URI: https://github.com/codejlay
Description: A WordPress theme for Energy Policy Tracker.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Serious Otters Master Theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Embedded Fonts
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Media
	## Captions
	## Galleries
# Page Templates
	## Front page
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Embedded Fonts
--------------------------------------------------------------*/
body {
  font-family: 'Fira Sans', sans-serif;
  color: #000000 !important; }

h1 {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 72px; }
  @media (min-width: 1024px) {
    h1 {
      font-size: 60px; } }

h2 {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 56px; }

h3 {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px; }

h4 {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px; }

h5 {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px; }

h6 {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px; }

p,
ul,
li {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px; }
  @media (min-width: 768px) {
    p,
    ul,
    li {
      font-size: 18px;
      line-height: 32px; } }

.body-2 {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px; }

.body-3 {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px; }

.sub-heading {
  font-weight: 600; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  clear: both; }

/* Copy */
p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1rem; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 0; }
  @media (min-width: 768px) {
    ul, ol {
      margin: 0 0 1.5em 3em; } }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.wp-block-table {
  margin: 1em 0; }
  @media (min-width: 768px) {
    .wp-block-table {
      margin: 1em 40px; } }

.wp-block-table td {
  font-size: 0.9rem;
  line-height: 1.3;
  padding: 0.25rem; }
  @media (min-width: 768px) {
    .wp-block-table td {
      font-size: 1rem;
      line-height: 1.5;
      padding: 0.5rem; } }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* Buttons */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

/* Fields */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/* Links */
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/* Menus */
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.5em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clearfix {
  clear: both;
  content: "";
  display: table; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* Posts and pages */
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/* Asides */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/* Comments */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Captions */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/* Galleries*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Page Templates
--------------------------------------------------------------*/
/* Front page */
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo-wrapper h5 {
  margin: 1rem 0;
  color: #fff; }
  .logo-wrapper h5 span {
    color: #777777; }

.main-navigation {
  border-bottom: 1px solid #777777;
  height: 80px; }
  .main-navigation .main-navigation-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .5rem; }
    @media (min-width: 1024px) {
      .main-navigation .main-navigation-wrapper {
        margin-top: 0; } }
  .main-navigation #primary-menu li:not(:first-of-type) {
    margin-left: 1rem; }
  .main-navigation #primary-menu a,
  .main-navigation #primary-menu a:visited,
  .main-navigation #primary-menu a:hover,
  .main-navigation #primary-menu a:focus {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #BBBBBB; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer .social-fixed-wrapper {
  display: none;
  position: fixed;
  right: 16px;
  top: 50%;
  transform: translateY(-50%); }
  .site-footer .social-fixed-wrapper a {
    display: block;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #008AB7;
    color: #fff; }
    .site-footer .social-fixed-wrapper a:not(:last-child) {
      margin-bottom: 1rem; }
  .site-footer .social-fixed-wrapper i {
    font-size: 20px; }
.site-footer #cta-email {
  background-color: #008AB7;
  padding: 2rem 0; }
@media (min-width: 768px) {
  .site-footer .cta-email-container {
    display: flex;
    align-items: center;
    justify-content: space-between; } }
@media (min-width: 768px) {
  .site-footer .cta-email-column {
    width: 50%; } }
.site-footer .cta-email-column p {
  color: #fff; }
  @media (min-width: 768px) {
    .site-footer .cta-email-column p {
      width: 90%; } }
  @media (min-width: 1280px) {
    .site-footer .cta-email-column p {
      width: 75%; } }
@media (min-width: 768px) {
  .site-footer .cta-email-column-1 {
    padding-right: 2rem; } }
@media (min-width: 768px) {
  .site-footer .cta-email-column-2 {
    text-align: right; } }
.site-footer .cta-email-column-2 .input-wrapper {
  display: flex; }
.site-footer .cta-email-column-2 .input-wrapper > #mc-embedded-subscribe-form {
  display: flex;
  flex-wrap: wrap; }
.site-footer .cta-email-column-2 input {
  font-size: 16px; }
.site-footer .cta-email-column-2 input[type=email] {
  width: 100%;
  border-radius: 0;
  border-right: none;
  padding: 0 1rem;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  height: 50px !important;
  flex: 0 60%;
  flex-grow: 1; }
  .site-footer .cta-email-column-2 input[type=email]::placeholder {
    color: #fff; }
.site-footer .cta-email-column-2 .sib-default-btn:hover {
  background-color: #00648433;
  color: #ffffff;
  transition: background-color .3s ease-in-out; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .site-footer .cta-email-column-2 .sib-default-btn:hover {
      background-color: #006484; } }
.site-footer .cta-email-column-2 input[type=submit] {
  background: #fff;
  color: #008AB7;
  border-radius: 0;
  border: 1px solid #fff;
  height: 50px;
  width: 125px;
  margin: 0;
  box-shadow: none;
  font-weight: 600;
  letter-spacing: .5px;
  flex: 0 25%;
  transition: 300ms background, 300ms color; }
  .site-footer .cta-email-column-2 input[type=submit]:hover {
    color: #FFFFFF;
    background: #008AB7; }
.site-footer .cta-email-column-2 label.checkbox {
  flex: 0 100%;
  margin-top: 10px; }
  .site-footer .cta-email-column-2 label.checkbox input [type=checkbox] {
    vertical-align: middle; }
  .site-footer .cta-email-column-2 label.checkbox span {
    color: #FFFFFF;
    margin-left: 5px; }
.site-footer .cta-email-column-2 .sib_signup_form {
  width: 100%; }
  .site-footer .cta-email-column-2 .sib_signup_form .sib_signup_box_inside_2 {
    display: flex;
    width: 100%; }
  .site-footer .cta-email-column-2 .sib_signup_form .sib_signup_box_inside_2 {
    position: relative; }
    .site-footer .cta-email-column-2 .sib_signup_form .sib_signup_box_inside_2 .sib_msg_disp {
      position: absolute;
      bottom: -60px;
      text-align: left; }
.site-footer .footer-main {
  background-color: #222222; }
  .site-footer .footer-main .footer-nav-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center; }
    @media (min-width: 768px) {
      .site-footer .footer-main .footer-nav-container {
        display: flex;
        flex-wrap: wrap; } }
    @media (min-width: 1024px) {
      .site-footer .footer-main .footer-nav-container {
        padding-top: 3rem;
        padding-bottom: 6rem;
        text-align: initial;
        flex-wrap: nowrap;
        justify-content: space-between; } }
    .site-footer .footer-main .footer-nav-container .logo-wrapper {
      margin-bottom: 3rem; }
      @media (min-width: 768px) {
        .site-footer .footer-main .footer-nav-container .logo-wrapper {
          width: 100%; } }
      @media (min-width: 1024px) {
        .site-footer .footer-main .footer-nav-container .logo-wrapper {
          margin-bottom: 0;
          width: auto; } }
    @media (min-width: 768px) {
      .site-footer .footer-main .footer-nav-container .footer-nav-browse,
      .site-footer .footer-main .footer-nav-container .footer-nav-connect,
      .site-footer .footer-main .footer-nav-container .footer-nav-share {
        width: 50%; } }
    @media (min-width: 1024px) {
      .site-footer .footer-main .footer-nav-container .footer-nav-browse,
      .site-footer .footer-main .footer-nav-container .footer-nav-connect,
      .site-footer .footer-main .footer-nav-container .footer-nav-share {
        width: auto; } }
  .site-footer .footer-main h6 {
    margin: 1.5rem 0 1rem;
    color: #777777; }
.site-footer .footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.site-footer .footer-nav a,
.site-footer .footer-nav a:visited,
.site-footer .footer-nav a:hover,
.site-footer .footer-nav a:focus {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  line-height: 32px; }
@media (min-width: 1024px) {
  .site-footer .footer-nav-connect {
    margin-right: 6rem; } }
.site-footer .footer-nav-share {
  display: none; }
  @media (min-width: 768px) {
    .site-footer .footer-nav-share .social-footer-wrapper {
      display: flex;
      flex-wrap: wrap; } }
  @media (min-width: 1024px) {
    .site-footer .footer-nav-share .social-footer-wrapper {
      flex-wrap: nowrap;
      margin-right: 6rem; } }
  .site-footer .footer-nav-share .social-footer-wrapper a {
    margin: 0 1rem; }
    @media (min-width: 768px) {
      .site-footer .footer-nav-share .social-footer-wrapper a {
        width: 33.33%;
        margin: 0 0 2rem 0; } }
    @media (min-width: 1024px) {
      .site-footer .footer-nav-share .social-footer-wrapper a {
        width: auto;
        margin-bottom: 0; }
        .site-footer .footer-nav-share .social-footer-wrapper a:not(:last-of-type) {
          margin-right: 1.5rem; } }
  .site-footer .footer-nav-share .social-footer-wrapper .fab {
    color: #fff;
    font-size: 30px; }
    @media (min-width: 1024px) {
      .site-footer .footer-nav-share .social-footer-wrapper .fab {
        font-size: 20px; } }
.site-footer .copyright {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-bottom: 1rem; }
  @media (min-width: 1024px) {
    .site-footer .copyright {
      flex-direction: row;
      text-align: initial; } }
  .site-footer .copyright p,
  .site-footer .copyright span,
  .site-footer .copyright a,
  .site-footer .copyright a:visited,
  .site-footer .copyright a:focus {
    color: #777777;
    font-size: 16px; }
  .site-footer .copyright p {
    margin: 0; }
  @media (min-width: 1024px) {
    .site-footer .copyright .copyright-column-1 {
      width: 70%; } }
  .site-footer .copyright .copyright-column-1 a {
    text-decoration: none;
    margin-left: 1rem; }
  .site-footer .copyright .copyright-column-2 {
    margin-top: 2rem;
    margin-bottom: 2rem; }
    @media (min-width: 1024px) {
      .site-footer .copyright .copyright-column-2 {
        margin-top: 0;
        width: 30%;
        text-align: right; } }
    .site-footer .copyright .copyright-column-2 a {
      text-decoration: underline; }

/*--------------------------------------------------------------
# Contact Form 7
--------------------------------------------------------------*/
.wpcf7 label {
  font-size: 12px; }
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-select {
  height: 48px;
  width: 100%; }
.wpcf7 .wpcf7-textarea,
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-select {
  padding: .5rem;
  color: #000000;
  box-shadow: none;
  background-clip: padding-box; }
  .wpcf7 .wpcf7-textarea::placeholder,
  .wpcf7 .wpcf7-text::placeholder,
  .wpcf7 .wpcf7-select::placeholder {
    color: #888888; }
.wpcf7 .wpcf7-select {
  border: 1px solid #ccc;
  color: #888888;
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 1.3;
  padding: .6em 1.4em .5em .8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #ccc;
  box-shadow: none;
  border-radius: 3px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: 1em auto, 100%;
  background-image: url(../../assets/images/chevron-down.html);
  color: #777777; }
  .wpcf7 .wpcf7-select .wpcf7-select-option {
    color: #000000; }
.wpcf7 .wpcf7-submit {
  background: #008AB7;
  color: #fff;
  display: inline-block;
  margin-top: 1rem;
  padding: .75rem 2rem;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .5px;
  border-radius: 0;
  width: 50%;
  border-color: rgba(0, 138, 183, 0.1); }
  .wpcf7 .wpcf7-submit:hover {
    box-shadow: none; }

/*--------------------------------------------------------------
# Mega Menu
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  body #mega-menu-wrap-primary #mega-menu-primary {
    overflow: scroll;
    max-height: 75vh; } }
#mega-menu-wrap-primary .mega-toggle-label-closed,
#mega-menu-wrap-primary .mega-toggle-label-open {
  display: none !important; }
#mega-menu-wrap-primary .mega-toggle-block-1 {
  margin: 0 !important; }
  #mega-menu-wrap-primary .mega-toggle-block-1:after {
    font-size: 40px !important; }

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  font-size: 32px !important; }

@media (min-width: 768px) {
  .mega-menu-item-has-children > .mega-menu-link {
    padding-right: 24px !important; }

  .mega-indicator {
    font-size: 30px !important;
    position: absolute !important;
    right: -2px !important; }

  .mega-indicator:after {
    margin-left: 0 !important; } }
/*--------------------------------------------------------------
# Flickity
--------------------------------------------------------------*/
.research .main-carousel .carousel-cell {
  width: 100% !important;
  padding: 3em 2em;
  height: 160px;
  margin-right: 10px; }
  .research .main-carousel .carousel-cell a,
  .research .main-carousel .carousel-cell a:hover,
  .research .main-carousel .carousel-cell a:visited,
  .research .main-carousel .carousel-cell a:focus {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600; }
@media screen and (min-width: 768px) {
  .research .main-carousel .carousel-cell {
    width: 50% !important;
    margin-right: 24px !important; } }
@media screen and (min-width: 1024px) {
  .research .main-carousel .carousel-cell {
    width: 33.33% !important; } }
.research .main-carousel button.flickity-button {
  position: relative;
  top: auto;
  bottom: -30px;
  transform: translateY(0);
  width: 45px;
  height: 45px;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
  border: none; }
  @media (min-width: 1024px) {
    .research .main-carousel button.flickity-button {
      width: 30px;
      height: 30px; } }
  .research .main-carousel button.flickity-button.previous {
    left: 0; }
  .research .main-carousel button.flickity-button.next {
    right: 0;
    margin-left: 1rem; }
.research .main-carousel .flickity-page-dots {
  display: none; }

/*--------------------------------------------------------------
# Front Page
--------------------------------------------------------------*/
.home-top {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%; }

.home-intro-description {
  width: 100%;
  min-height: 31.5vw;
  height: 100%;
  padding-top: 1px;
  padding-bottom: 4rem;
  color: #fff;
  align-items: center; }
  @media (min-width: 768px) {
    .home-intro-description {
      padding-top: 4rem; } }
  @media (min-width: 1024px) {
    .home-intro-description {
      display: flex;
      padding-top: 2rem;
      padding-bottom: 2rem; } }
  .home-intro-description .intro-column-1 {
    margin: 3rem 0; }
    @media (min-width: 1024px) {
      .home-intro-description .intro-column-1 {
        width: 60%;
        padding-right: 6rem;
        margin: 0; } }
    .home-intro-description .intro-column-1 p {
      font-size: 24px;
      font-weight: 300; }
  .home-intro-description .intro-column-2 {
    text-align: center; }
    @media (min-width: 1024px) {
      .home-intro-description .intro-column-2 {
        width: 40%;
        text-align: initial; } }

.search {
  display: none; }

#country-select {
  text-align: center; }
  #country-select h3 {
    font-weight: 300;
    margin-bottom: 1rem; }
  #country-select p {
    margin: 0 auto; }
    @media (min-width: 768px) {
      #country-select p {
        width: 80%; } }
    @media (min-width: 1024px) {
      #country-select p {
        width: 60%; } }

#ept-partners {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: -24px; }
  @media (min-width: 1024px) {
    #ept-partners {
      margin-right: 0; } }
  #ept-partners .ept-partner {
    width: calc(50% - 24px);
    margin-right: 24px;
    margin-top: 24px; }
    @media (min-width: 1024px) {
      #ept-partners .ept-partner {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 0; }
        #ept-partners .ept-partner:nth-child(3n) {
          margin-right: 0; } }
    #ept-partners .ept-partner img {
      width: 90%;
      height: auto;
      max-height: 150px;
      object-fit: contain;
      display: block;
      margin: 0 auto; }
      @media (min-width: 1024px) {
        #ept-partners .ept-partner img {
          width: 80%;
          max-height: 200px; } }

#ept-contributed_partners {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media (min-width: 1024px) {
    #ept-contributed_partners {
      margin-right: -2%; } }
  #ept-contributed_partners .ept-partner {
    width: 32%;
    margin-right: 2%;
    margin-top: 24px; }
    @media (max-width: 1023px) {
      #ept-contributed_partners .ept-partner:nth-child(3n) {
        margin-right: 0; } }
    @media (min-width: 1024px) {
      #ept-contributed_partners .ept-partner {
        width: 16%;
        margin-right: 0.8%;
        margin-bottom: 0; }
        #ept-contributed_partners .ept-partner:nth-child(6n) {
          margin-right: 0; } }
    #ept-contributed_partners .ept-partner img {
      width: 90%;
      height: auto;
      max-height: 150px;
      object-fit: contain;
      display: block;
      margin: 0 auto; }
      @media (min-width: 1024px) {
        #ept-contributed_partners .ept-partner img {
          width: 80%;
          max-height: 100%; } }

.research {
  margin-bottom: 4rem !important; }
  @media (min-width: 1024px) {
    .research {
      margin-bottom: 6rem !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #ept-research-wrapper .flickity-slider a.ept-research .ept-research-title {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 3rem 2rem !important;
    -ms-transition: background-color 0.2s ease-out; }

  #ept-research-wrapper .flickity-slider a.ept-research:hover {
    /*opacity: 0.8;*/ }
    #ept-research-wrapper .flickity-slider a.ept-research:hover .ept-research-title {
      background-color: rgba(0, 0, 0, 0.9); } }
/*--------------------------------------------------------------
# Single Region
--------------------------------------------------------------*/
.region h2 {
  margin: 0 0 1rem;
  font-weight: 600; }
@media (min-width: 1366px) {
  .region .region-top .container {
    max-width: 1320px; } }
.region .region-top .region-intro-description {
  padding-top: 1px; }
  @media (min-width: 1024px) {
    .region .region-top .region-intro-description {
      padding-top: 80px; } }
  .region .region-top .region-intro-description > .block-50 {
    flex-direction: column;
    padding: 20px; }
    @media (min-width: 1024px) {
      .region .region-top .region-intro-description > .block-50 {
        flex-direction: row;
        padding: 40px; } }
    .region .region-top .region-intro-description > .block-50 > .block {
      width: 100%; }
      @media (min-width: 1024px) {
        .region .region-top .region-intro-description > .block-50 > .block {
          width: 50%; } }
.region .region-top .block-50 {
  margin-top: 40px;
  padding: 40px;
  background-color: #fff;
  align-items: flex-start; }
.region .region-top ul {
  margin: 0;
  padding-left: 1rem; }
.region .region-top .energy-support {
  justify-content: space-between;
  padding: 0;
  margin-bottom: 2rem; }
  @media (min-width: 1024px) {
    .region .region-top .energy-support {
      margin-top: 0;
      padding-top: 0; } }
  .region .region-top .energy-support .block {
    padding: 24px;
    width: 100%; }
    @media (min-width: 768px) {
      .region .region-top .energy-support .block {
        width: 48%; } }
    .region .region-top .energy-support .block i {
      font-size: 54px; }
    .region .region-top .energy-support .block h3 {
      margin: 1rem 0; }
    .region .region-top .energy-support .block p {
      margin: 0; }
  .region .region-top .energy-support .fossil-energy {
    background-color: rgba(65, 65, 65, 0.1); }
    .region .region-top .energy-support .fossil-energy i,
    .region .region-top .energy-support .fossil-energy h3 {
      color: #414141; }
  .region .region-top .energy-support .clean-energy {
    background-color: rgba(141, 181, 26, 0.1); }
    .region .region-top .energy-support .clean-energy i,
    .region .region-top .energy-support .clean-energy h3 {
      color: #8DB51A; }
.region .data-content {
  margin-top: 1rem; }
  @media (min-width: 768px) {
    .region .data-content {
      margin-top: -2rem; } }
  .region .data-content h4 {
    margin: 2rem 0; }
  .region .data-content ul {
    margin: 0;
    padding-left: 1rem; }
.region .summary.my {
  padding-top: 0; }
@media (min-width: 768px) {
  .region .title-button-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; } }
.region .title-button-wrapper .title-button-column {
  text-align: center; }
@media (min-width: 768px) {
  .region .title-button-wrapper .title-button-column-2 {
    display: flex;
    align-items: center; } }
.region .title-button-wrapper .title-button-column-2 a {
  width: 100%; }
  @media (min-width: 768px) {
    .region .title-button-wrapper .title-button-column-2 a {
      width: auto; } }
.region .title-button-wrapper a.submit-missing,
.region .title-button-wrapper a.submit-missing:visited,
.region .title-button-wrapper a.submit-missing:focus {
  color: #008AB7;
  font-weight: 600;
  text-decoration: none; }
.region .title-button-wrapper a.submit-missing:hover {
  color: #006484;
  transition: color .3s ease-in-out; }
.region .title-button-wrapper .btn {
  margin-top: 0;
  margin-top: 1rem;
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .region .title-button-wrapper .btn {
      margin-top: 0;
      margin-bottom: 0;
      margin-left: 1.5rem; } }
.region .feedback {
  background-color: #F3F3F3;
  padding: 1.5rem 0; }
  .region .feedback a,
  .region .feedback a:hover,
  .region .feedback a:visited,
  .region .feedback a:focus {
    color: #000; }

/*--------------------------------------------------------------
# Single Country
--------------------------------------------------------------*/
.country h2 {
  margin: 0 0 1rem;
  font-weight: 600; }
@media (min-width: 1366px) {
  .country .country-top .container {
    max-width: 1320px; } }
.country .country-top .country-intro-description {
  padding-top: 1px; }
  @media (min-width: 768px) {
    .country .country-top .country-intro-description {
      padding-top: 80px; } }
  .country .country-top .country-intro-description h2 img {
    /*width: 35px !important;*/
    vertical-align: top; }
  .country .country-top .country-intro-description > .block-50 {
    flex-direction: column;
    padding: 20px; }
    @media (min-width: 1024px) {
      .country .country-top .country-intro-description > .block-50 {
        flex-direction: row;
        padding: 40px; } }
    .country .country-top .country-intro-description > .block-50 > .block {
      width: 100%; }
      @media (min-width: 1024px) {
        .country .country-top .country-intro-description > .block-50 > .block {
          width: 50%; } }
.country .country-top .block-50 {
  margin-top: 40px;
  padding: 40px;
  background-color: #fff;
  align-items: flex-start; }
.country .country-top ul {
  margin: 0;
  padding-left: 1rem; }
.country .country-top .energy-support {
  justify-content: space-between;
  padding: 0;
  margin-bottom: 2rem; }
  @media (min-width: 1024px) {
    .country .country-top .energy-support {
      margin-top: 0;
      padding-top: 0; } }
  .country .country-top .energy-support .block {
    padding: 24px;
    width: 100%; }
    @media (min-width: 768px) {
      .country .country-top .energy-support .block {
        width: 48%; } }
    .country .country-top .energy-support .block i {
      font-size: 54px; }
    .country .country-top .energy-support .block h3 {
      margin: 1rem 0; }
    .country .country-top .energy-support .block p {
      margin: 0; }
  .country .country-top .energy-support .fossil-energy {
    background-color: rgba(65, 65, 65, 0.1); }
    .country .country-top .energy-support .fossil-energy i,
    .country .country-top .energy-support .fossil-energy h3 {
      color: #414141; }
  .country .country-top .energy-support .clean-energy {
    background-color: rgba(141, 181, 26, 0.1); }
    .country .country-top .energy-support .clean-energy i,
    .country .country-top .energy-support .clean-energy h3 {
      color: #8DB51A; }
.country .data-content {
  margin-top: 1rem; }
  @media (min-width: 768px) {
    .country .data-content {
      margin-top: -2rem; } }
  .country .data-content h4 {
    margin: 2rem 0; }
  .country .data-content ul {
    margin: 0;
    padding-left: 1rem; }
.country .summary.my {
  padding-top: 0; }
  .country .summary.my p:first-of-type {
    margin-top: 0; }
@media (min-width: 768px) {
  .country .title-button-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; } }
.country .title-button-wrapper .title-button-column {
  text-align: center; }
@media (min-width: 768px) {
  .country .title-button-wrapper .title-button-column-2 {
    display: flex;
    align-items: center; } }
.country .title-button-wrapper .title-button-column-2 a {
  width: 100%; }
  @media (min-width: 768px) {
    .country .title-button-wrapper .title-button-column-2 a {
      width: auto; } }
.country .title-button-wrapper a.submit-missing,
.country .title-button-wrapper a.submit-missing:visited,
.country .title-button-wrapper a.submit-missing:focus {
  color: #008AB7;
  font-weight: 600;
  text-decoration: none; }
.country .title-button-wrapper a.submit-missing:hover {
  color: #006484;
  transition: color .3s ease-in-out; }
.country .title-button-wrapper .btn {
  margin-top: 0;
  margin-top: 1rem;
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .country .title-button-wrapper .btn {
      margin-top: 0;
      margin-bottom: 0;
      margin-left: 1.5rem; } }
.country .feedback {
  background-color: #F3F3F3;
  padding: 1.5rem 0; }
  .country .feedback a,
  .country .feedback a:hover,
  .country .feedback a:visited,
  .country .feedback a:focus {
    color: #000; }

/*--------------------------------------------------------------
# Methodology
--------------------------------------------------------------*/
.methodology .methodology-intro-description {
  display: flex;
  align-items: center;
  width: 100%;
  height: 30vw; }
  @media (min-width: 768px) {
    .methodology .methodology-intro-description {
      height: 20vw; } }
  @media (min-width: 1024px) {
    .methodology .methodology-intro-description {
      height: 18vw; } }
  .methodology .methodology-intro-description h1 {
    color: #fff; }

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .about-intro-description {
  display: flex;
  align-items: center;
  width: 100%;
  height: 30vw; }
  @media (min-width: 768px) {
    .about .about-intro-description {
      height: 20vw; } }
  @media (min-width: 1024px) {
    .about .about-intro-description {
      height: 18vw; } }
  .about .about-intro-description h1 {
    color: #fff; }

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .contact-intro-description {
  display: flex;
  align-items: center;
  width: 100%;
  height: 30vw; }
  @media (min-width: 768px) {
    .contact .contact-intro-description {
      height: 20vw; } }
  @media (min-width: 1024px) {
    .contact .contact-intro-description {
      height: 18vw; } }
  .contact .contact-intro-description h1 {
    color: #fff; }
.contact .block-50 {
  align-items: initial; }
.contact .sub-heading {
  color: #777777; }
.contact .contact-about {
  width: 70%; }

/*--------------------------------------------------------------
# Privacy Policy and Terms
--------------------------------------------------------------*/
.privacy-policy-terms .privacy-policy-terms-intro-description {
  display: flex;
  align-items: center;
  width: 100%;
  height: 30vw; }
  @media (min-width: 1024px) {
    .privacy-policy-terms .privacy-policy-terms-intro-description {
      height: 15vw; } }
  .privacy-policy-terms .privacy-policy-terms-intro-description h1 {
    color: #fff; }

html {
  min-width: 320px; }

.container {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }
  @media (min-width: 768px) {
    .container {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (min-width: 1280px) {
    .container {
      padding-left: 0;
      padding-right: 0;
      max-width: 1240px;
      margin-left: auto;
      margin-right: auto; } }

input[type=submit] {
  box-shadow: none;
  text-shadow: none; }

.my {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media (min-width: 1024px) {
    .my {
      padding-top: 3rem;
      padding-bottom: 3rem; } }

.top {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%; }

.block-50 {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 768px) {
    .block-50 {
      flex-direction: row;
      align-items: center;
      margin-top: 3rem;
      margin-bottom: 3rem; } }
  @media (min-width: 768px) {
    .block-50 .block {
      width: 50%; } }
  .block-50 .block .data-info {
    text-align: center;
    display: block; }
  @media (min-width: 768px) {
    .block-50 .block-1 {
      padding-right: 3rem; } }
  .block-50 .block-2 {
    margin-top: 3rem; }
    @media (min-width: 768px) {
      .block-50 .block-2 {
        margin-top: 0; } }
  .block-50 .block-image,
  .block-50 .block-data {
    display: flex;
    justify-content: center; }

.block-50-image-left {
  flex-direction: column-reverse; }
  @media (min-width: 768px) {
    .block-50-image-left {
      flex-direction: row; } }
  .block-50-image-left .block-1 {
    margin-top: 3rem; }
    @media (min-width: 768px) {
      .block-50-image-left .block-1 {
        margin-top: 0; } }

.btn {
  display: inline-block;
  margin-top: 1rem;
  padding: .75rem 2rem;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .5px; }

.btn-dark,
.btn-dark:visited,
.btn-dark:focus {
  background-color: #008AB7;
  color: #fff; }

.btn-dark:hover {
  background-color: #006484;
  transition: background-color .3s ease-in-out; }

#site-navigation {
  position: fixed;
  top: 0; }
  @media (min-width: 768px) {
    #site-navigation {
      position: relative; } }

.admin-bar #site-navigation {
  position: fixed;
  top: 46px; }
  @media (min-width: 768px) {
    .admin-bar #site-navigation {
      position: relative;
      top: 0; } }

#content {
  padding-top: 80px; }
  @media (min-width: 768px) {
    #content {
      padding-top: 0; } }

#wpDataChart_4 .highcharts-container {
  margin: -50px 0; }
  @media (min-width: 768px) {
    #wpDataChart_4 .highcharts-container {
      margin: 0; } }

/*body .wpDataTablesWrapper table.wpDataTable thead th.sorting:after,
body .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:after,
body .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc:after {
	border-width: 8px;
}

/*body .wpDataTablesWrapper table.wpDataTable thead th.sorting:after,
body .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:after,
body .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc:after {
	display: block;
	height: 10px;
	margin: 0;
	border: 8px solid transparent;
	border-bottom-color: #333333;
}
body .wpDataTablesWrapper table.wpDataTable thead th.sorting_asc:after {
	border-top-width: 0;
}
body .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc:after {
	border-bottom-width: 0;
}*/

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