@charset "UTF-8";

html {
  width: 100%;
  max-width: 100%;
}

body {
  position: relative;
  font-family: "Open Sans", sans-serif;
  color: #434A4E;
  font-size: 16px;
  line-height: 1.8;
  background: #fff;
  width: 100%;
  max-width: 100vw;
  border: 0 none;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 1;
  -webkit-transition: opacity, background;
  transition: opacity, background;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.hide-body-animation body {
  opacity: 0;
}

a,
button {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: color, background, border;
  transition: color, background, border;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

a:hover,
button:hover {
  color: #1E1E1E;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: bold;
  font-style: normal;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: none;
  color: #1E1E1E;
  margin: 0;
  padding: 0;
}

h1 .icon,
h2 .icon,
h3 .icon,
h4 .icon,
h5 .icon,
h6 .icon {
  width: 90px;
  height: 90px;
  padding: 0 0 0 10px;
  margin-bottom: -5px;
  float: right;
  display: block;
}

h1 {
  font-size: 40px;
  line-height: normal;
  white-space: nowrap;
  text-transform: none;
}

h2 {
  font-size: 26px;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: none;
}

h3 {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 10px;
}

h3.style2 {
  font-size: 28px;
}

h4 {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 20px;
}

strong,
.strong {
  font-weight: 700;
}

.leading {
  font-size: 22px;
  line-height: normal;
  font-weight: 700;
  font-style: normal;
  color: #508598;
}

blockquote {
  position: relative;
  font-size: 22px;
  line-height: 1.6333333333;
  font-weight: 600;
  font-style: italic;
  color: #1E1E1E;
  margin: 40px 0;
}

blockquote.has-line,
blockquote q {
  padding-left: 36px;
  border-left: 4px solid #F8C851;
  display: block;
}

blockquote cite {
  margin-left: 34px;
}

blockquote.smaller-quote {
  font-size: 16px;
}

blockquote.smaller-quote cite {
  font-size: 16px;
}

blockquote.smallest-quote {
  font-size: 16px;
}

blockquote.smallest-quote cite {
  font-size: 16px;
}

blockquote.light {
  color: #fff;
}

blockquote.donor-quote {
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  margin: 0;
}

blockquote.donor-quote cite {
  margin-left: 0;
}

cite {
  position: relative;
  font-size: 20px;
  line-height: 1.8;
  font-style: normal;
  font-weight: normal;
  color: #434A4E;
  padding-left: 30px;
  margin-top: 20px;
  display: block;
}

cite:before {
  content: "—";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  line-height: 1.5em;
}

.light cite {
  color: #fff;
}

.big {
  font-size: 22px;
  line-height: 1.7272727273;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  color: #1E1E1E;
  margin-bottom: 10px;
}

ul,
ol {
  padding-left: 2rem;
}

ul li::marker {
  color: #508598;
}

ul li ul {
  list-style: disc;
}

ul.inline-list {
  font-weight: 600;
  font-style: italic;
  list-style: none;
  margin: 25px -13px 0;
  padding: 0;
}

ul.inline-list li {
  padding-left: 13px;
  padding-right: 13px;
  margin-bottom: 20px;
  display: inline-block;
}

.footnotes {
  font-size: 12px;
  line-height: 1.3571428571;
}

.footnotes.footnote-dark a {
  color: inherit;
}

.footnotes.footnote-dark a:hover {
  color: #F8C851;
}

ol.footnotes {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
  counter-reset: footnote;
}

ol.footnotes li {
  position: relative;
  margin-left: 6px;
  margin-bottom: 5px;
}

ol.footnotes li:before {
  counter-increment: footnote;
  content: counter(footnote);
  position: absolute;
  top: -2px;
  right: 100%;
  font-size: 0.8em;
  vertical-align: 0.5em;
}

ol.list-paren {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  counter-reset: paren;
}

ol.list-paren li {
  position: relative;
  margin-left: 0;
  margin-bottom: 3px !important;
}

ol.list-paren li:before {
  counter-increment: paren;
  content: "(" counter(paren) ")";
  margin-right: 5px;
}

figure img {
  width: auto;
  height: auto;
}

figure.img img {
  max-width: 100%;
}

figure.full img {
  width: 100%;
}

figure.sig {
  font-size: 18px;
  line-height: 1.8888888889;
  margin-top: 30px;
  margin-bottom: 36px;
}

figure.sig strong {
  color: #1E1E1E;
  display: block;
  margin-top: 25px;
}

figure.svg {
  position: relative;
  padding: 50% 0 0;
}

figure.svg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure.rounded img {
  border-radius: 20px;
}

figure.icon-right {
  width: 60px;
  height: 60px;
  margin-top: -20px;
  margin-left: 10px;
  float: right;
}

figure.icon-right img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

figcaption {
  position: relative;
  font-size: 14px;
  line-height: 1.3571428571;
  color: #1E1E1E;
  padding-left: 23px;
  margin-top: 20px;
  display: inline-block;
}

figcaption:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 10px;
  display: block;
  background: url("../images/icon-cite.png") no-repeat left center/auto auto;
}

.button {
  position: relative;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  font-style: normal;
  font-family: "Open Sans Condensed", sans-serif;
  color: #1E1E1E;
  text-align: center;
  text-transform: none;
  text-decoration: none !important;
  padding: 20px 30px 20px;
  display: inline-block;
  border: 2px solid #F8C851;
  background: #F8C851;
  border-radius: 10px;
}

.button.btn-white {
  color: #1E1E1E;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  background: #fff;
  border-color: #fff;
}

.button.btn-white .arrow:before {
  background-image: url("../images/icon-arrow-blue.png");
}

.button.hollow {
  color: #555C60;
  border-color: #969696;
  background: #fff;
}

.button.hollow .arrow:before {
  background-image: url("../images/icon-arrow-blue.png");
}

.button.smaller {
  padding: 15px 26px 14px;
}

.button.smallerx {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px 9px;
}

.button:hover {
  color: #F8C851;
  background: #1E1E1E;
  border-color: #1E1E1E;
}

.button:hover .arrow:before,
.button:hover .arrow:after {
  right: -5px;
}

.button:hover .arrow:before,
.button:hover .pdf-download:before {
  opacity: 0;
}

.button:hover .arrow:after,
.button:hover .pdf-download:after {
  opacity: 1;
}

.button-group {
  margin-left: -10px;
  margin-right: -10px;
  font-size: 0;
}

.button-group .button {
  margin: 10px;
}

.arrow {
  position: relative;
  padding-right: 20px;
  display: inline-block;
}

.arrow:before,
.arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 9px;
  height: 10px;
  display: block;
  opacity: 1;
  background: url("../images/icon-arrow.png") no-repeat left center/auto auto;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: opacity, right;
  transition: opacity, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.arrow:after {
  opacity: 0;
  background-image: url("../images/icon-arrow-accent.png");
}

.pdf-download {
  position: relative;
  padding-right: 20px;
  display: inline-block;
}

.pdf-download:before,
.pdf-download:after {
  content: "";
  position: absolute;
  top: 55%;
  right: 0;
  width: 16px;
  height: 26px;
  display: block;
  opacity: 1;
  background: url("../images/icon-download.png") no-repeat left center/auto auto;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: opacity, right;
  transition: opacity, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.pdf-download:after {
  opacity: 0;
  background-image: url("../images/icon-download-accent.png");
}

.bold-text {
  font-weight: bold;
  color: #1E1E1E;
}

#header {
  z-index: 999999999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 116px;
  background: #fff;
}

#header .wrapper {
  position: relative;
  padding-top: 35px;
  padding-bottom: 23px;
}

#header .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

#logo {
  z-index: 5;
  position: relative;
  width: 346px;
  float: left;
}

#logo a {
  text-decoration: none !important;
}

#logo .logo {
  position: relative;
  width: 178.85px;
  height: 48px;
  display: block;
}

#logo .logo img {
  position: absolute;
  top: 50%;
  left: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#logo .slogan {
  position: absolute;
  top: 0;
  right: 0;
  width: 165px;
  max-width: calc(100% - 180px);
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: bold;
  font-family: "Open Sans Condensed", sans-serif;
  color: #1E1E1E;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  display: block;
}

#header-menu {
  z-index: 10;
  position: relative;
  width: calc(99% - 346px);
  float: right;
  font-size: 0;
  text-align: right;
}

#header-menu .menu-column {
  display: inline-block;
  vertical-align: top;
}

#header-menu .menu-column + .menu-column {
  margin-left: 15px;
}

#header-menu .menu-column-navicon {
  width: 42px;
  height: 42px;
  display: none;
}

#header-menu .menu-item-home {
  display: none;
}

#main-menu {
  z-index: 10;
  font-family: "Open Sans Condensed", sans-serif;
}

#main-menu ul {
  line-height: 1.2;
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}

#main-menu a {
  text-decoration: none !important;
}

#main-menu .menu-item-inner {
  position: relative;
  display: block;
}

#main-menu .mobile-menu-footer {
  display: block;
}

#main-menu .has-children > a .menu-item-inner {
  padding-right: 15px;
}

#main-menu .has-children > a .menu-item-inner:after {
  content: "\f0d7";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  line-height: 10px;
  will-change: transform, border;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(0, -50%) rotate(0);
  -ms-transform: translate(0, -50%) rotate(0);
  transform: translate(0, -50%) rotate(0);
  -webkit-transition: border, -webkit-transform;
  transition: border, -webkit-transform;
  transition: transform, border;
  transition: transform, border, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

#main-menu .has-children.open-menu > a .menu-item-inner:after {
  -webkit-transform: translate(0, -40%) rotate(180deg);
  -ms-transform: translate(0, -40%) rotate(180deg);
  transform: translate(0, -40%) rotate(180deg);
}

#main-menu .sub-menu {
  margin-top: 10px;
  display: none;
}

#main-menu .sub-menu a {
  -webkit-transition: color, background, padding;
  transition: color, background, padding;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

#header-search,
#mobile-search {
  text-align: left;
}

#header-search button,
#mobile-search button {
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 16px;
  line-height: 41px;
  font-weight: bold;
  color: #1E1E1E;
  display: block;
  border-radius: 50%;
  border: 2px solid #1E1E1E;
  background: transparent;
  -webkit-transition: color, border, background;
  transition: color, border, background;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

html.search-open #header-search button,
#header-search button:hover,
html.mobile-search-open #header-search button,
#header-search button:hover,
html.search-open #mobile-search button,
#mobile-search button:hover,
html.mobile-search-open #mobile-search button,
#mobile-search button:hover {
  color: #F8C851;
  border-color: #1E1E1E;
  background: #1E1E1E;
  opacity: 1;
}

.search-open #header-search button,
.search-open #mobile-search button {
  background: #F2F2F2;
}

.search-open #header-search button:hover,
.search-open #mobile-search button:hover {
  background: darker(100);
}

#header-search .input-wrap {
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: 2px;
  width: 0;
  max-width: 796px;
  display: block;
  background: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity, visibility, width;
  transition: opacity, visibility, width;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

#header-search .input-wrap input {
  position: absolute;
  top: 50%;
  left: 20px;
  width: calc(100% - 80px);
  font-size: 16px;
  font-weight: bold;
  color: #1E1E1E;
  border: 0 none;
  display: block;
  background: transparent;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.search-open #header-search .input-wrap {
  width: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.header-button {
  position: relative;
  height: 48px;
  font-size: 18px;
  line-height: 48px;
  color: #1E1E1E;
  font-weight: bold;
  padding: 0 10px;
  display: inline-block;
  text-decoration: none !important;
  border-radius: 10px;
  background: #F8C851;
}

.header-button:hover {
  color: #F8C851;
  background: #1E1E1E;
}

#navicon {
  z-index: 20;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 48px;
  height: 48px;
  font-size: 14px;
  color: #1E1E1E;
  display: block;
  border-radius: 50%;
  border: 2px solid #1E1E1E;
  background: transparent;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

#navicon:hover {
  opacity: 1;
}

#navicon:hover {
  color: #F8C851;
  border-color: #1E1E1E;
  background: #1E1E1E;
  opacity: 1;
}

html:not(.mobile-style) #navicon:hover .navicon,
#navicon:hover .navicon:before,
#navicon:hover .navicon:after {
  background: #F8C851;
}

.mobile-style #navicon {
  position: fixed;
  right: 20px;
  top: 26px;
}

.navicon {
  top: calc(50% - 2px);
}

.navicon,
.navicon:before,
.navicon:after {
  position: absolute;
  left: calc(50% - 11px);
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: #1E1E1E;
  display: block;
  -webkit-transition: top, background, -webkit-transform;
  transition: top, background, -webkit-transform;
  transition: top, transform, background;
  transition: top, transform, background, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.navicon:before,
.navicon:after {
  content: "";
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navicon:before {
  top: -6px;
}

.navicon:after {
  top: 6px;
}

.header-light .navicon,
.header-light .navicon:before,
.header-light .navicon:after {
  background: #fff;
}

.mobile-style .navicon {
  background: transparent;
}

.mobile-style .navicon:before,
.mobile-style .navicon:after {
  top: 0;
}

.mobile-style .navicon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-style .navicon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile-menu-footer {
  position: relative;
  padding: 0 20px;
  margin: 20px 0;
}

.mobile-menu-footer .row {
  margin-left: -7px;
  margin-right: -7px;
}

.mobile-menu-footer .row .col {
  padding-left: 7px;
  padding-right: 7px;
}

.mobile-menu-footer .row .col:first-child {
  width: calc(100% - 62px);
  max-width: calc(100% - 62px);
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(100% - 62px);
  flex: 1 0 calc(100% - 62px);
}

.mobile-menu-footer .row .col:last-child {
  width: 62px;
  max-width: 62px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 62px;
  flex: 1 0 62px;
}

.mobile-menu-footer .input-wrap {
  position: absolute;
  top: -5px;
  right: 10px;
  bottom: -5px;
  width: 0;
  display: block;
  background: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity, visibility, width;
  transition: opacity, visibility, width;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.mobile-menu-footer .input-wrap input {
  position: absolute;
  top: 50%;
  left: 20px;
  width: calc(100% - 85px);
  font-size: 16px;
  font-weight: bold;
  color: #1E1E1E;
  border: 0 none;
  display: block;
  background: transparent;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.mobile-search-open .mobile-menu-footer .input-wrap {
  width: calc(100% - 20px);
  opacity: 1;
  visibility: visible;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

#mobile-download-button {
  position: relative;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  color: #1E1E1E;
  text-transform: none;
  text-decoration: none !important;
  padding: 12px 54px 12px;
  border: 2px solid #F8C851;
  background: #F8C851;
  border-radius: 24px;
  display: block;
}

#mobile-download-button:hover {
  color: #F8C851;
  background: #1E1E1E;
  border-color: #1E1E1E;
}

.icon-stats {
  position: relative;
}

.icon-stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.icon-stat > * {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.icon-stat .number {
  padding: 0 25px;
}

.icon-stat-list {
  position: relative;
  padding-left: 116px;
}

.icon-stat-list .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  display: block;
}

.icon-stat-list .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.icon-stat-list + .icon-stat-list {
  margin-top: 40px;
}

.icon-stat-list.icon-right {
  padding-left: 0;
  padding-right: 116px;
}

.icon-stat-list.icon-right .icon {
  right: 0;
  left: auto;
}

.number {
  font-size: 50px;
  line-height: 1;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  color: #1E1E1E;
}

.number.smallx {
  font-size: 40px;
}

.number.small {
  font-size: 43px;
}

.number.smaller {
  font-size: 30px;
}

.hero .number {
  color: #fff;
}

.number-text.small {
  font-size: 16px;
  line-height: 1.3333333333;
}

.hero {
  position: relative;
  color: #1E1E1E;
  padding: 80px 0;
  margin: 50px 0;
  background: url("../images/hero-pattern-b-small.png") repeat left top/auto auto #f9f3df;
}

.hero:before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(249, 241, 217, 0.1)), to(#f9f3df));
  background: linear-gradient(0deg, rgba(249, 241, 217, 0.1) 20%, #f9f3df 100%);
}

.hero .wrapper {
  z-index: 10;
  position: relative;
}

.hero h2,
.hero h3,
.hero h4,
.hero h5,
.hero h6,
.hero .bold-text,
.hero .number {
  color: #1E1E1E;
}

.hero ul li::marker {
  color: #1E1E1E;
}

.hero-light {
  position: relative;
  padding: 70px 0 60px;
  margin: 70px 0 44px;
  border-bottom: 2px solid #FBF1D6;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF), color-stop(23.3%, rgba(255, 255, 255, 0.73)), to(rgba(237, 184, 52, 0.2))), url("../images/hero-pattern-b.png") repeat-x center 6px/auto auto #EBEAE4;
  background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0.73) 23.3%, rgba(237, 184, 52, 0.2) 100%), url("../images/hero-pattern-b.png") repeat-x center 6px/auto auto #EBEAE4;
}

.hero-light.hero-sharing {
  z-index: 10;
  padding-bottom: 280px;
  margin-bottom: -200px;
}

.hero-light ul li::marker {
  color: #1E1E1E;
}

.waste-stats {
  margin: 63px 0 45px;
}

.white-panel .waste-stats {
  margin: 20px 0;
}

.white-panel .waste-stats .number {
  color: #1E1E1E;
}

.white-panel .waste-stats .waste-stat {
  margin-bottom: 20px;
}

.waste-stat-large {
  text-align: center;
  margin: 0 0 40px;
}

.waste-stat-large .number {
  color: #F8C851;
  font-size: 70px;
}

.white-panel .waste-stat-large {
  position: relative;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.white-panel .waste-stat-large:before {
  content: "";
  position: absolute;
  top: 100%;
  left: -20px;
  right: -20px;
  height: 2px;
  display: block;
  background: #F8C851;
}

.waste-stat {
  text-align: center;
  max-width: 135px;
  margin: 0 auto;
}

.waste-stat .number {
  color: #fff;
  margin-bottom: 6px;
}

.page-stat {
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
}

.page-stat .icon {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
  text-align: center;
}

.page-stat .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.page-stat .number {
  color: #1E1E1E;
  margin-bottom: 6px;
}

.icon-row {
  position: relative;
  padding-right: 100px;
}

.icon-row .icon {
  position: absolute;
  top: 20px;
  right: 0;
  width: 85px;
  height: 85px;
}

.icon-row .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.b-shape-panel {
  padding-left: 95px;
  max-width: 707.85px;
  margin: 0 auto;
}

.b-shape-panel .b-panel-body {
  position: relative;
  width: 100%;
  padding: 100% 0 0;
}

.b-shape-panel .b-panel-body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/b-panel-shape.svg") no-repeat left top/100% 100%;
}

.b-shape-panel .content {
  position: absolute;
  top: 0;
  left: 50%;
  width: 90%;
  max-width: 523px;
  font-size: 30px;
  line-height: 1.6333333333;
  font-family: "Open Sans Condensed", sans-serif;
  font-style: italic;
  font-weight: bold;
  color: #1E1E1E;
  padding: 18% 5% 50px 10px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.b-shape-panel .content.normal-text {
  font-size: inherit;
  color: inherit;
  font-style: normal;
}

.b-shape-panel .b-panel-title {
  position: relative;
  left: -145px;
  font-size: 46px;
  line-height: 1.2;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  color: #1E1E1E;
  padding: 20px 0;
  background: #fff;
}

.b-shape-panel.b-initiatives {
  padding-left: 20px;
}

.b-shape-panel.b-initiatives .b-panel-title {
  font-size: 30px;
  left: -65px;
}

.b-shape-panel.b-initiatives .content {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  padding-top: 50px;
}

.b-shape-panel.b-greatplace {
  font-style: normal;
}

.b-shape-panel.b-greatplace .content {
  padding: 15% 7% 40px 20px;
}

.highlight-stats {
  margin-left: -20px;
  margin-right: -20px;
}

.highlight-stats .number {
  white-space: nowrap;
  text-transform: uppercase;
}

.highlight-stats p {
  margin-bottom: 0;
}

.highlight-stats > * {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.highlight-stats > *:after {
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: calc(100% - 1px);
  width: 2px;
  display: block;
  background: #F8C851;
}

.side-quote {
  position: relative;
  font-size: 20px;
  line-height: 2.15;
  font-weight: 600;
  font-style: italic;
  padding-left: 30px;
  margin: 20px 0;
  border-left: 4px solid #F8C851;
}

.code-list {
  margin-bottom: 30px;
}

.panel .panel-body {
  font-size: 22px;
  line-height: 1.6333333333;
  color: #1E1E1E;
  padding: 30px;
  background: #F4F3F1;
  border-radius: 20px;
  border-bottom-left-radius: 0;
}

.family-bbq {
  z-index: -1;
  position: relative;
  margin-top: 30px;
}

.family-bbq img {
  max-width: 100%;
  border-radius: 20px;
}

.benefits-icons .row {
  margin-left: -20px;
  margin-right: -20px;
}

.benefits-icons .row > * {
  padding-left: 20px;
  padding-right: 20px;
}

.benefits-icons .benefits-item {
  position: relative;
  margin-bottom: 30px;
}

.benefits-icons .icon {
  width: 70px;
  height: 70px;
  text-align: center;
}

.benefits-icons .icon img {
  width: 100%;
  min-height: 100%;
}

.community-stats {
  text-align: center;
  font-size: 18px;
}

.community-stats .icon {
  width: 80px;
  height: 70px;
  margin: 0 auto 35px;
}

.community-stats .number {
  margin-bottom: 5px;
}

.community-stats .col-accent {
  z-index: 10;
  position: relative;
}

.community-stats .col-accent,
.community-stats .col-accent .number {
  color: #1E1E1E;
}

.community-stats .col-accent .item {
  position: relative;
  z-index: 20;
}

.equal-images {
  margin-left: -8px;
  margin-right: -8px;
}

.equal-images > * {
  width: 37.5%;
  max-width: 37.5%;
  padding-left: 8px;
  padding-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 37.5%;
  flex: 1 0 37.5%;
}

.equal-images > *:last-child {
  width: 25%;
  max-width: 25%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
}

.equal-images figure {
  z-index: 10;
  position: relative;
  width: 100%;
  height: 244px;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.equal-images .bg {
  border-radius: 10px;
}

.stat-toys {
  max-width: 290px;
  margin: 0 auto;
}

.stat-toys .number {
  font-size: 60px;
}

.side-panel {
  margin: 15px 0;
}

.side-panel h3 {
  font-size: 18px;
  color: #555;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 0px;
  border-bottom: 2px solid #EDB834;
}

.side-panel h3.icon-title {
  padding-bottom: 20px;
}

.side-panel h3.style2 {
  font-size: 26px;
  color: #508598;
  text-transform: none;
}

.side-panel .panel-body {
  position: relative;
  padding: 33px 20px;
  background: rgba(215, 160, 41, 0.1);
  border: 1px solid #F8C851;
  border-radius: 30px;
}

.side-panel .table {
  margin: 0;
}

.side-panel .table td {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 2px solid rgba(248, 200, 81, 0.3);
}

.side-panel .table td:last-child {
  text-align: right;
  font-weight: bold;
  white-space: nowrap;
}

.side-panel .table tr:last-child td {
  border: 0 none;
}

.side-panel .table.table-stats {
  font-size: 18px;
  line-height: 1.2;
  text-align: right;
  margin-top: 20px;
}

.side-panel .table.table-stats > :not(:first-child) {
  border: 0 none;
}

.side-panel .table.table-stats th {
  border: 0 none;
}

.side-panel .table.table-stats th,
.side-panel .table.table-stats td {
  padding: 5px;
  vertical-align: middle;
}

.side-panel .table.table-stats th:first-child,
.side-panel .table.table-stats td:first-child {
  text-align: left;
  vertical-align: top;
}

.side-panel .table.table-stats strong {
  font-size: 1.5em;
  color: #1E1E1E;
}

.side-panel .table.table-stats small {
  font-size: 11px;
}

.side-panel.float-right {
  text-align: left;
}

.wide-panel {
  font-size: 18px;
  margin: 30px 0;
}

.wide-panel h2 {
  color: #1E1E1E;
  text-transform: none;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 4px solid #EDB834;
}

.wide-panel h2.icon-title {
  padding-bottom: 20px;
}

.wide-panel h2.style2 {
  font-size: 26px;
  color: #508598;
  text-transform: none;
}

.wide-panel h3 {
  font-size: 25px;
  color: #508598;
}

.wide-panel ul li::marker {
  color: #1E1E1E;
}

.wide-panel .panel-body {
  position: relative;
  padding: 33px 20px;
  background: rgba(215, 160, 41, 0.1);
  border: 1px solid #F8C851;
  border-radius: 30px;
}

.wide-panel.white-panel .panel-body {
  background: #fff;
}

.wide-panel.white-panel .footnotes {
  text-align: center;
}

.wide-panel.white-panel .footnotes a:hover {
  color: #1E1E1E;
}

.wide-panel.fi-units {
  text-align: center;
}

.wide-panel.fi-units .number {
  font-size: 35px;
  color: #508598;
  margin-bottom: 15px;
}

.wide-panel.fi-units .number-text {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.table.table-values {
  line-height: 1.3;
}

.table.table-values > :not(:first-child) {
  border-top-width: 4px;
  border-color: #F8C851;
}

.table.table-values tbody tr:last-child td {
  border-bottom: 2px solid #F8C851;
}

.table.table-values th {
  font-size: 1.2em;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
}

.table.table-values th,
.table.table-values td {
  padding: 12px 0;
  vertical-align: middle;
  border-bottom-color: rgba(67, 74, 78, 0.3);
}

.table.table-values th:first-child,
.table.table-values td:first-child {
  border-right: 20px solid transparent;
}

.table.table-values th.icon-column,
.table.table-values td.icon-column {
  position: relative;
  font-weight: bold;
  height: 70px;
  padding-left: 60px;
}

.table.table-values th.icon-column img,
.table.table-values td.icon-column img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  display: block;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.number-list {
  line-height: 1.5555555556;
}

.number-list .item {
  padding: 13px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.number-list .item + .item {
  border-top: 3px solid #EBEAE4;
}

.number-list .item > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.number-list .number {
  height: 55px;
  width: 100px;
  max-width: 100px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100px;
  flex: 1 0 100px;
}

.number-list .number-text {
  height: 55px;
  width: calc(100% - 100px);
  max-width: calc(100% - 100px);
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(100% - 100px);
  flex: 1 0 calc(100% - 100px);
}

.searchpage-form {
  position: relative;
  max-width: 500px;
}

.searchpage-form .search-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.searchpage-form .search-row > * {
  position: relative;
}

.searchpage-form .search-row .search-wrap {
  width: calc(100% - 135px);
  max-width: calc(100% - 135px);
  border: 1px solid #1E1E1E;
  border-radius: 50px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(100% - 135px);
  flex: 1 0 calc(100% - 135px);
}

.searchpage-form .search-row input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  display: block;
  background: transparent;
  border: 0 none;
}

.searchpage-form .search-row button {
  width: 128px;
  height: 42px;
  max-width: 128px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #1E1E1E;
  text-decoration: none !important;
  display: block;
  border-radius: 50px;
  background: #F8C851;
  border: 2px solid #F8C851;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 128px;
  flex: 1 0 128px;
}

.searchpage-form .search-row button:hover {
  color: #F8C851;
  background: #1E1E1E;
  border-color: #1E1E1E;
}

.grid-sharing {
  z-index: 20;
  position: relative;
}

.grid-sharing figure {
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.grid-sharing figure img {
  border-radius: 20px;
}

.grid-sharing .bg {
  position: relative;
}

.grid-sharing .row {
  margin-left: -5px;
  margin-right: -5px;
}

.grid-sharing .row > * {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}

.grid-sharing .row > *:first-child figure {
  position: relative;
}

.grid-sharing .top-row {
  margin-bottom: 10px;
}

.grid-sharing .top-row figure {
  padding: 100% 0 0;
}

.grid-sharing .bottom-row figure {
  padding: 87% 0 0;
}

.grid-sharing .bottom-row > * {
  width: 40%;
  max-width: 40%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
}

.grid-sharing .bottom-row > *:nth-child(2) {
  width: 20%;
  max-width: 20%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
}

.sharing-figures {
  z-index: 999;
  position: relative;
  text-align: right;
}

.sharing-figures figure {
  position: relative;
}

.sharing-figures figure .bg {
  position: relative;
  padding: 100% 0 0;
}

.sharing-figures figcaption {
  margin-top: 10px;
}

#leadership-awards .bg-img {
  position: relative;
  padding: 50% 0 0;
  border-radius: 20px;
  overflow: hidden;
}

#leadership-awards .bg-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.table-list {
  font-size: 16px;
  line-height: 1.3;
  margin-top: 40px;
  margin-bottom: 10px;
  border-bottom: 2px solid #F8C851;
}

.table-list h4 {
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  border-bottom: 4px solid #F8C851;
  padding-bottom: 10px;
  margin: 0;
}

.table-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.table-list li {
  padding: 25px 0;
  vertical-align: middle;
  border-bottom: 1px solid rgba(67, 74, 78, 0.3);
}

.table-list li:before {
  display: none;
}

.table-list li.icon-column {
  position: relative;
  font-weight: bold;
  height: 70px;
  padding-left: 60px;
}

.table-list li.icon-column img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  display: block;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.table-list li:last-child {
  border: 0 none;
}

.volunteer-stats {
  max-width: 350px;
  margin: 0 auto;
}

.number-stat {
  text-align: center;
}

.number-stat .icon {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto;
}

.number-stat .icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.number-stat .number {
  margin: 10px 0;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1126px;
}

.wrapper.thin {
  max-width: 940px;
}

.wrapper.mwide {
  max-width: 1335px;
}

.wrapper.wide {
  max-width: 1165px;
}

.wrapper.wider {
  max-width: 1680px;
}

.wrapper.widest {
  max-width: 1350px;
}

.row.row20 {
  margin-left: -20px;
  margin-right: -20px;
}

.row.row20 > * {
  padding-left: 20px;
  padding-right: 20px;
}

.row.row40 {
  margin-left: -20px;
  margin-right: -20px;
}

.row.row40 > * {
  padding-left: 20px;
  padding-right: 20px;
}

#page-header {
  z-index: 30;
  position: relative;
  padding-top: 116px;
  margin-bottom: 84px;
}

#page-header .wrapper {
  position: relative;
}

#page-header .hero-figure {
  z-index: 10;
  position: relative;
  width: 100%;
  max-width: 1092px;
  height: 623px;
  margin: 0 auto;
}

#page-header .hero-figure .bg {
  border-radius: 0 0 140px 140px;
  overflow: hidden;
}

#page-header .header-overlay {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 175px;
}

#page-header .header-b-logo {
  z-index: 20;
  position: absolute;
  bottom: -1px;
  left: 20px;
  width: 525px;
  height: 100%;
}

#page-header .header-b-logo .b-logo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 103.1% 0 0;
  height: auto;
  display: block;
  background: url("../images/b-shape-3.png") no-repeat top left/100% auto;
}

#page-header .header-b-logo .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 485px;
  padding: 23.8% 50px 15% 100px;
}

#page-header .scrolldown {
  position: absolute;
  bottom: 5px;
  left: calc(50% - 39px);
}

#page-header .header-title {
  font-size: 26px;
  line-height: normal;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  color: #508598;
  text-transform: uppercase;
  margin-bottom: 3px;
}

#page-header .header-content {
  position: relative;
  min-height: 230px;
  width: 100%;
  max-width: 370px;
}

.page-index #page-header .header-content {
  padding-top: 35px;
}

#page-header .page-header-mobile {
  display: none;
}

#page-header.search-header {
  height: auto;
  padding-top: 116px;
  padding-bottom: 0;
  margin-bottom: 50px;
}

#page-header.search-header .wrapper {
  padding-top: 100px;
  padding-bottom: 50px;
}

.block {
  margin-top: 40px;
}

.pblock {
  margin-top: calc(40px - 1rem);
}

.scrolldown {
  z-index: 9999;
  position: absolute;
  width: 78px;
  height: 78px;
  font-size: 60px;
  line-height: 69px;
  text-align: center;
  color: #508598;
  display: block;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0 none;
}

.scrolldown.home-scrolldown {
  left: calc(50% - 39px);
  bottom: -105px;
}

.header-content .scrolldown {
  top: calc(100% + 10px);
  left: 145px;
}

.scrolldown i {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform;
  transition: -webkit-transform;
  transition: transform;
  transition: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.scrolldown:hover {
  color: #F8C851;
}

.scrolldown:hover i {
  -webkit-transform: translate(0, 5px);
  -ms-transform: translate(0, 5px);
  transform: translate(0, 5px);
}

.bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-center .flex-wrap {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-end .flex-wrap {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.flex-evenly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.flex-evenly .flex-wrap {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.flex-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-around .flex-wrap {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.homepage-quote {
  position: relative;
  padding-top: 20px;
  margin-bottom: 50px;
}

.homepage-quote .b-pattern {
  z-index: -1;
  position: absolute;
  top: 50%;
  right: 58%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.homepage-quote .b-pattern img {
  position: relative;
  width: auto;
  height: auto;
  float: right;
  display: block;
}

.homepage-quote .b-pattern:after {
  z-index: 10;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  display: block;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}

.homepage-quote .leading {
  max-width: 1088px;
  margin-left: auto;
}

.ceo-introduction {
  margin-bottom: 50px;
}

.ceo-introduction .img-ceo {
  text-align: right;
}

.homepage-navigation {
  position: relative;
  padding: 80px 0 15px;
  overflow: hidden;
  background: url("../images/nav-pattern.png") repeat left top/auto auto #EDB834;
}

.homepage-navigation .support-panel {
  margin-bottom: 30px;
}

.homepage-navigation .home-nav-title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  color: #1E1E1E;
  text-transform: uppercase;
  margin-bottom: 1px;
}

.homepage-navigation h3 {
  margin-bottom: 29px;
}

.homepage-navigation .button {
  font-size: 16px;
  padding: 17px 18px;
  margin-bottom: 15px;
  border: 0 none;
  display: block;
}

.homepage-navigation .button .arrow {
  display: block;
}

.float-right {
  width: auto;
  max-width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.float-right img {
  max-width: 100%;
}

#main {
  position: relative;
}

#main:before {
  content: "";
  position: absolute;
  top: 116px;
  left: 0;
  width: 100%;
  height: 1409px;
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF), color-stop(23.3%, rgba(255, 255, 255, 0.73)), to(rgba(237, 184, 52, 0.2)));
  background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0.73) 23.3%, rgba(237, 184, 52, 0.2) 100%);
}

.page-content {
  position: relative;
}

#breadcrumb-menu {
  position: relative;
  max-width: 1840px;
  font-size: 18px;
  line-height: 1.5555555556;
  color: #434A4E;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  margin: 0 auto;
  display: none;
}

#breadcrumb-menu a {
  color: #434A4E;
  text-decoration: none !important;
  padding-bottom: 23px;
  display: block;
}

#breadcrumb-menu a:hover {
  color: #1E1E1E;
}

#breadcrumb-menu ul {
  padding: 0;
  margin: 0 -20px;
  list-style: none;
}

#breadcrumb-menu ul li {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}

#breadcrumb-menu ul li br {
  display: none;
}

#breadcrumb-menu .breadcrumb-wrap {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1126px;
}

#breadcrumb-menu .submenu-item-active .item-text {
  position: relative;
  display: inline-block;
}

#breadcrumb-menu .submenu-item-active .item-text:after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  height: 4px;
  display: block;
  background: #1E1E1E;
}

#search-results .search-item + .search-item {
  margin-top: 50px;
}

#search-results .search-no-posts {
  display: none;
}

#search-results .search-no-posts:only-child {
  display: block;
}

.rules {
  border-top: 4px solid #F8C851;
  border-bottom: 2px solid #F8C851;
  padding-top: 10px;
  margin-bottom: 40px;
}

#quote-slider {
  margin-bottom: 50px;
  border-left: 4px solid #F8C851;
  display: block;
}

#quote-slider .quote-content {
  padding-left: 36px;
}

#quote-slider .slick-dots {
  top: 35px;
}

.slick-dots {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slick-dots li {
  position: relative;
  max-width: 40px;
  height: 20px;
  line-height: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40px;
  flex: 1 0 40px;
}

.slick-dots li::marker {
  display: none;
}

.slick-dots li.slick-active button {
  opacity: 1;
}

.slick-dots li:hover button {
  opacity: 0.8;
}

.slick-dots button {
  position: relative;
  width: 20px;
  height: 20px;
  font-size: 0;
  text-decoration: none !important;
  border: 0 none;
  background: #508598;
  border-radius: 100%;
  display: inline-block;
  opacity: 0.6;
  -webkit-transition: opacity, background-color;
  transition: opacity, background-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

#homepage-header-slider .slick-list,
#homepage-header-slider .slick-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stat-float {
  width: 200px;
  max-width: 50%;
  margin: 0 0 15px 15px;
  float: right;
}

#footer {
  z-index: 20;
  position: relative;
  font-size: 14px;
  text-align: center;
  padding: 47px 0;
  margin-top: 100px;
  background: transparent;
}

.no-footer-margin #footer {
  margin-top: 0;
}

#footer .footer-left {
  font-size: 0;
  margin-bottom: 50px;
}

#footer .footer-left .cr {
  font-size: 14px;
  font-weight: bold;
  display: block;
}

#footer .footer-left .past-reports {
  font-size: 14px;
  display: block;
}

#footer .footer-left .past-reports a {
  font-weight: bold;
}

.page-index #footer .footer-left {
  margin-bottom: 0;
}

#footer .footer-right {
  margin: 0 0 20px;
}

.page-index #footer .footer-right {
  display: none;
}

#footer-nav {
  font-size: 0;
  margin-left: -20px;
  margin-right: -20px;
}

#footer-nav a {
  font-size: 16px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

#footer-nav a:hover {
  color: #1E1E1E;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.mw-50 {
  max-width: 50%;
}

.mw-60 {
  max-width: 60%;
}

.mw-75 {
  max-width: 75%;
}

.d-ib {
  display: inline-block;
}

.rel {
  position: relative;
}

.text-prim {
  color: #508598;
}

.text-accent {
  color: #F8C851;
}

.align-right {
  width: 100%;
  margin: 0 0 20px;
  text-align: center;
}

.align-right img {
  width: auto;
  max-width: 100%;
}

mark {
  color: red;
  background: pink;
  padding: 3px 5px 0;
}

.small-lg-text {
  font-size: 16px;
}

.z-0 {
  z-index: 0;
}

.z-5 {
  z-index: 5;
}

.z-10 {
  z-index: 10;
}

.z-15 {
  z-index: 15;
}

.z-20 {
  z-index: 20;
}

.z-25 {
  z-index: 25;
}

.z-30 {
  z-index: 30;
}

@media (min-width: 567px) {
  .footnotes {
    font-size: 14px;
  }

  .float-right {
    width: 439px;
    max-width: 50%;
    margin-left: 20px;
    float: right;
  }
}

@media screen and (min-width: 567px) {
  .align-right {
    float: right;
    margin-top: 20px;
    margin-left: 15px;
    margin-bottom: 10px;
    width: auto;
    max-width: 50%;
  }
}

@media (min-width: 649px) {
  .mobile-style #navicon {
    top: 35px;
  }
}

@media (min-width: 768px) {
  h2.style2 {
    font-size: 44px;
  }

  .icon-stats:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 80%;
    display: block;
    background: #F8C851;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .white-panel .waste-stats .waste-stat-wrap {
    max-width: 400px;
    margin: 0 auto;
  }

  .icon-row {
    padding-right: 140px;
  }

  .icon-row .icon {
    width: 140px;
  }

  .highlight-stats {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .panel .panel-body {
    font-size: 30px;
    padding: 50px;
  }

  .community-stats .col-item {
    padding: 80px 0;
  }

  .community-stats .col-accent-line {
    border-top: 3px solid #F8C851;
    border-bottom: 3px solid #F8C851;
  }

  .community-stats .col-accent-line.col-item-first {
    border-top-left-radius: 25px;
    border-left: 3px solid #F8C851;
  }

  .community-stats .col-bg-line {
    border-top: 3px solid #969696;
    border-right: 3px solid #969696;
    border-bottom: 3px solid #969696;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }

  .community-stats .col-accent {
    border-top: 3px solid #969696;
    border-bottom: 3px solid #969696;
  }

  .community-stats .col-accent:before {
    z-index: 10;
    content: "";
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: 0;
    width: 100%;
    display: block;
    background: #F8C851;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }

  .community-stats .item {
    max-width: 160px;
    margin: 0 auto;
  }

  .table.table-values th:first-child,
  .table.table-values td:first-child {
    border-right-width: 50px;
  }

  .table.table-values th.icon-column,
  .table.table-values td.icon-column {
    padding-left: 80px;
  }

  .table-lists .row > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .table-lists .row > * .table-list {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }

  .table-list li.icon-column {
    padding-left: 80px;
  }

  .table-list {
    font-size: 18px;
    margin-top: 15px;
  }

  .volunteer-stats {
    margin-right: 0;
  }

  .page-index #page-header .header-b-logo h1 {
    font-size: 62px;
  }

  .homepage-navigation .support-panel {
    margin-bottom: 64px;
  }

  .text-end-md {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .two-columns {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }

  .two-columns li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }

  .two-columns.p-break p {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
}

@media (min-width: 992px) {
  body {
    font-size: 20px;
  }

  blockquote {
    font-size: 30px;
  }

  blockquote.smaller-quote {
    font-size: 23px;
  }

  blockquote.smallest-quote {
    font-size: 22px;
  }

  blockquote.donor-quote .quote-content {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
  }

  blockquote.donor-quote .quote-content p {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }

  .icon-stats {
    margin-left: -40px;
    margin-right: -40px;
  }

  .icon-stats:after {
    left: 48%;
  }

  .icon-stats > * {
    padding-left: 40px;
    padding-right: 40px;
  }

  .number {
    font-size: 70px;
  }

  .number-text.small {
    font-size: 18px;
  }

  .hero {
    margin: 90px 0;
  }

  .hero aside,
  .hero-light aside {
    max-width: 370px;
    margin-left: auto;
  }

  .waste-stats > .row > *:first-child {
    border-right: 4px solid #F8C851;
  }

  .waste-stat-large {
    text-align: left;
    margin: 0 0;
  }

  .highlight-stats > *:not(:last-child):after {
    content: "";
  }

  .side-quote {
    margin: 0;
  }

  .benefits-icons .benefits-item {
    margin-left: 100px;
  }

  .benefits-icons .icon {
    position: absolute;
    top: 0;
    right: calc(100% + 15px);
    width: 80px;
    height: 80px;
  }

  .benefits-icons .row > *:last-child .benefits-item {
    margin-left: 0;
    margin-right: 100px;
  }

  .benefits-icons .row > *:last-child .icon {
    left: calc(100% + 15px);
    right: auto;
  }

  .side-panel {
    max-width: 433px;
    margin-left: auto;
  }

  .table {
    font-size: 18px;
  }

  .number-list {
    font-size: 18px;
  }

  .row.row40 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .row.row40 > * {
    padding-left: 40px;
    padding-right: 40px;
  }

  .page-index #page-header .hero-figure {
    max-width: 100%;
  }

  .page-index #page-header .header-b-logo {
    margin-bottom: -50px;
  }

  .page-index #page-header .header-b-logo .inner {
    padding-top: 98px;
  }

  .homepage-quote {
    padding-top: 0;
    margin-bottom: 170px;
  }

  .homepage-quote .wrapper {
    padding-left: 12%;
  }

  .ceo-introduction {
    margin-bottom: 90px;
  }

  .ceo-introduction .content {
    max-width: 569px;
    margin-right: auto;
  }

  .float-right {
    margin-left: 80px;
  }

  #footer {
    text-align: left;
  }

  #footer .footer-left {
    margin-bottom: 0;
  }

  #footer .footer-left .cr {
    margin: 0 10px 0 0;
    display: inline-block;
  }

  #footer .footer-left .past-reports {
    display: inline-block;
  }

  #footer .footer-right {
    text-align: right;
  }

  #footer .footer-right .cr {
    display: inline-block;
  }

  #footer .footer-right .past-reports {
    display: inline-block;
  }

  .page-index #footer .footer-right {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .aside-flat {
    width: 100%;
    float: right;
    height: 0;
  }
}

@media (min-width: 1070px) {
  #main-menu .mobile-menu-footer {
    display: none;
  }

  #main-menu ul {
    font-size: 0;
    text-align: right;
  }

  #main-menu ul li {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
  }

  #main-menu .menu-item {
    vertical-align: middle;
  }

  #main-menu .menu-item > a {
    padding: 13px 7px 23px;
  }

  #main-menu .menu-item > a:hover {
    color: rgba(30, 30, 30, 0.8);
  }

  #main-menu a {
    color: #1E1E1E;
    display: block;
  }

  #main-menu .menu-item-active > a {
    color: #1E1E1E;
  }

  #main-menu .menu-item-active > a .menu-item-inner {
    position: relative;
    display: block;
  }

  #main-menu .menu-item-active > a .menu-item-inner:before {
    content: "";
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    height: 4px;
    display: block;
    background: #1E1E1E;
  }

  #main-menu .sub-menu a {
    color: #1E1E1E;
  }

  #main-menu .sub-menu .submenu-item-active > a {
    color: #508598;
    font-weight: bold;
  }

  #main-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 250px;
    text-align: left;
    padding: 10px 0;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 5px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 5px 5px rgba(0, 0, 0, 0.05);
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    -webkit-transition: opacity, visibility, -webkit-transform;
    transition: opacity, visibility, -webkit-transform;
    transition: opacity, visibility, transform;
    transition: opacity, visibility, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }

  #main-menu .sub-menu li {
    width: 100%;
    display: block;
  }

  #main-menu .sub-menu a {
    position: relative;
    color: #1E1E1E;
    font-weight: normal;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    padding: 10px 20px;
    display: block;
    text-transform: none;
  }

  #main-menu .sub-menu a:hover {
    color: #1E1E1E;
    background: #F2F2F2;
    padding-left: 25px;
    padding-right: 15px;
  }

  #mobile-download-button {
    display: none;
  }
}

@media (min-width: 1070px) and (min-width: 1070px) {
  #main-menu .has-children.open-menu > .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@media (min-width: 1200px) {
  .b-shape-panel.b-initiatives {
    width: 108%;
  }

  .highlight-stats > * {
    padding-left: 46px;
    padding-right: 46px;
  }

  .family-bbq {
    position: absolute;
    top: 50%;
    left: -200px;
    right: 15px;
    height: 92%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .family-bbq img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
  }
}

@media (min-width: 1330px) {
  .benefits-icons .benefits-item {
    margin-left: 0;
  }
}

@media (min-width: 1400px) {
  .waste-stat-large .number {
    font-size: 78px;
  }

  .b-shape-panel.b-initiatives {
    width: 120%;
  }

  .b-shape-panel.b-initiatives .content {
    padding-top: 80px;
  }

  .highlight-stats {
    margin-left: -46px;
    margin-right: -46px;
  }

  .family-bbq {
    left: -280px;
  }
}

@media (min-width: 1500px) {
  .waste-stats > .row > *:last-child {
    border-right: 2px solid #F8C851;
  }

  .b-shape-panel.b-initiatives {
    width: 135%;
  }

  .b-shape-panel.b-initiatives .b-panel-title {
    left: -100px;
  }

  .b-shape-panel.b-initiatives .content {
    padding-top: 100px;
  }

  .benefits-icons .icon {
    right: calc(100% + 58px);
  }

  .benefits-icons .row {
    margin-left: -58px;
    margin-right: -58px;
  }

  .benefits-icons .row > * {
    padding-left: 58px;
    padding-right: 58px;
  }

  .benefits-icons .row > *:last-child .benefits-item {
    margin-left: 0;
    margin-right: 0;
  }

  .benefits-icons .row > *:last-child .icon {
    left: calc(100% + 58px);
  }

  #breadcrumb-menu {
    height: 0;
    display: block;
  }

  #breadcrumb-menu .breadcrumb-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 232px;
    max-width: 13vw;
    padding: 0 0 0 20px;
  }

  #breadcrumb-menu ul li {
    display: block;
  }

  #breadcrumb-menu ul li br {
    display: inline-block;
  }
}

@media (min-width: 1600px) {
  #header #header-search .input-wrap {
    top: -7px;
    right: -8px;
  }
}

@media (min-width: 1630px) {
  .page-parent-4 #breadcrumb-menu li br:last-of-type {
    display: none;
  }
}

@media (max-width: 1199px) {
  .b-shape-panel.b-initiatives {
    font-size: 16px;
    padding-left: 0;
  }

  #footer-nav {
    margin-left: -15px;
    margin-right: -15px;
  }

  #footer-nav a {
    margin-left: 7px;
    margin-right: 7px;
  }
}

@media (max-width: 1139px) {
  #logo {
    width: 310px;
  }

  #logo .slogan {
    font-size: 14px;
    width: 125px;
    padding-top: 5px;
  }

  #header-menu {
    width: calc(99% - 322px);
  }

  #header-menu .button {
    font-size: 14px;
  }
}

@media (max-width: 1069px) {
  #header .wrapper:before {
    z-index: 10;
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(30, 30, 30, 0.6);
    cursor: pointer;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity, visibility;
    transition: opacity, visibility;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }

  .mobile-open #header .wrapper:before {
    width: 100vw;
    height: 110vh;
  }

  .mobile-style #header .wrapper:before {
    opacity: 1;
    visibility: visible;
  }

  #header-menu .menu-column {
    margin-bottom: 5px;
  }

  #header-menu .menu-column + .menu-column {
    margin-left: 10px;
  }

  #header-menu .menu-column-navicon {
    display: inline-block;
  }

  #header-menu .menu-item-home {
    display: block;
  }

  #main-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    max-width: 80vw;
    font-size: 20px;
    font-weight: bold;
    background: #fff;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: opacity, visibility, -webkit-transform;
    transition: opacity, visibility, -webkit-transform;
    transition: transform, opacity, visibility;
    transition: transform, opacity, visibility, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }

  #main-menu .menu {
    font-size: 18px;
    margin: 0;
    margin: 0;
    text-align: left;
  }

  #main-menu .menu > li > a:hover {
    color: #1E1E1E;
  }

  #main-menu .menu a {
    padding: 0 20px;
    display: block;
  }

  #main-menu .menu-item {
    margin-bottom: 30px;
  }

  #main-menu .has-children.open-menu > .sub-menu {
    display: block;
  }

  #main-menu .has-children > a .menu-item-inner {
    display: inline-block;
  }

  #main-menu .has-children > a .menu-item-inner:after {
    border-color: #1E1E1E;
  }

  #main-menu .has-children > a:hover .menu-item-inner:after {
    border-color: #1E1E1E;
  }

  #main-menu .has-children.open-menu > a .menu-item-inner:after {
    border-color: #1E1E1E;
  }

  #main-menu .has-children.open-menu > a:hover .menu-item-inner:after {
    border-color: #1E1E1E;
  }

  #main-menu .menu-item-active > a {
    color: #1E1E1E;
  }

  #main-menu .menu-item-active > a .menu-item-inner {
    position: relative;
    display: inline-block;
  }

  #main-menu .menu-item-active > a .menu-item-inner:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    display: block;
    background: #1E1E1E;
  }

  .mobile-open #main-menu {
    width: 340px;
    height: 100vh;
    padding: 23px 0 50px;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .mobile-style #main-menu {
    opacity: 1;
    visibility: visible;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  #main-menu .sub-menu {
    padding: 0;
    margin-bottom: 30px;
  }

  #main-menu .sub-menu a {
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
    font-family: "Open Sans Condensed", sans-serif;
    color: #1E1E1E;
    padding: 10px 20px;
    margin: 0;
  }

  #main-menu .sub-menu a:hover {
    color: #1E1E1E;
    padding: 10px 15px 10px 25px;
  }

  #main-menu .sub-menu .submenu-item-active > a {
    color: #1E1E1E;
  }

  #header-search .input-wrap input {
    max-width: calc(100% - 130px);
  }
}

@media (max-width: 992px) {
  .button-group .button {
    display: block;
    width: 400px;
  }

  .button-group .button .arrow {
    display: block;
  }

  #breadcrumb-menu {
    text-align: center;
    font-size: 14px;
  }

  #breadcrumb-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #breadcrumb-menu ul li {
    max-width: 224px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

@media (max-width: 991px) {
  .icon-stat .icon img {
    width: 50px;
    max-width: 50px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50px;
    flex: 1 0 50px;
  }

  .b-shape-panel .content.normal-text {
    font-size: 20px;
  }

  .benefits-icons .icon {
    margin: 10px 20px 20px;
    float: right;
  }

  .community-stats {
    font-size: 16px;
  }

  #page-header .header-overlay {
    padding-top: 135px;
  }

  .page-index #page-header .hero-figure {
    margin-bottom: 20px;
  }

  .page-index #page-header .hero-figure .bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.5);
  }

  .page-index #page-header .header-b-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-index #page-header .header-b-logo .inner {
    padding: 50px;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .page-index #page-header .header-b-logo h1 {
    color: #fff;
    max-width: 450px;
    margin: 0 auto;
  }

  #page-header {
    margin-bottom: 15px;
  }

  #page-header .hero-figure {
    position: relative;
    height: 480px;
    margin-bottom: 50px;
  }

  #page-header .hero-figure .bg {
    border-radius: 0 0 40px 40px;
  }

  #page-header .header-b-logo {
    position: static;
    width: 100%;
    height: auto;
  }

  #page-header .header-b-logo .b-logo {
    position: static;
    height: auto;
    padding: 0;
    background: transparent;
  }

  #page-header .header-b-logo .inner {
    position: static;
    min-height: auto;
    padding: 0;
  }

  #page-header .header-b-logo h1 {
    white-space: normal;
  }

  #page-header .header-b-logo br {
    display: none;
  }

  #page-header .page-header-mobile {
    display: block;
  }

  #page-header .page-header-mobile + img {
    display: none;
  }

  .page-ceo-message #page-header h1 {
    max-width: 580px;
  }

  #page-header .scrolldown {
    display: none;
  }

  .scrolldown.home-scrolldown {
    width: 60px;
    height: 60px;
    line-height: 40px;
    bottom: -115px;
    font-size: 28px;
  }

  .header-content .scrolldown {
    right: 20px;
    left: auto;
    bottom: 0;
    top: auto;
  }
}

@media (max-width: 768px) {
  #header-menu {
    width: 120px;
  }

  #header-menu .menu-column-download {
    display: none;
  }
}

@media (max-width: 767px) {
  #logo {
    max-width: calc(99% - 120px);
  }

  #logo .logo {
    max-width: calc(99% - 130px);
  }

  #logo .slogan {
    width: 125px;
    max-width: none;
  }

  #header-search .input-wrap {
    bottom: 0;
  }

  .search-open #header-search .input-wrap {
    width: calc(100vw - 45px);
  }

  .icon-stat .icon {
    text-align: center;
  }

  .icon-stat .number {
    width: 140px;
    max-width: 140px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 140px;
    flex: 1 0 140px;
  }

  .icon-stat.two-col .number {
    width: calc(100% - 100px);
    max-width: calc(100% - 100px);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% - 100px);
    flex: 1 0 calc(100% - 100px);
  }

  .waste-stats .waste-stat-wrap {
    max-width: 400px;
    margin: 0 auto;
  }

  .waste-stats .waste-stat-wrap .waste-stat {
    margin: 30px auto;
  }

  .b-shape-panel.b-initiatives {
    font-size: 16px;
  }

  .b-shape-panel.b-initiatives .b-panel-title {
    left: 0;
  }

  .b-shape-panel.b-initiatives .content {
    max-width: 322px;
    padding-top: 12%;
  }

  .b-shape-panel {
    padding-left: 30px;
  }

  .b-shape-panel .b-panel-title {
    left: -100px;
  }

  .b-shape-panel .content {
    padding: 15% 5% 40px 10px;
  }

  .b-shape-panel .content.normal-text {
    font-size: 3vw;
  }

  .highlight-stats > *:not(:last-child):after {
    content: "";
    top: calc(100% - 1px);
    bottom: auto;
    left: 20px;
    right: 20px;
    width: auto;
    height: 2px;
  }

  .community-stats .community-column {
    max-width: 400px;
    margin: 0 auto;
    padding: 15px;
  }

  .community-stats .item {
    padding: 15px 0;
  }

  .community-stats .column-first {
    border-top: 3px solid #F8C851;
    border-left: 3px solid #F8C851;
    border-right: 3px solid #F8C851;
    border-radius: 25px 25px 0 0;
  }

  .community-stats .column-middle {
    position: relative;
    border-left: 3px solid #969696;
    border-right: 3px solid #969696;
  }

  .community-stats .column-middle br {
    display: none;
  }

  .community-stats .column-middle:before {
    z-index: 10;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -3px;
    right: -3px;
    display: block;
    background: #F8C851;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }

  .community-stats .column-bottom {
    border-left: 3px solid #969696;
    border-right: 3px solid #969696;
    border-bottom: 3px solid #969696;
    border-radius: 0 0 25px 25px;
  }

  .community-stats .column-bottom br {
    display: none;
  }

  .equal-images > *,
  .equal-images > *:last-child {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }

  .side-panel.float-right {
    max-width: 100%;
    margin: 15px 0 30px;
  }

  .wide-panel.fi-units .row > * + * {
    margin-top: 35px;
  }

  #page-header .hero-figure {
    height: 320px;
  }

  #footer-nav a {
    max-width: 500px;
    padding: 10px;
    margin: 0 auto 5px;
    text-decoration: none;
    display: block;
    background: rgba(242, 242, 242, 0.5);
  }

  #footer-nav a:hover {
    background: rgba(242, 242, 242, 0.2);
  }
}

@media (max-width: 700px) {
  .b-shape-panel.b-greatplace .content {
    font-size: 4vw;
  }

  .b-shape-panel.b-greatplace cite {
    font-size: 3vw;
  }

  .b-shape-panel {
    padding-left: 0;
  }

  .b-shape-panel .b-panel-title {
    font-size: 30px;
    left: 0;
    background: transparent;
  }

  .b-shape-panel .content {
    font-size: 5vw;
  }
}

@media (max-width: 649px) {
  #header {
    height: 100px;
  }

  #header .wrapper {
    padding-top: 26px;
  }

  #header-menu .menu-column-search {
    display: none !important;
  }

  #page-header .header-overlay {
    padding-top: 90px;
  }

  #page-header {
    padding-top: 100px;
  }

  .header-content .scrolldown {
    display: none;
  }

  #main:before {
    top: 100px;
  }
}

@media (max-width: 600px) {
  .b-shape-panel.b-initiatives .b-panel-title {
    font-size: 20px;
    padding: 0 20px 10px;
  }

  .b-shape-panel.b-initiatives .content {
    padding-left: 0;
    font-size: 12px;
  }
}

@media (max-width: 567px) {
  .button-group .button {
    width: auto;
  }
}

@media (max-width: 566px) {
  ul.inline-list li {
    display: block;
  }

  #logo .logo {
    max-width: calc(99% - 113px);
  }

  #logo .slogan {
    font-size: 12px;
    width: 107px;
  }

  .grid-sharing .bottom-row > *,
  .grid-sharing .bottom-row > *:nth-child(2) {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }

  .grid-sharing .bottom-row > *:first-child {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }

  .grid-sharing .bottom-row > *:first-child figure {
    padding: 50% 0 0;
  }

  #footer {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 50px;
  }

  #footer-nav a {
    max-width: 350px;
  }
}

@media (max-width: 500px) {
  .b-shape-panel.b-initiatives .b-panel-title {
    font-size: 16px;
  }

  .b-shape-panel.b-initiatives .content {
    font-size: 10px;
  }
}

@media (max-width: 400px) {
  .icon-stat {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .icon-stat .number-text {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }

  .b-shape-panel.b-initiatives .content {
    font-size: 10px;
  }
}

@media (max-width: 1139px) and (min-width: 1070px) {
  #main-menu ul li {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .white-panel .waste-stats .waste-stat-wrap {
    max-width: none;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .b-shape-panel.b-initiatives .b-panel-title {
    left: -100px;
  }

  .b-shape-panel.b-initiatives .content {
    padding-top: 100px;
  }

  .b-shape-panel {
    padding-left: 35px;
  }

  .b-shape-panel .b-panel-title {
    left: -120px;
  }
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .b-shape-panel {
    padding-left: 40px;
  }

  .b-shape-panel .b-panel-title {
    left: -85px;
  }
}

@media (min-width: 768px) and (max-width: 910px) {
  .stat-toys .number {
    font-size: 43px;
  }
}

@media (min-width: 1200px), (min-width: 567px) and (max-width: 991px) {
  .side-panel .panel-body {
    padding: 33px 40px;
  }
}
/*# sourceMappingURL=maps/style.css.map */
