/*==================================
------------ RESET CSS -----------
==================================*/
html,
body,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
center,
dl,
dt,
dd,
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;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

html {
    font-size: 16px;
}

nav ol,
nav ul:not(.list),
.list--reset ol,
.list--reset ul:not(.list) {
    margin: 0;
    padding: 0;
    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;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
}

sub {
    vertical-align: sub;
}

sup {
    vertical-align: super;
}

small {
    font-size: 70%;
    line-height: normal;
}

select:empty {
    display: none;
}

*::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.5;
}

*::-moz-placeholder {
    color: inherit;
    opacity: 0.5;
}

*:-ms-input-placeholder {
    color: inherit;
    opacity: 0.5;
}

/*---------- Animations ----------*/
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/*==================================
--------- DEFAULT STYLES ---------
==================================*/
body {
    overflow-x: hidden;
    overflow-y: scroll;
    color: #333333;
    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.375rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
}

/*---------- TYPOGRAPHY ----------*/
h1,
.h1 {
    font-family: "BentonSans", sans-serif;
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 25px;
    color: #00175a;
}

h2,
.h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 30px;
    font-weight: 400;
    font-family: "BentonSans", sans-serif;
}
h2.module_title {
    margin-bottom: 50px;
}

h3,
.h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}

h4,
.h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

h5,
.h5 {
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

h6,
.h6 {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

a {
    text-decoration: none;
    color: #006fcf;
}
a:hover {
    text-decoration: underline;
}

/*------------ COMMON ------------*/
img {
    max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
    user-select: none;
    cursor: pointer;
}
input[type="checkbox"] + label:not([class*="axp-global-header"]):not([class*="axp-footer__footer"]):before,
input[type="radio"] + label:not([class*="axp-global-header"]):not([class*="axp-footer__footer"]):before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #222;
    margin-right: 8px;
    line-height: 1;
}
input[type="checkbox"]:checked + label:not([class*="axp-global-header"]):not([class*="axp-footer__footer"]):before,
input[type="radio"]:checked + label:not([class*="axp-global-header"]):not([class*="axp-footer__footer"]):before {
    width: 12px;
    height: 12px;
    border-width: 4px;
}
input[type="radio"] + label:before {
    border-radius: 100%;
}
input::-ms-clear {
    display: none;
}

iframe {
    width: 100%;
}

/*------- HACKS AND FIXES -------*/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}

/*------------ LISTS ------------*/
.list {
    list-style-type: disc;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
}
.list--unspaced {
    margin-top: 10px;
    margin-bottom: 10px;
}
.list:not(.list--unspaced) > li:not(:first-child) {
    margin-top: 10px;
}
.list--ordered {
    list-style-type: decimal;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
}
.list--ordered:not(.list--unspaced) > li:not(:first-child) {
    margin-top: 10px;
}
.list--alpha {
    list-style-type: lower-alpha;
}
.list--roman {
    list-style-type: lower-roman;
}
.list--inside {
    list-style-position: inside;
}

/*------- BUTTONS / INPUTS -------*/
.input,
.textarea,
.dropdown,
.upload,
.submit,
.button {
    display: inline-block;
    max-width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 20px;
    background: transparent;
    border: 2px solid #006fcf;
    color: #006fcf;
    border-radius: 0;
    font: inherit;
}
.input::-ms-clear,
.textarea::-ms-clear,
.dropdown::-ms-clear,
.upload::-ms-clear,
.submit::-ms-clear,
.button::-ms-clear {
    display: none;
}

.submit,
.button,
.upload,
.dropdown {
    cursor: pointer;
}

.submit,
.button {
    /* text-transform: uppercase; */
}

.textarea {
    width: 100%;
    resize: vertical;
}

.upload {
    line-height: 0;
}

.button {
    padding: 0.5rem 1.25rem;
    font-size: 0.9375rem;
    line-height: 1.375rem;
    border-radius: 0.1875rem;
    max-width: 16.25rem;
    min-width: 6.875rem;
    transition: 0.3s ease-in-out;
    background-color: #006fcf;
    color: white;
    border: 1px solid transparent;
    border-radius: 4px;
}
.button:hover {
    background-color: #1068a5;
    text-decoration: none;
}
.button--inverted,
.button--dark {
    background: white;
    border-color: #006fcf;
    color: #006fcf !important;
}
.button--inverted:hover,
.button--dark:hover {
    background: #f7f8f9;
    color: #006fcf !important;
}
.button--inverted.js--disabled {
    background: #fff;
    border-color: #006fcf;
    color: #006fcf;
}
.button--yellow {
    background-color: #f1af0f;
    border-color: #f1af0f;
    color: #fff;
}
.button--yellow:hover {
    background-color: #f1af0f;
    border-color: #f1af0f;
    color: #fff;
    outline-color: #f1af0f !important;
}

.dropdown {
    padding: 15px 35px 15px 20px;
    background: transparent
        url("https://amex2021news.q4web.com/files/design/svg/q4-icon_chevron-down-black.svg")
        no-repeat right 10px center;
    background-size: 14px 14px;
    min-width: 130px;
}
.dropdown::-ms-expand {
    display: none;
}

/*------------ TABLES ------------*/
.table {
    width: 100%;
    margin: 16px 0;
}
.table thead {
    background-color: #006fcf;
}
.table thead th {
    text-align: left;
}
.table tr:nth-child(even) {
    background-color: #f6f6f6;
}
.table th,
.table td,
.table tr > .grid_col {
    margin: 0;
    padding: 10px 8px;
}
.table th {
    color: #fff;
}
.table th[data-sorting="true"]:hover {
    cursor: pointer;
}
.table-wrapper {
    overflow-x: auto;
}
.table--headless tr:nth-child(even) {
    background-color: transparent;
}
.table--headless tr:nth-child(odd) {
    background-color: #f6f6f6;
}
.table--headless tr:first-child {
    background-color: #006fcf;
    text-align: left;
}
.table--headless tr:first-child td {
    color: #fff;
}
@media only screen and (max-width: 480px) {
    .table--responsive thead {
        display: none;
    }
    .table--responsive tbody {
        border-top: 2px solid #006fcf;
        border-bottom: 2px solid #006fcf;
    }
    .table--responsive td {
        display: block;
    }
    .table--responsive td:before {
        content: attr(data-heading) ": ";
        font-weight: 700;
    }
}

/*--------- SPECIAL BOXES --------*/
.code {
    margin: 32px 0;
    padding: 20px 15px;
    background: #f6f6f6;
    border-left: 3px solid rgba(0, 111, 186, 0.5);
    font-family: monospace, serif;
    font-size: 1.4rem;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    overflow: hidden;
}
.code_comment {
    opacity: 0.5;
}

.quote {
    margin: 32px 0;
    padding: 20px 15px;
    background: #f6f6f6;
    border-left: 3px solid rgba(241, 175, 15, 0.5);
    font-size: 1.4rem;
    font-style: italic;
}
.quote p:before {
    margin-right: 5px;
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eb1b";
}
.quote p:after {
    margin-left: 5px;
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eb1c";
}

/*==================================
-------- Q4 Modules Icons ---------
==================================*/
.q4icons .q4icons_icon:before {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eecd";
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
    padding-right: 5px;
}
.q4icons .module_rss-link .q4icons_icon:before,
.q4icons .module_link-rss .q4icons_icon:before {
    content: "\eefa";
}
.q4icons .module_add-to-calendar-reveal .q4icons_icon:before {
    content: "\ea5f";
    padding-right: 5px;
}
.q4icons [href$=".mp3"] .q4icons_icon:before,
.q4icons [href$=".wmv"] .q4icons_icon:before,
.q4icons [href$=".MP3"] .q4icons_icon:before,
.q4icons [href$=".WMV"] .q4icons_icon:before {
    content: "\e952";
}
.q4icons [href$=".xls"] .q4icons_icon:before,
.q4icons [href$=".xlsx"] .q4icons_icon:before,
.q4icons [href$=".csv"] .q4icons_icon:before,
.q4icons [href$=".XLS"] .q4icons_icon:before,
.q4icons [href$=".XLSX"] .q4icons_icon:before,
.q4icons [href$=".CSV"] .q4icons_icon:before {
    content: "\eeae";
}
.q4icons [href$=".mp4"] .q4icons_icon:before,
.q4icons [href$=".flv"] .q4icons_icon:before,
.q4icons [href$=".avi"] .q4icons_icon:before,
.q4icons [href$=".MP4"] .q4icons_icon:before,
.q4icons [href$=".FLV"] .q4icons_icon:before,
.q4icons [href$=".AVI"] .q4icons_icon:before {
    content: "\e95e";
}
.q4icons [href$=".pdf"] .q4icons_icon:before,
.q4icons [href$=".PDF"] .q4icons_icon:before {
    content: "\e900";
}
.q4icons .module_link-webcast .q4icons_icon:before,
.q4icons .module_webcast-link .q4icons_icon:before {
    content: "\e989";
}
.q4icons .module_link-news .q4icons_icon:before,
.q4icons .module_link-transcript .q4icons_icon:before {
    content: "\e99b";
}
.q4icons .module_link-presentation .q4icons_icon:before {
    content: "\e95c";
}
.q4icons .module_link-file .q4icons_icon:before {
    content: "\eb81";
}
.q4icons .module_link-sec .q4icons_icon:before {
    content: "\e9bb";
}
.q4icons .module_link-sec[href$=".pdf"] .q4icons_icon:before {
    content: "\ef3e";
}
.q4icons .module_link-sec[href$=".rtf"] .q4icons_icon:before {
    content: "\ef40";
}
.q4icons .module_link-sec[href$=".xls"] .q4icons_icon:before {
    content: "\ef41";
}
.q4icons .module_link-sec[href$=".zip"] .q4icons_icon:before {
    content: "\e9b9";
}
.q4icons [href^="tel:"] .q4icons_icon:before {
    font-size: 1.6rem;
    vertical-align: text-bottom;
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea1d";
}
.q4icons [href^="mailto:"] .q4icons_icon:before {
    font-size: 1.6rem;
    vertical-align: text-bottom;
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea32";
}
.q4icons .download .q4icons_icon:before {
    content: "\e91c";
    padding-right: 10px;
    vertical-align: text-bottom;
}

/*==================================
----------- TOAST GRID -----------
==================================*/
.grid {
    list-style: none;
    margin-left: -20px;
}
.grid--spaced {
    margin-top: -20px;
}
.grid--flex {
    margin-left: -20px;
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
}
.grid--flex_column {
    flex-direction: column;
}
.grid--flex_row-reverse {
    flex-direction: row-reverse;
}
.grid--flex_column-reverse {
    flex-direction: column-reverse;
}
.grid--flex_justify-start {
    justify-content: flex-start;
    text-align: start;
}
.grid--flex_justify-center {
    justify-content: center;
    text-align: center;
}
.grid--flex_justify-end {
    justify-content: flex-end;
    text-align: end;
}
.grid--flex_align-top {
    align-items: flex-start;
}
.grid--flex_align-middle {
    align-items: center;
}
.grid--flex_align-bottom {
    align-items: flex-end;
}
.grid--flex_space-around {
    justify-content: space-around;
}
.grid--flex_space-between {
    justify-content: space-between;
}

.grid--flex .grid_col {
    display: block;
    margin-right: 0;
    flex: 0 0 auto;
}

.grid_col--12-of-12,
.grid_col--8-of-8,
.grid_col--7-of-7,
.grid_col--6-of-6,
.grid_col--5-of-5,
.grid_col--4-of-4,
.grid_col--3-of-3,
.grid_col--2-of-2,
.grid_col--1-of-1 {
    width: 100%;
}

.grid_col--6-of-12,
.grid_col--4-of-8,
.grid_col--3-of-6,
.grid_col--2-of-4,
.grid_col--1-of-2 {
    width: 50%;
}

.grid_col--4-of-12,
.grid_col--2-of-6,
.grid_col--1-of-3 {
    width: 33.3333333333%;
}

.grid_col--8-of-12,
.grid_col--4-of-6,
.grid_col--2-of-3 {
    width: 66.6666666667%;
}

.grid_col--3-of-12,
.grid_col--2-of-8,
.grid_col--1-of-4 {
    width: 25%;
}

.grid_col--9-of-12,
.grid_col--6-of-8,
.grid_col--3-of-4 {
    width: 75%;
}

.grid--flex .grid_col--12-of-12,
.grid--flex .grid_col--8-of-8,
.grid--flex .grid_col--7-of-7,
.grid--flex .grid_col--6-of-6,
.grid--flex .grid_col--5-of-5,
.grid--flex .grid_col--4-of-4,
.grid--flex .grid_col--3-of-3,
.grid--flex .grid_col--2-of-2,
.grid--flex .grid_col--1-of-1 {
    width: auto;
    flex-basis: 100%;
    max-width: 100%;
}

.grid--flex .grid_col--6-of-12,
.grid--flex .grid_col--4-of-8,
.grid--flex .grid_col--3-of-6,
.grid--flex .grid_col--2-of-4,
.grid--flex .grid_col--1-of-2 {
    width: auto;
    flex-basis: 50%;
    max-width: 50%;
}

.grid--flex .grid_col--4-of-12,
.grid--flex .grid_col--2-of-6,
.grid--flex .grid_col--1-of-3 {
    width: auto;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
}

.grid--flex .grid_col--8-of-12,
.grid--flex .grid_col--4-of-6,
.grid--flex .grid_col--2-of-3 {
    width: auto;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
}

.grid--flex .grid_col--3-of-12,
.grid--flex .grid_col--2-of-8,
.grid--flex .grid_col--1-of-4 {
    width: auto;
    flex-basis: 25%;
    max-width: 25%;
}

.grid--flex .grid_col--9-of-12,
.grid--flex .grid_col--6-of-8,
.grid--flex .grid_col--3-of-4 {
    width: auto;
    flex-basis: 75%;
    max-width: 75%;
}

.grid_col--push-12-of-12,
.grid_col--push-8-of-8,
.grid_col--push-7-of-7,
.grid_col--push-6-of-6,
.grid_col--push-5-of-5,
.grid_col--push-4-of-4,
.grid_col--push-3-of-3,
.grid_col--push-2-of-2,
.grid_col--push-1-of-1 {
    margin-left: 100%;
}

.grid_col--push-6-of-12,
.grid_col--push-4-of-8,
.grid_col--push-3-of-6,
.grid_col--push-2-of-4,
.grid_col--push-1-of-2 {
    margin-left: 50%;
}

.grid_col--push-4-of-12,
.grid_col--push-2-of-6,
.grid_col--push-1-of-3 {
    margin-left: 33.3333333333%;
}

.grid_col--push-8-of-12,
.grid_col--push-4-of-6,
.grid_col--push-2-of-3 {
    margin-left: 66.6666666667%;
}

.grid_col--push-3-of-12,
.grid_col--push-2-of-8,
.grid_col--push-1-of-4 {
    margin-left: 25%;
}

.grid_col--push-9-of-12,
.grid_col--push-6-of-8,
.grid_col--push-3-of-4 {
    margin-left: 75%;
}

.grid_col--pull-12-of-12,
.grid_col--pull-8-of-8,
.grid_col--pull-7-of-7,
.grid_col--pull-6-of-6,
.grid_col--pull-5-of-5,
.grid_col--pull-4-of-4,
.grid_col--pull-3-of-3,
.grid_col--pull-2-of-2,
.grid_col--pull-1-of-1 {
    margin-left: -100%;
}

.grid_col--pull-6-of-12,
.grid_col--pull-4-of-8,
.grid_col--pull-3-of-6,
.grid_col--pull-2-of-4,
.grid_col--pull-1-of-2 {
    margin-left: -50%;
}

.grid_col--pull-4-of-12,
.grid_col--pull-2-of-6,
.grid_col--pull-1-of-3 {
    margin-left: -33.3333333333%;
}

.grid_col--pull-8-of-12,
.grid_col--pull-4-of-6,
.grid_col--pull-2-of-3 {
    margin-left: -66.6666666667%;
}

.grid_col--pull-3-of-12,
.grid_col--pull-2-of-8,
.grid_col--pull-1-of-4 {
    margin-left: -25%;
}

.grid_col--pull-9-of-12,
.grid_col--pull-6-of-8,
.grid_col--pull-3-of-4 {
    margin-left: -75%;
}

.grid_col--1-of-5 {
    width: 20%;
}

.grid--flex .grid_col--1-of-5 {
    width: auto;
    flex-basis: 20%;
    max-width: 20%;
}

.grid_col--push-1-of-5 {
    margin-left: 20%;
}

.grid_col--pull-1-of-5 {
    margin-left: -20%;
}

.grid_col--2-of-5 {
    width: 40%;
}

.grid--flex .grid_col--2-of-5 {
    width: auto;
    flex-basis: 40%;
    max-width: 40%;
}

.grid_col--push-2-of-5 {
    margin-left: 40%;
}

.grid_col--pull-2-of-5 {
    margin-left: -40%;
}

.grid_col--3-of-5 {
    width: 60%;
}

.grid--flex .grid_col--3-of-5 {
    width: auto;
    flex-basis: 60%;
    max-width: 60%;
}

.grid_col--push-3-of-5 {
    margin-left: 60%;
}

.grid_col--pull-3-of-5 {
    margin-left: -60%;
}

.grid_col--4-of-5 {
    width: 80%;
}

.grid--flex .grid_col--4-of-5 {
    width: auto;
    flex-basis: 80%;
    max-width: 80%;
}

.grid_col--push-4-of-5 {
    margin-left: 80%;
}

.grid_col--pull-4-of-5 {
    margin-left: -80%;
}

.grid_col--1-of-6 {
    width: 16.6666666667%;
}

.grid--flex .grid_col--1-of-6 {
    width: auto;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
}

.grid_col--push-1-of-6 {
    margin-left: 16.6666666667%;
}

.grid_col--pull-1-of-6 {
    margin-left: -16.6666666667%;
}

.grid_col--5-of-6 {
    width: 83.3333333333%;
}

.grid--flex .grid_col--5-of-6 {
    width: auto;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
}

.grid_col--push-5-of-6 {
    margin-left: 83.3333333333%;
}

.grid_col--pull-5-of-6 {
    margin-left: -83.3333333333%;
}

.grid_col--1-of-7 {
    width: 14.2857142857%;
}

.grid--flex .grid_col--1-of-7 {
    width: auto;
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
}

.grid_col--push-1-of-7 {
    margin-left: 14.2857142857%;
}

.grid_col--pull-1-of-7 {
    margin-left: -14.2857142857%;
}

.grid_col--2-of-7 {
    width: 28.5714285714%;
}

.grid--flex .grid_col--2-of-7 {
    width: auto;
    flex-basis: 28.5714285714%;
    max-width: 28.5714285714%;
}

.grid_col--push-2-of-7 {
    margin-left: 28.5714285714%;
}

.grid_col--pull-2-of-7 {
    margin-left: -28.5714285714%;
}

.grid_col--3-of-7 {
    width: 42.8571428571%;
}

.grid--flex .grid_col--3-of-7 {
    width: auto;
    flex-basis: 42.8571428571%;
    max-width: 42.8571428571%;
}

.grid_col--push-3-of-7 {
    margin-left: 42.8571428571%;
}

.grid_col--pull-3-of-7 {
    margin-left: -42.8571428571%;
}

.grid_col--4-of-7 {
    width: 57.1428571429%;
}

.grid--flex .grid_col--4-of-7 {
    width: auto;
    flex-basis: 57.1428571429%;
    max-width: 57.1428571429%;
}

.grid_col--push-4-of-7 {
    margin-left: 57.1428571429%;
}

.grid_col--pull-4-of-7 {
    margin-left: -57.1428571429%;
}

.grid_col--5-of-7 {
    width: 71.4285714286%;
}

.grid--flex .grid_col--5-of-7 {
    width: auto;
    flex-basis: 71.4285714286%;
    max-width: 71.4285714286%;
}

.grid_col--push-5-of-7 {
    margin-left: 71.4285714286%;
}

.grid_col--pull-5-of-7 {
    margin-left: -71.4285714286%;
}

.grid_col--6-of-7 {
    width: 85.7142857143%;
}

.grid--flex .grid_col--6-of-7 {
    width: auto;
    flex-basis: 85.7142857143%;
    max-width: 85.7142857143%;
}

.grid_col--push-6-of-7 {
    margin-left: 85.7142857143%;
}

.grid_col--pull-6-of-7 {
    margin-left: -85.7142857143%;
}

.grid_col--1-of-8 {
    width: 12.5%;
}

.grid--flex .grid_col--1-of-8 {
    width: auto;
    flex-basis: 12.5%;
    max-width: 12.5%;
}

.grid_col--push-1-of-8 {
    margin-left: 12.5%;
}

.grid_col--pull-1-of-8 {
    margin-left: -12.5%;
}

.grid_col--3-of-8 {
    width: 37.5%;
}

.grid--flex .grid_col--3-of-8 {
    width: auto;
    flex-basis: 37.5%;
    max-width: 37.5%;
}

.grid_col--push-3-of-8 {
    margin-left: 37.5%;
}

.grid_col--pull-3-of-8 {
    margin-left: -37.5%;
}

.grid_col--5-of-8 {
    width: 62.5%;
}

.grid--flex .grid_col--5-of-8 {
    width: auto;
    flex-basis: 62.5%;
    max-width: 62.5%;
}

.grid_col--push-5-of-8 {
    margin-left: 62.5%;
}

.grid_col--pull-5-of-8 {
    margin-left: -62.5%;
}

.grid_col--7-of-8 {
    width: 87.5%;
}

.grid--flex .grid_col--7-of-8 {
    width: auto;
    flex-basis: 87.5%;
    max-width: 87.5%;
}

.grid_col--push-7-of-8 {
    margin-left: 87.5%;
}

.grid_col--pull-7-of-8 {
    margin-left: -87.5%;
}

.grid_col--1-of-12 {
    width: 8.3333333333%;
}

.grid--flex .grid_col--1-of-12 {
    width: auto;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
}

.grid_col--push-1-of-12 {
    margin-left: 8.3333333333%;
}

.grid_col--pull-1-of-12 {
    margin-left: -8.3333333333%;
}

.grid_col--2-of-12 {
    width: 16.6666666667%;
}

.grid--flex .grid_col--2-of-12 {
    width: auto;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
}

.grid_col--push-2-of-12 {
    margin-left: 16.6666666667%;
}

.grid_col--pull-2-of-12 {
    margin-left: -16.6666666667%;
}

.grid_col--5-of-12 {
    width: 41.6666666667%;
}

.grid--flex .grid_col--5-of-12 {
    width: auto;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
}

.grid_col--push-5-of-12 {
    margin-left: 41.6666666667%;
}

.grid_col--pull-5-of-12 {
    margin-left: -41.6666666667%;
}

.grid_col--7-of-12 {
    width: 58.3333333333%;
}

.grid--flex .grid_col--7-of-12 {
    width: auto;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
}

.grid_col--push-7-of-12 {
    margin-left: 58.3333333333%;
}

.grid_col--pull-7-of-12 {
    margin-left: -58.3333333333%;
}

.grid_col--10-of-12 {
    width: 83.3333333333%;
}

.grid--flex .grid_col--10-of-12 {
    width: auto;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
}

.grid_col--push-10-of-12 {
    margin-left: 83.3333333333%;
}

.grid_col--pull-10-of-12 {
    margin-left: -83.3333333333%;
}

.grid_col--11-of-12 {
    width: 91.6666666667%;
}

.grid--flex .grid_col--11-of-12 {
    width: auto;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
}

.grid_col--push-11-of-12 {
    margin-left: 91.6666666667%;
}

.grid_col--pull-11-of-12 {
    margin-left: -91.6666666667%;
}

.grid_col {
    box-sizing: border-box;
    display: inline-block;
    margin-right: -0.25em;
    min-height: 1px;
    padding-left: 20px;
    vertical-align: top;
}
.grid--spaced > .grid_col {
    margin-top: 20px;
}
@media (max-width: 480px) {
    .grid_col {
        display: block;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}
@media (max-width: 1200px) and (min-width: 1025px) {
    .grid_col[class*="grid_col--lg-"] {
        display: inline-block;
        margin-right: -0.24em;
    }
    .grid--flex .grid_col[class*="grid_col--lg-"] {
        display: block;
        margin-right: 0;
    }

    .grid_col.grid_col--lg-1-of-1 {
        width: 100%;
    }
    .grid--flex .grid_col.grid_col--lg-1-of-1 {
        width: auto;
        flex-basis: 100%;
        max-width: 100%;
    }

    .grid_col.grid_col--lg-1-of-2,
    .grid_col.grid_col--lg-2-of-4 {
        width: 50%;
    }
    .grid--flex .grid_col.grid_col--lg-1-of-2,
    .grid--flex .grid_col.grid_col--lg-2-of-4 {
        width: auto;
        flex-basis: 50%;
        max-width: 50%;
    }

    .grid_col.grid_col--lg-1-of-3 {
        width: 33.3333333333%;
    }
    .grid--flex .grid_col.grid_col--lg-1-of-3 {
        width: auto;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .grid_col.grid_col--lg-2-of-3 {
        width: 66.6666666667%;
    }
    .grid--flex .grid_col.grid_col--lg-2-of-3 {
        width: auto;
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .grid_col.grid_col--lg-1-of-4 {
        width: 25%;
    }
    .grid--flex .grid_col.grid_col--lg-1-of-4 {
        width: auto;
        flex-basis: 25%;
        max-width: 25%;
    }

    .grid_col.grid_col--lg-3-of-4 {
        width: 75%;
    }
    .grid--flex .grid_col.grid_col--lg-3-of-4 {
        width: auto;
        flex-basis: 75%;
        max-width: 75%;
    }
}
@media (max-width: 1024px) and (min-width: 769px) {
    .grid_col[class*="grid_col--lc-"] {
        display: inline-block;
        margin-right: -0.24em;
    }
    .grid--flex .grid_col[class*="grid_col--lc-"] {
        display: block;
        margin-right: 0;
    }

    .grid_col.grid_col--lc-1-of-1 {
        width: 100%;
    }
    .grid--flex .grid_col.grid_col--lc-1-of-1 {
        width: auto;
        flex-basis: 100%;
        max-width: 100%;
    }

    .grid_col.grid_col--lc-1-of-2,
    .grid_col.grid_col--lc-2-of-4 {
        width: 50%;
    }
    .grid--flex .grid_col.grid_col--lc-1-of-2,
    .grid--flex .grid_col.grid_col--lc-2-of-4 {
        width: auto;
        flex-basis: 50%;
        max-width: 50%;
    }

    .grid_col.grid_col--lc-1-of-3 {
        width: 33.3333333333%;
    }
    .grid--flex .grid_col.grid_col--lc-1-of-3 {
        width: auto;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .grid_col.grid_col--lc-2-of-3 {
        width: 66.6666666667%;
    }
    .grid--flex .grid_col.grid_col--lc-2-of-3 {
        width: auto;
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .grid_col.grid_col--lc-1-of-4 {
        width: 25%;
    }
    .grid--flex .grid_col.grid_col--lc-1-of-4 {
        width: auto;
        flex-basis: 25%;
        max-width: 25%;
    }

    .grid_col.grid_col--lc-3-of-4 {
        width: 75%;
    }
    .grid--flex .grid_col.grid_col--lc-3-of-4 {
        width: auto;
        flex-basis: 75%;
        max-width: 75%;
    }
}
@media (max-width: 768px) and (min-width: 481px) {
    .grid_col[class*="grid_col--md-"] {
        display: inline-block;
        margin-right: -0.24em;
    }
    .grid--flex .grid_col[class*="grid_col--md-"] {
        display: block;
        margin-right: 0;
    }

    .grid_col.grid_col--md-1-of-1 {
        width: 100%;
    }
    .grid--flex .grid_col.grid_col--md-1-of-1 {
        width: auto;
        flex-basis: 100%;
        max-width: 100%;
    }

    .grid_col.grid_col--md-1-of-2,
    .grid_col.grid_col--md-2-of-4 {
        width: 50%;
    }
    .grid--flex .grid_col.grid_col--md-1-of-2,
    .grid--flex .grid_col.grid_col--md-2-of-4 {
        width: auto;
        flex-basis: 50%;
        max-width: 50%;
    }

    .grid_col.grid_col--md-1-of-3 {
        width: 33.3333333333%;
    }
    .grid--flex .grid_col.grid_col--md-1-of-3 {
        width: auto;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .grid_col.grid_col--md-2-of-3 {
        width: 66.6666666667%;
    }
    .grid--flex .grid_col.grid_col--md-2-of-3 {
        width: auto;
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .grid_col.grid_col--md-1-of-4 {
        width: 25%;
    }
    .grid--flex .grid_col.grid_col--md-1-of-4 {
        width: auto;
        flex-basis: 25%;
        max-width: 25%;
    }

    .grid_col.grid_col--md-3-of-4 {
        width: 75%;
    }
    .grid--flex .grid_col.grid_col--md-3-of-4 {
        width: auto;
        flex-basis: 75%;
        max-width: 75%;
    }
}
@media (max-width: 480px) {
    .grid_col[class*="grid_col--sm-"] {
        display: inline-block;
        margin-right: -0.24em;
    }
    .grid--flex .grid_col[class*="grid_col--sm-"] {
        display: block;
        margin-right: 0;
    }

    .grid_col.grid_col--sm-1-of-2,
    .grid_col.grid_col--sm-2-of-4 {
        width: 50%;
    }
    .grid--flex .grid_col.grid_col--sm-1-of-2,
    .grid--flex .grid_col.grid_col--sm-2-of-4 {
        width: auto;
        flex-basis: 50%;
        max-width: 50%;
    }

    .grid_col.grid_col--sm-1-of-3 {
        width: 33.3333333333%;
    }
    .grid--flex .grid_col.grid_col--sm-1-of-3 {
        width: auto;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .grid_col.grid_col--sm-2-of-3 {
        width: 66.6666666667%;
    }
    .grid--flex .grid_col.grid_col--sm-2-of-3 {
        width: auto;
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .grid_col.grid_col--sm-1-of-4 {
        width: 25%;
    }
    .grid--flex .grid_col.grid_col--sm-1-of-4 {
        width: auto;
        flex-basis: 25%;
        max-width: 25%;
    }

    .grid_col.grid_col--sm-3-of-4 {
        width: 75%;
    }
    .grid--flex .grid_col.grid_col--sm-3-of-4 {
        width: auto;
        flex-basis: 75%;
        max-width: 75%;
    }

    .grid--flex .grid_col {
        width: auto;
        flex-basis: 100%;
        max-width: 100%;
    }
}

.grid_col--centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.grid_col--d-first {
    float: left;
}
.grid--flex .grid_col--d-first {
    float: none;
    order: -1;
}

.grid_col--d-last {
    float: right;
}
.grid--flex .grid_col--d-last {
    float: none;
    order: 1;
}

.grid--no-gutter {
    margin-left: 0;
}
.grid--no-gutter .grid_col {
    padding-left: 0;
}
.grid--no-gutter .grid_col--span-all {
    margin-left: 0;
    width: 100%;
}

.grid--gutter {
    margin-left: -20px;
}
.grid--gutter .grid_col {
    padding-left: 20px;
}
.grid--gutter-40 {
    margin-left: -40px;
}
.grid--gutter-40 .grid_col {
    padding-left: 40px;
}
.grid--gutter-60 {
    margin-left: -60px;
}
.grid--gutter-60 .grid_col {
    padding-left: 60px;
}
.grid--gutter-80 {
    margin-left: -80px;
}
.grid--gutter-80 .grid_col {
    padding-left: 80px;
}

.grid--no-space .grid_col {
    margin-right: 0;
}

.grid_col--ab {
    vertical-align: bottom;
}

.grid_col--am {
    vertical-align: middle;
}

/*==================================
--------- UTILITY CLASSES --------
==================================*/
.hidden:not([role="tabpanel"]) {
    display: none !important;
}
.hidden[role="tabpanel"] {
    display: none;
}

.disabled {
    opacity: 0.1;
    border-color: #333333;
    color: #333333;
    transition: none;
    pointer-events: none;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.inline {
    display: inline;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.vtop {
    vertical-align: top;
}

.vmiddle {
    vertical-align: middle;
}

.vbottom {
    vertical-align: bottom;
}

.right {
    float: right;
}

.left {
    float: left;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}
@media (max-width: 768px) {
    .text-md-center {
        text-align: center;
    }
}

.heading-center .module_title {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.background--cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background--brand {
    background-color: #006fcf;
}

.background--alt-brand {
    // background-color: #00175A;
    background-color:#006FCF;
}

.background--dark {
    background-color: #222;
}

.background--light {
    background-color: #fff;
}

.background--grey {
    background-color: #f7f8f9;
}

.background--success {
    background-color: #23a217;
}

.background--error {
    background-color: #b72121;
}

.color--brand {
    color: #006fcf;
}

.color--alt-brand {
    color: #00175A;
}

.color--dark {
    color: #222;
}

.color--grey {
    color: #f6f6f6;
}

.color--success {
    color: #23a217;
}

.color--error {
    color: #b72121;
}

.color--white,
.dark {
    color: #fff;
}
.dark a {
    color: #fff;
    text-decoration: underline;
}
.dark .button--cta {
    color: #fff;
    text-decoration: none;
}
.stretched-link:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.text-bar {
    color: white;
    background-color: #006FCF;
    margin-bottom: 5px;
    padding: 9px 20px;
    text-align: center;
}
.text-bar.h3 {
    padding: 6px 20px;
}
.text-bar--grey {
    background-color: #53565A;
}
.text-bar--brand-alt {
    background-color: #00175A;
}
.line-bar {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.line-bar:before {
    content: '';
    height: 12px;
    border-top: 1px solid #97999B;
    border-left: 1px solid #97999B;
    margin-right: 20px;
    flex: 1 0 auto;
    min-width: 20px;
}
.line-bar:after {
    content: '';
    height: 12px;
    border-top: 1px solid #97999B;
    border-right: 1px solid #97999B;
    margin-left: 20px;
    flex: 1 0 auto;
    min-width: 20px;
}
.read-more_panel:not(.js--revealed) {
    display: none;
}
.read-more_button {
    display: inline-block;
    position: relative;
    padding-left: 25px;
}
.read-more:not(.read-more--revealed) .read-more_button--less {
    display: none;
}
.read-more--revealed .read-more_button--more {
    display: none;
}
.read-more_button:before {
    content: '';
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 6.37797L1.95146 0.971695C1.64242 0.670586 1.1478 0.67701 0.846693 0.986043C0.545584 1.29508 0.552008 1.78969 0.861041 2.0908L6.95479 8.0283C7.25816 8.3239 7.74183 8.3239 8.04521 8.0283L14.139 2.0908C14.448 1.7897 14.4544 1.29508 14.1533 0.986044C13.8522 0.67701 13.3576 0.670587 13.0485 0.971696L7.5 6.37797Z' fill='%23006FCF'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px 14px;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
}
.read-more_button--less:before {
    transform: translateY(-50%) rotate(-180deg);
}
.video-image a {
    display: inline-block;
    position: relative;
}
.video-image a:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3Csvg width='78' height='78' viewBox='0 0 78 78' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M78 39C78 17.3875 60.6125 0 39 0C17.3875 0 0 17.3875 0 39C0 60.6125 17.3875 78 39 78C60.6125 78 78 60.6125 78 39ZM4.875 39C4.875 20.15 20.15 4.875 39 4.875C57.85 4.875 73.125 20.15 73.125 39C73.125 57.85 57.85 73.125 39 73.125C20.15 73.125 4.875 57.85 4.875 39ZM34.2222 23.4607L52.9097 34.8357C56.0301 36.735 56.0301 41.2648 52.9097 43.1641L34.2222 54.5391C30.9736 56.5166 26.8125 54.1781 26.8125 50.3749V27.6249C26.8125 23.8217 30.9736 21.4832 34.2222 23.4607ZM50.375 39L31.6875 50.375V27.625L50.375 39Z' fill='white'/%3E%3C/svg%3E%0A");
    width: 78px;
    height: 78px;
}
.video-image a img {
    vertical-align: top;
}
.footnotes {
    padding-top: 15px;
    font-size: 13px;
    line-height: 24px;
}
.footnotes:before {
    content: '';
    height: 1px;
    width: 130px;
    display: block;
    background-color: #C8C9C7;
}
.footnotes.text-center:before {
    margin-left: auto;
    margin-right: auto;
}
.footnotes_cta {
    padding-top: 15px;
}
.footnotes_button {
    display: inline-block;
    color: #53565A;
    text-decoration: none;
    padding-left: 15px;
    position: relative;
}
.footnotes_button:before {
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 3.62678L1.17087 0.383017C0.985454 0.202352 0.688683 0.206206 0.508017 0.391626C0.327352 0.577046 0.331205 0.873817 0.516625 1.05448L4.17288 4.61698C4.3549 4.79434 4.6451 4.79434 4.82712 4.61698L8.48337 1.05448C8.66879 0.873817 8.67265 0.577046 8.49198 0.391626C8.31132 0.206206 8.01455 0.202352 7.82913 0.383018L4.5 3.62678Z' fill='%2353565A'/%3E%3C/svg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.3s linear;
    /* transform-origin: 50% 0; */
    background-size: 5px 8px;
}
.footnotes_button.js--active:before {
    transform: rotate(180deg) translateY(-50%);
    top: 0;
}
.footnotes_panel {
    font-size: 0.75rem;
    line-height: 1.5;
    display: none;
}
.footnotes_panel.js--revealed {
    display: block;
}
.mw-750 {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.mw-1000 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.no-margin-top {
    margin-top: 0 !important;
}
.no-margin-bottom {
    margin-bottom: 0 !important;
}


/*==================================
--------- ACCESSIBILITY ----------
==================================*/
input:focus,
select:focus,
textarea:focus,
button:focus,
[href]:focus,
[tabindex]:focus,
[contentEditable="true"]:focus,
.module_add-to-calendar-reveal:focus,
a:focus,
input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before,
.radio--btn input[type="radio"]:focus + label {
    outline-width: 2px;
    outline-style: dotted;
    outline-color: inherit;
    outline: 1px dashed rgba(0, 0, 0, 0.3);
    outline-offset: 3px;
}

[disabled],
[aria-disabled="true"],
[tabindex="-1"] {
    outline: none !important;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
}

#maincontent:focus {
    outline: 0px;
}

.tooltip {
    position: absolute;
    padding: 5px;
    font-family: Arial;
    color: black;
    background: white;
    line-height: normal;
    transform: translate(0, -50%);
    z-index: 200;
    font-size: 12px;
    white-space: nowrap;
    margin-left: 5px;
}
.tooltip[data-position="left"] {
    transform: translate(-100%, -50%);
    margin-left: -5px;
}
.tooltip[aria-hidden="true"] {
    display: none;
}
.tooltip[aria-hidden="false"] {
    display: block;
}

/*---------- Javascript ----------*/
.js--loading:after {
    position: relative;
    left: 50%;
    display: inline-block;
    margin: 10px 0 10px -25px;
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eb27";
    font-size: 5rem;
    animation: spin 0.8s infinite linear;
}
.js--hidden:not([data-accordion]) {
    display: none !important;
}
.js--hidden[data-accordion] {
    display: none;
}
.js--visible {
    display: block;
}
.js--disabled {
    opacity: 0.3;
    transition: none;
    pointer-events: none;
}
.js--invalid input[type="text"],
.js--invalid select {
    border: 1px solid #b72121 !important;
}
.js--invalid input[type="checkbox"] {
    border-color: #b72121 !important;
}

/*==================================
----------- MODULE CSS -----------
==================================*/
/*-------- All Module CSS --------*/
.module_header,
.module_back-to-top,
.module_anchor-target,
.module_file-size,
.module_file-type,
.module_file-text {
    display: none;
}
.module_nav,
.module_headline,
.module_location,
.module_speakers,
.module_links,
.module_body,
.module_options,
.module_not-found {
    margin-bottom: 10px;
}
.module_error-container {
    margin-bottom: 30px;
    color: #b72121;
}
.module_add-to-calendar-reveal {
    color: #006fcf;
    cursor: pointer;
}
.module_add-to-calendar-reveal:focus {
    text-decoration: underline;
}
.module_add-to-calendar-list {
    display: none;
}
.module_add-to-calendar-list:after {
    content: "Select your Calendar";
    display: block;
    margin-top: 15px;
    font-size: 1.4rem;
    text-align: center;
}
.fancybox-container .module_add-to-calendar-list {
    padding: 0 30px;
}

.module_add-to-calendar-item {
    display: inline-block;
    margin: 0 10px;
}
.module_add-to-calendar-item--ics {
    display: none;
}
.module_add-to-calendar-link {
    font-size: 2.4rem;
}
.module_add-to-calendar.js--hidden {
    display: none;
}
.module_actions,
.module_pager {
    margin-top: 20px;
}
.module_date-time {
    margin-bottom: 5px;
    font-size: 1.4rem;
}
.module_error-container {
    display: block;
}
.module_error-container ul {
    padding-left: 18px;
    list-style-type: disc;
}
.module_error-container ul > li {
    line-height: 1.5;
}
.module_error-container > br {
    display: none;
}
.module_error-container > span {
    display: block;
    line-height: 1.5;
}
.module_error-container > span:before {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ec6b";
    margin-right: 5px;
}
.module_headline {
    font-weight: normal;
}
.module_headline-link,
.module_headline-link:visited {
    color: #333333;
}
.module_image {
    display: inline-block;
    max-width: 30%;
    margin-bottom: 16px;
}
.module_image--right {
    float: right;
    margin-left: 32px;
}
.module_image--left {
    float: left;
    margin-right: 32px;
}
.module_introduction {
    margin-bottom: 35px;
}
.module_item {
    padding: 30px 0 10px;
}
.module_item ~ .module_item {
    border-top: 1px solid rgba(55, 55, 55, 0.25);
}
.module_label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 1.4rem;
}
.module_label + .module_required {
    font-size: 1.4rem;
}
.module_links > *,
.module_links li,
.module_links .module_presentation {
    display: inline;
}
@media only screen and (max-width: 480px) {
    .module_links > *,
    .module_links li,
    .module_links .module_presentation {
        display: block;
    }
}
.module_links.module_links--stack > *,
.module_links.module_links--stack li,
.module_links.module_links--stack .module_presentation {
    display: block;
}
.module_link {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 5px 0;
    font-size: 14px;
}
.module_link > .module_link-text,
.module_link > i,
.module_link > span {
    vertical-align: middle;
}
.module_link > i:before {
    display: block;
}
.module_link[style="DISPLAY:block;"],
.module_link[style="display: block;"] {
    display: inline-block !important;
}
.module_loader {
    display: inline-block;
    animation: spin 1s linear infinite;
}
.module_message {
    display: block;
    margin: 16px 0;
}
.module_message[style$="hidden;"],
.module_message:empty {
    display: none;
}
.module_message--success {
    color: #23a217;
}
.module_message--success:before {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ed71";
    margin-right: 5px;
}
.module_message--error {
    color: #b72121;
}
.module_message--error:before {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ed4f";
    margin-right: 5px;
}
.module_nav-link,
.module_nav .ModuleYearLink,
.module_nav-link:visited,
.module_nav .ModuleYearLink:visited {
    display: inline-block;
    margin-right: 5px;
    padding: 10px 20px;
    border: 2px solid #006fcf;
    color: #333333;
    font-weight: normal;
}
.module_nav-link.selected,
.module_nav-link.selected:visited,
.module_nav .ModuleYearLink.selected,
.module_nav .ModuleYearLink.selected:visited,
.module_nav-link:visited.selected,
.module_nav-link:visited.selected:visited,
.module_nav .ModuleYearLink:visited.selected,
.module_nav .ModuleYearLink:visited.selected:visited {
    background-color: #006fcf;
    color: #fff;
}
@media only screen and (max-width: 480px) {
    .module_nav-link,
    .module_nav .ModuleYearLink,
    .module_nav-link:visited,
    .module_nav .ModuleYearLink:visited {
        margin-bottom: 10px;
    }
}
.module_options-label,
.module_options-select {
    margin-right: 10px;
}
@media only screen and (max-width: 480px) {
    .module_options-label,
    .module_options-select,
    .module_options-submit {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}
.module_pager a {
    color: #333333;
}
.module_pager a[href] {
    color: #006fcf;
}
.module_reminder .module_label {
    margin-right: 10px;
}
.module_reminder.js--reminded {
    display: none;
}
.module_required {
    color: #333333;
}
.module_required-text {
    color: #333333;
}
.module_rss {
    float: right;
}
.module_speakers li {
    margin-bottom: 5px;
}
.module_view-all-link {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}
.module_input[type="text"],
.module_input[type="email"],
.module_input[type="file"],
.module_dropdown,
.module textarea.module_input {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Text area demands width*/
    width: 100%;
    max-width: none;
    padding: 15px 20px;
    border: none;
    border-radius: 0;
    background-color: #f6f6f6;
    font: inherit;
}
.background--grey .module_input[type="text"],
.background--grey .module_input[type="email"],
.background--grey .module_input[type="file"],
.background--grey .module_dropdown,
.background--grey .module textarea.module_input {
    background-color: #ffffff;
}
.module_input[type="text"]::-ms-clear,
.module_input[type="email"]::-ms-clear,
.module_input[type="file"]::-ms-clear,
.module_dropdown::-ms-clear,
.module textarea.module_input::-ms-clear {
    display: none;
}
.module_input[type="text"]:-ms-input-placeholder,
.module_input[type="email"]:-ms-input-placeholder,
.module_input[type="file"]:-ms-input-placeholder,
.module_dropdown:-ms-input-placeholder,
.module textarea.module_input:-ms-input-placeholder {
    color: #222 !important;
}
.module textarea.module_input {
    resize: vertical;
    min-height: 150px;
}
.module_input[type="file"],
.module_dropdown {
    cursor: pointer;
}
.module_input[type="file"] {
    line-height: 1;
}
.module_input--brand[type="text"] {
    display: inline-block;
    width: auto;
    padding: 15px 20px;
    border: 2px solid #006fcf;
    background: transparent;
}
.module_dropdown {
    background: #f6f6f6
        url("https://amex2021news.q4web.com/files/design/svg/q4-icon_chevron-down-black.svg")
        no-repeat right 20px center;
    background-size: 14px 14px;
}
.module_dropdown::-ms-expand {
    display: none;
}
.module-details .module_date-time {
    margin-bottom: 15px;
}

/*- Investment Calculator Widget -*/
.module-calculator_input:not(:last-of-type) {
    margin-bottom: 20px;
}
.module-calculator_input h4 {
    margin-bottom: 12px;
}
.module-calculator_input label {
    display: inline-block;
    font-size: 1.6rem;
    margin-bottom: 5px;
}
.module-calculator_input input[type="text"] {
    border: 2px solid #006fcf;
}
.module-calculator_input input[type="checkbox"] + label {
    margin: 0;
}
.module-calculator_input button {
    background: transparent;
    padding: 0;
    border: none;
    font-size: 1.8rem;
    line-height: 1;
    position: absolute;
    right: 10px;
    bottom: 18px;
    color: #006fcf;
    cursor: pointer;
}
.module-calculator_input-row {
    padding-bottom: 10px;
}
.module-calculator_input-row input[type="text"] {
    margin-top: 10px;
    max-width: 300px;
}
.module-calculator_input-row--other input[type="text"] {
    display: none;
}
.module-calculator_input-row--other input[type="text"].js--revealed {
    display: block;
}
.module-calculator_popup-container h2 {
    margin-top: 0;
    color: inherit;
}
@media screen and (min-width: 1024px) {
    .module-calculator_popup-container {
        min-width: 920px;
    }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    .module-calculator_popup-container .table thead {
        display: none;
    }
    .module-calculator_popup-container .table tbody {
        border-top: 2px solid #006fcf;
        border-bottom: 2px solid #006fcf;
    }
    .module-calculator_popup-container .table td {
        display: block;
    }
    .module-calculator_popup-container .table td:before {
        content: attr(data-heading) ": ";
        font-weight: bold;
    }
}
.module-calculator_info td:first-child:before {
    content: none;
}

/*- Committee Composition Widget -*/
.module-committee .module_container--desktop .module_header {
    display: table-header-group;
}
@media only screen and (max-width: 768px) {
    .module-committee .module_container--desktop {
        display: none;
    }
}
.module-committee .module_container--tablet {
    display: none;
}
@media only screen and (max-width: 768px) {
    .module-committee .module_container--tablet {
        display: block;
    }
}
.module-committee .module_header {
    display: block;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    font-weight: normal;
}
.module-committee .module_item {
    padding: 0;
}
.module-committee .module_item ~ .module_item {
    border: 0;
}
.module-committee .module_item:nth-child(even) {
    background: rgba(0, 0, 0, 0.05);
}
.module-committee .grid_col {
    padding: 15px;
    text-align: center;
}
.module-committee .grid_col:first-child {
    text-align: left;
}
.module-committee_category.js--active
    .module_header
    .module-committee_trigger:before {
    content: "\edba";
}
.module-committee_custom-role {
    margin-left: 5px;
}
.module-committee_bio {
    padding: 0 15px 20px;
    text-align: left;
}
.module-committee_bio p {
    margin: 0;
}
.module-committee_bio p:not(:last-of-type) {
    margin-bottom: 16px;
}
.module-committee_legend-container {
    padding: 20px 15px;
}
.module-committee_legend {
    display: inline-block;
    margin-right: 30px;
}
.module-committee_legend [class*="q4-icon_"] {
    margin-right: 5px;
}

/*----- Dividends Module -----*/
.module-dividends .highcharts-series-0 rect {
    fill: #006fcf;
}
.module-dividends .highcharts-series-1 rect {
    fill: #f1af0f;
}

/*----- Download List Module -----*/
.module-downloads .module_nav {
    display: none;
}
.module-downloads .module_item {
    padding: 15px 0;
}
.module-downloads_thumbnail,
.module-downloads_description,
.module-downloads_date {
    display: none;
}
.module-downloads_title {
    position: relative;
}
.module-downloads_title-link {
    margin: 0 20px 0 0;
}
.module-downloads .q4icons_icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

/*--------- Event Module ---------*/
.module-event .module_location,
.module-event .module_speakers h4,
.module-event .module_body {
    display: none;
}
.module-event .module_options {
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(55, 55, 55, 0.25);
}
.module-event-details .module_speakers h4 {
    display: none;
}
.module-event-details .module_reminder-email.module_input {
    padding: 14px 20px;
}
@media only screen and (max-width: 768px) {
    .module-event-details .module_reminder .grid_col {
        margin-bottom: 20px;
    }
}
.module-event-latest .module_container--content {
    margin-bottom: 20px;
}
.module-event-latest .module_item {
    margin: 10px 0;
    border: none;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
}
.module-event-latest .module_item.grid_col {
    padding-left: 20px;
}
.module-event-latest .module_item-wrap {
    height: 100%;
    padding: 30px;
    background-color: #f6f6f6;
}
.module-event-latest .module_date-time {
    margin-bottom: 15px;
    font-weight: normal;
}
.module-event-latest .module_headline {
    line-height: 150%;
    font-weight: 200;
}
.module-event-latest .module_links {
    margin: 0;
}
.module-event-latest.background--grey .module_item-wrap {
    background-color: #fff;
}
.module-event-latest.module-event-list .module_item {
    padding-left: 0;
    padding-top: 20px;
}
.module-event-latest.module-event-list .module_item + .module_item {
    border-top: 1px solid rgba(55, 55, 55, 0.25);
}
.module-event-upcoming .module_nav {
    display: none;
}
.module-event-upcoming .module_item {
    padding: 0 0 10px;
}
.module-event-upcoming .module_item ~ .module_item {
    padding: 30px 0 10px;
}
.module-event-calendar_legend {
    display: none;
    text-align: left;
}
.module-event-calendar_legend ul {
    padding: 0;
    margin: 15px 0 25px 0;
}
.module-event-calendar_legend li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 25px;
    margin-right: 30px;
}
.module-event-calendar_legend li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #006fcf;
    border-radius: 3px;
}
.module-event-calendar_legend
    li.module-event-calendar_legend-item--current:before {
    background-color: #f1af0f;
}
.module-event-calendar .module_container--content {
    display: flex;
    width: 100%;
}
.module-event-calendar_calendar-container,
.module-event-calendar_event-container {
    width: 50%;
    text-align: center;
    vertical-align: middle;
}
.module-event-calendar_calendar-container {
    padding-right: 20px;
}
.module-event-calendar_event-container {
    padding: 50px;
    background-color: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
}
.module-event-calendar_splash [class*="q4-icon_"] {
    font-size: 4rem;
    line-height: 1;
    color: #006fcf;
}
.module-event-calendar_splash p {
    font-size: 1.4rem;
    line-height: 1.2;
}
.module-event-calendar_controls {
    padding: 15px;
    background-color: #006fcf;
    font-weight: bold;
    color: #fff;
}
.module-event-calendar_controls button {
    color: inherit;
    background-color: transparent;
    border: 0;
    padding: 5px 0;
}
.module-event-calendar_previous-month,
.module-event-calendar_month,
.module-event-calendar_next-month {
    display: inline-block;
}
.module-event-calendar_previous-month,
.module-event-calendar_next-month {
    cursor: pointer;
}
.module-event-calendar_previous-month {
    float: left;
}
.module-event-calendar_next-month {
    float: right;
}
.module-event-calendar_day-container {
    border-bottom: 1px solid rgba(0, 111, 186, 0.2);
    display: table;
    table-layout: fixed;
    width: 100%;
}
.module-event-calendar_week {
    display: table-row;
}
.module-event-calendar_days {
    display: table-row-group;
}
.module-event-calendar_days > div[role="row"] {
    display: table-row;
}
.module-event-calendar_day {
    display: table-cell;
    position: relative;
    width: 14.285%;
    margin: 0;
    padding: 8px 0 15px;
    border-top: 1px solid rgba(0, 111, 186, 0.2);
    border-left: 1px solid rgba(0, 111, 186, 0.2);
}
.module-event-calendar_day.calendar-dow-6 {
    border-right: 1px solid rgba(0, 111, 186, 0.2);
}
.module-event-calendar_day--name {
    padding: 10px 0;
    border: none;
}
.module-event-calendar_day--today {
    background: #f6f6f6;
}
.module-event-calendar_day--event {
    cursor: pointer;
}
.module-event-calendar_day--event:after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: block;
    height: 4px;
    background-color: #006fcf;
}
.module-event-calendar_day--selected {
    background-color: #006fcf;
    color: #fff;
}
.module-event-calendar_day--selected:after {
    background-color: #fff;
}
.module-event-calendar_day--adjacent-month {
    color: rgba(51, 51, 51, 0.1);
    pointer-events: none;
}
.module-event-calendar_day--adjacent-month:after {
    content: none;
}
@media only screen and (max-width: 480px) {
    .module-event-calendar_day {
        display: inline-block;
    }
}
.module-event-calendar .module_item {
    padding: 0;
}
.module-event-calendar .module_date-time,
.module-event-calendar .module_headline {
    margin-bottom: 10px;
}
.module-event-calendar .module_add-to-calendar {
    margin: 0;
}
@media only screen and (max-width: 768px) {
    .module-event-calendar .module_container--content {
        display: block;
    }
    .module-event-calendar_calendar-container,
    .module-event-calendar_event-container {
        display: block;
        width: 100%;
    }
    .module-event-calendar_calendar-container {
        padding-right: 0;
    }
    .module-event-calendar_event-container {
        margin-top: 20px;
    }
}

/*---------- FAQ Module ----------*/
.module-faq_question {
    margin-top: 0;
    cursor: pointer;
}
.module-faq_answer p {
    margin: 0;
    padding: 0 0 10px;
}
.module-faq .toggle-all .button:before {
    content: "Show all";
}
.module-faq .toggle-all.js--active .button:before {
    content: "Hide all";
}

/*--- Financial Report Modules ---*/
.module-financial-year .module_cover {
    margin-bottom: 15px;
}
.module-financial-year .module_cover img {
    display: inline-block;
    border: 1px solid #006fcf;
}
.module-financial-year .module_item {
    padding: 0;
}
.module-financial-year .module_item ~ .module_item {
    border: none;
}
.module-financial-year .module_links {
    margin: 0;
}
.module-financial-year .module-financial_year {
    text-align: center;
}
.module-financial-quarter .module_item {
    padding: 0;
}
.module-financial-quarter .module_item ~ .module_item {
    border: none;
}
.module-financial-quarter .module_item.js--active h3:after {
    content: "\ed5e";
}
.module-financial-quarter .module_links {
    margin: 0;
    padding: 15px;
}
.module-financial-quarter .module_links > div {
    display: block;
}
.module-financial-quarter .module_link {
    margin-bottom: 0;
    font-size: 1.6rem;
    font-weight: normal;
    text-transform: none;
}
.module-financial-quarter .module-financial_year-text {
    padding: 20px 15px;
    margin-bottom: 10px;
    background-color: #006fcf;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    cursor: pointer;
}
.module-financial-quarter .module-financial_year-text:after {
    float: right;
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ed5d";
}
.module-financial-table .module_container--content {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.module-financial-table table {
    width: 100%;
}
.module-financial-table table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
}
.module-financial-table table .module-financial-table_column-year {
    opacity: 0;
    visibility: hidden;
    position: relative;
    transform: translateX(0);
    z-index: 1;
    transition: transform 500ms ease, opacity 600ms ease-in,
        visibility 600ms ease-in;
}
.module-financial-table
    table
    .module-financial-table_column-year.visible-track {
    opacity: 1;
    display: block;
    visibility: visible;
}
.module-financial-table_column {
    font-weight: normal;
    padding: 20px 15px;
    width: 25%;
}
.module-financial-table_column-year {
    text-align: center;
}
.module-financial-table_column-report {
    display: inline-block;
    position: relative;
    z-index: 2;
    background: #f1f1f1;
    text-align: left;
}
.module-financial-table_column.doc:not(:last-child) {
    margin-right: 15px;
}
.module-financial-table_container-years {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.module-financial-table .doc-missing {
    opacity: 0.3;
}
.module-financial-table_header {
    display: flex;
    background-color: #006fcf;
    color: #fff;
    font-weight: normal;
}
.module-financial-table_header-year {
    padding: 20px 15px;
    flex: 0 0 auto;
}
.module-financial-table_header .module-financial-table_track {
    display: inline-flex;
}
.module-financial-table_item-doc:not(:last-child) {
    margin-right: 15px;
}
.module-financial-table_track {
    display: flex;
    will-change: transform;
    transition: transform 500ms ease;
    z-index: 1;
}
.module-financial-table_track-arrow {
    background: transparent;
    box-shadow: none;
    background-color: transparent;
    border: none;
    color: white;
    font-size: 1.6rem;
    position: absolute;
    top: 23px;
    z-index: 3;
}
.module-financial-table_track-arrow:not(.module-financial-table_track-arrow--disabled) {
    cursor: pointer;
}
.module-financial-table_track-arrow--disabled {
    opacity: 0.3;
}
.module-financial-table_track-arrow--left {
    left: 20px;
}
.module-financial-table_track-arrow--right {
    right: 20px;
}
.module-financial-mashup .module_body {
    max-height: 300px;
    overflow: hidden;
    position: relative;
}
.module-financial-mashup .module_body > *:first-child,
.module-financial-mashup .module_body > style + p {
    margin-top: 0;
}
.module-financial-mashup .module_body:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    z-index: 1;
    background: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 0.5) 0%,
        white 70%,
        white 100%
    );
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0.5) 0%,
        white 70%,
        white 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.5) 0%,
        white 70%,
        white 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#70ffffff", endColorstr="#ffffff", GradientType=0);
}
.module-financial-mashup h4 {
    margin-top: 16px;
}
.module-financial-mashup .module-financial-mashup_documents .module_links + h4 {
    margin-top: 30px;
}
.module-financial-mashup
    .module-financial-mashup_documents
    .module_links
    > div {
    background-color: #f6f6f6;
    padding: 15px;
    margin-bottom: 1px;
}
.module-financial-mashup
    .module-financial-mashup_documents
    .module_links
    .module_link {
    margin: 0;
}
.module-financial-mashup .q4-icon_chevron-right {
    font-size: 1rem;
    margin-left: 5px;
}
.module-financial-mashup .button {
    width: 100%;
}
.module-financial-mashup .button.js--selected {
    background: #006fcf;
    color: #fff;
    outline-color: #006fcf;
}
@media only screen and (min-width: 769px) {
    .module-financial-mashup .module_options--mobile {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .module-financial-mashup .module_options--desktop {
        display: none;
    }
}

/* Latest Quarterly Result Widget */
.module-latest-quarter .module_item {
    margin: 50px 0;
    padding: 0;
}
.module-latest-quarter .module_item ~ .module_item {
    border: none;
}
.module-latest-quarter .module_links {
    margin: 0;
    border-left: 2px solid rgba(255, 255, 255, 0.5);
    text-align: left;
}
.module-latest-quarter .module_links > div {
    display: inline-block;
    text-align: center;
}
.module-latest-quarter .module_link {
    margin: 0;
}
.module-latest-quarter .module_link .q4icons_icon:before {
    display: inline-block;
    font-size: 55px;
    padding: 0;
}
.module-latest-quarter .module_link-text {
    display: block;
    margin: 15px 0 0;
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
}
.module-latest-quarter .module-financial_type-text,
.module-latest-quarter .module-financial_year-text {
    display: inline-block;
    width: 100%;
}
.module-latest-quarter .module-financial_type-text {
    font-size: 55px;
    line-height: 1;
    font-weight: normal;
}
.module-latest-quarter .module-financial_year-text {
    margin-top: 15px;
    font-size: 24px;
}
.module-latest-quarter .grid_col {
    vertical-align: bottom;
}
@media only screen and (max-width: 1024px) {
    .module-latest-quarter .module_links {
        border-left: 0;
    }
    .module-latest-quarter .module_link {
        margin: 0 0 15px;
    }
    .module-latest-quarter .grid_col {
        vertical-align: middle;
    }
}
@media only screen and (max-width: 768px) {
    .module-latest-quarter .module_item > div:first-child {
        margin-bottom: 30px;
    }
}

/*------ Formbuilder Module ------*/
.module-form--custom .module_container--content {
    display: none;
}
.module-form--custom .module_container--content.js--visible {
    display: block;
}
.module-form .module_container--content {
    margin-left: -20px;
}
@media only screen and (max-width: 768px) {
    .module-form .module_container--content {
        margin-left: 0;
    }
}
.module-form .module_error-container li[style="visibility: hidden;"] {
    display: none;
}
.module-form .module_required {
    margin-left: 3px;
}
.module-form .module_container--captcha > div {
    margin: 0;
    padding: 0;
}
.module-form .module_container--captcha > div .ErrorMessage {
    display: block;
    margin-top: 10px;
    font-size: 0.875rem;
    color: #b72121;
}
.module-form
    .module_container--captcha
    > div
    .ErrorMessage[style="visibility: hidden;"] {
    display: none;
}
.module-form_item {
    display: inline-block;
    width: 50%;
    margin-bottom: 20px;
    padding-left: 20px;
    vertical-align: top;
}
.module-form_item > label,
.module-form_item legend {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 0.875rem;
}
.module-form_item legend {
    float: left;
    margin-bottom: 15px;
    font-size: 1rem;
}
.module-form_item legend ~ ul {
    clear: both;
    padding-left: 10px;
}
.module-form_item ul li:not(:last-of-type) {
    padding-bottom: 5px;
}
.module-form_item--document-request,
.module-form_item--are-you-an-investor {
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .module-form_item {
        width: 100%;
        padding-left: 0;
    }
}
.module-form_error-text {
    color: #b72121;
}
.module-form_error-text[style="visibility:hidden;"] {
    display: none;
}
.module-form .CaptchaContainer {
    display: block;
}
.module-form .CaptchaContainer input[type="text"] {
    width: 100%;
}

.apply-form--append .module-form {
    padding-top: 0;
    padding-bottom: 0;
}
.apply-form--append .module-form_item {
    width: 100%;
}

.fancybox-slide--form .fancybox-content {
    margin: 10px auto;
    max-width: 1000px;
    width: 80% !important;
    height: calc(100% - 20px);
    overflow: visible;
}
@media only screen and (max-width: 480px) {
    .fancybox-slide--form .fancybox-content {
        width: 95% !important;
    }
}
.fancybox-slide--form_confirmation .fancybox-content {
    max-width: 700px;
}
.fancybox-slide--form .fancybox-button--close {
    display: none;
}

.module-form--meeting {
    padding: 0 20px !important;
    background-color: #fff;
}
.module-form--meeting .module_container--outer {
    padding: 0 !important;
}
.module-form--meeting_header {
    padding: 20px !important;
}
.module-form--meeting_header .module_container--outer {
    padding: 0 !important;
}
@media screen and (min-width: 769px) {
    .module-form--meeting_header {
        padding: 20px !important;
    }
    .module-form--meeting_header .grid {
        direction: rtl;
    }
    .module-form--meeting_header .grid .grid_col {
        direction: ltr;
    }
}
.module-form--meeting_header-intro {
    font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
    .module-form--meeting_header-intro {
        text-align: center;
    }
}
.module-form--meeting_header-intro h3,
.module-form--meeting_header-intro .h3 {
    margin: 0 0 10px 0;
    color: inherit;
    font-size: 2.6rem;
}
.module-form--meeting_header-intro p {
    margin: 0;
}
@media only screen and (max-width: 768px) {
    .module-form--meeting_header-logo {
        text-align: center;
        margin-bottom: 10px;
    }
}
.module-form--meeting_header-logo span {
    font-size: 1.1rem;
    display: block;
}
.module-form--meeting_header-logo img {
    margin: 5px;
}
.module-form--meeting_footer {
    background-color: #006fcf;
    color: #fff;
    font-size: 1.3rem;
}
.module-form--meeting_footer img {
    margin-right: 20px;
    vertical-align: bottom;
}
.module-form--meeting .module_introduction {
    font-size: 1.3rem;
    margin: 0;
}
.module-form--meeting .module_introduction > p:first-child {
    margin-top: 0;
    padding-top: 13px;
}
.module-form--meeting .module-form_item label,
.module-form--meeting .module-form_item legend {
    line-height: 15px;
    vertical-align: top;
}
.module-form--meeting .module-form_item--namehidden .module_input {
    margin-top: 20px;
}
.module-form--meeting .module-form_item--namehidden label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
}
@media only screen and (min-width: 769px) {
    .module-form--meeting .module-form_item--additional-information-optional {
        width: 75%;
    }
}
.module-form--meeting .module-form_item--date-request-optional {
    position: relative;
}
@media only screen and (min-width: 769px) {
    .module-form--meeting .module-form_item--date-request-optional {
        width: 25%;
    }
}
.module-form--meeting .module-form_item--date-request-optional:before {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "?";
    position: absolute;
    right: 20px;
    bottom: calc(50% - 19px);
    color: #616161;
    display: none;
}
.module-form--meeting
    .module-form_item--date-request-optional
    .ui-datepicker-trigger {
    position: absolute;
    right: 13px;
    top: 35px;
    background: transparent;
    border: none;
}
.module-form--meeting .module-form_item--current-shareholder {
    display: block;
}
.module-form--meeting .module-form_item--current-shareholder legend {
    margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
    .module-form--meeting .module-form_item--current-shareholder legend {
        display: block;
        float: none;
    }
}
.module-form--meeting .module-form_item--current-shareholder ul {
    display: inline-block;
    padding-left: 20px;
}
@media only screen and (max-width: 480px) {
    .module-form--meeting .module-form_item--current-shareholder ul {
        display: block;
        padding-left: 0;
        padding-top: 10px;
    }
}
.module-form--meeting .module-form_item--current-shareholder ul li {
    padding-left: 20px;
    display: inline-block;
    vertical-align: top;
}
@media only screen and (max-width: 480px) {
    .module-form--meeting .module-form_item--current-shareholder ul li {
        padding-left: 0;
        padding-right: 20px;
    }
}
.module-form--meeting .module-form_item--consent-checkbox {
    width: 100%;
}
.module-form--meeting .module-form_item--consent-checkbox label {
    padding-left: 30px;
    position: relative;
}
.module-form--meeting .module-form_item--consent-checkbox label:before,
.module-form--meeting .module-form_item--consent-checkbox label:after {
    position: absolute;
    left: 0;
    top: 50% !important;
    transform: translateY(-50%);
}
.module-form--meeting .module-form_item--consent-checkbox label:after {
    left: 3px;
}
.module-form--meeting .module-form_itemCaptcha {
    position: relative;
    padding-left: 25px;
}
.module-form--meeting .module-form_itemCaptcha input[type="text"] {
    color: #333333;
}
.module-form--meeting .module_dropdown {
    color: #333333;
}
.module-form--meeting .module_input {
    color: #333333;
}
.module-form--meeting .module_required {
    display: none;
}
.module-form--meeting .module_actions {
    margin: 0 -20px;
    padding: 20px;
    background-color: #373737;
    text-align: right;
    color: #fff;
}
.module-form--meeting .module_actions .module_link {
    color: #fff;
    margin: 0 15px 0 0;
    text-decoration: none;
    text-transform: none;
    font-size: 1.4rem;
}
.module-form--meeting .module_actions [type="submit"][disabled] {
    opacity: 0.5;
    pointer-events: none;
}
.module-form--meeting .module_actions button {
    color: #fff;
}
.module-form--meeting_confirmation {
    font-size: 1.8rem;
    text-align: center;
    max-width: 520px;
    margin: auto;
}
.module-form--meeting_confirmation .module_container--inner:before {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e920";
    font-size: 4.6rem;
    color: #222;
    display: block;
    margin: auto;
}
@media only screen and (max-width: 768px) {
    .module-form--meeting .module-form_item--namehidden .module_input {
        margin-top: 0;
    }
}

.module-glossary .module_header {
    display: block;
}
.module-glossary .module_header table {
    width: 100%;
    table-layout: fixed;
}
.module-glossary .module_header table a {
    color: #333333;
    font-weight: normal;
}
.module-glossary .module_header table a[href] {
    color: #006fcf;
}

/*---------- Job Modules ---------*/
.module-job-list_table-wrap {
    overflow-x: auto;
}
.module-job-details_description-container {
    margin-bottom: 35px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.module-job-details_description {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.module-job-details_description label {
    font-weight: normal;
}
.module-job-details_description input {
    width: auto;
    max-width: none;
    padding: 0;
    border: none;
    float: right;
    font-family: "Open Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 0;
}
@media only screen and (max-width: 480px) {
    .module-job-details_description label:after {
        content: ":";
    }
    .module-job-details_description input {
        display: block;
        float: none;
        margin-top: 5px;
    }
}
.module-job-details .grid_col {
    padding: 15px 20px;
}
.module-job-application_table {
    display: block;
    width: 100%;
    margin-left: -20px;
    font-size: 0;
}
.module-job-application_table tr {
    display: inline-block;
    width: 50%;
    margin-bottom: 20px;
    padding-left: 20px;
    vertical-align: top;
    font-size: 1.6rem;
}
.module-job-application_table tr:last-child {
    margin-bottom: 0;
}
.module-job-application_table tr.module-job-application_cover-letter-text,
.module-job-application_table tr.module-job-application_resume-text {
    width: 100%;
}
.module-job-application_table tr td {
    display: block;
    position: relative;
}
.module-job-application_table tr label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
    .module-job-application_table {
        margin-left: 0;
    }
    .module-job-application_table tr {
        width: 100%;
        padding-left: 0;
    }
}
.module-job-application .module_required {
    font-size: 1.4rem;
}

/*----- Miscellaneous Modules ----*/
.module-script {
    display: none;
}

.module-slideshow_ratio {
    padding-bottom: 56.25%;
    /* this should be changed with aspecRatio option in widget */
    position: relative;
}
.module-slideshow_viewer:not(.grid_col) {
    display: inline-block;
    width: 100%;
    max-width: 640px;
}
.module-slideshow_viewer:not(.grid_col):not(:last-child) {
    margin-bottom: 25px;
}
.module-slideshow_title {
    margin-bottom: 10px;
    display: none;
}
.module-slideshow .module_links > * + * {
    margin-top: 15px;
}
.module-slideshow_link {
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
}
.module-slideshow iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.module-rss p + h2 {
    margin: 40px 0 30px;
}

/*------ Navigation Modules ------*/
.nav_close {
    display: none;
}
.nav_guide {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
@media only screen and (max-width: 1024px) {
    .nav_guide {
        display: none;
    }
}
.nav button.submenu-trigger {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    text-align: left;
    width: 100%;
}
.nav a[tabindex="-1"]:focus {
    /* navigation needs this for accessibility purpose  */
    outline-width: 2px !important;
    outline-style: dotted !important;
    outline-color: inherit !important;
}
.nav--main {
    line-height: 1;
    text-align: right;
}
.nav--main button.submenu-trigger {
    /* removing default button styling for dropdown menu buttons */
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
}
.nav--main li {
    display: inline-block;
}
.nav--main li a {
    display: block;
    padding: 50px 15px 30px;
    color: #333333;
    font-weight: normal;
}
.nav--main li.selected > a,
.nav--main li.expanded > a,
.nav--main li a:hover,
.nav--main li a:focus {
    padding: 50px 15px 28px;
    border-bottom: 2px solid #006fcf;
    color: #006fcf;
}

.nav--secondary a {
    text-decoration: none;
}
.nav--secondary a:hover {
    color: #00175a;
}
.nav--secondary li.expanded > a,
.nav--secondary li.selected > a {
    color: #00175a;
}
.nav--secondary .level1 > li > a,
.nav--secondary .level2 > li,
.nav--secondary .level2 > li.expanded > a,
.nav--secondary .level2 > li.selected > a {
    display: none;
}
.nav--secondary .level2 > li.expanded,
.nav--secondary .level2 > li.selected {
    display: block;
}
.nav--secondary .level3 {
    display: flex;
}
.nav--secondary .level3 > li {
    margin-right: 30px;
    position: relative;
}
.nav--secondary .level3 > li:hover > a {
    color: #00175A;
}
.nav--secondary .level3 > li.expanded > a,
.nav--secondary .level3 > li.selected > a {
    color: #00175A;
}
.nav--secondary .level3 > li:after {
    content: '';
    position: absolute;
    top: 100%;
    width: 100%;
    height: 25px;
    left: 0;
}
.nav--secondary .level3 > li.selected:after,
.nav--secondary .level3 > li.expanded:after {
    border-bottom: 4px solid #00175A;
}
.nav--secondary .level4 {
    display: none;
    width: 310px;
    position: absolute;
    z-index: 10;
    background: #FFFFFF;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    padding: 20px 25px;
    top: 100%;
    margin-top: 25px;
    margin-left: -25px;
}
.nav--secondary .js--hover > .level4 {
    display: block;
}
.nav--secondary .level4 > li:not(:first-child) {
    margin-top: 10px;
}
.nav--level4 .nav--secondary .level3 > li,
.nav--level4 .nav--secondary .level3 > li > a {
    display: none;
}
.nav--level4 .nav--secondary .level3 > li:after {
    content: none;
}
.nav--level4 .nav--secondary .level3 > li.selected,
.nav--level4 .nav--secondary .level3 > li.expanded {
    display: block;
}
.nav--level4 .nav--secondary .level4 {
    position: static;
    display: flex;
    box-shadow: none;
    background: transparent;
    padding: 0;
    margin: 0;
    width: auto;
}
.nav--level4 .nav--secondary .level4 > li {
    margin-right: 30px;
    position: relative;
}
.nav--level4 .nav--secondary .level4 > li:not(:first-child) {
    margin-top: 0;
}
.nav--level4 .nav--secondary .level4 > li:after {
    content: '';
    position: absolute;
    top: 100%;
    width: 100%;
    height: 25px;
    left: 0;
}
.nav--level4 .nav--secondary .level4 > li.selected:after,
.nav--level4 .nav--secondary .level4 > li.expanded:after {
    border-bottom: 4px solid #00175A;
}
@media (max-width: 1024px) {
    .nav--secondary {
        margin-bottom: 30px;
        display: none;
    }
}

.nav--sitemap {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 70px;
    padding-bottom: 70px;
}
.nav--sitemap a {
    display: inline-block;
}
.nav--sitemap .level1 {
    column-count: 3;
    column-gap: 20px;
}
.nav--sitemap .level1 > li {
    break-inside: avoid;
    display: block;
}
.nav--sitemap .level1 > li:not(:last-of-type) {
    margin-bottom: 35px;
}
.nav--sitemap .level1 > li > a,
.nav--sitemap .level1 > li > a:visited {
    margin-bottom: 15px;
    font-size: 2.4rem;
    color: #222;
    text-transform: uppercase;
}
.nav--sitemap .level2 > li,
.nav--sitemap .level3 > li {
    padding: 5px 0;
}
.nav--sitemap .level2 > li > a,
.nav--sitemap .level3 > li > a {
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
}
.nav--sitemap .level2 > li > a {
    margin-bottom: 5px;
}
.nav--sitemap .level3 > li {
    padding-left: 15px;
}
@media only screen and (max-width: 768px) {
    .nav--sitemap .level1 {
        column-count: 2;
    }
}
@media only screen and (max-width: 480px) {
    .nav--sitemap .level1 {
        column-count: auto;
        column-gap: normal;
    }
}

#globalHeader .level1 {
    font-size: .9375rem;
	font-weight: normal;
	line-height: 1.4667;
}
#globalHeader .level1 a {
    display: block;
    padding: .9375rem 12px;
    text-decoration: none;
}
#globalHeader .level3 {
    display: none;
}
#globalHeader .js--expanded > .level3 {
    display: block;
}
#globalHeader .level1 > li > a {
    padding-left: 45px;
    position: relative;
}
#globalHeader .level1 > li > a:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.3262 9.50922L10.8117 0.705766C10.4032 0.259668 9.58395 0.27445 9.20243 0.691883L0.660933 9.52311C0.368491 9.84223 0.292908 10.3038 0.468824 10.7017C0.644739 11.0963 1.03841 11.375 1.47167 11.375H3.58333V18.5326C3.58333 19.135 4.04244 19.625 4.64756 19.625H7.9375C8.31902 19.625 8.618 19.3169 8.618 18.937H8.61907L8.6198 15.4901H11.3822V18.937C11.3822 19.3168 11.6918 19.625 12.0733 19.625H15.3527C15.9578 19.625 16.4167 19.135 16.4167 18.5326V11.375H18.5286C18.9618 11.375 19.3555 11.0963 19.5328 10.699C19.7073 10.3038 19.6317 9.84223 19.3262 9.50922Z' fill='%23006FCF'/%3E%3C/svg%3E%0A");
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 12px;
}
#globalHeader .level2 .has-children > a {
    position: relative;
    padding-left: 37px;
}
#globalHeader .level2 > .has-children > a:before {
	content: "";
    width: 14px;
	height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.7086 6.2938L1.70418 0.291308C1.31564 -0.0971026 0.679865 -0.0971026 0.291401 0.291308C-0.0971335 0.679718 -0.0971335 1.31523 0.291401 1.70363L5.58942 6.99998L0.291401 12.2964C-0.097133 12.6848 -0.097133 13.3203 0.291401 13.7087C0.679866 14.0971 1.31565 14.0971 1.70418 13.7087L7.7086 7.70619C8.09713 7.31779 8.09713 6.68221 7.7086 6.2938Z' fill='%2353565A'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	transform: rotate(0deg) translateY(-50%);
    transform-origin: 50% 0%;
	transition: color .25S ease-out,transform .25S ease-out;
	left: 15px;
}
#globalHeader .level2 > .has-children.js--expanded > a:before {
    transform: rotate(90deg) translateY(-50%);
}
#globalHeader .level3 > li > a {
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	font-weight: 600;
	font-size: .8125rem;
	line-height: 1.125rem;
	text-transform: uppercase;
	padding-top: 1.25rem;
	padding-bottom: 0;
	padding-left: 57px !important;
}
#globalHeader .level4 > li > a {
    padding-top: 0.625rem;
	padding-bottom: 0.625rem;
    padding-left: 57px;
}

/*==================================
---------- NEW NAV START ----------
==================================*/
.header-navs {
    height: 60px;
    position: relative;
    z-index: 98;
}
.header-navs .module_container--outer {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    background: white;
}
.header-navs .module_container--inner {
    max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
@media (max-width: 1024px) {
    .header-navs {
        height: auto;
    }
}
.nav--mobile {
    display: none;
    max-width: 380px;
    width: 75%;
    padding: 20px 20px 60px 20px;
    background-color: #fff;
    border-top: 2px solid #f6f6f6;
    overflow-y: auto;
    position: fixed;
    z-index: 2000;
    will-change: transform;
    top: 0;
    height: calc(100%);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
}
.nav--mobile.right {
    right: 0px;
    transform: translateX(100%);
}
.nav--mobile.left {
    left: 0px;
    transform: translateX(-100%);
}
.js--mobile .nav--mobile {
    transform: translateX(0);
}

@media only screen and (min-width: 1024px) {
    .nav--mobile {
        display: none;
    }
}
.nav--mobile--toggle {
    display: none;
    font-size: 3.4rem;
    color: #222;
    background: transparent;
    border: 0 none;
    margin: 0;
    padding: 0;
    outline-color: #222;
    position: absolute;
    top: 30px;
}
.nav--mobile--toggle [class^="q4-icon_"]:focus,
.nav--mobile--toggle [class*=" q4-icon_"]:focus {
    outline: none;
}
.js--header-small .nav--mobile--toggle {
    color: #222;
}

@media only screen and (max-width: 1024px) {
    .nav--mobile--toggle {
        /* display: block; */
    }
}
.nav--mobile--toggle.right {
    right: 20px;
}
.nav--mobile--inner_toggle_container .nav--mobile--toggle {
    position: static;
    color: #333333;
    float: none;
}
.nav--mobile--inner_toggle_container .nav--mobile--toggle.right {
    margin-left: auto;
}
.nav--mobile--inner_toggle_container
    .nav--mobile--toggle
    [class^="q4-icon_"]:before,
.nav--mobile--inner_toggle_container
    .nav--mobile--toggle
    [class*=" q4-icon_"]:before {
    font-size: 2.5rem;
    content: "\ed6d";
}
.nav--mobile--search_container {
    display: block;
    position: relative;
    border: none;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
    background: transparent;
    color: #222;
    font-size: 1.4rem;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    margin: 20px 0 20px 0;
    padding: 0;
    min-height: 40px;
    background-color: #006fcf;
}
.nav--mobile--search_container--input {
    border: none;
    position: absolute;
    left: 0px;
    padding: 10px 35px 10px 15px;
    width: 100%;
    color: #222 !important;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    -webkit-appearance: none;
}
.nav--mobile--search_container--btn {
    position: absolute;
    right: 0px;
    font-size: 15px;
    color: #222;
    background-color: transparent;
    border: none;
    padding: 10px 15px;
}
.nav--mobile--expand--topMenu--menuItem,
.nav--mobile--panel--topMenu--menuItem {
    display: block;
    position: relative;
    vertical-align: middle;
}
.nav--mobile--expand--topMenu--menuItem .link,
.nav--mobile--expand--topMenu--menuItem .button,
.nav--mobile--panel--topMenu--menuItem .link,
.nav--mobile--panel--topMenu--menuItem .button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    margin: 0 10px;
    width: calc(100% - 20px);
    color: #222;
    font-weight: normal;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}
.nav--mobile--expand--topMenu--menuItem .button,
.nav--mobile--panel--topMenu--menuItem .button {
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    min-width: auto;
}
.nav--mobile--expand--topMenu--menuItem .button:hover,
.nav--mobile--panel--topMenu--menuItem .button:hover {
    background: transparent;
}
.nav--mobile--expand--topMenu--menuItem .button .text,
.nav--mobile--panel--topMenu--menuItem .button .text {
    display: inline-block;
}
.nav--mobile--expand--topMenu--menuItem .button .icon,
.nav--mobile--panel--topMenu--menuItem .button .icon {
    margin-left: 5px;
    display: inline-block;
    font-size: 0.75rem;
}
.nav--mobile--expand--innerMenu,
.nav--mobile--panel--innerMenu {
    margin-left: 25px !important;
}
.nav--mobile--panel--topMenu--menuItem {
    position: static;
    display: block;
}
.nav--mobile--panel--innerMenu {
    margin-left: 0px !important;
    will-change: transform;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 30px 60px 20px !important;
    background-color: #fff;
    border-top: 2px solid #f6f6f6;
    overflow-y: auto;
}
.nav--mobile--panel--innerMenu.right {
    right: 0px;
    transform: translateX(100%);
}
.nav--mobile--panel--innerMenu.left {
    left: 0px;
    transform: translateX(-100%);
}
.nav--mobile--panel--innerMenu--menuItem {
    position: static;
}
.nav--mobile--panel--innerMenu .panel-control .button {
    justify-content: end;
}
.nav--mobile--panel--innerMenu .panel-control .button:hover {
    background: transparent;
}
.nav--mobile--panel--innerMenu .panel-control .button .icon {
    margin-left: 0;
    margin-right: 5px;
}
.nav--desktop {
    font-size: 15px;
    line-height: 22px;
}
.nav--desktop a:hover {
    text-decoration: none;
    color: #00175a;
}
@media only screen and (max-width: 1024px) {
    .nav--desktop {
        display: none !important;
    }
}
.nav--desktop.hoz {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    /* margin: 15px 0px; */
}
.nav--desktop--search_container {
    position: relative;
    font-size: 1.4rem;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    color: #222;
    	align-self: stretch;
	    	display: flex;
	    	align-items: center;
}
.nav--desktop--search_container--input {
    display: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 30px #ffffff00 inset !important;
    -webkit-text-fill-color: #222 !important;
    	border: 0.0625rem solid #ecedee;
    position: absolute;
    	top: 100%;
    right: 0px;
    padding: 10px 35px 10px 15px;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
}
.nav--desktop--search_container--input:focus {
    outline-color: #222;
}
.nav--desktop--search_container--btn {
  position: relative;
  font-size: 20px;
  color: #006fcf;
  background-color: transparent;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
}
.nav--desktop li.nav--desktop--list--topMenu--menuItem.has-innerMenu:hover {
    border-bottom: 4px solid #C8C9C7;
}
.nav--desktop li.nav--desktop--list--topMenu--menuItem.selected,
.nav--desktop li.nav--desktop--list--topMenu--menuItem.expanded {
    border-bottom: 4px solid #00175a !important;
}
.nav--desktop li.selected > a,
.nav--desktop li.expanded > a {
    color: #00175a;
}

.nav--desktop--list--topMenu {
    /* margin: 0px 15px !important; */
    display: flex;
    align-items: stretch;
    align-content: center;
}
.nav--desktop--list--topMenu--menuItem {
    display: flex;
    position: relative;
    vertical-align: middle;
    margin-right: 25px;
    border-bottom: 4px solid transparent;
    height: 60px;
}
.nav--desktop--list--topMenu--menuItem .link,
.nav--desktop--list--topMenu--menuItem .button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    color: #006fcf;
    font-weight: normal;
    /* letter-spacing: 0.5px; */
    /* text-transform: capitalize; */
    /* white-space: nowrap; */
    background-color: transparent;
    border-radius: 0;
}
.js--header-small .nav--desktop--list--topMenu--menuItem .link,
.js--header-small .nav--desktop--list--topMenu--menuItem .button {
    color: #333333;
}

@media only screen and (max-width: 1200px) {
    .nav--desktop--list--topMenu--menuItem .link,
    .nav--desktop--list--topMenu--menuItem .button {
        text-align: center;
        padding: 10px 5px;
        margin: 0;
        letter-spacing: 0;
    }
}
.nav--desktop--list--topMenu--menuItem .button {
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    min-width: auto;
}
.nav--desktop--list--topMenu--menuItem .button:hover {
    background: transparent;
}
.nav--desktop--list--topMenu--menuItem .button .text {
    display: inline-block;
}
.nav--desktop--list--topMenu--menuItem .button .icon {
    margin-left: 5px;
    display: inline-block;
    font-size: 0.75rem;
    display: none;
}
.nav--desktop--list--innerMenu {
    display: none;
    background-color: #fff;
    position: absolute;
    padding: 15px 0!important;
    margin-left: -30px !important;
    min-width: 270px !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    margin-top: 5px !important;
    z-index: 10;
}
.nav--desktop--list--innerMenu .nav--desktop--list--innerMenu {
    margin-left: 0 !important;
    margin-top: -15px !important;
}
.nav--desktop--list--innerMenu > li:not(:first-child) {
    margin-top: 15px;
}
.nav--desktop--list--innerMenu > li {
    padding: 0 30px;
    position: relative;
}

/*==================================
----------- NEW NAV END -----------
==================================*/
/*-------- News Module CSS -------*/
.module-news .module_nav,
.module-news .module_thumbnail-link,
.module-news .module_more-link {
    display: none;
}
.module-news .news-tags {
    max-width: 300px;
}
.module-news .module_options .module_input  {
    display: inline-block;
    border: 2px solid #006fcf;
    color: #006fcf;
    background: transparent;
    width: auto;
    padding-right: 30px;
}
.module-news .module_options button {
    background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	color: #006fcf;
	font-size: 20px;
	vertical-align: middle;
	margin-left: 10px;
	position: absolute;
	right: 10px;
	top: 17px;
	cursor: pointer;
}
@media only screen and (max-width: 768px) {
    .module-news .module_options .grid_col {
        margin-bottom: 20px;
    }
}
.module-news-details .module_view-all-link {
    display: block;
    margin-bottom: 25px;
}
.module-news-details .module_view-all-link--bottom {
    margin-top: 25px;
    margin-bottom: 0;
}
.module-news-details_category {
    display: none;
}
.module-news-details ul {
    margin: 16px 0;
    padding-left: 32px;
    list-style-type: disc;
}
.module-news-details ul li {
    line-height: 1.5;
}
.module-news-details .module_multimedia {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -30px;
}
.module-news-details .module_multimedia .module_link {
    margin: 0;
    display: block;
    font-weight: normal;
    text-transform: none;
}
.module-news-details .module_multimedia-item {
    padding: 0 15px;
    width: 270px;
    max-width: 100%;
    margin-top: 30px;
}
.module-news-details .module_multimedia-item > .module_link {
    position: relative;
    padding-top: 85%;
    border: 1px solid #C1C9D0;
    display: flex;
    margin-bottom: 20px;
}
.module-news-details .module_multimedia-item > .module_link img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    object-fit: contain;
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.module-news-details .module_multimedia-caption {
    margin-bottom: 16px;
}
.module-news-details .module_multimedia-caption .module_file-text {
    display: block;
}
.module-news-details .module_multimedia-caption .module_file-resolution {
    display: none;
}
.module-news-details .module_multimedia-image {
    width: 100%;
    float: none;
}
.module-news-details .module_multimedia-size .module_file-type,
.module-news-details .module_multimedia-size .module_file-size {
    display: inline;
}
.module-news-details .module_multimedia-size .module_file-type:after {
    content: ', ';
}
.module-news-details .module_multimedia-size .module_file-resolution {
    display: block;
}
.module-news-details .hover-details {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
    width: calc(100% - 40px * 3 - 16px);
    background: white;
    font-size: 13px;
    line-height: 20px;
}
.module-news-details .module_link:hover .hover-details {
    display: block;
}
.module-news-details .module_multimedia-size .module_link {
    border: 1px solid #C1C9D0;
    text-decoration: none;
    width: 40px;
    height: 40px;
    display: flex;
    font-size: 13px;
    line-height: 20px;
    justify-content: center;
    align-items: center;
}
.module-news-details .module_multimedia-size .module_link:hover {
    background-color: #00175A;
    color: white;
    border-color: #00175A;
}
.module-news-details .module_multimedia-size:not(:last-child) {
    margin-right: 8px;
}
.module-news-details .module_multimedia-size .module_file-resolution:before {
    content: "(";
}
.module-news-details .module_multimedia-size .module_file-resolution:after {
    content: ")";
}
// .module-news-details h2.module-details_title,
// .module-news-details .module_date-time,
// .module-news-details .module_view-all-link,
.module-news-details .module_multimedia-sizes > .module_link-text {
    display: none;
}
.module-news-details .module_multimedia-sizes {
    display: flex;
    position: relative;
}
.module-news-details .module_container--outer {
    max-width: 1100px !important;
}
.module-news-details .module_body img {
    float: none;
    padding: 0;
}
.module-page-title_date {
    margin-top: 10px;
}
.module_prDetails .module-page-title {
    margin-bottom: 0 !important;
}
.js--secondary-sticky .module_prDetails .module-page-title {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
.module_prDetails .nav--secondary {
    display: none;
}
.module_prDetails .banner-links {
    vertical-align: bottom;
}
.module_prDetails .a2a_kit {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
}
.module_prDetails .module_related-document {
    display: none;
}
.a2a_kit > a:not(:first-child) {
    margin-left: 15px;
}
.a2a_kit .a2a_button_linkedin {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.2 0H19.8C21.01 0 22 0.99 22 2.2V19.8C22 21.01 21.01 22 19.8 22H2.2C0.99 22 0 21.01 0 19.8V2.2C0 0.99 0.99 0 2.2 0ZM3.29925 18.7H6.59925V8.79995H3.29925V18.7ZM4.95045 6.92998C3.85045 6.92998 2.97045 6.04998 2.97045 4.94998C2.97045 3.84998 3.85045 2.96998 4.95045 2.96998C6.05045 2.96998 6.93045 3.84998 6.93045 4.94998C6.93045 6.04998 6.05045 6.92998 4.95045 6.92998ZM15.3993 18.7H18.6993V12.43C18.6993 10.34 16.9393 8.57997 14.8493 8.57997C13.8593 8.57997 12.6493 9.23997 12.0993 10.12V8.79997H8.79925V18.7H12.0993V12.87C12.0993 11.99 12.8693 11.22 13.7493 11.22C14.6293 11.22 15.3993 11.99 15.3993 12.87V18.7Z' fill='%230077B5'/%3E%3C/svg%3E%0A");
    width: 22px;
    height: 22px;
    padding: 0;
}
.a2a_kit .a2a_button_facebook {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.7856 2.48854e-08H1.21333C0.543152 0.000402859 -0.000134252 0.543958 2.48854e-08 1.2144V20.7867C0.000402859 21.4568 0.543958 22.0001 1.2144 22H11.1234V13.4922H8.26596V10.1621H11.1234V7.71141C11.1234 4.86943 12.8584 3.32256 15.3935 3.32256C16.6078 3.32256 17.6513 3.41306 17.9554 3.45348V6.42383H16.2073C14.828 6.42383 14.5609 7.07924 14.5609 8.0412V10.1621H17.8587L17.429 13.4922H14.5609V22H20.7856C21.4562 22.0001 21.9999 21.4567 22 20.7861V1.21333C21.9997 0.543152 21.456 -0.000134252 20.7856 2.48854e-08Z' fill='%233B5998'/%3E%3C/svg%3E%0A");
    width: 22px;
    height: 22px;
    padding: 0;
}
.a2a_kit .a2a_button_twitter {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.58665 0H20.4133C21.2897 0 22 0.710327 22 1.58665V20.4133C22 21.2897 21.2897 22 20.4133 22H1.58665C0.710327 22 0 21.2897 0 20.4133V1.58665C0 0.710327 0.710327 0 1.58665 0ZM16.0287 8.90298C16.0287 8.79371 16.0264 8.68494 16.0215 8.57668C16.5145 8.22034 16.943 7.77555 17.2809 7.26916C16.8285 7.47024 16.3418 7.60569 15.831 7.66678C16.3524 7.35409 16.7525 6.85961 16.9413 6.2703C16.4534 6.5595 15.9133 6.76964 15.3381 6.88311C14.8773 6.39232 14.2214 6.08533 13.4951 6.08533C12.1008 6.08533 10.97 7.21612 10.97 8.60991C10.97 8.80797 10.9923 9.00066 11.0356 9.18563C8.93722 9.08005 7.07647 8.07532 5.83139 6.54758C5.61453 6.92071 5.48948 7.35409 5.48948 7.81667C5.48948 8.69266 5.93512 9.46593 6.61305 9.91828C6.1988 9.90552 5.80974 9.79172 5.46951 9.60256C5.46917 9.61313 5.46917 9.62337 5.46917 9.63479C5.46917 10.8574 6.33946 11.8784 7.49475 12.1097C7.28259 12.1676 7.05935 12.1986 6.8289 12.1986C6.66659 12.1986 6.50831 12.1825 6.3544 12.153C6.67599 13.1562 7.60788 13.8862 8.71315 13.9067C7.8489 14.5839 6.76025 14.9874 5.57727 14.9874C5.37367 14.9874 5.17259 14.9758 4.97503 14.9525C6.09239 15.6687 7.41922 16.0866 8.84507 16.0866C13.4892 16.0865 16.0287 12.2393 16.0287 8.90298Z' fill='%2300ACEE'/%3E%3C/svg%3E%0A");
    width: 22px;
    height: 22px;
    padding: 0;
}
.a2a_kit .a2a_download {
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.1156 13.5443C13.782 12.2335 12.6157 10.3111 11.8653 8.30103C11.9489 8.12561 11.9489 7.95262 11.9489 7.77719C11.9489 7.77719 12.6994 3.23319 12.5321 1.65923C12.5321 1.51392 12.5066 1.44885 12.4837 1.39058C12.4652 1.34334 12.4484 1.30056 12.4484 1.22311L12.3648 1.04768L12.3439 1.0113C12.0953 0.578366 11.7633 0 11.1148 0H10.699C9.94852 0 9.36536 0.348414 9.19808 0.962403C8.78221 2.70935 9.19808 5.4187 10.1158 8.91502L9.86488 9.52658C9.37839 10.8396 8.71726 12.212 8.12431 13.4429C8.0065 13.6875 7.89137 13.9265 7.78085 14.1583L7.69721 14.3337C7.56853 14.5886 7.44477 14.8357 7.32466 15.0755C6.74432 16.2343 6.24928 17.2227 5.69682 18.0907L5.11366 18.4392C5.03002 18.4392 4.03098 19.0507 3.78006 19.2261C1.69603 20.537 0.281118 22.0232 0.0301979 23.1586C-0.0534422 23.507 0.0301979 23.9456 0.362435 24.2063L0.945592 24.4694L0.95242 24.4718C1.20102 24.5587 1.44739 24.6448 1.69603 24.6448C3.19691 24.6448 4.94638 22.7225 7.27901 18.3539C10.0298 17.3915 13.1129 16.6069 15.9451 16.2561C18.0291 17.4792 20.6103 18.3539 22.1948 18.3539C22.4457 18.3539 22.778 18.3539 22.9453 18.2662C23.2775 18.1785 23.5284 18.003 23.6957 17.7423C24.0279 17.3062 24.1116 16.5192 23.9466 15.82C23.9466 15.5616 23.7853 15.3901 23.6233 15.2179L23.6144 15.2084C23.1149 14.7723 22.1135 14.4214 20.4477 14.4214C19.365 14.4214 18.0314 14.5091 16.6142 14.6846L16.5054 14.6154C16.1004 14.3585 15.573 14.0239 15.1156 13.5443ZM1.61614 23.5947C1.86706 22.8077 2.94974 21.3239 4.53193 19.9254C4.61557 19.8377 4.86417 19.577 5.11509 19.4016C3.44925 22.1085 2.36658 23.2439 1.61614 23.5947ZM11.7833 3.32087C11.7833 2.09776 11.4488 0.874656 11.0329 0.874656C10.782 0.874656 10.782 2.70931 10.7843 2.6216C10.7843 3.584 10.9492 5.06781 11.2002 5.9425C11.5324 5.33095 11.7833 4.54397 11.7833 3.32087ZM8.19653 17.0406C8.52877 16.429 8.86333 15.7298 9.19557 15.0305C10.0296 13.2836 10.6128 11.9727 11.0287 10.9226C11.7791 12.4966 12.8618 13.8074 14.0281 14.8551C14.1363 14.9118 14.2095 15.0052 14.2923 15.1109C14.3376 15.1687 14.3857 15.2301 14.444 15.2912C12.1973 15.7298 10.1133 16.3413 8.19653 17.0406ZM22.6968 16.1683C21.8628 15.9052 21.5305 15.9052 20.6964 15.9052C20.2806 15.9052 19.6974 15.9052 19.1979 15.9953C20.6128 16.6946 21.7791 17.1307 22.6132 17.1307C22.8641 17.1307 23.28 17.043 23.4473 16.9553C23.5309 16.8676 23.5309 16.4314 22.6968 16.1683Z' fill='%23006FCF'/%3E%3C/svg%3E%0A");
    width: 25px;
    height: 25px;
    padding: 0;
}
.a2a_kit .a2a_print {
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='26' viewBox='0 0 25 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.125 0.75H15.875C16.77 0.75 17.508 1.48224 17.5596 2.39757L17.5625 2.5V4.25H22.625C23.52 4.25 24.258 4.98224 24.3096 5.89757L24.3125 6V18.25C24.3125 19.1781 23.6064 19.9435 22.7238 19.997L22.625 20H19.2L19.7827 23.1726C19.8768 23.6848 19.7457 24.2139 19.4251 24.6157C19.1292 24.9865 18.7003 25.2132 18.2405 25.2459L18.125 25.25H6.875C6.37214 25.25 5.8955 25.0174 5.5749 24.6157C5.27897 24.2448 5.14449 23.7655 5.19957 23.291L5.2173 23.1726L5.80002 20H2.375C1.48001 20 0.741956 19.2677 0.690379 18.3524L0.6875 18.25V6C0.6875 5.07186 1.39359 4.30647 2.27623 4.25299L2.375 4.25H7.4375V2.5C7.4375 1.57186 8.14359 0.806472 9.02623 0.752985L9.125 0.75ZM16.5179 14.75H8.48213L6.875 23.5H18.125L16.5179 14.75ZM2.375 6H22.625V18.25H18.8786L18.5571 16.5H19.25L19.3488 16.497C20.2314 16.4435 20.9375 15.6781 20.9375 14.75V11.25L20.9346 11.1476C20.883 10.2322 20.145 9.5 19.25 9.5H5.75L5.65123 9.50299C4.76859 9.55647 4.0625 10.3219 4.0625 11.25V14.7773L4.06533 14.8782C4.11611 15.7792 4.84265 16.5 5.72363 16.5H6.44286L6.12144 18.25H2.375V6ZM19.25 11.25H5.75V14.75H6.76428L6.82443 14.4226C6.96973 13.6315 7.61488 13.0502 8.38148 13.0031L8.48213 13H16.5179C17.2943 13 17.9658 13.5484 18.1538 14.3206L18.1756 14.4226L18.2357 14.75H19.25V11.25ZM9.125 2.5H15.875V4.25H9.125V2.5Z' fill='%23006FCF'/%3E%3C/svg%3E%0A");
    width: 25px;
    height: 26px;
    padding: 0;
}
.a2a_kit .a2a_button_email {
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='20' viewBox='0 0 26 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.5045 0.25C24.3699 0.25 25.0714 0.977537 25.0714 1.875V18.125C25.0714 19.0225 24.3699 19.75 23.5045 19.75H1.56696C0.701554 19.75 0 19.0225 0 18.125V1.875C0 0.977537 0.701554 0.25 1.56696 0.25H23.5045ZM23.5045 2.94829L13.0698 13.0322C12.789 13.3035 12.3639 13.3216 12.0639 13.0865L12.0016 13.0322L1.56696 2.94883V18.1252H23.5045V2.94829ZM2.75399 1.875H22.316L12.5355 11.3269L2.75399 1.875Z' fill='%23006FCF'/%3E%3C/svg%3E%0A");
    width: 26px;
    height: 20px;
    padding: 0;
}
.a2a_kit .a2a_button_linkedin .a2a_svg,
.a2a_kit .a2a_button_twitter .a2a_svg,
.a2a_kit .a2a_button_email .a2a_svg,
.a2a_kit .a2a_button_facebook .a2a_svg {
    display: none;
}
@media only screen and (max-width: 1024px) {
    .module_prDetails .module-page-title {
        margin-bottom: 35px !important;
    }
    .module_prDetails .a2a_kit {
        justify-content: flex-start;
    }
}

/*---------- Pager ----------*/
.pager {
    margin: 15px 0;
}
.pager_list-item {
    display: inline-block;
    vertical-align: top;
    margin: 5px 0;
}
.pager_list-item:not(:last-child) button {
    margin-right: 5px;
}
.pager_dots {
    margin-right: 5px;
    appearance: none;
    border: 1px solid #006fcf;
    color: #006fcf;
    background-color: #f6f6f6;
    border-radius: 3px;
    width: 35px;
    height: 35px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 35px;
    text-align: center;
    cursor: default;
}
.pager_button {
    appearance: none;
    border: 1px solid #006fcf;
    color: #006fcf;
    background-color: #f6f6f6;
    border-radius: 3px;
    width: 35px;
    height: 35px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s;
    cursor: pointer;
}
.pager_button:not(.js--disabled):hover {
    color: #fff;
    background-color: #006fcf;
}
.pager_button:not(.js--disabled):focus {
    color: #fff;
    background-color: #006fcf;
    outline-color: #006fcf;
}
.pager_button.js--active {
    color: #fff;
    background-color: #006fcf;
}
.pager_button.js--disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}
.pager_button [class^="q4-icon_"],
.pager_button [class*=" q4-icon_"] {
    color: inherit;
    font-size: 1rem;
    pointer-events: none;
}

/*------ Person List Module ------*/
.module-person .module-person_description,
.module-person .module-person_res-photo-container,
.module-person .module_comma {
    display: none;
}
.module-person .module_item {
    position: relative;
    padding: 0 0 20px 20px;
    border: none;
}
.module-person .module_item:hover .module-person_name-container {
    opacity: 1;
    visibility: visible;
}
.module-person .module-person_photo-container {
    border-radius: 100%;
    overflow: hidden;
}
.module-person .module-person_photo-container img {
    width: 100%;
    vertical-align: top;
}
.module-person .module-person_name-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    cursor: pointer;
}
.module-person .module-person_name-container h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin: 0;
    transform: translate(-50%, -50%);
    color: #fff;
}
.module-person .module-person_name-container a {
    color: #fff;
}
.module-person .module-person_name {
    display: block;
    font-size: 1.8rem;
    text-transform: uppercase;
}
.module-person .module-person_suffix,
.module-person_title {
    font-size: 1.3rem;
}
.fancybox-container .module-person .module_item {
    max-width: 1320px;
    padding: 70px;
}
.fancybox-container .module-person_photo-container,
.fancybox-container .module-person_name-container {
    display: inline-block;
    vertical-align: middle;
}
.fancybox-container .module-person_name-container {
    position: static;
    background: transparent;
    text-align: left;
    opacity: 1;
    visibility: visible;
    cursor: initial;
}
.fancybox-container .module-person_name-container h3 {
    position: static;
    transform: none;
}
.fancybox-container .module-person_name-container a {
    color: #333333;
}
.fancybox-container .module-person_photo-container {
    max-width: 30%;
    margin-right: 40px;
}
@media only screen and (max-width: 768px) {
    .fancybox-container .module-person_photo-container {
        margin-right: 15px;
        margin-bottom: 35px;
    }
}
@media only screen and (max-width: 480px) {
    .fancybox-container .module-person_photo-container {
        margin-right: 0;
        max-width: none;
    }
}
.fancybox-container .module-person_name {
    display: block;
    margin-bottom: 10px;
    font-size: 3.6rem;
    line-height: 1.45;
    color: #006fcf;
}
@media only screen and (max-width: 480px) {
    .fancybox-container .module-person_name {
        font-size: 2.4rem;
        line-height: 1.2;
    }
}
.fancybox-container .module-person_title {
    font-size: 2.4rem;
    color: #006fcf;
}
@media only screen and (max-width: 480px) {
    .fancybox-container .module-person_title {
        font-size: 1.8rem;
        line-height: 1.125;
    }
}
.fancybox-container .module-person_description-container {
    margin-top: 40px;
}
.fancybox-container .module-person_description {
    display: block;
}

.module-person-accordion .module-person_name-container {
    padding: 20px 15px;
    margin-bottom: 10px;
    background-color: #006fcf;
    color: #fff;
    cursor: pointer;
}
.module-person-accordion .module-person_name-container h3 {
    font-size: 1.8rem;
    font-weight: bold;
    color: inherit;
    margin: 0;
}
.module-person-accordion .module-person_name-container h3:before {
    float: right;
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ed5d";
}
.module-person-accordion .module_item {
    padding: 0;
    border: 0 none;
}
.module-person-accordion .module_item.js--active h3:before {
    content: "\ed5e";
}
.module-person-accordion .module-person_name {
    margin-right: 10px;
}
.module-person-accordion .module-person_title {
    font-size: 1.4rem;
}
.module-person-accordion .module_comma {
    display: none;
}
.module-person-accordion .module-person_description-container {
    padding: 15px;
}
.module-person-accordion .module-person_photo-container {
    float: left;
    margin: 0 25px 15px 0;
}
@media only screen and (max-width: 768px) {
    .module-person-accordion .module-person_photo-container {
        float: none;
        margin: 0 auto 15px auto;
        text-align: center;
    }
}
.module-person-accordion .module-person_photo-container img {
    display: block;
    margin: auto;
}
.module-person-accordion .module-person_description > *:first-child {
    margin-top: 0;
}
.module-person-accordion .module-person_res-photo-container > span {
    margin-right: 10px;
}
@media only screen and (max-width: 768px) {
    .module-person-accordion .module-person_res-photo-container > span {
        display: block;
        margin: 0 0 10px 0;
    }
}
.module-person-details .module_title {
    display: none;
}
.module-person-details .module_comma {
    display: none;
}
.module-person-details_photo-container,
.module-person-details_name-container {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.module-person-details_photo-container {
    max-width: 30%;
    margin-right: 40px;
}
@media only screen and (max-width: 768px) {
    .module-person-details_photo-container {
        margin-right: 15px;
        margin-bottom: 35px;
    }
}
@media only screen and (max-width: 480px) {
    .module-person-details_photo-container {
        margin-right: 0;
        max-width: none;
    }
}
.module-person-details_name {
    display: block;
    margin-bottom: 10px;
    font-size: 3.6rem;
    color: #006fcf;
}
.module-person-details_title {
    display: block;
    font-size: 2.4rem;
}
.module-person-details_description-container {
    margin-top: 40px;
}

.module-presentation .module_body {
    display: none;
}

/*------ Q4 Preview Toolbar ------*/
body.PreviewBody {
    margin: 0;
    background-position: 0;
}
body.PreviewBody .PreviewToolBar {
    position: fixed;
    top: 100%;
    bottom: auto;
    width: 100%;
    margin: 0;
    padding: 35px 20px;
    border: 0;
    background: #222;
    font-size: 0;
    text-align: left;
    color: #fff;
    z-index: 100;
}
body.PreviewBody .PreviewToolBar.js--open {
    top: auto;
    bottom: 0;
}
body.PreviewBody .PreviewToolBar .PreviewTrigger {
    position: absolute;
    top: 0;
    left: 10px;
    padding: 20px;
    background: #222;
    transform: translate(0, -100%);
    font-size: 2.4rem;
    cursor: pointer;
}
body.PreviewBody .PreviewToolBar .PreviewTrigger.js--active i:before {
    content: "\ed6d";
}
body.PreviewBody .PreviewToolBar .PreviewFloatLeft,
body.PreviewBody .PreviewToolBar .PreviewDateControls {
    display: inline-block;
    vertical-align: middle;
}
body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before,
body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
    font-size: 1.6rem;
    margin-right: 15px;
    line-height: 50px;
}
body.PreviewBody .PreviewToolBar .PreviewFloatLeft {
    float: none;
}
body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before {
    content: "Select Preview Type:";
}
body.PreviewBody .PreviewToolBar .PreviewDateControls {
    float: right;
}
body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
    content: "Select Preview Date:";
}
body.PreviewBody .PreviewToolBar img {
    display: none;
}
body.PreviewBody .PreviewToolBar input[type="radio"],
body.PreviewBody .PreviewToolBar label,
body.PreviewBody .PreviewToolBar input[type="text"],
body.PreviewBody .PreviewToolBar select,
body.PreviewBody .PreviewToolBar input[type="submit"] {
    display: inline-block;
    margin-right: 5px;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 300;
    font-size: 1.4rem;
    text-transform: uppercase;
    vertical-align: baseline;
}
body.PreviewBody .PreviewToolBar input[type="text"],
body.PreviewBody .PreviewToolBar select,
body.PreviewBody .PreviewToolBar input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px 20px;
    border: 0;
    border-radius: 0;
}
body.PreviewBody .PreviewToolBar label + input[type="radio"] {
    margin-left: 15px;
}
body.PreviewBody .PreviewToolBar input[type="text"] {
    min-width: 110px;
}
body.PreviewBody .PreviewToolBar select {
    padding: 15px 35px 15px 20px;
    background: #fff
        url("https://amex2021news.q4web.com/files/design/svg/q4-icon_chevron-down-black.svg")
        no-repeat right 10px center;
    background-size: 14px 14px;
}
body.PreviewBody .PreviewToolBar select::-ms-expand {
    display: none;
}
body.PreviewBody .PreviewToolBar input[type="submit"] {
    background: #006fcf;
    color: #fff !important;
}
@media only screen and (max-width: 1024px) {
    body.PreviewBody .PreviewToolBar .PreviewFloatLeft,
    body.PreviewBody .PreviewToolBar .PreviewDateControls {
        display: block;
        float: none;
        margin-bottom: 15px;
    }
    body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before,
    body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
        display: block;
    }
}
@media only screen and (max-width: 768px) {
    body.PreviewBody .PreviewToolBar input[type="radio"],
    body.PreviewBody .PreviewToolBar label,
    body.PreviewBody .PreviewToolBar input[type="text"],
    body.PreviewBody .PreviewToolBar select,
    body.PreviewBody .PreviewToolBar input[type="submit"] {
        margin-bottom: 5px;
    }
}

/*-------- Search Modules --------*/
.module-search {
    position: relative;
    text-align: right;
}
.module-search_input[type="text"] {
    display: inline-block;
    width: 90%;
    padding: 7px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #fff;
    font-size: 1.4rem;
    margin: 0;
}
.module-search_button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    padding: 0;
    border: 0;
    background: transparent
        url("https://amex2021news.q4web.com/files/design/svg/q4-icon_buttons.svg");
    background-size: 300%;
    font-size: 0;
    cursor: pointer;
    outline-color: #fff !important;
}
.module-search-results {
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
}
.module-search-results .form_fields-right input {
    width: 100%;
    border-color: #006fcf;
    color: #979797;
}
.module-search-results .form_field {
    margin-bottom: 25px;
}
.module-search-results .form_field--date {
    position: relative;
}
.module-search-results .form_field--date:after {
    content: "\ea5f";
    position: absolute;
    top: 40px;
    right: 15px;
    font-family: "q4-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #006fcf;
    clear: both;
    display: table;
    font-size: 20px;
}
.module-search-results .form_field--search {
    margin-bottom: 35px;
}
.module-search-results .form_label {
    color: #545b62;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    margin-bottom: 7px;
}
.module-search-results .form_select {
    color: #006fcf;
    font-size: 14px;
    width: 100%;
    min-width: auto;
    border-color: #006fcf;
    display: block !important;
}
.module-search-results .form_select + .sbHolder {
    display: none;
}
.module-search-results .form_input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    border: 2px solid #006fcf;
    border-radius: 0;
    box-shadow: none;
    padding: 15px;
    color: #979797;
    display: block;
}
.module-search-results_link {
    text-transform: uppercase;
    color: #105ca3;
    font-size: 14px;
    text-shadow: 0 1px 0 #ffffff;
    font-weight: 500;
    margin-bottom: 20px;
    display: inline-block;
}
.module-search-results_item {
    box-shadow: inset 0 1px 0 0 rgba(204, 201, 196, 0.3),
        inset 0 -1px 0 0 rgba(204, 201, 196, 0.3);
    padding: 30px 0;
}
.module-search-results_url,
.module-search-results_result a {
    word-wrap: break-word;
}
.module-search-results_url {
    display: none;
}
.module-search-results_result:after {
    content: "";
    display: table;
    clear: both;
}
.module-search-results_description {
    color: #545b62;
    font-size: 14px;
    text-shadow: 0 1px 0 #ffffff;
    line-height: 1.5;
    font-weight: 400;
}
.module-search-results_summary {
    color: #545b62;
    font-size: 20px;
    line-height: 21px;
    text-shadow: 1px 1px #ffffff;
    font-weight: 400;
    margin: 0 0 30px;
}
.module-search-results_summary span {
    color: #105ca3;
}
.module-search-results_pager {
    float: right;
}
.module-search-results .pager_text {
    display: none;
}
@media only screen and (max-width: 768px) {
    .module-search-results .form-fields-right .grid_col {
        padding-left: 0;
    }
    .module-search-results .form-fields--pages {
        margin-top: 25px;
        display: block;
        width: 100%;
    }
    .module-search-results .form-fields--search {
        width: 100%;
    }
}
@media only screen and (max-width: 500px) {
    .module-search-results .form_field.form_field--date {
        overflow: auto;
    }
}

/*-------- SEC Module CSS --------*/
.module-sec .module_options-select {
    margin-right: 0;
}
.module-sec .module_header {
    display: block;
    background-color: #006fcf;
}
.module-sec .module_header-text {
    padding: 15px 8px;
    color: #fff;
}
.module-sec .module_item {
    padding: 0;
}
.module-sec .module_item ~ .module_item {
    border: 0;
}
.module-sec .module_item:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.module-sec .module_item .grid_col {
    vertical-align: middle;
    padding: 10px 8px;
}
.module-sec .module_item .module-sec_filing {
    font-weight: bold;
}
@media only screen and (max-width: 768px) {
    .module-sec .module_options .grid_col:not(:first-child) {
        margin-top: 20px;
    }
    .module-sec .module_header {
        display: none;
    }
    .module-sec .module_header + .module_item {
        border-top: 2px solid #006fcf;
    }
    .module-sec .module_item {
        padding: 15px 0;
    }
    .module-sec .module_item:first-child {
        border-top: 2px solid #006fcf;
    }
    .module-sec .module_item:last-child {
        border-bottom: 2px solid #006fcf;
    }
    .module-sec .module_item .grid_col {
        padding: 0 5px;
    }
    .module-sec .module_item + .module_footer {
        border-bottom: 2px solid #006fcf;
    }
}
.module-sec_download-list-item {
    display: inline-block;
}
.module-sec_download-list .module_link {
    margin: 0;
}
.module-sec_download-list .q4icons_icon:before {
    font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
    .module-sec_date,
    .module-sec_filer,
    .module-sec_filing,
    .module-sec_description {
        margin-bottom: 15px;
    }
}
.module-sec-details_date,
.module-sec-details_description {
    margin-bottom: 15px;
}
.module-sec-details_download-list-item {
    display: inline-block;
}
.module-sec-details_download-list .module_link {
    margin: 0;
}
.module-sec-details_download-list .q4icons_icon:before {
    font-size: 2.4rem;
}

/*---- Accessibility Skip Link ---*/
.module-skip_link {
    position: absolute;
    top: -100px;
    left: 50%;
    padding: 15px 20px;
    background: transparent;
    color: white;
    transform: translate(-50%, 0);
    transition: 0.5s ease-in-out;
    z-index: 100;
}
.module-skip_link:focus,
.module-skip_link:active,
.module-skip_link:hover {
    top: 0;
    background: #006fcf;
    outline: 0;
}
.module-skip_link:visited {
    color: #fff;
}

.module-slider .module_container--outer {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.module-slider .module_container--inner {
    display: table-cell;
    vertical-align: middle;
    height: 390px;
}
.module-slider .slick-slider {
    padding: 0 40px;
}
.module-slider .slick-slider .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}
.module-slider .slick-arrow:before {
    font-size: 30px;
}
.module-slider .module_add-to-calendar-reveal {
    color: #fff;
}
.module-slider .module-slider_title h1 {
    margin: 0;
}
.module-slider .module_loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.module-slider_description {
    font-size: 2.4rem;
    line-height: 1;
    margin-top: 10px;
}
.module-slider_description .module_date-time {
    font-size: inherit;
}
.module-slider_description p {
    margin: 10px 0;
}
.module-slider_description p:first-child {
    margin-top: 0;
    margin-bottom: 10px;
}
.module-slider_description .module_links {
    margin-top: 10px;
    margin-bottom: 0;
}
.module-slider .slick-dots {
    display: inline;
}
.module-slider .slick_autoplay-ctrl button {
    background: none;
    border: none;
    padding: 0;
    color: white;
    margin-right: 10px;
    vertical-align: middle;
}
.module-slider .slick_autoplay-ctrl button:before {
    font-family: "q4-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.module-slider .slick_autoplay-ctrl--play:before {
    content: "\ed85";
}
.module-slider .slick_autoplay-ctrl--pause:before {
    content: "\ed86";
}

/*------ Stock Chart Widget ------*/
.module-stock-chart [data-highcharts-chart].js--hidden {
    display: block !important;
    max-height: 0;
    overflow: hidden;
}
.module-stock-chart .highcharts-legend > rect {
    fill: none;
}
.module-stock-chart .highcharts-legend-item text[style*="#CCC"] {
    fill: #767676 !important;
    color: #767676 !important;
}
.module-stock-chart .highcharts-legend-item rect[fill="#CCC"] {
    fill: #767676 !important;
}
.module-stock-chart .highcharts-legend-item:first-child path {
    stroke: #006fcf;
}
.module-stock-chart .highcharts-legend-item:first-child text {
    cursor: default !important;
    color: #006fcf !important;
    fill: #006fcf !important;
}
.module-stock-chart .highcharts-series-0 {
    stroke: #006fcf;
}
.module-stock-chart .highcharts-series-0 path:first-child {
    stroke: #006fcf;
}
.module-stock-chart .highcharts-series-group .highcharts-series-2 path {
    stroke: #006fcf;
    stroke-width: 2px;
}
.module-stock-chart .highcharts-navigator-handle {
    stroke: rgba(0, 0, 0, 0.05);
    fill: #f2f2f2;
    cursor: ew-resize;
}
.module-stock-chart .highcharts-navigator-handle-right rect,
.module-stock-chart .highcharts-navigator-handle-left rect {
    stroke-width: 0;
    fill: #006fcf;
}
.module-stock-chart .highcharts-navigator-handle-right path,
.module-stock-chart .highcharts-navigator-handle-left path {
    stroke: #fff;
}
.module-stock-chart .highcharts-highcharts-scrollbar g:first-of-type rect {
    fill: #006fcf;
    stroke: #006fcf;
}
.module-stock-chart .highcharts-range-selector {
    box-sizing: content-box;
}
.module-stock-chart .highcharts-range-input rect {
    stroke: #cccccc;
    fill: #f2f2f2;
}
.module-stock-chart .highcharts-button rect,
.module-stock-chart .highcharts-input-group rect {
    stroke-width: 0;
    fill: rgba(0, 0, 0, 0.05);
}
.module-stock-chart .highcharts-button text,
.module-stock-chart .highcharts-input-group text {
    fill: #333333;
}
.module-stock-chart .highcharts-container > svg > .highcharts-button {
    display: none;
}
.module-stock-chart .highcharts-table-caption {
    display: none;
}
.module-stock-chart .highcharts-data-table tbody tr > th {
    color: inherit;
    text-align: left;
}
@media screen and (max-width: 768px) {
    .module-stock-chart_accessible-datepickers {
        display: none;
    }
}
.module-stock-datatable_accessible-datepicker--from > span {
    margin-left: 0 !important;
}
@media screen and (max-width: 400px) {
    .module-stock-datatable_accessible-datepicker {
        display: block;
    }
    .module-stock-datatable_accessible-datepicker > span {
        margin-left: 0 !important;
    }
    .module-stock-datatable_accessible-datepicker--from {
        padding-top: 10px;
        margin-bottom: 10px;
    }
}

/*------ Stock Header Module -----*/
.module-stock-header {
    line-height: 1;
    text-align: right;
}
@media only screen and (max-width: 1024px) {
    .module-stock-header {
        text-align: center;
    }
}
.module-stock-header .module_container--outer {
    display: inline-block;
    padding: 40px 55px;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
}
.module-stock-header_description1 {
    display: block;
    font-weight: bold;
    margin-bottom: 16px;
}
.module-stock-header_stock-price {
    display: block;
    margin-bottom: 8px;
    font-size: 4.5rem;
    color: #fff;
}
.module-stock-header_stock-price:before {
    content: "$";
}
.module-stock-header_change,
.module-stock-header_percent-change {
    display: inline-block;
    margin-bottom: 24px;
    font-size: 2rem;
}
.module-stock-header_percent-change:before {
    content: "(";
}
.module-stock-header_percent-change .module-stock-header_indicator {
    display: none;
}
.module-stock-header_percent-change:after {
    content: ")";
}
.module-stock-header_volume {
    display: block;
    margin-bottom: 32px;
}
.module-stock-header_volume:before {
    content: "Volume ";
    font-weight: bold;
}
.module-stock-header_description3,
.module-stock-header_date {
    display: block;
    font-size: 1.2rem;
}
.module-stock-header_volume-text {
    display: none;
}

/*------ Stock Quote Module ------*/
.module-stock .module_options {
    margin-bottom: 30px;
}
.module-stock .module_container--content {
    border-top: 1px solid rgba(34, 34, 34, 0.2);
}
@media only screen and (max-width: 768px) {
    .module-stock.module-stock-historical .module-stock_empty {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .module-stock-historical .module_options-label,
    .module-stock-historical .module_options-select,
    .module-stock-historical .module_options-submit {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}
.module-stock .stock-historical-range .module_options > *:not(:last-of-type) {
    margin-bottom: 20px;
}
.module-stock_lookup-title {
    padding-left: 20px;
}
@media only screen and (max-width: 768px) {
    .module-stock_lookup-title {
        padding-left: 10px;
    }
}
@media only screen and (max-width: 480px) {
    .module-stock_lookup-title {
        padding-left: 5px;
    }
}
.module-stock_label,
.module-stock_value {
    border-bottom: 1px solid rgba(34, 34, 34, 0.2);
}
.module-stock_label > span,
.module-stock_value > span {
    display: block;
    padding: 10px 20px;
}
@media only screen and (max-width: 768px) {
    .module-stock_label > span,
    .module-stock_value > span {
        padding: 10px;
    }
}
@media only screen and (max-width: 480px) {
    .module-stock_label > span,
    .module-stock_value > span {
        padding: 10px 0 10px 5px;
    }
}
.module-stock_up {
    color: #23a217;
}
.module-stock_down {
    color: #b72121;
}
.module-stock_label {
    font-weight: normal;
}
.module-stock_date {
    margin-top: 25px;
    font-size: 1.4rem;
    font-style: italic;
}
.module-stock_date-text {
    margin-left: 20px;
}
.module-stock_delay {
    margin-top: 25px;
    font-size: 1.4rem;
    font-style: italic;
    text-align: right;
}
.module-stock_delay-text {
    margin-right: 20px;
}

/*- MailingList Subscribe Module -*/
.module-subscribe_table {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.module-subscribe_table tbody {
    width: 100%;
    display: block;
}
.module-subscribe_form {
    // font-size: 0;
}
.module-subscribe_form tr {
    display: inline-block;
    width: 50%;
    margin-bottom: 20px;
    vertical-align: top;
}
.module-subscribe_form tr:nth-child(even) {
    padding-left: 10px;
}
.module-subscribe_form tr:nth-child(odd) {
    padding-right: 10px;
}
.module-subscribe_form tr.module-subscribe_notes-text {
    margin: 0;
}
.module-subscribe_form tr.module-subscribe_notes-text,
.module-subscribe_form tr.module-subscribe_notes-input {
    display: block;
    width: 100%;
    padding: 0;
}
@media only screen and (max-width: 768px) {
    .module-subscribe_form tr {
        width: 100%;
    }
    .module-subscribe_form tr:nth-child(even) {
        padding-left: 0;
    }
    .module-subscribe_form tr:nth-child(odd) {
        padding-right: 0;
    }
}
.module-subscribe_form td {
    display: block;
}
.module-subscribe_form label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
}
.module-subscribe_mailing-list tr.module-subscribe_list-header td {
    padding-bottom: 15px;
}
.module-subscribe_mailing-list tr table td {
    padding-bottom: 5px;
}
.module-subscribe_mailing-list tr table tr:last-child td {
    padding-bottom: 0;
}
.module-subscribe .module_required {
    font-size: 1.4rem;
}

/* MailingList Unsubscribe Module */
.module-unsubscribe_table {
    width: 50%;
}
@media only screen and (max-width: 768px) {
    .module-unsubscribe_table {
        width: 100%;
    }
}
.module-unsubscribe_table td {
    padding-right: 10px;
}
@media only screen and (max-width: 768px) {
    .module-unsubscribe_table td {
        padding-right: 0;
    }
}
.module-unsubscribe_table label {
    display: inline-block;
    margin-bottom: 5px;
}
.module-unsubscribe_table .module_input[type="text"],
.module-unsubscribe_table .module_input[type="email"] {
    background-color: #fff;
}

/*==================================
----------- LAYOUT CSS -----------
==================================*/
/*------- iframe layout CSS ------*/
.layout--iframe .pane--content .module {
    padding: 35px 0;
}
.layout--iframe .pane--content .module_container--outer {
    max-width: none;
}

/*==================================
------------ BLANK CSS -----------
==================================*/
/*-------- Layout Specific -------*/
@media only screen and (max-width: 1024px) {
    .layout.js--mobile {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
    }
}

/*--------- Pane Specific --------*/
.pane--header {
    position: relative;
    background-color: #fff;
    z-index: 100;
    border-bottom: 0.0625rem solid #ecedee;
}
.pane--header .pane_inner {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.pane--header .module-logo img {
    margin-bottom: -10px;
}
.pane--header .module,
.pane--header .nav {
    vertical-align: baseline;
}
.pane--header .layout_toggle {
    display: none;
    text-align: right;
}
.pane--header .layout_toggle-button {
    font-size: 3.6rem;
    background: transparent;
    padding: 0;
    border: 0 none;
}
.pane--header .layout_toggle [class^="q4-icon_"]:focus {
    outline: none;
}
.js--mobile .pane--header .layout_toggle [class^="q4-icon_"]:before {
    content: "\ed6d";
}

@media only screen and (max-width: 1024px) {
    .pane--header .pane_inner {
        /* height: 100px; */
        /* padding-top: 20px; */
    }
    .pane--header .module {
        vertical-align: middle;
    }
    .pane--header .module-logo img {
        margin-bottom: 0;
    }
    .pane--header .layout_toggle {
        display: inline-block;
    }
    .pane--header .nav,
    .pane--header .module-search {
        display: none;
    }
}
.pane--banner {
    background-color: #f7f8f9;
}
.PageNewsroom .pane--banner {
    background-color: #006fcf;
    color: white;
}
.PageNewsroom .pane--banner h1 {
    color: inherit;
}

.pane--banner .pane_inner {
    position: relative;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 25px;
}
.layout--home .pane--banner .pane_inner {
    padding: 0;
    max-width: none;
}
.pane--banner h1 {
    margin: 0;
}
.pane--breadcrumb {
    background: #006fcf;
}
.pane--breadcrumb .pane_inner {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
    .pane--breadcrumb .pane_inner {
        max-width: none;
    }
}
.pane--content .module {
    padding-top: 70px;
    padding-bottom: 70px;
}
.pane--content .module_container--outer {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.pane--content .module--thin {
    padding-top: 35px;
    padding-bottom: 35px;
}
.pane--content .module--thin-top {
    padding-top: 35px;
}
.pane--content .module--thin-bottom {
    padding-bottom: 35px;
}
.pane--content .module--thick {
    padding-top: 105px;
    padding-bottom: 105px;
}
.pane--content .module--thick-top {
    padding-top: 105px;
}
.pane--content .module--thick-bottom {
    padding-bottom: 105px;
}
.pane--content .module--no-padding {
    padding-top: 0;
    padding-bottom: 0;
}
.pane--content .module--no-padding-top {
    padding-top: 0;
}
.pane--content .module--no-padding-bottom {
    padding-bottom: 0;
}
.pane--content .module-sitemap {
    padding-bottom: 35px;
}
.pane--footer {
    padding-top: 60px;
    font-size: 1.4rem;
}
.pane--footer .pane_inner {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.pane--footer .module_title {
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: normal;
    text-transform: uppercase;
}
.pane--footer .module_error-container {
    margin-bottom: 20px;
}
.pane--footer .module_error-container li {
    margin-bottom: 16px;
}
.pane--footer .module_introduction {
    display: none;
}
.pane--footer .module-links {
    text-transform: uppercase;
}
.pane--footer .module-links li {
    line-height: 1.4;
}
.pane--footer .module-subscribe_email label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
}
.pane--footer .module-subscribe_list-header,
.pane--footer .module-subscribe_email .module_required,
.pane--footer .module-subscribe_mailing-list,
.pane--footer .module-subscribe .CaptchaContainer,
.pane--footer .module-subscribe .module_actions {
    display: none;
}
.pane--footer .module-subscribe_form tbody {
    display: block;
}
.pane--footer .module-subscribe_form tr {
    width: 100%;
    margin: 0;
}
.pane--footer .module-subscribe_mailing-list {
    margin: 20px 0 10px;
}
.pane--footer .module-subscribe_list > td {
    padding: 0;
}
.pane--footer .module-subscribe p {
    padding-right: 35px;
}
.pane--footer .module-subscribe input[type="checkbox"] + label:before {
    border-color: #fff;
}
.pane--footer .module-subscribe_mailing-list.js--revealed,
.pane--footer .module-subscribe .module_actions.js--revealed {
    display: block;
}
.pane--footer .module_input[type="text"],
.pane--footer .module_input[type="email"] {
    max-width: 300px;
}
.pane--footer .module:not(.module-embed) {
    padding-bottom: 60px;
}
.pane--footer2 .module-cta {
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
    margin-left: 10px;
    background-color: #006fcf;
    margin-bottom: 23px;
}
.pane--footer2 .module-cta .button--meeting {
    display: block;
    font-size: 1.3rem;
    color: #fff;
    font-weight: 500;
    padding: 23px 35px;
    height: auto;
    border: none;
    text-align: center;
    margin: auto;
}
.module-q4-credits {
    margin-top: -10px;
    padding-bottom: 30px;
    text-align: center;
}
.pane--credits .pane_inner {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.pane--credits .button {
    color: #fff;
    border: none;
    background-color: #006fcf;
}

/*--------- Page Specific --------*/
.page--no-alternating .pane--content {
    padding: 35px 0;
}
.page--no-alternating .module {
    padding-top: 35px;
    padding-bottom: 35px;
}

/*-------- Module Specific -------*/
.layout:not(.layout--home) .module-page-title {
    margin-bottom: 35px;
}
.module-page-title strong {
    font-weight: 500;
}
.layout--home .banner-links {
    padding-top: 11px;
    padding-bottom: 11px;
}
.banner-links ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    justify-content: flex-end;
}
.PageNewsroom .banner-links a {
    color: white;
    outline-color: white;
}
.PageNewsroomEmailAlerts .banner-links {
    display: none;
}
@media (max-width: 1024px) {
    .banner-links ul {
        justify-content: flex-start;
    }
}

/* NEWS TILES */
.news-tiles .module_container--widget {
    display: flex;
    flex-wrap: wrap;
    padding-left: 50%;
    position: relative;
    margin-top: -25px;
}
.news-tiles .block-item {
    width: 50%;
    margin-top: 25px;
    padding-left: 25px;
    position: relative;
}
.news-tiles .block-item a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.news-tiles .block-item:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    color: white;
    padding: 50px 40px;
    flex-direction: column;
    justify-content: flex-end;
    background-position: center center;
    background-size: cover;
}
.news-tiles .block-item:not(:first-child) .block-item-cta {
    display: none;
}
.news-tiles .block-item-image {
    margin-bottom: 25px;
    position: relative;
}
.news-tiles .block-item-image:before {
    content: '';
    display: block;
    /*padding-top: 46.6%;*/
    padding-top: 54.6%;
}
.news-tiles .block-item-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.news-tiles .block-item-date {
    margin-bottom: 10px;
    color: #53565a;
    text-transform: uppercase;
}
.news-tiles .block-item-title {
    margin: 0;
}
.news-tiles .block-item-title a {
    color: inherit;
    text-decoration: none;
}
.news-tiles .block-item:first-child .block-item-date {
    color: white;
}
.news-tiles .block-item-cta {
    margin-top: 40px;
}
.news-tiles .button--dark:focus {
    outline-color: rgba(255, 255, 255, 0.3);
}
.news-tiles_cta {
    margin-top: 30px;
}
@media (max-width: 1024px) {
    .news-tiles .module_container--widget {
        padding-left: 0;
        margin-left: -25px;
    }
    .news-tiles .block-item:first-child {
        position: static;
        width: 100%;
        height: 560px;
        margin-left: 25px;
    }
}
@media (max-width: 480px) {
    .news-tiles .block-item {
        width: 100%;
    }
}

.featured-stories .module_container--widget {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    margin-bottom: 70px;
}
.featured-stories .slick-arrow {
    width: 68px;
    height: 68px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    z-index: 1;
}
.featured-stories .slick-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -70px;
}
.featured-stories_item {
    position: relative;
    z-index: 1;
    width: auto !important;
    display: block !important;
    flex: 1;
    margin: 0 15px;
}
.featured-stories .slick-slide.slick-current .featured-stories_item {
    margin: 0 -5px;
}
.featured-stories_item-inner {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    color: white;
    justify-content: flex-end;
    padding: 40px 60px;
}
.featured-stories_image {
    position: relative;
    width: 100%;
}
.featured-stories_image:before {
    content: '';
    display: block;
    padding-top: 50%;
}
@media (max-width: 768px) {
    .featured-stories_image:before {
        padding-top: 75%;
    }
}
.featured-stories_image:after {
    content: '';
    background-image: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0) 50%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.featured-stories_image img,
.featured-stories_image iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.featured-stories_date {
    margin-bottom: 10px;
}
.featured-stories_title {
    margin: 0;
}
.featured-stories_title a {
    color: white;
    text-decoration: none;
    outline-color: white !important;
}
.featured-stories_cta {
    padding-top: 30px;
}
@media (max-width: 1024px) {
    .featured-stories .slick-list {
        padding: 0 12.5% !important
    }
    .featured-stories_item-inner {
        padding: 35px;
    }
    .featured-stories_title {
        font-size: 20px;
        line-height: 28px;
    }
}
@media (max-width: 768px) {
    .featured-stories .slick-list {
        padding: 0 !important
    }
    .featured-stories .slick-arrow {
        width: 34px;
        height: 34px;
    }
    .featured-stories_item,
    .featured-stories .slick-slide.slick-current .featured-stories_item {
        margin: 0;
    }
}
@media (min-width: 1320px) {
    .featured-stories .module_container--widget {
        margin-left: calc(-100vw / 2 + 1320px / 2 - 20px);
        margin-right: calc(-100vw / 2 + 1320px / 2 - 20px);
    }
}

.module-overview p {
    margin-bottom: 40px;
}
.module-overview_hidden {
    display: none;
}
.module-overview_hidden.js--revealed {
    display: block;
}
.module-overview_button:before {
    content: "Read More";
}
.module-overview_button.js--active:before {
    content: "Show Less";
}

.module-why-invest h3 {
    color: #333333;
}
.module-why-invest h4 {
    font-size: 6rem;
    color: #006fcf;
    font-weight: 300;
    margin-top: 0;
}
.module-why-invest .grid {
    padding-top: 25px;
    padding-bottom: 25px;
}
.module-why-invest .grid_col {
    padding-bottom: 15px;
    padding-right: 20px;
    height: 100%;
}
@media (min-width: 480px) {
    .module-why-invest .grid_col + .grid_col {
        border-left: 1px solid rgba(55, 55, 55, 0.25);
    }
}
.module-why-invest .grid_col p {
    margin-bottom: 0;
}

.module-cta [class*="q4-icon_"]:before {
    font-size: 16px;
    margin-right: 10px;
    vertical-align: sub;
}

/* COMPANY STATEMENTS */
.news-cards h2 {
    text-align: center;
}
.news-cards:not(.module-news) .module_container--widget,
.news-cards .module_container--content {
    display: flex;
    margin: -15px -15px 0 -15px;
    flex-wrap: wrap;
}
.news-cards_cta {
    margin-top: 50px;
}
.news-cards_item {
    padding: 0 15px;
    margin-top: 30px;
    width: 33.33%;
    display: flex;
    flex-direction: column;
}
.news-cards_item-inner {
    background-color: #fff;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.news-cards:not(.background--grey) .news-cards_item-inner {
    border: 1px solid #ecedee;
}
.news-cards_item-top {
    padding: 40px 35px;
}
.news-cards_item-category {
    text-transform: uppercase;
    color: #53565a;
    margin-bottom: 20px;
}
.news-cards_item-title {
    color: #00175a;
    margin-bottom: 15px;
}
.news-cards_item-cta {
    padding: 20px 35px;
    border-top: 1px solid #ecedee;
    margin-top: auto;
}
.news-cards_item-cta a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 1024px) {
    .news-cards_item {
        width: 100%;
    }
}

/* MEDIA CONTACTS HOME */
.media-contacts .module_container--inner {
    border: 1px solid #ecedee;
}
.media-contacts h2 {
    text-align: center;
    margin-bottom: 50px;
}
.media-contacts_nav ul {
    display: flex;
}
.media-contacts_nav li {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.media-contacts_nav li:not(:first-child) {
    border-left: 1px solid #ecedee;
}
.media-contacts_nav-button {
    border-top: 4px solid transparent;
    background-color: #f7f8f9;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    flex-direction: column;
    border-bottom: 1px solid #ecedee;
}
.media-contacts_nav-button svg {
    display: block;
    margin-bottom: 5px;
}
.media-contacts_nav-button.js--selected {
    border-top: 4px solid #00175a;
    border-bottom: 1px solid #ffffff;
}
.media-contacts_nav-button.js--selected,
.media-contacts_nav-button:hover {
    background-color: #ffffff;
    color: #00175a;
}
.media-contacts_item {
    padding: 30px;
}
.media-contacts h3 {
    margin-bottom: 10px;
}
.media-contacts p {
    margin: 10px 0;
}
.media-contacts .grid {
    margin: 0;
}
.media-contacts .grid_col {
    padding: 0 50px;
    margin-top: 30px;
    width: 33.33%;
}
.media-contacts .grid_col:nth-child(3n + 2),
.media-contacts .grid_col:nth-child(3n + 3) {
    border-left: 1px solid #ecedee;
}
@media (max-width: 1024px) {
    .media-contacts .grid_col {
        padding: 0 25px;
    }
    .media-contacts .grid_col:nth-child(3n + 2),
    .media-contacts .grid_col:nth-child(3n + 3) {
        border-left: none;
    }
    .media-contacts .grid_col:nth-child(2n) {
        border-left: 1px solid #ecedee;
    }
}
@media (max-width: 480px) {
    .media-contacts .grid_col {
        padding: 0;
    }
    .media-contacts .grid_col:nth-child(2n) {
        border-left: none;
    }
}

/* MEDIA LIBRARY HOME */
.media-library h2 {
    margin-bottom: 50px;
}
.media-library .module_container--widget {
    display: flex;
    flex-wrap: nowrap;
}
.media-library_nav {
    width: 300px;
    flex: 0 0 auto;
}
.media-library_nav ul {
    font-size: 13px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    min-height: 150px;
    display: flex;
    align-items: stretch;
    border-left: 1px solid #c8c9c7;
    flex-direction: column;
}
.media-library_nav li {
    padding-left: 30px;
}
.media-library_nav li:not(:first-child) {
    margin-top: 15px;
}
.media-library_nav-button {
    display: inline-block;
    color: #c8c9c7;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}
.media-library_nav-button:hover,
.media-library_nav-button.js--selected {
    color: #006fcf;
    text-decoration: none;
}
.media-library_nav-button.js--selected:before {
    content: "";
    position: absolute;
    left: -30px;
    width: 3px;
    height: 100%;
    background-color: #c8c9c7;
}
.media-library_items {
    display: flex;
    flex: 1 1 auto;
    align-items: stretch;
    flex-direction: column;
}
.media-library_item {
    display: flex;
    flex-wrap: wrap;
    margin-top: -30px;
}
.media-library_media {
    width: 33.33%;
    padding: 0 15px;
    padding-top: 30px;
    display: flex;
}
.media-library_media-inner {
    background-color: white;
    border: 1px solid #ecedee;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    flex: 1;
}
.media-library_title {
    font-size: 14px;
    line-height: 17px;
    font-family: "BentonSans", sans-serif;
    padding: 15px 25px;
    border-bottom: 1px solid #ecedee;
    display: flex;
    align-items: center;
    flex: 1 1 auto;
}
.media-library_image {
    padding: 15px 25px;
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.media-library_image img {
    max-height: 100%;
    width: auto;
}
.media-library_cta {
    height: 60px;
    padding: 15px 25px;
    border-top: 1px solid #ecedee;
    display: flex;
    align-items: center;
}
.media-library_cta a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    height: 100%;
}
@media (max-width: 1200px) {
    .media-library .module_container--widget {
        flex-wrap: wrap;
    }
    .media-library_nav {
        width: 100%;
    }
    .media-library_nav ul {
        flex-direction: row;
        min-height: auto;
        border-left: none;
        border-bottom: 1px solid #c8c9c7;
        margin-bottom: 20px;
    }
    .media-library_nav li {
        padding-left: 0;
        padding-bottom: 20px;
    }
    .media-library_nav li:not(:first-child) {
        margin-top: 0;
        margin-left: 15px;
    }
    .media-library_nav-button.js--selected:before {
        left: 0;
        bottom: -20px;
        width: 100%;
        height: 3px;
    }
    .media-library_items {
        margin-left: -15px;
        margin-right: -15px;
    }
    .media-library_item {
        margin-top: 0;
    }
}
@media (max-width: 768px) {
    .media-library_media {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .media-library_media {
        width: 100%;
    }
}

/* OUR COLLEAGUES AND CULTURE */
.our-culture {
    font-size: 16px;
    line-height: 24px;
}
.our-culture h2 {
    color: white;
    text-align: center;
}
.our-culture_grid {
    /* display: flex;
    flex-direction: column; */
}
.our-culture_grid .grid_col {
    	display: flex;
    flex-direction: column;
}
.our-culture_item {
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 35px 40px;
    flex: 1;
}
.our-culture_title {
    margin-bottom: 10px;
}
.our-culture_image {
    margin-left: -40px;
	margin-right: -40px;
	margin-top: -35px;
    padding-bottom: 35px;
}
.our-culture_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
}
.our-culture_more {
    margin-top: 20px;
}
.our-culture_more a:after {
    content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.our-culture_cta {
    margin-top: 50px;
}

/* CR PHILANTROPHY */
.philantrophy h2 {
    text-align: center;
    color: white;
}
.philantrophy_items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -40px;
}
.philantrophy_item {
    display: flex;
    width: 20%;
    padding: 0 20px;
    margin-top: 40px;
}
.philantrophy_item-inner {
    padding: 35px 35px 25px 35px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
    text-align: center;
}
.philantrophy_image {
    margin-bottom: 20px;
    height: 50px;
    display: flex;
    align-items: center;
    	justify-content: center;
}
.philantrophy_image img {
    max-height: 100%;
}
.philantrophy_cta {
    margin-top: auto;
}
@media (max-width: 1200px) {
    .philantrophy_item {
        width: 33.33%;
    }
}
@media (max-width: 768px) {
    .philantrophy_item {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .philantrophy_item {
        width: 100%;
    }
}

/* ESG REPORT WITH SIDE IMAGE */
.esg-report-image.background--brand,
.esg-report-image.background--alt-brand {
    color: white;
}
.esg-report-image.background--brand a,
.esg-report-image.background--alt-brand a {
    color: white;
    outline-color: white;
}
.esg-report-image {
    padding: 0 !important;
}
.esg-report-image .module_container--outer {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}
.esg-report-image_row {
    display: flex;
}
.esg-report-image_image,
.esg-report-image_content {
    width: 50%;
}
.esg-report-image_image img {
    width: 100%;
    vertical-align: top;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.esg-report-image_content {
    padding: 30px 60px;
    display: flex;
    align-items: center;
}
.esg-report-image_report {
    display: flex;
    align-items: center;
}
.esg-report-image_text {
    padding-left: 60px;
    flex: 1;
}
@media (max-width: 1024px) {
    .esg-report-image_row {
        flex-direction: column;
    }
    .esg-report-image_image,
    .esg-report-image_content {
        width: 100%;
    }
    .esg-report-image_content {
        padding: 20px;
    }
}
@media (max-width: 480px) {
    .esg-report-image_report {
        flex-direction: column;
        align-items: flex-start;
    }
    .esg-report-image_text {
        padding-left: 0;
        margin-top: 20px;
    }
}

/* NEWS HUB FEED */
.news-hub h2 {
    text-align: center;
}
.news-hub .module_container--widget {
    display: flex;
    position: relative;
    padding-left: 50%;
    flex-direction: column;
}
.news-hub_item {
    width: 100%;
    display: flex;
    margin-top: 25px;
    margin-left: 25px;
}
.news-hub_item:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    margin-left: 0;
}
.news-hub_item-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1;
    padding: 30px;
    padding-left: 220px;
    justify-content: flex-end;
    flex: 1;
    background-color: #fff;
}
.news-hub_item:first-child .news-hub_item-inner {
    padding-left: 30px;
    background-color: #006fcf;
    color: white;
}
.news-hub_image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 190px;
}
.news-hub_item:first-child .news-hub_image {
    width: 100%;
}
.news-hub_item .news-hub_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.news-hub_item:first-child .news-hub_image:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}
.news-hub_title {
    margin: 0;
}
.news-hub_item-cta {
    margin-top: 10px;
}
.news-hub_item:first-child .news-hub_item-cta {
    margin-top: 30px;
}
@media (max-width: 1024px) {
    .news-hub .module_container--widget {
        padding-left: 0;
    }
    .news-hub_item {
        margin-left: 0;
    }
    .news-hub_item:first-child {
        position: relative;
        width: 100%;
    }
    .news-hub_item:first-child:before {
        content: '';
        display: block;
        padding-top: 90%;
    }
    .news-hub_item:first-child .news-hub_image {
        /* width: 190px; */
    }
    .news-hub_item:first-child .news-hub_item-inner {
        /* background-color: #fff; */
        /* color: inherit; */
        /* padding-left: 220px; */
        /* min-height: 400px; */
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 768px) {
    .news-hub_image {
        width: auto;
        position: static;
        margin-left: -30px;
        margin-right: -30px;
        margin-top: -30px;
        margin-bottom: 30px;
    }
    .news-hub_item:first-child .news-hub_image {
        width: 100%;
        position: absolute;
        margin: 0;
        /* min-height: 400px; */
    }
    .news-hub_item-inner {
        padding-left: 30px;
    }
    .news-hub_item:first-child .news-hub_item-inner {
        padding-left: 30px;   
    }
}

/* CR QUOTE */
.cr-quote_image {
    text-align: center;
}
.cr-quote_image video {
    max-width: 100%;
}
/* .cr-quote .grid--flex {
    align-items: center;
} */
.cr-quote_title {
    color: #00175A;
    margin-bottom: 20px;
    position: relative;
}
.cr-quote_title:before {
    content: url("data:image/svg+xml,%3Csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 17H7.51978V8.80512H4.72172L6.82027 0H4.02221L0 9.50256V17Z' fill='%23006FCF'/%3E%3Cpath d='M12.4802 17H20V8.80512H17.2019L19.3005 0H16.5024L12.4802 9.50256V17Z' fill='%23006FCF'/%3E%3C/svg%3E%0A");
    position: absolute;
    left: -30px;
    top: -5px;
}
.cr-quote_title:after {
    content: url("data:image/svg+xml,%3Csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 8.8728e-09L12.4802 -6.48527e-07L12.4802 8.19488L15.2783 8.19488L13.1797 17L15.9778 17L20 7.49744L20 8.8728e-09Z' fill='%23006FCF'/%3E%3Cpath d='M7.51978 -1.08218e-06L1.35287e-06 -1.73958e-06L6.36447e-07 8.19488L2.79806 8.19488L0.699514 17L3.49757 17L7.51978 7.49744L7.51978 -1.08218e-06Z' fill='%23006FCF'/%3E%3C/svg%3E%0A");
    margin-left: 10px;
    margin-top: 5px;
    display: inline-block;
    vertical-align: top;
}
.cr-quote_text {
    font-size: 1.5rem;
    line-height: 1.5;
}
.cr-quote_text p:first-child {
    margin-top: 0;
}
@media (max-width: 1024px) {
    .cr-quote .grid_col {
        flex-basis: 100%;
        max-width: 100%;
    }
    .cr-quote_title {
        margin-left: 30px;
    }
    .cr-quote_image {
        margin-bottom: 30px;
        text-align: left;
    }
}

/* NEWS CARDS WITH IMAGE */
.news-focus h2 {
    text-align: center;
}
.news-focus .module_container--widget {
    display: flex;
    margin-left: -25px;
    flex-wrap: wrap;
}
.news-focus_item {
    width: 33.33%;
    padding-left: 25px;
    margin-top: 25px;
    display: flex;
}
.news-focus_item-inner {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.background--grey .news-focus_item-inner {
    background: #FFFFFF;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.news-focus_image img {
    display: block;
}
.news-focus_content {
    padding: 30px 0;
}
.background--grey .news-focus_content {
    padding: 30px 35px;
}
.news-focus_item-cta {
    margin-top: auto;
}
.background--grey .news-focus_item-cta {
    margin-top: auto;
    padding: 20px 35px;
    border-top: 1px solid #ECEDEE;
}
@media (max-width: 1024px) {
    .news-focus_item {
        width: 50%;
    }
}
@media (max-width: 768px) {
    .news-focus_item {
        width: 100%;
    }
}

/* ESG HIGHLIGHTS */
.esg-highlights h2.module_title {
    // text-align: center;
    // margin: 0;
}
.esg-highlights h2:not(.module_title) {
    margin-bottom: 30px;
}
.esg-highlights .module_container--outer {
    // max-width: none;
}
.esg-highlights img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.esg-highlights_row {
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    justify-content: center;
    padding-right: 20px;
}
.esg-highlights_row.background--brand {
    color: white;
}
.esg-highlights .grid_col {
    max-width: 660px;
    margin-top: 25px;
}
@media (max-width: 1024px) {
    .esg-highlights img {
        margin-left: 0;
    }
}

/* HOW WE APPROACH */
.how-we-approach {

}
.how-we-approach_intro {
    text-align: center;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
}
.how-we-approach_infographic {
    margin-top: -30px;
    padding-top: 20px;
}
.how-we-approach_infographic p:last-child {
    margin-bottom: 0;
}
.how-we-approach .grid_col {
    display: flex;
    margin-top: 20px;
}
.how-we-approach .grid_col--inner {
    background-color: #F7F8F9;
    padding: 35px 40px;
    flex: 1;
}
.how-we-approach_infographic-icon {
    height: 45px;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
@media (max-width: 1024px) {
    .how-we-approach .grid_col {
        max-width: 100%;
        flex-basis: 100%;
    }
}

/* PRIORITY ISSUES */
.priority-issues .background--grey {
    padding: 50px;
}
@media (max-width: 1024px) {
    .priority-issues .background--grey {
        margin-bottom: 30px;
    }
}

/* KEY PILLARS */
.key-pillars .grid--flex {
    flex-wrap: wrap;
}
.key-pillars .grid_col {
    display: flex;
    flex-direction: column;
}
.key-pillars .background--light {
    flex: 1;
    padding: 35px 30px;
}
.key-pillars h3 {
    margin-bottom: 10px;
}
.key-pillars svg {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
}
@media (max-width: 1200px) {
    .key-pillars .grid_col {
        flex-basis: 33.33%;
        max-width: 33.33%;
        margin-top: 20px;
    }
}
@media (max-width: 1024px) {
    .key-pillars .grid_col {
        flex-basis: 50%;
        max-width: 50%;
    }
}
@media (max-width: 768px) {
    .key-pillars .grid_col {
        flex-basis: 100%;
        max-width: 100%;
    }
}

.action-plan h2 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.action-plan h2 + p {
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
}
.action-plan .grid {
    margin-top: 50px;
}

.pay-equity .grid_col {
    display: flex;
    flex-direction: column;
}
.pay-equity_box {
    position: relative;
    z-index: 1;
    color: white;
    padding: 45px 70px;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
}
.pay-equity_box img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.pay-equity_box .h2 {
    margin-top: 40px;
    margin-bottom: 0;
}
@media (max-width: 1200px) {
    .pay-equity .grid_col {
        flex-basis: 100%;
        max-width: 100%;
    }
    .pay-equity_box {
        margin-top: 30px;
        min-height: 500px;
    }
}
@media (max-width: 768px) {
    .pay-equity_box {
        padding: 30px;
    }
}

/* HOMEPAGE */
.hero-banner {
    position: relative;
    z-index: 1;
}
.hero-banner:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.4;
}
.hero-banner h1 {
    color: white;
    margin-bottom: 10px;
}
.hero-banner .module_container--inner {
    max-width: 500px;
    margin-left: auto;
}
.hero-banner .module_container--outer {
    min-height: 500px;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    color: white;
    flex-direction: column;
    justify-content: center;
}
.hero-banner img {
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.home-news-hub h2 {
    margin-bottom: 0;
}
.home-news-hub img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.home-news-hub .grid_col {
    display: flex;
    flex-direction: column;
}
.home-news-hub .background--brand {
    padding: 70px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
    margin-left: -1px; //weird bug fix when image does not stick to blue box
}
@media (max-width: 1024px) {
    .home-news-hub .grid--flex {
        flex-wrap: wrap;
    }
    .home-news-hub .background--brand {
        padding: 35px;
        margin-left: 0;
    }
}


.home-our-company h2 {
    margin-bottom: 0;
}
.home-our-company .grid--flex {
    align-items: center;
}
.home-our-company .button {
    max-width: none;
}
@media (max-width: 1024px) {
    .home-our-company .grid_col:not(:first-child) {
        margin-top: 25px;
    }
}

.home-cr {
    position: relative;
    z-index: 1;
}
.home-cr:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.4;
}
.home-cr h2 {
    margin-bottom: 0;
}
.home-cr .module_container--outer {
    min-height: 450px;
    display: flex;
}
.home-cr .module_container--inner {
    max-width: 475px;
    color: white;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
}
.home-cr img {
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media (max-width: 768px) {
    .home-cr .module_container--outer {
        min-height: auto;
    }
}

.home-boxes .grid_col {
    display: flex;
    flex-direction: column;
}
.home-boxes img {
    width: 100%;
    display: block;
}
.home-boxes .grid_col-inner {
    background: #FFFFFF;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    flex: 1;
}
.home-boxes .grid_col-content {
    padding: 35px 40px;
}
@media (max-width: 768px) {
    .home-boxes .grid--flex {
        flex-wrap: wrap;
    }
    .home-boxes .grid_col {
        flex-basis: 100%;
        max-width: 100%;
        margin-top: 20px;
    }
    .home-boxes .grid_col-content {
        padding: 25px;
    }
}

.progress-goals_grid {
    font-size: 20px;
    line-height: 28px;
}
.progress-goals_head,
.progress-goals_row {
    display: flex;
}
.progress-goals_head {
    border-bottom: 3px solid #00175A;
    margin-bottom: 25px;
    padding-left: 20%;
}
.progress-goals_head-column {
    font-weight: 500;
    font-family: "BentonSans", sans-serif;
    padding-bottom: 20px;
    padding-top: 20px;
}
.progress-goals_head-column:first-child {
    padding-right: 20px;
    width: 55%;
}
.progress-goals_head-column:last-child {
    padding-left: 20px;
    width: 45%;
}
.progress-goals_row {
    padding-bottom: 50px;
}
.progress-goals_row-column:nth-child(1) {
    width: 20%;
    display: flex;
    flex-direction: column;
}
.progress-goals_row-column:nth-child(2) {
    width: 80%;
}
.progress-goals_head-column:nth-child(3) {
    width: 40%;
}
.progress-goals_box {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    font-family: "BentonSans", sans-serif;
    padding: 30px 40px;
    background: #FFFFFF;
    border: 1px solid #ECEDEE;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    margin-right: 40px;
    flex: 1;
}
.progress-goals_box-image {
    margin-bottom: 20px;
}
.progress-goals_line {
    display: flex;
    border-bottom: 1px solid #C8C9C7;
    flex-wrap: wrap;
}
.progress-goals_line > * {
    padding: 15px 0;
}
.progress-goals_line:first-child > * {
    padding-top: 0;
}
.progress-goals_line > *:first-child {
    padding-right: 20px;
    width: 55%;
}
.progress-goals_line > *:last-child {
    padding-left: 20px;
    width: 45%;
}
.progress-goals_line-column ul {
    font-size: 16px;
    line-height: 28px;
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
}
.progress-goals_line-column ul li {
    position: relative;
    padding-left: 15px;
}
.progress-goals_line-column ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0;
    top: 10px;
    background-color: #006FCF;
}
.progress-goals_bar {
    background-color: #00175A;
    color: white;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    height: 42px;
    display: flex;
}
.progress-goals_bar-current {
    padding: 9px 15px;
}
.progress-goals_target {
    display: flex;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 5px;
    white-space: nowrap;
}
.progress-goals_target > *:not(:last-child) {
    margin-right: 20px;
}
.progress-goals_target .w-10,
.progress-goals_bar .w-10 {
    width: 10%;
}
.progress-goals_target .w-20,
.progress-goals_bar .w-20 {
    width: 20%;
}
.progress-goals_target .w-22,
.progress-goals_bar .w-22 {
    width: 22%;
}
.progress-goals_target .w-25,
.progress-goals_bar .w-25 {
    width: 25%;
}
.progress-goals_target .w-35,
.progress-goals_bar .w-35 {
    width: 35%;
}
.progress-goals_target .w-38,
.progress-goals_bar .w-38 {
    width: 38%;
}
.progress-goals_target .w-44,
.progress-goals_bar .w-44 {
    width: 44%;
}
.progress-goals_target .w-46,
.progress-goals_bar .w-46 {
    width: 46%;
}
.progress-goals_target .w-50,
.progress-goals_bar .w-50 {
    width: 50%;
}
.progress-goals_target .w-52,
.progress-goals_bar .w-52 {
    width: 52%;
}
.progress-goals_target .w-54,
.progress-goals_bar .w-54 {
    width: 54%;
}
.progress-goals_target .w-56,
.progress-goals_bar .w-56 {
    width: 56%;
}
.progress-goals_target .w-60,
.progress-goals_bar .w-60 {
    width: 60%;
}
.progress-goals_target .w-62,
.progress-goals_bar .w-62 {
    width: 62%;
}
.progress-goals_target .w-78,
.progress-goals_bar .w-78 {
    width: 78%;
}
.progress-goals_target .w-95,
.progress-goals_bar .w-95 {
    width: 95%;
}
.progress-goals_target .w-100,
.progress-goals_bar .w-100 {
    width: 100%;
}
.progress-goals_bar-target {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    padding: 9px 15px;
    border-right: 1px dotted white;
}
@media (max-width: 1200px) {
    .progress-goals_head {
        display: none;
    }
    .progress-goals_box {
        padding: 20px;
    }
    .progress-goals_line > *:first-child,
    .progress-goals_line > *:last-child {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .progress-goals_line > *:first-child:before {
        content: '2025 ENVIRONMENTAL GOALS';
        display: block;
        font-weight: 500;
        font-family: "BentonSans", sans-serif;
    }
    .progress-goals_line > *:last-child:before {
        content: '2020 PROGRESS';
        display: block;
        font-weight: 500;
        font-family: "BentonSans", sans-serif;
    }
}
@media (max-width: 1024px) {
    .progress-goals_box {
        margin-right: 0;
        margin-bottom: 25px;
    }
    .progress-goals_row {
        flex-wrap: wrap;
    }
    .progress-goals_row-column:nth-child(1),
    .progress-goals_row-column:nth-child(2) {
        width: 100%;
    }
}

/* TABS */
.tabs_nav {
    border: 1px solid #ECEDEE;
}
.tabs_nav ul {
    display: flex;
}
.tabs_nav li {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.tabs_nav li:not(:first-child) {
    border-left: 1px solid #ecedee;
}
.tabs_nav-button {
    border-top: 4px solid transparent;
    background-color: #f7f8f9;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    flex-direction: column;
    border-bottom: 1px solid #ecedee;
}
.tabs_nav-button:hover {
    text-decoration: none;
}
.tabs_nav-button svg {
    display: block;
    margin-bottom: 5px;
}
.tabs_nav-button.js--selected {
    border-top: 4px solid #00175a;
    border-bottom: 1px solid #ffffff;
}
.tabs_nav-button.js--selected,
.tabs_nav-button:hover {
    background-color: #ffffff;
    color: #00175a;
}
.tabs_panel {
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    margin-top: -1px;
    padding-top: 10px;
}

/* ESG REPORTS */
.esg-reports-intro .grid--gutter .grid_col {
    padding-left: 20px;
}
.esg-reports h2.module_title {
    margin-bottom: 3rem;
}
.esg-reports .module_options {
    margin: 0;
}
.esg-reports .module_options--mobile {
    display: none;
}
.esg-reports_items {
    display: flex;
    flex-wrap: wrap;
}
.esg-reports_item {
    width: 33.33%;
    padding-right: 25px;
    margin-top: 30px;
}
.esg-reports_image {
    margin-bottom: 3rem;
}
.esg-reports_image img {
    border: 1px solid #ECEDEE;
    display: block;
}
.esg-reports_title {
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 24px;
}
.esg-reports_resources {
    padding: 50px;
    background: #FFFFFF;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.esg-reports_resources .module_container--outer {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}
.esg-resources {
    font-size: 16px;
    line-height: 24px;
}
.esg-resources ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.esg-resources li:not(:first-child) {
    margin-top: 1rem;
}
.esg-resources img {
    display: none;
}
@media (max-width: 1024px) {
    .esg-reports-intro .grid--gutter-60 > .grid_col:not(:first-child) {
        margin-top: 2rem;
    }
    .esg-reports_resources {
        margin-top: 2rem;
    }
    .esg-reports .module_options--desktop {
        display: none;
    }
    .esg-reports .module_options--mobile {
        display: block;
    }
}
@media (max-width: 768px) {
    .esg-reports_item {
        width: 50%;
    }
    .esg-reports_resources {
        margin-top: 2rem;
    }
}

/* DEVELOPING LEADERS */
.blue-highlight {
    background-color: #006FCF;
    color: white;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
    padding: 35px;
    margin-bottom: 50px;
}
.blue-highlight p {
    margin-top: 0;
    margin-bottom: 0;
}

.developing-leaders-infographics .grid {
    display: flex;
    flex-wrap: wrap;
}
.developing-leaders-infographics .grid_col {
    display: flex;
}
.developing-leaders-infographics .grid_col-inner {
    display: flex;
    flex-direction: column;
    flex: 1;
    border: 1px solid #ECEDEE;
    padding: 35px;
}
.developing-leaders-infographics .grid_col-image {
    height: 48px;
    display: flex;
    	justify-content: center;
    align-items: center;
    align-content: center;
    margin-bottom: 2rem;
}
.developing-leaders-infographics .grid_col-image + p {
    margin-top: 0;
}

.grant-criteria img {
    display: block;
}
.grant-criteria .list li:not(:first-child) {
    margin-top: 10px;
}
.grant-criteria .background--brand {
    padding: 40px;
    max-width: 640px;
}

.leaders-grants {
    text-align: center;
}
.leaders-grants .module_container--widget {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
.leaders-grants_controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
.leaders-grants_dots {
    margin: 0 15px;
}
.leaders-grants .slick-arrow {
    position: static;
    z-index: 1;
    transform: none;
}
.leaders-grants .slick-arrow:before {
    vertical-align: middle;
}
.leaders-grants_title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.strategy-mission-infographics .grid {
    display: flex;
    flex-wrap: wrap;
}
.strategy-mission-infographics .grid_col {
    display: flex;
    flex-direction: column;
}
.strategy-mission-infographics .grid_col-inner {
    padding: 35px;
    background: #FFFFFF;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    flex: 1;
}
.strategy-mission-infographics .grid_col-image {
    display: flex;
    height: 48px;
    margin-bottom: 20px;
    align-items: center;
    	justify-content: center;
}
.strategy-mission-infographics .grid_col-image img {
    max-height: 100%;
}
.alert-box {
    border: 1px solid #B42C01;
    color: #B42C01;
    margin-bottom: 50px;
    padding: 45px;
    padding-left: 75px;
    position: relative;
}
.alert-box_icon {
    position: absolute;
    left: 45px;
    top: 45px;
}
@media (max-width: 768px) {
    .alert-box {
        padding: 25px;
        padding-left: 55px;
    }
    .alert-box_icon {
        position: absolute;
        left: 25px;
        top: 25px;
    }
}

.grant-applications-reports_list {
    column-count: 2;
}
.grant-applications-reports_list li:not(:first-child) {
    margin-top: 0;
}
@media (max-width: 480px) {
    .grant-applications-reports_list {
        column-count: 1;
    }
}

/* WHO WE ARE */
.about-amex_images {
    margin-left: -25px;
    display: flex;
    max-width: 635px;
}
.about-amex_images .grid_col {
    padding-left: 25px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 50%;
}
.about-amex_images img:not(:first-child) {
    margin-top: auto;
}

.our-vision h3 {
    color: #00175A;
}
.our-vision .mw-750 {
    margin-bottom: 50px;
}
.our-vision .grid--flex > .grid_col {
    	display: flex;
    flex-direction: column;
}
.our-vision .grid_col-inner {
    flex: 1;
    padding: 35px;
    background: #FFFFFF;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.our-vision .grid_col-image {
    margin-bottom: 20px;
    display: flex;
    height: 48px;
    flex-direction: column;
    justify-content: center;
}
.blue-box-values {
    // background-color: #006FCF;
    background-image: linear-gradient(to right, #006FCF 0%, #006FCF 75%, transparent 75%), url(../design/AXP_Pattern_DeepBlue.png);
    color: white;
}
.blue-box-values_slide-inner {
    background: #FFFFFF;
    color: #333333;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 35px;
    height: 100%;
}
.blue-box-values_slider-controls {
    position: relative;
    margin-bottom: 30px;
    display: flex;
}
.blue-box-values_slider-dots {
    margin: 0 15px;
}
.blue-box-values .slick-arrow {
    position: static;
    transform: none;
    outline-color: white;
}
.blue-box-values .slick-arrow:before {
    font-size: 12px;
}
.blue-box-values .slick-dots li button {
    background-color: white;
    opacity: 0.5;
    outline-color: white;
}
.blue-box-values .slick-dots li.slick-active button {
    background-color: white;
    opacity: 1;
}
.blue-box-values_slider {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -20px;
}
.blue-box-values_slider .slick-list {
    margin-right: 0;
    width: auto;
}
.blue-box-values_slide {
    margin-left: 20px;
}
.blue-box-values_slider h3 {
    color: #00175A;
}
.blue-box-values_slider .slick-slide > div:not([class]) {
    align-items: stretch;
}
@media (max-width: 1024px) {
    .blue-box-values {
        background-image: none;
    }
}
@media (min-width: 1320px) {
    .blue-box-values_slider .slick-list {
        margin-right: -10px;
    }
    .blue-box-values_slider {
        margin-right: calc(-100vw / 2 + 1320px / 2);
    }
}

.our-values .grid_col--inner {
    flex: 1;
        padding: 35px;
        background: #f7f8f9;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.our-values .grid--flex > .grid_col {
        display: flex;
    	flex-direction: column;
}
.our-values h3 {
    color: #00175A;
}

.timeline .module_container--widget {
    position: relative;
}
.timeline .slick-arrow {
    z-index: 10;
    top: 150px;
    border: 1.5px solid #006FCF;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    outline-color: #006FCF;
}
.timeline .slick-arrow:before {
    color: #006FCF;
}
.timeline_dots {
    overflow: hidden;
    margin: 0 50px;
    padding: 50px 0;
    position: relative;
}
.timeline_dots:before {
    content: '';
    height: 1.5px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ECEDEE;
    display: block;
}
.timeline .slick-dots {
    white-space: nowrap;
    width: 100%;
    display: inline-block;
    transform: translate3d(30%, 0, 0);
    transition: transform 0.3s ease-in-out;
}
.timeline .slick-dots li {
    width: 7.5%;
    text-align: center;
    margin: 0 !important;
    flex-grow: 1;
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
}
.timeline .slick-dots li:before {
    content: '';
    width: 100%;
    background: #006FCF;
    height: 1.5px;
    transition: width 0.3s ease-in-out;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.timeline .slick-dots li:first-child:before {
    width: 50%;
    left: 50%;
}
.timeline .slick-dots li:last-child:before {
    width: 50%;
}
.timeline .slick-dots li.slick-active {
    width: 40%;
}
.timeline .slick-dots li button {
    width: 14px;
    height: 14px;
    background-color: white;
    border: 1.5px solid #006FCF;
    margin-left: auto;
    margin-right: auto;
    /* outline-color: #006FCF; */
}
.timeline .slick-dots li button:hover:before {
    content: '';
    width: 6px;
    height: 6px;
    display: block;
    margin: auto;
    background-color: #006FCF;
    border-radius: 100%;
}
.timeline .slick-dots .timeline_dots-year {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 55px;
    font-size: 20px;
    line-height: 28px;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}
.timeline .slick-dots .slick-active .timeline_dots-year {
    color: white;
    font-size: 30px;
    line-height: 38px;
    font-family: "BentonSans", sans-serif;
    font-weight: 500;
    bottom: 5%;
}
.timeline .slick-dots .timeline_dots-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: transform 0.3s ease-in-out;
    z-index: 1;
}
.timeline .slick-dots .timeline_dots-image:before {
    content: '';
    display: block;
    padding-top: 60%;
}
.timeline .slick-dots .timeline_dots-image:after {
    content: '';
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 59.01%, rgba(0, 0, 0, 0.9) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.timeline .slick-dots .timeline_dots-image img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.timeline .slick-dots .slick-active .timeline_dots-image {
    transform: translateY(-50%) scale(1);
    transition: transform 0.3s ease-in-out;
}
.timeline .timeline_items {
    padding: 0;
}
.timeline .slick-slide {
    padding-top: 50px;
}
.timeline .slick-slide > div:not([class]) {
    align-items: flex-start;
}
.timeline_item-year {
    display: flex !important;
    flex: 1;
    justify-content: center;
    flex-wrap: wrap;
}
.timeline_item {
    padding: 0 15px;
    width: 50%;
    display: flex;
    flex-direction: column;
}
.timeline_item:nth-child(n+3) {
    margin-top: 50px;
}
.timeline_item-inner {
    background: #F7F8F9;
    padding: 40px 50px;
    flex: 1;
    position: relative;
    z-index: 1;
}
.timeline_item:first-child:not(:last-child) .timeline_item-inner:before {
    left: auto;
    right: 30px;
}
.timeline_item-inner:before {
    content: '';
    display: block;
    width: 67px;
    height: 46px;
    position: absolute;
    z-index: -1;
    left: 20px;
    top: -30px;
    background-image: linear-gradient(-30deg, #F7F8F9 0%, #F7F8F9 50%, transparent 50%);
}
@media (max-width: 1024px) {
    .timeline .timeline_items {
        margin-top: -50px;
    }
    .timeline .slick-slider .slick-track {
        align-items: flex-start;
    }
    .timeline .slick-dots li {
        width: 15%;
    }
    .timeline .slick-dots .slick-active .timeline_dots-year {
        bottom: 18%;
        font-size: 20px;
        line-height: 28px;
    }
    .timeline_item {
        width: 100%;
    }
    .timeline_item:nth-child(n+2) {
        margin-top: 30px;
    }
    .timeline_item-inner {
        padding: 30px;
    }
    .timeline_item-inner:before {
        left: 20px !important;
        right: auto !important;
    }
}
@media (max-width: 640px) {
    .timeline .slick-dots {
        transform: translate3d(0%, 0, 0);
    }
    .timeline .slick-dots li {
        width: 20%;
    }
    .timeline .slick-dots li.slick-active {
        width: 100%;
    }
}


.colleague-stories .module_container--widget {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    padding-left: 0;
    padding-right: 0;
    margin-top: -20px;
}
.colleague-stories .colleague-stories_item {
    width: 33.33%;
    padding-left: 20px;
    display: flex;
    margin-top: 20px;
}
.colleague-stories_item-inner {
    background-color: white;
    padding: 35px;
    position: relative;
    height: 100%;
}
.colleague-stories_item-inner:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    background: #006FCF;
    width: 0%;
    height: 4px;
    transition: width 0.3s ease-in-out;
}
.colleague-stories_item-inner:hover {
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);
}
.colleague-stories_item-inner:hover:after {
    width: 100%;
}
.colleague-stories_image {
    position: relative;
    margin: -35px;
    margin-bottom: 35px;
}
.colleague-stories_image:before {
    content: '';
    display: block;
    padding-top: 58.5%;
}
.colleague-stories_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
}
.colleague-stories .module_container--widget.slick-slider {
    padding-left: 0;
    padding-right: 0;
}
.colleague-stories_controls {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.colleague-stories_dots {
    margin: 0 15px;
}
.colleague-stories .slick-arrow {
    z-index: 1;
    position: static;
    transform: none;
}
.colleague-stories .slick-arrow:before {
    font-size: 12px;
}
.colleague-stories .slick-initialized .slick-slide {
    display: flex;
    flex-direction: column;
    padding: 10px 0px;
}
.colleague-stories .slick-slide > div:not([class]) {
    align-items: stretch;
}
@media (min-width: 1320px) {
    .colleague-stories .slick-list {
        width: auto;
        margin-right: calc(-100vw / 2 + 1320px / 2 - 20px);
        padding-right: calc(100vw / 2 - 1320px / 2 + 20px);
        margin-left: calc(-100vw / 2 + 1320px / 2 - 20px);
        padding-left: calc(100vw / 2 - 1320px / 2 + 20px);
    }
}

/* OUR BUSINESS */
.our-business_infographics {
    margin-top: 40px;
}
.our-business_infographics .grid_col {
    display: flex;
    flex-direction: column;
}
.our-business_infographics .grid_col-inner {
    flex: 1;
    border: 1px solid #ECEDEE;
    padding: 35px;
    text-align: left;
}
.our-business_infographics .grid_col-image {
    margin-bottom: 20px;
}
.our-business_infographics h3 {
    color: #00175A;
}
.our-business_infographics + .mw-1000 {
    margin-top: 40px;
}
.who-we-serve_infographics {
    margin-top: 50px;
}
.who-we-serve_infographics .grid_col {
    display: flex !important;
    flex-direction: column;
}
.who-we-serve_infographics .grid_col-inner {
    background: #FFFFFF;
    border: 1px solid #ECEDEE;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 35px;
    flex: 1;
}
.who-we-serve_infographics .grid_col-icon {
    margin-bottom: 15px;
}
.who-we-serve_infographics h3 {
    color: #00175A;
}

@media (min-width: 769px) {
    .module-brand .video-image {
        text-align: right;
    }
}


/* STICKY NAVIGATION */
@media (min-width: 1025px) {
    .js--secondary-sticky .pane--banner .pane_inner:before {
        content: '';
        width: 50vw;
        top: -1px;
        bottom: -1px;
        right: 50%;
        display: block;
        background-color: #F7F8F9;
        position: absolute;
        z-index: -1;
        border-top: 1px solid #ECEDEE;
        border-bottom: 1px solid #ECEDEE;
    }
    .js--secondary-sticky .pane--banner .pane_inner:after {
        content: '';
        width: 50vw;
        top: -1px;
        bottom: -1px;
        left: 50%;
        display: block;
        background-color: #F7F8F9;
        position: absolute;
        z-index: -1;
        border-top: 1px solid #ECEDEE;
        border-bottom: 1px solid #ECEDEE;
    }
    .js--secondary-sticky .pane--banner .pane_inner {
        position: fixed;
        z-index: 99;
        left: 0;
        right: 0;
        background-color: #F7F8F9;
        top: 121px;
        border-top: 1px solid #ECEDEE;
        border-bottom: 1px solid #ECEDEE;
        padding-top: 0;
        padding-bottom: 0;
    }
    .js--secondary-sticky .PageNewsroom .pane--banner .pane_inner,
    .js--secondary-sticky .PageNewsroom .pane--banner .pane_inner:before,
    .js--secondary-sticky .PageNewsroom .pane--banner .pane_inner:after {
        background-color: #006fcf;
    }
    .js--secondary-sticky .banner-links {
        display: none;
    }
    .js--secondary-sticky .module-page-title {
        width: auto;
        margin: 0 35px 0 0 !important;
        vertical-align: top;
        height: 60px;
        display: inline-flex;
        align-items: center;
    }
    .js--secondary-sticky .module-page-title h1 {
        font-size: 20px;
        line-height: 28px;
    }
    .js--secondary-sticky .nav--secondary {
        vertical-align: top;
        width: auto;
    }
    .js--secondary-sticky .nav--secondary .level3 > li {
        height: 60px;
        display: flex;
        align-items: center;
    }
    .js--secondary-sticky .nav--level4 .nav--secondary .level3 > li {
        display: none;
    }
    .js--secondary-sticky .nav--level4 .nav--secondary .level3 > li.selected,
    .js--secondary-sticky .nav--level4 .nav--secondary .level3 > li.expanded {
        display: block;
    }
    .js--secondary-sticky .nav--secondary .level3 > li:after {
        top: auto;
        bottom: 0;
    }
    .js--secondary-sticky .nav--secondary .level4 {
        margin-top: 0;
    }
    .js--secondary-sticky .nav--level4 .nav--secondary .level4 {
        flex-wrap: wrap;
        margin-top: 0;
    }
    .js--secondary-sticky .nav--level4 .nav--secondary .level4 > li {
        height: 60px;
        display: flex;
        align-items: center;
    }
    .js--secondary-sticky .nav--level4 .nav--secondary .level4 > li:after {
        top: auto;
        bottom: 0;
    }
}

/*----00384456----*/
.PageCommunityGuidelines  .pane--banner {
    background-color: #006fcf;
    color: white;
}

.PageCommunityGuidelines .pane--banner h1 {
    color: inherit;
}


/*----00384456----*/

/*--00387852--*/
/* .esg-report-image .background--alt-brand{
   background-color:#006FCF;
} */
/*--00387852--*/

/* 00392052*/
.page--community-giving-mission .grid.about-amex_images img:first-child {
    padding-right:20px;
}
.page--community-giving-mission .about-amex_images img {
    height:100%;
}
.page--community-giving-mission .grid--gutter-80 .grid_col {
    padding-left:105px;
}

.page--backing-small .antoines-image img {
    max-height:400px;
}

/* 00392052*/