@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,
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: #333333;
}
i {
    font-family: "Q4-Default-Icons";
}
em {
    font-style: italics;
}
b,
strong {
    font-weight: bold;
}
sup {
    display: inline-block;
    vertical-align: top;
    font-size: small;
}
h1 {
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    margin: 10px 0;
}
h2,
h2 span {
    color: #002677;
    font-size: 56px;
    line-height: 69px;
    margin-bottom: 18px;
    letter-spacing: -0.56px;
    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 {
        font-size: 40px;
        line-height: 50px;
    }
}
@media screen and (max-width: 767px) {
    h1 {
        font-size: 26px;
        line-height: 36px;
    }
}
h3 {
    font-size: 24px;
    line-height: 30px;
    color: #002677;
}
h4 {
    font-size: 20px;
    line-height: 30px;
    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;
}
a {
    color: #3498db;
    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;
}
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;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fade-from-top {
    0% {
        opacity: 0;
        top: -100px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}
@keyframes fade-from-top {
    0% {
        opacity: 0;
        top: -100px;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}
@-webkit-keyframes fade-from-bottom {
    0% {
        opacity: 0;
        bottom: -100px;
    }
    100% {
        opacity: 1;
        bottom: 0;
    }
}
@keyframes fade-from-bottom {
    0% {
        opacity: 0;
        bottom: -100px;
    }
    100% {
        opacity: 1;
        bottom: 0;
    }
}
@-webkit-keyframes fade-from-right {
    0% {
        opacity: 0;
        right: -100px;
    }
    100% {
        opacity: 1;
        right: 0;
    }
}
@keyframes fade-from-right {
    0% {
        opacity: 0;
        right: -100px;
    }
    100% {
        opacity: 1;
        right: 0;
    }
}
@-webkit-keyframes fade-from-left {
    0% {
        opacity: 0;
        left: -100px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}
@keyframes fade-from-left {
    0% {
        opacity: 0;
        left: -100px;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}
@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 5px;
    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: -.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: -.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: -.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: -.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;
}
.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;
}
.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% 90px;
    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 50% 50%, #002677 0%, #00133C 100%) 0% 0% no-repeat padding-box;
}
.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: 10px;
    width: 10px;
    cursor: pointer;
}
.slick-dots li button {
    display: block;
    height: 8px;
    width: 8px;
    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: #ec6a4c;
}
.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: 600px;
    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);
}
@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 {
    font-size: 18px;
    color: #3369FF;
    padding-bottom: 67px;
    position: absolute;
    bottom: -67px;
    cursor: pointer;
    left: 0;
    right: 0;
}
.scroll-button:before {
    content: "";
    background-color: #3369FF;
    width: 1px;
    height: 67px;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
/* 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";
}
.collapse .quote-content.js--read-more .button--cta:before {
    content: "Read less";
}
.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("../design/assets/eqh-icon-quote-start.svg");
    display: inline-block;
    width: 48px;
    height: 39px;
    position: absolute;
}
.quote:before {
    left: 0;
}
.quote:after {
    background-image: url("../design/assets/eqh-icon-quote-end.svg");
    right: 0;
}
.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;
    float: right;
}
.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-right: 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;
    padding: 0 46px;
}
.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;
    letter-spacing: 1.5px;
}
.ipo-targets .data-label {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.36px;
    width: 100%;
}
.ipo-targets .module-item {
    padding-left: 15px;
    margin-bottom: 15px;
}
.ipo-targets .data-value .data-type {
    font-size: 28px;
    letter-spacing: 0.56px;
}
.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;
}
.ipo-targets h2 {
    margin-bottom: 25px;
}
.ipo-targets p {
    margin-bottom: 60px;
}
/* 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;
}
.business-performance .accordion-title {
    position: relative;
    cursor: pointer;
    padding: 40px 0;
}
.business-performance .accordion-title:after {
    font-family: 'Q4-Default-Icons';
    content: "\e800";
    position: absolute;
    right: 0;
    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;
}
.business-performance .accordion-title.js--active:after {
    transition-duration: 0.3s;
    transform: rotate(-180deg);
}
/* 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;
}
@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;
}
.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: 10px;
    margin-top: 10px;
}
.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 h4,
.module-person_bio-wrap .module-person_details h4 {
    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 h4 {
    text-align: center;
}
.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 {
    color: #908E8B;
    font-family: "GT-America-Extended";
}
@media only screen and (max-width: 1280px) {
    .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: -.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;
    }
    .shareholders .container,
    .financial-results,
    .landing-content_container,
    .building-our-future .container,
    .enduring-force .container,
    .full-width .landing-content_container,
    .footer-container .FooterPaneDiv {
        padding-left: 70px;
        padding-right: 70px;
    }
    .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;
    }
}
.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: absolute;
        bottom: 65px;
        left: 0;
        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 {
        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: 70px;
        padding-right: 70px;
    }
    .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) {
    .shareholders .image-content {
        float: none;
        width: 392px;
        margin: 0 auto;
        display: block;
    }
    .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-title:not(.grey-bg .data-title) {
        min-height: auto;
        min-height: inherit;
    }
    .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 {
        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;
    }
    .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: 25px;
    }
    .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 img {
        width: 140px;
    }
    .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: 190px;
    }
    .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;
}