@charset "UTF-8";
/************************************************

Stylesheet: Main Stylesheet

*************************************************/
/*********************
GENERAL STYLES
*********************/
/*********************
LINK STYLES
*********************/
a:link,
a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
/*********************
HEADER STYLES
*********************/
.header ul.off-canvas-list li {
  list-style: none;
}
/*********************
NAVIGATION STYLES
*********************/
.top-bar .title-area {
  z-index: 1;
}
.off-canvas-list ul {
  margin-left: 0;
}
.off-canvas-list ul li a {
  border-bottom: 0px;
}
.off-canvas-list ul .dropdown {
  margin-left: 20px;
}
/*********************
POSTS & CONTENT STYLES
*********************/
#content #inner-content {
  padding: 1rem 0rem;
}
.page-title .vcard {
  border: 0px;
  padding: 0px;
}
.byline {
  color: #999;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content .alignleft,
.entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.entry-content .alignright,
.entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.entry-content .aligncenter,
.entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
.post-password-form input[type="submit"] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background: #2199e8;
  color: #fff;
}
[data-whatinput='mouse'] .post-password-form input[type="submit"] {
  outline: 0;
}
.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus {
  background: #1583cc;
  color: #fff;
}
/*********************
IMAGE GALLERY STYLES
*********************/
/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem;
}
/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px;
}
#respond ul {
  margin-left: 0px;
}
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  float: right;
}
/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}
#comment-form-title {
  margin: 0 0 1.1em;
}
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
.nocomments {
  margin: 0 20px 1.1em;
}
/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
  margin: 0;
}
.widget ul li {
  list-style: none;
}
/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em;
}
/*********************
FOUNDATION STYLES
*********************/
/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0;
}
/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. 

Remember to add things that won't make sense to print at 
the bottom. Things like nav, ads, and forms shouldbe set 
to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************

R/West Custom Styles

******************************************************************/
.fa-facebook-f:before,
.fa-facebook:before {
  font-size: 25px;
}
.fa-instagram:before {
  font-size: 25px;
}
.fa-twitter:before {
  font-size: 25px;
}
.fa-youtube-play:before {
  font-size: 25px;
}
.fa-linkedin:before {
  font-size: 25px;
}
.fa {
  font-size: 25px;
}
.social {
  padding-bottom: 0;
}
.social ul {
  top: 12px;
  position: relative;
  margin-left: 0;
}
.social ul li {
  display: inline-block;
  padding: 0 10px;
}
.social ul li:first-child {
  padding-left: 0;
}
.social ul li:last-child {
  padding-right: 0;
}
.social ul li a {
  color: #fff;
}
.social ul li a:hover {
  color: #da2147;
}
.social ul li a span {
  color: #fff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.social ul li a span:hover {
  color: #da2147 !important;
}
.social ul li a i.fa {
  color: #fff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.social ul li a i.fa:hover {
  color: #da2147 !important;
}
::-moz-selection {
  color: #ffffff !important;
  background: #ffd811 !important;
}
::selection {
  color: #ffffff !important;
  background: #ffd811 !important;
}
.transition {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.bgCover {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
}
.bgContain {
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
}
.verticalCenter {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
html {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
*:focus {
  outline: none;
}
html,
body {
  min-width: 320px;
  height: 100%;
}
body {
  position: relative;
  margin: 0;
  background: #000;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 0;
}
p {
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.25em;
  line-height: 1.5em;
  margin-bottom: 1em;
  color: #ffffff;
}
li {
  color: #ffffff;
}
q {
  quotes: "“" "”" "‘" "’";
}
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}
span {
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a:link {
  color: #ffffff;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a:visited {
  color: #ffffff;
}
a:hover {
  color: #da2147;
}
a:active {
  color: #ffd811;
}
a,
button,
input {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
a.btn,
.button {
  padding: 12px 22px;
  text-transform: uppercase;
  text-align: center;
  background: #fff;
  color: #000;
  min-width: 130px;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 800;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid transparent;
}
a.btn:hover,
.button:hover {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
}
.btn-center {
  display: block;
  margin: 2em auto 0 auto;
  text-align: center;
}
a.btn-red {
  background: #da2147;
  color: #fff;
  border: 1px solid #da2147;
}
a.btn-red:hover {
  color: #000 !important;
  background: #ffd811;
  border: 1px solid #ffd811;
}
a.btn-yellow {
  background: #ffd811;
  color: #000;
  border: 1px solid #ffd811;
}
a.btn-yellow:hover {
  background: #da2147;
  color: #fff;
  border: 1px solid #da2147;
}
a.btn-red {
  background: #da2147;
  color: #000;
  border: 1px solid #da2147;
}
a.btn-red:hover {
  background: #ffd811;
  color: #000;
  border: 1px solid #ffd811;
}
a.btn-black {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
a.btn-black:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
header.header {
  position: fixed;
  width: 100%;
  height: 68px;
}
.header-container {
  position: relative;
  height: auto;
  width: 100%;
}
.logo-container {
  width: auto;
  height: auto;
  left: 10px;
  top: 10px;
  float: left;
  position: relative;
}
.eh-logo {
  position: relative;
  right: 7.5em;
  float: right;
  top: 12px;
  z-index: 10;
}
body.single nav ul li#menu-item-20 a,
body.archive.date nav ul li#menu-item-20 a {
  color: #da2147;
}
nav .social {
  padding-top: 5px;
  background: #000;
}
nav ul {
  display: block;
}
nav ul li {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
  background: transparent;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}
nav ul li a:link {
  text-align: center;
  color: #ffffff;
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
  background: transparent;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  font-weight: 800;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding: 20px 0;
}
nav ul li a:visited {
  color: #ffffff;
}
nav ul li a:hover {
  color: #da2147;
}
nav ul li a:active {
  color: #da2147;
}
nav ul li a:focus {
  color: #ffd811;
}
nav ul li.current_page_item {
  color: #da2147 !important;
}
nav ul li.current_page_item a {
  color: #da2147 !important;
}
nav ul li.current_page_item a:hover {
  color: #da2147 !important;
}
nav ul .active > a {
  color: #ffd811;
}
nav .menu .active > a {
  font-weight: 800;
}
nav nav ul li.current_page_item ul.is-dropdown-submenu li a {
  color: #ffffff !important;
}
nav .menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-home.active.is-submenu-item.is-dropdown-submenu-item {
  color: #ffffff !important;
}
nav .menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-home.active.is-submenu-item.is-dropdown-submenu-item a {
  color: #ffffff !important;
}
nav .menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-home.active.is-submenu-item.is-dropdown-submenu-item a:hover {
  color: #da2147 !important;
}
nav .is-dropdown-submenu li {
  display: block;
  text-align: center;
  color: #ffffff !important;
  font-size: 14px;
  line-height: 18px;
  text-transform: none;
  background: transparent;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
}
nav .is-dropdown-submenu li a {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  text-transform: none;
  background: transparent;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
nav .is-dropdown-submenu li a:hover,
nav .is-dropdown-submenu li a:focus {
  color: #da2147;
}
nav .is-dropdown-submenu li a:link {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  text-transform: none;
  background: transparent;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
nav .is-dropdown-submenu li a:visited {
  color: #ffffff;
}
nav .is-dropdown-submenu li a:hover {
  color: #da2147;
}
nav .is-dropdown-submenu li a:active {
  color: #da2147;
}
nav .is-dropdown-submenu li a:focus {
  color: #ffd811;
}
.no-touch .eh-primary-nav a:hover {
  background: transparent;
  background-color: transparent;
}
.menu.medium-horizontal > li {
  display: block;
}
.menu .active > a {
  font-weight: bold;
  background: transparent;
}
.is-dropdown-submenu {
  display: block;
  position: relative;
  background: transparent;
  border: none;
}
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:after {
  display: none;
}
.dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
  left: 10px;
}
.menu > li > a {
  padding: 5px 1rem;
}
header {
  height: 99px;
  width: 100%;
  z-index: 10;
  -webkit-transition: background-color 0.6s linear;
  -moz-transition: background-color 0.6s linear;
  -o-transition: background-color 0.6s linear;
  -ms-transition: background-color 0.6s linear;
  transition: background-color 0.6s linear;
  background: transparent;
}
header .oef-logo-full {
  display: block;
  visibility: visible;
  transition: visibility 0s, opacity 0.6s linear;
  -webkit-transition: visibility 0s, opacity 0.6s linear;
  -moz-transition: visibility 0s, opacity 0.6s linear;
  -ms-transition: visibility 0s, opacity 0.6s linear;
  -o-transition: visibility 0s, opacity 0.6s linear;
  opacity: 1;
  width: 263px;
  height: 115px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-position: center center;
  /* background: url('../images/oef-logo-full.png') no-repeat;
  background: url('../images/OEF_Logo.svg'); */
  background: url('../images/OEF_Logo_Shadow.png') no-repeat;
  background-size: 263px 115px;
  cursor: pointer;
}
header .oef-logo-sticky {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.6s linear;
  -webkit-transition: visibility 0s, opacity 0.6s linear;
  -moz-transition: visibility 0s, opacity 0.6s linear;
  -ms-transition: visibility 0s, opacity 0.6s linear;
  -o-transition: visibility 0s, opacity 0.6s linear;
  width: 137px;
  height: 60px;
  position: absolute;
  top: -7px;
  left: 0;
  z-index: 14;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-position: center center;
  background: url('../images/oef-logo-sticky-sm.png') no-repeat;
  background: url('../images/OEF_Logo.svg');
  background-size: 137px 60px;
  cursor: pointer;
}
header.sticky {
  position: fixed;
  height: 68px;
  background: #000;
  border-bottom: 1px solid #101010;
  width: 100%;
  z-index: 10;
}
header.sticky .oef-logo {
  height: 68px;
}
header.sticky .oef-logo-full {
  visibility: hidden;
  opacity: 0;
}
header.sticky .oef-logo-sticky {
  visibility: visible;
  opacity: 1;
}
.oef-menu-donate {
  position: relative;
  margin-top: 12px;
  margin-left: -160px;
}
.oef-menu-donate a.btn {
  min-width: 0;
}
.viewport-wrapper {
  height: 100%;
  min-height: 100%;
  height: 100vh;
  width: 100%;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -ms-background-size: cover !important;
  -o-background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  display: table;
}
.content-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.content-container .question-container {
  padding: 35px 0;
  max-width: 1100px;
  margin: 0 auto;
}
.content-container .question-container h1 {
  font-size: 60px;
  line-height: 66px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.content-container .question-container h2 {
  font-size: 60px;
  line-height: 66px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.content-container .question-container h3 {
  font-size: 48px;
  line-height: 54px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.content-container .question-container h4 {
  font-size: 38px;
  line-height: 44px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.content-container .question-container h5 {
  font-size: 32px;
  line-height: 38px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.content-container .question-container .btn {
  margin-top: 30px;
  margin-left: 5px;
  margin-right: 5px;
}
nav#oef-vertical-nav {
  position: fixed;
  right: 40px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
nav#oef-vertical-nav ul li {
  line-height: 0.875rem;
}
nav#oef-vertical-nav ul li a:link {
  padding: 0;
  line-height: 0.875rem;
}
nav#oef-vertical-nav ul li {
  color: #da2147;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 800;
}
nav#oef-vertical-nav ul li a {
  color: #da2147;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 800;
}
nav#oef-vertical-nav ul li span.oef-label {
  color: #da2147;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 800;
  opacity: 0;
}
.no-touch #oef-vertical-nav .oef-label {
  position: relative;
  margin-right: 10px;
  padding: .4em .5em;
  color: #da2147;
  background: none !important;
  background-color: none !important;
  border: 0 !important;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 0.875rem;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  font-weight: 800;
}
section.intro-section {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
section.intro-section h1 {
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 1px;
}
section.intro-section ul.introNavigationItems {
  margin-top: 50px;
}
section.intro-section ul.introNavigationItems li {
  margin-bottom: 20px;
}
section.intro-section ul.introNavigationItems li:last-child {
  margin-bottom: 0;
}
section.intro-section ul.introNavigationItems li a {
  font-size: 28px;
  line-height: 34px;
  font-weight: 800;
  color: #fff;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
section.intro-section ul.introNavigationItems li a:hover {
  color: #da2147;
}
section.intro-section ul.introNavigationItems li a:active {
  color: #ffd811;
}
section.intro-section ul.introNavigationItems li a:focus {
  color: #ffd811;
}
section.intro-section ul.introNavigationTranslate li {
  margin-top: 20px;
}
section.intro-section ul.introNavigationTranslate li a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 800;
  color: #fff;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
section.intro-section ul.introNavigationTranslate li a:hover {
  color: #da2147;
}
section.intro-section ul.introNavigationTranslate li a:active {
  color: #ffd811;
}
section.intro-section ul.introNavigationTranslate li a:focus {
  color: #ffd811;
}
#content {
  overflow-x: hidden;
}
.oef-section {
  padding: 5em 0;
}
.oef-section .row {
  max-width: 950px;
}
.touch .oef-nav-trigger {
  display: none !important;
}
.section-content {
  position: relative;
  height: auto;
}
.min-height-section {
  min-height: 50vh;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.section-title {
  font-size: 48px;
  line-height: 54px;
  font-weight: 200;
  padding-bottom: .85em;
}
.section-intro-text {
  font-size: 24px;
  line-height: 30px;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 3.5em;
}
.section-intro-text p {
  font-size: 24px;
  line-height: 30px;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 0;
}
.goog-tooltip {
  display: none !important;
}
.goog-tooltip:hover {
  display: none !important;
}
.goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.google-infowindow {
  display: none !important;
}
.gmnoprint {
  display: none !important;
}
span.notranslate {
  background: inherit !important;
}
select {
  background: #ffd811 !important;
  padding: 12px 22px !important;
  text-transform: uppercase !important;
  color: #000 !important;
  font-size: 18px !important;
  line-height: 18px !important;
  font-weight: 700 !important;
  text-align: center !important;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  border: 1px solid #ffd811 !important;
}
.gform_wrapper textarea {
  padding: 12px 22px !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
  font-size: 16px !important;
  line-height: 16px !important;
}
.gform_wrapper .ginput_container span:not(.ginput_price) {
  margin-bottom: 0 !important;
}
.ui-selectmenu-button.ui-button {
  width: 100%;
  border-radius: 0;
}
.ui-selectmenu-text {
  margin-left: 20px !important;
}
.ui-front {
  z-index: 5 !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: #ffd811;
  padding: 12px 22px;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #ffd811;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  background: #ffd811;
  border: 1px solid #ffd811;
  font-weight: 300;
  cursor: pointer;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #ffd811;
  font-weight: 300;
  color: #000;
}
.ui-widget.ui-widget-content {
  border: none;
  background: #000000;
  color: #ffffff !important;
  border-left: 1px solid #ffd811;
  border-right: 1px solid #ffd811;
  border-bottom: 1px solid #ffd811;
  border-radius: 0 !important;
  max-height: 320px;
  overflow-y: scroll;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: 0;
}
.ui-menu .ui-menu-item-wrapper {
  text-align: center;
  padding: 10px;
  border: none;
}
.ui-selectmenu-menu .ui-menu {
  padding-bottom: 0 !important;
}
#county-picker-menu li.ui-menu-item:first-child {
  display: none !important;
}
#county-picker-menu li#ui-id-2 {
  border-top: none !important;
}
.ui-button .ui-icon {
  background-image: url(../images/dropdown-arrow.png) !important;
  background: #ffd811;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url(../images/dropdown-arrow.png) !important;
}
.ui-selectmenu-button.ui-button span {
  color: #fff;
  text-align: center;
  color: #000;
  font-size: 18px;
  line-height: 18px;
  font-weight: 800;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus {
  background: transparent !important;
  border: 1px solid #ffd811;
}
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
  background: transparent !important;
  border: 1px solid #ffd811;
  padding: 12px 22px;
  height: auto;
  color: #fff !important;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  box-shadow: none !important;
  text-shadow: none !important;
}
::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.gform_wrapper {
  margin: 0 !important;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio],
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  margin-left: 0 !important;
}
.gform_wrapper input[type=email],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=url] {
  background: transparent !important;
  border: 1px solid #ffd811 !important;
  padding: 12px 22px !important;
  height: auto !important;
  color: #fff !important;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
  font-style: italic !important;
  text-align: center !important;
  font-size: 18px !important;
  line-height: 18px !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
  width: 100% !important;
  margin-bottom: 0 !important;
}
.gform_wrapper .top_label .gfield_label {
  display: none !important;
}
body .gform_wrapper label.gfield_label + div.ginput_container {
  margin-top: 1.250em !important;
}
ul#input_1_1-menu li.ui-menu-item:first-child {
  display: none !important;
}
.gform_wrapper form {
  max-width: 550px !important;
  margin: 0 auto;
}
.gform_wrapper .gform_body {
  width: 100% !important;
}
input#gform_submit_button_1 {
  background: #ffd811;
  color: #000;
  display: block;
  margin: 0 auto;
  padding: 12px 22px;
  text-transform: uppercase;
  text-align: center;
  min-width: 130px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 800;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid transparent;
}
input#gform_submit_button_1:hover {
  background: #da2147;
  color: #fff;
  border: 1px solid transparent;
}
.gform_wrapper div.validation_error {
  background: #fff;
  text-align: center;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  background: #fff;
  text-align: center;
  border-bottom: 2px solid #790000 !important;
}
.gform_wrapper .field_description_below .gfield_description {
  padding-bottom: 16px;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: transparent !important;
  background-color: transparent !important;
  text-align: center;
  border-top: none !important;
  border-bottom: none !important;
}
.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important;
}
div#gform_confirmation_message_1 {
  color: #fff;
  text-align: center;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}
.translated-ltr .oef-vertical-nav,
.translated-rtl .oef-vertical-nav {
  display: none !important;
}
#energy-assistance {
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
}
#energy-assistance .section-content h1 span {
  color: #fff !important;
  font-weight: 800;
}
#energy-assistance::before {
  left: 0;
  bottom: 50px;
  content: '';
  text-align: center;
  width: 50%;
  position: absolute;
  border-bottom: 12px solid #ffd811;
  border-right: 12px solid transparent;
}
#energy-assistance::after {
  bottom: 50px;
  left: 50%;
  content: '';
  text-align: center;
  width: 50%;
  position: absolute;
  border-bottom: 12px solid #ffd811;
  border-left: 12px solid transparent;
}
.scroll-down-cutout-container {
  height: 50px;
  background: #ffd811;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 4px;
}
.scroll-down-cutout-container a {
  color: #000;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
}
.scroll-down-cutout-container a:hover {
  color: #da2147;
}
#where-to-apply {
  padding: 7.5em 0;
  -webkit-background-size: 100% !important;
  -moz-background-size: 100% !important;
  -ms-background-size: 100% !important;
  -o-background-size: 100% !important;
  background-size: 100% !important;
  background-position: top !important;
  background-repeat: no-repeat !important;
  background: #000;
  background-image: url('../images/backgroundBorder.jpg') !important;
}
#where-to-apply span.google-src-text,
#where-to-apply span {
  color: #fff !important;
}
#where-to-apply .ui-selectmenu-button.ui-button span {
  color: #000 !important;
}
#where-to-apply .section-title {
  color: #ffffff;
  text-align: center;
}
#where-to-apply div.county {
  display: none;
}
#where-to-apply .zip-picker-options {
  text-align: center;
}
#where-to-apply .zip-picker-options p {
  text-align: center;
  font-weight: 800;
  color: #fff;
  position: relative;
  top: 3px;
}
#where-to-apply .where-to-apply-agencies-container {
  margin-bottom: 3.5em;
}
#where-to-apply .where-to-apply-footer {
  clear: both;
  padding-top: 2em;
  border-top: 1px solid #cacaca;
}
#where-to-apply .where-to-apply-footer p {
  margin-bottom: 0;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: 300;
}
#where-to-apply #agencies {
  clear: both;
}
#where-to-apply #agencies h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  color: #fff;
  margin-bottom: .25em;
}
#where-to-apply #agencies strong {
  font-weight: bold;
  color: #ffd811;
}
#where-to-apply #agencies p.where-to-apply-step {
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-top: 1em;
}
#where-to-apply #agencies p {
  margin-bottom: .25em;
}
#where-to-apply #agencies p.street {
  margin-bottom: 0;
}
#where-to-apply #agencies p.city,
#where-to-apply #agencies p.zip {
  display: inline-block;
  margin-bottom: .25em;
}
#where-to-apply #agencies .county {
  padding-left: .9375rem;
  padding-right: .9375rem;
}
#where-to-apply #agencies .county p:last-child {
  margin-bottom: 0;
}
#where-to-apply #agencies .agency {
  padding-top: 30px;
}
#where-to-apply #agencies .agency-01 {
  padding-top: 0;
}
#where-to-apply .zip-picker {
  position: relative;
}
#where-to-apply .zip-picker input#keywords {
  width: 70% !important;
  border-right: none;
  display: inline;
  float: left;
  margin-bottom: 0;
  padding: 10px;
}
#where-to-apply .zip-picker input[type="submit"] {
  width: 30% !important;
  box-shadow: 0;
  border: 0;
  float: left !important;
  padding: 12px 0;
  text-transform: uppercase;
  background: #ffd811;
  color: #000;
  min-width: 70px;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 800;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#where-to-apply .zip-picker input[type="submit"]:hover {
  background: #da2147;
  color: #fff;
}
#where-to-apply #quickresults {
  text-align: center;
  color: #fff;
}
#where-to-apply #quickresults p {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
#faq {
  background: #e0e0e0;
}
#faq .section-title {
  text-align: center;
}
#faq .faq-container {
  padding-top: 1em;
}
#faq .faq_question {
  padding-bottom: 3em;
  padding-left: 1.9375rem;
  padding-right: 1.9375rem;
}
#faq .faq_question p {
  color: #000;
}
#faq .faq_question p:first-child {
  margin-bottom: 0;
}
#faq .faq_question strong {
  font-weight: 700;
}
#faq .guidelines-container {
  text-align: center;
  color: #000;
  margin-bottom: 1.5em;
}
#faq .guidelines-container p {
  color: #000;
  margin-bottom: 0;
}
#faq .guidelines-container p:first-child {
  margin-bottom: 0;
}
#faq .guidelines-container strong {
  font-weight: 700;
}
#faq table tbody,
#faq table tfoot,
#faq table thead {
  background: transparent;
  border: 0;
}
#faq table {
  background: transparent;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #000;
  font-weight: 700;
}
#faq table th {
  text-transform: uppercase;
}
#faq table td {
  background: transparent;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #000;
  font-weight: 700;
  text-align: center;
  width: 33%;
}
#faq table tr:nth-child(even) {
  background: #da2147;
  color: #fff;
}
#faq table tr:nth-child(even) td {
  color: #fff;
}
#faq table tr:nth-child(even) span {
  color: #fff;
}
#faq table tr:nth-child(odd) {
  background: transparent;
  color: #000;
}
#faq table tr:nth-child(odd) td {
  color: #000;
}
#faq table tr:nth-child(odd) span {
  color: #000;
}
#resources {
  background: #ffffff;
  color: #000;
}
#resources .section-intro-text {
  color: #000;
}
#resources .section-intro-text p {
  color: #000;
}
#resources .resources-links-container {
  color: #000;
}
#resources .resources-links-container a.resource-title,
#resources .resources-links-container p.resource-title {
  font-style: normal;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.5em;
  margin-bottom: 1em;
  color: #000;
  display: block;
  margin-bottom: 0;
}
#resources .resources-links-container a.resource-title:hover {
  color: #da2147;
}
#resources .resources-links-container p {
  margin-bottom: 0;
  color: #000;
}
#resources .resources-links-container .resource {
  margin-bottom: 1.5em;
}
#in-their-own-words {
  background: #ffffff;
  color: #000;
}
#in-their-own-words .section-title {
  text-align: center;
  color: #000;
}
#in-their-own-words .story-title {
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
  color: #000;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: .50em;
}
#in-their-own-words .story-container {
  padding-bottom: 3em;
}
#in-their-own-words .story-container:last-child {
  padding-bottom: 0;
}
#in-their-own-words .section-intro-text {
  color: #000;
}
#in-their-own-words .section-intro-text p {
  color: #000;
}
#in-their-own-words .in-their-own-words-title {
  color: #000;
}
#in-their-own-words .in-their-own-words-title p {
  color: #000;
}
#in-their-own-words .itw-content-container {
  color: #000;
}
#in-their-own-words .itw-content-container p {
  color: #000;
}
#in-their-own-words .itw-content-container p:last-child {
  margin-bottom: 0;
}
#in-their-own-words .itw-content-container a {
  color: #000;
  font-weight: 700;
}
#in-their-own-words .itw-content-container a:hover {
  color: #da2147;
}
#in-their-own-words .story-image-container {
  padding-bottom: 0;
}
#in-their-own-words .story-image-container:last-child {
  padding-bottom: 0;
}
#in-their-own-words .resources-links-container {
  color: #000;
}
#in-their-own-words .resources-links-container a.resource-title,
#in-their-own-words .resources-links-container p.resource-title {
  font-style: normal;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.5em;
  margin-bottom: 1em;
  color: #000;
  display: block;
  margin-bottom: 0;
}
#in-their-own-words .resources-links-container a.resource-title:hover {
  color: #da2147;
}
#in-their-own-words .resources-links-container p {
  margin-bottom: 0;
  color: #000;
}
#in-their-own-words .resources-links-container .resource {
  margin-bottom: 1.5em;
}
.sidebar-image-container {
  padding-top: 2.5em;
}
.sidebar-image {
  padding-bottom: 1.875em;
  padding-left: 1.875em;
}
.sidebar-image:last-child {
  padding-bottom: 0;
}
#become-energy-efficient {
  background: #a6c0d6;
  color: #000;
}
#become-energy-efficient .section-title {
  color: #000;
  text-align: center;
}
#become-energy-efficient .section-title span.notranslate {
  font-size: 48px;
  line-height: 54px;
  font-weight: 200;
  padding-bottom: .85em;
}
#become-energy-efficient .section-intro-text span.notranslate {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}
#become-energy-efficient .section-intro-text {
  margin-bottom: 2em;
}
#become-energy-efficient .section-intro-text p {
  color: #000;
  text-align: center;
}
#become-energy-efficient h4.section-sub-title span.notranslate {
  color: #000;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 2em;
}
#become-energy-efficient h4.section-sub-title {
  color: #000;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 2em;
}
#become-energy-efficient span {
  color: #000;
  text-align: center;
  display: block;
  font-weight: 700;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
#become-energy-efficient span.notranslate {
  font-weight: inherit !important;
  display: inline;
}
#become-energy-efficient .column-content-container {
  margin-top: 20px;
  border: 1px solid #000;
}
#become-energy-efficient .svg_icon svg#Lightbulb,
#become-energy-efficient .svg_icon svg#temperature,
#become-energy-efficient .svg_icon svg#filter,
#become-energy-efficient .svg_icon svg#Covers,
#become-energy-efficient .svg_icon svg#Fans,
#become-energy-efficient .svg_icon svg#Water,
#become-energy-efficient .svg_icon svg#Power {
  height: 65px;
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#become-energy-efficient .column {
  position: relative;
}
#become-energy-efficient .column:hover {
  cursor: pointer;
}
#become-energy-efficient .column:hover span.column-title {
  color: #ffd811;
}
#become-energy-efficient .column:hover .cls-1,
#become-energy-efficient .column:hover .cls-2 {
  fill: #ffd811;
}
#become-energy-efficient .column:hover path,
#become-energy-efficient .column:hover rect {
  fill: #ffd811;
}
#become-energy-efficient .column.active-column-content span,
#become-energy-efficient .column.active-column-content_two span {
  color: #da2147 !important;
}
#become-energy-efficient .column.active-column-content:before,
#become-energy-efficient .column.active-column-content_two:before {
  content: url('../images/box-arrow-blue.png');
  position: absolute;
  z-index: 1;
  display: block;
  text-align: center;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: -33px;
}
#become-energy-efficient .column.active-column-content .cls-1,
#become-energy-efficient .column.active-column-content_two .cls-1,
#become-energy-efficient .column.active-column-content .cls-2,
#become-energy-efficient .column.active-column-content_two .cls-2 {
  fill: #da2147 !important;
}
#become-energy-efficient .column.active-column-content path,
#become-energy-efficient .column.active-column-content_two path,
#become-energy-efficient .column.active-column-content rect,
#become-energy-efficient .column.active-column-content_two rect {
  fill: #da2147 !important;
}
#become-energy-efficient .column-content-mobile {
  display: none !important;
}
#become-energy-efficient .column-content,
#become-energy-efficient .column-content_two {
  padding: 40px;
  color: #000;
  text-align: center;
  position: relative;
  display: none;
}
#become-energy-efficient .column-content img,
#become-energy-efficient .column-content_two img {
  display: block;
  margin: 0 auto;
}
#become-energy-efficient .column-content a span.notranslate,
#become-energy-efficient .column-content_two a span.notranslate {
  color: #da2147;
  font-weight: 700;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
}
#become-energy-efficient .column-content a span.notranslate:hover,
#become-energy-efficient .column-content_two a span.notranslate:hover {
  color: #ffd811;
}
#become-energy-efficient .column-content a,
#become-energy-efficient .column-content_two a {
  color: #da2147;
  font-weight: 700;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
}
#become-energy-efficient .column-content a:hover,
#become-energy-efficient .column-content_two a:hover {
  color: #ffd811;
}
#become-energy-efficient .column-content p span.notranslate,
#become-energy-efficient .column-content_two p span.notranslate {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  font-weight: 300;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
#become-energy-efficient .column-content p,
#become-energy-efficient .column-content_two p {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  font-weight: 300;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
#become-energy-efficient .column-content ul,
#become-energy-efficient .column-content_two ul {
  margin-left: 0;
}
#become-energy-efficient .column-content li span.notranslate,
#become-energy-efficient .column-content_two li span.notranslate {
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
#become-energy-efficient .column-content li,
#become-energy-efficient .column-content_two li {
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
#become-energy-efficient .column-content.active-column-content,
#become-energy-efficient .column-content_two.active-column-content_two {
  display: block;
}
#become-energy-efficient .sources {
  margin-top: 40px;
  font-size: 15px;
  line-height: 21px;
  font-style: italic;
  color: #000;
  text-align: right;
  font-weight: 300;
}
#become-energy-efficient .sources p span.notranslate {
  font-size: 15px;
  line-height: 21px;
  font-style: italic;
  color: #000;
  text-align: right;
  font-weight: 300;
}
#become-energy-efficient .sources p {
  font-size: 15px;
  line-height: 21px;
  font-style: italic;
  color: #000;
  text-align: right;
  font-weight: 300;
}
#become-energy-efficient .sources span {
  font-size: 15px;
  line-height: 21px;
  font-style: italic;
  color: #000;
  text-align: right;
  font-weight: 300;
}
#become-energy-efficient .sources li span.notranslate {
  font-size: 15px;
  line-height: 21px;
  font-style: italic;
  color: #000;
  text-align: right;
  font-weight: 300;
}
#become-energy-efficient .sources li {
  font-size: 15px;
  line-height: 21px;
  font-style: italic;
  color: #000;
  text-align: right;
  font-weight: 300;
}
#become-energy-efficient .sources strong {
  font-size: 15px;
  line-height: 21px;
  font-style: italic;
  font-weight: normal;
  color: #000;
  text-align: right;
  font-weight: 300;
}
#become-energy-efficient .sources h1,
#become-energy-efficient .sources h2,
#become-energy-efficient .sources h3,
#become-energy-efficient .sources h4,
#become-energy-efficient .sources h5,
#become-energy-efficient .sources h6 {
  font-size: 15px;
  line-height: 21px;
  font-style: italic;
  color: #000;
  text-align: right;
  font-weight: 300;
}
#become-energy-efficient .sources a span.notranslate {
  font-size: 15px;
  line-height: 21px;
  font-style: italic;
  color: #000;
  text-align: right;
  font-weight: 300;
}
#become-energy-efficient .sources a {
  font-size: 15px;
  line-height: 21px;
  font-style: italic;
  color: #000;
  text-align: right;
  font-weight: 300;
}
#become-energy-efficient .sources a:hover span.notranslate {
  font-size: 15px;
  line-height: 21px;
  font-style: italic;
  color: #da2147;
  text-align: right;
  font-weight: 300;
}
#become-energy-efficient .sources a:hover {
  font-size: 15px;
  line-height: 21px;
  font-style: italic;
  color: #da2147;
  text-align: right;
  font-weight: 300;
}
#become-energy-efficient .item-container {
  margin-top: 2.5em;
  color: #000;
}
#become-energy-efficient .item-container .column {
  cursor: default !important;
  text-align: center;
  margin: 0 auto;
  display: block;
  color: #000;
  margin-top: 2.5em;
}
#become-energy-efficient .item-container .column p span.notranslate {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  font-weight: 300;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
#become-energy-efficient .item-container .column p {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  font-weight: 300;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
#become-energy-efficient .item-container .column p.item-title span.notranslate {
  margin-bottom: 0;
  font-weight: 700;
  color: #000;
}
#become-energy-efficient .item-container .column p.item-title {
  margin-bottom: 0;
  font-weight: 700;
  color: #000;
}
#become-energy-efficient .item-container .column p.item-author span.notranslate {
  margin-bottom: 1em;
  color: #000;
}
#become-energy-efficient .item-container .column p.item-author {
  margin-bottom: 1em;
  color: #000;
}
#donate-section {
  background: #fff;
}
#donate-section .section-title {
  color: #000;
  text-align: center;
  padding-bottom: .25em;
  max-width: 950px;
  margin: 0 auto;
  padding-left: .9375rem;
  padding-right: .9375rem;
}
#partner-with-us {
  background: #e0e0e0;
}
#partner-with-us .section-title {
  color: #000;
  text-align: center;
}
#partner-with-us .section-intro-text {
  color: #000;
  text-align: center;
}
#partner-with-us .section-intro-text p {
  color: #000;
}
#partner-with-us .partner-with-us-container {
  color: #000;
}
#partner-with-us .partner-with-us-container a.column-title,
#partner-with-us .partner-with-us-container p.column-title {
  font-style: normal;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.5em;
  margin-bottom: 1em;
  color: #000;
  display: block;
  margin-bottom: 0;
}
#partner-with-us .partner-with-us-container a.column-title:hover {
  color: #da2147;
}
#partner-with-us .partner-with-us-container p {
  margin-bottom: 0;
  color: #000;
}
#partner-with-us .partner-with-us-container .column-item {
  margin-bottom: 1.5em;
}
#partner-with-us .section-intro-text {
  margin-bottom: 2.25em;
}
#volunteer-opportunities {
  background: #fff;
  color: #000;
}
#volunteer-opportunities .section-title {
  text-align: center;
  color: #000;
}
#volunteer-opportunities .section-intro-text {
  text-align: center;
  color: #000;
  margin-bottom: 2.25em;
}
#volunteer-opportunities p {
  color: #000;
  margin-bottom: 0;
}
#volunteer-opportunities p.opportunity-title {
  margin-bottom: 0;
}
#volunteer-opportunities strong {
  font-weight: 700;
}
#volunteer-opportunities .opportunity {
  margin-bottom: 2em;
}
#contact {
  background: #e0e0e0;
}
#contact .section-title {
  text-align: center;
  color: #000;
}
#contact p,
#contact h1,
#contact h2,
#contact h3,
#contact h4,
#contact h5 {
  color: #000;
}
#contact a {
  color: #000;
}
#contact a:hover {
  color: #da2147;
}
#contact p:last-child {
  margin-bottom: 0;
}
#contact-us {
  padding: 5.5em 0;
}
#contact-us .section-title {
  text-align: center;
  color: #fff;
}
#contact-us .section-intro-text {
  max-width: 600px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}
#contact-us .section-outro-text {
  margin-top: 2em;
}
#contact-us .outro-title {
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.5em;
  margin-bottom: 1em;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
#contact-us p {
  margin-bottom: 0;
}
#news-events {
  width: 100%;
  background: #000;
  background: url('../images/news-events-bg.jpg');
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0 auto;
  padding-left: 3.5em;
  padding-right: 3.5em;
  padding-top: 10em;
  padding-bottom: 5em;
}
#news-events .section-title {
  text-align: center;
  color: #000;
  padding-top: .85em;
}
#news-events .section-content {
  background: #fff;
  max-width: 1020px;
  margin: 0 auto;
  padding-left: 3em;
  padding-right: 3em;
  padding-bottom: 3em;
}
#news-events .inner-section-content a:link {
  color: #000;
}
#news-events .inner-section-content a:link:hover {
  color: #da2147;
}
#news-events .inner-section-content a:link:visited {
  color: #000;
}
#news-events .inner-section-content a {
  color: #000;
}
#news-events .inner-section-content a:hover {
  color: #da2147;
}
#news-events .inner-section-content a:visited {
  color: #000;
}
#news-events .inner-section-content strong {
  font-weight: bold;
}
.post-container-flip:nth-child(even) .post-half.column {
  float: right;
}
p.tags {
  padding-top: 2em !important;
}
.post-container {
  color: #000;
  border-bottom: 1px solid #acacac;
  padding: 2.500em 0;
}
.post-container:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.post-container p {
  color: #000;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}
.post-container h2 {
  color: #000;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
}
.post-container h2 a {
  color: #000;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
  text-align: left;
}
.post-container h2 a:hover {
  color: #da2147;
}
.post-container a.excerpt-read-more {
  color: #000;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  display: block;
}
.post-container a.excerpt-read-more span {
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 700;
  padding-left: 1px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.post-container a.excerpt-read-more:hover {
  color: #da2147;
}
.post-container a.excerpt-read-more:hover span {
  color: #da2147;
}
.post-container .post-details {
  display: block;
  padding: 1.25em 0;
}
.post-container .post-category {
  padding: 6px 12px 6px 13px;
  text-transform: uppercase;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #000;
  color: #fff;
  display: inline;
  font-size: 15px;
  line-height: 15px;
  font-weight: 800;
}
.post-container .post-category.Event {
  background: #ffd811;
  color: #000;
}
.post-container .post-category.News {
  background: #da2147;
  color: #fff;
}
.post-container .time-stamp {
  display: inline;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: transparent;
  color: #000;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  padding-left: 15px;
}
button#load-more {
  padding: 12px 22px;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  border: 1px solid #fff;
  min-width: 130px;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 800;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 2.500em;
}
button#load-more:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.alm-load-more-btn.more.load-more-button.done {
  display: none !important;
}
.alm-btn-wrap {
  display: block;
  margin: 0 auto 0 auto;
  text-align: center;
  visibility: hidden;
}
#all-posts-filter {
  display: none;
}
#alm-filter-nav {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-bottom: .85em;
}
#alm-filter-nav li {
  display: inline;
}
#alm-filter-nav li a {
  margin-left: 5px;
  margin-right: 5px;
}
#alm-filter-nav li.active a {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
#alm-filter-nav li.active a:hover {
  background: #000000;
  color: #fff;
  border: 1px solid transparent;
}
#sidebar1 {
  padding-top: 10em;
  padding-bottom: 3em;
  background: transparent;
}
#sidebar1 .post-category {
  width: 100%;
  text-align: center;
  padding: 16px 22px;
  text-transform: uppercase;
  background: #fff;
  color: #000;
  min-width: 130px;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 800;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#sidebar1 .post-category.Event {
  background: #ffd811;
  color: #000;
}
#sidebar1 .post-category.News {
  background: #da2147;
  color: #fff;
}
#sidebar1 .widget {
  background: #000;
  color: #fff;
}
#sidebar1 #recent-posts-2,
#sidebar1 #archives-2 {
  margin-top: 1.875em;
}
#sidebar1 #recent-posts-2 ul li a,
#sidebar1 #archives-2 ul li a {
  background: #000;
  color: #fff;
  width: 100%;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  font-weight: 300;
  display: block;
}
#sidebar1 #recent-posts-2 ul li a:hover,
#sidebar1 #archives-2 ul li a:hover {
  background: #ffd811;
  color: #000;
}
#sidebar1 .widgettitle {
  background: #fff;
  color: #000;
  width: 100%;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
}
body.single section#news-events .inner-section-content a {
  color: #da2147;
}
body.single section#news-events .inner-section-content a:hover {
  color: #000;
}
.single-content {
  width: 100%;
  background: #000;
  background: url('../images/news-events-bg.jpg');
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.single-content .post-container {
  padding-top: 0;
  border-bottom: 0;
}
.single-content .post-container p {
  margin-bottom: 1em;
  width: 100%;
}
.single-content .post-container p:last-child {
  margin-bottom: 0;
}
.single-content #news-events {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
.single-content #news-events .section-content {
  padding-left: 0;
  padding-right: 0;
}
.single-content #news-events .inner-section-content {
  padding: 0 3em;
}
.single-content #news-events .the-content {
  padding-top: 2em;
}
.single-content #news-events .spotlight-image img {
  width: 100%;
}
.single-content #news-events .section-title {
  padding-top: .45em;
  padding-bottom: .25em;
  font-size: 44px;
  line-height: 44px;
}
.single-content #news-events .post-details {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 2em 0;
  border-bottom: 1px solid #acacac;
}
.single-content #news-events .time-stamp {
  padding: 0;
}
.archive-title {
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  color: #000;
  text-align: center;
}
body.page-template-template-misc .single-content {
  background-image: none;
  background: #000 !important;
}
body.page-template-template-misc .single-content #news-events .section-title {
  padding-top: .45em;
  padding-bottom: .45em;
  font-size: 44px;
  line-height: 44px;
  border-bottom: 1px solid #acacac;
}
body.page-template-template-misc .single-content #news-events .the-content a {
  font-weight: 700;
}
body.page-template-template-misc .single-content #news-events .the-content a:hover {
  color: #da2147;
}
@media only screen and (max-width: 640px) {
  body.page-template-template-misc #news-events {
    padding-bottom: 3.5em !important;
  }
}
#why-it-matters {
  min-height: 500px;
  height: 100vh;
}
#stats-facts {
  background: #000;
  color: #fff;
}
#stats-facts .section-title {
  color: #fff;
  text-align: center;
}
#stats-facts span.column-title {
  color: #fff;
  text-align: center;
  display: block;
  font-weight: 700;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
#stats-facts .column-content-container {
  margin-top: 20px;
  border: 1px solid #fff;
}
#stats-facts .svg_icon svg#Children,
#stats-facts .svg_icon svg#Seniors,
#stats-facts .svg_icon svg#Disabled,
#stats-facts .svg_icon svg#Individual,
#stats-facts .svg_icon svg#Household {
  height: 65px;
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#stats-facts .column {
  position: relative;
}
#stats-facts .column:hover {
  cursor: pointer;
}
#stats-facts .column:hover span.column-title {
  color: #da2147;
}
#stats-facts .column:hover .cls-1 {
  stroke: #da2147;
}
#stats-facts .column.active-column-content span {
  color: #ffd811 !important;
}
#stats-facts .column.active-column-content:before {
  content: url('../images/box-arrow.png');
  position: absolute;
  z-index: 1;
  display: block;
  text-align: center;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: -33px;
}
#stats-facts .column.active-column-content .cls-1 {
  stroke: #ffd811 !important;
}
#stats-facts .column-content-mobile {
  display: none !important;
}
#stats-facts .column-content {
  padding: 40px;
  color: #fff;
  text-align: center;
  position: relative;
  display: none;
}
#stats-facts .column-content img {
  display: block;
  margin: 0 auto;
}
#stats-facts .column-content a span.notranslate {
  color: #ffd811;
  font-weight: 700;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
}
#stats-facts .column-content a span.notranslate:hover {
  color: #da2147;
}
#stats-facts .column-content a {
  color: #ffd811;
  font-weight: 700;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
}
#stats-facts .column-content a:hover {
  color: #da2147;
}
#stats-facts .column-content p span.notranslate {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 300;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
#stats-facts .column-content p {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 300;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
#stats-facts .column-content ul {
  margin-left: 0;
}
#stats-facts .column-content li span.notranslate {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
#stats-facts .column-content li {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
#stats-facts .column-content.active-column-content {
  display: block;
}
#stats-facts .sources {
  margin-top: 40px;
  font-size: 15px;
  line-height: 21px;
  font-style: italic;
  color: #ffffff;
  text-align: right;
  font-weight: 300;
}
#stats-facts .sources p span.notranslate {
  font-size: 15px;
  line-height: 21px;
  font-style: italic;
  color: #ffffff;
  text-align: right;
  font-weight: 300;
}
#stats-facts .sources p {
  font-size: 15px;
  line-height: 21px;
  font-style: italic;
  color: #ffffff;
  text-align: right;
  font-weight: 300;
}
#stats-facts .sources span {
  font-size: 15px;
  line-height: 21px;
  font-style: italic;
  color: #ffffff;
  text-align: right;
  font-weight: 300;
}
#stats-facts .sources li span.notranslate {
  font-size: 15px;
  line-height: 21px;
  font-style: italic;
  color: #ffffff;
  text-align: right;
  font-weight: 300;
}
#stats-facts .sources li {
  font-size: 15px;
  line-height: 21px;
  font-style: italic;
  color: #ffffff;
  text-align: right;
  font-weight: 300;
}
#stats-facts .sources strong {
  font-size: 15px;
  line-height: 21px;
  font-style: italic;
  font-weight: normal;
  color: #ffffff;
  text-align: right;
  font-weight: 300;
}
#stats-facts .sources h1,
#stats-facts .sources h2,
#stats-facts .sources h3,
#stats-facts .sources h4,
#stats-facts .sources h5,
#stats-facts .sources h6 {
  font-size: 15px;
  line-height: 21px;
  font-style: italic;
  color: #ffffff;
  text-align: right;
  font-weight: 300;
}
#stats-facts .sources a span.notranslate {
  font-size: 15px;
  line-height: 21px;
  font-style: italic;
  color: #ffffff;
  text-align: right;
  font-weight: 300;
}
#stats-facts .sources a span.notranslate:hover {
  font-size: 15px;
  line-height: 21px;
  font-style: italic;
  color: #da2147;
  text-align: right;
  font-weight: 300;
}
#stats-facts .sources a {
  font-size: 15px;
  line-height: 21px;
  font-style: italic;
  color: #ffffff;
  text-align: right;
  font-weight: 300;
}
#stats-facts .sources a:hover {
  font-size: 15px;
  line-height: 21px;
  font-style: italic;
  color: #da2147;
  text-align: right;
  font-weight: 300;
}
#our-brand-evolution {
  background: #fff;
  color: #000;
  padding-bottom: 0;
}
#our-brand-evolution .section-title {
  color: #000;
  text-align: center;
}
#our-brand-evolution span.column-title {
  color: #000;
  text-align: center;
  display: block;
  font-weight: 700;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
#our-brand-evolution .column {
  color: #fff;
  position: relative;
}
#our-brand-evolution .column:hover {
  cursor: pointer;
}
#our-brand-evolution .column:hover span.column-title {
  color: #da2147;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
#our-brand-evolution .column.active-date-content span {
  color: #da2147 !important;
}
#our-brand-evolution .column.active-date-content:before {
  bottom: -35px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(218, 33, 71, 0);
  border-bottom-color: #e0e0e0;
  border-width: 15px;
  margin-left: -15px;
}
#our-brand-evolution .full-width-row {
  max-width: none;
}
#our-brand-evolution .date-content-mobile .section-title {
  padding-bottom: .45em;
}
#our-brand-evolution .date-content-mobile .section-intro-text {
  margin-bottom: 1em;
}
#our-brand-evolution .date-content-mobile .column {
  margin-bottom: 1.5em;
}
#our-brand-evolution .date-content-mobile .column:last-child {
  margin-bottom: 0;
}
#our-brand-evolution .date-content-desktop {
  background: #e0e0e0;
  margin-top: 35px;
}
#our-brand-evolution .date-content-desktop .section-title {
  padding-bottom: .45em;
}
#our-brand-evolution .date-content-desktop .section-intro-text {
  margin-bottom: 1em;
}
#our-brand-evolution .date-content-desktop .column {
  margin-bottom: 1.5em;
}
#our-brand-evolution .date-content-mobile {
  display: none !important;
}
#our-brand-evolution .date-content-container-mobile {
  background: #e0e0e0;
}
#our-brand-evolution .column-logo {
  height: 105px;
  max-width: 300px;
  border: 1px solid #000;
  text-align: center;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}
#our-brand-evolution .column-logo img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  padding: 0 10px;
}
#our-brand-evolution .date-content {
  padding: 40px 0 40px 0;
  color: #000;
  text-align: center;
  position: relative;
  display: none;
}
#our-brand-evolution .date-content .section-title {
  color: #000;
}
#our-brand-evolution .date-content img {
  display: block;
  margin: 0 auto;
}
#our-brand-evolution .date-content a {
  color: #000;
  font-weight: 700;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
}
#our-brand-evolution .date-content a:hover {
  color: #da2147;
}
#our-brand-evolution .date-content p {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  font-weight: 300;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
#our-brand-evolution .date-content ul {
  margin-left: 0;
}
#our-brand-evolution .date-content li {
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
#our-brand-evolution .date-content.active-date-content {
  display: block;
}
#about-us {
  background: #a6c0d6;
}
#about-us .section-title {
  text-align: center;
}
#about-us .btn-center a {
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
}
#about-us .btn-center a:hover {
  color: #da2147;
}
#about-us p {
  color: #000;
}
#about-us strong,
#about-us b {
  font-weight: bold;
}
#about-us li {
  color: #000;
}
#about-us .team-container {
  text-align: center;
}
#about-us .team-container h3.section-title {
  padding-top: .85em;
}
#about-us .team-container h4.section-sub-title {
  color: #000;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 1em;
}
#about-us .team-container a {
  color: #000;
}
#about-us .team-container a:hover {
  color: #da2147;
}
#about-us .team-container li {
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.25em;
  line-height: 1.5em;
  margin-bottom: 0;
  text-align: center;
  color: #000;
}
#about-us .team-container table tbody,
#about-us .team-container table tfoot,
#about-us .team-container table thead {
  background: transparent;
  border: 0;
}
#about-us .team-container table {
  background: transparent;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #000;
  font-weight: 700;
  width: 100%;
}
#about-us .team-container table th {
  text-transform: uppercase;
  width: 33.33%;
}
#about-us .team-container table td {
  background: transparent;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #000;
  font-weight: 700;
  text-align: center;
}
#about-us .team-container table tr:nth-child(even) {
  background: #000000;
  color: #fff;
}
#about-us .team-container table tr:nth-child(even) td {
  color: #fff;
}
#about-us .team-container table tr:nth-child(even) span {
  color: #fff;
}
#about-us .team-container table tr:nth-child(odd) {
  background: transparent;
  color: #000;
}
#about-us .team-container table tr:nth-child(odd) td {
  color: #000;
}
#about-us .team-container table tr:nth-child(odd) span {
  color: #000;
}
#about-us .team-inner-container {
  padding-bottom: 2.5em;
}
#meet-our-team {
  padding: 7.5em 0;
  -webkit-background-size: 100% !important;
  -moz-background-size: 100% !important;
  -ms-background-size: 100% !important;
  -o-background-size: 100% !important;
  background-size: 100% !important;
  background-position: top !important;
  background-repeat: no-repeat !important;
  background: #000;
  background-image: url('../images/light-bg.jpg') !important;
}
#meet-our-team .section-title {
  text-align: center;
  color: #fff;
}
#meet-our-team .btn-center a {
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
}
#meet-our-team .btn-center a:hover {
  color: #da2147;
}
#meet-our-team p {
  color: #fff;
}
#meet-our-team li {
  color: #fff;
}

#meet-our-team .team-container {
  text-align: center;
}
#meet-our-team .team-container h4.section-sub-title {
  color: #000;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 1em;
}
#meet-our-team .team-container a,
#meet-our-team .team-container h3.team-title {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
#meet-our-team .team-container ul {
  padding: 1.5em 0 0 0;
}
#meet-our-team .team-container li {
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.35em;
  line-height: 1em;
  margin-bottom: .2em;
  font-size: 18px;
  line-height: 14px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: .45em 0;
}

#meet-our-team .team-container li.business {
  color: rgba(255,255,255,.7);
	margin-top:-15px;
  font-size: 0.95em;
}
#partners-we-love {
  background: #fff;
}
#partners-we-love .section-title {
  text-align: center;
}
#partners-we-love .column {
  text-align: center;
  margin-bottom: 1.5em;
}
#partners-we-love .column a {
  font-weight: 700;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 25px;
}
#partners-we-love .column a:hover {
  color: #da2147;
}
#partners-we-love .column p {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#partners-we-love .column span {
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
#partners-we-love .column h5 {
  font-weight: 700;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 25px;
}
#partners-we-love .partner-logo {
  height: 200px;
  max-width: 300px;
  border: 1px solid #000;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#partners-we-love .partner-logo img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
body.home #footer {
  position: absolute;
}
body.home #footer .get-help-button-container {
  float: left;
}
@media only screen and (max-width: 1023px) {
  body.home #footer .social ul {
    top: 0;
    padding-bottom: 0;
    float: none;
  }
  body.home #footer div#wp-subscribe {
    float: none;
  }
  body.home #footer .footer-content {
    padding-left: .625rem;
    padding-right: .625rem;
  }
  body.home #footer .get-help-button-container {
    float: none;
    display: block;
    margin: 0 auto;
    padding: 10px 0 10px;
  }
}
@media only screen and (max-width: 1023px) and (max-height: 800px) {
  body.home #footer {
    position: relative;
  }
  body.home .content-container {
    padding-bottom: 0;
  }
}
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body.page-template-template-donate #footer,
  body.home #footer,
  body.error404 #footer {
    position: relative;
  }
  body.page-template-template-donate .viewport-wrapper,
  body.home .viewport-wrapper,
  body.error404 .viewport-wrapper {
    height: 80vh;
  }
  body.page-template-template-donate .content-container,
  body.home .content-container,
  body.error404 .content-container {
    padding-bottom: 0;
  }
}
/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  body.page-template-template-donate #footer,
  body.home #footer,
  body.error404 #footer {
    position: relative;
  }
  body.page-template-template-donate .viewport-wrapper,
  body.home .viewport-wrapper,
  body.error404 .viewport-wrapper {
    height: 80vh;
  }
  body.page-template-template-donate .content-container,
  body.home .content-container,
  body.error404 .content-container {
    padding-bottom: 0;
  }
}
body.page-template-template-donate #footer {
  position: absolute;
}
#footer {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  background: #000;
}
#footer p {
  color: #fff;
}
#footer a {
  color: #fff;
}
#footer span {
  color: #fff;
}
#footer .site-footer-content {
  display: block;
  width: 100%;
  position: relative;
}
#footer .footer-subscribe {
  padding-right: 0;
}
#footer .footer-social {
  padding-left: 0;
  padding-right: 0;
}
#footer .site-footer-copyright {
  padding: 10px 0 0 0;
}
#footer .site-footer-copyright p {
  margin-bottom: 0;
}
#footer .site-footer-copyright a {
  color: #fff;
}
#footer .site-footer-copyright a:hover {
  color: #da2147;
}
#footer .social ul {
  float: right;
}
#footer .social li a i.fa {
  font-size: 25px;
}
#footer .social .fa-facebook-f:before,
#footer .social .fa-facebook:before {
  font-size: 25px;
}
#footer .social .fa-instagram:before {
  font-size: 25px;
}
#footer .social .fa-twitter:before {
  font-size: 25px;
}
#footer .social .fa-youtube-play:before {
  font-size: 25px;
}
#footer .social .fa-linkedin:before {
  font-size: 25px;
}
#footer div#wp-subscribe {
  padding: 0 !important;
  background: transparent !important;
  width: 100% !important;
  max-width: 400px !important;
  margin: 0 auto;
  text-align: center;
  float: right;
}
#footer div#wp-subscribe h4.title {
  display: none !important;
}
#footer div#wp-subscribe p.text {
  display: none !important;
}
#footer div#wp-subscribe p.footer-text {
  display: none !important;
}
#footer div#wp-subscribe input {
  float: left !important;
  margin-top: 0 !important;
}
#footer div#wp-subscribe input.email-field,
#footer div#wp-subscribe input.name-field {
  background: transparent !important;
  border-top: 1px solid #ffd811 !important;
  border-left: 1px solid #ffd811 !important;
  border-right: none !important;
  border-bottom: 1px solid #ffd811 !important;
  color: #fff !important;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  text-transform: lowercase;
  width: 70% !important;
}
#footer div#wp-subscribe input.submit {
  width: 30% !important;
  float: left !important;
  padding: 12px 22px;
  text-transform: uppercase;
  background: #ffd811;
  color: #000;
  min-width: 100px;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 800;
  font-family: "mr-eaves-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#footer div#wp-subscribe input.submit:hover {
  background: #da2147;
  color: #fff;
}
body.error404 .viewport-wrapper {
  background: url('../images/bg-image-404.jpg');
}
body.error404 #footer {
  position: absolute;
}
@media only screen and (min-width: 1200px) and (min-height: 800px) {
  .oef-primary-nav {
    padding: 150px 85px;
  }
}
@media screen and (min-width: 950px) and (max-height: 650px) {
  nav ul li a:link {
    font-size: 24px;
    line-height: 30px;
    padding: 10px 0;
  }
  .oef-primary-nav {
    padding: 100px;
  }
}
@media only screen and (max-width: 868px) {
  .post-container-flip:nth-child(even) .post-half.column {
    float: none;
  }
  .post-half.column {
    width: 100%;
  }
  .post-container h2 {
    padding-top: .25em;
  }
  .post-container img {
    width: 100%;
  }
  nav#oef-vertical-nav,
  .no-touch #oef-vertical-nav {
    display: none;
  }
  .touch .oef-nav-trigger {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  p {
    font-size: 1.1em;
  }
  .section-title {
    font-size: 42px;
    line-height: 48px;
  }
  section.intro-section h1 {
    font-size: 40px;
    line-height: 46px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .content-container .question-container h1 {
    font-size: 40px;
    line-height: 46px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h2 {
    font-size: 40px;
    line-height: 46px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h3 {
    font-size: 28px;
    line-height: 34px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h4 {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h5 {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 640px) {
  #meet-our-team {
    padding: 3em 0;
  }
  #meet-our-team .team-container ul {
    padding-bottom: 2em;
  }
  #meet-our-team .staff ul:last-child {
    padding-bottom: 0;
  }
  body.page-template-template-donate #content,
  body.home #content,
  body.error404 #content {
    overflow-y: hidden;
  }
  .sidebar-image {
    padding-bottom: 1.5em;
  }
  #in-their-own-words .story-image-container {
    padding-top: 1.5em;
  }
  #in-their-own-words .story-image-container:last-child {
    padding-top: 1.5em;
  }
  #faq .faq_question,
  #volunteer-opportunities .opportunity {
    padding-bottom: 1.5em;
    margin-bottom: 0;
  }
  .section-intro-text,
  #contact-us .section-intro-text,
  #volunteer-opportunities .section-intro-text,
  #partner-with-us .section-intro-text,
  #become-energy-efficient .section-intro-text {
    margin-bottom: 1.5em;
  }
  .post-container {
    padding: 1.5em 0;
  }
  .oef-section,
  #where-to-apply,
  #contact-us {
    padding: 3em 0;
  }
  #become-energy-efficient .item-container {
    margin-top: .5em;
  }
  .ui-selectmenu-button.ui-button span {
    font-size: 16px;
    line-height: 16px;
  }
  .social ul li a i.fa {
    font-size: 20px !important;
  }
  .fa-facebook-f:before,
  .fa-facebook:before {
    font-size: 20px !important;
  }
  .fa-instagram:before {
    font-size: 20px !important;
  }
  .fa-twitter:before {
    font-size: 20px !important;
  }
  .fa-youtube-play:before {
    font-size: 20px !important;
  }
  .fa-linkedin:before {
    font-size: 20px !important;
  }
  .oef-primary-nav {
    padding: 90px 25px;
  }
  nav ul li a:link {
    padding: 12px 0;
    font-size: 24px;
    line-height: 32px;
  }
  nav .social {
    padding-top: 10px;
  }
  .oef-section,
  #where-to-apply {
    padding: 3em 0;
  }
  #footer .social ul {
    top: 0;
    padding-bottom: 10px;
    float: none;
  }
  header .oef-logo-full {
    width: 137px;
    height: 60px;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
  }
  .content-container .question-container h2 {
    font-size: 46px;
    line-height: 52px;
  }
  section.intro-section h1 {
    font-size: 46px;
    line-height: 52px;
  }
  .section-title {
    font-size: 42px;
    line-height: 48px;
  }
  .section-title {
    font-size: 42px;
    line-height: 48px;
  }
  section.intro-section h1 {
    font-size: 40px;
    line-height: 46px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .content-container .question-container h1 {
    font-size: 40px;
    line-height: 46px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h2 {
    font-size: 40px;
    line-height: 46px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h3 {
    font-size: 28px;
    line-height: 34px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h4 {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h5 {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  #footer div#wp-subscribe {
    float: none;
  }
  #footer .footer-content,
  #faq .faq_question {
    padding-left: .625rem;
    padding-right: .625rem;
  }
  #where-to-apply .zip-picker-options p {
    margin-top: 1em;
    top: 0px;
  }
  .sidebar-image-container {
    padding-top: 1.5em;
  }
  .sidebar-image {
    padding-left: 0;
    padding-right: 0;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  #news-events {
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 6.5em;
    padding-bottom: 2.5em;
  }
  #news-events .section-content {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .single-content #news-events {
    padding-bottom: 0;
  }
  .single-content #news-events .inner-section-content {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .single-content #news-events .the-content {
    padding-top: 1.5em;
  }
  #sidebar1 {
    padding-top: 2em !important;
    padding-bottom: 3.5em !important;
  }
  .viewport-wrapper .content-container {
    padding-top: 0;
  }
  body.home .content-container {
    padding-bottom: 55px;
  }
  .viewport-wrapper {
    background-position: top !important;
  }
  body.page-template-template-donate #footer,
  body.home #footer,
  body.error404 #footer {
    position: relative;
  }
  body.page-template-template-donate .viewport-wrapper,
  body.home .viewport-wrapper body.error404 .viewport-wrapper {
    margin-bottom: -101px;
  }
  header {
    position: fixed;
    height: 68px;
    background: #000;
    border-bottom: 1px solid #101010;
    width: 100%;
    z-index: 10;
  }
  header .oef-logo {
    height: 68px;
  }
  header .oef-logo-full {
    visibility: hidden;
    opacity: 0;
  }
  header .oef-logo-sticky {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (max-width: 639px) {
  body.page-template-template-donate .viewport-wrapper,
  body.home .viewport-wrapper,
  body.error404 .viewport-wrapper {
    margin-bottom: -134px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .ui-selectmenu-button.ui-button span {
    font-size: 16px;
    line-height: 16px;
  }
  #news-events,
  #sidebar1 {
    padding-top: 7em;
  }
  #faq .faq_question,
  #volunteer-opportunities .opportunity {
    padding-bottom: 1.5em;
    margin-bottom: 0;
  }
  #news-events .section-content,
  .single-content #news-events .inner-section-content {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .section-intro-text,
  #contact-us .section-intro-text,
  #volunteer-opportunities .section-intro-text,
  #partner-with-us .section-intro-text {
    margin-bottom: 1.5em;
  }
  .post-container {
    padding: 1.5em 0;
  }
  .oef-section,
  #where-to-apply {
    padding: 3em 0;
  }
  section.intro-section ul.introNavigationItems {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 25px;
  }
  .oef-section.intro-section {
    height: auto;
    min-height: 100vh;
  }
  .oef-section.intro-section .section-content {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    padding-top: 75px;
    padding-bottom: 75px;
  }
  body.home .content-container,
  body.page-template-template-donate-php .content-container,
  body.error404 .content-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .content-container {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .content-container .question-container {
    padding: 15px 0;
  }
  nav ul li a:link {
    padding: 4px 0;
    font-size: 16px;
    line-height: 22px;
  }
  .oef-primary-nav {
    padding: 70px 25px;
  }
  nav .social {
    padding-top: 5px;
  }
  .social ul li a i.fa {
    font-size: 18px;
  }
  .fa-facebook-f:before,
  .fa-facebook:before {
    font-size: 18px;
  }
  .fa-instagram:before {
    font-size: 18px;
  }
  .fa-twitter:before {
    font-size: 18px;
  }
  .fa-youtube-play:before {
    font-size: 18px;
  }
  .fa-linkedin:before {
    font-size: 18px;
  }
  body.home #footer,
  body.page-template-template-donate #footer,
  body.error404 #footer {
    position: relative;
  }
  .single-content #news-events .section-title {
    font-size: 42px;
    line-height: 42px;
  }
  .section-title {
    font-size: 42px;
    line-height: 48px;
  }
  section.intro-section h1 {
    font-size: 40px;
    line-height: 46px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .content-container .question-container h1 {
    font-size: 40px;
    line-height: 46px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h2 {
    font-size: 40px;
    line-height: 46px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h3 {
    font-size: 28px;
    line-height: 34px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h4 {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h5 {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  header {
    position: fixed;
    height: 68px;
    background: #000;
    border-bottom: 1px solid #101010;
    width: 100%;
    z-index: 10;
  }
  header .oef-logo {
    height: 68px;
  }
  header .oef-logo-full {
    visibility: hidden;
    opacity: 0;
  }
  header .oef-logo-sticky {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .ui-selectmenu-button.ui-button span {
    font-size: 16px;
    line-height: 16px;
  }
  #news-events,
  #sidebar1 {
    padding-top: 7em !important;
  }
  #faq .faq_question,
  #volunteer-opportunities .opportunity {
    padding-bottom: 1.5em;
    margin-bottom: 0;
  }
  #news-events .section-content,
  .single-content #news-events .inner-section-content {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .section-intro-text,
  #contact-us .section-intro-text,
  #volunteer-opportunities .section-intro-text,
  #partner-with-us .section-intro-text {
    margin-bottom: 1.5em;
  }
  .post-container {
    padding: 1.5em 0;
  }
  .oef-section,
  #where-to-apply {
    padding: 3em 0;
  }
  section.intro-section ul.introNavigationItems {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 25px;
  }
  .oef-section.intro-section {
    height: auto;
    min-height: 100vh;
  }
  .oef-section.intro-section .section-content {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    padding-top: 75px;
    padding-bottom: 75px;
  }
  body.home .content-container,
  body.page-template-template-donate-php .content-container,
  body.error404 .content-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .content-container {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .content-container .question-container {
    padding: 15px 0;
  }
  nav ul li a:link {
    padding: 4px 0;
    font-size: 16px;
    line-height: 22px;
  }
  .oef-primary-nav {
    padding: 70px 25px;
  }
  nav .social {
    padding-top: 5px;
  }
  .social ul li a i.fa {
    font-size: 18px;
  }
  .fa-facebook-f:before,
  .fa-facebook:before {
    font-size: 18px;
  }
  .fa-instagram:before {
    font-size: 18px;
  }
  .fa-twitter:before {
    font-size: 18px;
  }
  .fa-youtube-play:before {
    font-size: 18px;
  }
  .fa-linkedin:before {
    font-size: 18px;
  }
  body.home #footer,
  body.page-template-template-donate #footer,
  body.error404 #footer {
    position: relative;
  }
  .single-content #news-events .section-title {
    font-size: 42px;
    line-height: 42px;
  }
  .section-title {
    font-size: 42px;
    line-height: 48px;
  }
  section.intro-section h1 {
    font-size: 40px;
    line-height: 46px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .content-container .question-container h1 {
    font-size: 40px;
    line-height: 46px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h2 {
    font-size: 40px;
    line-height: 46px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h3 {
    font-size: 28px;
    line-height: 34px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h4 {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h5 {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  header {
    position: fixed;
    height: 68px;
    background: #000;
    border-bottom: 1px solid #101010;
    width: 100%;
    z-index: 10;
  }
  header .oef-logo {
    height: 68px;
  }
  header .oef-logo-full {
    visibility: hidden;
    opacity: 0;
  }
  header .oef-logo-sticky {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .ui-selectmenu-button.ui-button span {
    font-size: 16px;
    line-height: 16px;
  }
  #news-events,
  #sidebar1 {
    padding-top: 7em !important;
  }
  #faq .faq_question,
  #volunteer-opportunities .opportunity {
    padding-bottom: 1.5em;
    margin-bottom: 0;
  }
  #news-events .section-content,
  .single-content #news-events .inner-section-content {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .section-intro-text,
  #contact-us .section-intro-text,
  #volunteer-opportunities .section-intro-text,
  #partner-with-us .section-intro-text {
    margin-bottom: 1.5em;
  }
  .post-container {
    padding: 1.5em 0;
  }
  .oef-section,
  #where-to-apply {
    padding: 3em 0;
  }
  section.intro-section ul.introNavigationItems {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 25px;
  }
  .oef-section.intro-section {
    height: auto;
    min-height: 100vh;
  }
  .oef-section.intro-section .section-content {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    padding-top: 75px;
    padding-bottom: 75px;
  }
  body.home .content-container,
  body.page-template-template-donate-php .content-container,
  body.error404 .content-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .content-container {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .content-container .question-container {
    padding: 15px 0;
  }
  nav ul li a:link {
    padding: 4px 0;
    font-size: 16px;
    line-height: 22px;
  }
  .oef-primary-nav {
    padding: 70px 25px;
  }
  nav .social {
    padding-top: 5px;
  }
  .social ul li a i.fa {
    font-size: 18px;
  }
  .fa-facebook-f:before,
  .fa-facebook:before {
    font-size: 18px;
  }
  .fa-instagram:before {
    font-size: 18px;
  }
  .fa-twitter:before {
    font-size: 18px;
  }
  .fa-youtube-play:before {
    font-size: 18px;
  }
  .fa-linkedin:before {
    font-size: 18px;
  }
  body.home #footer,
  body.page-template-template-donate #footer,
  body.error404 #footer {
    position: relative;
  }
  .single-content #news-events .section-title {
    font-size: 42px;
    line-height: 42px;
  }
  .section-title {
    font-size: 42px;
    line-height: 48px;
  }
  section.intro-section h1 {
    font-size: 40px;
    line-height: 46px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .content-container .question-container h1 {
    font-size: 40px;
    line-height: 46px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h2 {
    font-size: 40px;
    line-height: 46px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h3 {
    font-size: 28px;
    line-height: 34px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h4 {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h5 {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  header {
    position: fixed;
    height: 68px;
    background: #000;
    border-bottom: 1px solid #101010;
    width: 100%;
    z-index: 10;
  }
  header .oef-logo {
    height: 68px;
  }
  header .oef-logo-full {
    visibility: hidden;
    opacity: 0;
  }
  header .oef-logo-sticky {
    visibility: visible;
    opacity: 1;
  }
}
/* Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  body.page-template-template-donate .viewport-wrapper,
  body.home .viewport-wrapper,
  body.error404 .viewport-wrapper {
    margin-bottom: 0;
  }
  .ui-selectmenu-button.ui-button span {
    font-size: 16px;
    line-height: 16px;
  }
  #news-events,
  #sidebar1 {
    padding-top: 7em !important;
  }
  #faq .faq_question,
  #volunteer-opportunities .opportunity {
    padding-bottom: 1.5em;
    margin-bottom: 0;
  }
  #news-events .section-content,
  .single-content #news-events .inner-section-content {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .section-intro-text,
  #contact-us .section-intro-text,
  #volunteer-opportunities .section-intro-text,
  #partner-with-us .section-intro-text {
    margin-bottom: 1.5em;
  }
  .post-container {
    padding: 1.5em 0;
  }
  .oef-section,
  #where-to-apply {
    padding: 3em 0;
  }
  section.intro-section ul.introNavigationItems {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 25px;
  }
  .oef-section.intro-section {
    height: auto;
    min-height: 100vh;
  }
  .oef-section.intro-section .section-content {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    padding-top: 75px;
    padding-bottom: 75px;
  }
  body.home .content-container,
  body.page-template-template-donate-php .content-container,
  body.error404 .content-container {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .content-container {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .content-container .question-container {
    padding: 15px 0;
  }
  nav ul li a:link {
    padding: 4px 0;
    font-size: 16px;
    line-height: 22px;
  }
  .oef-primary-nav {
    padding: 70px 25px;
  }
  nav .social {
    padding-top: 5px;
  }
  .social ul li a i.fa {
    font-size: 18px;
  }
  .fa-facebook-f:before,
  .fa-facebook:before {
    font-size: 18px;
  }
  .fa-instagram:before {
    font-size: 18px;
  }
  .fa-twitter:before {
    font-size: 18px;
  }
  .fa-youtube-play:before {
    font-size: 18px;
  }
  .fa-linkedin:before {
    font-size: 18px;
  }
  body.home #footer,
  body.page-template-template-donate #footer,
  body.error404 #footer {
    position: relative;
  }
  .single-content #news-events .section-title {
    font-size: 42px;
    line-height: 42px;
  }
  .section-title {
    font-size: 36px;
    line-height: 42px;
  }
  section.intro-section h1 {
    font-size: 36px;
    line-height: 42px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .content-container .question-container h1 {
    font-size: 36px;
    line-height: 42px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h2 {
    font-size: 36px;
    line-height: 42px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h3 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h4 {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h5 {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  header {
    position: fixed;
    height: 68px;
    background: #000;
    border-bottom: 1px solid #101010;
    width: 100%;
    z-index: 10;
  }
  header .oef-logo {
    height: 68px;
  }
  header .oef-logo-full {
    visibility: hidden;
    opacity: 0;
  }
  header .oef-logo-sticky {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  body.page-template-template-donate .viewport-wrapper,
  body.home .viewport-wrapper,
  body.error404 .viewport-wrapper {
    margin-bottom: 0;
  }
  .ui-selectmenu-button.ui-button span {
    font-size: 16px;
    line-height: 16px;
  }
  #news-events,
  #sidebar1 {
    padding-top: 7em;
  }
  #faq .faq_question,
  #volunteer-opportunities .opportunity {
    padding-bottom: 1.5em;
    margin-bottom: 0;
  }
  #news-events .section-content,
  .single-content #news-events .inner-section-content {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .section-intro-text,
  #contact-us .section-intro-text,
  #volunteer-opportunities .section-intro-text,
  #partner-with-us .section-intro-text {
    margin-bottom: 1.5em;
  }
  .post-container {
    padding: 1.5em 0;
  }
  .oef-section,
  #where-to-apply {
    padding: 3em 0;
  }
  section.intro-section ul.introNavigationItems {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 25px;
  }
  .oef-section.intro-section {
    height: auto;
    min-height: 100vh;
  }
  .oef-section.intro-section .section-content {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    padding-top: 75px;
    padding-bottom: 75px;
  }
  body.home .content-container,
  body.page-template-template-donate-php .content-container,
  body.error404 .content-container {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .content-container {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .content-container .question-container {
    padding: 15px 0;
  }
  nav ul li a:link {
    padding: 4px 0;
    font-size: 16px;
    line-height: 22px;
  }
  .oef-primary-nav {
    padding: 70px 25px;
  }
  nav .social {
    padding-top: 5px;
  }
  .social ul li a i.fa {
    font-size: 18px;
  }
  .fa-facebook-f:before,
  .fa-facebook:before {
    font-size: 18px;
  }
  .fa-instagram:before {
    font-size: 18px;
  }
  .fa-twitter:before {
    font-size: 18px;
  }
  .fa-youtube-play:before {
    font-size: 18px;
  }
  .fa-linkedin:before {
    font-size: 18px;
  }
  body.home #footer,
  body.page-template-template-donate #footer,
  body.error404 #footer {
    position: relative;
  }
  .single-content #news-events .section-title {
    font-size: 42px;
    line-height: 42px;
  }
  .section-title {
    font-size: 36px;
    line-height: 42px;
  }
  section.intro-section h1 {
    font-size: 36px;
    line-height: 42px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .content-container .question-container h1 {
    font-size: 36px;
    line-height: 42px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h2 {
    font-size: 36px;
    line-height: 42px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h3 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h4 {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h5 {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  header {
    position: fixed;
    height: 68px;
    background: #000;
    border-bottom: 1px solid #101010;
    width: 100%;
    z-index: 10;
  }
  header .oef-logo {
    height: 68px;
  }
  header .oef-logo-full {
    visibility: hidden;
    opacity: 0;
  }
  header .oef-logo-sticky {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  body.page-template-template-donate .viewport-wrapper,
  body.home .viewport-wrapper,
  body.error404 .viewport-wrapper {
    margin-bottom: 0;
  }
  .ui-selectmenu-button.ui-button span {
    font-size: 16px;
    line-height: 16px;
  }
  #news-events,
  #sidebar1 {
    padding-top: 7em;
  }
  #faq .faq_question,
  #volunteer-opportunities .opportunity {
    padding-bottom: 1.5em;
    margin-bottom: 0;
  }
  #news-events .section-content,
  .single-content #news-events .inner-section-content {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .section-intro-text,
  #contact-us .section-intro-text,
  #volunteer-opportunities .section-intro-text,
  #partner-with-us .section-intro-text {
    margin-bottom: 1.5em;
  }
  .post-container {
    padding: 1.5em 0;
  }
  .oef-section,
  #where-to-apply {
    padding: 3em 0;
  }
  section.intro-section ul.introNavigationItems {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 25px;
  }
  .oef-section.intro-section {
    height: auto;
    min-height: 100vh;
  }
  .oef-section.intro-section .section-content {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    padding-top: 75px;
    padding-bottom: 75px;
  }
  body.home .content-container,
  body.page-template-template-donate-php .content-container,
  body.error404 .content-container {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .content-container {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .content-container .question-container {
    padding: 15px 0;
  }
  nav ul li a:link {
    padding: 4px 0;
    font-size: 16px;
    line-height: 22px;
  }
  .oef-primary-nav {
    padding: 70px 25px;
  }
  nav .social {
    padding-top: 5px;
  }
  .social ul li a i.fa {
    font-size: 18px;
  }
  .fa-facebook-f:before,
  .fa-facebook:before {
    font-size: 18px;
  }
  .fa-instagram:before {
    font-size: 18px;
  }
  .fa-twitter:before {
    font-size: 18px;
  }
  .fa-youtube-play:before {
    font-size: 18px;
  }
  .fa-linkedin:before {
    font-size: 18px;
  }
  body.home #footer,
  body.page-template-template-donate #footer,
  body.error404 #footer {
    position: relative;
  }
  .single-content #news-events .section-title {
    font-size: 42px;
    line-height: 42px;
  }
  .section-title {
    font-size: 36px;
    line-height: 42px;
  }
  section.intro-section h1 {
    font-size: 36px;
    line-height: 42px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .content-container .question-container h1 {
    font-size: 36px;
    line-height: 42px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h2 {
    font-size: 36px;
    line-height: 42px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h3 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h4 {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h5 {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  header {
    position: fixed;
    height: 68px;
    background: #000;
    border-bottom: 1px solid #101010;
    width: 100%;
    z-index: 10;
  }
  header .oef-logo {
    height: 68px;
  }
  header .oef-logo-full {
    visibility: hidden;
    opacity: 0;
  }
  header .oef-logo-sticky {
    visibility: visible;
    opacity: 1;
  }
}
/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #why-it-matters {
    min-height: 300px;
    height: 125vh !important;
  }
  .oef-section.intro-section {
    min-height: 300px;
    height: 125vh !important;
  }
  body.page-template-template-donate .viewport-wrapper,
  body.home .viewport-wrapper,
  body.error404 .viewport-wrapper {
    margin-bottom: 0;
  }
  .ui-selectmenu-button.ui-button span {
    font-size: 16px;
    line-height: 16px;
  }
  #news-events {
    padding-top: 7em;
  }
  #sidebar1 {
    padding-top: 2em;
  }
  #faq .faq_question,
  #volunteer-opportunities .opportunity {
    padding-bottom: 1.5em;
    margin-bottom: 0;
  }
  #news-events .section-content,
  .single-content #news-events .inner-section-content {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .section-intro-text,
  #contact-us .section-intro-text,
  #volunteer-opportunities .section-intro-text,
  #partner-with-us .section-intro-text {
    margin-bottom: 1.5em;
  }
  .post-container {
    padding: 1.5em 0;
  }
  .oef-section,
  #where-to-apply {
    padding: 3em 0;
  }
  section.intro-section ul.introNavigationItems {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 25px;
  }
  .oef-section.intro-section {
    height: auto;
    min-height: 100vh;
  }
  .oef-section.intro-section .section-content {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    padding-top: 75px;
    padding-bottom: 75px;
  }
  body.home .content-container,
  body.page-template-template-donate-php .content-container,
  body.error404 .content-container {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .content-container {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .content-container .question-container {
    padding: 15px 0;
  }
  nav ul li a:link {
    padding: 4px 0;
    font-size: 16px;
    line-height: 22px;
  }
  .oef-primary-nav {
    padding: 70px 25px;
  }
  nav .social {
    padding-top: 5px;
  }
  .social ul li a i.fa {
    font-size: 18px;
  }
  .fa-facebook-f:before,
  .fa-facebook:before {
    font-size: 18px;
  }
  .fa-instagram:before {
    font-size: 18px;
  }
  .fa-twitter:before {
    font-size: 18px;
  }
  .fa-youtube-play:before {
    font-size: 18px;
  }
  .fa-linkedin:before {
    font-size: 18px;
  }
  body.home #footer,
  body.page-template-template-donate #footer,
  body.error404 #footer {
    position: relative;
  }
  .section-title {
    font-size: 36px !important;
    line-height: 42px !important;
  }
  section.intro-section h1 {
    font-size: 36px !important;
    line-height: 42px !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  .content-container .question-container h1 {
    font-size: 36px !important;
    line-height: 42px !important;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h2 {
    font-size: 36px !important;
    line-height: 42px !important;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px !important;
  }
  .content-container .question-container h3 {
    font-size: 24px !important;
    line-height: 30px !important;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px !important;
  }
  .content-container .question-container h4 {
    font-size: 14px !important;
    line-height: 20px !important;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px !important;
  }
  .content-container .question-container h5 {
    font-size: 12px !important;
    line-height: 18px !important;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  header {
    position: fixed;
    height: 68px;
    background: #000;
    border-bottom: 1px solid #101010;
    width: 100%;
    z-index: 10;
  }
  header .oef-logo {
    height: 68px;
  }
  header .oef-logo-full {
    visibility: hidden;
    opacity: 0;
  }
  header .oef-logo-sticky {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (max-width: 560px) {
  #become-energy-efficient .column span.column-title {
    width: 60px;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 540px) {
  #stats-facts .svg_icon svg#Children,
  #stats-facts .svg_icon svg#Seniors,
  #stats-facts .svg_icon svg#Disabled,
  #stats-facts .svg_icon svg#Individual,
  #stats-facts .svg_icon svg#Household {
    height: 45px;
  }
  section.intro-section ul.introNavigationItems {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 25px;
  }
  section.intro-section h1 {
    font-size: 40px;
    line-height: 46px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .content-container .question-container {
    padding: 25px 0;
  }
  .content-container .question-container h1 {
    font-size: 40px;
    line-height: 46px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h2 {
    font-size: 40px;
    line-height: 46px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h3 {
    font-size: 28px;
    line-height: 34px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h4 {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h5 {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  #why-it-matters {
    min-height: 300px;
    height: 90vh;
  }
  .oef-section.intro-section {
    min-height: 300px;
    height: 90vh;
  }
  #stats-facts .column {
    display: block;
    width: 100%;
    float: none;
  }
  #stats-facts .column-content-desktop {
    display: none;
  }
  #stats-facts .column-content-mobile {
    display: block !important;
  }
  #stats-facts .column-content-mobile:before {
    content: url('../images/box-arrow.png');
    position: absolute;
    z-index: 1;
    display: block;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -20px;
  }
  #stats-facts .column-content-container-mobile {
    margin-top: 20px;
    border: 1px solid #fff;
  }
  #stats-facts .column-content {
    padding: 20px;
  }
  #stats-facts .sources {
    margin-top: 20px;
  }
  #stats-facts .column {
    position: relative;
    margin-bottom: 30px;
  }
  #stats-facts .column:last-child {
    margin-bottom: 0;
  }
  #stats-facts .column:hover {
    cursor: default;
  }
  #stats-facts .column:hover span.column-title {
    color: #ffffff !important;
  }
  #stats-facts .column:hover .cls-1 {
    stroke: #ffffff !important;
  }
  #stats-facts .column.active-column-content span {
    color: #ffffff !important;
  }
  #stats-facts .column.active-column-content:before {
    display: none;
  }
  #stats-facts .column.active-column-content .cls-1 {
    stroke: #ffffff !important;
  }
  #become-energy-efficient .column span.column-title {
    width: 100%;
    display: block;
  }
  #our-brand-evolution .date-content-desktop {
    display: none !important;
  }
  #our-brand-evolution .date-content-mobile {
    display: block !important;
  }
  #our-brand-evolution .column_date {
    display: block !important;
    width: 100%;
    float: none;
    position: relative;
    margin-bottom: 30px;
  }
  #our-brand-evolution .column.active-date-content:before,
  #our-brand-evolution .column.active-date-content_two:before {
    display: none !important;
  }
  #our-brand-evolution .date-content-mobile {
    position: relative;
  }
  #our-brand-evolution .date-content-mobile:before {
    top: -30px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(218, 33, 71, 0);
    border-bottom-color: #e0e0e0;
    border-width: 15px;
    margin-left: -15px;
  }
  #our-brand-evolution .column.active-date-content span,
  #our-brand-evolution .column.active-date-content_two span {
    color: #000 !important;
  }
  #our-brand-evolution .column-title {
    color: #000 !important;
    display: none;
  }
  #our-brand-evolution .column-title:hover {
    color: #000 !important;
  }
  #our-brand-evolution .date-content-container-mobile {
    margin-top: 30px;
  }
  #our-brand-evolution .column_date {
    cursor: default !important;
  }
  #our-brand-evolution .column_date:last-child {
    margin-bottom: 0;
  }
  #our-brand-evolution .date-content {
    padding: 40px 20px;
  }
  #become-energy-efficient .column {
    display: block;
    width: 100%;
    float: none;
  }
  #become-energy-efficient .column-content-desktop {
    display: none;
  }
  #become-energy-efficient .column-content-mobile {
    display: block !important;
  }
  #become-energy-efficient .column-content-mobile:before {
    content: url('../images/box-arrow-blue.png');
    position: absolute;
    z-index: 1;
    display: block;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -20px;
  }
  #become-energy-efficient .column-content-container-mobile {
    margin-top: 20px;
    border: 1px solid #000;
  }
  #become-energy-efficient .column-content,
  #become-energy-efficient .column-content_two {
    padding: 20px;
  }
  #become-energy-efficient .sources {
    margin-top: 20px;
  }
  #become-energy-efficient .column {
    position: relative;
    margin-bottom: 30px;
  }
  #become-energy-efficient .column:last-child {
    margin-bottom: 0;
  }
  #become-energy-efficient .column:hover {
    cursor: default;
  }
  #become-energy-efficient .column:hover span.column-title {
    color: #000 !important;
  }
  #become-energy-efficient .column:hover .cls-1,
  #become-energy-efficient .column:hover .cls-2 {
    fill: #000 !important;
  }
  #become-energy-efficient .column:hover path,
  #become-energy-efficient .column:hover rect {
    fill: #000 !important;
  }
  #become-energy-efficient .column.active-column-content span,
  #become-energy-efficient .column.active-column-content_two span {
    color: #000 !important;
  }
  #become-energy-efficient .column.active-column-content:before,
  #become-energy-efficient .column.active-column-content_two:before {
    display: none;
  }
  #become-energy-efficient .column.active-column-content .cls-2,
  #become-energy-efficient .column.active-column-content_two .cls-2 {
    fill: #000 !important;
  }
  #become-energy-efficient .column.active-column-content path,
  #become-energy-efficient .column.active-column-content_two path,
  #become-energy-efficient .column.active-column-content rect,
  #become-energy-efficient .column.active-column-content_two rect {
    fill: #000 !important;
  }
}
@media only screen and (max-width: 470px) {
  #footer .site-footer-copyright p {
    font-size: .90em;
  }
}
@media only screen and (max-width: 440px) {
  #footer .site-footer-copyright p {
    font-size: .85em;
  }
  nav ul li a:link {
    font-size: 22px;
    line-height: 28px;
  }
  .oef-primary-nav-trigger-container {
    width: auto;
  }
  .oef-primary-nav-trigger {
    width: auto;
    padding-left: 0;
  }
  .oef-primary-nav-trigger .oef-menu-text {
    display: none;
  }
  .oef-menu-donate a.btn,
  a.btn,
  #footer div#wp-subscribe input.submit {
    font-size: 14px;
    line-height: 18px;
  }
  #footer div#wp-subscribe {
    width: 320px !important;
  }
  #footer div#wp-subscribe input.submit {
    width: 120px !important;
  }
  #footer div#wp-subscribe input.email-field,
  #footer div#wp-subscribe input.name-field {
    width: 200px !important;
  }
  #partners-we-love .column {
    width: 100%;
    float: left;
  }
  #footer .footer-subscribe {
    padding-left: 0;
  }
  #news-events .section-content {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  #news-events {
    padding-left: 1em;
    padding-right: 1em;
  }
  section.intro-section h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .content-container .question-container h1 {
    font-size: 36px;
    line-height: 42px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h2 {
    font-size: 36px;
    line-height: 42px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h3 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h4 {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .content-container .question-container h5 {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 380px) {
  #footer .site-footer-copyright p {
    font-size: .85em;
  }
}
@media only screen and (max-width: 370px) {
  #footer .site-footer-copyright p {
    font-size: .85em;
  }
  #footer .nine-ninety-document {
    display: block;
  }
  #footer .nine-ninety-divider {
    display: none;
  }
  #footer div#wp-subscribe {
    width: 300px !important;
  }
  #footer div#wp-subscribe input.submit {
    width: 120px !important;
  }
  #footer div#wp-subscribe input.email-field,
  #footer div#wp-subscribe input.name-field {
    width: 180px !important;
  }
  .oef-primary-nav {
    padding: 85px 20px;
  }
  nav ul li a:link {
    padding: 8px 0;
    font-size: 20px;
    line-height: 26px;
  }
  nav .social {
    padding-top: 8px;
  }
}
