body {
  position: relative;
  font-size: 16px;
  line-height: 1.625;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  color: #334E69;
  background: #FBFBFB;
  opacity: 1;
  -webkit-transform: opacity 0.5s;
  -ms-transform: opacity 0.5s;
  transform: opacity 0.5s;
}

a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: color, background, border, opacity;
  -o-transition: color, background, border, opacity;
  transition: color, background, border, opacity;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

a:hover {
  color: #001A35;
  text-decoration: underline;
}

a[href^=mailto] {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: bold;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 54px;
  line-height: 0.75;
  font-weight: 300;
  font-style: italic;
  text-transform: uppercase;
}

h2 strong {
  font-weight: bold;
}

h3 {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 800;
}

h4 {
  font-size: 20px;
  font-size: 1.6;
  font-weight: bold;
  margin-top: 33px;
  margin-bottom: 5px;
}

h5 {
  font-size: 16px;
  line-height: 1.625;
  font-weight: bold;
  margin-bottom: 5px;
}

h6 {
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.title-line {
  display: inline-block;
  border-bottom: 2px solid #58ACFF;
  padding-bottom: 5px;
}

.button {
  position: relative;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  color: #334E69;
  background: #fff;
  border-radius: 60px;
  display: inline-block;
  padding: 23px 77px 22px 36px;
  text-decoration: none !important;
  -webkit-box-shadow: 0 0 36px rgba(119, 163, 214, 0.46);
  box-shadow: 0 0 36px rgba(119, 163, 214, 0.46);
}

.button:after {
  content: "\FF0B";
  position: absolute;
  top: 50%;
  right: 42px;
  width: 24px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  color: #58ACFF;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.button.button-clicked.fade-button {
  opacity: 0;
  visibility: hidden;
}

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

.button.button-clicked.close-button:before {
  content: "Close";
  font-size: 12px;
}

.button.button-clicked.close-button:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  width: 12px;
}

.btn-small {
  position: relative;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  color: #334E69;
  background: #fff;
  border-radius: 60px;
  display: inline-block;
  padding: 15px 23px 14px;
  border: 2px solid #fff;
  text-decoration: none !important;
}

.btn-small.hollow {
  color: #fff;
  background: transparent;
  border-color: rgba(88, 172, 255, 0.2);
}

.btn-small:hover,
.btn-small.hollow:hover {
  color: #fff;
  background: #58ACFF;
  border-color: #58ACFF;
}

.button-line {
  z-index: 10;
  position: relative;
}

.button-line:before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: -20px;
  right: -20px;
  height: 2px;
  background: #C7E1FF;
  display: block;
}

.leading {
  position: relative;
  font-weight: bold;
  color: inherit;
  font-size: 20px;
  line-height: 1.4;
}

blockquote q {
  font-size: 32px;
  line-height: 1.25;
  font-weight: bold;
  display: block;
}

blockquote q:before,
blockquote q:after {
  display: block;
  font-size: 66px;
  line-height: 0.72727;
  text-align: center;
  color: #58ACFF;
  font-family: 'Calibri';
}

blockquote q:after {
  margin-top: 30px;
}

section ul,
ul.list {
  padding: 0;
  margin: 0 0 16px;
  list-style: none;
}

section ul li,
ul.list li {
  position: relative;
  padding-left: 15px;
  margin-top: 8px;
}

section ul li:before,
ul.list li:before {
  content: "\2022";
  position: absolute;
  left: 0;
  color: #58ACFF;
  font-size: 1.5em;
  line-height: 1;
}

section ul li:first-child,
ul.list li:first-child {
  margin-top: 0;
}

ul.three-cols li {
  padding-left: 0;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

ul.three-cols li:before {
  display: none !important;
}

ol {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  counter-reset: li;
}

ol > li {
  position: relative;
  padding-left: 1em;
}

ol > li:not(:first-child) {
  margin-top: 16px;
}

ol > li:before {
  content: counter(li) ")";
  position: absolute;
  right: calc(100% - .8em);
  counter-increment: li;
}

figure.thumbnail {
  max-width: 246px;
  margin: 0 auto 20px;
}

figure.thumbnail .headshot {
  position: relative;
  width: 100%;
  padding: 100% 0 0;
  max-width: 100%;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center bottom;
}

figure.thumbnail .headshot:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F2F7FD), to(#C7E1FF));
  background-image: -o-linear-gradient(top, #F2F7FD, #C7E1FF);
  background-image: linear-gradient(to bottom, #F2F7FD, #C7E1FF);
}

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

figure.thumbnail .headshot-name strong {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

figure.sig {
  font-weight: 300;
}

figure.sig h5 {
  margin-bottom: 0;
}

img {
  width: auto;
  height: auto;
}

.perc {
  color: #58ACFF;
  font-size: 42px;
  line-height: 1.14286;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 5px;
}

.table {
  color: #334E69;
  min-width: 670px;
}

.table tr.border-0 td {
  border: 0 none !important;
}

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

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

.table tr:nth-child(2) td:not(:first-child) {
  white-space: nowrap;
}

.table td {
  padding: 0.5em 0.8em;
  vertical-align: bottom;
  border-bottom: 1px solid #C7E1FF;
}

.table td:not(:first-child) {
  text-align: right;
}

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

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

.table td:first-child > span {
  display: block;
  max-width: 300px;
}

.table td:last-child {
  padding-right: 0;
}

.table tr,
.table td {
  border-top: 0 none;
}

.table h3 {
  font-size: 24px;
  color: #334E69;
  font-weight: 800;
}

.table small {
  font-size: 14px;
  line-height: 1.85714;
}

.active-column-2 .table td:nth-child(2) {
  font-weight: bold;
}

.table-footnotes {
  font-size: 14px;
  line-height: 1.35714;
  margin-top: 30px;
}

.footnotes {
  margin-top: 50px;
  font-size: 0.8em;
  line-height: 1.2;
  font-style: italic;
  opacity: 0.7;
}

.footnotes p {
  text-indent: -4px;
  padding-left: 4px;
  margin-bottom: 4px;
}

#header {
  z-index: 99999999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  white-space: nowrap;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

#header .wrapper {
  position: relative;
  height: 100%;
}

#logo,
#footer-logo {
  position: relative;
  width: 300px;
  height: 100%;
  float: left;
  display: table;
  color: #618EC3;
  font-size: 12px;
  line-height: 1.16667;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none !important;
}

#logo img,
#footer-logo img {
  position: relative;
  max-width: 100%;
  height: 100%;
}

#logo .logo,
#footer-logo .logo {
  position: relative;
  width: 148px;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

#logo .logo-svg,
#footer-logo .logo-svg {
  position: relative;
  max-width: 148px;
  height: 41px;
}

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

#logo .slogan,
#footer-logo .slogan {
  position: relative;
  width: auto;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  white-space: normal;
}

#logo {
  max-width: 30%;
}

#main-menu {
  position: relative;
  float: right;
  width: 68%;
  height: 100%;
  max-width: calc(99% - 300px);
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  line-height: 1.25;
  font-weight: normal;
  padding: 0;
}

#main-menu .nav {
  display: table;
  padding: 0;
  margin: 0;
  height: 100%;
}

#main-menu .nav-item {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

#main-menu .nav-link {
  position: static;
  color: #001A35;
  padding: 0;
  display: inline-block;
  white-space: normal;
  text-decoration: none !important;
}

#main-menu .nav-link span {
  display: inline-block;
}

#main-menu .nav-link:after {
  content: "";
  position: absolute;
  left: calc(50% - 2px);
  bottom: 10px;
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 2px;
  background: #58ACFF;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#main-menu .nav-link.active:after {
  opacity: 1;
}

#navicon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  border: 0 none;
  outline: hidden;
  display: none;
  background: transparent;
}

.navicon {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.navicon,
.navicon:before,
.navicon:after {
  position: absolute;
  left: 50%;
  width: 30px;
  height: 4px;
  display: block;
  border-radius: 2px;
  background: #334E69;
  -webkit-transition: background, -webkit-transform;
  transition: background, -webkit-transform;
  -o-transition: transform, background;
  transition: transform, background;
  transition: transform, background, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

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

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

.navicon:after {
  top: 8px;
}

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

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

.style-menu .navicon:before {
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
  -ms-transform: translate(-50%, 0) rotate(-45deg);
  transform: translate(-50%, 0) rotate(-45deg);
}

.style-menu .navicon:after {
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  -ms-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
}

.page-header {
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
  min-height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-header:after {
  z-index: 999;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-box-shadow: 0 0 0 3000px #fff;
  box-shadow: 0 0 0 3000px #fff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-header .slogan-desc {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.2;
}

.page-header .slogan-desc .slashes {
  color: #58ACFF;
}

.page-header .company-slogan {
  position: relative;
  background: #fff;
  padding: 40px 20px;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

.page-header .company-slogan img {
  max-width: 100%;
}

.page-header .header-scroll {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 8%;
  text-align: center;
}

.page-header #scrolldown {
  position: relative;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  display: inline-block;
  border: 0 none;
  background: url("../images/arrow-down.png") no-repeat center center/auto auto #fff;
  -webkit-transition: background-position 0.3s ease;
  -o-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}

.page-header #scrolldown:hover {
  background-position: center 60%;
}

.header-column {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}

.header-column figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.header-column figure:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.25;
  background: #77A3D6;
}

.header-column.column-left {
  left: 0;
}

.header-column.column-left figure {
  border-bottom-left-radius: 35px;
  background-position: left center;
  background-image: url("../images/column-left.jpg");
}

.header-column.column-center {
  z-index: 9999;
  left: 16.66667%;
  width: 66.66667%;
}

.header-column.column-center:before,
.header-column.column-center:after {
  z-index: 99;
  content: "";
  position: absolute;
  top: 0;
  width: 25%;
  height: 100%;
  display: block;
  background: #fff;
}

.header-column.column-center:before {
  left: 0;
}

.header-column.column-center:after {
  right: 0;
}

.header-column.column-right {
  right: 0;
}

.header-column.column-right figure {
  border-bottom-right-radius: 35px;
  background-image: url("../images/column-right.jpg");
  background-position: right center;
}

.header-column.column-right figure:after {
  opacity: 0.4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#77A3D6), to(#243C55));
  background-image: -o-linear-gradient(top, #77A3D6, #243C55);
  background-image: linear-gradient(to bottom, #77A3D6, #243C55);
}

.header-column .inner-column {
  position: absolute;
  width: 25%;
}

.header-column .inner-column figure:after {
  display: none;
}

.header-column .inner-column.inner-column-1 {
  top: 0;
  left: 25%;
  height: 32%;
}

.header-column .inner-column.inner-column-1 figure {
  background-image: url("../images/inner-column-1.jpg");
}

.header-column .inner-column.inner-column-2 {
  top: 0;
  left: 50%;
  height: 32%;
}

.header-column .inner-column.inner-column-2 figure {
  background-image: url("../images/inner-column-2.jpg");
}

.header-column .inner-column.inner-column-3 {
  bottom: 0;
  left: 25%;
  height: 37%;
}

.header-column .inner-column.inner-column-3 figure {
  background-image: url("../images/inner-column-3.jpg");
}

.header-column .inner-column.inner-column-4 {
  bottom: 0;
  left: 50%;
  height: 37%;
}

.header-column .inner-column.inner-column-4 figure {
  background-image: url("../images/inner-column-4.jpg");
}

.header-column .column-content {
  z-index: 999;
  position: absolute;
  top: 32%;
  left: 0;
  bottom: 37%;
  width: 100%;
  padding: 15px;
  background: #fff;
}

.header-column .column-content img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 16vh;
  display: block;
}

.header-column .column-content .content-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.header-column .column-content .slogan-desc {
  width: auto;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
  display: inline;
}

#header {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.5s ease-in-out 1s;
  transition: -webkit-transform 0.5s ease-in-out 1s;
  -o-transition: transform 0.5s ease-in-out 1s;
  transition: transform 0.5s ease-in-out 1s;
  transition: transform 0.5s ease-in-out 1s, -webkit-transform 0.5s ease-in-out 1s;
}

.page-header:after {
  width: 300%;
  padding: 300% 0 0;
  -webkit-transition: width 4s ease, padding 4s ease;
  -o-transition: width 4s ease, padding 4s ease;
  transition: width 4s ease, padding 4s ease;
}

.page-header .header-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.header-column.column-left,
.header-column.column-right {
  z-index: 0;
}

.header-column .inner-column {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.5s ease-in-out 0.75s, -webkit-transform 0.5s ease-in-out 0.75s;
  transition: opacity 0.5s ease-in-out 0.75s, -webkit-transform 0.5s ease-in-out 0.75s;
  -o-transition: transform 0.5s ease-in-out 0.75s, opacity 0.5s ease-in-out 0.75s;
  transition: transform 0.5s ease-in-out 0.75s, opacity 0.5s ease-in-out 0.75s;
  transition: transform 0.5s ease-in-out 0.75s, opacity 0.5s ease-in-out 0.75s, -webkit-transform 0.5s ease-in-out 0.75s;
}

.header-column .content-wrap {
  opacity: 1;
  width: auto;
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: inline-block;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

html:not(.start-animations) body {
  opacity: 0;
}

html:not(.start-animations) #header {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

html:not(.start-animations) .page-header:after {
  width: 0;
  padding: 0;
}

html:not(.start-animations) .page-header .header-scroll {
  opacity: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

html:not(.start-animations) .header-column .inner-column {
  opacity: 0;
}

html:not(.start-animations) .header-column .inner-column.inner-column-1 {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

html:not(.start-animations) .header-column .inner-column.inner-column-2 {
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

html:not(.start-animations) .header-column .inner-column.inner-column-3 {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

html:not(.start-animations) .header-column .inner-column.inner-column-4 {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

html:not(.start-animations) .header-column .content-wrap {
  opacity: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

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

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

.wrapper.wide2 {
  max-width: 1043px;
}

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

.row.row5 > [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

#footer {
  padding: 15px 0;
  text-align: center;
  background: #F8F8F8;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

#footer:after {
  content: "";
  display: table;
  clear: both;
  width: 100%;
}

#footer .cc {
  color: #001A35;
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 20px 0;
}

.subnav {
  z-index: 999;
  position: relative;
  left: 0;
  width: 100%;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 45px;
}

.subnav .subnav-holder {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  background: #C7E1FF;
  opacity: 0;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.1s ease-out, -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out, opacity 0.1s ease-out;
  transition: transform 0.3s ease-out, opacity 0.1s ease-out;
  transition: transform 0.3s ease-out, opacity 0.1s ease-out, -webkit-transform 0.3s ease-out;
}

.subnav .navbar {
  display: block;
  padding: 0;
}

.subnav .nav {
  display: block;
  padding: 0;
  margin: 0;
}

.subnav .nav-item {
  display: inline-block;
}

.subnav .nav-item + .nav-item {
  margin-left: 0;
}

.subnav .item {
  display: none;
}

.subnav a {
  color: #001A35;
  padding: 15px 10px;
  display: inline-block;
  text-decoration: none !important;
}

.subnav a.active {
  font-weight: 800;
}

.subnav.current .subnav-holder {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.animate__animated:not(.keep-alive) {
  opacity: 0;
}

.animate__animated.forwards {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animate__animated.animate__delay-dot25s {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.animate__animated.animate__delay-dot5s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animate__animated.animate__delay-dot75s {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.animate__animated.animate__delay-1dot25s {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.animate__animated.animate__delay-1dot5s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.animate__animated.animate__delay-2dot5s {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.animate__animated.animate__delay-3dot5s {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.animate__animated.animate__delay-4dot5s {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

.animate__animated.animate__delay-5dot5s {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

:root {
  --animate-duration: 800ms;
}

.equal-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.equal-columns .column {
  min-width: 145px;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stat-columns {
  z-index: 99;
  position: absolute;
  left: 20px;
  right: 20px;
  margin-top: -70px;
}

.stat-columns .wrapper {
  position: relative;
}

.stat-columns h6 {
  height: 45px;
  line-height: 1.08;
  display: inline-table;
}

.stat-columns h6 .title-line {
  max-width: 100%;
  display: table-cell;
  vertical-align: bottom;
}

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

.stat-columns .row .col {
  padding-left: 2px;
  padding-right: 2px;
  max-width: 16.6%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 16.6%;
  flex: 1 0 16.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.stat-columns .box {
  padding: 0 8% 23px;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #F0F0F0;
}

.stat-columns .box.box-gradient {
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(30%, #C7E1FF), to(#F0F6FC));
  background-image: -o-linear-gradient(top left, #C7E1FF 30%, #F0F6FC);
  background-image: linear-gradient(to bottom right, #C7E1FF 30%, #F0F6FC);
}

.stat-columns figure {
  width: 68px;
  height: 68px;
  margin: 0;
  float: left;
}

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

.stat-columns ul {
  width: 72px;
  height: auto;
  max-width: 50%;
  margin: 14px 0 0 5px;
  float: left;
  font-size: 12px;
  line-height: 1.33333;
}

.stat-columns ul li {
  padding-left: 9px;
  margin: 5px 0 0;
}

.stat-columns ul li:before {
  top: 5px;
  left: -5px;
  font-size: 40px;
  line-height: 0;
  color: #334E69;
}

.stat-columns ul li.lightblue:before {
  color: #58ACFF;
}

.stat-columns .stat-key:after {
  content: "";
  display: table;
  clear: both;
  width: 100%;
}

.stat-columns .stat {
  color: #77A3D6;
  font-size: 0;
  margin-bottom: 15px;
  font-style: italic;
}

.stat-columns .stat strong:first-of-type {
  color: #334E69;
}

.stat-columns .stat strong:nth-of-type(2) {
  color: #58ACFF;
}

.stat-columns .stat strong.large {
  font-size: 42px;
  line-height: 0.61905;
  font-weight: bold;
  padding-top: 5px;
  text-transform: uppercase;
  display: block;
}

.stat-columns .stat strong.large small {
  padding-left: 22px;
  font-size: 22px;
  line-height: 1.18182;
  font-weight: bold;
}

.stat-columns .stat span {
  display: inline-block;
  padding-left: 3px;
  padding-right: 3px;
}

.stat-columns .stat strong,
.stat-columns .stat span {
  font-size: 32px;
  line-height: 1;
}

#stats-slider .col {
  padding-left: 2px;
  padding-right: 2px;
}

#stats-slider .slick-list {
  padding-bottom: 200px;
}

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

#stats-slider .slick-track .slick-slide,
#stats-slider .slick-track .slick-slide > div,
#stats-slider .slick-track .col {
  height: auto;
  min-height: auto;
  max-width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

#stats-slider .slick-track .box {
  height: auto;
  min-height: auto;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

#stats-slider .slick-arrow {
  position: absolute;
  top: 100px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 0 none;
  font-size: 0;
  color: #fff;
  padding: 0;
  overflow: hidden;
  text-align: center;
  background: transparent;
}

#stats-slider .slick-arrow:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

#stats-slider .slick-arrow:hover:before {
  color: #58ACFF;
}

#stats-slider .slick-arrow.slick-prev {
  right: 100%;
}

#stats-slider .slick-arrow.slick-prev:before {
  content: "\f0d9";
}

#stats-slider .slick-arrow.slick-next {
  left: 100%;
}

#stats-slider .slick-arrow.slick-next:before {
  content: "\f0da";
}

.map {
  position: relative;
  width: 100%;
  padding: 50% 0 0;
}

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

.map-stats {
  margin-bottom: 50px;
}

.map-stat {
  width: 100px;
  margin: 0 auto;
}

.map-stat h6 {
  margin-bottom: 7px;
}

.map-key {
  position: relative;
  max-width: 435px;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #C7E1FF;
  border-bottom: 1px solid #C7E1FF;
}

.map-key h6 {
  position: relative;
  padding-top: 8px;
  padding-bottom: 5px;
  text-transform: none;
}

.map-key h6:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  display: block;
  background: #C7E1FF;
}

.map-key h6:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  display: block;
  background: #C7E1FF;
}

.map-key ul {
  padding: 5px 0;
  margin: 0;
}

.map-key ul li {
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.28571;
  white-space: nowrap;
}

.map-key ul li:before {
  top: 3px;
  width: 12px;
  height: 12px;
  font-size: 0;
  line-height: 1;
  border-radius: 100%;
  display: inline-block;
  background: #334E69;
  border-radius: 100%;
}

.map-key ul li.key-accent:before {
  background: #58ACFF;
}

.map-key ul li.key-accent2:before {
  background: #77A3D6;
}

.map-key ul li.key-hollow:before {
  background: transparent;
  border: 2px solid #334E69;
}

.map-key ul li.key-hollow.key-accent:before {
  background: transparent;
  border-color: #58ACFF;
}

.map-key ul li.key-star:before {
  top: -1px;
  left: -3px;
  width: 16px;
  height: 16px;
  background: url("../images/key-star-hollow.png") no-repeat center center/contain;
}

.map-key ul li.key-square:before {
  border-radius: 0;
}

.circle-stat {
  position: relative;
  color: #fff;
  width: 242px;
  max-width: 100%;
  min-height: 242px;
  margin: 25px auto 0;
  padding: 15px 10px 10px 45px;
  border-radius: 100%;
  background: rgba(88, 172, 255, 0.2);
}

.circle-stat.circle-hollow {
  background: transparent;
  border: 6px solid rgba(88, 172, 255, 0.2);
}

.circle-stat .perc {
  color: #fff;
}

.circle-stat .desc {
  margin: 14px 0 0;
  color: #C7E1FF;
  font-size: 14px;
  line-height: 1.42857;
  font-weight: bold;
  max-width: 115px;
}

.circle-stat .number .num {
  font-size: 47px;
  line-height: 0.48148;
  font-weight: 800;
  font-style: italic;
}

.circle-stat .number .num-line2 {
  margin-top: 10px;
  padding-left: 20px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
}

.circle-stat h6 {
  min-height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 140px;
}

.circle-stat img {
  margin-top: 25px;
}

.aside-stats h6 {
  margin-bottom: 2px;
}

.aside-stat {
  margin-bottom: 38px;
}

.aside-stat .number {
  font-size: 36px;
  line-height: 1.22222;
  font-weight: 300;
}

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

.bar-chart-wrapper h6 {
  min-height: 75px;
  max-width: 183px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.bar-chart-wrapper h6 small {
  display: block;
  font-style: italic;
  font-size: 14px;
  line-height: 1.42857;
  text-transform: none;
  margin-top: 7px;
}

.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: #334E69;
  font-weight: bold;
}

.bar-chart .bar {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 24px;
  max-width: 95%;
  background: #C7E1FF;
  -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.16667;
  -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.85714;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.timeline {
  z-index: 99;
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.625;
}

.timeline .line {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.timeline .item {
  position: relative;
  padding-bottom: 10px;
}

.timeline .item:before {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 1px);
  width: 2px;
  height: 200px;
  background: #58ACFF;
  display: block;
}

.timeline .item strong {
  display: block;
}

.timeline hr {
  border: 0 none;
  width: 70px;
  margin: 10px auto;
  background: transparent;
  border-radius: 2px;
  border-top: 4px solid #58ACFF;
}

.timeline .timeline-top {
  border-bottom: 4px solid #58ACFF;
}

.timeline .timeline-top .line {
  padding-top: 30px;
}

.timeline .timeline-bottom {
  border-top: 4px solid #58ACFF;
}

.timeline .timeline-bottom .line {
  padding-top: 50px;
}

.timeline .timeline-bottom .item {
  padding-top: 10px;
  padding-bottom: 0;
}

.timeline .timeline-bottom .item:before {
  top: auto;
  bottom: 100%;
  height: 50px;
}

.timeline .timeline-top .row .col-2,
.timeline .timeline-bottom .row .col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.timeline .timeline-top .col-2:last-child .item {
  top: -30px;
}

.timeline .timeline-dates {
  position: relative;
  text-align: center;
  font-size: 36px;
  line-height: 1.22222;
  font-weight: 300;
  font-style: italic;
  color: #C7E1FF;
  padding: 23px 0;
}

.timeline .timeline-dates:before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 97%;
  height: 0;
  display: block;
  border-bottom: 4px dashed #58ACFF;
}

.timeline .timeline-dates:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1%;
  width: 20px;
  height: 47px;
  background: url("../images/timeline-arrow.png") no-repeat center center/contain;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.timeline .timeline-dates strong {
  color: #F8F8F8;
  font-weight: bold;
  display: block;
}

.timeline .has-circle:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  width: 164px;
  height: 164px;
  border-radius: 100%;
  background: #58ACFF;
  opacity: 0.2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.timeline .timeline-top .has-circle:last-child:before {
  width: 256px;
  height: 256px;
  opacity: 0.4;
}

.timeline .timeline-bottom .has-circle:nth-child(2):before {
  top: 45%;
  width: 268px;
  height: 268px;
  opacity: 0.3;
}

.our-mission {
  padding-top: 50px;
}

.our-mission h4 {
  position: relative;
  max-width: 150px;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-bottom: 8px;
}

.our-mission h4:before {
  content: "";
  position: absolute;
  top: 100%;
  width: 27px;
  height: 2px;
  display: block;
  background: #58ACFF;
}

.our-mission h5 {
  z-index: 99;
  position: relative;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: -4%;
  max-width: 290px;
}

.our-mission .item {
  position: relative;
  padding-top: 62px;
  padding-bottom: 62px;
  font-weight: 300;
}

.our-mission .item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 340px;
  height: 340px;
  max-width: 30vw;
  display: block;
  border-radius: 100%;
  border: 10px solid #E8F2FD;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.our-mission .item .inner {
  z-index: 99;
  position: relative;
  width: 194px;
  max-width: 90%;
}

#financial-tab-wrap {
  display: none;
}

.financial-tabs {
  display: table;
  font-size: 14px;
  line-height: 1.21429;
  font-weight: normal;
  margin-bottom: 45px;
}

.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(88, 172, 255, 0);
}

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

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

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

.drop-target {
  overflow: hidden;
  height: 10em;
  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;
}

section {
  z-index: 10;
  position: relative;
}

section header {
  margin-bottom: 50px;
}

section header:after {
  content: "";
  display: table;
  clear: both;
  width: 100%;
}

section header h2 {
  color: #C7E1FF;
}

section header h2 + h3 {
  margin-top: 38px;
}

section header h3 {
  color: #fff;
}

section header h3:before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: calc(100% + 20px);
  width: 70px;
  height: 4px;
  border-radius: 4px;
  background: #58ACFF;
  display: block;
}

.header-bg {
  position: relative;
  padding: 100px 0 108px;
}

.header-bg:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#1A2735), color-stop(130%, #58ACFF));
  background-image: -o-linear-gradient(bottom left, #1A2735, #58ACFF 130%);
  background-image: linear-gradient(to top right, #1A2735, #58ACFF 130%);
}

.no-cssanimations .header-bg:before {
  background: #427db7;
}

#ShareholderLetter {
  padding-top: 57px;
  padding-bottom: 50px;
}

#ShareholderLetter blockquote {
  padding-top: 20px;
}

#ShareholderLetter .headshot-name {
  position: relative;
  max-width: 156px;
  margin: 0 auto;
}

#ShareholderLetter .headshot-name:before {
  content: "";
  position: absolute;
  top: -45px;
  left: -38px;
  width: 80px;
  height: 6px;
  border-radius: 4px;
  background: #58ACFF;
  display: block;
  opacity: 0;
}

#ShareholderLetter .headshot-name.animate__fadeIn:before {
  -webkit-animation: fadeInLeft var(--animate-duration) 1s forwards;
  animation: fadeInLeft var(--animate-duration) 1s forwards;
}

#ShareholderLetter #ShareholderLetter-full {
  display: none;
}

#AugmentingStrategy {
  position: relative;
  padding: 45px 0 60px;
  overflow: hidden;
  background: url("../images/strategy-hero-bg.jpg") no-repeat center center/cover;
}

#AugmentingStrategy header {
  margin-bottom: 20px;
}

#AdvancingTechnologies {
  position: relative;
  padding: 0 0 78px;
}

#AdvancingTechnologies figure {
  width: 767px;
  max-width: 56%;
  float: right;
}

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

#AdvancingTechnologies figure .figure {
  display: block;
  margin-bottom: 0;
  background-color: #58ACFF;
  background-size: cover;
  background-position: center center;
}

#AdvancingTechnologies figure .figure.figure-1 {
  width: 583px;
  height: 360px;
  max-width: 80%;
  margin-left: auto;
  margin-bottom: -145px;
  background-image: url("../images/advancing-technologies-1.jpg");
}

#AdvancingTechnologies figure .figure.figure-2 {
  width: 276px;
  height: 200px;
  max-width: 80%;
  background-image: url("../images/advancing-technologies-2.jpg");
}

#AdvancingTechnologies figure .figure.figure-3 {
  float: left;
  width: 663px;
  height: 408px;
  max-width: 80%;
  margin-bottom: -143px;
  background-image: url("../images/advancing-technologies-3.jpg");
}

#AdvancingTechnologies figure .figure.figure-4 {
  float: right;
  width: 306px;
  height: 223px;
  max-width: 80%;
  margin-left: auto;
  background-image: url("../images/advancing-technologies-4.jpg");
}

#AdvancingTechnologies .hydraulics-segment {
  padding-top: 80px;
}

#AdvancingTechnologies .hydraulics-segment .header-bg {
  margin-bottom: -300px;
}

#AdvancingTechnologies .hydraulics-segment .header-bg:before {
  width: 860px;
  max-width: 95%;
}

#AdvancingTechnologies .electronics-segment {
  padding-top: 182px;
}

#AdvancingTechnologies .electronics-segment header h3 {
  margin-left: 50%;
}

#AdvancingTechnologies .electronics-segment .header-bg {
  margin-bottom: -302px;
}

#AdvancingTechnologies .electronics-segment figure {
  float: none;
}

#AdvancingTechnologies .electronics-segment .equal-columns {
  max-width: 400px;
}

#AdvancingTechnologies .equal-columns {
  text-align: center;
  max-width: 600px;
  margin: 52px auto 0;
}

#DiverifiedEndMarkets header {
  margin-bottom: 0;
}

#DiverifiedEndMarkets .wrapper {
  position: relative;
}

#DiverifiedEndMarkets .header-bg {
  padding: 50px 0 100px;
}

#DiverifiedEndMarkets .row.columns-5 {
  margin-left: 0;
  margin-right: 0;
}

#DiverifiedEndMarkets .row.columns-5 .col {
  padding-left: 0;
  padding-right: 0;
  height: 400px;
  background: url("../images/accelerating-growth-1.jpg") no-repeat center center/cover #58ACFF;
  max-width: 20%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
}

#DiverifiedEndMarkets .row.columns-5 .col:nth-child(2) {
  background-image: url("../images/accelerating-growth-3.jpg");
}

#DiverifiedEndMarkets .row.columns-5 .col:nth-child(3) {
  background-image: url("../images/accelerating-growth-4.jpg");
}

#DiverifiedEndMarkets .row.columns-5 .col:nth-child(4) {
  background-image: url("../images/accelerating-growth-5.jpg");
}

#DiverifiedEndMarkets .row.columns-5 .col:nth-child(5) {
  background-image: url("../images/accelerating-growth-2.jpg");
}

#DiverifiedEndMarkets figure {
  margin: 0;
}

#ConsolidatedOverview {
  padding-top: 157px;
  padding-bottom: 56px;
}

#ConsolidatedOverview header {
  position: absolute;
  margin-bottom: 0;
  padding-top: 32px;
}

#ConsolidatedOverview .wrapper {
  z-index: 20;
  position: relative;
}

#ConsolidatedOverview .wrapper + .wrapper {
  z-index: 10;
}

#ConsolidatedOverview h3 {
  color: #334E69;
}

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

#AtAGlance header {
  margin-bottom: 0;
}

#FinancialHighlights {
  padding-top: 60px;
  padding-bottom: 0;
  overflow: hidden;
}

#FinancialHighlights h2 {
  margin-bottom: 68px;
}

#CorporateInformation {
  padding-top: 70px;
}

#CorporateInformation article {
  padding-top: 45px;
  padding-bottom: 36px;
}

#CorporateInformation article:not(:last-child) {
  border-bottom: 1px solid #C7E1FF;
}

#CorporateInformation h3 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 36px;
}

#Downloads {
  padding-top: 80px;
  padding-bottom: 95px;
  background: url("../images/downloads-bg.jpg") no-repeat center center/cover;
}

#Downloads h3 {
  font-size: 26px;
  line-height: 1.26923;
  color: #fff;
  margin-bottom: 14px;
}

#Downloads h3.line:before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: calc(100% + 20px);
  width: 70px;
  height: 4px;
  border-radius: 4px;
  background: #58ACFF;
  display: block;
}

#Downloads .btn-small {
  margin-bottom: 5px;
}

#ForwardLookingStatements {
  padding-top: 76px;
  padding-bottom: 83px;
}

#ForwardLookingStatements h3 {
  font-size: 24px;
  margin-bottom: 22px;
}

#ForwardLookingStatements p {
  font-size: 14px;
  line-height: 1.42857;
}

#ForwardLookingStatements #ForwardLookingStatements-drop.active ~ .button-line .button {
  font-size: 0;
}

#ForwardLookingStatements #ForwardLookingStatements-drop.active ~ .button-line .button:before {
  content: "Close";
  font-size: 12px;
}

#ForwardLookingStatements #ForwardLookingStatements-drop.active ~ .button-line .button:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  width: 12px;
}

#ValueStreams {
  padding-top: 100px;
  padding-bottom: 80px;
  background: #fff;
  overflow: hidden;
}

#ValueStreams .vs-top {
  font-size: 14px;
  line-height: 1.78571;
}

#ValueStreams .vs-top h2 {
  margin-bottom: 20px;
}

#ValueStreams .vs-top p {
  margin-bottom: 10px;
}

#ValueStreams .vs-top .col:first-child {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

#ESGMatters {
  position: relative;
  padding-bottom: 39px;
  font-size: 14px;
  line-height: 1.78571;
  overflow: hidden;
  background: rgba(199, 225, 255, 0.2);
}

#ESGMatters:before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 938px;
  height: 938px;
  display: block;
  border-radius: 100%;
  background: rgba(88, 172, 255, 0.05);
  -webkit-transform: translate(-20%, -50%);
  -ms-transform: translate(-20%, -50%);
  transform: translate(-20%, -50%);
}

#ESGMatters h2 {
  margin-bottom: 17px;
}

#ESGMatters p {
  margin-bottom: 10px;
}

#ESGMatters .esg-figures {
  position: relative;
  width: 100%;
  padding: 20% 0 0;
  margin-bottom: 35px;
}

#ESGMatters .esg-figures .row {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-left: -1px;
  margin-right: -1px;
}

#ESGMatters .esg-figures .row .item {
  padding-left: 1px;
  padding-right: 1px;
}

#ESGMatters .esg-figures .item {
  position: relative;
  height: 100%;
  margin-bottom: 2px;
}

#ESGMatters .esg-figures figure {
  width: 100%;
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#ESGMatters .esg-figures .item:nth-child(1) figure {
  background-image: url("../images/esg-figure-2.jpg");
}

#ESGMatters .esg-figures .item:nth-child(2) figure {
  background-image: url("../images/esg-figure-1.jpg");
}

#ESGMatters .esg-figures .item:nth-child(3) figure {
  background-image: url("../images/esg-figure-3.jpg");
}

#ESGMatters .esg-figures .item:nth-child(4) figure {
  background-image: url("../images/esg-figure-4.jpg");
}

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

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media screen and (min-width: 576px) {
  ul.three-cols {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }

  .subnav .nav-item + .nav-item {
    margin-left: 20px;
  }
}

@media screen and (min-width: 767px) {
  ul.three-cols {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
  }
}

@media screen and (min-width: 768px) {
  .flat-md {
    height: 0 !important;
  }

  #footer {
    text-align: left;
  }

  #footer .cc {
    text-align: right;
  }

  .subnav .nav-item + .nav-item {
    margin-left: 80px;
  }

  .map-stats {
    margin-top: -31%;
    margin-bottom: 13%;
  }

  .map-stat {
    margin: 0;
  }

  .map-stat.stat-right {
    margin-left: auto;
  }

  .map-key .row div:nth-child(2) h6:before,
  .map-key .row div:nth-child(2) h6:after {
    left: -30px;
    right: -30px;
  }

  .circle-stat {
    padding-left: 18%;
  }

  #ValueStreams .vs-top .col:first-child {
    padding-top: 10px;
    width: 290px;
    max-width: 290px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 290px;
    flex: 1 0 290px;
  }
}

@media screen and (min-width: 992px) {
  .button-line:before {
    left: -30px;
    right: -30px;
  }

  .subnav {
    text-align: left;
  }

  .subnav .subnav-wrap {
    max-width: 590px;
    margin-left: auto;
  }
}

@media screen and (min-width: 1050px) {
  #ShareholderLetter figure.thumbnail .headshot {
    width: 246px;
    height: 246px;
    min-width: 246px;
  }
}

@media screen and (min-width: 1200px) {
  .button-line:before {
    left: -85px;
    right: -85px;
  }

  #AdvancingTechnologies .header-bg:before {
    min-width: calc(100% - 500px);
  }

  #AdvancingTechnologies .electronics-segment header h3 {
    margin-left: 56%;
  }
}

@media screen and (min-width: 1400px) {
  .timeline .timeline-dates:before {
    width: auto;
    right: 154px;
  }

  .timeline .timeline-dates:after {
    right: 130px;
  }
}

@media screen and (max-width: 1199px) {
  .financial-tabs .item br {
    display: none;
  }

  #AdvancingTechnologies .header-bg h3 {
    display: inline-block;
    padding-left: 60px;
    line-height: 1;
  }

  #AdvancingTechnologies .header-bg h3:before {
    left: 0;
    right: auto;
    width: 50px;
  }

  #AdvancingTechnologies .electronics-segment header h3 {
    margin-left: 46%;
  }

  #DiverifiedEndMarkets h3 {
    padding-left: 60px;
    display: inline-block;
    line-height: 1;
  }

  #DiverifiedEndMarkets h3:before {
    left: 0;
    right: auto;
    width: 50px;
  }

  #ConsolidatedOverview h3 {
    padding-left: 60px;
  }

  #ConsolidatedOverview h3:before {
    left: 0;
    right: auto;
    width: 50px;
  }
}

@media screen and (max-width: 992px) {
  .table {
    font-size: 14px;
  }

  #ConsolidatedOverview header {
    position: relative;
    padding-top: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .financial-tabs {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .financial-tabs a {
    margin-top: 20px;
    max-width: 33.33333%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.33333%;
    flex: 1 0 33.33333%;
  }

  #AugmentingStrategy .timeline {
    font-size: 12px;
  }
}

@media screen and (max-width: 865px) {
  body:after {
    z-index: 999999999;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    display: block;
    opacity: 0;
    background: rgba(51, 78, 105, 0.5);
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }

  .open-menu body:after {
    width: 100%;
    height: 100%;
    height: 100vh;
  }

  .style-menu body:after {
    opacity: 1;
  }

  #logo {
    z-index: 20;
    max-width: calc(100% - 50px);
  }

  #navicon {
    z-index: 20;
    display: block;
  }

  #main-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    max-width: 95%;
    opacity: 0;
    overflow: hidden;
    text-align: left;
    font-size: 16px;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    -webkit-transition: opacity, -webkit-transform;
    transition: opacity, -webkit-transform;
    -o-transition: transform, opacity;
    transition: transform, opacity;
    transition: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }

  #main-menu .nav {
    padding-top: 80px;
    height: auto;
    display: block;
  }

  #main-menu .nav-item {
    height: auto;
    display: block;
  }

  #main-menu .nav-link {
    display: block;
    padding: 10px 15px;
  }

  #main-menu .nav-link:after {
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
  }

  #main-menu .nav-link.active {
    background: rgba(88, 172, 255, 0.2);
  }

  .open-menu #main-menu {
    opacity: 1;
    width: 300px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
  }

  .style-menu #main-menu {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

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

  h3 {
    font-size: 25px;
  }

  .page-header #scrolldown {
    width: 40px;
    height: 40px;
    background-size: 40% auto;
  }

  #footer #footer-logo {
    max-width: 100%;
    margin: 0 auto 20px;
    float: none;
  }

  .map-stats .perc {
    font-size: 35px;
  }

  .our-mission h5 {
    margin-bottom: 80px;
  }

  .our-mission .item {
    margin-top: -70px;
  }

  .our-mission .item .inner {
    margin: auto;
  }

  .our-mission .item:before {
    max-width: 120%;
  }

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

  #ShareholderLetter .animate__delay-1dot25s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }

  #AdvancingTechnologies figure {
    max-width: 95%;
  }

  #AdvancingTechnologies figure .figure.figure-1 {
    height: 245px;
    margin-bottom: -110px;
  }

  #AdvancingTechnologies figure .figure.figure-3 {
    height: 240px;
  }

  #AdvancingTechnologies figure .figure.figure-4 {
    width: 240px;
    height: 200px;
  }

  #AdvancingTechnologies .header-bg {
    text-align: center;
    padding-bottom: 200px;
  }

  #AdvancingTechnologies .hydraulics-segment .header-bg {
    margin-bottom: -150px;
  }

  #AdvancingTechnologies .hydraulics-segment .header-bg:before {
    max-width: 100%;
  }

  #AdvancingTechnologies .electronics-segment {
    padding-top: 120px;
  }

  #AdvancingTechnologies .electronics-segment header h3 {
    margin-left: 0;
  }

  #AdvancingTechnologies .electronics-segment .header-bg {
    margin-bottom: -125px;
  }

  #DiverifiedEndMarkets .header-bg {
    text-align: center;
    padding-bottom: 100px;
  }

  #DiverifiedEndMarkets .stat-columns {
    margin-top: -70px;
  }

  #DiverifiedEndMarkets .row.columns-5 .col {
    display: none;
  }

  #DiverifiedEndMarkets .row.columns-5 .col:first-child,
  #DiverifiedEndMarkets .row.columns-5 .col:nth-child(4) {
    display: block;
    max-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }

  #Downloads {
    text-align: center;
  }

  #Downloads header {
    margin-bottom: 20px;
  }

  #Downloads h3 {
    margin-top: 30px;
  }

  #Downloads h3 br {
    display: none;
  }

  #ESGMatters .esg-figures {
    padding-top: 80%;
  }

  #ESGMatters .esg-figures .item {
    height: 40%;
  }

  #ESGMatters .esg-figures .item:last-child {
    height: 60%;
  }
}

@media screen and (max-height: 500px), screen and (max-width: 767px) {
  .header-column .column-content .slogan-desc {
    margin-top: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 700px) {
  #AugmentingStrategy {
    overflow: auto;
  }

  #AugmentingStrategy .timeline {
    min-width: 700px;
  }
}

@media screen and (max-width: 500px) {
  #AdvancingTechnologies h3 {
    text-align: left;
  }

  #DiverifiedEndMarkets h3 {
    text-align: left;
  }

  #DiverifiedEndMarkets .row.columns-5 .col {
    height: 290px;
  }
}

@media screen and (max-width: 400px) {
  #footer #footer-logo {
    display: block;
  }

  #footer #footer-logo .logo {
    display: block;
    height: auto;
    margin: 0 auto 7px;
  }

  #footer #footer-logo .slogan {
    display: block;
    height: auto;
  }
}

@media (min-width: 866px) and (max-width: 992px) {
  #main-menu {
    font-size: 10px;
  }
}