@charset "UTF-8";

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

body {
  position: relative;
  font-family: "Open Sans", sans-serif;
  color: #402909;
  font-size: 18px;
  line-height: 2.2222222222;
  background: #fff;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 1;
  -webkit-transition: opacity, background;
  -o-transition: opacity, background;
  transition: opacity, background;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

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

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

a:hover,
button:hover {
  color: #00573D;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: normal;
  font-style: normal;
  font-family: "adobe-garamond-pro", serif;
  color: inherit;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 40px;
  line-height: 1.2333333333;
  margin-bottom: 10px;
}

.parent-testimonials h1 {
  margin-bottom: 18px;
}

h2 {
  font-size: 32px;
  line-height: 1.28;
  margin-top: 30px;
  margin-bottom: 20px;
}

h3 {
  font-size: 24px;
  line-height: 1.2058823529;
  margin-bottom: 10px;
}

h4 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 20px;
}

h5 {
  font-size: 20px;
  line-height: 1.6;
  color: #00573D;
  font-style: italic;
  margin-bottom: 10px;
}

h6 {
  font-size: 18px;
  line-height: 1.3333333333;
  color: #00573D;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  margin-bottom: 30px;
}

p,
ul,
ol {
  margin-bottom: 20px;
}

small,
.small {
  font-size: 14px;
  line-height: 2;
}

blockquote {
  margin-bottom: 30px;
}

blockquote q {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 600;
  font-family: "adobe-garamond-pro", serif;
  font-style: italic;
  color: #00573D;
  display: block;
  margin-bottom: 15px;
}

cite {
  font-size: 18px;
  line-height: 1.2;
  font-style: normal;
  font-weight: bold;
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

cite:before {
  content: "—";
}

cite + cite {
  margin-top: 5px;
}

.leading {
  font-size: 18px;
  line-height: 2.2222222222;
  font-weight: bold;
}

.button {
  position: relative;
  font-size: 16px;
  line-height: 1.1875;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  padding: 15px 30px;
  letter-spacing: -0.3px;
  display: inline-block;
  background: #00573D;
  border-radius: 4px;
  text-decoration: none !important;
}

.button:before {
  opacity: 0;
}

.button:before,
.button:after {
  -webkit-transition: opacity, right;
  -o-transition: opacity, right;
  transition: opacity, right;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.button.btn-small {
  font-size: 14px;
  padding: 10px 14px;
}

.button.btn-angle {
  padding-right: 50px;
}

.button.btn-angle: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% - 10px);
  right: 25px;
  width: 16.71px;
  height: 20px;
  line-height: 20px;
  display: block;
  opacity: 1;
}

.button.btn-angle:hover:after {
  opacity: 1;
  right: 20px;
}

.button.btn-arrow {
  padding-right: 50px;
}

.button.btn-arrow:after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 30px;
  width: 11.81px;
  height: 11.81px;
  display: block;
  background: url("../images/icon-arrow.svg") no-repeat center center/100% 100%;
  -webkit-transition: right;
  -o-transition: right;
  transition: right;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.button.btn-arrow:hover:after {
  opacity: 1;
  right: 25px;
}

.button.btn-download {
  padding-right: 50px;
}

.button.btn-download:after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 30px;
  width: 9.99px;
  height: 11.81px;
  display: block;
  background: url("../images/icon-download.svg") no-repeat center center/100% 100%;
}

.button.btn-download.btn-small {
  padding-right: 27px;
}

.button.btn-download.btn-small:after {
  right: 14px;
  width: 8.46px;
  height: 10px;
}

.button.btn-download:hover:after {
  opacity: 1;
}

.button.btn-light {
  color: #2A2722;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 241, 236, 0)), to(rgba(243, 241, 236, 0.72)));
  background-image: -o-linear-gradient(top, rgba(243, 241, 236, 0), rgba(243, 241, 236, 0.72));
  background-image: linear-gradient(to bottom, rgba(243, 241, 236, 0), rgba(243, 241, 236, 0.72));
}

.button.btn-light:hover {
  color: #402909;
  background-color: rgba(140, 115, 75, 0.4);
}

.button.btn-prev {
  padding-left: 45px;
}

.button.btn-prev i {
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.button.btn-next {
  padding-left: 30px;
  padding-right: 45px;
}

.button.btn-next i {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.button:hover {
  color: #fff;
  background: #8C734B;
}

.button:hover:before {
  opacity: 1;
}

.button:hover:after {
  opacity: 0;
}

figure {
  margin-bottom: 30px;
}

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

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

figure.full img {
  width: 100%;
}

figure.sig {
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 1.2;
}

figure.sig strong {
  display: block;
  line-height: 2.7777777778;
  color: #00573D;
  font-family: "adobe-garamond-pro", serif;
}

figure.sig .row .col:first-child {
  width: 92px;
  max-width: 92px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 92px;
  flex: 1 0 92px;
}

figure.sig .row .col:last-child {
  width: calc(100% - 92px);
  max-width: calc(100% - 92px);
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-family: "adobe-garamond-pro", serif;
  color: #00573D;
}

figure.fdic {
  line-height: 1;
  font-weight: bold;
  font-family: "adobe-garamond-pro", serif;
  max-width: 160px;
}

figure.fdic:after {
  content: "";
  display: table;
  clear: both;
}

figure.fdic img {
  width: 47px;
  height: 47px;
  margin-top: -8px;
  margin-right: 10px;
  float: left;
}

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

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

.footnotes {
  font-size: 14px;
  line-height: 1.2;
}

.parent-solutions .footnotes {
  font-size: 12px;
  line-height: 2.3333333333;
  margin-bottom: 10px;
}

#header {
  z-index: 9999999999999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 111px;
}

#header .wrapper {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#logo {
  z-index: 5;
  position: relative;
  width: 602px;
  max-width: 602px;
  height: 100%;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  color: #8C734B;
  font-family: "adobe-garamond-pro", serif;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 602px;
  flex: 1 0 602px;
  display: block;
}

#logo .logo {
  position: absolute;
  top: calc(50% - 26px);
  left: 0;
  width: 447.46px;
  height: 52px;
}

#logo .logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

#logo .slogan {
  position: absolute;
  top: calc(50% - 20px);
  right: 0;
  width: calc(99% - 454px);
  padding-top: 14px;
  text-align: right;
}

#logo .slogan span {
  width: 142px;
  margin-left: auto;
  display: block;
  border-left: 1px solid #755D3B;
}

#main-menu {
  z-index: 10;
  font-size: 0;
}

#main-menu .menu-link {
  font-size: 14px;
  line-height: 1.3571428571;
  color: 18px;
  display: block;
  text-decoration: none !important;
}

#main-menu .menu-link:hover {
  color: 18px;
}

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

#main-menu .menu-item-inner:after {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  width: 100%;
  height: 3px;
  background: #8C734B;
}

#main-menu .mobile-buttons {
  padding: 20px 15px;
  display: block;
}

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

#main-menu .mobile-buttons .button + .button {
  margin-top: 5px;
}

#utility-menu {
  z-index: 5;
  position: relative;
  font-size: 0;
  text-align: right;
  padding-top: 38px;
  white-space: nowrap;
  width: 105px;
  max-width: 105px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 105px;
  flex: 1 0 105px;
}

#navicon {
  z-index: 20;
  position: relative;
  top: 36px;
  height: 42px;
  font-size: 14px;
  color: #00573D;
  display: block;
  border: 0 none;
  opacity: 0.8;
  background: transparent;
  width: 32px;
  margin-left: auto;
  max-width: 32px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 32px;
  flex: 1 0 32px;
  -webkit-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

#navicon:hover {
  opacity: 1;
}

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

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

.navicon,
.navicon:before,
.navicon:after {
  position: absolute;
  left: calc(50% - 11px);
  width: 22px;
  height: 3px;
  border-radius: 2px;
  background: #00573D;
  display: block;
  -webkit-transition: top, background, -webkit-transform;
  transition: top, background, -webkit-transform;
  -o-transition: top, transform, background;
  transition: top, transform, background;
  transition: top, transform, background, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -o-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;
}

.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);
}

#homepage-slider figure {
  z-index: 1;
  margin: 0;
  overflow: hidden;
}

#homepage-slider figure img {
  min-width: 100%;
  min-height: 350px;
}

#homepage-slider .slick-arrow {
  z-index: 10;
  position: absolute;
  top: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border: 0 none;
  font-size: 0;
  display: block;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 6px rgba(117, 93, 59, 0.01);
  box-shadow: 0 0 6px rgba(117, 93, 59, 0.01);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform;
  transition: -webkit-transform;
  -o-transition: transform;
  transition: transform;
  transition: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

#homepage-slider .slick-arrow.slick-prev {
  left: -30px;
  background: url("../images/icon-chevron-left.svg") no-repeat center center/60% 60% #fff;
}

#homepage-slider .slick-arrow.slick-next {
  right: -30px;
  background: url("../images/icon-chevron-right.svg") no-repeat center center/60% 60% #fff;
}

#homepage-slider .slick-arrow:hover.slick-prev {
  -webkit-transform: translate(-5px, 0);
  -ms-transform: translate(-5px, 0);
  transform: translate(-5px, 0);
}

#homepage-slider .slick-arrow:hover.slick-next {
  -webkit-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  transform: translate(5px, 0);
}

.homepage-ceo {
  z-index: 10;
  position: relative;
  padding-top: 12px;
  padding-bottom: 100px;
}

.homepage-ceo:before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 276px;
  display: block;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#F3F1EC), color-stop(70%, rgba(243, 241, 236, 0.49)), to(rgba(243, 241, 236, 0)));
  background-image: -o-linear-gradient(bottom, #F3F1EC 0%, rgba(243, 241, 236, 0.49) 70%, rgba(243, 241, 236, 0) 100%);
  background-image: linear-gradient(to top, #F3F1EC 0%, rgba(243, 241, 236, 0.49) 70%, rgba(243, 241, 236, 0) 100%);
}

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

.homepage-ceo figure {
  margin: 0;
}

.homepage-ceo h6 {
  margin-top: 60px;
}

.homepage-ceo p {
  max-width: 705px;
  margin-bottom: 40px;
}

.homepage-navigation {
  padding-top: 120px;
}

.homepage-navigation figure {
  position: relative;
  width: 100%;
  padding: 81% 0 0;
  margin-bottom: 30px;
  overflow: hidden;
}

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

.esg-header-photos .row {
  margin-left: -5px;
  margin-right: -5px;
}

.esg-header-photos .row > * {
  padding-left: 5px;
  padding-right: 5px;
}

.green-text {
  font-size: 28px;
  line-height: 0.9285714286;
  color: #00573D;
  font-family: "adobe-garamond-pro", serif;
  font-style: italic;
  margin-bottom: 60px;
  font-weight: 500;
}

.community-header-photos {
  margin-bottom: 50px;
}

.community-header-photos .row {
  margin-left: -5px;
  margin-right: -5px;
}

.community-header-photos .row > * {
  padding-left: 5px;
  padding-right: 5px;
}

.community-header-photos figure {
  position: relative;
  width: 100%;
  padding: 70% 0 0;
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.community-header-photos figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.table {
  color: inherit;
  font-size: 18px;
  line-height: 1.2;
  border-bottom: 2px solid #00573D;
}

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

.table > :not(caption) > * > * {
  border: 0 none;
}

.table td,
.table th {
  padding: 10px 16px;
  vertical-align: bottom;
  white-space: nowrap;
}

.table td:first-child,
.table th:first-child {
  padding-left: 20px;
}

.table td:nth-child(2),
.table th:nth-child(2) {
  font-weight: bold;
  color: #00573D;
}

.table td {
  border: 0 none;
  text-align: right;
}

.table td:first-child {
  text-align: left;
}

.table .td-dollar span {
  position: relative;
  padding-left: 10px;
  min-width: 99px;
  display: inline-block;
}

.table .td-dollar span:before {
  content: "$";
  position: absolute;
  left: 0;
}

.table .td-dollar:last-child span {
  min-width: 92px;
}

.table thead th {
  font-weight: normal;
  border-top: 2px solid #00573D;
  border-bottom: 2px solid #00573D;
  text-align: right;
}

.table thead th:first-child {
  text-align: left;
}

.table .has-percent {
  display: block;
  margin-right: -16px;
}

.table .firstline {
  display: block;
  max-width: 470px;
  padding-left: 20px;
  text-indent: -20px;
  white-space: normal;
}

.leadership {
  font-size: 16px;
  line-height: 2;
  margin-top: 30px;
}

.leadership .col {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.leadership .title {
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 6px;
  /*
  font-size: 20px;
  font-family: "adobe-garamond-pro", serif;
  margin-bottom: 10px;*/
}

.leadership p {
  margin-bottom: 30px;
}

.testimonials .col {
  margin-bottom: 17px;
}

.testimonials .row-monials-6 .col {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.testimonials .row-monials-7 .col {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.testimonials a {
  font-size: 20px;
  line-height: 1.3;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 600;
  max-width: 300px;
  margin: 0 auto;
  display: block;
  text-decoration: none !important;
}

.testimonials .testimonial-figure {
  position: relative;
  width: 100%;
  padding: 100% 0 0;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}

.testimonials .testimonial-figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.testimonials .testimonial-title {
  min-height: 40px;
  display: block;
}

.testimonials-archive {
  position: relative;
  padding-top: 90px;
  margin-top: 60px;
}

.testimonials-archive:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 319px;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 241, 236, 0.72)), to(rgba(243, 241, 236, 0)));
  background: -o-linear-gradient(top, rgba(243, 241, 236, 0.72), rgba(243, 241, 236, 0));
  background: linear-gradient(to bottom, rgba(243, 241, 236, 0.72), rgba(243, 241, 236, 0));
}

.testimonials-archive h2 {
  margin-top: 0;
  margin-bottom: 50px;
}

.testimonials-archive a {
  font-size: 16px;
  line-height: 1.375;
}

.monial-images {
  margin-bottom: 34px;
}

.monial-images.wrapper {
  max-width: 1516px;
}

.monial-images > .row {
  margin-left: -8px;
  margin-right: -8px;
}

.monial-images > .row > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 8px;
  padding-right: 8px;
}

.monial-images figure {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 220px;
  margin: 0 0 16px;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

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

.monial-images figure.object-contain {
  background: #fff;
}

.monial-images figure.object-contain img {
  -o-object-fit: contain;
  object-fit: contain;
}

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

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

#main {
  padding-bottom: 100px;
}

.row.row8 {
  margin-left: -8px;
  margin-right: -8px;
}

.row.row8 > * {
  padding-left: 8px;
  padding-right: 8px;
}

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

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

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

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

.row.row-5cols {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row.row-5cols > * {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.row.panel-cols {
  margin-left: -5px;
  margin-right: -5px;
}

.row.panel-cols > * {
  padding-left: 5px;
  padding-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row.panel-cols > * > .panel {
  width: 100%;
  max-width: 100%;
  margin: 5px auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row.panel-cols > * > .panel .panel-body {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.row.panel-cols > *.panel-multi {
  -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;
}

.row.panel-cols > *.panel-multi .panel {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

#page-header {
  position: relative;
  margin-bottom: 50px;
  min-height: 380px;
}

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

.page-index #page-header {
  min-height: auto;
}

.page-client-testimonials #page-header p {
  max-width: 480px;
  font-weight: bold;
}

.page-community-support #page-header {
  min-height: auto;
}

.parent-solutions #page-header {
  min-height: 306px;
  margin-bottom: 71px;
}

.page-id-index .entry-content {
  padding-top: 0;
}

.entry-content,
.homepage-header {
  position: relative;
  padding-top: 80px;
}

.entry-content .header-logo,
.homepage-header .header-logo {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 460px;
  background: url("../images/header-logo.svg") no-repeat right top/auto auto #F3F1EC;
}

.entry-content .header-logo .content-left,
.homepage-header .header-logo .content-left {
  position: relative;
}

.entry-content .header-logo .scrollto-wrap,
.homepage-header .header-logo .scrollto-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}

.homepage-header {
  padding-bottom: 100px;
}

.homepage-header .header-logo {
  height: 100%;
}

.homepage-header h1 {
  margin-bottom: 40px;
}

.homepage-header #scrollto {
  top: auto;
  bottom: 50px;
}

.bg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bg img {
  width: 100%;
  height: auto;
  min-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

#scrollto {
  z-index: 20;
  position: absolute;
  top: calc(100% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  display: block;
  border: 0 none;
  border-radius: 50%;
  background: url("../images/icon-scrollto.svg") no-repeat center center/45% 45% #8C734B;
}

#scrollto:hover {
  background-position: center 65%;
}

.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;
}

.panel {
  margin: 30px 0;
}

.panel .panel-icon {
  width: 100%;
  height: 60px;
  margin-bottom: 30px;
}

.panel .panel-icon img {
  width: 100%;
  height: 100%;
}

.panel .panel-body {
  position: relative;
  padding: 40px 15px;
  border: 1px solid #F3F1EC;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(243, 241, 236, 0.72)), to(rgba(243, 241, 236, 0)));
  background-image: -o-linear-gradient(bottom, rgba(243, 241, 236, 0.72), rgba(243, 241, 236, 0));
  background-image: linear-gradient(to top, rgba(243, 241, 236, 0.72), rgba(243, 241, 236, 0));
}

.number-vert {
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}

.number-vert .stat {
  margin: 20px 0;
}

.number {
  font-size: 60px;
  line-height: 1;
  font-family: "adobe-garamond-pro", serif;
}

.number-text {
  font-size: 18px;
  line-height: 1.6666666667;
  font-weight: bold;
  margin-top: 4px;
}

.names p {
  margin-bottom: 0px;
}

.testimonial-navigation {
  margin-top: 70px;
}

.testimonial-navigation .button-all {
  position: relative;
  font-size: 16px;
  line-height: 1.2;
  padding: 15px;
  display: inline-block;
  text-decoration: none !important;
  border-radius: 4px;
}

.testimonial-navigation .button-all:before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 9px;
  background: url("../images/icon-all.svg") no-repeat center center/cover;
}

.testimonial-navigation .button-all:hover {
  color: #402909;
  background: rgba(140, 115, 75, 0.4);
}

.testimonial-navigation .col.monial-prev {
  width: 50%;
  max-width: 50%;
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

.testimonial-navigation .col.monial-next {
  width: 50%;
  max-width: 50%;
  text-align: right;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

.testimonial-navigation .col.monial-all {
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.line {
  position: relative;
  width: 100%;
  height: 3px;
  margin: 30px 0;
  border: 0 none;
  clear: both;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(243, 241, 236, 0)), color-stop(#F3F1EC), to(rgba(243, 241, 236, 0)));
  background-image: -o-linear-gradient(left, rgba(243, 241, 236, 0), #F3F1EC, rgba(243, 241, 236, 0));
  background-image: linear-gradient(to right, rgba(243, 241, 236, 0), #F3F1EC, rgba(243, 241, 236, 0));
}

#solutions-menu {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 0;
  padding-bottom: 30px;
  text-align: center;
}

#solutions-menu a {
  font-size: 14px;
  line-height: 1.3571428571;
  display: inline-block;
  text-decoration: none !important;
  margin: 0 10px;
}

#solutions-menu .solutions-links {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}

#solutions-menu .solutions-links li {
  display: inline-block;
}

#solutions-menu .solutions-links .active a {
  padding-bottom: 7px;
  border-bottom: 2px solid #00573D;
}

.bar-chart-wrapper {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
}

.bar-chart-wrapper h6 {
  max-width: 300px;
  border: 0 none;
}

.bar-chart-wrapper h6 small {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  color: #402909;
  font-weight: normal;
  text-transform: none;
  margin-top: 7px;
  font-family: "Open Sans", sans-serif;
}

.bar-chart {
  position: relative;
  width: 100%;
  height: 175px;
  margin: 0;
}

.bar-chart:after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  width: 92.8%;
  height: 3px;
  display: block;
  background: #333;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.bar-chart .item {
  position: absolute;
  bottom: 0;
  height: 100%;
}

.bar-chart .item.active .bar {
  background: #00573D;
  font-weight: bold;
}

.bar-chart .item.active .key {
  color: #00573D;
}

.bar-chart .bar {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 60px;
  max-width: 95%;
  background: #8C734B;
  will-change: height;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: height 0.5s linear 0.3s;
  -o-transition: height 0.5s linear 0.3s;
  transition: height 0.5s linear 0.3s;
}

.bar-chart:not(.is-inview) .bar {
  height: 0 !important;
}

.bar-chart:not(.is-inview) .value,
.bar-chart:not(.is-inview) .yoy-growth {
  opacity: 0;
}

.bar-chart .key {
  position: absolute;
  bottom: -35px;
  left: 50%;
  font-size: 16px;
  line-height: 2.1666666667;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.bar-chart .value {
  position: absolute;
  top: 5px;
  left: 50%;
  font-size: 16px;
  line-height: 1.8571428571;
  font-family: "adobe-garamond-pro", serif;
  font-weight: bold;
  color: #fff;
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.bar-chart-axis {
  position: relative;
  width: 300px;
  max-width: 100%;
  font-size: 14px;
  padding-left: 50px;
}

.bar-chart-axis .yaxis {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
}

.bar-chart-axis .yaxis .item {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  line-height: 0;
  padding-right: 20px;
  text-align: right;
}

.bar-chart-axis .yaxis .item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 13px;
  height: 1px;
  display: block;
  background: #333;
}

.bar-chart-axis .yaxis .item:first-child {
  top: 0;
}

.bar-chart-axis .yaxis .item:nth-child(2) {
  top: 43.75px;
}

.bar-chart-axis .yaxis .item:nth-child(3) {
  top: 87.5px;
}

.bar-chart-axis .yaxis .item:nth-child(4) {
  top: 131.25px;
}

.bar-chart-axis .yaxis .item:nth-child(5) {
  top: 175px;
}

.bar-chart-axis .yaxis .item:nth-child(6) {
  top: 218.75px;
}

.bar-chart-axis .yaxis.yaxis-4 .item:first-child {
  top: 0;
}

.bar-chart-axis .yaxis.yaxis-4 .item:nth-child(2) {
  top: 58.3333333333px;
}

.bar-chart-axis .yaxis.yaxis-4 .item:nth-child(3) {
  top: 116.6666666667px;
}

.bar-chart-axis .yaxis.yaxis-4 .item:nth-child(4) {
  top: 175px;
}

.bar-chart-axis .yaxis.yaxis-5 .item:first-child {
  top: 0;
}

.bar-chart-axis .yaxis.yaxis-5 .item:nth-child(2) {
  top: 43.75px;
}

.bar-chart-axis .yaxis.yaxis-5 .item:nth-child(3) {
  top: 87.5px;
}

.bar-chart-axis .yaxis.yaxis-5 .item:nth-child(4) {
  top: 131.25px;
}

.bar-chart-axis .yaxis.yaxis-5 .item:nth-child(5) {
  top: 175px;
}

.bar-chart-axis .yaxis.yaxis-7 .item:first-child {
  top: 0;
}

.bar-chart-axis .yaxis.yaxis-7 .item:nth-child(2) {
  top: 29.1666666667px;
}

.bar-chart-axis .yaxis.yaxis-7 .item:nth-child(3) {
  top: 58.3333333333px;
}

.bar-chart-axis .yaxis.yaxis-7 .item:nth-child(4) {
  top: 87.5px;
}

.bar-chart-axis .yaxis.yaxis-7 .item:nth-child(5) {
  top: 116.6666666667px;
}

.bar-chart-axis .yaxis.yaxis-7 .item:nth-child(6) {
  top: 145.8333333333px;
}

.bar-chart-axis .yaxis.yaxis-7 .item:nth-child(7) {
  top: 175px;
}

.bar-chart-axis .yaxis.yaxis-8 .item:first-child {
  top: 0;
}

.bar-chart-axis .yaxis.yaxis-8 .item:nth-child(2) {
  top: 25px;
}

.bar-chart-axis .yaxis.yaxis-8 .item:nth-child(3) {
  top: 50px;
}

.bar-chart-axis .yaxis.yaxis-8 .item:nth-child(4) {
  top: 75px;
}

.bar-chart-axis .yaxis.yaxis-8 .item:nth-child(5) {
  top: 100px;
}

.bar-chart-axis .yaxis.yaxis-8 .item:nth-child(6) {
  top: 125px;
}

.bar-chart-axis .yaxis.yaxis-8 .item:nth-child(7) {
  top: 150px;
}

.bar-chart-axis .yaxis.yaxis-8 .item:nth-child(8) {
  top: 175px;
}

.yoy-growth {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: auto;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #333;
  opacity: 1;
  border-bottom: 2px solid #333;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.yoy-growth:before {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 10px;
  height: 2px;
  display: block;
  background: #333;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.yoy-growth:after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 10px;
  height: 2px;
  display: block;
  background: #333;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

#chart-total-loans .yoy-growth {
  bottom: 69%;
  left: 48%;
  width: 39%;
  -webkit-transform: rotate(-16deg);
  -ms-transform: rotate(-16deg);
  transform: rotate(-16deg);
}

#chart-diluted-earnings .yoy-growth {
  bottom: 86%;
  left: 50%;
  width: 42%;
  -webkit-transform: rotate(-24deg);
  -ms-transform: rotate(-24deg);
  transform: rotate(-24deg);
}

#chart-net-income .yoy-growth {
  bottom: 45%;
  left: 55px;
  width: 78%;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

#footer {
  z-index: 10;
  position: relative;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #755D3B;
  border-bottom: 5px solid #00573D;
}

#footer:before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 48px);
  display: block;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#F3F1EC), color-stop(rgba(243, 241, 236, 0.49)), to(rgba(243, 241, 236, 0)));
  background-image: -o-linear-gradient(bottom, #F3F1EC, rgba(243, 241, 236, 0.49), rgba(243, 241, 236, 0));
  background-image: linear-gradient(to top, #F3F1EC, rgba(243, 241, 236, 0.49), rgba(243, 241, 236, 0));
}

#footer .footer-download {
  position: relative;
  text-align: center;
  padding: 59px 20px 53px;
  background: #EBE7DF;
  border-radius: 4px;
}

#footer .footer-download:after {
  content: "";
  display: table;
  clear: both;
}

#footer .footer-download .content {
  font-size: 35px;
  line-height: 1.48;
  font-family: "adobe-garamond-pro", serif;
  margin-bottom: 30px;
}

#footer .footer-inner {
  padding: 70px 0 68px;
}

#footer .col-left {
  font-size: 0;
}

#footer .col-left,
#footer .col-right {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

#footer .footer-item {
  font-size: 16px;
}

#footer .footer-item.footer-date {
  display: block;
  margin-bottom: 20px;
}

#footer .footer-item.footer-link {
  display: block;
}

#footer .footer-item.footer-social {
  margin: 20px 0;
  display: block;
}

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

.rel {
  position: relative;
}

.align-right {
  float: right;
  margin-top: 20px;
  margin-left: 15px;
  margin-bottom: 20px;
}

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

.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 screen and (min-width: 400px) {
  .testimonials .row-monials-6 .col {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }

  .testimonials .row-monials-7 .col {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}

@media screen and (min-width: 567px) {
  figure.alignleft {
    max-width: 40%;
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
  }

  figure.alignright {
    max-width: 40%;
    float: right;
    margin-left: 20px;
    margin-bottom: 15px;
  }

  .leadership .col {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }

  .leadership + .footnotes {
    margin-top: -30px;
  }

  .testimonials .row-monials-6 .col {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.3333333333%;
    flex: 1 0 33.3333333333%;
  }

  .testimonials .row-monials-7 .col {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.3333333333%;
    flex: 1 0 33.3333333333%;
  }

  .row.row-5cols > * {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }

  #solutions-menu {
    text-align: left;
  }

  #solutions-menu a {
    margin: 0 15px;
  }
}

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

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

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

  .leadership .col {
    width: 33.3333%;
    max-width: 33.3333%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.3333%;
    flex: 1 0 33.3333%;
  }

  .testimonials .row-monials-6 .col {
    width: 25%;
    max-width: 25%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
  }

  .testimonials .row-monials-7 .col {
    width: 25%;
    max-width: 25%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
  }

  .row.row-5cols > * {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.3333333333%;
    flex: 1 0 33.3333333333%;
  }

  .entry-content,
  .homepage-header {
    padding-top: 154px;
  }

  .testimonial-navigation .col.monial-prev {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 140px;
    max-width: 140px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 140px;
    flex: 1 0 140px;
  }

  .testimonial-navigation .col.monial-next {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 140px;
    max-width: 140px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 140px;
    flex: 1 0 140px;
  }

  .testimonial-navigation .col.monial-all {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: auto;
    max-width: calc(100% - 280px);
    margin-top: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

@media screen and (min-width: 992px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 50px;
  }

  figure.alignright img {
    max-width: 140%;
  }

  .two-columns {
    -webkit-column-gap: 114px;
    -moz-column-gap: 114px;
    column-gap: 114px;
  }

  .esg-header-photos {
    height: 0;
  }

  .esg-header-photos .col {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }

  .esg-header-photos figure {
    margin: 0 0 10px;
  }

  .esg-header-photos figure img {
    width: 100%;
  }

  .community-header-photos {
    margin-top: -7%;
  }

  .community-header-photos .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .community-header-photos .row > * {
    padding-left: 8px;
    padding-right: 8px;
  }

  .leadership .col {
    width: 25%;
    max-width: 25%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
  }

  .testimonials .row-monials-6 .col {
    width: 20%;
    max-width: 20%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
  }

  .testimonials .row-monials-7 .col {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 16.6666666667%;
    flex: 1 0 16.6666666667%;
  }

  .monial-images {
    margin-top: -142px;
  }

  .monial-images figure {
    height: 283px;
  }

  .row.row-5cols > * {
    width: 20%;
    max-width: 20%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
  }

  #page-header {
    margin-bottom: 0;
    min-height: 438px;
  }

  #page-header .page-header-inner {
    height: 306px;
  }

  .parent-testimonials #page-header .page-header-inner {
    height: auto;
    min-height: 306px;
    padding-bottom: 160px;
  }

  .page-esg #page-header {
    min-height: 390px;
  }

  .page-community-support #page-header {
    min-height: auto;
  }

  .content-right .aside-thin {
    max-width: 420px;
    margin-left: auto;
  }

  .content-right {
    padding-left: 30px;
  }

  .aside-flat {
    width: 100%;
    height: 0;
    float: right;
  }

  .panel .panel-body {
    padding: 13%;
  }

  .number-vert {
    max-width: 180px;
    text-align: left;
  }

  .number-vert .stat + .stat {
    margin-top: 80px;
  }

  .number-vert.wide {
    max-width: 230px;
  }

  .number-vert.full {
    max-width: 100%;
  }

  .esg-column {
    max-width: 748px;
  }

  #solutions-menu a {
    margin: 0 30px;
  }

  #solutions-menu .solutions-links {
    margin: 0 -30px;
  }

  #footer .footer-download {
    position: relative;
    background: #EBE7DF;
  }

  #footer .footer-download:after {
    content: "";
    display: table;
    clear: both;
  }

  #footer .footer-download .content {
    font-size: 50px;
    width: calc(99% - 200px);
    float: left;
    text-align: left;
    margin: 0;
  }

  #footer .footer-download .content-button {
    width: 160px;
    float: right;
    text-align: right;
    padding-top: 10px;
  }

  #footer .col-left {
    text-align: left;
    width: auto;
    max-width: calc(100% - 250px);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  #footer .col-right {
    text-align: right;
    width: 250px;
    max-width: 250px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 250px;
    flex: 1 0 250px;
  }

  #footer .footer-item {
    margin-right: 1em;
    display: inline-block;
  }

  #footer .footer-item.footer-date,
  #footer .footer-item.footer-link,
  #footer .footer-item.footer-social {
    display: inline-block;
    margin-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  h3 {
    font-size: 34px;
  }

  .leadership .col {
    width: 20%;
    max-width: 20%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
  }

  .testimonials .row-monials-6 .col {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 16.6666666667%;
    flex: 1 0 16.6666666667%;
  }

  .testimonials .row-monials-7 .col {
    width: 14.2857142857%;
    max-width: 14.2857142857%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 14.2857142857%;
    flex: 1 0 14.2857142857%;
  }

  #footer .footer-download {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media screen and (min-width: 1220px) {
  #main-menu .mobile-buttons {
    display: none;
  }

  #main-menu {
    position: relative;
    width: auto;
    text-align: center;
    max-width: calc(100% - 602px - 105px);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  #main-menu ul {
    padding: 48px 10px 0 0;
    margin: 0;
    max-width: 100%;
    list-style: none;
    text-align: right;
  }

  #main-menu li {
    z-index: 5;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  #main-menu a {
    padding: 0 10px;
    white-space: normal;
    letter-spacing: -0.3px;
    color: #402909;
  }

  #main-menu a br {
    display: none;
  }

  #main-menu a:hover {
    color: #00573D;
  }

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

  #main-menu .menu-item-inner:before {
    z-index: -1;
    content: "";
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    width: 0;
    height: 3px;
    display: block;
    opacity: 0.6;
    background: #00573D;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: auto;
    -webkit-transition: width;
    -o-transition: width;
    transition: width;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }

  #main-menu .menu-item-active .menu-item-inner:before {
    width: 100%;
    opacity: 1;
  }

  #utility-menu a {
    float: left;
  }

  #utility-menu a:last-child {
    float: right;
  }

  #navicon {
    display: none;
  }
}

@media screen and (min-width: 1400px) {
  #footer .footer-download {
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media screen and (min-width: 1500px) {
  .row.row66 {
    margin-left: -33px;
    margin-right: -33px;
  }

  .row.row66 > * {
    padding-left: 33px;
    padding-right: 33px;
  }
}

@media screen and (min-width: 1750px) {
  .testimonials .row-monials-7 {
    margin-left: -29px;
    margin-right: -29px;
  }

  .testimonials .row-monials-7 > * {
    padding-left: 29px;
    padding-right: 29px;
  }
}

@media screen and (max-width: 1790px) {
  #homepage-slider .slick-arrow.slick-prev {
    left: 10px;
  }

  #homepage-slider .slick-arrow.slick-next {
    right: 10px;
  }
}

@media screen and (max-width: 1399px) {
  #logo {
    width: 450px;
    max-width: 450px;
  }

  #logo .slogan {
    top: calc(50% + 15px);
    left: 14%;
    right: 0;
    width: auto;
    text-align: left;
    padding: 0;
  }

  #logo .slogan br {
    display: none;
  }

  #logo .slogan span {
    width: 100%;
    border: 0 none;
  }
}

@media screen and (max-width: 1219px) {
  #header .wrapper:before {
    z-index: 10;
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(140, 115, 75, 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;
    -o-transition: opacity, visibility;
    transition: opacity, visibility;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -o-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;
  }

  #main-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    max-width: 90vw;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    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);
    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;
    -webkit-transition: opacity, visibility, -webkit-transform;
    transition: opacity, visibility, -webkit-transform;
    -o-transition: transform, opacity, visibility;
    transition: transform, opacity, visibility;
    transition: transform, opacity, visibility, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }

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

  #main-menu li {
    position: relative;
    padding: 10px 0;
  }

  #main-menu .menu-item-active a {
    color: #00573D;
  }

  #main-menu .menu-item-active:before {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: -5px;
    width: 5px;
    display: block;
    border-radius: 4px;
    background: #00573D;
  }

  #main-menu .menu-link {
    font-size: 20px;
    font-weight: bold;
    color: 18px;
    padding: 5px 15px;
  }

  #main-menu .menu-link:hover {
    color: #00573D;
  }

  #main-menu .menu-link br {
    display: none;
  }

  .mobile-open #main-menu {
    width: 380px;
    height: 100vh;
    padding: 92px 0 5px;
    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);
  }

  #utility-menu {
    width: 66px;
    max-width: calc(100% - 450px - 32px);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 66px;
    flex: 1 0 66px;
  }

  #utility-menu a {
    margin-right: 10px;
  }

  .mobile-style #utility-menu {
    margin-right: 32px;
  }
}

@media screen and (max-width: 1219px) and (max-width: 599px) {
  #main-menu .menu-link {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .esg-header-photos .col {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }

  .esg-header-photos figure {
    position: relative;
    width: 100%;
    padding: 90% 0 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }

  .esg-header-photos figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .esg-header-photos .row-2 figure {
    padding-top: 130%;
  }

  .esg-header-photos .row-2 .esg-figures-double figure {
    padding-top: 63%;
  }

  .esg-header-photos .row-2 .esg-figures-double figure + figure {
    margin-top: 4%;
  }

  .esg-header-photos .bg-lg-left img {
    -o-object-position: left center;
    object-position: left center;
  }

  .community-header-photos .col-7 figure {
    padding-top: 49.8%;
  }

  #page-header #scrollto {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    margin: 40px auto;
  }

  .page-message-to-shareholders #page-header figure {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
  }

  .page-community-support #page-header {
    min-height: 430px;
  }

  .homepage-header #scrollto {
    bottom: 25px;
  }

  #scrollto {
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .table .td-dollar span {
    padding-left: 7px;
    min-width: 76px;
  }

  .table .td-dollar:last-child span {
    min-width: 72px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 76px;
  }

  #header {
    height: 76px;
  }

  #utility-menu {
    padding-top: 17px;
  }

  #utility-menu .button {
    font-size: 0;
    width: 42px;
    height: 42px;
    padding: 0;
  }

  #utility-menu .button:before,
  #utility-menu .button:after {
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
  }

  #navicon {
    top: 17px;
  }

  #homepage-slider .slick-arrow {
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
  }

  .homepage-ceo figure {
    max-width: 400px;
    margin: 50px auto 0;
  }

  .homepage-navigation {
    padding-top: 80px;
  }

  .homepage-navigation .nav-item + .nav-item {
    margin-top: 50px;
  }

  .table .firstline {
    min-width: 40%;
  }

  .table {
    font-size: 14px;
  }

  .table-responsive {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #main {
    padding-bottom: 80px;
  }

  .parent-solutions #page-header {
    min-height: 382px;
  }
}

@media screen and (max-width: 599px) {
  #logo {
    max-width: calc(100% - 40px);
    font-size: 10px;
  }

  #logo .logo {
    max-width: 100%;
  }

  #utility-menu {
    display: none;
  }
}

@media screen and (max-width: 566px) {
  .community-header-photos {
    margin-top: 50px;
  }

  #solutions-menu li {
    width: 105px;
    display: inline-block;
  }
}

@media screen and (max-width: 1649px) and (min-width: 1220px) {
  #main-menu {
    text-align: right;
  }

  #main-menu ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  #main-menu li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
  }

  #main-menu a {
    text-align: center;
  }

  #main-menu a br {
    display: inline-block;
  }
}

@media screen and (max-width: 1649px) and (min-width: 1400px) {
  #main-menu ul {
    padding-top: 38px;
  }

  #main-menu a {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 1399px) and (min-width: 1220px) {
  #main-menu {
    max-width: calc(100% - 450px - 105px);
  }

  #main-menu ul {
    padding-top: 38px;
  }

  #main-menu a {
    font-size: 14px;
  }

  #main-menu .menu-item-inner:before {
    top: calc(100% + 6px);
  }
}

@media screen and (max-width: 991px) and (min-width: 567px) {
  #footer .footer-item.footer-link {
    display: inline-block;
  }

  #footer .footer-item.footer-link + .footer-link {
    margin-left: 1em;
  }
}
/*# sourceMappingURL=maps/style.css.map */
