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

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

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

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

a:hover,
button:hover {
  color: #00689E;
}

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

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

.pagetype-location h1 {
  margin-bottom: 30px;
}

h2 {
  font-size: 40px;
  line-height: 1.5;
  color: #00689E;
  margin-bottom: 20px;
}

h2.style2 {
  font-size: 30px;
  line-height: 1.6666666667;
  text-transform: uppercase;
  color: #00689E;
  font-weight: 800;
  margin-bottom: 10px;
}

h3 {
  font-size: 28px;
  line-height: 1.5;
  color: #00689E;
  margin-bottom: 20px;
}

h4 {
  font-size: 24px;
  line-height: 1.3333333333;
  margin-bottom: 20px;
}

h5 {
  font-size: 22px;
  line-height: 1.1818181818;
  color: #00689E;
  margin-bottom: 10px;
}

h6 {
  font-size: 18px;
  line-height: 1.2;
  color: #1A1818;
  margin-bottom: 6px;
}

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

strong.semibold,
.strong.semibold {
  font-weight: 500;
}

p,
ul,
ol {
  letter-spacing: -0.2px;
}

p {
  margin-bottom: 32px;
}

.entry-content ul {
  padding-left: 55px;
  margin-bottom: 32px;
}

.entry-content ul li {
  margin-bottom: 10px;
}

.entry-content ul li ul {
  padding-left: 50px;
  margin-top: 10px;
}

ul li::marker {
  color: #00689E;
  font-size: 24px;
  line-height: 0;
  font-weight: bold;
}

ul.list-discs,
ul.list-discs ul {
  list-style-type: disc;
}

ol li {
  margin-bottom: 20px;
}

ol li::marker {
  color: #0074C4;
  font-weight: bold;
}

.entry-content ol ul {
  padding-top: 15px;
  padding-left: 25px;
}

blockquote {
  font-size: 24px;
  line-height: 1.6666666667;
  font-weight: 300;
  padding-left: 23px;
  margin: 50px 0;
  border-left: 8px solid #00ADF3;
}

blockquote.quote-small {
  font-size: 16px;
  padding-left: 15px;
  margin: 20px 0;
  border-left-width: 4px;
}

cite {
  font-size: 20px;
  line-height: 2;
  font-weight: normal;
  font-style: normal;
  margin-top: 5px;
  display: block;
}

cite:before {
  content: "\f068";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  margin-right: 5px;
}

.leading {
  font-size: 24px;
  line-height: 1.6666666667;
  font-weight: bold;
  color: #1A1818;
}

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

.footnotes + .footnotes {
  margin-top: -25px;
}

.button {
  position: relative;
  font-size: 18px;
  line-height: 1.375;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  padding: 20px 30px;
  display: inline-block;
  background: #00689E;
  border-radius: 3px;
  text-decoration: none !important;
}

.button:before {
  opacity: 0;
}

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

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

.button.btn-light {
  color: #1A1818;
  background: #E5ECF7;
}

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

.button.btn-angle:after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  position: absolute;
  top: calc(50% - 10px);
  right: 25px;
  width: 16.71px;
  height: 20px;
  line-height: 20px;
  display: block;
  opacity: 1;
}

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

.button.btn-prev {
  padding-left: 30px;
  font-weight: normal;
}

.button.btn-prev:after {
  content: "\f104";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  position: absolute;
  top: calc(50% - 13px);
  left: 15px;
  width: 16.71px;
  height: 26px;
  font-size: 1.3em;
  line-height: 26px;
  display: block;
  opacity: 1;
  -webkit-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}

.button.btn-prev:hover:after {
  opacity: 1;
  left: 10px;
}

.button.btn-next {
  padding-right: 30px;
  font-weight: normal;
}

.button.btn-next:after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  position: absolute;
  top: calc(50% - 13px);
  right: 15px;
  width: 16.71px;
  height: 26px;
  font-size: 1.3em;
  line-height: 26px;
  display: block;
  opacity: 1;
}

.button.btn-next:hover:after {
  opacity: 1;
  right: 10px;
}

.button.btn-map {
  padding-right: 45px;
}

.button.btn-map:before,
.button.btn-map:after {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  width: 16.71px;
  height: 14px;
  display: block;
  background: url("../images/icon-map-dark.svg") no-repeat center center/100% 100%;
}

.button.btn-map:before {
  background: url("../images/icon-map-light.svg") no-repeat center center/100% 100%;
}

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

.button.btn-download:before,
.button.btn-download:after {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  width: 11.14px;
  height: 14px;
  display: block;
  background: url("../images/icon-download.svg") no-repeat center center/100% 100%;
}

.button.btn-download:before {
  background: url("../images/icon-download.svg") no-repeat center center/100% 100%;
}

.button:hover {
  color: #fff;
  background: #00ADF3;
}

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

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

.large-button {
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  padding: 10% 17% 10% 10%;
  display: block;
  background: #0074C4;
  text-decoration: none !important;
}

.large-button .btn-inner {
  max-width: 286px;
  display: block;
}

.large-button:after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  position: absolute;
  top: calc(50% - 15px);
  right: 10%;
  width: 20px;
  height: 30px;
  display: block;
  font-size: 30px;
  line-height: 30px;
  text-align: right;
  -webkit-transition: right;
  -o-transition: right;
  transition: right;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.large-button.style2 {
  padding: 29px 102px 25px 43px;
}

.large-button.style2:after {
  right: 45px;
}

.large-button:hover {
  color: #fff;
  background: #00689E;
}

.large-button:hover:after {
  right: 8%;
}

.large-button:hover.style2:after {
  right: 35px;
}

.btn-right {
  margin: 35px 0;
}

.btn-right .large-button {
  padding: 27px 92px 27px 30px;
}

figure {
  margin-bottom: 30px;
}

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

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

figure.full img {
  width: 100%;
}

figure.sig {
  margin-bottom: 0;
  line-height: 1.5;
}

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

figure.sig strong {
  color: #0074C4;
  display: block;
}

figure.svg {
  position: relative;
  width: 100%;
  padding: 90% 0 0;
}

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

hr {
  background: #BED0EB;
  margin: 40px 0;
  opacity: 1;
}

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

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

#logo {
  z-index: 5;
  position: relative;
  width: 300px;
  max-width: 300px;
  height: 100%;
  font-size: 14px;
  line-height: 1.0714285714;
  font-weight: 900;
  color: #00689E;
  text-transform: uppercase;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 300px;
  flex: 1 0 300px;
  display: block;
}

#logo .logo {
  position: absolute;
  top: calc(50% - 30px);
  left: 0;
  width: 167px;
  height: 48.62px;
}

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

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

#logo .slogan span {
  width: 121px;
  margin-left: auto;
  display: block;
}

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

#main-menu .menu-link {
  font-size: 16px;
  line-height: 1.375;
  color: #1A1818;
  display: block;
  text-decoration: none !important;
}

#main-menu .menu-link:hover {
  color: #1A1818;
}

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

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

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

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

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

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

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

#navicon:hover {
  opacity: 1;
}

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

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

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

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

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

.navicon:after {
  top: 6px;
}

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

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

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

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

#downloads h3 {
  display: none;
}

#downloads #downloads-back {
  display: none;
}

.homepage-slider {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.homepage-slider #homepage-slider {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.homepage-slider #homepage-slider figure {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.homepage-slider #homepage-slider figure img {
  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;
}

.homepage-slider,
.homepage-slider #homepage-slider,
.homepage-slider #homepage-slider,
.homepage-slider .slick-list,
.homepage-slider .slick-track,
.homepage-slider figure {
  height: calc(100vh - 100px);
}

.homepage-slider .homepage-content {
  z-index: 10;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-height: calc(100vh - 100px);
  padding-bottom: 4%;
  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;
}

.homepage-slider .homepage-content .content-inner {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.homepage-slider .homepage-content h1 {
  margin-bottom: 20px;
}

.homepage-slider .homepage-content p {
  max-width: 604px;
}

.homepage-slider .homepage-panel {
  position: relative;
  width: 100%;
  max-width: 818px;
  padding: 50px;
  background: #fff;
}

.homepage-slider .homepage-panel:after {
  content: "";
  display: table;
  clear: both;
}

.homepage-slider .button {
  float: left;
}

.homepage-slider .slider-controls {
  width: 231px;
  max-width: 100%;
  margin-left: 5px;
  float: right;
}

.homepage-slider .slider-controls button {
  position: relative;
  width: 70px;
  height: 64px;
  text-align: center;
  padding: 0;
  margin-top: 5px;
  display: block;
  border: 0 none;
  background: #D6DEE3;
  border-radius: 4px;
  float: left;
}

.homepage-slider .slider-controls button + button {
  margin-left: 10px;
}

.homepage-slider .slider-controls button:after {
  content: "";
  position: relative;
  width: 21.33px;
  height: 16px;
  display: inline-block;
  background: url("../images/icon-play-pause.svg") no-repeat center center/100% 100%;
}

.homepage-slider .slider-controls #play-pause {
  background: transparent;
}

.homepage-slider .slider-controls #play-pause:hover {
  background: #b8c6ce;
}

.slider-paused .homepage-slider .slider-controls #play-pause {
  background: rgba(255, 0, 0, 0.2);
}

.homepage-slider .slider-controls #slide-prev:hover {
  background: #b8c6ce;
}

.homepage-slider .slider-controls #slide-prev:after {
  background-image: url("../images/icon-angle-left.svg");
}

.homepage-slider .slider-controls #slide-next:hover {
  background: #b8c6ce;
}

.homepage-slider .slider-controls #slide-next:after {
  background-image: url("../images/icon-angle-right.svg");
}

.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: #00689E;
  font-weight: bold;
  padding: 0 5px;
}

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

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

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

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

.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: #1A1818;
  border: 1px solid #1A1818;
  vertical-align: middle;
}

.table.table-relationship-ratings th {
  color: #1A1818;
  padding: 5px;
}

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

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

.table.table-relationship-ratings tr:nth-child(odd) td:first-child {
  background: #F2F6F8;
}

.table.table-relationship-ratings tbody tr:first-child td {
  background: #F2F6F8;
}

.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: #1A1818;
  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;
}

.lity {
  z-index: 10000000000000000;
}

.video-poster {
  z-index: 10;
  position: relative;
  display: block;
  text-decoration: none !important;
  margin: 50px auto;
  cursor: pointer;
}

.video-poster:before {
  z-index: 5;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.3;
  background: #00689E;
  -webkit-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.video-poster img {
  z-index: 0;
  position: relative;
  width: 100%;
  height: auto;
}

.video-poster .poster-caption {
  z-index: 10;
  position: absolute;
  bottom: 5%;
  left: 2%;
  right: 4%;
  min-height: 100px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  padding: 10px 10% 10px 5%;
  background: #00689E;
  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;
}

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

.video-poster .poster-caption:after {
  z-index: 10;
  content: "";
  position: absolute;
  right: -2%;
  top: 50%;
  width: 60px;
  height: 64px;
  display: block;
  border-radius: 4px;
  background: url("../images/icon-player.svg") no-repeat center center/16.46px 24.7px #fff;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: background-color;
  -o-transition: background-color;
  transition: background-color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.video-poster .poster-caption:after:hover {
  background-color: white;
}

.video-poster:hover:before {
  opacity: 0.4;
}

.svg-map {
  position: relative;
  padding: 82% 0 0;
  margin-right: -20px;
}

.svg-map .map-img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.svg-map .map-pins {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.svg-map .map-pins .pin-link {
  z-index: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  color: #1D3640;
  text-decoration: none !important;
}

.svg-map .map-pins .pin-link.pin-0 {
  bottom: 59.5%;
  left: 25%;
}

.svg-map .map-pins .pin-link.pin-1 {
  bottom: 51.5%;
  left: 6%;
}

.svg-map .map-pins .pin-link.pin-2 {
  bottom: 62%;
  left: 40.5%;
}

.svg-map .map-pins .pin-link.pin-3 {
  bottom: 52%;
  left: 36%;
}

.svg-map .map-pins .pin-link.pin-4 {
  bottom: 38%;
  left: 38.5%;
}

.svg-map .map-pins .pin-link.pin-5 {
  bottom: 43%;
  left: 26%;
}

.svg-map .map-pins .pin-link.pin-6 {
  bottom: 32%;
  left: 23%;
}

.svg-map .map-pins .pin-link.pin-7 {
  bottom: 66.5%;
  left: 26.5%;
}

.svg-map .map-pins .pin-link.pin-8 {
  bottom: 79%;
  left: 34%;
}

.svg-map .map-pins .pin-link.pin-9 {
  bottom: 59%;
  left: 71%;
}

.svg-map .map-pins .pin-link.pin-10 {
  bottom: 62%;
  left: 65%;
}

.svg-map .map-pins .pin-link.pin-11 {
  bottom: 56%;
  left: 78%;
}

.svg-map .map-pins .pin-link.pin-12 {
  bottom: 52%;
  left: 63.5%;
}

.svg-map .map-pins .pin-link.pin-13 {
  bottom: 48%;
  left: 52%;
}

.svg-map .map-pins .pin-link.pin-14 {
  bottom: 30.5%;
  left: 70%;
}

.svg-map .map-pins .pin-link.pin-15 {
  bottom: 75%;
  left: 72%;
}

.svg-map .map-pins .pin-link.pin-16 {
  bottom: 92.5%;
  left: 84%;
}

.svg-map .map-pins .pin-link:hover {
  z-index: 10;
}

.svg-map .map-pins .pin-link:hover .marker-hover {
  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);
}

.svg-map .map-pins .pin-img {
  position: absolute;
  bottom: -47%;
  left: 50%;
  width: 47.8px;
  height: 57.7px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.svg-map .map-pins .pin-img.pin-img-blue {
  width: 31px;
}

.svg-map .marker-hover {
  position: absolute;
  left: 50%;
  bottom: 130%;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.2px;
  text-align: center;
  display: block;
  min-width: 122px;
  min-height: 50px;
  padding: 6px 8px 18px;
  background: #fff;
  border: 1px solid #ECF1F4;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate(-50%, 5px);
  -ms-transform: translate(-50%, 5px);
  transform: translate(-50%, 5px);
  -webkit-transition: opacity, visibility, -webkit-transform;
  transition: opacity, visibility, -webkit-transform;
  -o-transition: opacity, visibility, transform;
  transition: opacity, visibility, transform;
  transition: opacity, visibility, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.svg-map .marker-hover strong {
  font-size: 16px;
  color: #00689E;
  letter-spacing: 0px;
  font-weight: bold;
  display: block;
}

.map-left-content h1 {
  margin-bottom: 20px;
}

#location-header {
  z-index: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 70% 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#location-header img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.number-column {
  margin-bottom: 20px;
}

.number-column .number-text {
  font-size: 14px;
  line-height: 1.7142857143;
}

.number {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
  color: #0074C4;
}

.number.number-small {
  font-size: 30px;
  line-height: 1.6666666667;
  margin-bottom: 4px;
}

.number-change {
  font-size: 16px;
  line-height: 1.2;
  color: #39A444;
}

.number-panels .row > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

.number-panels .row.cols-lg-5 > .col-double {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.number-panels.icon-hovered {
  margin-top: 0;
}

.number-panels.icon-hovered .panel-body {
  padding-top: 0;
}

.number-panels.icon-hovered .panel-icon {
  height: 94px;
  margin-top: -47px;
  margin-bottom: 0;
}

.number-panels.icon-hovered .number-panel {
  margin-top: 65px;
  margin-bottom: 0;
}

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

.number-panel {
  font-size: 16px;
  line-height: 1.8571428571;
  text-align: center;
  margin-bottom: 22px;
}

.number-panel .panel-body {
  padding: 30px 15px 40px;
  background: #fff;
  border: 2px solid #ECF1F4;
}

.number-panel .number-text {
  max-width: 186px;
  margin: 0 auto;
}

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

.number-panel .number-text.text-smaller {
  font-size: 14px;
  line-height: 1.7142857143;
}

.number-panel.panel-dark {
  color: #fff;
}

.number-panel.panel-dark .number {
  color: #fff;
}

.number-panel.panel-dark .panel-body {
  background: #00689E;
  border: 0 none;
}

.panel-service-quality-scores .number-panel .number-text {
  max-width: 100%;
}

.panel-service-quality-scores .number-panel .number-text.text-small {
  font-size: 14px;
}

.panel-service-quality-scores .number-panel .number-text.text-xsmall {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
  font-family: "Open Sans Condensed", sans-serif;
}

.info-panel {
  font-size: 20px;
  line-height: 1.2916666667;
  font-weight: 800;
  color: #1A1818;
  text-align: left;
  margin-bottom: 22px;
}

.info-panel .panel-body {
  padding: 22px 15px;
  background: #ECF1F4;
}

.location-navigation {
  text-align: center;
}

.location-navigation a {
  display: block;
}

.location-navigation a.btn-small {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  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 {
  width: 175px;
  max-width: 175px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 175px;
  flex: 1 0 175px;
}

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

.arrow-graphic {
  position: relative;
  margin: 50px 0;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
}

.arrow-graphic .row {
  margin: 0;
}

.arrow-graphic .row .col {
  z-index: 0;
  position: relative;
  padding: 0;
  width: 40%;
  max-width: 40%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.arrow-graphic .row .col a {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
  text-decoration: none !important;
  width: 100%;
  min-height: 90px;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  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;
}

.arrow-graphic .row .col a span {
  width: 100%;
  max-width: 100%;
  padding: 15px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  display: block;
}

.arrow-graphic .row .col:first-child {
  z-index: 10;
  width: 28%;
  max-width: 28%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 28%;
  flex: 1 0 28%;
}

.arrow-graphic .row .col:first-child a {
  background: #00ADF3;
}

.arrow-graphic .row .col:first-child a:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100px;
  height: 100px;
  display: block;
  background: #00ADF3;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  -ms-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
}

.arrow-graphic .row .col:nth-child(2) {
  z-index: 5;
  width: 32%;
  max-width: 32%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 32%;
  flex: 1 0 32%;
}

.arrow-graphic .row .col:nth-child(2) a {
  padding-left: 80px;
  background: #0074C4;
}

.arrow-graphic .row .col:nth-child(2) a:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100px;
  height: 100px;
  display: block;
  background: #0074C4;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  -ms-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
}

.arrow-graphic .row .col:last-child a {
  padding-left: 80px;
  background: #00689E;
}

.info-columns {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 30px;
}

.info-columns .footnotes {
  margin-bottom: 0;
}

.info-columns > .col {
  width: 100%;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.info-columns .loc-prev {
  text-align: right;
}

.info-columns .loc-prev,
.info-columns .loc-next,
.info-columns .loc-map {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.info-columns .loc-next {
  text-align: left;
}

.number-table {
  margin-left: -7px;
  margin-right: -7px;
}

.number-table > * {
  padding-left: 7px;
  padding-right: 7px;
}

.number-table + .number-table {
  margin-top: 40px;
}

.number-table .col:first-child {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  width: 88px;
  max-width: 88px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 88px;
  flex: 1 0 88px;
}

.number-table .col:first-child span {
  position: relative;
  display: block;
}

.number-table .col:first-child span:after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  height: 10px;
  display: block;
  border-radius: 4px;
  background: #00689E;
}

.number-table .col:last-child {
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 800;
  width: calc(100% - 88px);
  max-width: calc(100% - 88px);
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(100% - 88px);
  flex: 1 0 calc(100% - 88px);
}

.number-table.line-light .col:first-child span:after {
  background: #0074C4;
}

.number-table.line-accent .col:first-child span:after {
  background: #00ADF3;
}

.number-our-culture {
  max-width: 600px;
  margin: 0 auto;
}

.number-our-culture .item-row {
  padding: 15px 0 15px 40px;
  border-left: 1px solid #BED0EB;
}

.number-our-culture .item-row:first-child {
  border-bottom: 1px solid #BED0EB;
}

.number-our-culture p {
  margin: 0;
}

.incentive-numbers-wrap {
  max-width: 500px;
  margin: 0 auto 50px;
}

.incentive-numbers {
  text-align: center;
  padding-bottom: 20px;
  margin: 0 auto 46px;
  border-bottom: 1px solid #BED0EB;
}

.incentive-numbers .number {
  white-space: nowrap;
  margin-bottom: 0;
}

.incentive-numbers .number-icon {
  height: 50px;
  margin-bottom: 10px;
}

.entry-content .achievements {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.entry-content .achievements strong {
  color: #0074C4;
}

.entry-content .achievements + .footnotes {
  margin-top: -30px;
}

.button-divider {
  margin: 24px 0 50px;
}

.button-divider a {
  position: relative;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 19px;
  background: #0074C4;
  display: block;
  text-decoration: none !important;
}

.button-divider a .icon {
  margin-left: 30px;
  font-size: 1.2em;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform;
  transition: -webkit-transform;
  -o-transition: transform;
  transition: transform;
  transition: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.button-divider a:hover {
  background: #00ADF3;
}

.button-divider a:hover .icon {
  -webkit-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  transform: translate(10px, 0);
}

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

.hiring-model .number-text {
  max-width: 190px;
}

.pnfp-asset-numbers .info-text {
  padding: 30px 0;
  margin: 0 auto;
}

.pinnacle-growth .number-panels .row > * {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.pinnacle-growth .number-panels .row .panel-body {
  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;
}

.pinnacle-growth .number-panels .row .panel-body > * {
  width: 100%;
  max-width: 186px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.circle-chart {
  z-index: 10;
  position: relative;
  margin: 0 auto 50px;
}

.circle-chart .circle-chart-wrap {
  max-width: 130px;
  margin: 0 auto;
}

.circle-chart .circle-border {
  position: relative;
  width: 100%;
  height: auto;
  padding: 100% 0 0;
}

.circle-chart .circle-border:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 100%;
  border: 14px solid #00689E;
}

.circle-chart .circle-numbers {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  line-height: 1.2;
  text-align: center;
  max-width: calc(100% - 30px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.circle-chart .circle-number {
  font-size: 20px;
  font-weight: 900;
  color: #1A1818;
}

.circle-chart .circle-number-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
  margin: 12px auto 0;
  max-width: 170px;
}

#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: "Open Sans", 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: "Open Sans", 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: "Open Sans", 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: "Open Sans", 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: "Open Sans", 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: "Open Sans", 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 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.graph-legend.coalition-greenwich-legend ul li {
  padding-left: 15px;
  text-transform: none;
}

.graph-legend.coalition-greenwich-legend ul li:before {
  top: 13px;
  width: 10px;
  height: 10px;
}

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

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

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

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

.wrapper.loc {
  z-index: 10;
  position: relative;
  margin-top: 50px;
}

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

#main {
  padding-top: 143px;
  padding-bottom: 130px;
}

.page-id-index #main {
  padding: 0;
}

.page-id-map #main {
  padding-bottom: 0;
}

.pagetype-location #main {
  padding-top: 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.row11 {
  margin-left: -11px;
  margin-right: -11px;
}

.row.row11 > * {
  padding-left: 11px;
  padding-right: 11px;
}

.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.cols-lg-5 > .col {
  width: 50%;
  max-width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

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

.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-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.pinnacle-growth {
  margin-top: 80px;
}

.pinnacle-growth .small-text {
  font-size: 0.8em;
  line-height: 1.3;
  display: block;
  max-width: 150px;
  margin: 0 auto;
}

.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: 10px;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-right: 10px;
}

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

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

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

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

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

.graph-legend.legend-light-accent li:first-child:before {
  background: #0074C4;
}

.graph-legend.legend-light-accent li:last-child:before {
  background: #00ADF3;
}

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

.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: 18px;
  line-height: 1.38889;
  max-width: 350px;
  text-align: left;
  margin: 0 auto 7px;
  min-height: 70px;
}

.graph-wrap .title small,
.graph-wrap .title .small,
.graph-wrap .chart-title small,
.graph-wrap .chart-title .small {
  font-size: 12px;
  line-height: 1.16667;
  display: block;
  color: #555;
  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;
  -o-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: #1A1818;
}

.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: 105%;
  height: 0;
  min-height: 17px;
  border: 3px solid;
  background: #7fc6f7;
  border-bottom-width: 0;
  overflow: hidden;
  -ms-transform: translate(-50%, 0);
  -webkit-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: calc(50% - 5px);
  color: #fff;
  font-size: 10px;
  line-height: 1;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.5s;
  -o-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) {
  border-color: #00689E;
  background: #00689E;
}

.bar-graph .columns .bar-column .bar:nth-of-type(3),
.bar-graph .columns .bar-column .container-bar:nth-of-type(3) {
  border-color: #0074C4;
  background: #0074C4;
}

.bar-graph .columns .bar-column .bar:nth-of-type(2),
.bar-graph .columns .bar-column .container-bar:nth-of-type(2) {
  border-color: #00ADF3;
  background: #00ADF3;
}

.bar-graph .columns .bar-column .bar:nth-of-type(2) .value,
.bar-graph .columns .bar-column .container-bar:nth-of-type(2) .value {
  color: #1A1818;
}

.bar-graph .columns .bar-column .bar:nth-of-type(1) {
  border-color: #7FC6F7;
  background: #7FC6F7;
  border-bottom-width: 3px;
}

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

.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: 10px;
  top: 102%;
  top: calc(100% + 5px);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.5s;
  -o-transition: opacity 0.3s ease 0.5s;
  transition: opacity 0.3s ease 0.5s;
}

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

.bar-graph .bar {
  will-change: height;
}

.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 ul li {
  display: inline-block;
  position: relative;
  padding: 0 0 0 25px;
  color: #555;
  font-size: 10px;
  line-height: 35px;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-right: 10px;
}

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

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

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

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

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

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

.graph-legend.pie-legend li {
  display: block;
  margin: 0 0 5px;
  padding-bottom: 0;
  line-height: 20px;
}

.graph-legend.pie-legend li:before {
  top: 0;
}

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

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

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

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

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

.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: #1A1818;
}

.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: #1A1818;
  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: #1A1818;
  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: #00ADF3;
}

.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-graph {
  width: 100%;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.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: #1A1818;
}

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

.graph-wrap.chart-greenwich .bar-column:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px;
  max-width: 95%;
  height: 342px;
  display: block;
  background: #00ADF3;
  -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 {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
  max-width: 95%;
  height: 14px;
  display: block;
  background: #A4D8ED;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.graph-wrap.chart-greenwich .rank {
  z-index: 20;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 68px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}

.graph-wrap.chart-greenwich .rank strong {
  font-size: 21px;
  font-weight: bold;
}

.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: #1D3640;
}

.graph-wrap.chart-greenwich .graph-legend ul li:first-child:before {
  background: #0074C4;
}

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

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

.graph-wrap.chart-greenwich .bar-graph-rows {
  position: relative;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: -0.2px;
  color: #A4BAC7;
  padding-left: 45px;
  border-top: 1px solid #BED0EB;
  border-bottom: 1px solid #BED0EB;
}

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

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

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

.graph-wrap.chart-greenwich .bar-graph-rows .bar-graph-rows-50:before {
  content: "50%";
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 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: #00ADF3;
  border-color: #00ADF3;
}

.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: #0074C4;
  border-color: #0074C4;
}

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

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

.graph-wrap.chart-net-promotor .bar-graph .columns .bar-column .key {
  left: 0;
  width: 200%;
  font-size: 12px;
  line-height: 1;
  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-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 {
  margin: 0;
  display: block;
  font-size: 12px;
  color: #1D3640;
}

.graph-wrap.chart-net-promotor .graph-legend li:first-child:before {
  background: #0074C4;
}

.graph-wrap.chart-net-promotor .graph-legend li:last-child:before {
  background: #00ADF3;
}

.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: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: #00ADF3;
  border-color: #00ADF3;
}

.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 {
  background: #0074C4;
  border-color: #0074C4;
}

.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: #1A1818;
}

.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: #1D3640;
}

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

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

.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: #00689E;
}

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

.graph-wrap.chart-doubled.chart-asset-growth .bar-graph .columns .bar-column.bar-negative-4 .value {
  top: auto;
  color: #1A1818;
  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: #1A1818;
  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: #0074C4;
  border-color: #0074C4;
}

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

#footer {
  font-size: 0;
  letter-spacing: -0.2px;
  padding: 63px 0;
  background: #F2F6F8;
  border-top: 5px solid #0074C4;
}

#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: 60px;
}

#footer-menu ul {
  margin-left: -10px;
}

#footer-menu li {
  margin: 0 10px;
  display: inline-block;
}

#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;
  float: right;
}

#social-menu a:hover {
  color: #00689E;
}

.cc {
  font-size: 14px;
}

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

.rel {
  position: relative;
}

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

.text-prime {
  color: #00689E;
}

.text-accent {
  color: #00ADF3;
}

.txt-light {
  color: #0074C4;
}

.nowrap {
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 567px) {
  .btn-right {
    width: 385px;
    max-width: 50%;
    margin: 10px 0 20px 10%;
    float: right;
  }

  .number-panels .row.cols-lg-5 > .col-double {
    width: 33.3333%;
    max-width: 33.3333%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.3333%;
    flex: 1 0 33.3333%;
  }

  .location-navigation a.btn-small {
    font-size: 16px;
  }

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

  .info-columns .loc-prev {
    text-align: left;
  }

  .info-columns .loc-map {
    width: 175px;
    max-width: 175px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 175px;
    flex: 1 0 175px;
  }

  .info-columns .loc-next {
    text-align: right;
  }

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

  .pnfp-asset-numbers .info-text {
    padding: 0;
    max-width: 200px;
  }

  .pinnacle-growth .number-panels .row > * {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }

  .row.cols-lg-5 > .col {
    width: 33.3333%;
    max-width: 33.3333%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.3333%;
    flex: 1 0 33.3333%;
  }

  .row.cols-xl-5 > .col {
    width: 33.3333%;
    max-width: 33.3333%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.3333%;
    flex: 1 0 33.3333%;
  }
}

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

  blockquote.quote-right {
    width: 460px;
    max-width: 50%;
    margin: 30px 0 30px 5%;
    float: right;
  }

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

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

  .three-columns {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }

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

  #location-header {
    position: absolute;
    height: 500px;
    padding: 0;
  }

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

  .location-navigation a {
    display: inline-block;
  }

  .location-navigation .loc-prev,
  .location-navigation .loc-next {
    width: calc((100% - 175px) / 2);
    max-width: calc((100% - 175px) / 2);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc((100% - 175px) / 2);
    flex: 1 0 calc((100% - 175px) / 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;
  }

  .arrow-graphic .row .col a {
    font-size: 20px;
  }

  .info-columns > .col:first-child {
    width: 36%;
    max-width: 36%;
    border-right: 2px solid #BED0EB;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 36%;
    flex: 1 0 36%;
  }

  .info-columns > .col:last-child {
    width: 64%;
    max-width: 64%;
    padding-left: 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 64%;
    flex: 1 0 64%;
  }

  .wrapper.loc {
    margin-top: 200px;
    width: 98%;
    max-width: 1158px;
    padding: 36px 35px 0;
    background: rgba(255, 255, 255, 0.95);
  }

  .graph-wrap.chart-greenwich .rank {
    padding-bottom: 27px;
  }

  .graph-wrap.chart-greenwich .rank .rank-circle {
    position: relative;
    width: 78px;
    height: 78px;
    margin: 0 auto;
    display: block;
    border-radius: 100%;
    border: 3px solid #00ADF3;
  }

  .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 screen and (min-width: 992px) {
  h1 {
    font-size: 70px;
  }

  blockquote.quote-right {
    margin-left: 7%;
  }

  .three-columns {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
  }

  .btn-right {
    margin-left: 17%;
  }

  .number-panels .row.cols-lg-5 > .col-double {
    width: 40%;
    max-width: 40%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
  }

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

  .number-panels.number-panels-retention .number-panel {
    min-height: 200px;
  }

  .arrow-graphic .row .col a br {
    display: none;
  }

  .row.row20 > .number-our-culture {
    padding-left: 0;
  }

  .hiring-model .col:first-child,
  .hiring-model .col:nth-child(2),
  .hiring-model .col:nth-child(3) {
    width: 15%;
    max-width: 15%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 15%;
    flex: 1 0 15%;
  }

  .hiring-model .col:nth-child(4) {
    width: 15%;
    max-width: 15%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 15%;
    flex: 1 0 15%;
  }

  .hiring-model .col:nth-child(5),
  .hiring-model .col:nth-child(6) {
    width: 19%;
    max-width: 19%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 19%;
    flex: 1 0 19%;
  }

  .pnfp-asset-numbers .info-text {
    max-width: 170px;
  }

  .pinnacle-growth .number-panels .row > * {
    width: 25%;
    max-width: 25%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
  }

  .pinnacle-growth .number-panels .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.cols-lg-5 > .col {
    width: 20%;
    max-width: 20%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
  }
}

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

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

  #main-menu ul {
    padding: 36px 0 0;
    margin: 0;
    max-width: 100%;
    list-style: none;
  }

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

  #main-menu a {
    padding: 0 20px;
    white-space: normal;
  }

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

  #main-menu a:hover .menu-item-inner:before {
    width: 100%;
  }

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

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

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

  #utility-menu a {
    float: left;
  }

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

  #navicon {
    display: none;
  }

  #downloads {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #F2F6F8;
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity, visibility;
    -o-transition: opacity, visibility;
    transition: opacity, visibility;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }

  #downloads .row > .col {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin-bottom: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.3333333333%;
    flex: 1 0 33.3333333333%;
  }

  #downloads .row.cols-mobile-4 > .col {
    width: 50%;
    max-width: 50%;
    margin-bottom: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }

  #downloads .row.cols-mobile-5 > .col {
    width: 20%;
    max-width: 20%;
    margin-bottom: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
  }

  #downloads a {
    display: block;
  }

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

@media screen and (min-width: 1200px) {
  .video-poster .poster-caption {
    font-size: 20px;
    bottom: 8%;
    left: 8%;
    right: 8%;
  }

  .svg-map {
    margin-top: -120px;
  }

  .map-left-content {
    padding-bottom: 200px;
  }

  .map-left-content p {
    max-width: 568px;
  }

  #location-header {
    height: 696px;
  }

  .info-panel {
    font-size: 24px;
  }

  .pinnacle-growth .number-panels .row.cols5 > * {
    width: 20%;
    max-width: 20%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
  }

  .wrapper.loc {
    margin-top: 108px;
  }

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

@media screen and (min-width: 1400px) {
  .row.row40 {
    margin-left: -40px;
    margin-right: -40px;
  }

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

@media screen and (max-width: 1399px) {
  #footer-menu {
    margin-right: 20px;
  }
}

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

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

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

  #main-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    max-width: 90vw;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    background: #fff;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-transition: opacity, visibility, -webkit-transform;
    transition: opacity, visibility, -webkit-transform;
    -o-transition: transform, opacity, visibility;
    transition: transform, opacity, visibility;
    transition: transform, opacity, visibility, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }

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

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

  #main-menu .menu-item-active a {
    color: #00689E;
  }

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

  #main-menu .menu-link {
    font-size: 25px;
    font-weight: bold;
    color: #1A1818;
    padding: 5px 15px;
  }

  #main-menu .menu-link:hover {
    color: #00ADF3;
  }

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

  .mobile-open #main-menu {
    width: 380px;
    height: 100vh;
    padding: 92px 0 5px;
    overflow-x: hidden;
    overflow-y: auto;
  }

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

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

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

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

  #downloads {
    z-index: 20;
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    max-width: 90vw;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    background: #F2F6F8;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: opacity, visibility, -webkit-transform;
    transition: opacity, visibility, -webkit-transform;
    -o-transition: transform, opacity, visibility;
    transition: transform, opacity, visibility;
    transition: transform, opacity, visibility, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }

  #downloads .col {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }

  #downloads a {
    display: block;
  }

  #downloads .button {
    padding-top: 10px;
    padding-left: 15px;
    padding-bottom: 10px;
  }

  #downloads h3 {
    display: block;
  }

  #downloads #downloads-back {
    font-weight: bold;
    margin-top: 20px;
    display: block;
    text-decoration: none !important;
  }

  .mobile-open #downloads {
    width: 380px;
    height: 100vh;
    padding: 92px 0 5px;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .open-downloads #downloads {
    opacity: 1;
    visibility: visible;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

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

@media screen and (max-width: 1085px) {
  #footer-menu {
    margin-right: 0;
    max-width: 500px;
    display: block;
  }

  #social-menu {
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 30px;
  }

  .video-poster {
    min-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

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

  .video-poster .poster-caption {
    font-size: 14px;
    min-height: 60px;
  }

  .video-poster .poster-caption:after {
    width: 40px;
    height: 40px;
  }

  .number-our-culture {
    margin-top: 50px;
    text-align: center;
  }

  .number-our-culture .item-row {
    padding-left: 0;
    border-left: 0 none;
  }

  .number-our-culture .number-text {
    margin: 0 auto;
  }

  .incentive-numbers-wrap {
    text-align: center;
  }

  .graph-wrap.chart-doubled.chart-asset-growth .columns .bar-column .key {
    font-size: 10px;
  }
}

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

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 18px;
  }

  .entry-content ul {
    padding-left: 40px;
  }

  .leading {
    font-size: 20px;
  }

  .large-button.style2 {
    font-size: 16px;
    padding: 20px 50px 20px 20px;
  }

  .large-button.style2:after {
    right: 30px;
  }

  .large-button.style2:hover:after {
    right: 25px;
  }

  #header {
    height: 76px;
  }

  #logo .slogan span {
    width: 95%;
  }

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

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

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

  #navicon {
    top: 17px;
  }

  .homepage-slider #homepage-slider {
    top: 76px;
  }

  .homepage-slider,
  .homepage-slider #homepage-slider,
  .homepage-slider #homepage-slider,
  .homepage-slider .slick-list,
  .homepage-slider .slick-track,
  .homepage-slider figure {
    height: calc(100vh - 76px);
  }

  .homepage-slider .homepage-content {
    text-align: center;
    min-height: calc(100vh - 76px);
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .homepage-slider .homepage-content h1 {
    font-size: 30px;
  }

  .homepage-slider .homepage-content p {
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    max-width: 410px;
    margin: 0 auto 20px;
  }

  .homepage-slider .homepage-panel {
    padding: 0;
    background: transparent;
  }

  .homepage-slider .button {
    text-align: left;
    float: none;
  }

  .homepage-slider .slider-controls {
    width: 180px;
    margin: 20px auto 0;
    float: none;
  }

  .homepage-slider .slider-controls:after {
    content: "";
    display: table;
    clear: both;
  }

  .homepage-slider .slider-controls button {
    width: 50px;
    height: 44px;
    background: #fff;
  }

  .table.table-relationship-ratings-key {
    margin-bottom: 50px;
  }

  .table.table-relationship-ratings-key .td-text {
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    color: #1A1818;
    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);
  }

  #main {
    padding-top: 50px;
    padding-bottom: 80px;
  }

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

  .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;
    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 {
    padding-left: 30px;
  }

  .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 screen and (max-width: 566px) {
  ol {
    padding-left: 1.2rem;
  }

  .svg-map .map-pins .pin-link.pin-9 .marker-hover {
    -webkit-transform: translate(-55%, 0);
    -ms-transform: translate(-55%, 0);
    transform: translate(-55%, 0);
  }

  .svg-map .map-pins .pin-link.pin-16 {
    bottom: 91.5%;
    left: 82%;
  }

  .svg-map .map-pins .pin-link.pin-16 .marker-hover {
    -webkit-transform: translate(-70%, 0);
    -ms-transform: translate(-70%, 0);
    transform: translate(-70%, 0);
  }

  .svg-map .map-pins .pin-img {
    width: 32px;
  }

  .svg-map .map-pins .pin-img.pin-img-blue {
    width: 22px;
  }

  .number-panel .number-text {
    max-width: 330px !important;
  }

  .arrow-graphic .row .col:first-child,
  .arrow-graphic .row .col:nth-child(2),
  .arrow-graphic .row .col:last-child {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }

  .arrow-graphic .row .col:first-child a,
  .arrow-graphic .row .col:nth-child(2) a,
  .arrow-graphic .row .col:last-child a {
    padding: 20px;
  }

  .arrow-graphic .row .col:first-child a br,
  .arrow-graphic .row .col:nth-child(2) a br,
  .arrow-graphic .row .col:last-child a br {
    display: none;
  }

  .arrow-graphic .row .col:first-child a:before,
  .arrow-graphic .row .col:nth-child(2) a:before {
    top: 100%;
    left: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .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 {
    top: 0;
    -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-greenwich .bar-graph .columns .bar-column .key {
    font-size: 10px;
  }

  .graph-wrap.chart-greenwich .rank .rank-circle {
    height: auto;
    line-height: 1;
    display: inline-block;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .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 screen and (max-width: 499px) {
  #logo {
    width: 140px;
    height: 86%;
    max-width: 140px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 140px;
    flex: 1 0 140px;
  }

  #logo .slogan {
    top: auto;
    bottom: -3px;
    left: 0;
    right: auto;
    width: 100%;
    font-size: 12px;
    white-space: nowrap;
  }

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

  #logo .slogan br {
    display: none;
  }

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

@media screen and (max-width: 349px) {
  #utility-menu .button {
    display: none;
  }
}

@media screen and (max-width: 1449px) and (min-width: 1330px) {
  #main-menu ul {
    padding-top: 40px;
  }

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

@media screen and (max-width: 1329px) and (min-width: 1100px) {
  #main-menu ul {
    padding-top: 30px;
  }

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

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

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

@media screen and (min-width: 768px) and (max-width: 1199px), screen and (max-width: 566px) {
  .table.table-style1 {
    font-size: 12px;
  }
}

@media screen and (min-width: 567px) and (max-width: 767px) {
  #location-header {
    padding: 50% 0 0;
  }

  .arrow-graphic .row .col:first-child a:before {
    right: 20px;
  }

  .arrow-graphic .row .col:nth-child(2) a {
    padding-left: 60px;
  }

  .arrow-graphic .row .col:nth-child(2) a:before {
    right: 20px;
  }

  .arrow-graphic .row .col:last-child a {
    padding-left: 60px;
  }

  .arrow-graphic .row .col a {
    font-size: 16px;
  }
}
/*# sourceMappingURL=maps/style.css.map */
