@charset "UTF-8";
/* Developer SASS File Location if using Localhost */
/* @import url("http://192.168.1.151/blankor/stylesheets/screen.css"); */
/*-----------------------------------*\
  Reset CSS
\*-----------------------------------*/
html,
body,
div,
span,
applet,
.data-table-container td object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
div:not(.Q4FooterContainer):not(.module-copyright):not(
    .module-person_title
  ):not(.module-person_details) {
  font-size: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
  display: block;
}
body {
  line-height: 1;
}
.list--reset ol,
.list--reset ul:not(.list) {
  margin: 0;
  padding: 0;
  list-style: none;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*-----------------------------------*\
  Navigation CSS
\*-----------------------------------*/
.toggle-nav-open .nav-container {
  left: 0;
}
.main-wrapper {
  position: relative;
  left: 0;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.main-wrapper.past-hero .header-assets {
  background-color: rgba(0, 0, 0, 0.1);
}
.header-assets {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 35px 40px;
  color: #fff;
  z-index: 9000;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.header-assets i {
  width: 40px;
  background-color: #3498db;
  border-radius: 3px;
  padding: 10px;
  text-align: center;
  font-size: 21px;
  line-height: 40px;
}
.header-assets .nav-toggle {
  width: 40px;
  height: 30px;
  display: block;
  position: relative;
  cursor: pointer;
}
.toggle-nav-open .header-assets .nav-toggle {
  visibility: hidden;
}
.header-assets .nav-toggle span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: white;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
}
.header-assets .nav-toggle span:nth-child(1) {
  top: 0;
}
.header-assets .nav-toggle span:nth-child(2),
.header-assets .nav-toggle span:nth-child(3) {
  top: 10px;
}
.header-assets .nav-toggle span:nth-child(4) {
  top: 20px;
}
.header-assets .nav_wrap {
  width: calc(1520px / 2);
  text-align: center;
  margin-left: calc((100vw - 1560px) / 2);
}
.header-assets .nav-logo {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-top: -22px;
  width: 167px;
  height: 119px;
  background: url("../design/logo.svg");
  background-repeat: no-repeat;
}
.header-assets .nav-logo img {
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .header-assets {
    padding: 20px 20px;
  }
}
.nav-container {
  position: fixed;
  display: inline-block;
  left: -414px;
  top: 0;
  bottom: 0;
  width: 414px;
  background-color: #002677;
  overflow-y: auto;
  z-index: 10000;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.nav-container .toggle-nav {
  margin: 80px 0 0;
  padding: 0;
  list-style-type: none;
  border-color: rgba(255, 255, 255, 0.1);
}
.nav-container .toggle-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-container .toggle-nav .level1 li {
  border-bottom: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.1);
  margin: 0;
}
.nav-container .toggle-nav .level1 li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  display: block;
  padding: 17px 15px;
}
.nav-container .toggle-nav .level1 li:first-child {
  border-top: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.1);
}
.nav-container .toggle-nav .level2 > li > a {
  display: none;
}
.nav-container .close {
  width: 50px;
  padding: 20px 30px 20px 0;
  float: right;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  cursor: pointer;
}
.nav-container .QuickLinks {
  padding: 15px 15px;
}
.nav-container .QuickLinks .quick-links li {
  display: inline-block;
  margin-right: 8px;
}
.nav-container .QuickLinks .quick-links i {
  color: #fff;
  font-size: 40px;
}
@media only screen and (max-width: 480px) {
  .nav-container {
    width: 100%;
    left: -100%;
  }
}
/*-----------------------------------*\
  Typography CSS
\*-----------------------------------*/
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 14px;
  line-height: 22px;
}
body {
  font-family: "GT-America-Standard";
  font-weight: 400;
  font-size: 18px;
  color: #002677;
}
i {
  font-family: "Q4-Default-Icons";
}
em {
  font-style: italic;
}
b,
strong {
  font-weight: bold;
}
sup {
  display: inline-block;
  vertical-align: super;
  font-size: small;
}
h1,
.h1 {
  font-size: 42px;
  line-height: 56px;
  color: #fff;
  margin: 10px 0;
}
h2,
.h2,
h2 span {
  color: #002677;
  font-size: 56px;
  line-height: 64px;
  margin-bottom: 18px;
  /*   letter-spacing: -0.56px;
    font-weight: 400;
    font-family: "GT-America-Extended";*/
  font-family: "GT-America-Extended";
  font-style: normal;
  font-weight: 400;
}
p {
  font-size: 18px;
  line-height: 30px;
}
.big-paragraph p {
  font-size: 22px;
  line-height: 34px;
}
@media screen and (max-width: 768px) {
  h2,
  h2 span,
  .h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 26px;
    line-height: 36px;
  }
}
h3 {
  font-size: 42px;
  line-height: 56px;
  color: #002677;
  font-weight: 400;
}
h4 {
  font-size: 24px;
  line-height: 3px;
  margin: 20px 0;
}
h5 {
  font-size: 28px;
  line-height: 42px;
  color: #fff;
}
h6 {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
}
p {
  margin: 14px 0;
  font-weight: 300;
}
a {
  color: #3369ff;
  text-decoration: none;
}
a:hover {
  color: #002677;
  text-decoration: none;
}
button,
.button {
  border: 2px solid #3369ff;
  color: #3369ff;
  font-size: 18px;
  padding: 12px 10px;
  border-radius: 40px;
  width: 172px;
  display: inline-block;
  text-align: center;
  background: transparent;
}
button,
.button {
  background: transparent;
  border-color: #3369ff;
  color: #3369ff;
}
button:hover,
.button:hover {
  background: #3369ff;
  border-color: #3369ff;
  color: #ffffff;
}
.button--med {
  border-color: #002677;
  color: #002677;
}
.button--med:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #002677 !important;
}
.button--navy {
  border-color: #ffffff;
  color: #ffffff;
}
.button--navy:hover {
  background: #3369ff;
  border-color: #3369ff;
  color: #002677;
}
.button-cta {
  color: #3369ff;
}
.button-cta:hover {
  color: #002677;
}
.button-cta--dark {
  color: #3369ff;
}
.button-cta--dark:hover {
  color: #73bfff;
}

ul {
  margin: 9.8px 0;
  list-style-type: disc;
  list-style-position: inside;
}
ul li {
  margin: 9.8px 0;
}
ul ul {
  margin-left: 2em;
  list-style-type: circle;
}
/*-----------------------------------*\
  CSS 3 Animations
\*-----------------------------------*/
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
    visibility: hidden;

  }
  100% {
    opacity: 1;
    visibility: visible;

  }
}
@-webkit-keyframes fade-from-top {
  0% {
    opacity: 0;
    top: -100px;
    visibility: hidden;

  }
  100% {
    opacity: 1;
    top: 0;
    visibility: visible;

  }
}
@keyframes fade-from-top {
  0% {
    opacity: 0;
    top: -100px;
    visibility: hidden;

  }
  100% {
    opacity: 1;
    top: 0;
    visibility: visible;
  }
}
@-webkit-keyframes fade-from-bottom {
  0% {
    opacity: 0;
    bottom: -100px;
  }
  100% {
    opacity: 1;
    bottom: 0;
    visibility: visible;

  }
}
@keyframes fade-from-bottom {
  0% {
    opacity: 0;
    bottom: -100px;
    visibility: hidden;

  }
  100% {
    opacity: 1;
    bottom: 0;
    visibility: visible;

  }
}
@-webkit-keyframes fade-from-right {
  0% {
    opacity: 0;
    right: -250px;
    visibility: hidden;

  }
  100% {
    opacity: 1;
    right: 0;
    visibility: visible;

  }
}
@keyframes fade-from-right {
  0% {
    opacity: 0;
    right: -250px;
    visibility: hidden;

  }
  100% {
    opacity: 1;
    right: 0;
    visibility: visible;

  }
}
@-webkit-keyframes fade-from-left {
  0% {
    opacity: 0;
    left: -250px;
    visibility: hidden;

  }
  100% {
    opacity: 1;
    left: 0;
    visibility: visible;

  }
}
@keyframes fade-from-left {
  0% {
    opacity: 0;
    left: -250px;
    visibility: hidden;

  }
  100% {
    opacity: 1;
    left: 0;
    visibility: visible;

  }
}
@media screen and (min-width: 481px) {
  .story-item.animate .fade-in,
  .story-item.animate .fade-from-left,
  .story-item.animate .fade-from-right,
  .story-item.animate .fade-from-bottom,
  .story-item.animate .fade-from-top {
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    /* visibility: visible; */
  }
  .story-item.animate .fade-from-left,
  .story-item.animate .fade-from-right {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
  }
  .story-item.animate .fade-in {
    -webkit-animation-name: fade-in;
    animation-name: fade-in;
  }
  .story-item.animate .fade-from-left {
    -webkit-animation-name: fade-from-left;
    animation-name: fade-from-left;
  }
  .story-item.animate .fade-from-right {
    -webkit-animation-name: fade-from-right;
    animation-name: fade-from-right;
  }
  .story-item.animate .fade-from-top {
    -webkit-animation-name: fade-from-top;
    animation-name: fade-from-top;
  }
  .story-item.animate .fade-from-bottom {
    -webkit-animation-name: fade-from-bottom;
    animation-name: fade-from-bottom;
  }
}
@-webkit-keyframes bounce {
  0% {
    transform: perspective(100px) translateY(0);
  }
  8.333% {
    transform: perspective(100px) translateY(0);
  }
  16.667% {
    transform: perspective(100px) translateY(-15px);
  }
  25% {
    transform: perspective(100px) translateY(-15px);
  }
  33.333% {
    transform: perspective(100px) translateY(0);
  }
  100% {
    transform: perspective(100px) translateY(0);
  }
}
@keyframes bounce {
  0% {
    transform: perspective(100px) translateY(0);
  }
  8.333% {
    transform: perspective(100px) translateY(0);
  }
  16.667% {
    transform: perspective(100px) translateY(-15px);
  }
  25% {
    transform: perspective(100px) translateY(-15px);
  }
  33.333% {
    transform: perspective(100px) translateY(0);
  }
  100% {
    transform: perspective(100px) translateY(0);
  }
}
.bounce {
  -webkit-animation-duration: 7s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: bounce;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: bounce;
}
/*-----------------------------------*\
  Slick - Slider CSS
\*-----------------------------------*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../design/ajax-loader.gif") center center no-repeat;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("../fonts/slick.woff") format("woff"),
    url("../fonts/slick.ttf") format("truetype"),
    url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "Ã”Ã¥Ã‰";
}
[dir="rtl"] .slick-prev:before {
  content: "Ã”Ã¥Ã†";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "Ã”Ã¥Ã†";
}
[dir="rtl"] .slick-next:before {
  content: "Ã”Ã¥Ã‰";
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Ã”Ã‡Ã³";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Custom Slider Styles */
.introBox {
  height: 100%;
}
.introText {
  padding: 12.5% 8.5%;
  position: relative;
  font-size: 12px;
  line-height: 25px;
  text-align: left;
  text-transform: uppercase;
}
.introSlider {
  height: 100%;
  vertical-align: middle;
}
/*-----------------------------------*\
  Toast - Grid CSS
\*-----------------------------------*/
.grid {
  list-style: none;
  margin-left: 0;
}
.col-2-of-2,
.col-3-of-3,
.col-4-of-4,
.col-5-of-5,
.col-6-of-6,
.col-8-of-8,
.col-12-of-12 {
  width: 100%;
}
.col-1-of-2,
.col-2-of-4,
.col-3-of-6,
.col-4-of-8,
.col-6-of-12 {
  width: 50%;
}
.col-1-of-3,
.col-2-of-6,
.col-4-of-12 {
  width: 33.33333%;
}
.col-2-of-3,
.col-4-of-6,
.col-8-of-12 {
  width: 66.66667%;
}
.col-1-of-4,
.col-2-of-8,
.col-3-of-12 {
  width: 25%;
}
.col-3-of-4,
.col-6-of-8,
.col-9-of-12 {
  width: 75%;
}
.col-1-of-5 {
  width: 20%;
}
.col-2-of-5 {
  width: 40%;
}
.col-3-of-5 {
  width: 60%;
}
.col-4-of-5 {
  width: 80%;
}
.col-1-of-6 {
  width: 16.66667%;
}
.col-5-of-6 {
  width: 83.33333%;
}
.col-1-of-8 {
  width: 12.5%;
}
.col-3-of-8 {
  width: 37.5%;
}
.col-5-of-8 {
  width: 62.5%;
}
.col-7-of-8 {
  width: 87.5%;
}
.col-1-of-12 {
  width: 8.33333%;
}
.col-2-of-12 {
  width: 16.66667%;
}
.col-5-of-12 {
  width: 41.66667%;
}
.col-7-of-12 {
  width: 58.33333%;
}
.col-10-of-12 {
  width: 83.33333%;
}
.col-11-of-12 {
  width: 91.66667%;
}
.col {
  display: inline-block;
  min-height: 1px;
  padding-left: 0;
  vertical-align: top;
}
@media (max-width: 480px) {
  .col {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
}
@media (max-width: 1200px) and (min-width: 1024px) {
  .col[class*="col-lg-"] {
    display: inline-block;
    margin-right: -0.24em;
  }
  .col.col-lg-1-of-1 {
    width: 100%;
  }
  .col.col-lg-1-of-2,
  .col.col-lg-2-of-4 {
    width: 50%;
  }
  .col.col-lg-1-of-3 {
    width: 33.33333%;
  }
  .col.col-lg-2-of-3 {
    width: 66.66667%;
  }
  .col.col-lg-1-of-4 {
    width: 25%;
  }
  .col.col-lg-3-of-4 {
    width: 75%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .col[class*="col-lc-"] {
    display: inline-block;
    margin-right: -0.24em;
  }
  .col.col-lc-1-of-1 {
    width: 100%;
  }
  .col.col-lc-1-of-2,
  .col.col-lc-2-of-4 {
    width: 50%;
  }
  .col.col-lc-1-of-3 {
    width: 33.33333%;
  }
  .col.col-lc-2-of-3 {
    width: 66.66667%;
  }
  .col.col-lc-1-of-4 {
    width: 25%;
  }
  .col.col-lc-3-of-4 {
    width: 75%;
  }
}
@media (max-width: 768px) and (min-width: 480px) {
  .col[class*="col-md-"] {
    display: inline-block;
    margin-right: -0.24em;
  }
  .col.col-md-1-of-1 {
    width: 100%;
  }
  .col.col-md-1-of-2,
  .col.col-md-2-of-4 {
    width: 50%;
  }
  .col.col-md-1-of-3 {
    width: 33.33333%;
  }
  .col.col-md-2-of-3 {
    width: 66.66667%;
  }
  .col.col-md-1-of-4 {
    width: 25%;
  }
  .col.col-md-3-of-4 {
    width: 75%;
  }
}
@media (max-width: 480px) {
  .col[class*="col-sm-"] {
    display: inline-block;
    margin-right: -0.24em;
  }
  .col.col-sm-1-of-2,
  .col.col-sm-2-of-4 {
    width: 50%;
  }
  .col.col-sm-1-of-3 {
    width: 33.33333%;
  }
  .col.col-sm-2-of-3 {
    width: 66.66667%;
  }
  .col.col-sm-1-of-4 {
    width: 25%;
  }
  .col.col-sm-3-of-4 {
    width: 75%;
  }
}
.col-centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.col-d-first {
  float: left;
}
.col-d-last {
  float: right;
}
.no-gutter {
  margin-left: 0;
  width: 100%;
}
.no-gutter .col {
  padding-left: 0;
}
.no-gutter .col-smpan-all {
  margin-left: 0;
  width: 100%;
}
.col-ab {
  vertical-align: bottom;
}
.col-am {
  vertical-align: middle;
}
/*-----------------------------------*\
  Story, Stories, and Feature CSS
\*-----------------------------------*/
.story-item {
  /* Global */
  /* Single Story */
  /* Multi Story */
  /* Feature Story */
  /* Download Item */
}
.story-item .details-content,
.story-item .ModuleDate {
  display: none;
}
.story-item .story-image,
.story-item .story-content {
  vertical-align: middle;
}
.story-item .story-image {
  height: 100%;
}
.story-item .story-image img {
  width: 100%;
}
.story-item .story-content {
  padding: 2% 9%;
}
@media screen and (max-width: 1024px) {
  .story-item .story-content {
    padding: 2% 4%;
  }
}
.story-item .story-image a {
  font-size: 0;
}
.story-item h2,
.story-item .story-body {
  position: relative;
}
@media screen and (min-width: 481px) {
  /*. .story-item h2,
   story-item .story-body, */
  .story-item .arrow,
  .story-item .story-image {
    visibility: hidden;
  }
}
.story-item.single {
  /* Responsive */
}
.story-item.single .story-body .image-content {
  display: none;
}
.story-item.single .story-image {
  position: relative;
}
.story-item.single .story-image .image-content {
  width: 100%;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 25px;
  text-align: center;
}
.story-item.single .story-image .image-content h6 {
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .story-item.single .story-image {
    display: none;
  }
  .story-item.single .story-content {
    padding: 10% 9%;
  }
}
@media screen and (max-width: 480px) {
  .story-item.single .story-content {
    padding: 20% 9%;
  }
}
.story-item.multi {
  position: relative;
  text-align: center;
}
.story-item.multi .story-image,
.story-item.multi .story-content {
  width: 100%;
  position: relative;
}
.story-item.multi .story-image .overlay-background,
.story-item.multi .story-content .overlay-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.story-item.multi .story-content {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2%;
}
.story-item.multi .story-content:hover {
  background-image: url("http://blankor.q4web.com/files/design/overlay-bg.png");
  background-repeat: repeat;
}
.story-item.multi.split:hover {
  background-image: url("http://blankor.q4web.com/files/design/overlay-bg.png");
  background-repeat: repeat;
}
.story-item.multi.split .story-image,
.story-item.multi.split .story-content {
  width: 50%;
}
.story-item.multi.split .story-content {
  position: static;
}
.story-item.multi.split .story-content:hover {
  background-image: none;
}
.story-item.multi.split.third .story-image,
.story-item.multi.split.fourth .story-image {
  margin-right: -50%;
}
.story-item.multi.split.third .story-content,
.story-item.multi.split.fourth .story-content {
  margin-left: -50%;
}
@media screen and (max-width: 1200px) {
  .story-item.multi.split h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .story-item.multi.split h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .story-item.multi.split.second .story-image {
    margin-right: -50%;
  }
  .story-item.multi.split.second .story-content {
    margin-left: -50%;
  }
  .story-item.multi.split.third .story-image {
    margin-right: 0;
  }
  .story-item.multi.split.third .story-content {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .story-item.multi.split .story-image,
  .story-item.multi.split .story-content {
    width: 100%;
  }
  .story-item.multi.split .story-content {
    padding-top: 15%;
    padding-bottom: 10%;
  }
  .story-item.multi.split.second .story-image,
  .story-item.multi.split.third .story-image,
  .story-item.multi.split.fourth .story-image {
    margin-right: 0;
  }
  .story-item.multi.split.second .story-content,
  .story-item.multi.split.third .story-content,
  .story-item.multi.split.fourth .story-content {
    margin-left: 0;
  }
}
.story-item.feature .arrow:before {
  content: "\e806";
}
@media screen and (max-width: 1024px) {
  .story-item.feature .arrow:before {
    font-size: 40px;
  }
}
.story-item.download.center .download-item img {
  display: inline-block;
}
.story-item.download .download-item img {
  max-width: 250px;
}
.story-item.download .download-text {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  padding: 7px 10px;
  min-width: 221px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .story-item.download .download-item img {
    max-width: 175px;
  }
}
@media screen and (max-width: 480px) {
  .story-item .story-content {
    padding: 9%;
  }
}
/*-----------------------------------*\
  Details module CSS
\*-----------------------------------*/
.header-image {
  background-color: #22272b;
  background-image: url("http://blankor.q4web.com/files/design/banner/details-default.jpg");
  position: relative;
  padding-top: 25%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-device-width: 480px) {
  .header-image {
    background-attachment: scroll;
  }
}
.header-image .header-overlay {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.header-image .header-overlay a.video-banner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.header-image .header-overlay a.video-banner .q4-icon_play {
  font-size: 175px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header-image .header-overlay a {
  display: block;
  color: #fff;
}
.header-image .header-overlay i {
  display: block;
  margin: 20px auto 0;
  font-size: 100px;
  line-height: 100px;
  cursor: pointer;
}
.header-image .header-overlay p {
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .header-image {
    padding-top: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .header-image {
    padding-top: 35%;
  }
}
@media screen and (max-width: 768px) {
  .header-image {
    padding-top: 45%;
  }
}
@media screen and (max-width: 480px) {
  .header-image {
    padding-top: 65%;
  }
  .header-image .header-overlay {
    top: 20%;
  }
  .header-image .header-overlay i {
    font-size: 80px;
    line-height: 80px;
  }
}
.back {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 18px 8px 8px;
  border: none;
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  cursor: pointer;
  z-index: 999;
  background: #3369ff;
  border-radius: 0;
  width: 120px;
  text-align: left;
  font-family: "GT-America-Standard";
}
.back i {
  font-size: 30px;
  vertical-align: middle;
}
.story-details-container img {
  max-width: 100%;
}
.story-details-container .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
.story-details-container .left {
  padding-right: 5%;
}
.story-details-container .right {
  padding-left: 5%;
}
.story-details-container .landing-content,
.story-details-container .story-hidden {
  display: none;
}
@media screen and (max-width: 1024px) {
  .story-details-container .container {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 480px) {
  .story-details-container .left,
  .story-details-container .right {
    padding: 0;
  }
}
/*-----------------------------------*\
  html-content module CSS
\*-----------------------------------*/
/* Numbered Data */
.data-container .data-tabs-nav {
  list-style: none;
  font-size: 0;
  margin: 0;
}
.data-container .data-tabs-nav li {
  display: inline-block;
  margin: 10px 0;
  padding: 0 20px;
  font-size: 36px;
  line-height: 45px;
  opacity: 0.5;
  cursor: pointer;
}
.data-container .data-tabs-nav li:first-child {
  border-right: 1px solid;
  border-color: rgba(0, 0, 0, 0.2);
}
.data-container .data-tabs-nav li.selected {
  opacity: 1;
}
.data-container .data-content {
  display: none;
  list-style: none;
  font-size: 0;
  margin: 0;
}
.data-container .data-content li {
  padding: 0 2%;
  margin: 2% 0;
}
@media screen and (max-width: 768px) {
  .data-container .data-content li {
    margin: 8% 0;
  }
}
.data-container .data-content .data-border {
  border-right: 2px solid;
  border-color: rgba(0, 0, 0, 0.2);
  border-left: 2px solid;
  border-color: rgba(0, 0, 0, 0.2);
}
.data-container .data-content span {
  display: block;
}
.data-container .data-content span span {
  display: inline;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.data-container .data-content .data-title {
  min-height: 40px;
  font-size: 16px;
  line-height: 20px;
}
.data-container .data-content .data-value {
  font-size: 80px;
  line-height: 90px;
}
.data-container .data-content .data-label {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 1200px) {
  .data-container .data-content .data-title {
    font-size: 16px;
    line-height: 20px;
  }
  .data-container .data-content .data-value {
    font-size: 60px;
    line-height: 65px;
  }
}
@media screen and (max-width: 768px) {
  .data-container .data-content .data-value {
    font-size: 48px;
  }
  .data-container .data-content .data-note {
    padding: 5% 0;
  }
}
@media screen and (max-width: 600px) {
  .data-container .data-content .data-title {
    font-size: 12px;
  }
  .data-container .data-content .data-value {
    font-size: 36px;
  }
  .data-container .data-content .data-label {
    font-size: 16px;
  }
  .data-container .data-content .data-note {
    padding: 5% 0;
  }
}
@media screen and (max-width: 480px) {
  .data-container .data-content .data-border {
    border: none;
  }
  .data-container .data-content .data-title {
    font-size: 14px;
  }
  .data-container .data-content .data-value {
    font-size: 40px;
  }
  .data-container .data-content .data-label {
    font-size: 16px;
  }
}
.data-container .data-note {
  font-size: 11px;
  line-height: 12px;
  text-align: center;
  margin-top: 20px;
}
/* Data Table */
.data-table-container {
  margin: 35px 0;
  margin-bottom: 0px;
}
.data-table-container table {
  width: 100%;
  border-collapse: collapse;
}
.data-table-container th,
.data-table-container td {
  padding: 20px 0;
  text-align: left;
}
.data-table-container td {
  font-size: 18px;
}
@media only screen and (max-width: 480px) {
  .data-table-container td {
    padding-right: 10px;
  }
}
.data-table-container p {
  line-height: 27px;
}
.data-table-container th.data,
.data-table-container td.data {
  text-align: right;
}
.data-table-container .data-desktop th {
  background-color: transparent;
  color: #000;
  font-size: 20px;
  padding: 15px 0 20px;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.2);
}
.data-table-container .data-desktop th.current {
  color: #002677;
}
.data-table-container .data-mobile {
  display: none;
  margin-top: 10px;
}
.data-table-container .data-mobile th {
  color: #002677;
  font-size: 18px;
}
.data-table-container .data-mobile .data-mobile-header {
  margin: 10px 0;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding-left: 20px;
}
.data-table-container .data-mobile .data-toggle {
  font-size: 14px;
  text-align: right;
  padding-right: 25px;
  cursor: pointer;
}
.data-table-container .data-mobile .data-toggle i:before {
  content: "\e605";
}
.data-table-container .data-mobile .data-toggle i.selected:before {
  content: "\e604";
}
.data-table-container .data-mobile .data-mobile-content {
  display: none;
}
.data-table-container .current {
  color: #002677;
}
.data-table-container .data:not(.current) {
  color: #3369ff;
}
@media screen and (max-width: 768px) {
  .data-table-container .data-mobile {
    display: block;
  }
  .data-table-container .data-desktop {
    display: none;
  }
}
/* Dark Adjustments */
.dark td,
.dark .data-mobile-header {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.dark .data-desktop th {
  color: #fff;
}
/*-----------------------------------*\
  Hero Banner CSS
\*-----------------------------------*/
.hero-banner {
  overflow: hidden;
}
.hero-container {
  background: transparent
    radial-gradient(
      closest-side at 29% 52%,
      #002677 0%,
      #00226c 19%,
      #00133c 100%
    )
    0% 0% no-repeat padding-box;
  background-color: #042c80;
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
}
.hero-container .hero-overlay {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  background-color: transparent;
  text-align: center;
  max-width: 1560px;
  margin: 0 auto;
}
.hero-container .hero-text {
  width: 55%;
}
.hero-container .hero-images {
  width: 45%;
  background: #fff;
  padding-left: 5px;
  padding-right: 5px;
}
.hero-container .hero-images img {
  height: auto !important;
}
.hero-container .hero-images .col {
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .hero-container .hero-overlay {
    bottom: 15%;
  }
}
@media screen and (max-width: 480px) {
  .hero-container .hero-overlay {
    bottom: 25%;
  }
}
.hero-container .scroll-button {
  display: inline-block;
  left: 50%;
  bottom: 40px;
  text-align: center;
  background-color: #ec6a4c;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  padding-top: 5px;
  cursor: pointer;
}
.hero-container .scroll-button i {
  font-size: 40px;
  color: #fff;
  line-height: 1;
}
.hero-container img {
  width: 100%;
  height: auto;
}
.hero-container h1 {
  text-transform: none;
}
.hero-container h4 {
  text-transform: uppercase;
}
/*-----------------------------------*\
    Default CSS
\*-----------------------------------*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body.PreviewBody {
  margin: 0;
  background-position: 0 0;
}
img {
  max-width: 100%;
}
.PreviewToolBar {
  display: none;
}
.PageDefaultInner {
  overflow: hidden;
  background-color: #fff;
}
.clearfix:after,
.container:after {
  content: "";
  display: table;
  clear: both;
}
/*Container Config */
.container {
  padding: 6% 70px;
  max-width: 1660px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 10% 0;
  }
}
@media screen and (max-width: 480px) {
  .container {
    padding: 20% 0;
  }
}
.center {
  text-align: center;
}
.overlay-background {
  background-image: url("http://blankor.q4web.com/files/design/overlay-bg.png");
  background-repeat: repeat;
}
@media screen and (min-width: 481px) {
  .thin .container {
    padding: 4% 0;
  }
  .thick .container {
    padding: 12% 0;
  }
}
@media screen and (min-width: 769px) {
  .full .container {
    padding-left: 0%;
    padding-right: 0%;
    max-width: 1200px;
  }
}
/* Fixed BG */
.fixed-bg {
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-device-width: 480px) {
  .fixed-bg {
    background-attachment: scroll;
  }
}
/* Themes */
.dark {
  color: #fff;
}
.dark a,
.dark h2,
.dark .arrow {
  color: #fff;
}
.light {
  color: #000;
}
.brand-bg {
   /* background: transparent radial-gradient(closest-side at 51% 45%, #0525A8 0%, #031F85 33%, #00133C 100%) 0% 0% no-repeat padding-box; */
  background: rgb(0, 19, 60);
  background: linear-gradient(
    90deg,
    rgba(0, 19, 60, 1) 15%,
    rgba(3, 31, 133, 1) 35%,
    rgba(5, 37, 168, 1) 50%,
    rgba(3, 31, 133, 1) 65%,
    rgba(0, 19, 60, 1) 85%
  );
}
.brand-bg-alt {
  background-color: #3369ff;
}
.light-bg {
  background-color: #f2f2f2;
}
.dark-bg {
  background-color: #021d58;
}
.grey-bg {
  background-color: #e8e8e8;
}
.blue-bg {
  background-color: #002677;
}
.light-blue-bg {
  background-color: #73bfff;
}
.brand-color {
  color: #002677;
}
.header-font {
  font-family: "Open Sans", sans-serif;
}
/* Elements */
.arrow {
  display: inline-block;
  margin-top: 25px;
  color: #ec6a4c;
}
.arrow:before {
  font-family: "Q4-Default-Icons";
  content: "\e802";
  font-size: 50px;
}
.arrow.alt:before {
  content: "\e806";
}
@media screen and (max-width: 1024px) {
  .arrow {
    margin-top: 10px;
  }
  .arrow:before {
    font-size: 35px;
  }
  .arrow.alt:before {
    font-size: 40px;
  }
}
/* Lazy Loading XT */
.lazy-hidden {
  opacity: 0;
}
.lazy-loaded {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
/* Slick Override */
.dark .slick-dots li button {
  background-color: #fff;
}
.slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 20px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 18px;
  width: 18px;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  height: 16px;
  width: 16px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  background-color: #fff;
}
.slick-arrow.slick-prev {
  left: -50px;
}
.slick-arrow.slick-prev:before,
.slick-arrow.slick-next:before {
  font-family: "Q4-Default-Icons";
  font-size: 50px;
}
.slick-arrow.slick-prev:before {
  content: "\e801";
}
.slick-arrow.slick-next:before {
  content: "\e802";
}
/*-----------------------------------*\
  Client CSS
\*-----------------------------------*/
/*Hacky Images!*/
#Annual-Report-Trends .fixed-bg {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://s2.q4cdn.com/147129414/files/design/banner/data-desktop.jpg', sizingMethod='scale');
}
/* hero animation */
.hero {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: auto;
  background: transparent
    radial-gradient(
      closest-side at 29% 52%,
      #002677 0%,
      #00226c 19%,
      #00133c 100%
    )
    0% 0% no-repeat padding-box;
  background-color: #042c80;
}
.content-container {
  background-color: white;
  position: relative;
  z-index: 10;
}
.hero_columns,
.hero_columns-container {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.hero_columns-inner {
  display: flex;
  top: 50%;
  transform: translateY(-50%);
  width: calc(1560px / 2);
  overflow: hidden;
  left: calc((100vw) / 2);
  position: relative;
  padding: 0 5px;
  background-color: white;
}
.hero_columns-column {
  width: auto;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
  transition: all 0.5s;
  transform: translate3d(0, 0, 0);
}
.hero_columns-column:first-child {
  padding-left: 5px;
}
.hero_columns-column:last-child {
  padding-right: 5px;
}
.hero_overlays {
  height: 100%;
}
.hero_overlay {
  bottom: 50%;
  width: calc(1560px / 2);
  left: calc((100vw - 1560px) / 2);
  text-align: center;
  position: fixed;
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 0s;
  min-height: 240px;
}
.hero_overlay h1 {
  font-size: 56px;
  line-height: 60px;
  max-width: 400px;
  margin: 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hero_download {
  top: calc(50% + 150px);
  left: 0;
  width: 50%;
  text-align: center;
  position: fixed;
  opacity: 0;
  transition: all 0.5s;
}
.hero_download h4 {
  font-size: 26px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hero_download .button {
  border-color: #fff;
  width: 212px;
}
.hero_scrolling {
  top: 0;
  left: 0;
}
body:not(.hero-locked) .hero_scrolling {
  overflow: hidden;
}
.hero_image {
  padding: 5px;
}
.hero_scroll-button {
  position: fixed;
  bottom: 63px;
  width: calc(1560px / 2);
  text-align: center;
  left: calc((100vw - 1560px) / 2);
}
.hslider-container .hero_scroll-button {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .hero_overlay h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .hero_overlay h1 {
    font-size: 26px;
    line-height: 36px;
  }
}
.dark .scroll-button,
.hslider-container .scroll-button {
  font-size: 16px;
  color: #fff;
  padding-bottom: 30px;
  position: absolute;
  bottom: -67px;
  cursor: pointer;
  left: 0;
  right: 0;
  font-family: 'GT-America-Standard';
  font-weight: 300;;
}

.hslider-container .scroll-button:after {
  content: '|';
  font-size: 18px;
  color: #fff;
  position: absolute;
  bottom: 5px;
  cursor: pointer;
  left: 0;
  right: 0;
}
/* CEO Letter */
.button--cta {
  font-size: 18px;
  color: #3369ff;
  border: none;
  padding: 0;
  width: auto;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .button--cta {
    font-size: 16px;
  }
}
.full-width .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.quote-content {
  padding-top: 40px;
}
.expanded-quote {
  display: none;
  padding-top: 20px;
  padding-bottom: 30px;
}
.expanded-quote,
.ceo-letter .quote-name {
  padding-left: 65px;
}
@media screen and (min-width: 769px) {
  .ceo-letter .image-content,
  .ceo-letter .quote-content {
    visibility: hidden;
    position: relative;
  }
}
.full-width .landing-content_container {
  max-width: 1660px;
  margin: 0 auto;
  padding-left: 90px;
  padding-right: 90px;
}
.collapse .button--cta {
  cursor: pointer;
  margin-left: 65px;
}
.collapse .button--cta:before {
  content: "Read more";
  font-weight: 300;
}
.collapse .quote-content.js--read-more .button--cta:before {
  content: "Read less";
}
.collapse .button--cta.read-more--joan-lamm-tennant:before {
  content: "Read Joan's Letter";
}
.collapse
  .quote-content.js--read-more
  .button--cta.read-more--joan-lamm-tennant:before {
  content: "Collapse Letter";
}
.js--read-more .expanded-quote {
  display: block;
}
.quote {
  max-width: 920px;
  font-size: 32px;
  line-height: 42px;
  color: #002677;
  position: relative;
  padding-left: 65px;
  padding-right: 50px;
}
.quote:before,
.quote:after {
  content: "";
  background-image: url("/files/design/assets/Path-2114.png");
  display: inline-block;
  width: 48px;
  height: 39px;
  position: absolute;
}
.quote:before {
  left: 0;
  top: -20px;
}
.quote:after {
  background-image: url("/files/design/assets/Path-2113.png");
  right: 0;
  bottom: -20px;
}
.quote-name {
  padding-top: 20px;
  padding-bottom: 10px;
}
.ceo-letter .expanded-quote p {
  letter-spacing: -0.18px;
}
.ceo-letter_images {
  text-align: right;
}
.ceo-letter_images .ceo-letter_images-item {
  display: inline-block;
}
.ceo-letter_images img {
  width: 216px;
  margin-left: 10px;
  height: 100%;
}
.ceo-letter .quote-content {
  padding-bottom: 90px;
}
.ceo-letter .container {
  padding-bottom: 0;
}
/* shareholders */
.shareholders h2 {
  visibility: visible;
  letter-spacing: -1.12px;
  color: #f2f2f2;
  margin-bottom: 40px;
}
.shareholders .container {
  padding-bottom: 0;
}
.shareholders .image-content {
  position: relative;
}
.shareholders .image-content img {
  position: relative;
}
.shareholders .button {
  margin-left: 0;
  color: #3369ff;
}
.shareholders .expanded-quote {
  padding-left: 0;
  padding-top: 0;
}
.shareholders .quote-name {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}
.shareholders .quote-content {
  padding-top: 90px;
  padding-left: 50px;
  padding-bottom: 9%;
}
/* appreciation */
.appreciation h2 {
  color: rgba(204, 204, 204, 0.95);
  font-size: 100px;
  line-height: 120px;
  letter-spacing: -2px;
}
.appreciation .story-body.fade-from-bottom {
  -webkit-animation-name: none;
  animation-name: none;
}
.appreciation .container {
  padding-top: 0;
}
.full-images {
  display: flex;
  margin-left: -50px;
  margin-top: 10px;
}
.full-images .full-images_item {
  margin-left: 10px;
}
.full-images img {
  width: 216px;
  display: inline-block;
  height: 100%;
}
.full-images .full-images_item:first-child {
  margin-left: 0;
}
.appreciation .blue-bg {
  padding-top: 4%;
  padding-bottom: 6%;
}
/* Meeting our IPO targets */
.ipo-targets .data-container_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
}
.ipo-targets .module-item_wrap {
  height: 100%;
  min-height: 308px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ipo-targets .grey-bg .data-title {
  color: #002677;
  font-size: 26px;
  letter-spacing: -0.26px;
}
.ipo-targets .blue-bg {
  color: #73bfff;
}
.ipo-targets .blue-bg .data-title,
.ipo-targets .light-blue-bg .data-title {
  letter-spacing: -0.22px;
  font-size: 22px;
  line-height: 34px;
  display: block;
}
.ipo-targets .light-blue-bg {
  color: #002677;
}
.ipo-targets .data-value {
  display: block;
  width: 100%;
  line-height: 1;
}
.ipo-targets .data-value,
.ipo-targets .data-value span {
  /* font-size: 75px; */
  font-size: 42px;
  letter-spacing: 1.5px;
  font-family: "GT-America-Extended";
}
.ipo-targets .data-label {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  width: 100%;
  font-family: "GT-America-Extended";
}
.ipo-targets .module-item {
  padding-left: 15px;
  margin-bottom: 15px;
}
.ipo-targets .data-value .data-type {
  font-size: 28px;
  letter-spacing: 0.56px;
  font-weight: 400;
}
/*.ipo-targets .data-title:not(.grey-bg .data-title) {
    min-height: 68px;
    margin-bottom: 10px;
} */
.ipo-targets
  .data-container_wrap--strategic-priorities
  .data-title:not(.grey-bg .data-title) {
  min-height: 40px;
}
.data-container_wrap--strategic-priorities {
  margin-top: 51px;
}
.ipo-targets p {
  letter-spacing: -0.18px;
  line-height: 28px;
  /*color: rgba(51, 51, 51, 0.8); */
}
.no-padding .container {
  padding-top: 0;
  padding-bottom: 0;
}
.no-padding-top .container {
  padding-top: 0;
}
.no-padding-bottom .container {
  padding-bottom: 0;
}
.ipo-targets h2 {
  margin-bottom: 25px;
}
/* Business performance */
.business-performance_content,
.business-performance_content h2 {
  color: rgba(204, 204, 204, 0.95);
}
.business-performance_content .module-item {
  margin-top: 60px;
}
.business-performance .count-to {
  margin-top: 80px;
}
.business-performance .data-value,
.business-performance .data-label {
  display: block;
}
.business-performance .data-value,
.business-performance .data-value span {
  font-size: 100px;
  line-height: 1;
  letter-spacing: 2px;
}
.business-performance .data-label {
  font-size: 18px;
  line-height: 28px;
  margin-top: 15px;
}
.business-performance .data-value .data-type {
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0.56px;
}
.business-performance .data-table-container {
  display: none;
  padding-bottom: 6%;
  padding-top: 40px;
}
.business-performance .data-table-container h3 {
  margin-bottom: 30px;
  font-family: "GT-America-Extended";
}
@media screen and (max-width: 768px) {
  .business-performance .data-table-container h3 {
    font-size: 32px;
    line-height: 42px;
  }
}
.business-performance .accordion-title {
  position: relative;
  cursor: pointer;
  padding: 35px 0;
  font-family: "GT-America-Extended";
  text-align: center;
}
.business-performance .accordion-title:after {
  font-family: "Q4-Default-Icons";
  content: "\e800";
  position: absolute;
  bottom: -5px;
  transition-duration: 0.3s;
  font-size: 50px;
  font-weight: 400;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
}
.business-performance .accordion-title.js--active:after {
  transition-duration: 0.3s;
  transform: rotate(-180deg);
  left: 48.5%;
}
/* Our business segments */
.business-segments .data-value,
.business-segments .data-label {
  display: block;
}
.business-segments .data-value,
.business-segments .data-value span {
  font-size: 74px;
  letter-spacing: 1.48px;
  color: #3369ff;
  line-height: 1;
}
.business-segments .data-value .data-type {
  font-size: 28px;
  letter-spacing: 0.56px;
}
.business-segments .data-label {
  font-size: 26px;
  line-height: 34px;
  letter-spacing: -0.26px;
  color: #002677;
  margin-top: 20px;
}
.business-segments p {
  color: #002677;
  line-height: 32px;
}
.business-segments .button {
  margin-top: 70px;
}
.business-segments .full-images {
  padding-top: 7%;
}
.business-segments .count-to {
  margin-top: 60px;
}
/* .business-segments {
    margin-bottom: 30px;
} */
/* Building our future for generations to come */
.building-our-future .data-value,
.building-our-future .data-label {
  display: block;
}
.building-our-future .data-value,
.building-our-future .data-value span {
  font-size: 74px;
  letter-spacing: 1.48px;
  line-height: 1;
  font-weight: 500;
}
.building-our-future .data-label {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  margin-top: 30px;
}
.building-our-future .data-value .data-type {
  font-size: 28px;
  letter-spacing: 0.56px;
  font-weight: 400;
}
.building-our-future .count-to {
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 70px;
}
.building-our-future .count-to .module-item {
  padding-left: 20px;
}
.building-our-future .count-to .module-item_wrap {
  height: 100%;
  padding: 40px 30px 60px 30px;
}
.building-our-future h2 {
  margin-bottom: 40px;
}
.building-our-future .quote {
  max-width: 100%;
}
.building-our-future .quote-name {
  padding-left: 65px;
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  .building-our-future .image-content,
  .building-our-future .quote-content {
    visibility: hidden;
    position: relative;
  }
}
/* Being an enduring force for good */
.enduring-force {
  color: #002677;
  overflow: hidden;
  position: relative;
}
.enduring-force .circle {
  width: 123px;
  height: 123px;
  border-radius: 100%;
  background: #73bfff;
  display: inline-block;
  margin-top: 15px;
}
.enduring-force .count-to .circle img {
  width: 83px;
  height: 125px;
}
.enduring-force .count-to img {
  width: 151px;
  height: 151px;
  margin: 0 auto;
}
.enduring-force .data-value,
.enduring-force .data-label {
  display: block;
}
.enduring-force .data-value,
.enduring-force .data-value span {
  font-size: 75px;
  line-height: 1;
  font-weight: 500;
}
.enduring-force .data-label {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  margin-top: 20px;
}
.enduring-force .data-value .data-type {
  font-size: 28px;
}
.enduring-force h2 {
  margin-bottom: 40px;
}
.enduring-force .count-to {
  margin-top: 80px;
}
.enduring-force p {
  letter-spacing: -0.22px;
}
/* Spotlights */
.spotlights .container {
  padding-bottom: 0;
  margin-bottom: 10px;
}
#the-equitable-foundation p {
  position: relative;
}
.spotlights-container img {
  width: 100%;
}
.spotlights .image-mobile {
  display: none;
}
.spotlights-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}
.spotlights-container .module-item {
  padding-left: 10px;
}
.spotlights-container .module-item_wrap {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
}
.spotlights-container .module-item_wrap.light-blue-bg,
.spotlights-container .module-item_wrap.blue-bg {
  padding-left: 54px;
  padding-right: 50px;
}
.spotlights-container .module-item_wrap p {
  width: 100%;
  font-size: 26px;
  line-height: 38px;
  font-weight: 500;
  letter-spacing: -0.26px;
  color: #002677;
  position: relative;
}
.spotlights-container .module-item_wrap.dark p {
  color: #fff;
}
.spotlights-container .module-item_wrap .button {
  margin-top: 20px;
  border-color: #002677;
  color: #002677;
}
.spotlights-container .module-item_wrap.dark .button {
  border-color: #fff;
  color: #fff;
}
.spotlights h2 {
  margin-bottom: 40px;
}
/* Board of Directors */
.module-person {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}
.module-person .module-person_item {
  padding-left: 2px;
  margin-top: 2px;
}
.module-person .module-person_item-wrap {
  height: 100%;
  color: #fff;
}
.module-person p {
  margin: 0;
  line-height: 32px;
  letter-spacing: -0.22px;
}
.module-person .button {
  border-color: #fff;
  color: #fff;
  margin-top: 30px;
}
.module-person .module-person_item-wrap.blue-bg {
  padding: 50px 55px 10px 67px;
}
.hidden {
  display: none;
}
.module-person_details {
  background-color: #002677;
  opacity: 0.88;
  height: 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  visibility: hidden;
  transition: height 0.3s linear;
}
.module-person_details-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.module-person_info {
  position: relative;
  left: 0;
  top: 0;
  cursor: pointer;
}
.module-person_info:hover .module-person_details {
  visibility: visible;
  height: 100%;
  transition: height 0.3s linear;
}
.module-person_details h3,
.module-person_details h4,
.module-person_bio-wrap .module-person_details h4,
.module-person_bio-wrap .module-person_details h3 {
  font-size: 22px;
  line-height: 32px;
  font-family: "GT-America-Standard";
  font-weight: 400;
  color: #fff;
  letter-spacing: 0;
  margin: 0;
  padding-bottom: 30px;
}
.module-person_details h3,
.module-person_details h4 {
  text-align: center;
}
.fancybox-content .module-person_details h3,
.fancybox-content .module-person_details h4 {
  text-align: left;
  padding-bottom: 10px;
}
.module-person_details .module-person_name h4 br {
  display: none;
}
.module-person_details .module-person_name[data-name~="Lamm-Tennant"] h4 br {
  display: block;
}
.module-person_title,
.module-person_bio-wrap .module-person_title {
  font-size: 22px;
  line-height: 32px;
  font-family: "GT-America-Standard";
  font-weight: 400;
  color: #fff;
  letter-spacing: 0;
  padding-bottom: 30px;
}
.module-person_details-wrap .button {
  background-color: #3369ff;
  color: #fff;
  font-family: "GT-America-Standard", sans-serif;
  font-weight: 500;
  padding: 10px 25px;
  border: 2px solid #3369ff;
  border-radius: 30px;
  font-size: 18px;
}
.fancybox-content[id^="module-person_"] {
  max-width: 1222px;
  margin: 50px;
  padding: 85px 100px;
}
.fancybox-content .module-person_details {
  font-size: 18px;
}
.module-person_bio-wrap .module-person_image {
  max-width: 283px;
  display: inline-block;
  vertical-align: middle;
}
.module-person_bio-wrap .module-person_details {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  bottom: auto;
  left: auto;
  visibility: visible;
  padding-left: 45px;
  height: 100%;
  background-color: transparent;
  opacity: 1;
  max-width: 400px;
}
.module-person_bio {
  padding: 30px 0;
}
.module-person_bio-wrap .module-person_title,
.module-person_bio-wrap .module-person_details h4,
.module-person_bio-wrap .module-person_details h3 {
  color: #908e8b;
  font-family: "GT-America-Standard";
}
@media only screen and (max-width: 1280px) {
  .module-person_details h3,
  .module-person_details h4 {
    font-size: 25px;
    line-height: 30px;
  }
  .module-person_title {
    font-size: 20px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 1024px) {
  .module-person_bio-wrap .module-person_details {
    padding-left: 0;
    padding-top: 30px;
    display: block;
    max-width: none;
  }
}
@media only screen and (max-width: 768px) {
  .fancybox-content[id^="module-person_"] {
    margin: 20px;
    padding: 40px 20px;
  }
  .module-person_bio {
    padding: 0;
  }
  .module-person_title,
  .module-person_bio-wrap .module-person_title {
    padding-bottom: 10px;
    line-height: 30px;
  }
}

/* footer */
.footer-container {
  padding: 100px 0;
  background-color: #002677;
  color: #fff;
  position: relative;
}
.footer-container .FooterPaneDiv {
  max-width: 1660px;
  margin: 0 auto;
  padding: 0 90px;
  display: block;
}
.footer-container p {
  font-size: 14px;
  line-height: 21px;
  margin: 0;
}
.module-footer-quick-links li {
  display: inline-block;
  padding-right: 30px;
}
.footer-container a {
  color: #00d9a7;
}
.footer-container a:hover {
  color: #77fbdd;
}
.Q4FooterContainer {
  display: inline-block;
  min-height: 1px;
  padding-left: 0;
  vertical-align: top;
  width: 50%;
  text-align: right;
}
.module-copyright,
.Q4FooterContainer {
  margin-right: -0.25em;
}
.module-copyright p span {
  display: block;
}
.module-copyright p span + span {
  color: #bcbbbb;
  margin-top: 20px;
}
.Q4FooterContainer a {
  color: #fff;
}
.module-corporate-footer {
  padding-bottom: 20px;
  padding-top: 23px;
}
@media only screen and (max-width: 1365px) {
  .module-person p {
    font-size: 18px;
    line-height: 24px;
  }
  .module-person .button {
    font-size: 16px;
    width: 155px;
    padding: 8px 10px;
  }
}
@media only screen and (max-width: 1280px) {
  .header-assets {
    padding-left: 24px;
    padding-right: 24px;
  }
  .hero_overlay,
  .hero_download,
  .hero_scroll-button {
    width: calc(1280px / 2);
    left: calc((100vw - 1280px) / 2);
  }
  .module-person .module-person_item-wrap.blue-bg {
    padding: 20px 15px 10px 15px;
  }
  .module-person .button {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .shareholders .container,
  .financial-results,
  .landing-content_container,
  .building-our-future .container,
  .enduring-force .container,
  .full-width .landing-content_container,
  .footer-container .FooterPaneDiv {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .shareholders .container,
  .financial-results,
  .landing-content_container,
  .building-our-future .container,
  .enduring-force .container,
  .full-width .landing-content_container,
  .footer-container .FooterPaneDiv {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.hero_mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .header-assets .nav-logo {
    display: block;
    margin: 0 auto;
    margin-top: -30px;
  }
  .header-assets .nav_wrap {
    width: 100%;
    margin-left: 0;
  }
  .hero_columns-inner {
    display: none;
  }
  .hero_overlay,
  .hero_download {
    width: 70%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .hero_columns,
  .hero_scrolling {
    display: none;
  }
  .hero_text {
    font-size: 18px !important;
    max-width: 500px;
  }
  .hero_text p {
    font-size: 26px;
    line-height: 36px;
  }
  .hero_mobile {
    display: block;
    text-align: center;
    height: 100%;
  }
  .hero_mobile-containe {
    padding: 0 70px;
  }
  .hero {
    height: 100vh;
    overflow-y: hidden;
    overflow: hidden;
  }
  .hero_mobile-wrap {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .hero_image {
    padding: 3px;
  }
  .hero_download-mobile {
    padding-top: 40px;
  }
  .hero_download-mobile h4 {
    font-size: 22px;
  }
  .hero_download-mobile .button {
    border-color: #fff;
  }
  .hero_logo-mobile {
    margin-top: 30px;
  }
  .hero_logo-mobile {
    text-align: center;
  }
  .hero_logo-mobile img {
    display: inline-block;
    width: 110px;
  }
  .hero_images {
    display: flex;
    margin-bottom: 250px;
    background: #fff;
    margin-left: -50px;
    margin-right: -50px;
  }
  .hero_scroll-button-mobile {
    position: relative;
    bottom: 65px;
    left: 10px;
    right: 0;
  }
  .hero_overlay,
  .hero_download,
  .hero_scroll-button {
    width: 100%;
    left: 0;
    right: 0;
  }
  .hero_download.js--active {
    transform: translateY(50px);
  }
  .dark .scroll-button,
  .hslider-container .scroll-button {
    padding-bottom: 39px;
  }
  .scroll-button:before {
    height: 39px;
  }
  .full-images {
    margin-right: -50px;
  }
  .full-images .full-images_item {
    margin: 0 3px;
  }
  .ceo-letter_images {
    display: flex;
    text-align: center;
    justify-content: center;
    margin: 0 -50px;
  }
  .ceo-letter_images .ceo-letter_images-item {
    margin: 0 3px;
  }
  .ceo-letter_images img {
    margin-left: 0;
  }
  .quote {
    padding-left: 70px;
  }
  .quote:before {
    left: 10px;
  }
  .ipo-targets .container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .appreciation .blue-bg {
    padding-top: 6%;
    padding-bottom: 6%;
  }
  .spotlights-container .module-item_wrap.light-blue-bg,
  .spotlights-container .module-item_wrap.blue-bg {
    padding-left: 20px;
    padding-right: 20px;
  }
  .spotlights-container .module-item_wrap .button {
    margin-top: 0;
  }
  .module-person p {
    font-size: 18px;
    line-height: 24px;
  }
  .appreciation h2 {
    font-size: 42px;
    line-height: 50px;
    letter-spacing: -0.92px;
  }
  .business-performance_content:before {
    content: none;
  }
  .spotlights .story-body.fade-from-bottom,
  #the-equitable-foundation .story-body.fade-from-bottom {
    -webkit-animation-name: none;
    animation-name: none;
  }
}
@media screen and (max-height: 414px) {
  .hero {
    height: auto;
  }
  .hero_images {
    margin-bottom: 150px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .business-segments .count-to .col {
    width: 100%;
    display: block;
    margin-top: 30px;
  }
  .module-person .button {
    padding: 7px 10px;
    width: 150px;
  }
  .spotlights-container .module-item {
    width: 100%;
  }
  .spotlights .image-desktop {
    display: none;
  }
  .spotlights .image-mobile {
    display: block;
  }
  .spotlights .container {
    margin-bottom: 0;
  }
  .spotlights-container {
    padding: 0;
  }
  .spotlights-container .module-item_wrap.light-blue-bg,
  .spotlights-container .module-item_wrap.blue-bg,
  #the-equitable-foundation
    .spotlights-container
    .module-item:first-child
    .module-item_wrap {
    padding-left: 70px;
    padding-right: 24px;
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .building-our-future .count-to .module-item {
    width: 100%;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .ipo-targets .module-item_wrap {
    min-height: auto;
    min-height: inherit;
    /*padding: 40px 46px;*/
  }
  #meeting-our-ipo-targets .data-container_wrap .module-item:first-child,
  #Meeting-our-IPO-targets-3 .data-container_wrap .module-item:first-child {
    margin-bottom: 0;
  }
  .ipo-targets .data-label {
    margin-top: 40px;
  }
  .data-container_wrap--strategic-priorities {
    margin-top: 90px;
  }
  .business-performance .data-table-container {
    display: block !important;
  }
  .business-performance .accordion-title {
    display: none;
  }
  .business-performance .footnote {
    display: none;
  }
  .building-our-future {
    text-align: center;
  }
  .building-our-future .count-to .module-item {
    margin-top: 15px;
  }
  .building-our-future_quote {
    text-align: left;
  }
  .enduring-force .count-to {
    margin-top: 0;
  }
  .enduring-force .count-to .module-item {
    margin-top: 40px;
  }
  .module-person .module-person_item-wrap.blue-bg {
    padding-top: 120px;
  }
  .shareholders .quote-content {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero_text {
    padding: 0 25px;
  }
  .hero_images .hero_image:first-child,
  .hero_images .hero_image:last-child {
    display: none;
  }
  .hero_download-mobile {
    padding-top: 10px;
  }
  .hero_images {
    margin-bottom: 200px;
  }
  .hero_text p {
    font-size: 22px;
    line-height: 30px;
  }
  .header-assets {
    padding-left: 5px;
  }
  /*.shareholders .container,
    .financial-results,
    .landing-content_container,
    .building-our-future .container,
    .enduring-force .container, */
  .full-width .landing-content_container,
  .footer-container .FooterPaneDiv {
    padding-left: 50px;
    padding-right: 24px;
  }
  .hero_download.js--active {
    transform: translateY(10px);
  }
  .hero_download h4 {
    font-size: 22px;
  }
  .hero_download .button {
    font-size: 12px;
    padding: 5px 10px;
    width: 145px;
  }
  .full-images:not(.module_container--gallery) .full-images_item:first-child,
  .full-images:not(.module_container--gallery) .full-images_item:last-child,
  .full-images:not(.module_container--gallery) .full-images_item:nth-child(2) {
    display: none;
  }
  .dark .scroll-button,
  .hslider-container .scroll-button {
    font-size: 12px;
  }
  .expanded-quote,
  .ceo-letter .quote-name {
    padding-left: 35px;
  }
  .ceo-letter .button--cta {
    margin-left: 35px;
  }
  .ceo-letter img {
    width: 150px;
  }
  .ceo-letter .quote-content {
    padding-bottom: 40px;
  }
  .quote {
    font-size: 26px;
    line-height: 34px;
  }
  .quote:before,
  .quote:after {
    width: 18px;
    height: 15px;
    background-size: 100%;
  }
  .quote {
    padding-left: 35px;
  }
  .expanded-quote {
    padding-bottom: 0;
  }
  .quote-name {
    font-size: 16px;
  }
  .shareholders .image-content {
    /* width: auto; */
    width: 100vw;
    margin-left: -100px;
  }
  .shareholders h2 {
    letter-spacing: -0.8px;
  }
  .appreciation .blue-bg {
    padding: 40px 0;
  }
  .appreciation h2 {
    margin: 0;
  }
  .full-images img {
    width: 85px;
  }
  .ipo-targets .container {
    padding-left: 50px;
    padding-right: 50px;
  }
  @media only screen and (max-width: 480px) {
    .ipo-targets .container {
      padding-left: 30px;
      padding-right: 30px;
    }
    .shareholders .quote-content {
      padding-left: 30px;
    }
  }
  .ipo-targets p {
    letter-spacing: normal;
    /* font-size: 22px;
        line-height: 34px; */
  }
  .ipo-targets .module-item {
    width: 100%;
  }
  .ipo-targets .grey-bg .data-title {
    font-size: 24px;
    letter-spacing: -0.24px;
  }
  .ipo-targets .blue-bg .data-title,
  .ipo-targets .light-blue-bg .data-title {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.2px;
  }
  .ipo-targets .data-value,
  .ipo-targets .data-value span {
    font-size: 56px;
    letter-spacing: 1.12px;
  }
  .ipo-targets .data-label {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.32px;
  }
  .business-performance_content {
    padding-top: 60px;
  }
  .business-performance .count-to {
    margin-top: 50px;
  }
  .business-performance .data-value,
  .business-performance .data-value span {
    font-size: 56px;
  }
  .business-performance .financial-results .landing-content_container {
    padding: 0;
  }
  .business-segments p {
    font-size: 20px;
  }
  .business-segments .data-value,
  .business-segments .data-value span,
  .building-our-future .data-value,
  .building-our-future .data-value span,
  .enduring-force .data-value,
  .enduring-force .data-value span {
    font-size: 56px;
  }
  .business-segments .data-label {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: -0.2px;
  }
  .building-our-future h2 {
    letter-spacing: -0.4px;
  }
  .building-our-future h2 br {
    display: none;
  }
  .building-our-future .quote-name {
    padding-left: 35px;
  }
  .enduring-force p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.2px;
  }
  .enduring-force .count-to img {
    width: 85px;
    height: 85px;
  }
  .enduring-force .count-to .circle img {
    width: 50px;
    height: 75px;
  }
  .enduring-force .circle {
    width: 70px;
    height: 70px;
  }
  .enduring-force .data-label {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.2px;
  }
  .spotlights-container .module-item_wrap.light-blue-bg,
  .spotlights-container .module-item_wrap.blue-bg,
  #the-equitable-foundation
    .spotlights-container
    .module-item:first-child
    .module-item_wrap {
    padding-left: 50px;
  }
  .spotlights-container .module-item {
    padding-left: 10px;
    width: 100%;
  }
  .spotlights-container .module-item_wrap p {
    font-size: 22px;
    line-height: 32px;
  }
  .spotlights-container .module-item_wrap .button {
    font-size: 15px;
    padding: 6px 10px;
    width: 134px;
  }
  .footer-container {
    padding-top: 50px;
  }
  .module-footer-quick-links li {
    display: block;
  }
  .footer-container p {
    font-size: 16px;
    line-height: 26px;
  }
  .Q4FooterContainer {
    width: 100%;
    display: block;
    text-align: left;
    position: absolute;
    bottom: 160px;
  }
  .module-copyright {
    padding-top: 60px;
  }
  .module-person .module-person_item-wrap.blue-bg {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .header-assets .nav-logo {
    width: 61px;
    height: 43px;
    background-size: 100%;
  }
  .header-assets .nav-toggle {
    width: 16px;
  }
  .header-assets .nav-toggle span:nth-child(2),
  .header-assets .nav-toggle span:nth-child(3) {
    top: 6px;
  }
  .header-assets .nav-toggle span:nth-child(4) {
    top: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .ceo-letter img {
    width: 95px;
  }
  .module-person p {
    font-size: 28px;
    line-height: 38px;
  }
  .module-person .button {
    margin-top: 80px;
  }
}
.thank .container {
  padding: 2% 90px 2% 90px;
  max-width: 1660px;
}
@media only screen and (max-width: 1280px) {
  .thank .container {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .thank .container {
    padding-left: 50px;
    padding-right: 24px;
  }
}
.thank p {
  font-weight: 500;
  color: #002677;
}
.equitable-foundation-details h3 {
  margin-bottom: 45px;
}
.module_headline_intro {
  font-size: 22px;
  line-height: 32px;
  color: #002677;
}
.content-container {
  min-height: 1200px;
}
/* spotlights details */
.module-spotlights-details .module_container--video {
  position: relative;
  margin-top: 50px;
  padding: 56% 0 0;
}
.module-spotlights-details .module_container--video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.module-timeline_container {
  position: relative;
}
.module-timeline_container:before {
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 15px;
  background-color: #cccccc;
  border-radius: 15px;
  z-index: 1;
}
.module-timeline .timeline_left {
  float: left;
}
.module-timeline .timeline_right {
  float: right;
}
.module-timeline:before {
  content: none !important;
}
.module-item-timeline {
  margin-bottom: 0;
  position: relative;
  padding-bottom: 0 !important;
}
.module-item-timeline:after,
.module-item-timeline:before {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
.timeline_description {
  padding-right: 0;
  transition: all 0.25s ease-in;
  width: 50%;
  background: transparent;
  color: #002677;
}
.timeline_year {
  display: block;
  border-top: 1px solid #cccccc;
  font-size: 26px;
  font-weight: 500;
  padding-top: 20px;
}
.module-timeline .timeline_left {
  padding-left: 50px;
}
.module-timeline .timeline_right .timeline_year,
.module-timeline .timeline_right p {
  padding-left: 50px;
}
.module-timeline .timeline_left .timeline_year,
.module-timeline .timeline_left p,
.module-timeline .timeline_left ul {
  padding-right: 50px;
}
.module-timeline ul {
  list-style-position: outside;
  padding-left: 20px;
  margin-top: 25px;
}
.module-timeline .timeline_right ul {
  padding-left: 70px;
}
.module-timeline ul li {
  font-size: 18px;
  line-height: 30px;
}
.timeline_description-wrap {
  width: 400px;
}
.module-timeline .timeline_left .timeline_description-wrap {
  float: right;
}
.module-timeline .timeline_right .timeline_description-wrap {
  float: left;
}
@media screen and (max-width: 1023px) {
  .timeline_description-wrap {
    width: auto;
  }
}
@media screen and (max-width: 769px) {
  .module-timeline_container:before {
    left: 0;
  }
  .timeline_description {
    float: right;
    text-align: left;
    width: 90%;
  }
  .timeline_description-wrap {
    width: 100%;
  }
  .module-timeline .timeline_left {
    padding-left: 0;
    width: 100%;
  }
  .module-timeline .timeline_right {
    width: 100%;
  }
  .module-item-timeline:after,
  .module-item-timeline:before {
    content: none;
  }
  .module-timeline .timeline_left .timeline_year,
  .module-timeline .timeline_left p {
    padding-right: 0;
    padding-left: 35px;
  }
  .module-timeline .timeline_right .timeline_year,
  .module-timeline .timeline_right p {
    padding-left: 35px;
  }
  .module-timeline .timeline_right ul,
  .module-timeline .timeline_left ul {
    padding-left: 55px;
  }
}

#downloads-one {
  border-right: 1px solid #cccccc;
}

@media screen and (max-width: 480px) {
  #downloads-one {
    border-right: none;
  }
}

/*fix overlapping issue on smaller screens*/
@media screen and (max-height: 750px) {
  .hero_overlay {
    top: 350px !important;
  }
  .hero_overlay h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .hero_download h4 {
    font-size: 25px;
  }
}

/* END fix overlapping issue on smaller screens*/

/* 00251607 */
.ceo-letter {
  display: none;
}
/*-----------------------------------*\
  SECTION - Backgrounds
\*-----------------------------------*/
.light-patterned-bg {
  background: transparent
    url("/files/design/banner/light-blue-gradient-patterned-bg.png")
    center/cover no-repeat;
}
.dark-patterned-bg {
  /*background: transparent url('/files/design/banner/dark-blue-gradient-patterned-bg.png') center/cover no-repeat;*/
  background: #002677;
  color: #73bfff;
}
.intense-blue-plain-bg-short {
  background: transparent
    url("/files/design/banner/intense-blue-gradient-bg-short.png") center/cover
    no-repeat;
}
.intense-blue-plain-bg-tall {
  background: transparent
    url("/files/design/banner/intense-blue-gradient-bg-tall.png") center/cover
    no-repeat;
}
.light-blue-plain-bg {
  background: transparent url("/files/design/banner/light-blue-gradient-bg.png")
    center/cover no-repeat;
}

/*-----------------------------------*\
  SECTION - Helper classes
\*-----------------------------------*/
.text-white {
  color: #ffffff;
}
.invisible {
  visibility: hidden;
}
.text-navy {
  color: #002677;
}
.text-royal {
  color: #73bfff;
}
.display-block {
  display: block;
}
.small-paragraph--text {
  font-size: 16px;
}
.large-number--text {
  font-size: 90px;
  line-height: 1;
  font-family: "GT-America-Extended";
}

.pos-rel {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .large-number--text {
    font-size: 54px;
  }
}
.large-number--appendix {
  font-size: 32px;
}
@media only screen and (min-width: 1025px) {
  .image-content img.tablet-image {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .image-content img.desktop-image {
    display: none;
  }
}
@media only screen and (min-width: 481px) {
  .image-content img.mobile-image {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .image-content img.tablet-image {
    display: none;
  }
}

/*-----------------------------------*\
  SECTION - Hero Slider
\*-----------------------------------*/
.hslider-container .pin-spacer {
  margin-bottom: -6px !important;
}
/*-------------------------------*\
SECTION - Shareholders
\*---------------------------------*/
.shareholders .container {
  padding-right: 50px;
}
.shareholders .quote-content {
  padding-top: 0;
}
@media only screen and (max-width: 1024px) {
  .shareholders h2 {
    font-size: 42px;
    line-height: 52px;
  }
  .shareholder .big-paragraph p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .shareholders .quote-content {
    margin-top: -25%;
  }
  .shareholders h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
/*-----------------------------------------------*\
SECTION - Independent Board Chair
/*------------------------------------------------*/
.independent-address em {
  font-size: 22px;
}
.independent-address .quote {
  font-weight: 400;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .independent-address .image-content {
    float: right;
    margin-top: -17%;
  }
}
@media only screen and (max-width: 767px) {
  .independent-address.collapse .button--cta {
    margin-left: 35px;
  }
}
/*@media only screen and (max-width: 480px) {
    .independent-address .image-content-mobile {
        margin-left: -180px;
        margin-top: 30px;
    }
    .independent-address .quote-content {
            padding-top: 40px;
    }
}*/

/*----------------------------------------------*\
  SECTION - Record Results
\*----------------------------------------------*/
.record-results .highcharts-wrapper {
  min-height: 400px;
  width: 100%;
}
.record-results .highcharts-wrapper .highcharts-container {
  margin: auto;
}
.record-results .data-title {
  margin: 10px 0 5px;
  font-size: 24px;
  font-weight: 400;
  font-family: "GT-America-Standard";
}
.record-results .data-ratio {
  font-size: 18px;
  font-weight: 300;
}
.record-results .value-wrapper {
  flex-basis: 100%;
}
.ipo-targets.record-results .footnote {
  color: #002677;
}
.record-results .footnote.footnote-header {
  font-size: 24px;
  font-family: "GT-America-Standard";
}
@media only screen and (min-width: 769px) {
/*  .record-results .value-wrapper {
    min-height: 200px;
  }*/
}
@media only screen and (max-width: 1024px) {
  .record-results .data-title {
    font-size: 18px;
  }
  .record-results-footnote {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .record-results .value-wrapper {
    min-height: auto;
  }
}
/*-------------------------------------------------*\
SECTION - Financial Results accordion
\*------------------------------------------------*/
.business-performance {
  background-attachment: fixed;
}
.business-performance .accordion-title {
  color: #002677;
}
.business-performance .accordion-title:hover {
  color: #3f98fe;
}
.business-performance .accordion-title::before {
  /* background: url(/files/design/banner/intense-blue-gradient-bg-short.png); */
  /*background: rgba(242, 242, 242, 0.6);*/
  content: "";
  width: 100vw;
  display: block;
  position: absolute;
  left: calc(-50vw + 50%);
  top: 4px;
  right: 0;
  height: 122px;
  z-index: -1;
}

.business-performance .financial-results{
    background: rgba(242, 242, 242, 0.6);
}

@media only screen and (max-width: 1024px) {
  /*.business-performance {
        background: url(/files/design/banner/intense-blue-gradient-bg-short.png);
    } */
  .business-performance .accordion-title {
    font-size: 24px;
    /*padding-left: 50px;*/
    padding-right: 50px;
  }
}

/*----------------------------------------------*\
  SECTION - Helping Clients
\*----------------------------------------------*/
.helping-clients {
  background-attachment: fixed;
}
.helping-clients .helping-clients--content {
  /* display: flex;
    align-items: center;*/
  text-align: center;
  padding: 50px 20px;
}
.helping-clients--content .helping-clients--image {
  position: relative;
  overflow: hidden;
  padding: 30px 0;
}
.helping-clients--content .helping-clients--image .top-layer {
  padding: 100px 20px 30px 0;
}
.helping-clients--content .helping-clients--image .bottom-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  right: 0;
}
.helping-clients--content .helping-clients--text .h2 {
  color: #73bfff;
}
@media only screen and (max-width: 1024px) {
  .helping-clients .helping-clients--content {
    padding: 50px;
  }
  .helping-clients--content .helping-clients--text {
    width: 100%;
  }
  .helping-clients--content .helping-clients--text .h2 {
    font-size: 32px;
    line-height: 46px;
  }
  .helping-clients--content .helping-clients--text .h3 {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .helping-clients .helping-clients--image {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .helping-clients .helping-clients--content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .helping-clients--content .helping-clients--text .h2 {
    font-size: 28px;
    line-height: 28px;
  }
}

/*----------------------------------------------*\
  SECTION - Our Businesses
\*----------------------------------------------*/
.business-segments .module-item .business-segment-item {
  margin-bottom: 50px;
}
.business-segments .business-segment-item--title,
.emerging-businesses-category-item--title {
  font-size: 24px;
  line-height: 30px;
  font-family: "GT-America-Extended";
}
.business-segments .business-segment-item--text,
.emerging-businesses-category-item--text {
  font-size: 18px;
  line-height: 30px;
}
.business-segments .business-segment-item--title {
  position: relative;
}
.business-segments .business-segment-item--title:after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  /* position: absolute;
    right: 0; */
  margin-left: 20px;
}
.business-segments
  .business-segment-item--title.business-segment-item--title--indret:after {
  background: #002677;
}
.business-segments
  .business-segment-item--title.business-segment-item--title--prosol:after {
  background: #73bfff;
}
.business-segments
  .business-segment-item--title.business-segment-item--title--grpret:after {
  background: #3369ff;
}
.business-segments
  .business-segment-item--title.business-segment-item--title--allber:after {
  background: #00d9a7;
}
@media only screen and (max-width: 1024px) {
  .business-segments .module-item .business-segment-item:first-child {
    padding-right: 20px;
  }
  .business-segments .business-segment-item--text,
  .emerging-businesses-category-item--text {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 900px) {
  /* .business-segments .business-segment-item--title:after {
    display: none;
  } */
}
@media only screen and (min-width: 769px) {
  .business-segments .landing-content_container {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .business-segments .module-item .business-segment-item:first-child {
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .business-segments .business-segments-container-inner {
    display: flex;
    flex-direction: column;
  }
  .business-segments
    .business-segments-container-inner
    .module-item--highcharts {
    order: -1;
  }
}

/*----------------------------------------------*\
  SECTION - Emerging Business
\*----------------------------------------------*/
.emerging-businesses p,
.affiliated-distribution p {
  font-weight: 600;
}
.emerging-businesses-categories {
  margin-bottom: 30px;
}
.emerging-businesses-category-item--icon {
  max-width: 50px;
  margin: 20px 0;
}
@media only screen and (min-width: 1025px) {
  .emerging-businesses-categories .module-item:not(:last-child) {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .emerging-businesses-category-item--text {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .emerging-businesses .container,
  .affiliated-distribution .container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .emerging-businesses .emerging-businesses-categories {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .emerging-businesses .container,
  .affiliated-distribution .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/*----------------------------------------------*\
  SECTION - Strength and dedication 
\*----------------------------------------------*/
.distribution-strength-group-sec {
  display: flex;
  align-items: center;
}
.distribution-strength-group-sec > img {
  width: 65%;
  padding-right: 20px;
}
.distribution-strength-group-sec > p {
  flex-basis: 30%;
  flex-grow: 1;
  font-weight: 400;
}
@media only screen and (max-width: 480px) {
  .distribution-strength-group-sec > p {
    display: none;
  }
  .distribution-strength-group-sec > img {
    width: auto;
  }
}

@media only screen and (min-width: 1025px) {
  .distribution-strength .distribution-strength-group:first-child {
    padding-right: 100px;
  }
}
.distribution-strength .data-title {
  font-size: 24px;
  line-height: 24px;
  font-family: "GT-America-Standard";
}
.distribution-strength .data-desc {
  font-size: 16px;
  line-height: 26px;
}
.distribution-strength .distribution-strength-list-item:not(:last-child) {
  margin-bottom: 50px;
}
/*----------------------------------------------*\
  SECTION - Enduring Force
\*----------------------------------------------*/
.enduring-force .enduring-force-item:not(:last-child) {
  margin-bottom: 60px;
}
.enduring-force .enduring-force-item .lead-paragraph,
.enduring-force .enduring-force-item .lead-paragraph a {
  font-size: 20px;
  line-height: 30px;
  font-family: 'GT-America-Standard';
  letter-spacing: unset;
  font-weight: 500;
}

.enduring-force .enduring-force-item:first-child :nth-child(2) {
  vertical-align: bottom;
}
.enduring-force .enduring-force-item > :first-child {
  padding-right: 125px;
}
.enduring-force .enduring-force-item.enduring-force-item-mini h3 {
  font-size: 32px;
  line-height: 30px;
  font-family: "GT-America-Extended";
}
.enduring-force .enduring-force-item.enduring-force-item-mini p,
.enduring-force .enduring-force-item.enduring-force-item-mini li {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
.enduring-force .enduring-force-item.enduring-force-item-mini ul {
  list-style-position: outside;
  margin-left: 16px;
}
.enduring-force .enduring-force-item.enduring-force-item-mini li {
  margin: 0;
}
.enduring-force-item--caring-desc > * {
  margin-bottom: 100px;
}
.enduring-force-item--building-cta {
  margin-top: 50px;
}
.enduring-force .enduring-force-item .enduring-force-item--caring-image {
  position: relative;
  z-index: 1;
}
.enduring-force .enduring-force-item .enduring-force-item--caring-desc {
  padding-left: 20px;
}
.enduring-force .enduring-force-item .bg-extra {
  position: relative;
  padding: 20px;
}
.enduring-force .enduring-force-item .bg-extra > * {
  position: relative;
}

.enduring-force .enduring-force-item .bg-extra--investing.bg-span{
    color: #fff;
}

.enduring-force .enduring-force-item h3{
    color: #3B96FF;
}
.enduring-force .enduring-force-item .bg-extra.bg-span::before {
    /* content: "";
    height: calc(400%);
    width: calc(100vw + 50vw);
    bottom: -80%;
    left: -50vw;
    display: block;
    position: absolute; */

    content: "";
    height: calc(35%);
    width: calc(100vw + 50vw);
    left: -50vw;
    top: 35%;
    display: block;
    position: absolute;
    visibility: visible!important;
    opacity: 1!important;
}
.enduring-force .enduring-force-item .bg-extra--investing.bg-span::before {
  background: #002677;
}
.enduring-force .enduring-force-item .bg-extra--upholding::before {
  background: #41caff;
}
.enduring-force .download--wrapper {
  vertical-align: bottom;
}
.enduring-force .download--esg {
  width: auto;
  padding-left: 45px;
  padding-right: 45px;
}
@media only screen and (min-width: 1025px) {
  .enduring-force-item img.tablet-image {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  .enduring-force-item img.tablet-image {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .enduring-force-item.enduring-force-item-lead:first-child {
    margin-bottom: 20px;
  }
  .enduring-force-item .item-mini-img-investing {
    position: relative;
  }
  .enduring-force-item .item-mini-img-investing > img {
    position: absolute;
    left: -125px;
    top: -180px;
    max-width: 512px;
    z-index: -1;
  }
  .enduring-force
    .enduring-force-item
    .enduring-force-item--caring-image
    > img {
    max-width: 330px;
    position: absolute;
    left: -90px;
  }
  .enduring-force-item--building-cta {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 1024px) {
  .enduring-force-item.enduring-force-item-mini:nth-of-type(2) {
    margin: 100px 0;
  }
}
@media only screen and (max-width: 900px) {
  .enduring-force
    .enduring-force-item
    .enduring-force-item--caring-image
    > img {
    max-width: 300px;
    left: -130px;
  }
}
@media only screen and (max-width: 800px) {
  .enduring-force .enduring-force-item > :first-child {
    padding-right: 90px;
  }
  .enduring-force
    .enduring-force-item.enduring-force-item-mini:last-child
    > :first-child {
    padding-right: 0;
  }
  .enduring-force-item .item-mini-img-investing > img {
    left: -90px;
  }
}
@media only screen and (max-width: 650px) {
  .enduring-force .enduring-force-item > :first-child {
    padding-right: 0;
  }
  /*.enduring-force-item .item-mini-img-investing {
    display: none;
  }*/
  .enduring-force-item .item-mini-content-investing {
    width: 100%;
  }
  .enduring-force .enduring-force-item .enduring-force-item--caring-image {
    display: none;
  }
  .enduring-force .enduring-force-item .enduring-force-item--caring-desc {
    padding-left: 0;
    width: 100%;
  }
  .enduring-force .enduring-force-item .bg-extra::before {
    display: none;
  }
  .enduring-force-item.enduring-force-item-lead:first-child {
    margin-bottom: 50px;
  }
  .enduring-force-item--caring-desc > * {
    margin-bottom: 50px;
  }

  .enduring-force-item img{
    max-width: 80vw!important;
  }
}
/*-----------------------------------------------------------*\
  SECTION - Our power is our purpose
\*----------------------------------------------------------*/
.our-power-is-purpose {
  /* background: url(/files/design/banner/power_purpose_bg.jpeg) center/cover
    no-repeat;
  min-height: 340px;
  padding-top: 63px;
  padding-bottom: 63px;
  background-attachment: fixed; */
  /* background: #E0F1FF; */
  background: url('/files/design/assets/programs-last-col-bkg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* .our-power-is-purpose p {
  max-width: 750px;
} */

.our-power-is-purpose .purpose-programs{
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 5%;
}

.our-power-is-purpose .purpose-programs .purpose-item{
    flex-basis: 20%;
    margin: 10px 0px;
}

.our-power-is-purpose .purpose-programs .purpose-item .purpose-item-image{
    margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .our-power-is-purpose .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .our-power-is-purpose .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .our-power-is-purpose p.h2 {
    font-size: 32px;
    line-height: 42px;
  }
}

/*----------------------------------------------*\
  SECTION - 2021 highlights*
\*----------------------------------------------*/
.fy-highlights {
  position: relative;
  overflow: hidden;
}
.fy-highlights h2 {
  color: #fff;
}
.fy-highlights .grid-bg {
  position: absolute;
  right: -89px;
  top: -167px;
  bottom: 0;
  z-index: -1;
}
.fy-highlights .data-title {
  font-size: 24px;
  line-height: 30px;
  font-family: "GT-America-Extended";
  width: 80%;
  font-family: 'GT-America-Extended';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #73BFFF;
}
@media only screen and (max-width: 1024px) {
  .fy-highlights .grid-bg {
    top: -8px;
  }
}
@media only screen and (max-width: 768px) {
  .fy-highlights .data-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .fy-highlights .grid-bg {
    display: none;
  }
}

/*----------------------------------------------*\
  SECTION - Board of Directors
\*----------------------------------------------*/
.bod--learn-more > p {
  margin: 50px 0 30px;
  font-size: 24px;
  line-height: 32px;
  font-family: "GT-America-Standard";
}
@media only screen and (max-width: 650px) {
  .bod--learn-more > p {
    font-size: 20px;
    line-height: 30px;
  }
}

/* CR - https://q4websystems.atlassian.net/browse/ACR-8625 */

.brand-bg.shareholders {
  /* background: transparent url("/files/design/assets/letter-bkg-dkblue-lg.jpg") center/cover no-repeat; */
  background: #002677;
}

.shareholders .quote {
  margin: 0 auto;
  font-weight: 400;
  font-size: 24px!important;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
  max-width: 1440px;
  font-family: 'GT-America-Extended'!important;
}

.shareholders h2 {
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 42px;
}

.shareholders.big-paragraph p,
.shareholders.big-paragraph li {
  font-size: 18px;
  font-family: 'GT-America-Standard';
  font-weight: 400;
  line-height: 34px;
}

.ipo-targets p.more-info {
  font-family: "GT-America-Standard";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #737373;
  text-align: left;
}

.ipo-targets .non-gaap .data-value {
  color: #3369ff;
}

.ipo-targets .shareholders-returns .data-value {
  color: #3f98fe;
}

.helping-clients--content .helping-clients--text .h3 {
  font-family: "GT-America-Extended";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
}

.business-segments p.business-details {
  font-size: 24px;
  line-height: 37px;
  margin: 50px 0px;
  font-weight: 500!important;
}

.emerging-businesses .container,
.affiliated-distribution .container {
  background: #e0f1ff;
  margin: 50px auto;
  padding: 4% 70px;
  margin-top: 0px;
}

.emerging-businesses .container{
  background:rgba(224, 241, 255, 0.3);
}

.emerging-businesses-categories .module-item,
.affiliated-distribution-categories .module-item {
  text-align: center;
}

.emerging-businesses-categories .value-wrapper,
.affiliated-distribution-categories .value-wrapper {
  margin: 20px 0px;
}

.emerging-businesses .data-value,
.emerging-businesses .data-value span,
.affiliated-distribution .data-value,
.affiliated-distribution .data-value span {
  font-size: 55px;
  letter-spacing: 1.5px;
  font-family: "GT-America-Extended";
}
.emerging-businesses .data-value .data-type,
.affiliated-distribution .data-value .data-type {
  font-size: 28px;
  letter-spacing: 0.56px;
  font-weight: 400;
}

.emerging-businesses .data-title,
.affiliated-distribution .data-title {
  margin: 10px 0 5px;
  font-size: 18px;
  font-weight: 400;
  font-family: "GT-America-Standard";
}

.affiliated-distribution h3 {
  font-size: 32px;
  line-height: 34px;
  font-family: 'GT-America-Extended';
}

.affiliated-distribution .container a.details {
  display: none;
}

.fy-highlights{
    background: #002677;

}


.fy-highlights .highlight-stats h2{
    text-align: center;
}

.fy-highlights .highlight-stats .data-container_wrap{

    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /* width: 80%; */
    margin: 0 auto;
    gap: 10px;
}

.fy-highlights .highlight-stats .data-container_wrap .highlight-stat{
    flex-basis: 25%;
}

.distribution-strength{
    background: #3369FF;
}

.distribution-strength .module-item{
    text-align: center;
    color: #fff;

}

.distribution-strength .module-item .quote{
    max-width: unset;
    color: #fff;
    font-family: 'GT-America-Extended';
}

.distribution-strength .module-item .quote:before, 
.distribution-strength .module-item .quote:after {
    content: "";
    background-image: url("../design/assets/eqh-icon-quote-start.svg");
    display: inline-block;
    width: 48px;
    height: 39px;
    position: absolute;
}

.distribution-strength .module-item .quote:after {
    background-image: url("../design/assets/eqh-icon-quote-end.svg");
    right: 0;
    bottom: -20px;
}


.enduring-force .container:before{
  content: '';
  background: #E0F1FF;
  width: 100%;
  height: 50%;
  content: "";
  width: calc(100vw + 50vw);
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.enduring-force-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.enduring-force .enduring-force-item .bg-extra {
    position: unset;
    padding: 20px;
    width: 80%;
    margin: 0 auto;
}

.enduring-force .enduring-force-item-mini.story-item{
    position: unset;
}

.enduring-force-item img{
    max-width: 100%;
    z-index: 10;
    max-width: 635px;
}

.enduring-force-item .item-mini-img-investing{
    z-index: 15;
}

.fy-highlights .fy-highlights-awards{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background: #CCCCCC;
    padding: 50px;
    border: 25px solid rgba(0,38,119, 0.9);
}

.fy-highlights-awards .award-item{
    max-width: unset;
    margin-right: unset;
}

rect.highcharts-point.highcharts-color-0{
    width: 150px;
}

rect.highcharts-point.highcharts-color-0.highcharts-point-hover{
  fill: rgb(238,238,238)!important;
  transition-duration: 500ms;
}

.story-item.bod{
  background: #F2F2F2;
}

.module-person_bio-wrap h3{
  text-align: left;
}

@media only screen and (max-width: 1600px) {
    .emerging-businesses .container, 
    .affiliated-distribution .container{
        max-width: 1440px;
    }
}
@media only screen and (max-width: 1440px) {
    .emerging-businesses .container, 
    .affiliated-distribution .container{
        max-width: 1280px;
    }
}
@media only screen and (max-width: 1280px) {
    .emerging-businesses .container, 
    .affiliated-distribution .container{
        max-width: 1024px;
    }
}
@media only screen and (max-width: 1024px) {
    .emerging-businesses .container, 
    .affiliated-distribution .container{
        max-width: 768px;
    }

    .enduring-force-item {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .enduring-force-item .item-mini-img-investing > img{
      position: relative;
      max-width: 512px;
      margin: unset;
      top: unset;
      left: unset;
    }

    .enduring-force-item img{
      position: relative;
      max-width: 512px;
      margin: unset;
      top: unset;
      left: unset;
    }

    .enduring-force-item .fade-from-right > img{
      margin-left: auto;
    }
  
    .enduring-force .enduring-force-item .bg-extra{
      width: unset;
      margin: unset;
    }
  
    .enduring-force .enduring-force-item > :first-child{
      padding-right: unset;
    }
  
    .enduring-force .enduring-force-item .bg-extra--investing.bg-span{
      top: 44%;
    }

    .enduring-force-item .item-mini-content-investing{
      order: 1;
      width: 100%;
    }

    .enduring-force-item .item-mini-img-investing{
      order: 2;
      width: 100%;
    }

    .enduring-force .enduring-force-item .bg-extra.bg-span::before{
      content: "";
      height: calc(30%);
      left: -50vw;
      top: 40%;
      display: block;
      position: absolute;
      z-index: -1;
    }

    .fy-highlights .highlight-stats .data-container_wrap .highlight-stat{
      flex-basis: 33%;
    }

    .our-power-is-purpose .purpose-programs .purpose-item{
      flex-basis: 45%;
    }

    .distribution-strength .module-item .quote:before{
      top: -40px;
    }
    
}


@media only screen and (max-width: 768px) {

    .shareholders .container{
        padding-top: 30%;
    }
    .emerging-businesses .container, 
    .affiliated-distribution .container{
        max-width: 600px;
    }
    .fy-highlights .fy-highlights-awards{
        flex-direction: column;
    }
    .our-power-is-purpose .purpose-programs{
        flex-direction: column;
        gap: 40px;
    }

    .emerging-businesses-categories .value-wrapper, 
    .affiliated-distribution-categories .value-wrapper{
        margin: 30px 0px;
    }

    .fy-highlights .fy-highlights-awards{
      gap: 50px;
    }

    .shareholders.big-paragraph p,
    .shareholders.big-paragraph li {
      font-size: 18px;
    }
  }

  @media only screen and (max-width: 600px) {
    .emerging-businesses .container, 
    .affiliated-distribution .container{
        max-width: 480px;
    }
  }
  @media only screen and (max-width: 480px) {
    .emerging-businesses .container, 
    .affiliated-distribution .container{
        max-width: 360px;
    }

    .fy-highlights .highlight-stats .data-container_wrap{
      flex-direction: column;
    }
  }

  /*Feedback edits*/
  .ourpower-bold{
    font-weight: 500;
  }

  .distribution-strength .module-protect{
    padding: 50px 0px;
  }

  .shareholders .quote-name strong{
    font-weight: 500;
  }

  .shareholders.big-paragraph ul{
    padding-inline-start: 20px;
  }
  .shareholders.big-paragraph li{
    list-style-position: outside;
  }

.enduring-force .enduring-force-item .bg-extra.bg-extra--investing {
    padding-bottom: 120px;
}

.enduring-force .enduring-force-item-mini:last-child .bg-extra.bg-extra--investing {
    padding-bottom: 0px;
}

.hslider-container--mobile h2 .story-item.download h3 {
    color: #ffffff;
}

.hslider-container--mobile h2 .story-item.download .download-text {
    color: #ffffff;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    [class*=fade],
    [class*=to-animate]{
          visibility: hidden;
    }
}
