@charset "UTF-8";

body {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-family: "proxima-nova-condensed", sans-serif;
  font-weight: normal;
  font-style: normal;
  width: 100%;
  max-width: 100%;
  overflow: hidden auto;
  background: #21213A;
}

a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: color, border, background;
  -o-transition: color, border, background;
  transition: color, border, 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;
}

a:hover {
  color: #77A2D6;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  color: #C7E1FF;
  margin: 0;
  padding: 0;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: bold;
}

h2 {
  font-size: 60px;
  line-height: 1;
  color: #DAE8F8;
  text-transform: uppercase;
}

h3 {
  font-size: 42px;
  line-height: 1.1428571429;
  color: #fff;
}

h4 {
  font-size: 32px;
  line-height: 1.5;
}

h5 {
  font-size: 25px;
  line-height: 1.2857142857;
  font-weight: 500;
  margin-bottom: 5px;
}

h6 {
  font-size: 24px;
  line-height: 1.3333333333;
  margin-bottom: 5px;
}

strong {
  font-weight: bold;
}

blockquote {
  font-size: 28px;
  line-height: 1.2857142857;
  color: #C7E1FF;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 300;
}

blockquote strong {
  font-weight: 900;
}

cite {
  font-size: 20px;
  line-height: 1.8;
  color: #fff;
  font-style: normal;
  margin: 20px 0;
}

cite strong {
  font-weight: bold;
}

cite:before {
  content: "—";
  font-weight: bold;
}

p {
  margin-bottom: 16px;
}

ul {
  padding-left: 15px;
}

ul li {
  margin-bottom: 8px;
}

ul li::marker {
  color: #58ACFF;
}

ul.flush {
  padding-left: 0;
  list-style: none;
}

ul.flush li {
  padding-left: 0;
  margin-bottom: 20px;
}

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

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

figure.full img {
  width: 100%;
}

figure.sig {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 300;
}

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

figure.sig strong {
  font-size: 20px;
  color: #C7E1FF;
  display: block;
}

.table {
  color: #fff;
}

.table td {
  text-align: right;
  border-color: #5B82AF;
}

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

.table td:nth-child(2) {
  color: #C7E1FF;
  font-weight: bold;
  font-family: "proxima-nova-extra-condensed", sans-serif;
}

.table tr:last-child td {
  border-bottom-width: 4px;
}

.table tr.border-0 td {
  border-bottom: 0;
}

.table tr.border-t4 td {
  border-width: 0;
  border-top-width: 4px;
}

.table tr.indent-1 td:first-child {
  padding-left: 1.5em;
}

.footnotes {
  font-size: 14px;
  line-height: 1.7142857143;
  counter-reset: num;
  margin-top: 66px;
  list-style: none;
  padding-left: 0;
}

.footnotes li {
  margin-bottom: 0;
}

.footnotes li:before {
  counter-increment: num;
  content: counter(num);
  margin-right: 3px;
  font-size: 0.7em;
  vertical-align: top;
}

.button {
  position: relative;
  font-size: 18px;
  line-height: 1;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  color: #263A4F;
  padding: 14px 24px;
  display: inline-block;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 3px;
  text-decoration: none !important;
}

.button.hollow {
  color: #C7E1FF;
  background: transparent;
  border-color: #77A2D6;
}

.button.hollow:hover {
  color: #C7E1FF;
}

.button:hover {
  color: #263A4F;
}

#header {
  z-index: 999999999999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 73px;
  background: #1A2735;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

#header .wrapper {
  position: relative;
  max-width: 1340px;
  height: 73px;
}

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

.fixed-header #header {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

#logo {
  z-index: 20;
  position: relative;
  margin-top: 11px;
  text-decoration: none !important;
  border-right: 1px solid #5B82AF;
  display: block;
  width: 240px;
  float: left;
}

#logo .logo {
  position: relative;
  width: 180px;
  height: 50px;
  float: left;
}

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

#logo .slogan {
  width: calc(99% - 180px);
  padding: 10px;
  font-size: 16px;
  line-height: 1.375;
  color: #C7E1FF;
  text-align: center;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  float: left;
}

#main-menu {
  z-index: 10;
  position: relative;
  float: right;
  width: calc(99% - 260px);
}

#main-menu .link-item {
  text-decoration: none !important;
}

#main-menu .link-item:hover {
  color: #C7E1FF;
}

#main-menu .link-item.scrollto-active {
  color: #77A2D6;
}

#navicon {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 100%;
  padding: 0;
  display: block;
  background: transparent;
  border: 0 none;
}

.navicon {
  top: 50%;
}

.navicon,
.navicon:before,
.navicon:after {
  position: absolute;
  left: calc(50% - 15px);
  width: 30px;
  height: 4px;
  background: #77A2D6;
  display: block;
  will-change: transform, top;
  -webkit-transition: top, background, -webkit-transform;
  transition: top, background, -webkit-transform;
  -o-transition: top, background, transform;
  transition: top, background, transform;
  transition: top, background, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

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

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

.navicon:after {
  content: "";
  top: 8px;
}

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

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

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

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

#main {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

.row.flex-column-middle > * {
  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;
}

.row.flex-column-middle .inner {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.border-y {
  border-top: 1px solid #5B82AF;
  border-bottom: 1px solid #5B82AF;
}

.border-n {
  border-top: 1px solid #5B82AF;
}

.border-s {
  border-bottom: 1px solid #5B82AF;
}

.panel {
  width: 100%;
  margin-bottom: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.panel .panel-header {
  font-size: 24px;
  line-height: 1.1666666667;
  font-weight: bold;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  text-align: center;
  color: #C7E1FF;
  width: 100%;
  max-width: 100%;
  max-height: 60px;
  padding: 16px 10px;
  background: rgba(119, 162, 214, 0.5);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom: 3px solid #82ACDD;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.panel .panel-body {
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
  padding: 30px 20px;
  height: calc(100% - 70px);
  background: rgba(1, 8, 16, 0.2);
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

#footer {
  text-align: center;
  padding-bottom: 14px;
}

#footer .logo {
  vertical-align: middle;
  display: inline-block;
}

#footer .footer-slogan {
  width: 100px;
  padding-top: 10px;
  font-size: 16px;
  line-height: 1.375;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  margin-left: 20px;
  margin-right: 20px;
  vertical-align: middle;
  display: inline-block;
}

#footer .cc {
  font-size: 14px;
  line-height: 1.5714285714;
  margin-top: 50px;
}

#footer .wrapper {
  max-width: 1340px;
}

#footer .border-n {
  margin-bottom: 14px;
}

.logo {
  position: relative;
  width: 180px;
  height: 50px;
  display: block;
}

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

.ladder {
  position: relative;
}

.ladder:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 173px;
  height: 100%;
  display: block;
  background: url("../images/graphic-ladder.png") no-repeat right 110px/120% auto;
}

.ladder.ladder-right:before {
  left: auto;
  right: 0;
  background-position: left 0;
}

.svg-wrap {
  position: relative;
  width: 100%;
  padding: 60% 0 0;
}

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

.scrollto {
  position: relative;
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  color: #2D2D2F;
  padding: 13px 40px 17px;
  display: inline-block;
  background: #77A2D6;
  border-radius: 3px;
  text-decoration: none !important;
}

.scrollto:hover {
  color: #2D2D2F;
}

.scrollto:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 35px;
  height: 35px;
  display: block;
  background: #77A2D6;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.scrollto.button-clicked {
  font-size: 0;
}

.scrollto.button-clicked:after {
  content: "Close ✖";
  font-size: 18px;
  font-weight: bold;
}

.scrollto.larger {
  padding: 13px 20px 17px;
}

.shareholders-header {
  position: relative;
  text-align: center;
}

.shareholders-header blockquote {
  padding-top: 31px;
  padding-bottom: 72px;
  margin-bottom: -30px;
}

.shareholders-header .scrollto {
  -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;
}

#shareholders-letter {
  padding-top: 180px;
}

#shareholders-message {
  padding-top: 110px;
}

#shareholders-message h6 {
  margin-top: 46px;
}

#shareholders-message-drop {
  display: none;
}

.shareholder-stats {
  text-align: center;
  margin: 55px 0 76px;
  padding: 35px 0 0;
}

.shareholder-stats h5 {
  margin-bottom: 50px;
}

#shareholders-message .shareholder-stats h6 {
  margin-top: 0;
}

.shareholder-stats .number {
  color: #fff;
}

.number {
  font-size: 50px;
  line-height: 0.8;
  color: #C7E1FF;
  font-weight: 500;
  font-family: "proxima-nova-extra-condensed", sans-serif;
}

.number-stat {
  text-align: center;
  margin-bottom: 65px;
}

.number-stat .icon {
  position: relative;
  width: 100%;
  height: 70px;
  margin-bottom: 11px;
}

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

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

#at-a-glance {
  text-align: center;
  padding-top: 200px;
  font-size: 18px;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: bold;
}

#at-a-glance h6 {
  margin-bottom: 3px;
}

#at-a-glance .wrapper {
  z-index: 20;
  position: relative;
}

#at-a-glance .number {
  margin-bottom: 7px;
}

#at-a-glance .number,
#at-a-glance .number-stat {
  color: #fff;
}

#at-a-glance .border-n {
  margin: 50px 0;
}

.at-a-glance {
  position: relative;
  padding-top: 80px;
  background: url("../images/bg-at-a-glance.jpg") no-repeat center top/cover;
}

.at-a-glance:before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 154px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#21213A), to(rgba(33, 33, 58, 0)));
  background-image: -o-linear-gradient(top, #21213A, rgba(33, 33, 58, 0));
  background-image: linear-gradient(to bottom, #21213A, rgba(33, 33, 58, 0));
}

.at-a-glance:after {
  z-index: 0;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 260px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#21213A), to(rgba(33, 33, 58, 0)));
  background-image: -o-linear-gradient(bottom, #21213A, rgba(33, 33, 58, 0));
  background-image: linear-gradient(to top, #21213A, rgba(33, 33, 58, 0));
}

.title-image {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.title-image h2 {
  line-height: 0.75;
  margin-bottom: 44px;
}

.title-image img {
  position: absolute;
  bottom: 5px;
  max-width: 90vw;
}

#augmenting-strategy {
  text-align: center;
  padding-top: 235px;
}

#augmenting-strategy .title-image img {
  left: -20px;
}

#augmenting-strategy h5 {
  margin-bottom: 80px;
}

#augmenting-strategy h4 {
  margin-bottom: 26px;
}

#augmenting-strategy ol {
  text-align: left;
}

#augmenting-strategy .border-n {
  margin: 40px 0;
}

.strategy-row {
  padding: 0 20px 30px;
  background: rgba(1, 8, 16, 0.2);
}

.strategy-row.strategy-purpose h4 {
  color: #21213A;
  background: #C7E1FF;
}

.strategy-row.strategy-mission h4 {
  color: #fff;
  background: #75a2d5;
}

.strategy-row.strategy-definition h4 {
  color: #fff;
  background: #2f4d69;
}

.strategy-row.strategy-strats h4 {
  color: #fff;
  background: #363651;
}

#advancing-technologies {
  padding-top: 235px;
}

#advancing-technologies .title-image {
  text-align: center;
}

#advancing-technologies .title-image img {
  left: 10%;
}

#accelerating-growth {
  padding-top: 235px;
}

#accelerating-growth .title-image {
  text-align: center;
}

#accelerating-growth .title-image img {
  left: 8%;
}

.accelerating-growth-bg {
  background: url("../images/accelerating-growth-bg.jpg") no-repeat center top/cover;
}

#consolidated-overview {
  padding-top: 115px;
}

#consolidated-overview h3 {
  margin-bottom: 54px;
}

#consolidated-overview .consolidated-overview-graphic-wrap {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 100px;
}

#consolidated-overview .overview-key {
  position: relative;
  width: 455px;
  height: 40px;
  max-width: 100%;
  margin: 40px auto 0;
}

#consolidated-overview .overview-key svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.consolidated-overview-stats {
  position: relative;
  font-size: 16px;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  color: #C7E1FF;
  text-align: center;
  margin-top: -5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.consolidated-overview-stats strong {
  font-size: 18px;
  color: #C7E1FF;
  display: block;
  margin-bottom: 6px;
}

.consolidated-overview-stats .number {
  color: #77A2D6;
  margin-bottom: 3px;
}

.consolidated-overview-stats .overview-stat {
  position: relative;
  top: 0;
  width: 33.3333%;
  text-align: center;
  max-width: 33.3333%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 33.3333%;
  flex: 1 0 33.3333%;
}

#financial-highlights {
  z-index: 30;
  position: relative;
  padding-top: 200px;
}

#financial-highlights h2 {
  margin-bottom: 100px;
}

#corporate-information {
  z-index: 20;
  position: relative;
  padding-top: 200px;
}

#corporate-information h5 {
  margin-bottom: 15px;
  font-weight: bold;
}

#corporate-information li strong {
  font-size: 18px;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: bold;
  display: block;
}

#corporate-information .ladder:before {
  top: 150px;
}

#downloads {
  z-index: 0;
  position: relative;
  padding-top: 103px;
}

#downloads:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 103px;
  left: -3%;
  width: 722px;
  height: 722px;
  max-width: 30%;
  display: block;
  background: url("../images/downloads-logo.png") no-repeat center center/100% auto;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#downloads .border-n {
  margin-bottom: 103px;
}

#downloads h2 {
  margin-bottom: 74px;
}

.pdf-link {
  text-align: center;
  margin-bottom: 50px;
}

.pdf-link .icon {
  position: relative;
  width: 100%;
  height: 80px;
  margin-bottom: 36px;
}

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

.pdf-link h5 {
  margin-bottom: 20px;
}

.pdf-link .button {
  margin: 0 5px 10px;
}

#forward-looking-statements {
  position: relative;
  padding-top: 168px;
  padding-bottom: 177px;
}

#forward-looking-statements .scrollto {
  position: absolute;
  bottom: 123px;
  left: 50%;
  width: 308px;
  max-width: 70%;
  text-align: center;
  -webkit-transform: translate(-50%, -20px);
  -ms-transform: translate(-50%, -20px);
  transform: translate(-50%, -20px);
}

#financial-tables {
  display: none;
}

#financial-tables .footnotes {
  margin-top: 50px;
}

#financial-tables .table {
  margin-bottom: 0;
}

.financial-scrollto {
  position: relative;
  margin-top: 50px;
}

.financial-scrollto .scrollto {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 308px;
  max-width: 70%;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.financial-tabs {
  display: table;
  font-size: 14px;
  line-height: 1.21429;
  font-weight: normal;
  margin-bottom: 45px;
  padding-top: 180px;
  width: 100%;
}

.financial-tabs .item {
  padding: 0 10px;
  display: table-cell;
  vertical-align: bottom;
  text-decoration: none;
}

.financial-tabs .item span {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(119, 162, 214, 0);
}

.financial-tabs .item:hover {
  color: #C7E1FF;
  text-decoration: underline;
}

.financial-tabs .item.active {
  font-weight: bold;
  text-decoration: none !important;
}

.financial-tabs .item.active span {
  border-bottom: 2px solid #77A2D6;
}

.drop-target {
  overflow: hidden;
  height: 10.4em;
  margin-bottom: 30px;
}

.drop-target.transitioning {
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}

.drop-target p {
  margin-bottom: 0;
}

.growth-charts {
  font-size: 18px;
  line-height: 1.3;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: bold;
  color: #C7E1FF;
  max-width: 730px;
  margin: 0 auto;
}

.growth-charts .chart-img {
  position: relative;
  text-align: center;
  margin-bottom: 5px;
}

.growth-charts .chart-img img {
  z-index: 0;
  position: relative;
  max-width: 100%;
  display: inline-block;
}

.growth-charts .chart-number {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 25px;
  line-height: 1.2;
  color: #21213A;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: bold;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.growth-charts .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.growth-charts .row > * {
  width: 33.3333%;
  max-width: 33.3333%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 33.3333%;
  flex: 1 0 33.3333%;
}

.growth-chart-large {
  position: relative;
  font-size: 18px;
  line-height: 1.3;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: bold;
  color: #C7E1FF;
  padding: 0;
  max-width: 730px;
  margin: 0 auto;
}

.growth-chart-large img {
  max-width: 100%;
}

.growth-chart-large .growth-chart-legend {
  position: absolute;
  top: 50%;
  left: 0;
  width: 176px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.growth-chart-large .growth-chart-legend:after {
  content: "";
  display: table;
  clear: both;
}

.growth-chart-large .growth-chart-legend img {
  margin: 23px 20px 0 auto;
  display: block;
}

.growth-chart-large .growth-chart-large-percentages {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 47px;
  line-height: 1;
  color: #5A92CE;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: bold;
  text-align: left;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.growth-chart-large .growth-chart-large-percentages sup {
  font-size: 27px;
  line-height: 1.1851851852;
}

.growth-chart-large .growth-chart-large-percentages .col-6:last-child {
  color: #0e354e;
}

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

.bar-chart-wrapper h6 {
  height: 100px;
  max-width: 183px;
}

.bar-chart-wrapper h6 small {
  display: block;
  font-size: 16px;
  line-height: 1.25;
  text-transform: none;
  margin-top: 7px;
  font-family: "proxima-nova-condensed", sans-serif;
}

.bar-chart {
  position: relative;
  width: 215px;
  height: 244px;
  max-width: 100%;
  margin: 50px auto;
}

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

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

.bar-chart .bar {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 24px;
  max-width: 95%;
  background: #77A2D6;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: height 0.5s ease-in-out 0.3s;
  -o-transition: height 0.5s ease-in-out 0.3s;
  transition: height 0.5s ease-in-out 0.3s;
}

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

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

.bar-chart .value {
  position: absolute;
  bottom: 100%;
  left: 50%;
  font-size: 14px;
  line-height: 1.8571428571;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#page-header {
  position: relative;
  height: 100vh;
  padding: 0 20px;
  margin-bottom: 0;
  background-image: -o-radial-gradient(#334E69, #21213A 70%);
  background-image: radial-gradient(#334E69, #21213A 70%);
}

#page-header .page-header-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#page-header .page-header-logo {
  position: absolute;
  top: 44%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#page-header .scrollto {
  position: absolute;
  top: 70%;
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#splash {
  z-index: 99999999999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  mix-blend-mode: screen;
}

#splash .splash-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 230px);
  height: 100%;
  opacity: 1;
  overflow: hidden;
  will-change: transform, width, height;
  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;
  -webkit-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

#splash .splash-panel .splash-image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

#splash .splash-panel.splash-1 {
  top: auto;
  bottom: 0;
  -webkit-transition-delay: 2.8s;
  -o-transition-delay: 2.8s;
  transition-delay: 2.8s;
}

#splash .splash-panel.splash-1 .splash-image {
  -o-object-position: bottom;
  object-position: bottom;
}

#splash .splash-panel.splash-2 {
  left: auto;
  right: 0;
  width: calc(100% - 180px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

#splash .splash-panel.splash-2 .cutout-text {
  padding-left: 40px;
}

#splash .splash-panel.splash-3 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#splash .cutout-text {
  z-index: 9999;
  position: relative;
  font-size: 20vh;
  line-height: 0.74;
  font-weight: bold;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  letter-spacing: 0.3px;
  color: #000;
  padding: 5vh 0 5vh 220px;
}

#page-header {
  -webkit-transition: background 0.8s linear;
  -o-transition: background 0.8s linear;
  transition: background 0.8s linear;
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

#page-header .scrollto,
#page-header .page-header-logo {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.8s linear, visibility 0.8s linear;
  -o-transition: opacity 0.8s linear, visibility 0.8s linear;
  transition: opacity 0.8s linear, visibility 0.8s linear;
  -webkit-transition-delay: 1.05s;
  -o-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

html:not(.complete-animation) {
  overflow: hidden;
  height: 100vh;
}

html:not(.complete-animation) body {
  overflow: visible;
  height: 100vh;
}

html:not(.complete-animation) #page-header {
  background-image: -o-radial-gradient(#334E69, #1A2735 70%);
  background-image: radial-gradient(#334E69, #1A2735 70%);
}

html:not(.complete-animation) #page-header .scrollto,
html:not(.complete-animation) #page-header .page-header-logo {
  opacity: 0;
  visibility: hidden;
}

html.pause-animation #splash .splash-panel {
  opacity: 0;
}

html.pause-animation #splash .splash-panel.splash-1 {
  height: 0;
}

html.pause-animation #splash .splash-panel.splash-2 {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

html.pause-animation #splash .splash-panel.splash-3 {
  height: 0;
}

html.next-animation #splash .splash-panel.splash-2 {
  z-index: 10;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

html.text-animation #splash {
  mix-blend-mode: normal;
}

html.text-animation #splash .splash-panel.splash-3,
html.text-animation #splash .splash-panel.splash-2 {
  z-index: 10;
  -webkit-transition: opacity 0.8s linear 0.5s;
  -o-transition: opacity 0.8s linear 0.5s;
  transition: opacity 0.8s linear 0.5s;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

html.text-animation #splash .splash-panel.splash-3 .splash-image,
html.text-animation #splash .splash-panel.splash-2 .splash-image {
  display: none !important;
}

html.text-animation #splash .splash-panel div {
  -webkit-animation: fade-in 0.8s linear;
  animation: fade-in 0.8s linear;
  color: #21213A;
}

html.text-animation #splash .splash-panel div:first-child {
  color: #C7E1FF;
  font-style: italic;
}

html.complete-animation #splash {
  opacity: 0;
  -webkit-transition: opacity 0.8s linear 0s;
  -o-transition: opacity 0.8s linear 0s;
  transition: opacity 0.8s linear 0s;
}

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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes splash-text {
  0% {
    font-style: normal;
  }

  20% {
    font-style: italic;
  }

  100% {
    color: #C7E1FF;
    font-style: italic;
  }
}

@keyframes splash-text {
  0% {
    font-style: normal;
  }

  20% {
    font-style: italic;
  }

  100% {
    color: #C7E1FF;
    font-style: italic;
  }
}

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

@media screen and (min-width: 576px) {
  h5 {
    font-size: 28px;
  }

  .number {
    font-size: 50px;
  }

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

@media screen and (min-width: 768px) {
  .columns-3 {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
  }

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

  #footer {
    text-align: left;
  }

  #footer .logo {
    float: left;
  }

  #footer .footer-slogan {
    float: left;
  }

  #footer .cc {
    text-align: right;
    margin-top: 10px;
  }

  #consolidated-overview .overview-key {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .consolidated-overview-stats {
    position: absolute;
    top: 37%;
    left: 0;
    width: 100%;
    margin-top: 0;
    min-height: 100px;
  }

  .consolidated-overview-stats .overview-stat {
    position: absolute;
    width: 90px;
    text-align: left;
  }

  .consolidated-overview-stats .overview-stat:first-child {
    left: 5%;
  }

  .consolidated-overview-stats .overview-stat:nth-child(2) {
    left: 33%;
  }

  .consolidated-overview-stats .overview-stat:last-child {
    right: 7%;
  }

  .pdf-link h5 {
    min-height: 86px;
    margin-bottom: 5px;
  }

  .growth-chart-large {
    padding: 0 176px;
  }

  .growth-chart-large .number {
    font-size: 72px;
  }
}

@media screen and (min-width: 830px) {
  #main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #main-menu a {
    font-size: 16px;
    line-height: 1.375;
    font-family: "proxima-nova-extra-condensed", sans-serif;
    font-weight: normal;
    text-decoration: none !important;
    width: 14%;
    max-width: 14%;
    height: 73px;
    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;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 14%;
    flex: 1 0 14%;
  }

  #navicon {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  #logo {
    width: 340px;
  }

  #main-menu {
    width: calc(99% - 380px);
  }

  .scrollto.larger {
    font-size: 24px;
    padding: 13px 40px 17px;
  }

  #consolidated-overview .consolidated-overview-graphic {
    margin-bottom: 194px;
  }
}

@media screen and (max-width: 1199px) {
  .ladder:before {
    max-width: 6vw;
  }

  #page-header .page-header-shape {
    width: 150%;
  }

  #page-header .page-header-logo {
    top: 46%;
  }

  #splash .splash-panel {
    width: calc(100% - 80px);
  }

  #splash .splash-panel.splash-2 {
    width: calc(100% - 50px);
  }

  #splash .cutout-text {
    padding-left: 90px;
  }
}

@media screen and (max-width: 991px) {
  #logo .slogan {
    line-height: 1;
    font-size: 14px;
    padding: 0 10px;
  }

  .financial-tabs {
    margin-left: -10px;
    margin-right: -10px;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .financial-tabs br {
    display: none !important;
  }

  .financial-tabs .item {
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    width: 33.3333%;
    max-width: 33.3333%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.3333%;
    flex: 1 0 33.3333%;
  }

  #splash .splash-panel {
    width: 100%;
  }

  #splash .splash-panel.splash-2 {
    width: 100%;
  }

  #splash .cutout-text {
    font-size: 15vw;
    text-align: center;
    padding: 5vh 20px 5vh;
  }
}

@media screen and (max-width: 900px) {
  .ladder:before {
    display: none;
  }
}

@media screen and (max-width: 829px) {
  #logo {
    width: calc(100% - 50px);
    border: 0 none;
  }

  #logo .slogan {
    padding-top: 15px;
    text-align: left;
  }

  #main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    max-width: 100vw;
    text-align: center;
    overflow: hidden;
    font-size: 20px;
    background: rgba(26, 39, 53, 0.94);
    display: block;
    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;
  }

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

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

  .mobile-open #main-menu {
    width: 100vw;
    height: 100vh;
    padding: 100px 0 50px;
  }

  .mobile-style #main-menu {
    opacity: 1;
    visibility: visible;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    overflow: hidden auto;
  }
}

@media screen and (max-width: 767px) {
  .title-image img {
    bottom: 40%;
    max-width: 100vw;
  }

  #augmenting-strategy {
    padding-top: 100px;
  }

  #advancing-technologies {
    padding-top: 100px;
  }

  #accelerating-growth {
    padding-top: 100px;
  }

  #financial-highlights {
    padding-top: 100px;
  }

  #downloads:before {
    max-width: 75%;
  }

  #financial-table {
    margin-left: -20px;
    margin-right: -20px;
  }

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

  .table-responsive table {
    min-width: 600px;
  }

  .financial-tabs .item {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }

  .growth-chart-large {
    padding: 10px 0;
    max-width: 500px;
    margin: 0 auto;
  }

  .growth-chart-large .growth-chart-legend {
    top: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .growth-chart-large .growth-chart-legend .growth-chart-legend-title {
    margin-top: 50px;
    float: left;
  }

  .growth-chart-large .growth-chart-legend p {
    text-align: center;
    margin-bottom: 5px;
  }

  .growth-chart-large .growth-chart-legend img {
    position: absolute;
    bottom: 50px;
    right: 0;
    margin: 0;
  }

  .growth-chart-large .growth-chart-large-percentages {
    font-size: 35px;
  }

  .growth-chart-large .growth-chart-large-percentages sup {
    font-size: 20px;
  }

  #page-header .page-header-shape {
    width: 180%;
  }
}

@media screen and (max-width: 575px) {
  .title-image img {
    display: none;
  }

  .growth-chart-large .growth-chart-legend .growth-chart-legend-title {
    margin-top: -10px;
  }

  .growth-chart-large .growth-chart-legend img {
    bottom: 0;
  }

  #page-header .page-header-shape {
    width: 240%;
  }
}

@media screen and (max-height: 400px) {
  #splash .cutout-text {
    font-size: 15vh;
  }
}
/*# sourceMappingURL=maps/style.css.map */
