@charset "UTF-8";

body {
  font-size: 18px;
  line-height: 1.7777777778;
  font-weight: normal;
  font-family: "TaubSans", sans-serif;
  color: #555;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
}

body #header:after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  display: block;
  opacity: 0;
  cursor: pointer;
  visibility: hidden;
  background: rgba(30, 31, 73, 0);
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

body.page.ceo-message {
  background: #FBE5D6;
}

body.theme-blue {
  color: #fff;
  background: #1E1F49;
}

a {
  color: #D0271D;
  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 {
  color: #1E1F49;
}

.theme-blue a {
  color: #FBE5D6;
}

.theme-blue a:hover {
  color: #D0271D;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: bold;
  font-family: "TaubSans", sans-serif;
  line-height: 1.2;
  font-style: normal;
  color: inherit;
  margin: 0;
  padding: 0;
  text-transform: none;
}

h1.h6,
h1.h5,
h1.h4,
h1.h3,
h1.h2,
h1.h1,
h2.h6,
h2.h5,
h2.h4,
h2.h3,
h2.h2,
h2.h1,
h3.h6,
h3.h5,
h3.h4,
h3.h3,
h3.h2,
h3.h1,
h4.h6,
h4.h5,
h4.h4,
h4.h3,
h4.h2,
h4.h1,
h5.h6,
h5.h5,
h5.h4,
h5.h3,
h5.h2,
h5.h1,
h6.h6,
h6.h5,
h6.h4,
h6.h3,
h6.h2,
h6.h1 {
  font-weight: 700;
}

h1 {
  font-size: 50px;
  line-height: 1.15;
  color: #1E1F49;
  margin-bottom: 31px;
}

.theme-blue h1 {
  color: inherit;
}

h1 small {
  font-size: 0.4em;
  display: block;
}

h2 {
  font-size: 26px;
  line-height: 1.2307692308;
  font-weight: bold;
  color: #1E1F49;
  text-transform: uppercase;
  margin-bottom: 11px;
}

.theme-blue h2 {
  color: inherit;
}

h2.extra-large {
  font-size: 50px;
  line-height: 1.24;
  text-transform: none;
  color: #2B3689;
}

h3 {
  font-size: 22px;
  line-height: 1.4545454545;
  font-weight: bold;
  color: #D0271D;
  margin-bottom: 5px;
}

.theme-blue h3 {
  color: #FBE5D6;
}

h3.extra-large {
  font-size: 32px;
}

h4 {
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #7C3520;
}

h5 {
  font-size: 20px;
  line-height: 1.5;
  color: #1E1F49;
}

h6 {
  font-size: 18px;
  font-weight: bold;
}

p {
  margin-bottom: 20px;
}

ul {
  padding-left: 1.5rem;
}

ul li::marker {
  color: #F1645D;
}

ul.color-light li::marker {
  color: #FBE5D6;
}

ul.clean-list {
  padding-left: 0;
}

ul.clean-list,
ul.clean-list ul {
  list-style: none;
}

.leading {
  font-size: 22px;
  line-height: 1.7272727273;
  font-weight: bold;
  color: #1E1F49;
}

.leading.type2 {
  color: #7C3520;
}

.leading.type3 {
  color: #D0271D;
}

.theme-blue .leading {
  color: #FBE5D6;
}

.button {
  position: relative;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  color: #7C3520;
  display: inline-block;
  padding: 18px 55px 18px 35px;
  border: 2px solid #FBE5D6;
  background: #FBE5D6;
  text-transform: none;
  text-decoration: none !important;
}

.button:after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  position: absolute;
  top: calc(50% - 9px);
  right: 40px;
  width: 10px;
  height: 16px;
  color: #F15D22;
  -webkit-transition: right;
  transition: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.button.hollow {
  color: #FBE5D6;
  background: transparent;
  border: 2px solid #F1645D;
}

.button.hollow:after {
  color: inherit;
}

.button:hover {
  background: #fff;
}

.button:hover:after {
  right: 35px;
}

.button:hover.hollow {
  color: #fff;
  background: #F1645D;
}

.button.menu-btn {
    font-size: 16px;
    color: #7C3520;
    padding: 15px 40px 15px 20px;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}
.button.menu-btn:after {
    content: "\f063";
    right: 22px;
    width: 12px;
    line-height: 0.8;
    display: block;
    border-bottom: 2px solid #F15D22;
    -webkit-transition: border, color;
    transition: border, color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.button.menu-btn:hover {
    color: #fff;
    background: #1E1F49;
    border-color: #1E1F49;
}
.button.menu-btn:hover:after {
    color: #fff;
    right: 22px;
    border-bottom-color: #fff;
}

blockquote q,
blockquote p {
  font-size: 26px;
  line-height: 1.5;
  font-weight: bold;
  color: #7C3520;
  display: block;
}

cite {
  position: relative;
  font-size: 18px;
  line-height: 1.1;
  font-style: normal;
  padding-left: 20px;
}

cite:before {
  content: "\2014";
  position: absolute;
  left: 0;
  top: 0;
}

figure {
  margin-bottom: 20px;
}

figure img {
  width: auto;
  height: auto;
}

figure.img img {
  max-width: 100%;
}

figure.full img {
  width: 100%;
}

figure.sig img {
  width: 100%;
}

figure.sig strong {
  font-size: 20px;
  display: block;
  color: #7C3520;
  font-weight: bold;
}

figure figcaption {
  font-size: 0.9em;
  line-height: 1.2;
  color: #1E1F49;
  font-weight: bold;
  background: #FBE5D6;
  padding: 10px;
}

.button-group {
  font-size: 0;
  margin-right: -20px;
}

.button-group .button {
  margin-right: 20px;
  margin-bottom: 20px;
}

.footnotes {
  position: relative;
  font-size: 16px;
  line-height: 1.2;
  padding-left: 7px;
  font-style: italic;
}

.footnotes .note {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.8em;
}

#header {
  z-index: 10000000000000000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 310px;
  color: #555;
  background: #fff;
  -webkit-box-shadow: 2px 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 0 6px rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
  overflow-y: auto;
}

#header .header-wrapper {
  padding: 40px 32px 15px;
}

#navicon,
#home-navicon {
  z-index: 99999999999;
  position: relative;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #000;
  padding-right: 25px;
  text-transform: uppercase;
  text-decoration: none !important;
  margin-top: 24px;
  margin-left: auto;
  display: block;
  float: right;
}

#navicon .navicon,
#home-navicon .navicon {
  position: absolute;
  top: 4px;
  right: 0;
  width: 20px;
  height: 14px;
  display: block;
  border-bottom: 2px solid #000;
}

#navicon .navicon:before,
#navicon .navicon:after,
#home-navicon .navicon:before,
#home-navicon .navicon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 2px;
  display: block;
  background: #000;
}

#navicon .navicon:after,
#home-navicon .navicon:after {
  top: 50%;
  width: 80%;
}

.mobile-style #navicon {
  font-size: 0;
}

.mobile-style #navicon:before {
  content: "Close";
  font-size: 20px;
}

.mobile-style #navicon .navicon {
  top: 3px;
  border: 0 none;
}

.mobile-style #navicon .navicon:before,
.mobile-style #navicon .navicon:after {
  width: 100%;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-style #navicon .navicon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#home-navicon {
  color: #fff;
}

#home-navicon .navicon {
  color: #fff;
  border-color: #fff;
}

#home-navicon .navicon:before,
#home-navicon .navicon:after {
  background: #fff;
}

#main {
  width: calc(100% - 310px);
  float: right;
}

#main:after {
  content: "";
  display: table;
  clear: both;
}

#homepage-header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 310px;
  padding: 40px 32px 15px;
  display: block;
}

#logo {
  margin-bottom: 30px;
}

#main-menu a {
  text-decoration: none;
}

#main-menu a:hover {
  text-decoration: none;
}

#main-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#main-menu #page-menu-environment > a:after {
  background-image: url("../images/icon-environment.png");
}

#main-menu #page-menu-social > a:after {
  background-image: url("../images/icon-social.png");
}

#main-menu #page-menu-governance > a:after {
  background-image: url("../images/icon-governance.png");
}

#main-menu .menu-item {
  position: relative;
  margin-top: 5px;
}

#main-menu .menu-item a {
  font-size: 20px;
  line-height: 1.2;
  color: #7C3520;
}

#main-menu .menu-item > a {
  font-weight: bold;
}

#main-menu .menu-item > a:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 24px;
  height: 20px;
  display: block;
  background: no-repeat center center/auto auto;
}

.page #main-menu .menu-item.menu-item-active > a .link-inner {
  position: relative;
  display: inline-block;
}

.page #main-menu .menu-item.menu-item-active > a .link-inner:after {
  content: "";
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  width: 100%;
  height: 2px;
  background: #7C3520;
  display: block;
}

#main-menu .sub-menu-item {
  margin-top: 0px;
}

#main-menu .sub-menu-item a {
  max-width: 190px;
  font-size: 18px;
  line-height: 1.2;
  color: #555;
  margin-bottom: 11px;
  display: block;
}

#main-menu .sub-menu-item.submenu-item-active > a .link-inner {
  position: relative;
  display: inline-block;
}

#main-menu .sub-menu-item.submenu-item-active > a .link-inner:after {
  content: "";
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  width: 100%;
  height: 2px;
  background: #7C3520;
  display: block;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.wrapper.thin {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
}

.row.row0 {
  margin-left: 0;
  margin-right: 0;
}

.row.row0 > * {
  padding-left: 0;
  padding-right: 0;
}

.row.row1 {
  margin-left: -1px;
  margin-right: -1px;
}

.row.row1 > * {
  padding-left: 1px;
  padding-right: 1px;
}

.row.row5 {
  margin-left: -5px;
  margin-right: -5px;
}

.row.row5 > * {
  padding-left: 5px;
  padding-right: 5px;
}

.page-title {
  padding-top: 50px;
  padding-bottom: 0;
}

.page.ceo-message .page-title,
.theme-blue .page-title {
  border-color: #F1645D;
}

.cover {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cover > img {
  position: relative;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

hr.hline {
  margin: 40px 0;
  opacity: 1;
  background: #FBE5D6;
}

hr.hline.hdark,
.theme-blue hr.hline {
  background: #F1645D;
}

.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 {
  -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 {
  -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 {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.flex-between {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-between .flex-wrap {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.main-intro {
  max-width: 625px;
  padding: 50px 0;
}

.main-intro .leading {
  font-size: 26px;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 40px;
}

.page-image {
  position: relative;
  width: 100%;
  height: 1080px;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-image > img {
  position: relative;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.chart .chart-title {
  font-size: 16px;
  line-height: 1.1875;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.hero {
  color: #FBE5D6;
  padding: 78px 0 62px;
  background: url("../images/hero-squares.png") no-repeat center center/contain #1E1F49;
}

.hero.theme-light {
  color: #555;
}

.number {
  font-size: 30px;
  line-height: 1.3666666667;
  font-weight: bold;
  margin-bottom: 12px;
}

.number.big-number {
  font-size: 50px;
}

.number-text {
  margin-bottom: 20px;
}

.video-player {
  position: relative;
  width: 100%;
  display: block;
}

.video-player:before {
  z-index: 10;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(30, 31, 73, 0.6);
  -webkit-transition: background;
  transition: background;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.video-player:after {
  z-index: 20;
  content: "\f144";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  display: block;
  -webkit-transition: color;
  transition: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.video-player img {
  z-index: 0;
  position: relative;
}

.video-player:hover:before {
  background: rgba(30, 31, 73, 0.7);
}

.video-player:hover:after {
  color: #FBE5D6;
}

.bg 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;
}

.bg-content {
  min-height: 100%;
  color: #fff;
  background: #1E1F49;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  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;
}

.bg-content ul li::marker {
  color: #fff;
}

.bg-content .inner {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0;
  flex: 0 0;
}

.bg-content.bg-content-light {
  background: rgba(251, 229, 214, 0.9);
}

.bg,
.bg-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table {
  margin-top: 50px;
  margin-bottom: 50px;
}

.table > :not(:first-child) {
  border: 0 none;
}

.table p {
  margin-bottom: 10px;
}

.table td,
.table th {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.table td:last-child,
.table th:last-child {
  border-right: 1px solid #ccc;
}

.table thead tr + tr th {
  color: #fff;
  background: #7C3520;
}

.table thead tr:first-child th {
  color: #fff;
  background: #1E1F49;
}

.table td.td-left {
  background: rgba(251, 229, 214, 0.8);
}

.table.gri-index td[colspan] {
  font-weight: bold;
  background: #FBE5D6;
}

.table.gri-index td:not([colspan]):last-child {
  max-width: 1000px;
}

.table.gri-index,
.table.sasb-disclosure {
  font-size: 16px;
  line-height: 1.3;
}

.table.gri-index-info tr:first-child td {
  border-top: 1px solid #ccc;
}

.table.sasb-disclosure td:first-child:not(.td-left),
.table.sasb-disclosure td .td-left + td,
.table.sasb-disclosure th:first-child:not(.td-left),
.table.sasb-disclosure th .td-left + td {
  max-width: 300px;
}

.table.sasb-disclosure td.td-left,
.table.sasb-disclosure th.td-left {
  max-width: 300px;
  font-weight: bold;
}

.table.sasb-disclosure td:nth-last-child(3),
.table.sasb-disclosure th:nth-last-child(3) {
  max-width: 400px;
}

.table.sasb-disclosure td:nth-last-child(2),
.table.sasb-disclosure th:nth-last-child(2) {
  max-width: 1000px;
}

.table.sasb-disclosure td:last-child,
.table.sasb-disclosure th:last-child {
  white-space: nowrap;
}

.table.table-demographics {
  font-size: 16px;
  line-height: 1.2;
}

.table.table-demographics td {
  text-align: center;
  vertical-align: middle;
}

.table.table-demographics thead {
  font-weight: bold;
}

.table.table-demographics thead tr:first-child td:first-child {
  text-align: left;
  vertical-align: bottom;
  border-left-width: 0;
}

.table.table-demographics thead tr:first-child td:last-child {
  background: rgba(251, 229, 214, 0.5);
}

.table.table-demographics thead tr:last-child td {
  width: 114px;
}

.table.table-demographics thead tr:last-child td:last-child,
.table.table-demographics thead tr:last-child td:nth-last-child(2) {
  background: rgba(251, 229, 214, 0.5);
}

.table.table-demographics thead td:last-child {
  border-right-width: 0;
}

.table.table-demographics tbody td:first-child {
  text-align: left;
  border-left-width: 0;
}

.table.table-demographics tbody td:last-child {
  border-right-width: 0;
}

.table.table-demographics tbody td:not(:first-child) {
  padding: 15px 5px;
  max-width: 100px;
}

.table.table-demographics tbody td:last-child,
.table.table-demographics tbody td:nth-last-child(2) {
  background: rgba(251, 229, 214, 0.5);
}

.table.table-demographics tbody tr:last-child td {
  font-weight: bold;
}

.background-white {
  position: relative;
  background: #fff;
}

.theme-blue .background-white {
  color: #555;
}

.theme-blue .background-white .content-left {
  border-color: #FBE5D6;
}

.home {
  color: #fff;
  background: #F1645D;
}

#homepage-intro {
  z-index: 20;
  position: relative;
}

#homepage-intro .row {
  margin-left: 0;
  margin-right: 0;
}

#homepage-intro .row > * {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

#homepage-intro h1 {
  font-size: 40px;
  max-width: 418px;
  margin: 0 auto 42px;
}

#homepage-intro .cover {
  margin: 0;
  width: 100%;
  min-height: 33.3333333333vh;
  overflow: hidden;
}

#homepage-intro .cover > img {
  position: absolute;
}

#homepage-intro .intro-text {
  padding: 20px;
  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;
}

#homepage-intro .intro-text .intro-text-wrap {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

#homepage-intro .issued-text {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  padding: 20px;
  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;
}

#homepage-intro .issued-text small {
  font-size: 0.66em;
  line-height: 1.48;
  display: block;
}

#homepage-intro .issued-text .issued-text-wrap {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

#homepage-intro .home-squares {
  position: relative;
}

#homepage-intro .home-squares:before {
  z-index: 99;
  content: "";
  position: absolute;
  width: 554.03px;
  height: 554.29px;
  max-width: 100%;
  display: block;
  background: url("../images/squares.png") no-repeat center center/100% auto;
}

#homepage-intro .home-squares.squares-top:before {
  left: 18%;
  bottom: 18%;
  background-position: left bottom;
}

#homepage-intro .home-squares.squares-bottom:before {
  top: 18%;
  right: 18%;
  background-position: right top;
}

#homepage-intro-mobile {
  padding-top: 50px;
  padding-left: 1px;
  padding-right: 1px;
  display: none;
}

#homepage-intro-mobile figure {
  margin: 2px 0 0;
}

#homepage-intro-mobile .row > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#homepage-intro-mobile .row > * > * {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.homepage-squares-mobile {
  position: relative;
  padding: 30% 0 0;
  margin: 0;
  display: none;
}

.homepage-squares-mobile img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.ceo-thumbnail {
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 15px;
}

.ceo-thumbnail img {
  max-width: 100%;
  margin-bottom: 15px;
}

.ceo-thumbnail figcaption {
  text-align: center;
}

.ceo-thumbnail figcaption strong {
  font-size: 20px;
  display: block;
  color: #7C3520;
  font-weight: bold;
}

.committee-list .item {
  max-width: 300px;
}

.leed-logos {
  margin-bottom: 10px;
}

.leed-logos > * {
  width: calc(100% - 80px);
  max-width: calc(100% - 80px);
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(100% - 80px);
  flex: 1 0 calc(100% - 80px);
}

.leed-logos > *:first-child {
  width: 80px;
  max-width: 80px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 80px;
  flex: 1 0 80px;
}

.leed-logos p {
  margin-bottom: 0;
}

.graph-wrapper {
  max-width: 320px;
  margin: 0 auto;
  margin: 20px auto 60px;
}

.graph-wrapper .graph-title {
  position: relative;
  display: block;
  min-height: 1.7em;
  font-size: 28px;
  line-height: 1.3;
  color: #27318B;
  font-weight: 300;
}

.graph-wrapper.graph-wide {
  max-width: none;
}

.graph-wrapper .graph-title-wrap {
  min-height: 4em;
}

.graph-wrapper.graph-scope-2 {
  max-width: 500px;
}

.graph-wrapper.graph-energy-consumption {
  max-width: 350px;
}

.graph-wrapper h4 small {
  text-transform: none;
  display: block;
}

.graph-wrapper.graph-demographics.yaxis-large .bar-graph ul.yaxis {
  width: 27px;
}

.graph-wrapper.graph-demographics .bar-graph ul.bar-graph-list {
  margin-left: 40px;
}

.bar-graph {
  position: relative;
  text-align: center;
  height: 280px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  margin: 30px auto 50px;
}

.bar-graph ul {
  list-style: none !important;
}

.bar-graph span {
  display: block;
}

.bar-graph ul {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
}

.bar-graph ul li {
  position: absolute;
  bottom: 0;
  padding-left: 0;
}

.bar-graph ul li::marker {
  content: "";
}

.bar-graph ul li:before {
  display: none;
}

.bar-graph ul.bar-graph-list {
  margin-left: 90px;
  border-bottom: 3px solid #111C4E;
}

.bar-graph ul.bar-graph-list li {
  height: 100%;
}

.bar-graph ul.yaxis {
  position: absolute;
  width: 35px;
  text-align: right;
}

.bar-graph ul.yaxis li {
  width: 100%;
}

.yaxis-large .bar-graph ul.yaxis {
  width: 54px;
}

.bar-graph.perc .bar-value:after,
.bar-graph.perc .key:after,
.bar-graph.perc .child-value:after {
  content: "%";
}

.bar-graph.dollar .bar-value:before,
.bar-graph.dollar .key:before,
.bar-graph.dollar .child-value:before {
  content: "$";
}

.bar-graph .bar {
  width: 90px;
}

.bar-graph .bars {
  width: 116px;
}

.bar-graph .bar,
.bar-graph .bars {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 100%;
  max-width: 90%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.bar-graph .bar {
  max-width: 70%;
}

.bar-graph .bar,
.bar-graph .half-bar {
  background: #1E1F49;
  border-bottom: 0;
}

.bar-graph .bar.current,
.bar-graph .half-bar.current {
  background: #F15D22;
  border: 0;
}

.bar-graph .half-bar {
  position: absolute;
  bottom: 0;
  width: 48%;
}

.bar-graph .half-bar:first-child {
  left: 0;
}

.bar-graph .half-bar:last-child {
  right: 0;
}

.bar-graph .bar-value {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: auto;
  font-weight: bold;
  padding: 0 0 10px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.bar-graph .xaxis {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 5px 0;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
}

.bar-graph .key {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.bar-graph.stacked ul {
  margin-left: 0;
}

.bar-graph.stacked ul li::marker {
  content: "";
}

.bar-graph.stacked ul.yaxis {
  display: none;
}

.bar-graph.stacked .bar {
  border: 0 none;
  background: #D0271D;
}

.bar-graph.stacked .child {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  color: #fff;
  padding-top: 10%;
}

.bar-graph.stacked .child:first-child {
  top: 0;
  bottom: auto;
  color: #54565A;
  background: #fff;
  border: 3px solid #1E1F49;
  border-bottom: 0 none;
}

ul.graph-legend {
  text-align: left;
  padding: 0;
}

ul.graph-legend li {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  padding-left: 0;
  margin-right: 20px;
  margin-bottom: 5px;
  display: inline-block;
}

ul.graph-legend li::marker {
  content: "";
}

ul.graph-legend li:before {
  content: "";
  position: static;
  width: 20px;
  height: 20px;
  background: #1E1F49;
  display: inline-block;
  line-height: 1;
  vertical-align: sub;
  margin-right: 10px;
}

ul.graph-legend li.current:before {
  border: 0 none;
  background: #F15D22;
}

#footer {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  padding: 0;
  border-top: 1px solid #FBE5D6;
}

.ceo-message #footer,
.theme-blue #footer {
  border-color: #F1645D;
}

#footer .footer-content {
  padding: 74px 0;
}

#footer .footer-content a {
  color: #555;
  text-decoration: none !important;
}

#footer .footer-content a:hover {
  color: #000;
}

.theme-blue #footer .footer-content a {
  color: #fff;
}

.theme-blue #footer .footer-content a:hover {
  color: #FBE5D6;
}

#footer-menu a {
  display: inline-block;
}

#footer-menu a:not(:last-child) {
  margin-right: 25px;
}

.social-menu {
  text-align: center;
  font-size: 30px;
  padding: 74px 0;
}

.social-menu a {
  color: #555;
  padding: 0 3px;
  text-decoration: none !important;
}

.theme-blue .social-menu a {
  color: #fff;
}

.theme-blue .social-menu a:hover {
  color: #FBE5D6;
}

.social-menu a:hover {
  color: #1E1F49;
}

.d-i {
  display: inline;
}

.d-ib {
  display: inline-block;
}

.color-primary {
  color: #26328C;
}

.color-accent {
  color: #D0271D;
}

.color-accent2 {
  color: #7C3520;
}

.color-dark {
  color: #1E1F49;
}

.color-white {
  color: #fff;
}

.color-home {
  color: #F1645D;
}

.color-light {
  color: #FBE5D6;
}

.color-text {
    color: #555;
}

.col-dark {
  color: #fff;
  background: #1E1F49;
}

.col-dark ul li::marker {
  color: #fff;
}

.col-light {
  background: rgba(251, 229, 214, 0.4);
}

.col-left-light {
  position: relative;
}

.col-left-light:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150%;
  height: 100%;
  display: block;
  background: rgba(251, 229, 214, 0.4);
}

.rel {
  position: relative;
}

.theme-light {
  background: #FBE5D6;
}

.smalltext {
  font-size: 0.95em;
  line-height: 1.3;
}

.bigtext {
  font-size: 1.2em;
  line-height: 1.4;
}

mark {
  color: red;
  background: pink;
}

.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) {
  #homepage-intro h1 {
    font-size: 50px;
    white-space: nowrap;
  }
}

@media (min-width: 850px) {
  #navicon,
  #home-navicon {
    z-index: 999999;
    position: absolute;
    top: 78px;
    left: 150px;
    margin: 0;
  }

  body:not(.home) #navicon,
  body:not(.home) #home-navicon {
    display: none;
  }

  .home #header {
    z-index: 99999999;
    -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;
  }

  .home #main {
    -webkit-transition: width;
    transition: width;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }

  #homepage-header {
    display: block;
  }

  html:not(.mobile-style) .home #header {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }

  html:not(.mobile-style) .home #main {
    width: 100%;
  }
}

@media (min-width: 992px) {
  h1.type2 {
    font-size: 50px;
    line-height: 1.24;
  }

  h1 {
    font-size: 80px;
  }

  .page-title {
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #FBE5D6;
  }

  .page-title h1 {
    margin-bottom: 0;
  }

  .content-left {
    border-right: 1px solid #FBE5D6;
  }

  .content-left.line-dark,
  .theme-blue .content-left {
    border-color: #F1645D;
  }

  .content-right {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .content-right .hline {
    margin-left: calc(var(--bs-gutter-x) * -0.5);
  }

  .aside-flat {
    position: relative;
    width: 100%;
    height: 0;
    display: block;
  }

  #homepage-intro .row > * {
    max-height: 33.3333333333vh;
  }

  #homepage-intro h1 {
    font-size: 2.5vw;
  }

  #homepage-intro .issued-text {
    text-align: left;
    font-size: 2.1vw;
  }

  .ceo-thumbnail {
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    border-right: 1px solid #F1645D;
    border-bottom: 1px solid #F1645D;
  }

  #footer .content-left {
    border-right: 1px solid #FBE5D6;
  }

  .ceo-message #footer .content-left,
  .theme-blue #footer .content-left {
    border-color: #F1645D;
  }

  #footer .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #footer .copy {
    padding: 5px 0;
    padding-right: 30px;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  #footer #footer-menu {
    padding: 5px 0;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media (min-width: 1200px) {
  .two-columns {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .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;
  }

  .environment .page-image {
    height: 100vh;
  }

  .raised-footer #footer {
    z-index: 0;
    margin-top: -87px;
  }

  .raised-footer #footer .footer-content,
  .raised-footer #footer .social-menu {
    padding-top: 165px;
  }
}

@media (min-width: 1400px) {
  #navicon,
  #home-navicon {
    left: 208px;
  }

  .wrapper {
    padding-left: 64px;
    padding-right: 64px;
  }

  .content-left {
    padding-right: 95px;
  }

  .content-right {
    padding-left: 43px;
  }

  .content-right .hline {
    margin-left: -43px;
  }

  .content-right .bg,
  .content-right .bg-content {
    width: calc(100% + 64px);
  }

  .ceo-thumbnail {
    margin-left: -43px;
  }
}

@media (min-width: 1500px) {
  #homepage-intro .issued-text {
    padding: 20px 43px;
  }
}

@media (min-width: 1700px) {
  #homepage-intro h1 {
    font-size: 50px;
  }

  #homepage-intro .issued-text {
    font-size: 38px;
  }
}

@media (max-width: 1500px) {
  .content-right .two-columns {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

@media (max-width: 1399px) {
  .button {
    font-size: 18px;
    padding: 14px 40px 14px 20px;
  }

  .button:after {
    right: 25px;
  }

  .button:hover:after {
    right: 20px;
  }

  .main-intro .leading {
    font-size: 22px;
  }

  .bg.bg-desktop {
    position: relative;
    padding: 100% 0 0;
  }

  .content-right .bg {
    max-height: 700px;
  }

  .bg-content {
    position: relative;
  }
}

@media (max-width: 1199px) {
  blockquote q,
  blockquote p {
    font-size: 22px;
  }

  .main-intro {
    max-width: 100%;
  }

  .page-image {
    left: -20px;
    width: calc(100% + 40px);
    height: auto;
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .home #main {
    padding-top: 200px;
  }

  #homepage-header {
    position: absolute;
    width: 100%;
  }

  .bg.bg-desktop {
    min-height: auto;
  }

  .bg-content {
    margin-top: 35px;
    margin-bottom: 35px;
    height: auto;
    min-height: auto;
  }

  #homepage-intro .row > *:not(.intro-text):not(.issued-text) {
    display: none;
  }

  #homepage-intro-mobile {
    display: block;
  }

  .homepage-squares-mobile {
    display: block;
  }

  .ceo-thumbnail {
    padding-top: 40px;
  }

  .graph-wrapper {
    margin-bottom: 30px;
  }

  #footer .footer-content {
    text-align: center;
    padding-top: 30px;
    display: block;
  }

  #footer .footer-content .copy {
    padding-right: 0;
    padding-bottom: 20px;
  }

  #footer .footer-content {
    max-width: 350px;
    margin: 0 auto;
  }

  #footer .footer-content #footer-menu a {
    margin-top: 10px;
  }

  #footer-menu a:not(:last-child) {
    padding-left: 15px;
    margin-right: 15px;
  }

  .social-menu {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 849px) {
  .mobile-open body {
    overflow: hidden;
  }

  .mobile-open body #header:after {
    z-index: 99999999;
    position: fixed;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    visibility: visible;
  }

  .mobile-style body #header:after {
    background: rgba(30, 31, 73, 0.3);
  }
}

@media (max-width: 849px) {
  #header {
    position: relative;
    top: 0;
    height: 90px;
    width: 100%;
    overflow: visible;
  }

  #header .header-wrapper {
    padding: 10px 20px;
  }

  #header .header-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }

  #header #logo {
    position: relative;
    width: 100px;
    height: 70px;
    margin: 0;
    display: block;
    float: left;
  }

  #header #logo:after {
    content: "";
    display: table;
    clear: both;
  }

  #header .logo {
    position: relative;
    width: 100px;
    height: 70px;
    display: block;
  }

  #header .logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .home #header {
    position: absolute;
    background: transparent;
    border: 0 none;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  .home #header #logo {
    display: none;
  }

  .home #header #navicon {
    position: absolute;
    right: 18px;
    top: calc(30% + 20px);
  }

  html:not(.mobile-style) .home #header #navicon {
    display: none;
  }

  #home-navicon {
    position: absolute;
    top: 30%;
    left: auto;
    right: 20px;
  }

  #main {
    float: none;
    width: 100%;
  }

  #main-menu {
    z-index: 0;
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    max-width: 90%;
    opacity: 0;
    visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 0 0 rgba(9, 9, 10, 0);
    box-shadow: 0 0 0 rgba(9, 9, 10, 0);
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: opacity, visibility, -webkit-transform, -webkit-box-shadow;
    transition: opacity, visibility, -webkit-transform, -webkit-box-shadow;
    transition: transform, opacity, visibility, box-shadow;
    transition: transform, opacity, visibility, box-shadow, -webkit-transform, -webkit-box-shadow;
    -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-item {
    margin-bottom: 30px;
  }

  #main-menu .menu-item-link {
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    padding: 5px 0;
  }

  #main-menu .menu .menu-item-link {
    position: relative;
  }

  #main-menu .menu .menu-item-link.has-submenu:after {
    z-index: 10;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
  }

  #main-menu .menu .menu-item-link a {
    color: #1E1F49;
    display: block;
  }

  #main-menu .menu .menu-item-link a:hover {
    color: #D0271D;
  }

  #main-menu .menu .menu-item-link.menu-trigger:after {
    display: none;
  }

  #main-menu .menu .menu-item-link.menu-trigger > a:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  #main-menu a {
    text-decoration: none;
  }

  .mobile-open #main-menu {
    z-index: 999999999;
    width: 350px;
    height: 100vh;
    padding: 75px 20px 50px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
  }

  .mobile-style #main-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-box-shadow: 0 0 30px rgba(9, 9, 10, 0.47);
    box-shadow: 0 0 30px rgba(9, 9, 10, 0.47);
  }

  .content-right .bg,
  .content-right .bg-content {
    left: -20px;
    width: calc(100% + 40px);
  }
}

@media (max-width: 767px) {
  .button-group .button {
    display: block;
  }

  .graph-wrapper.graph-scope-2 {
    margin-left: 0;
  }

  .graph-wrapper.graph-energy-consumption {
    margin-left: 0;
  }
}

@media (max-width: 566px) {
  .bg-content .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 850px) and (max-width: 1399px) {
  #header {
    width: 250px;
  }

  #header .header-wrapper {
    padding: 40px 20px 15px;
  }

  #header #logo img {
    width: 120px;
  }

  #main {
    width: calc(100% - 250px);
  }

  #homepage-header {
    width: 250px;
    padding: 40px 20px 15px;
  }

  #homepage-header img {
    width: 120px;
  }
}

@media (min-width: 850px) and (max-width: 991px) {
  .home #main:before {
    z-index: 99;
    content: "";
    position: absolute;
    left: 65%;
    bottom: calc(100% - 200px);
    width: 35vw;
    height: 200px;
    display: block;
    background: url("../images/squares.png") no-repeat left bottom/cover;
  }
}

@media (max-width: 1399px) and (min-width: 992px) {
  .bg-content .inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-right .bg,
  .content-right .bg-content {
    left: -12px;
    width: calc(100% + 32px);
  }
}

@media (max-width: 991px) and (min-width: 850px) {
  .content-right .bg,
  .content-right .bg-content {
    left: -20px;
    width: calc(100% + 40px);
  }
}

@media (min-width: 992px) and (max-width: 1399px), (max-width: 566px), (max-height: 730px) {
  #homepage-intro .button {
    font-size: 16px;
    padding: 10px 25px 10px 10px;
  }

  #homepage-intro .button:after {
    top: calc(50% - 8px);
    right: 12px;
  }

  #homepage-intro .button:hover:after {
    right: 8px;
  }
}

@media (max-height: 730px) {
  #homepage-intro h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

.pull-left {
  float: left;
  width: 200px;
  max-width: 40%;
  margin: 10px 20px 10px 0;
}
.pull-left img {
  max-width: 100%;
}
