@charset "UTF-8";

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

body {
  position: relative;
  color: #555;
  font-size: 18px;
  line-height: 1.8;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  background: #fff;
  width: 100%;
  max-width: 100vw;
  border: 0 none;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 1;
  -webkit-transition: opacity, background;
  transition: opacity, background;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-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;
  transition: color, background, border;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

a:hover,
button:hover {
  color: #231F20;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: bold;
  font-style: normal;
  font-family: "Roboto Condensed", sans-serif;
  color: #00669B;
  margin: 0;
  padding: 0;
}

h1 sup,
h2 sup,
h3 sup,
h4 sup,
h5 sup,
h6 sup {
  font-size: 0.5em;
  top: -0.8em;
}

h1 .icon,
h2 .icon,
h3 .icon,
h4 .icon,
h5 .icon,
h6 .icon {
  width: 70px;
  height: 70px;
  padding: 0;
  margin-right: 20px;
  display: inline-block;
  vertical-align: text-top;
}

h1 {
  font-size: 58px;
  line-height: 1.125;
  color: #fff;
  margin-bottom: 22px;
}

h2 {
  font-size: 35px;
  line-height: 1.35;
  font-weight: normal;
  margin-bottom: 10px;
}

h2.larger {
  font-weight: normal;
  margin-bottom: 20px;
}

h3 {
  font-size: 32px;
  line-height: 1.1875;
  margin-bottom: 10px;
  font-weight: 500;
}

h4 {
  font-size: 20px;
  line-height: 1.2;
  color: #231F20;
}

h5 {
  font-size: 20px;
  line-height: 1.15;
  color: #00669B;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 8px;
}

h6 {
  font-size: 14px;
  line-height: 1.6428571429;
  color: #555;
  margin-bottom: 10px;
}

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

ul {
  list-style: none;
  padding-left: 1.5rem;
}

ul li {
  position: relative;
}

ul li:before {
  content: "•";
  position: absolute;
  right: calc(100% + 10px);
}

ol {
  padding-left: 1.5rem;
}

ol li {
  margin-bottom: 5px;
}

ol li::marker {
  font-weight: bold;
}

.smalltext {
  font-size: 14px;
  line-height: 1.7142857143;
}

.smalltext p {
  margin-bottom: 10px;
}

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

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

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

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

.block {
  margin-top: 30px;
}

.large-text {
  font-size: 22px;
  line-height: 1.9230769231;
  font-weight: normal;
}

.large-text2 {
  font-size: inherit;
  line-height: 1.9230769231;
  font-weight: normal;
}

.button {
  position: relative;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: none;
  text-decoration: none !important;
  padding: 16px 26px;
  display: inline-block;
  background: #00669B;
  border: 2px solid #00669B;
  border-radius: 5px;
}

.button.btn-white {
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  background: #fff;
  border-color: #fff;
}

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

.button.btn-light {
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  color: #00669B;
  background: #E6F1F7;
  border-color: #E6F1F7;
}

.button.btn-map {
  padding-left: 30px;
  padding-right: 66px;
}

.button.btn-map:before,
.button.btn-map:after {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 27px;
  display: block;
  opacity: 1;
  background: url("../images/icon-map-blue.svg") no-repeat center center/100% 100%;
  -webkit-transition: opacity;
  transition: opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.button.btn-map:after {
  opacity: 0;
  background-image: url("../images/icon-map-white.svg");
}

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

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

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

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

.button.btn-large {
  font-size: 22px;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  padding: 42px 170px 42px 60px;
  border: 0 none;
  background: url("../images/bg-button-large.jpg") repeat center center/auto auto;
}

.button.btn-large:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 60px;
  width: 35px;
  height: 31.54px;
  font-size: 25px;
  display: block;
  background: url("../images/icon-btn-arrow.svg") no-repeat center center/100% 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -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.btn-large.type2 {
  padding: 22px 100px 22px 30px;
}

.button.btn-large.type2:after {
  right: 40px;
}

.button.btn-play {
  padding: 25px 124px 25px 54px;
  display: block;
}

.button.btn-play:before {
  content: "Watch Video";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 50px;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.button.btn-play:after {
  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: 50%;
  right: 60px;
  font-size: 50px;
  display: block;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -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.white {
  color: #231F20;
  background: #fff;
  border-color: #fff;
}

.button.white .arrow:before {
  background-image: url("../images/icon-arrow-dark.svg");
}

.button.white .arrow:after {
  background-image: url("../images/icon-arrow-white.svg");
}

.button:hover {
  color: #fff;
  background: #004b72;
  border-color: #004b72;
}

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

.button:hover.btn-large {
  border: 0 none;
  background: url("../images/bg-button-large.jpg") repeat center center/auto auto;
}

.button:hover.btn-large:after {
  right: 50px;
}

.button:hover.btn-large.type2:after {
  right: 30px;
}

.button:hover.white .arrow:before {
  opacity: 0;
}

.button:hover.white .arrow:after {
  opacity: 1;
}

.button:hover.btn-map:before {
  opacity: 0;
}

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

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

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

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

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

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

blockquote q {
  font-size: 30px;
  line-height: 1.6666666667;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-weight: 600;
  color: #231F20;
}

blockquote.quote {
  color: #231F20;
}

blockquote.quote:before {
  content: "";
  position: relative;
  top: 8px;
  width: 72px;
  height: 67px;
  margin-right: 20px;
  float: left;
  display: block;
  background: url("../images/icon-quote.svg") no-repeat center center/100% 100%;
}

blockquote.q {
  color: #231F20;
}

blockquote.q q {
  color: inherit;
  font-style: normal;
}

blockquote.q q:before {
  content: "";
  position: relative;
  top: 8px;
  width: 42px;
  height: 37px;
  margin-right: 20px;
  float: left;
  display: block;
  background: url("../images/icon-quote.svg") no-repeat center center/100% 100%;
}

blockquote.q q:after {
  content: "”";
}

cite {
  position: relative;
  font-size: 18px;
  line-height: 1.6666666667;
  font-weight: normal;
  color: #555;
  font-style: normal;
  padding-left: 20px;
  display: block;
}

cite:before {
  content: "—";
  position: absolute;
  top: 0;
  left: 0;
}

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

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

figure.full img {
  width: 100%;
}

figure.sig {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 36px;
}

figure.sig strong {
  color: #00669B;
  display: block;
  margin-top: 6px;
}

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

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

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

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

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

#header {
  z-index: 1000000000000000000;
  position: fixed;
  top: 10px;
  left: 0;
  width: 100%;
}

#header .header-content {
  padding: 15px;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
}

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

#header #header-menu {
  position: relative;
  width: calc(99% - 138px);
  float: right;
}

#header .menu-column {
  z-index: 20;
  position: relative;
  line-height: 30px;
  max-width: 27px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 27px;
  flex: 1 0 27px;
  float: right;
}

#header .menu-column-map,
#header .menu-column-download {
  padding-top: 9px;
}

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

#header .menu-column-navicon {
  width: 22px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 22px;
  flex: 1 0 22px;
}

#header .menu-column-download,
#header .menu-column-navicon {
  margin-left: 18px;
}

#logo {
  z-index: 20;
  position: relative;
  width: 138px;
  height: 40px;
  float: left;
}

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

#main-menu .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

#main-menu a {
  color: #231F20;
  font-weight: 500;
  text-decoration: none !important;
  display: block;
}

#main-menu a:hover {
  color: #00669B;
}

.mobile-style #main-menu .active .menu-item-inner:before {
  width: 100%;
  background: #00669B;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

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

#main-menu .menu-item-inner:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 3px;
  display: block;
  background: rgba(0, 102, 155, 0.6);
  border-radius: 2px;
  -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;
}

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

#toggle-map {
  position: relative;
  width: 27px;
  height: 20px;
  padding: 0;
  display: block;
  background: transparent;
  border: 0 none;
}

#toggle-map img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#toggle-downloads {
  position: relative;
  width: 18px;
  height: 20px;
  padding: 0;
  display: block;
  background: transparent;
  border: 0 none;
}

#toggle-downloads img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#navicon {
  z-index: 20;
  position: relative;
  top: 11px;
  height: 20px;
  font-size: 14px;
  color: #231F20;
  padding: 0;
  display: block;
  border: 0 none;
  opacity: 0.8;
  background: transparent;
  width: 22px;
  max-width: 22px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 22px;
  flex: 1 0 22px;
  -webkit-transition: opacity;
  transition: opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

#navicon:hover {
  opacity: 1;
}

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

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

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

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

.navicon:after {
  top: 8px;
}

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

#downloads {
  z-index: 999999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100vh;
  overflow: auto;
  padding: 100px 0 20px;
  background: #E6F1F7;
  opacity: 0;
  visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity, visibility;
  transition: opacity, visibility;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

#downloads a {
  display: block;
  margin-bottom: 5px;
}

.downloads-open #downloads {
  opacity: 1;
  visibility: visible;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

#page-header {
  z-index: 10;
  position: relative;
  color: #fff;
  min-height: 740px;
  padding: 170px 0 50px;
  margin-bottom: 60px;
  overflow: hidden;
  background: #00669B;
}

#page-header .bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.page-location #page-header .bg:after {
  background: rgba(0, 102, 155, 0.8);
}

#page-header .homepage-intro {
  text-align: center;
}

#page-header.home-header {
  min-height: calc(100vh - 50px);
  margin-bottom: 50px;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#page-header.home-header .homepage-intro {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

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

#page-header .page-intro {
  font-size: 22px;
  line-height: 1.5909090909;
  font-weight: bold;
  max-width: 625px;
}

.page-message-to-shareholders #page-header .page-intro {
  max-width: 550px;
}

.page-excited-associates #page-header .bg img {
  -o-object-position: center top;
  object-position: center top;
}

.page-location #page-header {
  margin-bottom: 20px;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-location #page-header h2,
.page-location #page-header h3 {
  color: #fff;
}

.page-location #page-header .page-intro {
  max-width: 100%;
}

.page-location #page-header .loc-top,
.page-location #page-header .loc-bottom {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

#inner-page-header {
  padding: 170px 0 50px;
  margin-bottom: 70px;
  min-height: 450px;
}

#inner-page-header h1 {
  color: #00669B;
  max-width: 447px;
  margin: 0;
}

.intro-number {
  background: #fff;
  border-radius: 5px;
  padding: 0 5px;
  font-weight: bold;
  color: #00669B;
  display: inline-block;
}

.page-title {
  font-size: 16px;
  line-height: 3.25;
  font-weight: bold;
  text-transform: uppercase;
}

.section-stats {
  z-index: 20;
  position: relative;
}

#shareholders {
  font-size: 26px;
  line-height: 1.9230769231;
  padding: 50px 0 50px;
}

#shareholders p {
  max-width: 680px;
}

#excited-associates {
  padding: 70px 0 50px;
}

#excited-associates p {
  max-width: 636px;
  margin-bottom: 34px;
}

#engaged-clients {
  padding: 70px 0;
}

#engaged-clients p {
  max-width: 636px;
}

#enriched-shareholders {
  padding: 70px 0 50px;
}

#enriched-shareholders p {
  max-width: 636px;
}

#highlights {
  z-index: 10;
  position: relative;
  padding: 34px 0 0;
}

#highlights h2 {
  color: #fff;
}

#highlights .highlights-wrapper {
  -webkit-transform: translate(0, 73px);
  -ms-transform: translate(0, 73px);
  transform: translate(0, 73px);
}

#highlights .footnotes {
  color: #fff;
}

#highlights .bg img {
  height: 120%;
}

#locations-map {
  z-index: 5;
  position: relative;
  color: #fff;
  padding: 52px 0 16px;
  background-image: -webkit-gradient(linear, left bottom, right top, color-stop(10%, #00669B), to(#00ADF3));
  background-image: linear-gradient(to top right, #00669B 10%, #00ADF3);
}

#locations-map h2 {
  color: #fff;
}

#locations-map p {
  margin-bottom: 30px;
}

#locations-map .map {
  position: relative;
  width: 100%;
}

#locations-map .map:after {
  content: "";
  display: table;
  clear: both;
}

#locations-map .map > img {
  width: auto;
  height: auto;
  float: right;
  max-width: 170%;
}

.page-index #locations-map .map > img {
  max-width: 133%;
}

#locations-map .map-holder {
  position: relative;
  top: 0;
  right: 0;
  width: 792.81px;
  height: 955.52px;
  float: right;
}

#locations-map .map-holder .map-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

#locations-map .map-pins {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#locations-map .map-pins .pin {
  position: absolute;
  width: 33px;
  height: 43px;
  display: block;
  background: url("../images/map-pin.svg") no-repeat center bottom/100% 100%;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform;
  transition: -webkit-transform;
  transition: transform;
  transition: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

#locations-map .map-pins .pin:hover {
  z-index: 100;
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);
}

.page-map #locations-map {
  min-height: 100vh;
}

.pin-tooltip {
  position: absolute;
  bottom: 80%;
  left: 0;
  width: 100%;
  height: 1px;
  font-size: 12px;
  line-height: 1.2;
  color: #555;
  display: block;
}

.pin-tooltip .tooltip-body {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 120px;
  text-align: center;
  padding: 5px;
  background: #fff;
  display: block;
  -webkit-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
  opacity: 0;
  visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity, visibility, -webkit-transform;
  transition: opacity, visibility, -webkit-transform;
  transition: transform, opacity, visibility;
  transition: transform, opacity, visibility, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.pin:hover .pin-tooltip .tooltip-body {
  opacity: 1;
  visibility: visible;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.pin-tooltip strong {
  font-size: 16px;
  font-weight: bold;
  color: #00669B;
  display: block;
}

.stats {
  margin: 22px -11px;
}

.stats > * {
  padding: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stats > * > *,
.stats > * .panel {
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stats_ {
  margin: 22px -11px;
}

.stats_ .stat {
  min-height: 120px;
}

.stats_ .number-text {
  padding: 10px 0;
}

.stat {
  min-height: 120px;
}

.stat .number {
  padding: 16px 0;
}

.stat.stat2 {
  min-height: 97px;
}

.stat1 {
  min-height: 70px;
}

.number {
  font-size: 50px;
  line-height: 1.18;
  color: #00669B;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}

.number .icon {
  float: right;
  width: 70px;
  height: 70px;
}

.number-title {
  font-size: 30px;
  line-height: 1.175;
  color: #231F20;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  padding: 16px 0;
}

.number-change {
  font-size: 20px;
  line-height: 1.15;
  color: #377D21;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}

.number-change:before {
  content: "";
  position: relative;
  width: 22.35px;
  height: 31.54px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: bottom;
  background: url("../images/icon-green-arrow-up.svg") no-repeat center center/100% 100%;
}

.number-text {
  font-size: 16px;
  line-height: 1.4375;
  color: #555;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  min-height: 50px;
  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;
}

.number-text.type2 {
  font-weight: bold;
  min-height: 0;
  margin-bottom: 22px;
}

.number-text.type3 {
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

.number-text.type4 {
  min-height: auto;
  margin-top: 20px;
  display: block;
}

.page-location .number-text {
  display: block;
}

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

.number-text3 {
  font-size: 18px;
  line-height: 1.6666666667;
  color: #555;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}

.panel {
  z-index: 10;
  position: relative;
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.panel:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 5px;
  left: -5px;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
  background: url("../images/bg-panel-lines.png") no-repeat center/cover;
}

.panel .panel-body {
  z-index: 10;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 22px;
  background: #F5FCFF;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px 2px rgba(0, 102, 155, 0.3);
  box-shadow: 0 0 15px 2px rgba(0, 102, 155, 0.3);
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.panel.type3 {
  margin: 50px auto;
}

.panel.type3 .panel-body {
  padding: 61px 20px;
  -webkit-box-shadow: 0 0 10px 2px #C6E0EE;
  box-shadow: 0 0 10px 2px #C6E0EE;
}

.panel.panel-relationship-ratings {
  margin-top: 50px;
  margin-bottom: 40px;
}

.panel.panel-relationship-ratings .panel-body {
  padding-top: 65px;
  padding-bottom: 40px;
  -webkit-box-shadow: 0 0 10px 2px #C6E0EE;
  box-shadow: 0 0 10px 2px #C6E0EE;
}

.panel.panel-wins h2 {
  font-weight: bold;
  margin-bottom: 20px;
}

.panel.panel-wins a {
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  display: block;
  text-decoration: none;
}

.panel.panel-wins a:hover {
  text-decoration: underline;
}

.panel.panel-loc-growth {
  margin: 80px 0;
}

.panel.panel-loc-growth .panel-body {
  padding: 80px 0 60px;
}

.panel.panel-loc-growth .row > * {
  padding-top: 17px;
  padding-bottom: 17px;
}

.panel.panel-loc-growth ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.panel.panel-loc-growth ul li:before {
  display: none;
}

.panel a.panel-body {
  position: relative;
  font-size: 18px;
  line-height: 1.6666666667;
  font-weight: 500;
  color: #fff;
  font-style: italic;
  text-decoration: none !important;
  background: #00669B;
  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;
}

.panel a.panel-body > * {
  width: auto;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.panel a.panel-body:after {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-size: 25px;
  display: block;
  margin-top: 10px;
}

.panel .icon {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 -10px 0 0;
  float: right;
  display: block;
}

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

.company-stats .panel .number-text2 {
  max-width: 121px;
}

.borderless-panel {
  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;
}

.borderless-panel > * {
  width: auto;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header-stats {
  position: relative;
  z-index: 30;
  margin-bottom: 20px;
}

.section-nav {
  margin: 60px 0;
}

.section-nav .row {
  margin-left: -2px;
  margin-right: -2px;
}

.section-nav .row > * {
  padding-left: 2px;
  padding-right: 2px;
}

.section-nav .row > *:first-child a {
  border-radius: 10px 10px 0 0;
}

.section-nav .row > *:first-child a:not(.current):before {
  background-image: -webkit-gradient(linear, right top, left bottom, from(#00669B), to(#0088CE));
  background-image: linear-gradient(to bottom left, #00669B, #0088CE);
}

.section-nav .row > *:last-child a {
  border-radius: 0 0 10px 10px;
}

.section-nav a {
  position: relative;
  width: 100%;
  height: 110px;
  font-size: 22px;
  line-height: 1.2;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #fff;
  text-decoration: none !important;
  background-image: -webkit-gradient(linear, right bottom, left top, from(#00669B), to(#0088CE));
  background-image: linear-gradient(to top left, #00669B, #0088CE);
  display: block;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-nav a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#00669B), to(#0088CE));
  background-image: linear-gradient(to bottom right, #00669B, #0088CE);
  -webkit-transition: opacity;
  transition: opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.section-nav a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: url("../images/bg-lines.png") no-repeat center center/cover;
}

.section-nav a.current:before {
  background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #00669B), color-stop(0, #0088CE));
  background-image: linear-gradient(to top left, #00669B 0, #0088CE 0);
}

.section-nav a.current .nav-item-inner {
  border-bottom: 3px solid #fff;
}

.section-nav a:hover:before {
  opacity: 0.6;
}

.section-nav a .nav-item-inner {
  position: relative;
  padding: 10px 41px 10px 0;
  display: block;
}

.section-nav a .nav-item-inner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 28.35px;
  height: 100%;
  line-height: 1.3;
  display: block;
  background: url("../images/icon-btn-arrow.svg") no-repeat center center/100% 100%;
  -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;
}

.section-nav a:hover .nav-item-inner:after {
  right: -5px;
}

.section-nav .nav-item {
  width: auto;
  max-width: 100%;
  text-align: left;
  padding: 0 36px;
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.table {
  color: inherit;
  letter-spacing: -0.2px;
  line-height: 1.2;
}

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

.table th,
.table td {
  padding: 7px 5px;
}

.table th:first-child,
.table td:first-child {
  width: 150px;
  padding-left: 20px;
  white-space: nowrap;
}

.table th {
  font-size: 10px;
  line-height: 3.1;
  color: #00669B;
  font-weight: bold;
  padding: 0 5px;
}

.table.table-style1 {
  font-size: 16px;
}

.table.table-style1 th {
  white-space: nowrap;
  background: #ABCDE0;
}

.table.table-style1 tr td {
  border-color: #BED0EB;
}

.table.table-style1 tr:nth-child(even) td {
  background: #ABCDE0;
}

.table.table-relationship-ratings {
  text-align: center;
  font-weight: bold;
}

.table.table-relationship-ratings th,
.table.table-relationship-ratings td {
  font-size: 12px;
  line-height: 1.2;
  color: #231F20;
  border: 1px solid #ABCDE0;
  vertical-align: middle;
}

.table.table-relationship-ratings th:first-child,
.table.table-relationship-ratings td:first-child {
  border-left: 0 none;
}

.table.table-relationship-ratings th:last-child,
.table.table-relationship-ratings td:last-child {
  border-right: 0 none;
}

.table.table-relationship-ratings td:first-child {
  padding-left: 0;
}

.table.table-relationship-ratings th {
  color: #231F20;
  padding: 5px;
}

.table.table-relationship-ratings thead tr:last-child {
  white-space: nowrap;
}

.table.table-relationship-ratings thead tr:last-child th {
  font-weight: normal;
}

.table.table-relationship-ratings tr td {
  height: 50px;
}

.table.table-relationship-ratings tr:last-child td {
  border-bottom: 0 none;
}

.table.table-relationship-ratings tbody td:first-child {
  width: 100%;
  min-width: 200px;
  text-align: left;
}

.table.table-relationship-ratings td {
  white-space: normal;
}

.table.table-relationship-ratings td.td-leading {
  background: #007f00;
}

.table.table-relationship-ratings td.td-leading2 {
  background: #229000;
}

.table.table-relationship-ratings td.td-leading3 {
  background: #4ba400;
}

.table.table-relationship-ratings td.td-leading4 {
  background: #80bf00;
}

.table.table-relationship-ratings td.td-neutral {
  background: #ffff00;
}

.table.table-relationship-ratings td.td-trailing5 {
  background: #ff8d00;
}

.table.table-relationship-ratings td.td-trailing4 {
  background: #ff5e00;
}

.table.table-relationship-ratings td.td-trailing3 {
  background: #ff3900;
}

.table.table-relationship-ratings td.td-trailing2 {
  background: #ff1b00;
}

.table.table-relationship-ratings td.td-trailing {
  background: #fc0000;
}

.table.table-relationship-ratings-key {
  margin-top: 5px;
}

.table.table-relationship-ratings-key td {
  position: relative;
  width: auto;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  padding: 10px 2px;
  text-align: center;
  border: 0 none;
  border-left-color: #fff;
  width: 10%;
}

.table.table-relationship-ratings-key td.td-leading {
  background: #007f00;
}

.table.table-relationship-ratings-key td.td-leading2 {
  background: #229000;
}

.table.table-relationship-ratings-key td.td-leading3 {
  background: #4ba400;
}

.table.table-relationship-ratings-key td.td-leading4 {
  background: #80bf00;
}

.table.table-relationship-ratings-key td.td-neutral {
  color: #231F20;
  background: #ffff00;
}

.table.table-relationship-ratings-key td.td-trailing5 {
  background: #ff8d00;
}

.table.table-relationship-ratings-key td.td-trailing4 {
  background: #ff5e00;
}

.table.table-relationship-ratings-key td.td-trailing3 {
  background: #ff3900;
}

.table.table-relationship-ratings-key td.td-trailing2 {
  background: #ff1b00;
}

.table.table-relationship-ratings-key td.td-trailing {
  background: #fc0000;
}

#svg-net-promoter-1 .cls-1 {
  letter-spacing: 0em;
}

#svg-net-promoter-1 .cls-2 {
  font-size: 7px;
}

#svg-net-promoter-1 .cls-2,
#svg-net-promoter-1 .cls-3,
#svg-net-promoter-1 .cls-4 {
  font-family: "Roboto", sans-serif;
}

#svg-net-promoter-1 .cls-2,
#svg-net-promoter-1 .cls-4 {
  fill: #231f20;
}

#svg-net-promoter-1 .cls-5 {
  letter-spacing: 0em;
}

#svg-net-promoter-1 .cls-3 {
  fill: #fff;
  font-size: 8px;
}

#svg-net-promoter-1 .cls-6 {
  fill: #1a74bb;
}

#svg-net-promoter-1 .cls-7 {
  fill: none;
  stroke: #dae1ed;
  stroke-miterlimit: 10;
}

#svg-net-promoter-1 .cls-8 {
  letter-spacing: 0em;
}

#svg-net-promoter-1 .cls-4 {
  font-size: 6px;
}

#svg-net-promoter-1 .cls-9 {
  fill: #a6d8ed;
}

#svg-net-promoter-1 .cls-10 {
  letter-spacing: 0em;
}

#svg-net-promoter-2 .cls-1 {
  letter-spacing: 0em;
}

#svg-net-promoter-2 .cls-2 {
  font-size: 7px;
}

#svg-net-promoter-2 .cls-2,
#svg-net-promoter-2 .cls-3,
#svg-net-promoter-2 .cls-4 {
  font-family: "Roboto", sans-serif;
}

#svg-net-promoter-2 .cls-2,
#svg-net-promoter-2 .cls-4 {
  fill: #231f20;
}

#svg-net-promoter-2 .cls-5 {
  letter-spacing: 0em;
}

#svg-net-promoter-2 .cls-3 {
  fill: #fff;
  font-size: 8px;
}

#svg-net-promoter-2 .cls-6 {
  fill: #1a74bb;
}

#svg-net-promoter-2 .cls-7 {
  fill: none;
  stroke: #dae1ed;
  stroke-miterlimit: 10;
}

#svg-net-promoter-2 .cls-8 {
  letter-spacing: 0em;
}

#svg-net-promoter-2 .cls-4 {
  font-size: 6px;
}

#svg-net-promoter-2 .cls-9 {
  fill: #a6d8ed;
}

#svg-net-promoter-2 .cls-10 {
  letter-spacing: 0em;
}

.net-promoter-wrap {
  position: relative;
  padding-left: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.net-promoter-wrap .np-axis {
  position: absolute;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}

.net-promoter-wrap .np-axis.axis-y {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.net-promoter-wrap .np-axis.axis-x {
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 80%;
}

#svg-coalition-greenwich-1 .cls-1,
#svg-coalition-greenwich-1 .cls-2,
#svg-coalition-greenwich-1 .cls-3,
#svg-coalition-greenwich-1 .cls-4 {
  font-family: "Roboto", sans-serif;
}

#svg-coalition-greenwich-1 .cls-1,
#svg-coalition-greenwich-1 .cls-2,
#svg-coalition-greenwich-1 .cls-5 {
  fill: #231f20;
}

#svg-coalition-greenwich-1 .cls-1,
#svg-coalition-greenwich-1 .cls-3,
#svg-coalition-greenwich-1 .cls-5,
#svg-coalition-greenwich-1 .cls-4 {
  font-size: 7px;
}

#svg-coalition-greenwich-1 .cls-6 {
  fill: #34a9e0;
}

#svg-coalition-greenwich-1 .cls-7 {
  fill: #1a74bb;
}

#svg-coalition-greenwich-1 .cls-8 {
  fill: none;
  stroke: #dae1ed;
  stroke-miterlimit: 10;
}

#svg-coalition-greenwich-1 .cls-2 {
  font-size: 6px;
}

#svg-coalition-greenwich-1 .cls-3 {
  fill: #fff;
}

#svg-coalition-greenwich-1 .cls-5 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

#svg-coalition-greenwich-1 .cls-4 {
  fill: #1c3640;
}

#svg-coalition-greenwich-2 .cls-1,
#svg-coalition-greenwich-2 .cls-2,
#svg-coalition-greenwich-2 .cls-3,
#svg-coalition-greenwich-2 .cls-4 {
  font-family: "Roboto", sans-serif;
}

#svg-coalition-greenwich-2 .cls-1,
#svg-coalition-greenwich-2 .cls-2,
#svg-coalition-greenwich-2 .cls-5 {
  fill: #231f20;
}

#svg-coalition-greenwich-2 .cls-1,
#svg-coalition-greenwich-2 .cls-3,
#svg-coalition-greenwich-2 .cls-5,
#svg-coalition-greenwich-2 .cls-4 {
  font-size: 7px;
}

#svg-coalition-greenwich-2 .cls-6 {
  fill: #34a9e0;
}

#svg-coalition-greenwich-2 .cls-7 {
  fill: #1a74bb;
}

#svg-coalition-greenwich-2 .cls-8 {
  fill: none;
  stroke: #dae1ed;
  stroke-miterlimit: 10;
}

#svg-coalition-greenwich-2 .cls-2 {
  font-size: 6px;
}

#svg-coalition-greenwich-2 .cls-3 {
  fill: #fff;
}

#svg-coalition-greenwich-2 .cls-5 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

#svg-coalition-greenwich-2 .cls-4 {
  fill: #1c3640;
}

.coalition-greenwich-wrap {
  position: relative;
  padding-bottom: 40px;
}

.coalition-greenwich-wrap .y-topright {
  position: absolute;
  bottom: 101%;
  right: -9px;
  width: 84px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}

.graph-legend.coalition-greenwich-legend {
  width: 100%;
  text-align: center;
}

.graph-legend.coalition-greenwich-legend ul li {
  text-transform: none;
  margin: 0;
}

.graph-legend.coalition-greenwich-legend ul li:before {
  background: #00669B;
}

.graph-legend.coalition-greenwich-legend ul li:last-child:before {
  background: #58A7DB;
}

.equal-columns > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.equal-columns > * .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.quote-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quote-slider blockquote {
  margin-bottom: 0;
}

.quote-slider .item {
  max-width: 100%;
  height: auto !important;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.quote-slider .slide-inner {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.quote-slider .slick-list {
  z-index: 20;
}

.quote-slider .slick-arrow {
  z-index: 99999999;
  position: absolute;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  font-size: 0;
  padding: 0;
  display: block;
  border: 0 none;
  background: #fff;
  border-radius: 50%;
  text-decoration: none !important;
}

.quote-slider .slick-arrow:before {
  color: #00669B;
  font-size: 30px;
  -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;
}

.quote-slider .slick-arrow:hover:before {
  color: #0088ce;
}

.quote-slider .slick-arrow.slick-prev {
  left: -5px;
}

.quote-slider .slick-arrow.slick-prev:before {
  content: "\f0a8";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.quote-slider .slick-arrow.slick-next {
  right: -5px;
}

.quote-slider .slick-arrow.slick-next:before {
  content: "\f0a9";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.survey-list {
  font-size: 11px;
  line-height: 1.1818181818;
  color: #231F20;
  font-family: "Roboto Condensed", sans-serif;
}

.survey-list .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.survey-list .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.survey-list .col .item {
  width: 100%;
  max-width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #AFD7EB;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.survey-list .col.bd-bottom-none .item {
  border: 0 none;
}

.survey-list .number {
  font-size: 28px;
  display: block;
}

.leading-southeast {
  margin: 50px 0;
}

.leading-southeast h4 {
  margin-bottom: 20px;
}

.leading-southeast .row {
  margin-left: -7px;
  margin-right: -7px;
}

.leading-southeast .row .col {
  padding-left: 7px;
  padding-right: 7px;
}

.leading-southeast .row .col .panel {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.leading-southeast .row .panel {
  margin-bottom: 12px;
}

.leading-southeast .row.row-top .col:first-child {
  width: 40%;
  max-width: 40%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
}

.leading-southeast .row.row-top .col:last-child {
  width: 60%;
  max-width: 60%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 60%;
  flex: 1 0 60%;
}

.leading-southeast .row.row-top .row-double .col {
  width: 50%;
  max-width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

.leading-southeast .row.row-top .row-double .col,
.leading-southeast .row.row-top .row-double .col .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.leading-southeast .row.row-top .row-double .col .panel,
.leading-southeast .row.row-top .row-double .col .panel-body {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.leading-southeast .row.row-bottom .col {
  width: 20%;
  max-width: 20%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
}

.leading-southeast .row.row-bottom .col:last-child {
  width: 40%;
  max-width: 40%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
}

.leading-southeast .row.row-bottom .col,
.leading-southeast .row.row-bottom .col .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.leading-southeast .row.row-bottom .col .panel,
.leading-southeast .row.row-bottom .col .panel-body {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.leading-southeast .number {
  font-size: 40px;
}

.leading-southeast .number:after {
  content: "";
  display: table;
  clear: both;
}

.leading-southeast .number-text {
  font-size: 14px;
}

.leading-southeast .smaller-numbers {
  font-size: 14px;
}

.leading-southeast .smaller-numbers .icon {
  position: absolute;
  top: 22px;
  right: 22px;
  float: none;
}

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

.leading-southeast .smaller-numbers .number-text {
  min-height: auto;
  margin-bottom: 15px;
}

.leading-southeast .smaller-numbers,
.leading-southeast .smaller-numbers .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.leading-southeast .smaller-numbers .panel,
.leading-southeast .smaller-numbers .panel-body {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

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

.expansion-markets .row > * {
  padding-left: 8px;
  padding-right: 8px;
  margin: 34px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.expansion-markets .footnotes {
  text-align: right;
}

.market-panel {
  position: relative;
  background: #fff;
  border-radius: 10px;
}

.market-panel .title {
  font-size: 20px;
  line-height: 1.2;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
  min-height: 74px;
  padding: 0 5px;
  background: #00669B;
  border-radius: 10px 10px 0 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: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.market-panel .title > * {
  display: block;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.market-panel .content {
  font-size: 16px;
  line-height: 1.25;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  color: #231F20;
  text-align: center;
  padding: 26px 10px 43px;
}

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

.market-panel ul li {
  max-width: 100px;
  margin: 0 auto;
  display: block;
}

.market-panel ul li:before {
  display: none;
}

.market-panel ul li:nth-child(2) {
  position: relative;
  padding: 10px 0;
  margin: 10px auto;
}

.market-panel ul li:nth-child(2):before,
.market-panel ul li:nth-child(2):after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 72px;
  height: 1px;
  display: block;
  background: #AFD7EB;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.market-panel ul li:nth-child(2):after {
  top: 100%;
}

.simple-panel {
  text-align: center;
  padding: 19px 10px;
  border-radius: 5px;
  margin-bottom: 4px;
  min-height: 145px;
  background: url("../images/bg-simple-panel.png") no-repeat center center/cover;
}

.simple-panel .number-text {
  min-height: auto;
}

.equal-columns .simple-panel {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

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

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

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

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

.wrapper.ftr {
  max-width: 1418px;
}

.wrapper.nav {
  max-width: 1447px;
}

.wrapper.full {
  max-width: 100%;
}

.row.row0 {
  margin-left: 0;
  margin-right: 0;
}

.row.row0 > * {
  padding-left: 0;
  padding-right: 0;
}

.row.row2 {
  margin-left: -2px;
  margin-right: -2px;
}

.row.row2 > * {
  padding-left: 2px;
  padding-right: 2px;
}

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

.row.row5 > * {
  padding-left: 5px;
  padding-right: 5px;
}

.row.row7 {
  margin-left: -7px;
  margin-right: -7px;
}

.row.row7 > * {
  padding-left: 7px;
  padding-right: 7px;
}

.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.row40 {
  margin-left: -20px;
  margin-right: -20px;
}

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

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

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

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

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

.row.cols9 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.scrolldown {
  z-index: 9999;
  position: absolute;
  width: 90px;
  height: 90px;
  display: block;
  padding: 0;
  margin: 0;
  border-radius: 100%;
  background: #fff;
  border: 0 none;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.scrolldown:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 49px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url("../images/icon-down-arrow.svg") no-repeat center center/100% 100%;
  will-change: transform;
  -webkit-transition: -webkit-transform;
  transition: -webkit-transform;
  transition: transform;
  transition: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.scrolldown:hover {
  color: #00669B;
}

.scrolldown:hover:before {
  -webkit-transform: translate(0, -40%);
  -ms-transform: translate(0, -40%);
  transform: translate(0, -40%);
}

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

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

.section-image {
  font-size: 0;
  border-radius: 5px;
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

.bg-light-blue {
  background: url("../images/bg-light-blue.jpg") no-repeat center center/cover;
}

.bg-light-blue > * {
  position: relative;
  z-index: 20;
}

.location-navigation {
  text-align: center;
  margin-top: 58px;
}

.location-navigation a {
  display: block;
}

.location-navigation a.btn-small {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.location-navigation .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.location-navigation .col {
  margin-top: 10px;
}

.location-navigation .loc-prev,
.location-navigation .loc-next {
  width: 50%;
  max-width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

.location-navigation .loc-prev {
  text-align: left;
}

.location-navigation .loc-map {
  white-space: nowrap;
  width: 200px;
  max-width: 200px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 200px;
  flex: 1 0 200px;
}

.location-navigation .loc-next {
  text-align: right;
}

.hero {
  padding: 60px 0;
  margin: 70px 0;
}

.page-location .hero {
  padding: 0;
}

.page-location .hero .panel-body {
  padding-top: 50px;
  padding-bottom: 50px;
}

.graph-legend .title,
.graph-legend .chart-title {
  color: #061d2c;
  font-weight: 900;
  font-size: 13px;
  line-height: 1.38462;
  text-transform: uppercase;
}

.graph-legend ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.graph-legend ul li {
  display: inline-block;
  position: relative;
  padding: 0 0 0 25px;
  color: #555;
  font-size: 14px;
  line-height: 1.5;
  text-transform: none;
  margin-bottom: 15px;
  margin-right: 10px;
}

.graph-legend.min-margin ul li {
  margin-bottom: 0;
}

.graph-legend ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  background: #0074c4;
}

.graph-legend ul li:nth-of-type(1)::before {
  background: #00669B;
}

.graph-legend ul li:nth-of-type(2)::before {
  background: #3072BE;
}

.graph-legend ul li:nth-of-type(3)::before {
  background: #4CABED;
}

.graph-legend ul li:nth-of-type(4)::before {
  background: #E6F1F7;
}

.graph-wrap {
  padding: 0px 0 40px;
  margin-bottom: 30px;
}

.graph-wrap.title-only {
  padding: 0;
  margin: 0 0 10px;
}

.graph-wrap.title-only .title {
  padding: 0;
  margin: 0;
  min-height: 0;
  max-width: 100%;
}

.graph-wrap.key-slanted .bar-graph .columns .key {
  left: 10px;
  top: calc(100% + 15px);
  line-height: 0.8;
  -webkit-transform: translate(0, 0) rotate(20deg);
  -ms-transform: translate(0, 0) rotate(20deg);
  transform: translate(0, 0) rotate(20deg);
}

.graph-wrap .title,
.graph-wrap .chart-title {
  color: #061d2c;
  font-weight: 900;
  font-size: 20px;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.38889;
  max-width: 350px;
  text-align: left;
  margin: 0 auto 7px;
  min-height: 70px;
}

.graph-wrap .title.h-auto,
.graph-wrap .chart-title.h-auto {
  min-height: auto;
}

.graph-wrap .title small,
.graph-wrap .title .small,
.graph-wrap .chart-title small,
.graph-wrap .chart-title .small {
  font-size: 14px;
  line-height: 1.16667;
  font-family: "Roboto Condensed", sans-serif;
  display: block;
  color: #231F20;
  text-transform: none;
  font-weight: normal;
}

.graph-wrap .chart-title {
  max-width: 400px;
  margin: 0 auto;
}

.bar-graph {
  position: relative;
  max-width: 100%;
  width: 350px;
  margin: 0 auto;
}

.bar-graph .columns {
  position: relative;
  width: 100%;
  height: 350px;
}

.bar-graph .columns .bar-column {
  position: absolute;
  bottom: 0;
  width: 20%;
  height: 0;
  font-weight: normal;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
}

.default-blue .bar-graph .columns .bar-column .bar:nth-of-type(1) {
  background: #0074c4;
  border-color: #0074c4;
}

.gradient-blue .bar-graph .columns .bar-column .bar .value {
  color: #fff;
  font-weight: 800;
}

.gradient-blue .bar-graph .columns .bar-column:nth-of-type(1) .bar {
  background: #A4D8ED;
  border-color: #A4D8ED;
}

.gradient-blue .bar-graph .columns .bar-column:nth-of-type(1) .bar .value {
  color: #231F20;
}

.gradient-blue .bar-graph .columns .bar-column:nth-of-type(2) .bar {
  background: #7FC6F7;
  border-color: #7FC6F7;
}

.gradient-blue .bar-graph .columns .bar-column:nth-of-type(3) .bar {
  background: #00ADF3;
  border-color: #00ADF3;
}

.gradient-blue .bar-graph .columns .bar-column:nth-of-type(4) .bar {
  background: #0074C4;
  border-color: #0074C4;
}

.gradient-blue .bar-graph .columns .bar-column:nth-of-type(5) .bar {
  background: #00689E;
  border-color: #00689E;
}

.gradient-blue .bar-graph .columns .bar-column:nth-of-type(4) .container-bar .value,
.gradient-blue .bar-graph .columns .bar-column:nth-of-type(5) .container-bar .value {
  color: inherit;
}

.bar-graph .columns .bar-column:nth-of-type(1) {
  left: 0%;
}

.bar-graph .columns .bar-column:nth-of-type(2) {
  left: 20%;
}

.bar-graph .columns .bar-column:nth-of-type(3) {
  left: 40%;
}

.bar-graph .columns .bar-column:nth-of-type(4) {
  left: 60%;
}

.bar-graph .columns .bar-column:nth-of-type(5) {
  left: 80%;
}

.bar-graph .columns .bar-column:nth-of-type(6) {
  left: 100%;
}

.bar-graph.seven-col .columns .bar-column:nth-of-type(1) {
  left: 0%;
}

.bar-graph.seven-col .columns .bar-column:nth-of-type(2) {
  left: 15%;
}

.bar-graph.seven-col .columns .bar-column:nth-of-type(3) {
  left: 30%;
}

.bar-graph.seven-col .columns .bar-column:nth-of-type(4) {
  left: 45%;
}

.bar-graph.seven-col .columns .bar-column:nth-of-type(5) {
  left: 60%;
}

.bar-graph.seven-col .columns .bar-column:nth-of-type(6) {
  left: 75%;
}

.bar-graph.seven-col .columns .bar-column:nth-of-type(7) {
  left: 90%;
}

.bar-graph.seven-col .columns .bar-column {
  width: 15%;
}

.bar-graph.four-col .columns .bar-column {
  width: 40%;
}

.bar-graph.three-col .columns .bar-column {
  width: 60%;
}

.bar-graph .columns .bar-column .bar,
.bar-graph .columns .bar-column .container-bar {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 0;
  min-height: 17px;
  border: 0 none;
  border-bottom-width: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.bar-graph .columns .bar-column .bar .value,
.bar-graph .columns .bar-column .container-bar .value {
  position: absolute;
  left: 50%;
  top: 3%;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.5s;
  transition: opacity 0.3s ease 0.5s;
}

.bar-graph .columns .bar-column .bar:nth-of-type(4),
.bar-graph .columns .bar-column .container-bar:nth-of-type(4) {
  background: #00669B;
}

.bar-graph .columns .bar-column .bar:nth-of-type(3),
.bar-graph .columns .bar-column .container-bar:nth-of-type(3) {
  background: #3072BE;
}

.bar-graph .columns .bar-column .bar:nth-of-type(2),
.bar-graph .columns .bar-column .container-bar:nth-of-type(2) {
  background: #4CABED;
}

.bar-graph .columns .bar-column .bar:nth-of-type(1) {
  bottom: -1px !important;
  background: #E6F1F7;
}

.bar-graph .columns .bar-column .bar:nth-of-type(1) .value {
  color: #231F20;
}

.bar-graph .columns .bar-column .container-bar:nth-of-type(1) {
  width: 95%;
  max-width: calc(100% - 5px);
  border: 0 none;
}

.bar-graph .columns .key {
  position: absolute;
  left: 50%;
  font-size: 14px;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  top: 102%;
  top: calc(100% + 5px);
  opacity: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: opacity 0.3s ease 0.5s;
  transition: opacity 0.3s ease 0.5s;
}

.bar-graph.type2 .columns .key {
  font-size: 16px;
  font-weight: bold;
  color: #231F20;
}

.bar-graph.type2 .columns .bar-column .bar .value,
.bar-graph.type2 .columns .bar-column .container-bar .value {
  font-size: 16px;
  font-weight: bold;
}

.bar-graph.active .columns .bar-column {
  height: 100%;
  will-change: height;
}

.bar-graph.active .columns .bar-column.current .bar {
  background: #00669B;
}

.bar-graph.active .columns .bar-column.current .bar .value {
  color: #fff;
}

.bar-graph .bar {
  z-index: 1;
  will-change: height;
  border-radius: 5px;
}

.bar-graph .bar:nth-child(1) {
  z-index: 5;
}

.bar-graph .bar:nth-child(2) {
  z-index: 4;
}

.bar-graph .bar:nth-child(3) {
  z-index: 3;
}

.bar-graph .bar:nth-child(4) {
  z-index: 2;
}

.bar-graph.active .columns .bar-column .bar {
  min-height: 17px;
}

.bar-graph.active .columns .bar-column .bar .value {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.bar-graph.active .columns .key {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.small-graphs .bar-graph.active .columns .bar-column .bar:not(:last-child) {
  display: none !important;
}

.small-graphs .bar-graph .columns {
  height: 230px;
}

.small-graphs .bar-graph .columns .bar-column .bar:nth-of-type(1) {
  border-color: #14496e;
}

.small-graphs .graph-legend {
  display: none !important;
}

.graph-legend .title,
.graph-legend .chart-title {
  color: #061d2c;
  font-weight: 900;
  font-size: 13px;
  line-height: 1.38462;
  text-transform: uppercase;
}

.graph-legend ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.graph-legend.pie-legend ul {
  text-align: center;
  padding-left: 0 !important;
}

.graph-legend.pie-legend li {
  font-size: 13px;
  display: inline-block;
  margin: 0 3px;
  padding-left: 15px;
  padding-bottom: 0;
  line-height: 20px;
}

.graph-legend.pie-legend li:before {
  top: 4px;
  width: 10px;
  height: 10px;
}

.graph-legend.pie-legend li:first-child:before {
  background: #0088CE;
}

.graph-legend.pie-legend li:nth-child(2):before {
  background: #E6F1F7;
}

.graph-legend.pie-legend li:nth-child(3):before {
  background: #AFD7EB;
}

.graph-legend.pie-legend li:nth-child(4):before {
  background: #0C4766;
}

.graph-legend.pie-legend li:nth-child(5):before {
  background: #00669B;
}

.graph-legend.pie-legend li:nth-child(6):before {
  background: #0088ce;
}

.graph-legend.pie-legend li:nth-child(7):before {
  background: #555;
}

.graph-legend.pie-legend.pie-chart1 ul {
  text-align: left;
  padding-top: 15px;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

.graph-legend.pie-legend.pie-chart1 li {
  font-size: 12px;
  display: block;
}

.footnote {
  font-style: italic;
  opacity: 0.8;
}

.gradient-key-wrap {
  max-width: 200px;
  margin: 0 auto;
}

.gradient-key {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  line-height: 1;
}

.entry-content .gradient-key {
  padding: 0;
}

.gradient-key li {
  position: relative;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.2px;
  padding-left: 37px;
  margin-bottom: 5px;
  display: block;
}

.gradient-key li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 25px;
  height: 7px;
  display: block;
  border-radius: 4px;
  background: #A4D8ED;
}

.gradient-key li:nth-child(2):before {
  background: #7FC6F7;
}

.gradient-key li:nth-child(3):before {
  background: #00ADF3;
}

.gradient-key li:nth-child(4):before {
  background: #0074C4;
}

.gradient-key li:nth-child(5):before {
  background: #00689E;
}

.graph-wrap.chart-short .columns {
  height: 270px;
}

.graph-wrap.chart-short .bar-graph {
  width: auto;
  max-width: 340px;
}

.graph-wrap.chart-shorter {
  padding-bottom: 0;
}

.graph-wrap.chart-shorter .bar-graph .columns .bar-column .container-bar .value {
  top: 10px;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 10px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.graph-wrap.chart-shorter.gradient-blue .bar-graph .columns .bar-column:nth-of-type(1) .bar .value {
  color: #231F20;
}

.graph-wrap.chart-shorter .bar-column {
  overflow: hidden;
}

.graph-wrap.chart-shorter .chart-title {
  min-height: 3em;
}

.graph-wrap.chart-shorter .columns {
  height: 150px;
}

.graph-wrap.chart-taller .columns {
  height: 340px;
}

.graph-wrap.chart-taller .columns .bar-column .bar .value {
  top: auto;
  font-size: 16px;
  font-weight: 800;
  color: #231F20;
  padding-top: 19px;
}

.graph-wrap.chart-taller .columns .bar-column:last-child .bar .value,
.graph-wrap.chart-taller .columns .bar-column:last-child .key,
.graph-wrap.chart-taller .columns .bar-column:nth-child(4) .bar .value,
.graph-wrap.chart-taller .columns .bar-column:nth-child(4) .key {
  color: #fff;
}

.graph-wrap.chart-taller .columns .key {
  top: auto;
  bottom: 0;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: #231F20;
  padding-bottom: 11px;
}

.graph-wrap.chart-satisfaction .bar-graph {
  width: 100%;
  max-width: 100%;
}

.graph-wrap.chart-satisfaction .graph-source {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  font-size: 12px;
  line-height: 1.75;
  text-align: center;
}

.graph-wrap.chart-satisfaction .chart-satisfaction-titles .chart-title {
  position: relative;
  margin-bottom: 28px;
  padding-bottom: 10px;
  margin-left: 0;
  max-width: 300px;
  min-height: auto;
}

.graph-wrap.chart-satisfaction .chart-satisfaction-titles .chart-title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 72px;
  height: 10px;
  border-radius: 4px;
  display: block;
  background: #0074C4;
}

.graph-wrap.chart-satisfaction .chart-satisfaction-titles .chart-title.title-accent:before {
  background: #00669B;
}

.graph-wrap.chart-satisfaction .columns {
  width: 100%;
  max-width: 100%;
}

.graph-wrap.chart-satisfaction .columns .bar-column {
  z-index: 0;
  left: 0;
  width: 8.3333333333%;
}

.graph-wrap.chart-satisfaction .columns .bar-column .bar {
  border-color: #00ADF3;
  background: #00ADF3;
}

.graph-wrap.chart-satisfaction .columns .bar-column.bar-darker {
  z-index: 10;
}

.graph-wrap.chart-satisfaction .columns .bar-column.bar-darker .bar {
  border-color: #0074C4;
  background: #0074C4;
}

.graph-wrap.chart-satisfaction .columns .bar-column.bar-darker .bar .value {
  color: #fff;
}

.graph-wrap.chart-satisfaction .columns .bar-column:nth-child(2) {
  left: 8.3333333333%;
}

.graph-wrap.chart-satisfaction .columns .bar-column:nth-child(3) {
  left: 16.6666666667%;
}

.graph-wrap.chart-satisfaction .columns .bar-column:nth-child(4) {
  left: 25%;
}

.graph-wrap.chart-satisfaction .columns .bar-column:nth-child(5) {
  left: 33.3333333333%;
}

.graph-wrap.chart-satisfaction .columns .bar-column:nth-child(6) {
  left: 41.6666666667%;
}

.graph-wrap.chart-satisfaction .columns .bar-column:nth-child(7) {
  left: 50%;
}

.graph-wrap.chart-satisfaction .columns .bar-column:nth-child(8) {
  left: 58.3333333333%;
}

.graph-wrap.chart-satisfaction .columns .bar-column:nth-child(9) {
  left: 66.6666666667%;
}

.graph-wrap.chart-satisfaction .columns .bar-column:nth-child(9) .key {
  color: #fff;
}

.graph-wrap.chart-satisfaction .columns .bar-column:nth-child(10) {
  left: 75%;
}

.graph-wrap.chart-satisfaction .columns .bar-column:nth-child(11) {
  left: 83.3333333333%;
}

.graph-wrap.chart-satisfaction .columns .bar-column:nth-child(12) {
  left: 91.6666666667%;
}

.graph-wrap.chart-satisfaction .columns .bar-column .key.key-double {
  left: 5px;
  padding: 8px 2px;
  text-align: center;
  background: #fff;
  margin-bottom: 3px;
  width: calc(200% - 10px);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.graph-wrap.chart-satisfaction .columns .bar-column .key.key-vertical {
  padding-left: 2px;
  padding-bottom: 0;
  white-space: nowrap;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: translate(0, 0) rotate(-90deg);
  -ms-transform: translate(0, 0) rotate(-90deg);
  transform: translate(0, 0) rotate(-90deg);
}

.graph-wrap.chart-greenwich {
  width: 100%;
  max-width: 100%;
  margin-top: 42px;
  margin-bottom: 40px;
}

.graph-wrap.chart-greenwich .title {
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.graph-wrap.chart-greenwich .bar {
  border-radius: 5px;
}

.graph-wrap.chart-greenwich .columns .bar-column .container-bar {
  height: 100% !important;
}

.graph-wrap.chart-greenwich:not(.bars-8) .bar-graph .columns .bar-column {
  left: 0;
  width: 16.6666666667%;
}

.graph-wrap.chart-greenwich:not(.bars-8) .bar-graph .columns .bar-column:nth-child(2) {
  left: 16.6666666667%;
}

.graph-wrap.chart-greenwich:not(.bars-8) .bar-graph .columns .bar-column:nth-child(3) {
  left: 33.3333333333%;
}

.graph-wrap.chart-greenwich:not(.bars-8) .bar-graph .columns .bar-column:nth-child(4) {
  left: 50%;
}

.graph-wrap.chart-greenwich:not(.bars-8) .bar-graph .columns .bar-column:nth-child(5) {
  left: 66.6666666667%;
}

.graph-wrap.chart-greenwich:not(.bars-8) .bar-graph .columns .bar-column:nth-child(6) {
  left: 83.3333333333%;
}

.graph-wrap.chart-greenwich .bar-graph {
  width: 100%;
  max-width: 100%;
}

.graph-wrap.chart-greenwich .bar-graph .columns .bar-column .container-bar {
  max-width: 100px;
}

.graph-wrap.chart-greenwich .bar-graph .columns .bar-column .bar {
  max-height: 100%;
}

.graph-wrap.chart-greenwich .bar-graph .columns .bar-column .bar:nth-child(2) {
  background-image: url("../images/bar-4.jpg");
}

.graph-wrap.chart-greenwich .bar-graph .columns .bar-column .value {
  top: 5%;
  font-size: 20px;
  line-height: 1.0769230769;
  color: #fff;
  font-weight: 800;
}

.graph-wrap.chart-greenwich .bar-graph .columns .bar-column .value.value-above {
  top: auto;
  bottom: calc(100% + 5px);
  color: #231F20;
}

.graph-wrap.chart-greenwich .bar-graph .columns .bar-column .value.value-top {
  top: 8px;
}

.hero-greenwich .graph-wrap.chart-greenwich .bar-graph .columns .bar-column .value {
  font-size: 18px;
}

.graph-wrap.chart-greenwich .bar-graph .columns .bar-column .key {
  width: 100%;
  font-size: 14px;
  line-height: 1.2;
  padding-top: 15px;
  font-weight: bold;
  text-align: center;
  color: #231F20;
}

.hero-greenwich .graph-wrap.chart-greenwich .bar-graph .columns .bar-column .key {
  font-size: 12px;
  white-space: nowrap;
}

.graph-wrap.chart-greenwich .columns .bar-column .bar:nth-of-type(1) {
  background-image: -webkit-gradient(linear, left top, right top, from(#00669B), to(#0088CE));
  background-image: linear-gradient(to right, #00669B, #0088CE);
}

.graph-wrap.chart-greenwich .columns {
  height: 342px;
}

.graph-wrap.chart-greenwich .bar-column:before {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px;
  max-width: 95%;
  height: 342px;
  display: block;
  background: url("../images/bar-5.jpg") no-repeat left top/cover;
  border-radius: 5px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.graph-wrap.chart-greenwich .bar-column:after {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px;
  max-width: 95%;
  height: 342px;
  display: block;
  background: url("../images/bar-4.jpg") no-repeat left top/cover;
  border-radius: 5px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.graph-wrap.chart-greenwich .bar-column:nth-child(6):after,
.graph-wrap.chart-greenwich .bar-column:nth-child(8):after {
  height: calc(100% - 12px);
}

.graph-wrap.chart-greenwich .rank {
  z-index: 20;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 90px;
  padding: 0 5px;
  height: auto;
  font-size: 16px;
  line-height: 68px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  padding-bottom: 27px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.graph-wrap.chart-greenwich .rank .perc-circle,
.graph-wrap.chart-greenwich .rank .rank-circle {
  position: relative;
  width: 100%;
  padding: 100% 0 0;
  margin: 0 auto;
  display: block;
  border-radius: 100%;
}

.graph-wrap.chart-greenwich .rank .perc-circle {
  line-height: 1;
  font-weight: bold;
  color: #231F20;
  background: #E6F1F7;
}

.graph-wrap.chart-greenwich .rank .perc-circle .inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 5px;
  display: block;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.hero-greenwich .graph-wrap.chart-greenwich .rank .perc-circle {
  background: #fff;
}

.graph-wrap.chart-greenwich .rank .perc-circle .perc-text {
  font-size: 10px;
  font-weight: normal;
  display: block;
}

.graph-wrap.chart-greenwich .rank.small-circle {
  padding-bottom: 5px;
}

.graph-wrap.chart-greenwich .rank.small-circle .perc-circle {
  font-size: 14px;
  padding-top: 5px;
  width: 30px;
  height: 30px;
}

.graph-wrap.chart-greenwich .graph-legend {
  text-align: center;
}

.graph-wrap.chart-greenwich .graph-legend ul li {
  font-size: 12px;
  text-transform: none;
  text-align: left;
  color: #555;
}

.graph-wrap.chart-greenwich .graph-legend ul li:nth-child(2):before {
  background-image: url("../images/bar-2.jpg");
}

.graph-wrap.chart-greenwich .graph-legend ul li:nth-child(3):before {
  background: #E6F1F7;
}

.hero-greenwich .graph-wrap.chart-greenwich .graph-legend ul li:nth-child(3):before {
  background: #fff;
}

.graph-wrap.chart-greenwich .bar-graph-rows {
  z-index: -1;
  position: relative;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.2px;
  color: #555;
  border-top: 1px solid #E6F1F7;
  border-bottom: 1px solid #E6F1F7;
}

.graph-wrap.chart-greenwich .bar-graph-rows:before {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 4px;
}

.graph-wrap.chart-greenwich .bar-graph-rows:after {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 4px;
}

.graph-wrap.chart-greenwich .bar-graph-rows .bar-graph-rows-50 {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  display: block;
  background: #E6F1F7;
}

.graph-wrap.chart-greenwich .bar-graph-rows .bar-graph-rows-50:before {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 4px;
}

.graph-wrap.chart-net-promotor {
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
}

.graph-wrap.chart-net-promotor .title {
  text-align: left;
  width: 100%;
  max-width: 100%;
  min-height: auto;
  margin-bottom: 20px;
}

.graph-wrap.chart-net-promotor .bar-graph {
  width: 100%;
  max-width: 100%;
}

.graph-wrap.chart-net-promotor .bar-graph .columns {
  height: 330px;
}

.graph-wrap.chart-net-promotor .bar-graph .columns .bar-column {
  width: 12.5%;
}

.graph-wrap.chart-net-promotor .bar-graph .columns .bar-column .container-bar {
  background: transparent;
}

.graph-wrap.chart-net-promotor .bar-graph .columns .bar-column:nth-child(2) {
  left: 12.5%;
}

.graph-wrap.chart-net-promotor .bar-graph .columns .bar-column:nth-child(3) {
  left: 25%;
}

.graph-wrap.chart-net-promotor .bar-graph .columns .bar-column:nth-child(4) {
  left: 37.5%;
}

.graph-wrap.chart-net-promotor .bar-graph .columns .bar-column:nth-child(5) {
  left: 50%;
}

.graph-wrap.chart-net-promotor .bar-graph .columns .bar-column:nth-child(6) {
  left: 62.5%;
}

.graph-wrap.chart-net-promotor .bar-graph .columns .bar-column:nth-child(7) {
  left: 75%;
}

.graph-wrap.chart-net-promotor .bar-graph .columns .bar-column:nth-child(8) {
  left: 87.5%;
}

.graph-wrap.chart-net-promotor .bar-graph .columns .bar-column .bar {
  width: calc(100% - 2px);
  background-image: -webkit-gradient(linear, left top, right top, from(#00669B), to(#0088CE));
  background-image: linear-gradient(to right, #00669B, #0088CE);
  border: 0 none;
  border-radius: 5px;
}

.graph-wrap.chart-net-promotor .bar-graph .columns .bar-column .bar .value {
  color: #fff;
}

.graph-wrap.chart-net-promotor .bar-graph .columns .bar-column:nth-child(even) .container-bar {
  left: calc(50% - 2px);
}

.graph-wrap.chart-net-promotor .bar-graph .columns .bar-column:nth-child(odd) .container-bar {
  left: calc(50% + 2px);
}

.graph-wrap.chart-net-promotor .bar-graph .columns .bar-column:nth-child(odd) .bar {
  background-image: url("../images/bar-1.jpg");
  border: 0 none;
}

.graph-wrap.chart-net-promotor .bar-graph .columns .bar-column:nth-child(odd) .value {
  color: #231F20;
}

.graph-wrap.chart-net-promotor .bar-graph .columns .bar-column .value {
  top: 10px;
  font-size: 16px;
  font-weight: 800;
  color: #231F20;
}

.graph-wrap.chart-net-promotor .bar-graph .columns .bar-column .key {
  left: 0;
  width: 200%;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  color: #231F20;
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.graph-wrap.chart-net-promotor .graph-legend {
  position: absolute;
  top: 0;
  left: 0;
}

.graph-wrap.chart-net-promotor .graph-legend ul {
  padding-left: 0;
}

.graph-wrap.chart-net-promotor .graph-legend li {
  display: block;
  font-size: 12px;
  color: #555;
}

.graph-wrap.chart-net-promotor .graph-legend li:first-child:before {
  background-image: url("../images/bar-1.jpg");
}

.graph-wrap.chart-net-promotor .graph-legend li:last-child:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#00669B), to(#0088CE));
  background-image: linear-gradient(to right, #00669B, #0088CE);
}

.graph-wrap.chart-doubled {
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
}

.graph-wrap.chart-doubled .title {
  text-align: left;
  width: 100%;
  max-width: 100%;
  min-height: auto;
  margin-bottom: 20px;
}

.graph-wrap.chart-doubled .bar-graph {
  width: 100%;
  max-width: 100%;
}

.graph-wrap.chart-doubled .bar-graph .columns {
  height: 430px;
}

.graph-wrap.chart-doubled .bar-graph .columns .bar-column {
  width: 12.5%;
}

.graph-wrap.chart-doubled .bar-graph .columns .bar-column .value {
  font-size: 16px;
}

.graph-wrap.chart-doubled .bar-graph .columns .bar-column:nth-child(even) .bar {
  background: url("../images/bar-1.jpg") no-repeat center top/cover;
}

.graph-wrap.chart-doubled .bar-graph .columns .bar-column:nth-child(2) {
  left: 12.5%;
}

.graph-wrap.chart-doubled .bar-graph .columns .bar-column:nth-child(3) {
  left: 25%;
}

.graph-wrap.chart-doubled .bar-graph .columns .bar-column:nth-child(4) {
  left: 37.5%;
}

.graph-wrap.chart-doubled .bar-graph .columns .bar-column:nth-child(5) {
  left: 50%;
}

.graph-wrap.chart-doubled .bar-graph .columns .bar-column:nth-child(6) {
  left: 62.5%;
}

.graph-wrap.chart-doubled .bar-graph .columns .bar-column:nth-child(7) {
  left: 75%;
}

.graph-wrap.chart-doubled .bar-graph .columns .bar-column:nth-child(8) {
  left: 87.5%;
}

.graph-wrap.chart-doubled .bar-graph .columns .bar-column .bar {
  width: calc(100% - 2px);
  background: #00669B;
  border-color: #00669B;
  border-radius: 5px 5px 0 0;
}

.graph-wrap.chart-doubled .bar-graph .columns .bar-column:nth-child(even) .container-bar {
  left: calc(50% - 2px);
}

.graph-wrap.chart-doubled .bar-graph .columns .bar-column:nth-child(odd) .container-bar {
  left: calc(50% + 2px);
}

.graph-wrap.chart-doubled .bar-graph .columns .bar-column:nth-child(odd) .bar {
  width: calc(100% - 6px);
  bottom: 0 !important;
  border-radius: 5px 5px 0 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#00669B), to(#0088CE));
  background-image: linear-gradient(to right, #00669B, #0088CE);
}

.graph-wrap.chart-doubled .bar-graph .columns .bar-column:nth-child(odd) .value {
  color: #fff;
}

.graph-wrap.chart-doubled .bar-graph .columns .bar-column .container-bar {
  background: transparent;
}

.graph-wrap.chart-doubled .bar-graph .columns .bar-column .value {
  top: 10px;
  font-size: 16px;
  font-weight: 800;
  color: #231F20;
}

.graph-wrap.chart-doubled .bar-graph .columns .bar-column .key {
  left: 0;
  width: 200%;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.graph-wrap.chart-doubled.small-values .bar-graph .columns .bar-column .value {
  font-size: 12px;
}

.graph-wrap.chart-doubled.chart-doubled-15 .bar-graph .columns .bar-column {
  width: 6.6666666667%;
}

.graph-wrap.chart-doubled.chart-doubled-15 .bar-graph .columns .bar-column:nth-child(2) {
  left: 6.6666666667%;
}

.graph-wrap.chart-doubled.chart-doubled-15 .bar-graph .columns .bar-column:nth-child(3) {
  left: 13.3333333333%;
}

.graph-wrap.chart-doubled.chart-doubled-15 .bar-graph .columns .bar-column:nth-child(4) {
  left: 20%;
}

.graph-wrap.chart-doubled.chart-doubled-15 .bar-graph .columns .bar-column:nth-child(5) {
  left: 26.6666666667%;
}

.graph-wrap.chart-doubled.chart-doubled-15 .bar-graph .columns .bar-column:nth-child(6) {
  left: 33.3333333333%;
}

.graph-wrap.chart-doubled.chart-doubled-15 .bar-graph .columns .bar-column:nth-child(7) {
  left: 40%;
}

.graph-wrap.chart-doubled.chart-doubled-15 .bar-graph .columns .bar-column:nth-child(8) {
  left: 46.6666666667%;
}

.graph-wrap.chart-doubled.chart-doubled-15 .bar-graph .columns .bar-column:nth-child(9) {
  left: 53.3333333333%;
}

.graph-wrap.chart-doubled.chart-doubled-15 .bar-graph .columns .bar-column:nth-child(10) {
  left: 60%;
}

.graph-wrap.chart-doubled.chart-doubled-15 .bar-graph .columns .bar-column:nth-child(11) {
  left: 66.6666666667%;
}

.graph-wrap.chart-doubled.chart-doubled-15 .bar-graph .columns .bar-column:nth-child(12) {
  left: 73.3333333333%;
}

.graph-wrap.chart-doubled.chart-doubled-15 .bar-graph .columns .bar-column:nth-child(13) {
  left: 80%;
}

.graph-wrap.chart-doubled.chart-doubled-15 .bar-graph .columns .bar-column:nth-child(14) {
  left: 86.6666666667%;
}

.graph-wrap.chart-doubled.chart-doubled-15 .bar-graph .columns .bar-column:nth-child(15) {
  left: 93.3333333333%;
}

.graph-wrap.chart-doubled.chart-doubled-12 .bar-graph .columns .bar-column {
  width: 8.3333333333%;
}

.graph-wrap.chart-doubled.chart-doubled-12 .bar-graph .columns .bar-column:nth-child(2) {
  left: 8.3333333333%;
}

.graph-wrap.chart-doubled.chart-doubled-12 .bar-graph .columns .bar-column:nth-child(3) {
  left: 16.6666666667%;
}

.graph-wrap.chart-doubled.chart-doubled-12 .bar-graph .columns .bar-column:nth-child(4) {
  left: 25%;
}

.graph-wrap.chart-doubled.chart-doubled-12 .bar-graph .columns .bar-column:nth-child(5) {
  left: 33.3333333333%;
}

.graph-wrap.chart-doubled.chart-doubled-12 .bar-graph .columns .bar-column:nth-child(6) {
  left: 41.6666666667%;
}

.graph-wrap.chart-doubled.chart-doubled-12 .bar-graph .columns .bar-column:nth-child(7) {
  left: 50%;
}

.graph-wrap.chart-doubled.chart-doubled-12 .bar-graph .columns .bar-column:nth-child(8) {
  left: 58.3333333333%;
}

.graph-wrap.chart-doubled.chart-doubled-12 .bar-graph .columns .bar-column:nth-child(9) {
  left: 66.6666666667%;
}

.graph-wrap.chart-doubled.chart-doubled-12 .bar-graph .columns .bar-column:nth-child(10) {
  left: 75%;
}

.graph-wrap.chart-doubled.chart-doubled-12 .bar-graph .columns .bar-column:nth-child(11) {
  left: 83.3333333333%;
}

.graph-wrap.chart-doubled.chart-doubled-12 .bar-graph .columns .bar-column:nth-child(12) {
  left: 91.6666666667%;
}

.graph-wrap.chart-doubled .graph-legend {
  position: absolute;
  top: 0;
  left: 0;
}

.graph-wrap.chart-doubled .graph-legend ul {
  padding-left: 0;
}

.graph-wrap.chart-doubled .graph-legend li {
  margin: 0;
  display: block;
  font-size: 12px;
  color: #555;
}

.graph-wrap.chart-doubled .graph-legend li:first-child:before {
  background: #E6F1F7;
}

.graph-wrap.chart-doubled .graph-legend li:last-child:before {
  background: #00669B;
}

.graph-wrap.chart-doubled.chart-asset-growth {
  margin-bottom: 0;
  padding-bottom: 100px;
}

.graph-wrap.chart-doubled.chart-asset-growth .columns {
  height: 230px;
}

.graph-wrap.chart-doubled.chart-asset-growth .columns .bar-column .key {
  top: calc(100% + 22px);
}

.graph-wrap.chart-doubled.chart-asset-growth .bar-graph:after {
  z-index: 10;
  content: "";
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  width: 100%;
  height: 3px;
  display: block;
  background: #E6F1F7;
}

.graph-wrap.chart-doubled.chart-asset-growth .bar-graph .columns .bar-column.bar-negative-4 .container-bar {
  overflow: visible;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}

.graph-wrap.chart-doubled.chart-asset-growth .bar-graph .columns .bar-column.bar-negative-4 .container-bar .bar {
  overflow: visible;
  min-height: auto;
  border-radius: 0 0 5px 5px;
}

.graph-wrap.chart-doubled.chart-asset-growth .bar-graph .columns .bar-column.bar-negative-4 .value {
  top: auto;
  color: #231F20;
  bottom: calc(100% + 5px);
}

.graph-wrap.chart-doubled.chart-asset-growth .bar-graph .columns .bar-column.bar-positive-1 .container-bar {
  overflow: visible;
}

.graph-wrap.chart-doubled.chart-asset-growth .bar-graph .columns .bar-column.bar-positive-1 .container-bar .bar {
  overflow: visible;
  min-height: auto;
}

.graph-wrap.chart-doubled.chart-asset-growth .bar-graph .columns .bar-column.bar-positive-1 .value {
  top: auto;
  color: #231F20;
  bottom: calc(100% + 5px);
}

.graph-wrap.chart-doubled.chart-asset-growth .bar-graph .columns .bar-column:not(.bar-doubled) .container-bar {
  left: 50%;
}

.graph-wrap.chart-doubled.chart-asset-growth .bar-graph .columns .bar-column:not(.bar-doubled) .container-bar .bar {
  background-image: -webkit-gradient(linear, left top, right top, from(#00669B), to(#0088CE));
  background-image: linear-gradient(to right, #00669B, #0088CE);
}

.graph-wrap.chart-doubled.chart-asset-growth .bar-graph .columns .bar-column:not(.bar-doubled) .container-bar .value {
  color: #fff;
}

.graph-wrap.chart-doubled.chart-asset-growth .bar-graph .columns .bar-column:not(.bar-doubled) .key {
  width: 100%;
}

.graph-wrap.chart-doubled.chart-cash-management .graph-legend ul li {
  font-size: 14px;
  text-transform: none;
  display: inline-block;
  margin-right: 10px;
}

.graph-wrap.chart-doubled.chart-cash-management .graph-legend ul li:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#00669B), to(#0088CE));
  background-image: linear-gradient(to right, #00669B, #0088CE);
}

.graph-wrap.chart-doubled.chart-cash-management .graph-legend ul li:last-child:before {
  background-image: url("../images/bar-1.jpg");
}

.graph-wrap.chart-leading-southeast .columns .bar-column .bar {
  width: 94%;
}

.graph-wrap.chart-leading-southeast .columns .bar-column:nth-child(4) .bar {
  left: calc(50% + 2px);
}

.graph-wrap.chart-leading-southeast .columns .bar-column:nth-child(4) .key {
  left: 0;
  width: 200%;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.graph-wrap.chart-leading-southeast .columns .bar-column:last-child .bar {
  left: calc(50% - 2px);
}

.graph-wrap.chart-leading-southeast .key {
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
}

.graph-wrap#market-leading-nps {
  text-align: center;
}

.graph-wrap#market-leading-nps .title {
  max-width: 550px;
}

.graph-wrap#market-leading-nps .bar-graph {
  width: 550px;
}

.graph-wrap#market-leading-nps .key {
  font-size: 12px;
  line-height: 1;
}

.graph-wrap#market-share-growth .title {
  max-width: none;
}

.graph-wrap#market-share-growth .bar-graph {
  width: auto;
}

.graph-wrap#market-share-growth .columns .bar-column .bar,
.graph-wrap#market-share-growth .columns .bar-column .container-bar {
  min-height: auto;
}

.graph-wrap#market-share-growth .key {
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}

.graph-wrap#market-share-growth .rank {
  z-index: 20;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 50px;
  height: auto;
  font-size: 14px;
  line-height: 68px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.graph-wrap#market-share-growth .rank .perc-circle {
  position: relative;
  width: 100px;
  padding: 100% 0 0;
  max-width: 100%;
  font-weight: bold;
  margin: 0 auto;
  display: block;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#00669B), to(#0088CE));
  background-image: linear-gradient(to bottom right, #00669B, #0088CE);
}

.graph-wrap#market-share-growth .rank .perc-circle .perc-text {
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  display: block;
}

.graph-wrap#market-share-growth .rank .perc-text {
  z-index: 99;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 5px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.graph-wrap#market-share-growth .rank br {
  display: none;
}

.graph-wrap.keys-above .columns .bar-column .bar .value {
  top: auto;
  bottom: calc(100% + 5px);
}

.graph-wrap.bars-6 .columns .bar-column {
  width: 16.6666666667%;
}

.graph-wrap.bars-6 .columns .bar-column:nth-child(2) {
  left: 16.6666666667%;
}

.graph-wrap.bars-6 .columns .bar-column:nth-child(3) {
  left: 33.3333333333%;
}

.graph-wrap.bars-6 .columns .bar-column:nth-child(4) {
  left: 50%;
}

.graph-wrap.bars-6 .columns .bar-column:nth-child(5) {
  left: 66.6666666667%;
}

.graph-wrap.bars-6 .columns .bar-column:nth-child(6) {
  left: 83.3333333333%;
}

.graph-wrap.bars-8 .columns .bar-column {
  width: 12.5%;
}

.graph-wrap.bars-8 .columns .bar-column:nth-child(2) {
  left: 12.5%;
}

.graph-wrap.bars-8 .columns .bar-column:nth-child(3) {
  left: 25%;
}

.graph-wrap.bars-8 .columns .bar-column:nth-child(4) {
  left: 37.5%;
}

.graph-wrap.bars-8 .columns .bar-column:nth-child(5) {
  left: 50%;
}

.graph-wrap.bars-8 .columns .bar-column:nth-child(6) {
  left: 62.5%;
}

.graph-wrap.bars-8 .columns .bar-column:nth-child(7) {
  left: 75%;
}

.graph-wrap.bars-8 .columns .bar-column:nth-child(8) {
  left: 87.5%;
}

.graph-wrap.bars-9 .columns .bar-column {
  width: 11.1111111111%;
}

.graph-wrap.bars-9 .columns .bar-column:nth-child(2) {
  left: 11.1111111111%;
}

.graph-wrap.bars-9 .columns .bar-column:nth-child(3) {
  left: 22.2222222222%;
}

.graph-wrap.bars-9 .columns .bar-column:nth-child(4) {
  left: 33.3333333333%;
}

.graph-wrap.bars-9 .columns .bar-column:nth-child(5) {
  left: 44.4444444444%;
}

.graph-wrap.bars-9 .columns .bar-column:nth-child(6) {
  left: 55.5555555556%;
}

.graph-wrap.bars-9 .columns .bar-column:nth-child(7) {
  left: 66.6666666667%;
}

.graph-wrap.bars-9 .columns .bar-column:nth-child(8) {
  left: 77.7777777778%;
}

.graph-wrap.bars-9 .columns .bar-column:nth-child(9) {
  left: 88.8888888889%;
}

.graph-wrap.bars-10 .columns .bar-column {
  width: 10%;
}

.graph-wrap.bars-10 .columns .bar-column:nth-child(2) {
  left: 10%;
}

.graph-wrap.bars-10 .columns .bar-column:nth-child(3) {
  left: 20%;
}

.graph-wrap.bars-10 .columns .bar-column:nth-child(4) {
  left: 30%;
}

.graph-wrap.bars-10 .columns .bar-column:nth-child(5) {
  left: 40%;
}

.graph-wrap.bars-10 .columns .bar-column:nth-child(6) {
  left: 50%;
}

.graph-wrap.bars-10 .columns .bar-column:nth-child(7) {
  left: 60%;
}

.graph-wrap.bars-10 .columns .bar-column:nth-child(8) {
  left: 70%;
}

.graph-wrap.bars-10 .columns .bar-column:nth-child(9) {
  left: 80%;
}

.graph-wrap.bars-10 .columns .bar-column:nth-child(10) {
  left: 90%;
}

.graph-wrap.bars-11 .columns .bar-column {
  width: 9.0909090909%;
}

.graph-wrap.bars-11 .columns .bar-column:nth-child(2) {
  left: 9.0909090909%;
}

.graph-wrap.bars-11 .columns .bar-column:nth-child(3) {
  left: 18.1818181818%;
}

.graph-wrap.bars-11 .columns .bar-column:nth-child(4) {
  left: 27.2727272727%;
}

.graph-wrap.bars-11 .columns .bar-column:nth-child(5) {
  left: 36.3636363636%;
}

.graph-wrap.bars-11 .columns .bar-column:nth-child(6) {
  left: 45.4545454545%;
}

.graph-wrap.bars-11 .columns .bar-column:nth-child(7) {
  left: 54.5454545455%;
}

.graph-wrap.bars-11 .columns .bar-column:nth-child(8) {
  left: 63.6363636364%;
}

.graph-wrap.bars-11 .columns .bar-column:nth-child(9) {
  left: 72.7272727273%;
}

.graph-wrap.bars-11 .columns .bar-column:nth-child(10) {
  left: 81.8181818182%;
}

.graph-wrap.bars-11 .columns .bar-column:nth-child(11) {
  left: 90.9090909091%;
}

.graph-wrap.bars-15 .columns .bar-column {
  width: 6.6666666667%;
}

.graph-wrap.bars-15 .columns .bar-column:nth-child(2) {
  left: 6.6666666667%;
}

.graph-wrap.bars-15 .columns .bar-column:nth-child(3) {
  left: 13.3333333333%;
}

.graph-wrap.bars-15 .columns .bar-column:nth-child(4) {
  left: 20%;
}

.graph-wrap.bars-15 .columns .bar-column:nth-child(5) {
  left: 26.6666666667%;
}

.graph-wrap.bars-15 .columns .bar-column:nth-child(6) {
  left: 33.3333333333%;
}

.graph-wrap.bars-15 .columns .bar-column:nth-child(7) {
  left: 40%;
}

.graph-wrap.bars-15 .columns .bar-column:nth-child(8) {
  left: 46.6666666667%;
}

.graph-wrap.bars-15 .columns .bar-column:nth-child(9) {
  left: 53.3333333333%;
}

.graph-wrap.bars-15 .columns .bar-column:nth-child(10) {
  left: 60%;
}

.graph-wrap.bars-15 .columns .bar-column:nth-child(11) {
  left: 66.6666666667%;
}

.graph-wrap.bars-15 .columns .bar-column:nth-child(12) {
  left: 73.3333333333%;
}

.graph-wrap.bars-15 .columns .bar-column:nth-child(13) {
  left: 80%;
}

.graph-wrap.bars-15 .columns .bar-column:nth-child(14) {
  left: 86.6666666667%;
}

.graph-wrap.bars-15 .columns .bar-column:nth-child(15) {
  left: 93.3333333333%;
}

.graph-wrap.small-keys .columns .key {
  font-size: 8px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
}

.chart-asset-growth-legend ul li,
.legend-satisfaction ul li {
  font-size: 14px;
}

.chart-asset-growth-legend ul li:nth-of-type(1):before,
.legend-satisfaction ul li:nth-of-type(1):before {
  background-image: -webkit-gradient(linear, left top, right top, from(#00669B), to(#0088CE));
  background-image: linear-gradient(to right, #00669B, #0088CE);
}

.chart-asset-growth-legend ul li:nth-of-type(2):before,
.legend-satisfaction ul li:nth-of-type(2):before {
  background: url("../images/bar-1.jpg") no-repeat top left/auto auto;
}

.graph-wrap.rev-producers {
  padding: 0;
  min-height: auto;
}

.graph-wrap.rev-producers .chart-title {
  padding: 0;
  min-height: auto;
}

.graph-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 1s;
  transition: opacity 0.5s ease 1s;
}

.active .graph-arrow {
  opacity: 1;
}

.graph-arrow .arrow-value {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: #2C9500;
  margin-top: -20px;
}

.graph-arrow .arrow-line {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 140%;
  height: 4px;
  border-radius: 2px;
  background: rgba(94, 255, 26, 0.5);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}

.graph-arrow .arrow-line:after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: -2px;
  width: 20px;
  height: 20px;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 4px solid rgba(94, 255, 26, 0.5);
  border-right: 4px solid rgba(94, 255, 26, 0.5);
}

.graph-arrow.graph-arrow-rev .arrow-line {
  bottom: 14%;
  width: 122%;
  -webkit-transform: rotate(-42deg);
  -ms-transform: rotate(-42deg);
  transform: rotate(-42deg);
}

.graph-arrow.graph-arrow-eps .arrow-line {
  bottom: 15%;
  width: 122%;
  -webkit-transform: rotate(-41.5deg);
  -ms-transform: rotate(-41.5deg);
  transform: rotate(-41.5deg);
}

.graph-arrow.graph-arrow-rotce .arrow-line {
  bottom: 24.5%;
  width: 110%;
  -webkit-transform: rotate(-34deg);
  -ms-transform: rotate(-34deg);
  transform: rotate(-34deg);
}

.graph-arrow.graph-arrow-loans .arrow-line {
  bottom: 15%;
  width: 122%;
  -webkit-transform: rotate(-41.9deg);
  -ms-transform: rotate(-41.9deg);
  transform: rotate(-41.9deg);
}

.graph-arrow.graph-arrow-deposits .arrow-line {
  bottom: 11%;
  width: 125%;
  -webkit-transform: rotate(-43.3deg);
  -ms-transform: rotate(-43.3deg);
  transform: rotate(-43.3deg);
}

.graph-arrow.graph-arrow-books .arrow-line {
  bottom: 13%;
  width: 124%;
  -webkit-transform: rotate(-42.5deg);
  -ms-transform: rotate(-42.5deg);
  transform: rotate(-42.5deg);
}

.graph-wrap.chart-short .graph-arrow.graph-arrow-rev .arrow-line {
  bottom: 13%;
  width: 113%;
  -webkit-transform: rotate(-36.5deg);
  -ms-transform: rotate(-36.5deg);
  transform: rotate(-36.5deg);
}

.graph-wrap.chart-short .graph-arrow.graph-arrow-eps .arrow-line {
  width: 112%;
  -webkit-transform: rotate(-36deg);
  -ms-transform: rotate(-36deg);
  transform: rotate(-36deg);
}

.graph-wrap.chart-short .graph-arrow.graph-arrow-rotce .arrow-line {
  width: 105%;
  -webkit-transform: rotate(-33deg);
  -ms-transform: rotate(-33deg);
  transform: rotate(-33deg);
}

.graph-wrap.chart-short .graph-arrow.graph-arrow-loans .arrow-line {
  width: 118%;
  -webkit-transform: rotate(-41deg);
  -ms-transform: rotate(-41deg);
  transform: rotate(-41deg);
}

.graph-wrap.chart-short .graph-arrow.graph-arrow-deposits .arrow-line {
  width: 118%;
  -webkit-transform: rotate(-41deg);
  -ms-transform: rotate(-41deg);
  transform: rotate(-41deg);
}

.graph-wrap.chart-short .graph-arrow.graph-arrow-books .arrow-line {
  width: 114%;
  -webkit-transform: rotate(-38deg);
  -ms-transform: rotate(-38deg);
  transform: rotate(-38deg);
}

.graph-wrap.chart-short .graph-arrow.graph-arrow-books2 .arrow-line {
  width: 113%;
  -webkit-transform: rotate(-36.5deg);
  -ms-transform: rotate(-36.5deg);
  transform: rotate(-36.5deg);
}

.footnotes-nongaap {
  text-align: center;
}

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

.footnotes-nongaap a {
  display: inline-block;
}

.pie-chart-wrap {
  max-width: 340px;
  margin: 0 auto;
}

.pie-chart {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 0 auto;
}

#pie-chart .graph-legend {
  max-width: 290px;
  margin: 0 auto;
}

#pie-chart-work-survey .pie-chart {
  width: 400px;
  height: 400px;
  max-width: 100%;
}

.right-time-chart-categories {
  font-size: 9px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.right-time-chart-categories .col {
  position: relative;
  height: 30px;
}

.right-time-chart-categories .col:before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  width: 80%;
  height: 100%;
  border: 1px solid #AFD7EB;
  border-top: 0 none;
  border-radius: 0 0 100px 100px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.right-time-chart-categories .col:first-child {
  width: 40%;
  max-width: 40%;
  margin-left: 46.6666666667%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
}

.right-time-chart-categories .col:last-child {
  width: 13.3333333333%;
  max-width: 13.3333333333%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 13.3333333333%;
  flex: 1 0 13.3333333333%;
}

.right-time-chart-categories .col .cat-name {
  position: absolute;
  left: 50%;
  bottom: 0;
  min-height: 16px;
  display: inline-block;
  padding: 0 5px;
  background: #fff;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.right-time-chart-categories.type2 .col:nth-child(1) {
  width: 40%;
  max-width: 40%;
  margin-left: 60%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
}

.right-time-chart-categories.type3 .col:nth-child(1) {
  width: 62.5%;
  max-width: 62.5%;
  margin-left: 37.5%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 62.5%;
  flex: 1 0 62.5%;
}

.graph-legend.legend-survey ul li:nth-child(1):before {
  background: #63A22F;
}

.graph-legend.legend-survey ul li:nth-child(2):before {
  background: #377D21;
}

.graph-legend.legend-survey ul li:nth-child(3):before {
  background: #E73223;
}

.graph-legend.legend-survey ul li:nth-child(4):before {
  background: #F09336;
}

.graph-legend.legend-survey ul li:nth-child(5):before {
  background: #0088CE;
}

.graph-legend.legend-survey ul li:nth-child(6):before {
  background: #AFD7EB;
}

.graph-legend.legend-survey ul li:nth-child(7):before {
  background: #231F20;
}

.graph-legend.legend-survey ul li:nth-child(8):before {
  background: #ED692C;
}

.graph-legend.legend-survey ul li:nth-child(9):before {
  background: #FFFF54;
}

.graph-legend.legend-survey ul li:nth-child(10):before {
  background: #0C4766;
}

.graph-legend.legend-survey ul li:nth-child(11):before {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#00669B), to(#0088CE));
  background-image: linear-gradient(to bottom right, #00669B, #0088CE);
}

.graph-legend.legend-survey ul li:nth-child(12):before {
  background: #999999;
}

.graph-legend.legend-survey ul li:nth-child(13):before {
  background: #555555;
}

#footer {
  font-size: 0;
  line-height: 1.2;
  padding: 48px 0;
  margin-top: 90px;
  background: #E6F1F7;
}

.page-index #footer {
  background: #fff;
}

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

#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

#footer li {
  font-size: 16px;
}

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

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

#footer-menu {
  display: inline-block;
  margin-right: 20px;
}

#footer-menu ul {
  margin-left: -10px;
  list-style: none;
}

#footer-menu li {
  margin: 0 10px;
  display: inline-block;
}

#footer-menu li:before {
  display: none !important;
}

#social-menu {
  font-size: 16px;
  display: inline-block;
}

#social-menu a {
  font-size: 26px;
  color: #545C5F;
  margin-top: -9px;
  margin-left: 5px;
  vertical-align: middle;
}

#social-menu a:hover {
  color: #00669B;
}

.cc {
  padding-top: 5px;
  font-size: 14px;
}

.inview {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: opacity, background, -webkit-transform, -webkit-filter;
  transition: opacity, background, -webkit-transform, -webkit-filter;
  transition: opacity, transform, background, filter;
  transition: opacity, transform, background, filter, -webkit-transform, -webkit-filter;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.inview.panels .panel {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.inview:not(.is-inview):not(.vis) {
  opacity: 0;
}

.inview:not(.is-inview).from-above,
.inview:not(.is-inview) .from-above {
  -webkit-transform: translate(0, -15%);
  -ms-transform: translate(0, -15%);
  transform: translate(0, -15%);
}

.inview:not(.is-inview).from-left,
.inview:not(.is-inview) .from-left {
  -webkit-transform: translate(-15%, 0);
  -ms-transform: translate(-15%, 0);
  transform: translate(-15%, 0);
}

.inview:not(.is-inview).from-right,
.inview:not(.is-inview) .from-right {
  -webkit-transform: translate(15%, 0);
  -ms-transform: translate(15%, 0);
  transform: translate(15%, 0);
}

.inview:not(.is-inview).from-below,
.inview:not(.is-inview) .from-below {
  -webkit-transform: translate(0, 5%);
  -ms-transform: translate(0, 5%);
  transform: translate(0, 5%);
}

.inview:not(.is-inview).color-fade,
.inview:not(.is-inview) .color-fade {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.inview:not(.is-inview).panels .panel {
  opacity: 0;
  -webkit-transform: translate(-15%, 0);
  -ms-transform: translate(-15%, 0);
  transform: translate(-15%, 0);
}

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

.rel {
  position: relative;
}

.text-accent {
  color: #00669B;
}

.text-dark {
  color: #231F20;
}

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

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

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

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

#mobile-div {
  display: block;
}

.lity {
  z-index: 9999999999;
}

@media (min-width: 450px) {
  .row.cols5 > * {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }

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

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

@media (min-width: 567px) {
  blockquote.quote {
    font-size: 20px;
    line-height: 1.8333333333;
  }

  blockquote.q {
    font-size: 20px;
    line-height: 1.8333333333;
  }

  .panel.padded .panel-body {
    padding: 37px;
  }

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

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

  .delay-1 {
    -webkit-transition-delay: 0.125s !important;
    transition-delay: 0.125s !important;
  }

  .delay-2 {
    -webkit-transition-delay: 0.25s !important;
    transition-delay: 0.25s !important;
  }

  .delay-3 {
    -webkit-transition-delay: 0.375s !important;
    transition-delay: 0.375s !important;
  }

  .delay-4 {
    -webkit-transition-delay: 0.5s !important;
    transition-delay: 0.5s !important;
  }

  .delay-5 {
    -webkit-transition-delay: 0.625s !important;
    transition-delay: 0.625s !important;
  }

  .delay-6 {
    -webkit-transition-delay: 0.75s !important;
    transition-delay: 0.75s !important;
  }

  .delay-7 {
    -webkit-transition-delay: 0.875s !important;
    transition-delay: 0.875s !important;
  }

  .delay-8 {
    -webkit-transition-delay: 1s !important;
    transition-delay: 1s !important;
  }

  .delay-9 {
    -webkit-transition-delay: 1.125s !important;
    transition-delay: 1.125s !important;
  }

  .delay-10 {
    -webkit-transition-delay: 1.25s !important;
    transition-delay: 1.25s !important;
  }
}

@media screen and (min-width: 567px) {
  .location-navigation a.btn-small {
    font-size: 16px;
  }

  .align-right {
    float: right;
    margin-top: 20px;
    margin-left: 15px;
    margin-bottom: 10px;
    width: auto;
    max-width: 50%;
  }
}

@media (min-width: 745px) {
  #header .header-content {
    width: 214px;
    -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;
  }

  #header .menu-collapsable {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity, visibility;
    transition: opacity, visibility;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }

  #header .menu-column-map {
    right: 76px;
  }

  #header .menu-column-download {
    right: 40px;
  }

  #header #main-menu {
    right: 113px;
  }

  #header #main-menu.menu-column {
    max-width: calc(100% - 120px);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% - 120px);
    flex: 1 0 calc(100% - 120px);
  }

  .mobile-style #header .header-content {
    width: 100%;
  }

  .mobile-style #header .menu-collapsable {
    opacity: 1;
    visibility: visible;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
  }

  #main-menu {
    text-align: right;
    font-size: 0;
    white-space: nowrap;
  }

  #main-menu a {
    font-size: 16px;
    line-height: 1;
    padding: 11px 0;
    text-align: center;
  }

  #main-menu .menu {
    overflow: hidden;
    white-space: nowrap;
  }

  #main-menu .menu-item {
    margin: 0 8px;
    display: inline-block;
  }

  #page-header.home-header h1 {
    font-size: 96px;
  }

  #mobile-div {
    display: none;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 40px;
  }

  blockquote.quote {
    font-size: 24px;
  }

  blockquote.q {
    font-size: 24px;
  }

  .section-nav .row > *:first-child a {
    border-radius: 10px 0 0 10px;
  }

  .section-nav .row > *:last-child a {
    border-radius: 0 10px 10px 0;
  }

  .push-sidebar aside {
    margin-bottom: -90px;
  }

  .graph-legend.coalition-greenwich-legend {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .graph-legend.coalition-greenwich-legend ul {
    white-space: nowrap;
  }

  .graph-legend.coalition-greenwich-legend ul li {
    margin-bottom: 15px;
  }

  .survey-list .col.bd-bottom-md-none .item {
    border: 0 none;
  }

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

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

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

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

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

  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }
}

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

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

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

  .location-navigation a {
    display: inline-block;
  }

  .location-navigation .loc-prev,
  .location-navigation .loc-next {
    width: calc((100% - 200px) / 2);
    max-width: calc((100% - 200px) / 2);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc((100% - 200px) / 2);
    flex: 1 0 calc((100% - 200px) / 2);
  }

  .location-navigation .loc-prev {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .location-navigation .loc-map {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .location-navigation .loc-next {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .graph-wrap.chart-greenwich .graph-legend {
    text-align: right;
  }

  .chart-asset-growth-legend {
    margin-top: -50px;
  }

  .footnotes-nongaap {
    text-align: left;
  }

  .footnotes-nongaap .col:last-child {
    padding-top: 8px;
    width: calc(100% - 230px);
    max-width: calc(100% - 230px);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% - 230px);
    flex: 1 0 calc(100% - 230px);
  }

  .footnotes-nongaap .col:first-child {
    width: 230px;
    max-width: 230px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 230px;
    flex: 1 0 230px;
  }
}

@media (min-width: 992px) {
  #shareholders {
    padding: 130px 0;
  }

  #excited-associates {
    padding: 147px 0 71px;
  }

  #engaged-clients {
    padding: 90px 0;
  }

  #enriched-shareholders {
    padding: 125px 0 80px;
  }

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

  .panel.panel-relationship-ratings {
    margin-bottom: -60px;
  }

  .panel.panel-relationship-ratings .panel-body {
    padding-bottom: 110px;
  }

  .panel.panel-retention {
    margin-top: -30px;
  }

  .push-sidebar aside {
    margin-top: -50px;
  }

  .row.cols4 > * {
    width: 25%;
    max-width: 25%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
  }

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

  .right-time-chart-categories {
    margin-top: -20px;
  }

  .pe-lg-40p {
    padding-right: 40%;
  }

  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }
}

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

@media (min-width: 1200px) {
  h2.larger {
    font-size: 64px;
  }

  .large-text {
    font-size: 26px;
  }

  .large-text2 {
    font-size: 23px;
  }

  .section-stats {
    max-width: 860px;
  }

  .push-sidebar aside {
    -webkit-transform: translate(80px, 0);
    -ms-transform: translate(80px, 0);
    transform: translate(80px, 0);
  }

  .quote-slider .slick-arrow {
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
  }

  .quote-slider .slick-arrow:before {
    font-size: 50px;
  }

  .quote-slider .slick-arrow.slick-prev {
    left: -10px;
  }

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

  .survey-list .col.bd-bottom-xl-none .item {
    border: 0 none;
  }

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

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

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

  .row.cols6 > * {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 16.6666666667%;
    flex: 1 0 16.6666666667%;
  }

  .row.cols6 > * .panel .panel-body {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .section-image {
    height: calc(100% + 125px);
  }

  .media-holder .row {
    margin-left: -31px;
    margin-right: -31px;
  }

  .media-holder .row > * {
    padding-left: 31px;
    padding-right: 31px;
  }
}

@media (min-width: 1400px) {
  .quote-slider .slick-arrow.slick-prev {
    left: -45px;
  }

  .quote-slider .slick-arrow.slick-next {
    right: -45px;
  }
}

@media (min-width: 1440px) {
  .page-index #locations-map .map > img {
    max-width: 170%;
  }
}

@media (max-width: 1460px) {
  #locations-map .map-holder {
    width: 600px;
    height: 723.13px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 1399px) {
  #footer-menu {
    margin-right: 20px;
  }
}

@media (max-width: 1199px) {
  h1 .icon,
  h2 .icon,
  h3 .icon,
  h4 .icon,
  h5 .icon,
  h6 .icon {
    width: 45px;
    height: 45px;
  }

  .page-message-to-shareholders #page-header .page-intro {
    font-size: 18px;
    max-width: 400px;
  }

  .section-nav a {
    font-size: 20px;
  }

  .section-image {
    position: relative;
    padding: 70% 0 0;
    height: auto;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .hero-greenwich .graph-wrap.chart-greenwich .bar-graph .columns .bar-column .value {
    font-size: 14px;
  }

  .hero-greenwich .graph-wrap.chart-greenwich .bar-graph .columns .bar-column .key {
    font-size: 10px;
    text-align: left;
    padding-top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media screen and (max-width: 1085px) {
  #footer-menu {
    margin-right: 0;
    max-width: 500px;
    display: block;
  }

  #social-menu {
    margin-top: 20px;
  }
}

@media (max-width: 992px) {
  .button.btn-play {
    padding-left: 25px;
  }

  .button-group .button {
    display: block;
    width: 400px;
  }

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

@media screen and (max-width: 992px) {
  .inview:not(.is-inview).from-above,
  .inview:not(.is-inview) .from-above {
    -webkit-transform: translate(0, -10%);
    -ms-transform: translate(0, -10%);
    transform: translate(0, -10%);
  }

  .inview:not(.is-inview).from-left,
  .inview:not(.is-inview) .from-left,
  .inview:not(.is-inview).from-right,
  .inview:not(.is-inview) .from-right {
    -webkit-transform: translate(-30%, 0);
    -ms-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
  }

  .inview:not(.is-inview).from-below,
  .inview:not(.is-inview) .from-below {
    -webkit-transform: translate(0, 10%);
    -ms-transform: translate(0, 10%);
    transform: translate(0, 10%);
  }

  .page-ceo-letter .inview:not(.is-inview).from-below,
  .page-ceo-letter .inview:not(.is-inview) .from-below {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media (max-width: 991px) {
  .page-message-to-shareholders #page-header {
    padding-top: 0;
  }

  .page-message-to-shareholders #page-header .bg {
    position: relative;
    display: block;
    max-height: 800px;
    overflow: hidden;
  }

  .page-message-to-shareholders #page-header .bg:after {
    content: "";
    display: table;
    clear: both;
  }

  .page-message-to-shareholders #page-header .bg img {
    position: relative;
    width: 100%;
    float: right;
  }

  .page-message-to-shareholders #page-header .page-intro {
    padding: 50px 0 0;
    max-width: 100% !important;
  }

  .page-message-to-shareholders #page-header .parallax-fade {
    opacity: 1 !important;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }

  #locations-map .map-holder {
    width: 600px;
    height: 723.13px;
    float: none;
    margin: 50px auto;
  }

  #locations-map {
    padding-bottom: 50px;
  }

  .section-nav a {
    font-size: 18px;
  }

  .section-nav .nav-item {
    padding: 0 18px;
  }

  #hero-marketshare-growth .wrapper {
    padding: 0;
  }

  .leading-southeast .row.row-top .col:first-child,
  .leading-southeast .row.row-top .col:last-child {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }

  .leading-southeast .number {
    font-size: 35px;
  }

  .graph-wrap#market-leading-nps .key {
    top: calc(100% - 15px);
    width: auto;
    padding: 8px;
    margin: 0;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: translate(0, 8px) rotate(45deg);
    -ms-transform: translate(0, 8px) rotate(45deg);
    transform: translate(0, 8px) rotate(45deg);
  }

  .delay-1.pause-mobile {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }

  .delay-2.pause-mobile {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }

  .delay-3.pause-mobile {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }

  .delay-4.pause-mobile {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }

  .delay-5.pause-mobile {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }

  .delay-6.pause-mobile {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }

  .delay-7.pause-mobile {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }

  .delay-8.pause-mobile {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }

  .delay-9.pause-mobile {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }

  .delay-10.pause-mobile {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
}

@media screen and (max-width: 991px) {
  .graph-wrap.chart-doubled.chart-asset-growth .columns .bar-column .key {
    font-size: 10px;
  }
}

@media (max-width: 900px) {
  .button.btn-play {
    font-size: 16px;
  }
}

@media (max-width: 850px) {
  .leading-southeast .row.row-bottom .col {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.3333333333%;
    flex: 1 0 33.3333333333%;
  }

  .leading-southeast .row.row-bottom .col:last-child {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}

@media (max-width: 768px) {
  .button.btn-large {
    font-size: 16px;
    padding: 22px 100px 22px 30px;
  }

  .button.btn-large:after {
    right: 40px;
  }

  .button:hover.btn-large:after {
    right: 30px;
  }

  .equal-columns-md > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .equal-columns-md > * .panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}

@media (max-width: 767px) {
  #shareholders figure {
    margin-bottom: 40px;
  }

  #highlights {
    padding: 0 0 50px;
  }

  #highlights .bg {
    position: relative;
    padding: 50% 0 0;
    margin-bottom: 40px;
  }

  #highlights .bg img {
    height: auto;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }

  #highlights h2 {
    color: rgba(0, 102, 155, 0.8);
  }

  #highlights .highlights-wrapper {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  #highlights .footnotes {
    color: #555;
  }

  .section-nav {
    margin-top: 30px;
  }

  .section-nav a {
    padding: 0 25px;
    height: 80px;
  }

  .section-nav a .nav-item-inner {
    display: block;
  }

  .section-nav .nav-item {
    text-align: left;
  }

  .leading-southeast .row.row-top .col:first-child,
  .leading-southeast .row.row-top .col:last-child {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }

  .leading-southeast .row.row-top .row-double .col {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }

  .graph-wrap#market-share-growth .key {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .graph-wrap#market-share-growth .value {
    font-size: 10px;
  }

  .graph-wrap#market-share-growth .rank {
    font-size: 10px;
  }

  .graph-wrap#market-share-growth .rank br {
    display: inline-block;
  }

  .graph-wrap#market-share-growth .rank .perc-circle {
    line-height: 1.2;
  }

  #leading-southeast {
    margin-bottom: 50px;
  }

  #leading-southeast .value {
    font-size: 12px;
  }

  #leading-southeast .key {
    text-align: left;
    white-space: nowrap;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: translate(7px, 0) rotate(90deg);
    -ms-transform: translate(7px, 0) rotate(90deg);
    transform: translate(7px, 0) rotate(90deg);
  }
}

@media screen and (max-width: 767px) {
  .table.table-relationship-ratings-key {
    margin-bottom: 50px;
  }

  .table.table-relationship-ratings-key .td-text {
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    color: #231F20;
    text-align: center;
    display: block;
  }

  .table.table-relationship-ratings-key td:last-child .td-text {
    left: auto;
    right: 0;
  }

  .table.table-relationship-ratings-key td.td-neutral .td-text {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .graph-wrap.chart-satisfaction .columns .bar-column .key.key-double {
    left: 100%;
    width: auto;
    padding: 8px;
    margin: 0;
    white-space: nowrap;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: translate(0, 8px) rotate(-90deg);
    -ms-transform: translate(0, 8px) rotate(-90deg);
    transform: translate(0, 8px) rotate(-90deg);
  }

  .graph-wrap.chart-satisfaction .columns .bar-column .bar .value {
    left: auto;
    right: 50%;
    padding: 0;
    white-space: nowrap;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: translate(0, 0) rotate(-90deg);
    -ms-transform: translate(0, 0) rotate(-90deg);
    transform: translate(0, 0) rotate(-90deg);
  }

  .hero-greenwich .graph-wrap.chart-greenwich .bar-graph .columns .bar-column .value {
    font-size: 10px;
  }

  .graph-wrap.chart-greenwich .bar-graph .columns .bar-column .value {
    font-size: 16px;
  }

  .graph-wrap.chart-greenwich .bar-graph .columns .bar-column .key {
    font-size: 12px;
    text-align: left;
    padding-top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .graph-wrap.chart-greenwich .bar-graph-rows {
    font-size: 10px;
  }

  .graph-wrap.chart-doubled.chart-asset-growth .columns .bar-column .key {
    left: 137%;
    width: auto !important;
    white-space: nowrap;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .graph-wrap.chart-doubled.chart-asset-growth .bar-graph .columns .bar-column.bar-negative-4 .value {
    bottom: calc(100% + 25px);
  }

  .graph-wrap.chart-doubled.chart-asset-growth .bar-graph .columns .bar-column.bar-positive-1 .value {
    bottom: calc(100% + 25px);
  }

  .graph-wrap.chart-doubled.chart-asset-growth .bar-graph .columns .bar-column:not(.bar-doubled) .key {
    left: 90%;
  }

  #footer {
    text-align: center;
    padding-bottom: 30px;
  }

  #footer .cc {
    text-align: center;
  }

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

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

  #footer-menu {
    margin: 0 auto;
  }

  #footer-menu ul {
    margin-left: 0;
  }

  #social-menu {
    margin: 30px 0;
  }
}

@media (max-width: 744px) {
  #main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity, visibility;
    transition: opacity, visibility;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }

  #main-menu.menu-column {
    z-index: 10;
    position: fixed;
    max-width: none;
    padding-top: 120px;
  }

  #main-menu .menu {
    font-size: 25px;
    line-height: 1.3;
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
    text-align: center;
    padding: 20px;
  }

  #main-menu .menu .menu-item:before {
    display: none;
  }

  #main-menu a {
    padding: 5px;
    color: #231F20;
    display: inline-block;
    margin: 10px 0;
  }

  #main-menu a:hover {
    color: #00669B;
  }

  .mobile-open #main-menu {
    width: 100%;
    height: 100vh;
    overflow: auto;
  }

  .mobile-style #main-menu {
    opacity: 1;
    visibility: visible;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
  }

  #page-header.home-header {
    min-height: 100vh;
    padding-bottom: 100px;
  }

  #page-header .scrolldown {
    bottom: 50px;
  }

  .page-message-to-shareholders #page-header .bg img {
    left: 35%;
    width: 170%;
  }

  .scrolldown {
    width: 60px;
    height: 60px;
  }

  .scrolldown:before {
    background-size: 35% auto;
  }
}

@media (max-width: 700px) {
  #locations-map .map-holder {
    width: 400px;
    height: 482.09px;
  }

  #locations-map .map-holder .pin {
    width: 20px;
    height: 26.06px;
  }
}

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

@media (max-width: 566px) {
  .leading-southeast .row.row-bottom .col {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }

  .leading-southeast .row.row-bottom .col:first-child,
  .leading-southeast .row.row-bottom .col:last-child {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }

  .location-navigation .button {
    font-size: 14px;
    padding: 10px 15px;
  }

  .graph-wrap.chart-greenwich .rank {
    font-size: 14px;
  }

  .graph-wrap.chart-greenwich .rank .perc-circle .perc-text {
    font-size: 8px;
  }

  .graph-wrap#market-leading-nps .key {
    font-size: 10px;
  }

  .graph-wrap#market-share-growth .columns .bar-column:nth-child(7) .key {
    white-space: nowrap;
  }

  .graph-wrap#market-share-growth .key {
    font-size: 10px;
    line-height: 1;
  }

  .graph-wrap#market-share-growth .value {
    bottom: 103%;
    font-size: 9px;
  }

  .graph-wrap#market-share-growth .rank .perc-circle .perc-text {
    font-size: 8px;
  }
}

@media screen and (max-width: 566px) {
  .graph-wrap.chart-satisfaction .columns .bar-column .key {
    font-size: 12px;
  }

  .graph-wrap.chart-satisfaction .columns .bar-column .bar .value {
    font-size: 12px;
  }

  .graph-wrap.chart-greenwich .bar-graph .columns .bar-column .value {
    font-size: 10px;
  }

  .graph-wrap.chart-greenwich .bar-graph .columns .bar-column .key {
    font-size: 10px;
  }

  .graph-wrap.chart-doubled.chart-cash-management .columns .bar-column .container-bar .value {
    font-size: 12px;
  }

  .graph-wrap.chart-doubled.small-values .columns .bar-column .container-bar .value,
  .graph-wrap.chart-doubled.chart-cash-management .columns .bar-column .container-bar .value {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .graph-wrap.chart-doubled.small-values.chart-doubled-12 .columns .bar-column .key,
  .graph-wrap.chart-doubled.chart-cash-management.chart-doubled-12 .columns .bar-column .key {
    font-size: 8px;
  }
}

@media screen and (max-width: 500px) {
  #footer-menu li {
    display: block;
  }
}

@media (max-width: 420px) {
  #locations-map .map-holder {
    margin-left: -90px;
  }
}

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

  #logo {
    max-width: calc(100% - 120px);
  }

  .location-navigation .button {
    font-size: 10px;
  }
}

@media (max-width: 320px) {
  #locations-map .map-holder {
    width: 320px;
    height: 385.67px;
    margin-left: -70px;
  }
}

@media (max-width: 1050px) and (min-width: 745px) {
  #main-menu a {
    line-height: 0.6;
  }

  #main-menu .menu-link {
    padding: 5px 0;
  }

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

@media (max-width: 991px) and (min-width: 700px) {
  #locations-map .map-content {
    margin-top: -150px;
    max-width: 70%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .section-nav a .nav-item-inner {
    padding-right: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px), screen and (max-width: 566px) {
  .table.table-style1 {
    font-size: 12px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .section-image {
    top: -100px;
    height: calc(100% + 100px);
  }
}
/*# sourceMappingURL=maps/style.css.map */
