@font-face {
    font-family: "PayPal Open";
    src: url("../fonts/open/medium/PayPalOpen-Medium.woff") format("woff"), url("../fonts/open/medium/PayPalOpen-Medium.woff2") format("woff2"), url("../fonts/open/medium/PayPalOpen-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "PayPal Open Bold";
    src: url("../fonts/bold/PayPalOpen-Bold.woff") format("woff"), url("../fonts/bold/PayPalOpen-Bold.woff2") format("woff2"), url("../fonts/bold/PayPalOpen-Bold.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "PayPal Open TT";
    src: url("../fonts/open/medium/PayPalOpenTT-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "PayPal Open";
    src: url("../fonts/open/PayPalOpen-Regular.woff") format("woff"), url("../fonts/open/PayPalOpen-Regular.woff2") format("woff2"), url("../fonts/open/PayPalOpen-Regular.otf") format("opentype"), url("../fonts/open/PayPalOpenTT-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

/*==================================
  ------------ RESET CSS -----------
  ==================================*/
html,
body,
applet,
object,
g 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: 10px;
}

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: 1;
}

*::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

/*---------- Animations ----------*/
@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*==================================
  --------- DEFAULT STYLES ---------
  ==================================*/
body {
    overflow-x: hidden;
    color: #001435;
    font-family: "PayPal Open", sans-serif;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
}

/*---------- TYPOGRAPHY ----------*/
h1,
.h1,
h3,
.h3,
h5,
s .h5,
h6,
.h6 {
    font-family: "PayPal Open", sans-serif;
}

h1,
.h1 {
    font-family: "Paypal Open Bold", sans-serif;
}

h1,
.h1 {
    font-size: 6rem;
    margin-bottom: 48px;
    line-height: 1.2;
}

@media only screen and (max-width: 480px) {
    h1,
    .h1 {
        font-size: 4rem;
    }
}

h2,
.h2 {
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 40px;
}

h3,
.h3 {
    font-size: 2.8rem;
    line-height: 1.2;
    margin: 0 0 16px 0;
}

h4,
.h4 {
    font-family: "PayPal Open", sans-serif;
    font-size: 2.6rem;
    line-height: 1.2;
    margin-top: 24px;
    margin-bottom: 16px;
}

h5,
.h5 {
    font-size: 2.8rem;
    line-height: 2.8rem;
    margin-bottom: 2.3rem;
    color: #003087;
}

a {
    text-decoration: none;
    color: #0070e0;
    font-weight: 400;
    font-family: "PayPal Open TT", sans-serif;
}

a:not(.button):hover {
    color: #0070e0;
    text-decoration: underline;
}

p {
    margin: 10px 0;
}

u {
    font-family: "PayPal Open", sans-serif;
}

/*------------ 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:before,
input[type="radio"] + label:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #2c2e2f;
    margin-right: 8px;
    line-height: 1;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label: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: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.list--ordered {
    list-style-type: decimal;
}

.list--alpha {
    list-style-type: lower-alpha;
}

.list--roman {
    list-style-type: lower-roman;
}

.list--inside {
    list-style-position: inside;
}

.list--regular-font,
.list--regular-font a {
    font-family: "PayPal Open", sans-serif;
}

/*------- BUTTONS / INPUTS -------*/
.input,
.textarea,
.dropdown,
.upload,
.submit,
.button {
    display: inline-block;
    max-width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 25px;
    background: transparent;
    border: 1px solid #eaeced;
    color: #2c2e2f;
    border-radius: 0;
    font-family: "PayPal Open", sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    border-radius: 2.4rem;
}

.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 {
    text-transform: uppercase;
}

.textarea {
    width: 100%;
    resize: vertical;
}

.upload {
    line-height: 0;
}

.button {
    font-family: "PayPal Open", sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #ffffff;
    background: #003087;
    border-color: #003087;
    padding: 1.2rem 2.4rem;
    transition: 0.3s ease-in-out;
    min-width: 14.9rem;
    text-align: center;
}

.button:hover {
    background: #005ca6;
    border-color: #005ca6;
    color: #ffffff;
}

.button--inverted {
    background: #ffffff;
    color: #0070ba;
    border-color: #0070ba;
}

.button--inverted.js--disabled {
    background: #ffffff;
    border-color: #003087;
    color: #003087;
}

.button--dark {
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
}

.button--dark:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #003087;
}

.button--yellow {
    background-color: #f1af0f;
    border-color: #f1af0f;
    color: #ffffff;
}

.button--yellow:hover {
    background-color: #f1af0f;
    border-color: #f1af0f;
    color: #ffffff;
}

.dropdown {
    line-height: 1.5;
    padding: 14px 72px 12px 22px;
    background: transparent url("../design/svg/q4-icon_chevron-down-black.svg") no-repeat right 20px center;
    background-size: 10px 10px;
    min-width: 135px;
}

.dropdown::-ms-expand {
    display: none;
}

/*------------ TABLES ------------*/
.table {
    width: 100%;
    margin: 16px 0;
}

.table thead {
    background-color: #003087;
}

.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: #ffffff;
}

.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: #003087;
    text-align: left;
}

.table--headless tr:first-child td {
    color: #ffffff;
}

@media only screen and (max-width: 480px) {
    .table--responsive thead {
        display: none;
    }

    .table--responsive tbody {
        border-top: 2px solid #003087;
        border-bottom: 2px solid #003087;
    }

    .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";
}

/*==================================
  ----------- TOAST GRID -----------
  ==================================*/
.grid {
    list-style: none;
    margin-left: -20px;
}

.grid--flex {
    margin-left: -20px;
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
}

.grid_col--rounded {
    border-radius: 20px;
}

.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--1-of-1,
.grid_col--2-of-2,
.grid_col--3-of-3,
.grid_col--4-of-4,
.grid_col--5-of-5,
.grid_col--6-of-6,
.grid_col--7-of-7,
.grid_col--8-of-8,
.grid_col--12-of-12 {
    width: 100%;
}

.grid_col--1-of-2,
.grid_col--2-of-4,
.grid_col--3-of-6,
.grid_col--4-of-8,
.grid_col--6-of-12 {
    width: 50%;
}

.grid_col--1-of-3,
.grid_col--2-of-6,
.grid_col--4-of-12 {
    width: 33.33333%;
}

.grid_col--2-of-3,
.grid_col--4-of-6,
.grid_col--8-of-12 {
    width: 66.66667%;
}

.grid_col--1-of-4,
.grid_col--2-of-8,
.grid_col--3-of-12 {
    width: 25%;
}

.grid_col--3-of-4,
.grid_col--6-of-8,
.grid_col--9-of-12 {
    width: 75%;
}

.grid--flex .grid_col--1-of-1,
.grid--flex .grid_col--2-of-2,
.grid--flex .grid_col--3-of-3,
.grid--flex .grid_col--4-of-4,
.grid--flex .grid_col--5-of-5,
.grid--flex .grid_col--6-of-6,
.grid--flex .grid_col--7-of-7,
.grid--flex .grid_col--8-of-8,
.grid--flex .grid_col--12-of-12 {
    width: auto;
    flex-basis: 100%;
    max-width: 100%;
}

.grid--flex .grid_col--1-of-2,
.grid--flex .grid_col--2-of-4,
.grid--flex .grid_col--3-of-6,
.grid--flex .grid_col--4-of-8,
.grid--flex .grid_col--6-of-12 {
    width: auto;
    flex-basis: 50%;
    max-width: 50%;
}

.grid--flex .grid_col--1-of-3,
.grid--flex .grid_col--2-of-6,
.grid--flex .grid_col--4-of-12 {
    width: auto;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}

.grid--flex .grid_col--2-of-3,
.grid--flex .grid_col--4-of-6,
.grid--flex .grid_col--8-of-12 {
    width: auto;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
}

.grid--flex .grid_col--1-of-4,
.grid--flex .grid_col--2-of-8,
.grid--flex .grid_col--3-of-12 {
    width: auto;
    flex-basis: 25%;
    max-width: 25%;
}

.grid--flex .grid_col--3-of-4,
.grid--flex .grid_col--6-of-8,
.grid--flex .grid_col--9-of-12 {
    width: auto;
    flex-basis: 75%;
    max-width: 75%;
}

.grid_col--push-1-of-1,
.grid_col--push-2-of-2,
.grid_col--push-3-of-3,
.grid_col--push-4-of-4,
.grid_col--push-5-of-5,
.grid_col--push-6-of-6,
.grid_col--push-7-of-7,
.grid_col--push-8-of-8,
.grid_col--push-12-of-12 {
    margin-left: 100%;
}

.grid_col--push-1-of-2,
.grid_col--push-2-of-4,
.grid_col--push-3-of-6,
.grid_col--push-4-of-8,
.grid_col--push-6-of-12 {
    margin-left: 50%;
}

.grid_col--push-1-of-3,
.grid_col--push-2-of-6,
.grid_col--push-4-of-12 {
    margin-left: 33.33333%;
}

.grid_col--push-2-of-3,
.grid_col--push-4-of-6,
.grid_col--push-8-of-12 {
    margin-left: 66.66667%;
}

.grid_col--push-1-of-4,
.grid_col--push-2-of-8,
.grid_col--push-3-of-12 {
    margin-left: 25%;
}

.grid_col--push-3-of-4,
.grid_col--push-6-of-8,
.grid_col--push-9-of-12 {
    margin-left: 75%;
}

.grid_col--pull-1-of-1,
.grid_col--pull-2-of-2,
.grid_col--pull-3-of-3,
.grid_col--pull-4-of-4,
.grid_col--pull-5-of-5,
.grid_col--pull-6-of-6,
.grid_col--pull-7-of-7,
.grid_col--pull-8-of-8,
.grid_col--pull-12-of-12 {
    margin-left: -100%;
}

.grid_col--pull-1-of-2,
.grid_col--pull-2-of-4,
.grid_col--pull-3-of-6,
.grid_col--pull-4-of-8,
.grid_col--pull-6-of-12 {
    margin-left: -50%;
}

.grid_col--pull-1-of-3,
.grid_col--pull-2-of-6,
.grid_col--pull-4-of-12 {
    margin-left: -33.33333%;
}

.grid_col--pull-2-of-3,
.grid_col--pull-4-of-6,
.grid_col--pull-8-of-12 {
    margin-left: -66.66667%;
}

.grid_col--pull-1-of-4,
.grid_col--pull-2-of-8,
.grid_col--pull-3-of-12 {
    margin-left: -25%;
}

.grid_col--pull-3-of-4,
.grid_col--pull-6-of-8,
.grid_col--pull-9-of-12 {
    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.66667%;
}

.grid--flex .grid_col--1-of-6 {
    width: auto;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}

.grid_col--push-1-of-6 {
    margin-left: 16.66667%;
}

.grid_col--pull-1-of-6 {
    margin-left: -16.66667%;
}

.grid_col--5-of-6 {
    width: 83.33333%;
}

.grid--flex .grid_col--5-of-6 {
    width: auto;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
}

.grid_col--push-5-of-6 {
    margin-left: 83.33333%;
}

.grid_col--pull-5-of-6 {
    margin-left: -83.33333%;
}

.grid_col--1-of-7 {
    width: 14.28571%;
}

.grid--flex .grid_col--1-of-7 {
    width: auto;
    flex-basis: 14.28571%;
    max-width: 14.28571%;
}

.grid_col--push-1-of-7 {
    margin-left: 14.28571%;
}

.grid_col--pull-1-of-7 {
    margin-left: -14.28571%;
}

.grid_col--2-of-7 {
    width: 28.57143%;
}

.grid--flex .grid_col--2-of-7 {
    width: auto;
    flex-basis: 28.57143%;
    max-width: 28.57143%;
}

.grid_col--push-2-of-7 {
    margin-left: 28.57143%;
}

.grid_col--pull-2-of-7 {
    margin-left: -28.57143%;
}

.grid_col--3-of-7 {
    width: 42.85714%;
}

.grid--flex .grid_col--3-of-7 {
    width: auto;
    flex-basis: 42.85714%;
    max-width: 42.85714%;
}

.grid_col--push-3-of-7 {
    margin-left: 42.85714%;
}

.grid_col--pull-3-of-7 {
    margin-left: -42.85714%;
}

.grid_col--4-of-7 {
    width: 57.14286%;
}

.grid--flex .grid_col--4-of-7 {
    width: auto;
    flex-basis: 57.14286%;
    max-width: 57.14286%;
}

.grid_col--push-4-of-7 {
    margin-left: 57.14286%;
}

.grid_col--pull-4-of-7 {
    margin-left: -57.14286%;
}

.grid_col--5-of-7 {
    width: 71.42857%;
}

.grid--flex .grid_col--5-of-7 {
    width: auto;
    flex-basis: 71.42857%;
    max-width: 71.42857%;
}

.grid_col--push-5-of-7 {
    margin-left: 71.42857%;
}

.grid_col--pull-5-of-7 {
    margin-left: -71.42857%;
}

.grid_col--6-of-7 {
    width: 85.71429%;
}

.grid--flex .grid_col--6-of-7 {
    width: auto;
    flex-basis: 85.71429%;
    max-width: 85.71429%;
}

.grid_col--push-6-of-7 {
    margin-left: 85.71429%;
}

.grid_col--pull-6-of-7 {
    margin-left: -85.71429%;
}

.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.33333%;
}

.grid--flex .grid_col--1-of-12 {
    width: auto;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
}

.grid_col--push-1-of-12 {
    margin-left: 8.33333%;
}

.grid_col--pull-1-of-12 {
    margin-left: -8.33333%;
}

.grid_col--2-of-12 {
    width: 16.66667%;
}

.grid--flex .grid_col--2-of-12 {
    width: auto;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}

.grid_col--push-2-of-12 {
    margin-left: 16.66667%;
}

.grid_col--pull-2-of-12 {
    margin-left: -16.66667%;
}

.grid_col--5-of-12 {
    width: 41.66667%;
}

.grid--flex .grid_col--5-of-12 {
    width: auto;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
}

.grid_col--push-5-of-12 {
    margin-left: 41.66667%;
}

.grid_col--pull-5-of-12 {
    margin-left: -41.66667%;
}

.grid_col--7-of-12 {
    width: 58.33333%;
}

.grid--flex .grid_col--7-of-12 {
    width: auto;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
}

.grid_col--push-7-of-12 {
    margin-left: 58.33333%;
}

.grid_col--pull-7-of-12 {
    margin-left: -58.33333%;
}

.grid_col--10-of-12 {
    width: 83.33333%;
}

.grid--flex .grid_col--10-of-12 {
    width: auto;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
}

.grid_col--push-10-of-12 {
    margin-left: 83.33333%;
}

.grid_col--pull-10-of-12 {
    margin-left: -83.33333%;
}

.grid_col--11-of-12 {
    width: 91.66667%;
}

.grid--flex .grid_col--11-of-12 {
    width: auto;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
}

.grid_col--push-11-of-12 {
    margin-left: 91.66667%;
}

.grid_col--pull-11-of-12 {
    margin-left: -91.66667%;
}

.grid_col {
    box-sizing: border-box;
    display: inline-block;
    margin-right: -0.25em;
    min-height: 1px;
    padding-left: 20px;
    vertical-align: top;
}

@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.33333%;
    }

    .grid--flex .grid_col.grid_col--lg-1-of-3 {
        width: auto;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .grid_col.grid_col--lg-2-of-3 {
        width: 66.66667%;
    }

    .grid--flex .grid_col.grid_col--lg-2-of-3 {
        width: auto;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .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.33333%;
    }

    .grid--flex .grid_col.grid_col--lc-1-of-3 {
        width: auto;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .grid_col.grid_col--lc-2-of-3 {
        width: 66.66667%;
    }

    .grid--flex .grid_col.grid_col--lc-2-of-3 {
        width: auto;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .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.33333%;
    }

    .grid--flex .grid_col.grid_col--md-1-of-3 {
        width: auto;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .grid_col.grid_col--md-2-of-3 {
        width: 66.66667%;
    }

    .grid--flex .grid_col.grid_col--md-2-of-3 {
        width: auto;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .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%;
    }

    .grid_col.grid_col--md-2-of-5 {
        width: 40%;
    }

    .grid--flex .grid_col.grid_col--md-2-of-5 {
        width: auto;
        flex-basis: 40%;
        max-width: 40%;
    }

    .grid_col.grid_col--md-3-of-5 {
        width: 60%;
    }

    .grid--flex .grid_col.grid_col--md-3-of-5 {
        width: auto;
        flex-basis: 60%;
        max-width: 60%;
    }
}
.margin-auto {
    margin: auto;
}
@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.33333%;
    }

    .grid--flex .grid_col.grid_col--sm-1-of-3 {
        width: auto;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .grid_col.grid_col--sm-2-of-3 {
        width: 66.66667%;
    }

    .grid--flex .grid_col.grid_col--sm-2-of-3 {
        width: auto;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .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--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: #2c2e2f;
    color: #2c2e2f;
    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;
}

.text-justify {
    text-align: justify;
}

.regular {
    font-family: "PayPal Open", sans-serif;
}

.light {
    font-family: "PayPal Open", sans-serif;
}

.medium {
    font-family: "PayPal Open", sans-serif;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.footnote {
    font-size: 70%;
    line-height: normal;
}

.background--cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background--brand {
    background-color: #003087;
}

.background--brand-light {
    background-color: #005ea6;
}

.background--french-blue {
    background-color: #0070ba;
}

.background--alt-brand {
    background-color: #009cde;
}

.background--dark {
    background-color: #2c2e2f;
}

.background--light {
    background-color: #ffffff;
}

.background--grey {
    background-color: #faf8f5;
}

.background--success {
    background-color: #23a217;
}

.background--error {
    background-color: #b72121;
}

.background--half {
    position: relative;
}

.background--rounded-corner {
    background: url("../design/background--rounded-corner.jpg") no-repeat;
    background-size: cover;
}

.background--radial-gradient-blue {
    background-image: -moz-radial-gradient(#0070ba 0%, #003087 100%);
    background-image: -webkit-radial-gradient(#0070ba 0%, #003087 100%);
    background-image: -ms-radial-gradient(#0070ba 0%, #003087 100%);
}

.background--linear-gradient-light {
    background-image: -moz-linear-gradient(#ffffff 0%, #f7f9fa 100%);
    background-image: -webkit-linear-gradient(#ffffff 0%, #f7f9fa 100%);
    background-image: -ms-linear-gradient(#ffffff 0%, #f7f9fa 100%);
}

.background--half:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background: url("../design/diversity-inclusive-environment.jpg") no-repeat center;
    background-size: cover;
}

@media (max-width: 768px) {
    .background--half:before {
        width: 100%;
        right: 0;
    }

    .background--half:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
    }
}

.background--half .module_container--inner {
    position: relative;
    z-index: 1;
}

@media (min-width: 769px) {
    .background--half .container--text {
        width: 47%;
        padding-top: 40px;
    }

    .background--half .container--text.text-right {
        margin-left: auto;
    }
}

.color--brand {
    color: #003087;
}

.color--dark {
    color: #2c2e2f;
}

.color--grey {
    color: #f6f6f6;
}

.color--success {
    color: #23a217;
}

.color--error {
    color: #b72121;
}

.dark {
    color: #ffffff;
}

.dark a {
    color: #ffffff;
    /*text-decoration: underline;*/
}

.dark a:hover {
    color: #ffffff;
}

.dark .bg--light a {
    color: #0070ba;
}

.dark .bg--light a:hover {
    color: #005ea6;
}

.dark .button--cta {
    color: #ffffff;
}

/*==================================
  --------- 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 {
    outline-width: 2px;
    outline-style: dotted;
    outline-color: inherit;
}

[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;
}

/*---------- 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: 50px;
    font-size: 5rem;
    animation: spin 0.8s infinite linear;
}

.js--hidden:not([role="tabpanel"]) {
    display: none !important;
}

.js--hidden[role="tabpanel"] {
    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: #003087;
    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: 7px;
    font-family: "PayPal Open", sans-serif;
    color: #2c2e2f;
    font-size: 1.6rem;
}

.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: #2c2e2f;
}

.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_description {
    margin-bottom: 15px;
}

.module-relative .module_container--grid {
    position: relative;
}

@media (min-width: 1025px) {
    .container--image.text-right img,
    .container--image.text-left img {
        min-width: 600px;
        min-width: auto;
        display: block;
    }

    .container--image-overlap .container--image.text-left img,
    .container--image-overlap .container--image.text-right img {
        min-width: auto;
    }
}

@media (max-width: 830px) {
    .container--image-overlap .module-images-wrap > div {
        display: block;
    }

    .container--image-overlap .module-images-wrap img {
        max-width: 48%;
        display: inline-block;
    }

    .container--image-overlap .module-images-wrap img:nth-child(2) {
        margin-top: 0;
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .container--image-overlap .module-images-wrap img {
        max-width: 100%;
    }

    .container--image-overlap .module-images-wrap img:first-child {
        display: none;
    }

    .container--image-overlap .module-images-wrap img:nth-child(2) {
        border: none;
    }
}

@media (min-width: 769px) {
    .container--text-wrap {
        max-width: 600px;
    }

    .text-right .container--text-wrap {
        margin-left: auto;
    }

    .module-image-top .module_container--outer,
    .module-image-bottom .module_container--outer {
        position: relative;
    }

    .container--image.text-right img {
        margin-left: auto;
    }

    .module-image-top {
        margin-top: 30px;
    }

    .container--image.negative-top img {
        margin-top: -100px;
    }

    .container--image.negative-bottom img {
        margin-bottom: -100px;
        position: relative;
        z-index: 5;
    }

    .floating--image {
        z-index: 5;
        margin-bottom: -9%;
        z-index: 3;
        position: relative;
        padding-left: 73px;
    }

    .container--image-overlap .container--text-wrap {
        max-width: none;
        padding-left: 0 !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .text-left .container--text-wrap {
        padding-right: 25px;
    }

    .text-right .container--text-wrap {
        padding-left: 25px;
    }

    .background--half .text-right .container--text-wrap {
        padding-left: 0;
    }

    .text-right.container--image.grid_col {
        padding-left: 45px;
    }

    .text-left.container--image.grid_col {
        padding-right: 25px;
    }
}

.text-right .container--text-wrap {
    text-align: left;
}

@media (min-width: 1025px) and (max-width: 1300px) {
    .text-right .container--text-wrap {
        padding-left: 25px;
    }
}

@media (max-width: 768px) {
    .container--text,
    .container--image {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .container--image img {
        display: block;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .container--flex-column {
        display: flex;
        flex-direction: column;
    }

    .container--flex-column .container--image:nth-child(3) {
        order: 2;
    }
}

.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 {
    font-family: "PayPal Open", sans-serif;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 5px 0;
    font-size: 1.4rem;
}

.module_link-more,
.button--cta {
    display: block;
    font-family: "PayPal Open TT", sans-serif;
    font-size: 1.6rem;
    line-height: 26px;
    font-weight: 600;
    color: #0070e0;
    position: relative;
    padding-right: 20px;
}

.module_link-more {
    padding-top: 24px;
}
.module_link-more:after,
.button--cta:after {
    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: url("../images/arrow-icon.png");
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 8px;
}

.dark .module_link-more:after,
.dark .button--cta:after {
    content: url("../images/arrow-icon-lt.png");
}

.module_link-more:hover,
.button--cta:hover {
    text-decoration: underline;
}

.module-response .button--cta {
    text-transform: initial;
}

.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 #003087;
    color: #2c2e2f;
    font-weight: normal;
}

.module_nav-link.selected,
.module_nav-link.selected:visited,
.module_nav .ModuleYearLink.selected,
.module_nav .ModuleYearLink.selected:visited,
.module_nav-link.selected:visited,
.module_nav-link.selected:visited:visited,
.module_nav .ModuleYearLink.selected:visited,
.module_nav .ModuleYearLink.selected:visited:visited {
    background-color: #003087;
    color: #ffffff;
}

@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: #2c2e2f;
}

.module_pager a[href] {
    color: #003087;
}

.module_reminder .module_label {
    margin-right: 10px;
}

.module_reminder.js--reminded {
    display: none;
}

.module_required {
    color: #2c2e2f;
}

.module_required-text {
    font-size: 1.3rem;
    color: #2c2e2f;
}

.module_rss {
    float: right;
}

.module_speakers li {
    margin-bottom: 5px;
}

.module_title {
    margin-bottom: 30px;
    font-size: 3.8rem;
    line-height: 4.7rem;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #003087;
}

.dark .module_title {
    color: #ffffff;
}

.light.module-featured-stories .module_title {
    color: #003087;
}

.page-reporting .module_title {
    font-size: 2.8rem;
}

.page-reporting .module_item-box--wrap {
    border-radius: 20px;
    padding-top: 37px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
}

.page-reporting .module-political-transparency .module_item-box--wrap {
    background: #fff;
}

.page-environ-sustain .module:not(.module-search) .module_title {
    font-size: 3.4rem;
}
.page-environ-sustain h4.module_item-trigger {
    text-transform: none;
}

.page-environ-sustain .module-our-approach .module_item-image--wrap {
    border-radius: 20px;
}
.page-environ-sustain .module-our-approach p,
.page-environ-sustain .module-climate-action p {
    text-align: left;
}

.page-environ-sustain .tab-header {
    padding: 40px 0px;
}
.page-environ-sustain img {
    max-width: 600px;
    border-radius: 20px;
}
.page-environ-sustain .content-img {
    width: 100%;
    margin: auto;
}
.page-environ-sustain .container--image figcaption {
    text-align: center;
}
.page-environ-sustain .climate-action-flex p {
    max-width: 600px;
    text-align: left;
}
.page-environ-sustain .margin-center {
    margin: auto;
}
.page-environ-sustain .ContentPaneDiv a {
    font-weight: 700;
}
.page-environ-sustain .module-climate-action .module_item-trigger {
    color: #003087;
    font-size: 22px;
}
.page-environ-sustain .footnote {
    max-width: 900px;
}
.page-environ-sustain .module-partnership img {
    width: 100%;
    max-width: 240px;
}

.module_inner-heading {
    margin: 20px 0;
    color: #003087;
    font-weight: 500;
    font-size: 38px;
    line-height: 47px;
    letter-spacing: -0.02em;
}

.small-heading .module_title {
    font-size: 2.8rem;
}

.smaller-heading .module_title {
    font-size: 2rem;
}

.heading-center .module_title {
    text-align: center;
}

.module_view-all-link {
    font-size: 1.4rem;
    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-family: inherit;
    font-size: 1.6rem;
    font-weight: 300;
}

.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 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 #003087;
    background: transparent;
}

.module_dropdown {
    background: #f6f6f6 url("../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;
}

/*------- Captcha Component ------*/
.CaptchaContainer {
    display: none;
}

.CaptchaContainer table tr:nth-child(1) {
    display: none;
}

.CaptchaContainer table tr:nth-child(2) td {
    padding-bottom: 20px;
}

.CaptchaContainer table tr:nth-child(3) td {
    padding-bottom: 5px;
    font-size: 1.4rem;
}

.CaptchaContainer table tr:nth-child(3) td span {
    display: none !important;
}

.CaptchaContainer table tr:nth-child(4) span {
    display: none !important;
}

.CaptchaContainer table tr td {
    padding-right: 10px;
}

@media only screen and (max-width: 768px) {
    .CaptchaContainer table tr td {
        padding-right: 0;
    }
}

.CaptchaContainer input[type="text"] {
    appearance: none;
    -webkit-appearance: none;
    display: block;
    max-width: none;
    padding: 15px 20px;
    border: none;
    border-radius: 0;
    background-color: #f6f6f6;
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 300;
}

.fancybox-container .CaptchaContainer table tr:nth-child(4) td {
    padding-bottom: 20px;
}

.fancybox-container .CaptchaContainer table tr td {
    padding-right: 0;
}

/*- 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 #003087;
}

.module-calculator_input input[type="checkbox"] + label {
    margin: 0;
}

.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.js--revealed[type="text"] {
    display: block;
}

@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 #003087;
        border-bottom: 2px solid #003087;
    }

    .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 -*/
@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 i:before {
    content: "\edc2";
}

.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: #003087;
}

.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%);
}

.module-download-list .module_item {
    padding: 30px 0 20px;
}

.module-download-list .module-downloads_description {
    display: block;
}

/*--------- 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: #ffffff;
}

.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 .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: #003087;
}

.module-event-calendar_splash p {
    font-size: 1.4rem;
    line-height: 1.2;
}

.module-event-calendar_controls {
    padding: 15px;
    background-color: #003087;
    font-weight: bold;
    color: #ffffff;
}

.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: #003087;
}

.module-event-calendar_day--selected {
    background-color: #003087;
    color: #ffffff;
}

.module-event-calendar_day--selected:after {
    background-color: #ffffff;
}

.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 #003087;
}

.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: #003087;
    color: #ffffff;
    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_header {
    background-color: #003087;
    color: #ffffff;
}

.module-financial-table_header-year-container {
    text-align: center;
}

.module-financial-table_header-year,
.module-financial-table_header-category.grid_col {
    padding: 20px 15px;
}

.module-financial-table_body-row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.module-financial-table_body-row:nth-child(even) {
    background-color: #f6f6f6;
}

.module-financial-table_body-year-container {
    text-align: center;
}

.module-financial-table_body-year,
.module-financial-table_body-category.grid_col {
    padding: 20px 15px;
}

.module-financial-table_item {
    display: inline-block;
    margin-right: 15px;
    font-size: 1.8rem;
    font-weight: normal;
}

.module-financial-table_item ~ .module_item {
    margin-right: 5px;
}

.module-financial-table_item--empty {
    opacity: 0.1;
}

@media only screen and (max-width: 768px) {
    .module-financial-table_item {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .module-financial-table_item {
        margin: 5px;
    }
}

.module-financial-table .slick-slider {
    display: inline-block;
    padding: 0;
}

.module-financial-table .slick-slide:focus {
    outline: none;
}

.module-financial-table .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 10;
}

.module-financial-table .slick-prev {
    left: 10px;
}

.module-financial-table .slick-next {
    right: 10px;
}

.module-financial-table .slick-disabled {
    opacity: 0.1;
    cursor: default;
}

.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: #003087;
    color: #ffffff;
}

@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: 5.5rem;
    padding: 0;
}

.module-latest-quarter .module_link-text {
    display: block;
    margin: 15px 0 0;
    font-size: 1.6rem;
    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: 5.5rem;
    line-height: 1;
    font-weight: normal;
}

.module-latest-quarter .module-financial_year-text {
    margin-top: 15px;
    font-size: 2.4rem;
}

.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: 1.4rem;
    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: 1.4rem;
}

.module-form_item legend {
    float: left;
    margin-bottom: 15px;
    font-size: 1.6rem;
}

.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%;
}

.fancybox-slide--form .fancybox-content {
    margin: 10px auto;
    max-width: 1000px;
    width: 80% !important;
    height: calc(100% - 20px);
    overflow: visible;
}

.fancybox-slide--form_confirmation .fancybox-content {
    max-width: 700px;
}

.fancybox-slide--form .fancybox-button--close {
    display: none;
}

.module-form--meeting {
    padding: 0 20px !important;
}

.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 {
    margin: 0 0 10px 0;
    color: #ffffff;
    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: #003087;
    color: #ffffff;
    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-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: "\e921";
    position: absolute;
    right: 20px;
    bottom: calc(50% - 19px);
    color: #2c2e2f;
}

.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: #2c2e2f;
}

.module-form--meeting .module_dropdown {
    color: #2c2e2f;
}

.module-form--meeting .module_input {
    color: #2c2e2f;
}

.module-form--meeting .module_required {
    display: none;
}

.module-form--meeting .module_actions {
    margin: 0 -20px;
    padding: 20px;
    background-color: #373737;
    text-align: right;
}

.module-form--meeting .module_actions .module_link {
    color: #ffffff;
    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_confirmation {
    font-size: 18px;
    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: #2c2e2f;
    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: #2c2e2f;
    font-weight: normal;
}

.module-glossary .module_header table a[href] {
    color: #003087;
}

/*---------- 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: "PayPal Open", 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 a[tabindex="-1"]:focus {
    /* navigation needs this for accessibility purpose  */
    outline-width: 2px !important;
    outline-style: dotted !important;
    outline-color: inherit !important;
}

/*Nav secondary*/
@media only screen and (min-width: 1025px) {
    .nav--secondary {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .nav--secondary {
        text-align: left;
    }

    .nav--secondary .level1 > li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .nav--secondary li.has-children > a {
        position: relative;
    }

    .nav--secondary .level1 > li.has-children > a: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: "\e910";
        font-size: 8px;
        color: #0070ba;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 5px;
        pointer-events: none;
    }

    .nav--secondary .level1 > li.has-children.js--expanded > a:before {
        content: "\e912";
        color: #005ea6;
    }

    .nav--secondary a {
        display: block;
        font-family: "PayPal Open", sans-serif;
        font-weight: normal;
        font-size: 1.6rem;
        color: #2c2e2f;
        padding: 10px 0;
    }

    .nav--secondary a:hover {
        text-decoration: none;
        color: #2c2e2f;
    }

    .nav--secondary .level1 > li {
        display: block;
    }

    .nav--secondary .level1 > li.selected a,
    .nav--secondary .level1 > li.expanded a {
        display: block;
    }

    .nav--secondary .level1 > li.js--expanded a {
        display: block;
    }

    .nav--secondary .level1 > li.js--expanded > a,
    .nav--secondary .level1 > li.expanded > a {
        color: #005ea6;
    }

    .nav--secondary .level1 > li:last-child {
        margin-top: 20px;
        margin-left: -5px;
    }

    .nav--secondary .level1 > li:last-child > a {
        padding: 15px 5px;
        color: #0070ba;
        position: relative;
    }

    .nav--secondary .level1 > li:last-child > a:after {
        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: "\edbe";
        display: inline-block;
        vertical-align: middle;
        margin-left: 8px;
        font-size: 8px;
        font-weight: bold;
    }

    .nav--secondary .level2 {
        opacity: 1 !important;
        display: none;
    }

    .nav--secondary .level1 > li.js--expanded > .level2 {
        display: block;
    }

    .nav--secondary .level2 > li {
        display: block;
    }

    .nav--secondary .level2 > li > a {
        padding: 10px 20px;
    }

    .nav--secondary .level2 > li.js--expanded > a,
    .nav--secondary .level2 > li.selected > a {
        color: #005ea6;
    }

    .nav--secondary .level3 {
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0;
        width: 0;
    }
}

@media screen and (max-width: 765px) and (orientation: landscape) {
    .nav--secondary {
        padding-bottom: 85px;
    }
}

/*Footer Nav*/
@media only screen and (min-width: 1201px) {
    .module-footer-nav {
        padding-right: 10px;
    }

    .nav--footer {
        border-right: 1px solid #eaeced;
    }

    .nav--footer .level2 {
        display: block !important;
        opacity: 1 !important;
    }

    .nav--footer .level1 > li a:hover {
        color: #005ea6;
    }
}

.nav--footer .level1 > li a:hover {
    text-decoration: none;
}

.nav--footer .level1 > li {
    display: inline-block;
    vertical-align: text-top;
    padding: 10px 2%;
}

.nav--footer .level1 > li a {
    display: block;
}

.nav--footer .nav--footer_heading-link {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #2c2e2f;
    margin-bottom: 16px;
}

.nav--footer .level2 a {
    font-size: 1.3rem;
    color: #6c7378;
    padding: 5px 0;
}

@media only screen and (max-width: 1200px) {
    .module-footer-nav {
        text-align: left !important;
    }

    .nav--footer .level1 > li {
        display: block;
        border-bottom: solid 1px #eaeced;
        padding: 0;
    }

    .nav--footer .level1 > li:first-child {
        border-top: solid 1px #eaeced;
    }

    .nav--footer .nav--footer_heading-link {
        margin: 0;
        position: relative;
        padding: 12px 10px 12px 20px;
    }

    .nav--footer .level1 > li.has-children a: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: "\edc2";
        font-size: 8px;
        color: #0070ba;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }

    .nav--footer .level1 > li.has-children.sfHover a:before,
    .nav--footer .level1 > li.has-children.js--expanded a:before {
        content: "\edba";
    }

    .nav--footer .level2 {
        padding-left: 20px;
        display: none;
    }

    .nav--footer .level1 > li.sfHover > .level2,
    .nav--footer .level1 > li.js--expanded > .level2 {
        display: block;
    }
}

.nav--sitemap {
    max-width: 1440px;
    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: #2c2e2f;
    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;
    }
}

/*Module Stay Connected*/
@media only screen and (min-width: 1201px) {
    .module-social-media {
        text-align: right;
    }

    .module-social-media .module_container--outer {
        display: inline-block;
        text-align: left;
    }
}

.module-social-media .module_title {
    padding-top: 15px;
    color: #6c7378;
    text-transform: capitalize;
}

.module-social-media li {
    display: inline-block;
    margin: 3px 9px;
}

.module-social-media li:first-child {
    margin-left: 0;
}

.module-social-media li:last-child {
    margin-right: 0;
}

.module-social-media li a {
    display: block;
}

.module-social-media li a:hover {
    text-decoration: none;
}

/*.module-social-media li a span {
    display: block;
    font-size: 2.5rem;
    height: 25px;
    width: 25px;
    color: #333;
    background: #FFFFFF;
    opacity: 0.25;
    transition: 0.3s ease-in-out;
  }*/

.module-social-media li a:hover > span {
    opacity: 1;
}

@media only screen and (max-width: 1200px) {
    .social-links_container {
        padding-top: 10px;
    }

    .module-social-media li {
        margin: 10px 15px;
    }

    .module-social-media li a span {
        font-size: 3.3rem;
        width: 33px;
        height: 33px;
    }
}

/*Module Footer Links*/
.module-footer-links .copyright,
.module-footer-links .module-legal-links {
    display: inline-block;
    letter-spacing: 0.2px;
}

.module-footer-links .module-legal-links {
    margin-left: 20px;
}

.module-footer-links .module-legal-links li {
    display: inline-block;
    margin: 0 10px;
}

.module-footer-links .module-legal-links li a {
    font-family: "PayPal Open", sans-serif;
}

@media only screen and (max-width: 768px) {
    .module-footer-links .copyright,
    .module-footer-links .module-legal-links {
        display: block;
        margin: 0;
    }

    .module-footer-links .module-legal-links li {
        display: block;
        margin: 20px 10px 10px;
    }

    .module-footer-links .module-legal-links li a {
        padding: 10px 5px;
    }
}

/*-------- News Module CSS -------*/
.module-news .module_nav {
    display: none;
}

.module-news-latest .module_container--outer {
    position: relative;
}

.module-news-latest .ModuleTitle {
    color: #fff;
}

.module-news-latest .module_title {
    text-align: left;
}

.module-news-latest .module_container--content {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    padding: 0;
    margin-bottom: 20px;
    margin-left: -30px;
}

.module-news-latest .module_container--content .slick-list {
    width: 100%;
}

.module-news-latest .slick-slide {
    height: auto;
    float: none;
}

.module-news-latest .module_item {
    margin: 19px 0 20px;
    padding: 0 0 0 30px;
    border: none;
    text-align: left;
    height: 100%;
}

.module-news-latest .module_item-wrap {
    height: 100%;
    padding: 38px;
    background: #ffffff;
    border-radius: 20px;
}

.module-news-latest .module_headline {
    font-family: "PayPal Open", sans-serif;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 15px;
    min-height: 61px;
}

.module-news-latest .module_shortbody {
    color: #2c2e2f;
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 15px;
    min-height: 115px;
}

.module-news-latest .button--cta {
    padding-right: 0;
    font-family: "PayPal Open", sans-serif;
    position: absolute;
    top: 15px;
    right: 15px;
    text-decoration: none;
}

.module-news-latest .button--cta:after {
    content: url("../images/Path-arrow.png");
}

@media (min-width: 769px) {
    .PageHome .module-news-latest .button--cta {
        position: absolute;
        top: 20px;
        right: 20px;
        color: #ffffff;
        text-transform: initial;
    }
}

@media (max-width: 768px) {
    .module-news-latest .module_container--content {
        padding-bottom: 80px;
        margin-bottom: 55px;
        margin-left: 0;
    }

    .module-news-latest .module_item {
        padding: 0;
    }

    .module-news-latest .slick-arrow,
    .module-response .slick-arrow {
        transform: translateY(0);
        top: auto;
        bottom: -4px;
    }

    .module-news-latest .slick-prev,
    .module-response .slick-prev {
        left: calc(50% - 90px);
    }

    .module-news-latest .slick-next,
    .module-response .slick-next {
        right: calc(50% - 90px);
    }

    .module-news-latest .slick-dots {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}

.module-news-latest .module_headline-link,
.module-news-latest .module_headline-link:visited {
    color: #003087 !important;
}

.module-news-latest .module_links {
    margin: 0;
}

.module-news-latest .module_link-more {
    color: #0070ba;
}

.module-news-latest .module_link-more:hover {
    color: #0070ba;
    text-decoration: underline;
}

.module-news-stories .module_container--outer {
    position: relative;
}

.module-news-stories .module_title {
    font-size: 2rem;
}

@media (min-width: 769px) {
    .module-news-stories .module_title {
        left: 30px;
    }
}

@media (min-width: 481px) {
    .module-news-stories .slick-slider {
        padding-right: 0;
        padding-left: 0;
        padding-top: 60px;
    }

    .module-news-stories .module_title {
        display: inline-block;
        margin: 0;
        position: absolute;
        top: 7px;
    }
}

@media (max-width: 450px) {
    .module-news-latest .button--cta {
        bottom: -50px;
        left: 15px;
        top: unset;
        right: unset;
    }
}

.module-news-list .module_item {
    padding-left: 0;
    padding-top: 20px;
}

.module-news-list .module_item + .module_item {
    border-top: 1px solid rgba(55, 55, 55, 0.25);
}

.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 .module_link {
    margin: 0;
    display: block;
    font-weight: normal;
    text-transform: none;
}

.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 {
    margin-top: 10px;
}

.module-news-details .module_multimedia-size .module_file-size {
    display: inline;
}

.module-news-details .module_multimedia-size .module_file-resolution:before {
    content: "(";
}

.module-news-details .module_multimedia-size .module_file-resolution:after {
    content: ")";
}

@media only screen and (max-width: 1024px) {
    .module-news-details .module_multimedia-item {
        margin-bottom: 30px;
    }
}

/*------ Person List Module ------*/
.module-person .module-person_description,
.module-person .module_comma {
    display: none;
}

.module-person .module_item {
    position: relative;
    padding: 0 0 20px 20px;
    border: none;
    text-align: center;
    margin-bottom: 40px;
}

.module-person .module_item:hover .module-person_name-container {
    opacity: 1;
    visibility: visible;
}

.module-person .module-person_photo-container {
    border-radius: 100%;
    /*overflow: hidden;*/
    display: inline-block;
    margin: 0 auto;
    position: relative;
    transition: 0.3s ease-in-out;
}

.module-person_photo-container > a {
    position: relative;
    display: block;
}

.module-person .module-person_photo-container span.q4-icon_more {
    position: absolute;
    background-color: #ffffff;
    color: #003087;
    border-radius: 100%;
    display: inline-block;
    bottom: 5px;
    right: 6%;
    width: 38px;
    height: 38px;
}

.module-person .module-person_photo-container span.q4-icon_more:before {
    content: "+";
    border-radius: 100%;
    line-height: 1;
    padding: 6.5px;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    width: 38px;
    height: 38px;
}
.module-winners.module-person .module-person_photo-container span.q4-icon_more:before {
    position: absolute;
    left: 0px;
    top: 0px;
}
.module-person_photo-container span.q4-icon_more:hover:before {
    background: #ffffff;
    border-color: #ffffff;
}

.module-person .module-person_photo-container img {
    width: 100%;
    vertical-align: top;
    /*max-width: 200px;*/
    max-width: 350px; /* related to case 00622369*/
    margin: 0 auto;
    border-radius: 20px;
}

.module-person_link {
    color: #2c2e2f;
    text-transform: none;
}

.module-person h3 {
    text-transform: none;
    margin-top: 20px;
    max-width: 208px;
    margin-left: auto;
    margin-right: auto;
}

.module-person-details_description-container > span {
    display: block;
}

.module-person-details_description-container .module-person-details_description {
    order: 1;
    width: calc(100% - 290px);
}

.module-person-details_description-container .module-person-details_highlights {
    max-width: 290px;
    width: 100%;
}

.module-person .module-person_name {
    display: block;
    font-size: 20px;
}

.module-person .module-person_name a {
    font-family: "PayPal Open", sans-serif;
    color: #003087;
}

.module-person_photo-container:hover + .module-person_name-container .module-person_name a,
.module-person .module-person_name a:hover {
    color: #005ea6;
    text-decoration: none;
}

.person--assets > br {
    display: none;
}

.module-person .module-person_suffix,
.module-person_title {
    font-size: 18px;
    font-family: "PayPal Open", sans-serif;
}

.module-person-details_highlights ul.module-socials {
    padding: 0;
    list-style: none;
    margin: 0;
    text-align: left;
}

.module-person-details_highlights ul.module-socials li {
    display: inline-block;
}

.module-person-details_highlights ul.module-socials li ~ li {
    margin-left: 14px;
}

.fancybox-container .module-person .module_item {
    max-width: 1440px;
    /*  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: #2c2e2f;
}

.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: #003087;
}

@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: #003087;
}

@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: #003087;
    color: #ffffff;
    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: #003087;
}

.module-person-details_title {
    display: block;
    font-size: 2.4rem;
}

.module-person-details_description-container {
    margin-top: 40px;
    display: flex;
}

.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: #2c2e2f;
    font-size: 0;
    text-align: left;
    color: #ffffff;
    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: #2c2e2f;
    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: "PayPal Open", 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: #ffffff url("../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: #003087;
    color: #ffffff !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 h2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 1.6rem;
    margin: 0;
    transition: 0.3s ease-in-out;
    background: -webkit-linear-gradient(#00A9E1 0%, #01A7DF 1%, #0985C4 20%, #106AAF 39%, #1457A0 59%, #174C97 79%, #184894 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }*/

.module-search h2 .q4-icon_search:before {
    color: #0070ba;
}

.module-search_input[type="text"] {
    font-family: "PayPal Open", sans-serif;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 28px;
    width: 100%;
    background: #ffffff;
    padding: 15px 20px;
    margin: 0;
    transition: 0.3s ease-in-out;
}

.module-search_input::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.4;
}

.module-search_input::-moz-placeholder {
    color: inherit;
    opacity: 0.4;
}

.module-search_input:-ms-input-placeholder {
    color: inherit;
    opacity: 0.4;
}

.module-search_button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 15px;
    height: 16px;
    padding: 0;
    border: 0;
    background: transparent url("../design/svg/icon-arrow-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0;
    cursor: pointer;
}

.module-search-result_link {
    margin-bottom: 15px;
}

.module-search-result_description {
    display: block;
    margin-bottom: 15px;
}

.module-search-result_description:after {
    content: "...";
}

.module-search-result_url {
    display: none;
}

.module-search-results {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
}

.module-search-results .form_fields-right input {
    width: 100%;
    border-color: #003087;
    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: 42px;
    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: #0070ba;
    clear: both;
    display: table;
    font-size: 20px;
}

.module-search-results .form_field--search {
    margin-bottom: 35px;
}

.module-search-results .form_field.form_field--content {
    display: none;
}

.module-search-results .form_label {
    color: #2c2e2f;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    margin-bottom: 7px;
}

.module-search-results .form_select {
    color: #2c2e2f;
    font-size: 14px;
    width: 100%;
    border-color: #eaeced;
    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: 1px solid #eaeced;
    border-radius: 0;
    box-shadow: none;
    padding: 15px;
    display: block;
}

.module-search-results_link {
    text-transform: uppercase;
    color: #0070ba;
    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: #2c2e2f;
    font-size: 14px;
    text-shadow: 0 1px 0 #ffffff;
    line-height: 1.5;
    font-weight: 400;
}

.module-search-results_summary {
    color: #2c2e2f;
    font-size: 20px;
    line-height: 21px;
    text-shadow: 1px 1px #ffffff;
    font-weight: 400;
    margin: 0 0 30px;
}

.module-search-results_summary span {
    color: #0070ba;
}

.module-search-results_pager {
    float: right;
}

.module-search-results .pager_list {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
}

.module-search-results .pager_list-item {
    background-color: #eeeeee;
    margin: 1px 0;
    font-weight: 400;
    color: #939ba0;
    font-size: 13px;
    line-height: 17px;
    cursor: pointer;
    position: relative;
}

.module-search-results .pager_list-item a {
    display: block;
    color: #939ba0;
    transition: 0.3s ease-in-out;
    padding: 11px 6px;
}

.module-search-results .pager_list-item a.active,
.module-search-results .pager_list-item a:hover {
    color: #0070ba;
}

.module-search-results .pager_list-item--previous,
.module-search-results .pager_list-item--next {
    position: relative;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
}

.module-search-results .pager_list-item--previous > a,
.module-search-results .pager_list-item--next > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 29px;
    height: 39px;
    text-align: center;
    background-color: #eeeeee;
}

.module-search-results .pager_list-item--previous > a:after,
.module-search-results .pager_list-item--next > a:after {
    content: "\edbe";
    font-family: "q4-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #0070ba;
    vertical-align: top;
}

.module-search-results .pager_list-item--previous {
    transform: rotate(180deg);
}

.module-search-results .pager_list-item--next {
    margin-right: 25px;
}

.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: #003087;
}

.module-sec .module_header-text {
    padding: 15px 8px;
    color: #ffffff;
}

.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 #003087;
    }

    .module-sec .module_item {
        padding: 15px 0;
    }

    .module-sec .module_item:first-child {
        border-top: 2px solid #003087;
    }

    .module-sec .module_item:last-child {
        border-bottom: 2px solid #003087;
    }

    .module-sec .module_item .grid_col {
        padding: 0 5px;
    }

    .module-sec .module_item + .module_footer {
        border-bottom: 2px solid #003087;
    }
}

.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: #003087;
    outline: 0;
}

.module-skip_link:visited {
    color: #ffffff;
}

.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: #ffffff;
}

.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;
}

/*Paypal Response Homepage*/
.module-response .slick-slider {
    padding: 0 30px 0 50px;
}

.module-response .module_containner--grid {
    padding-bottom: 6rem;
}

/*Module Featured Stories*/
.module-featured-stories .slick-slider {
    padding-right: 0;
    padding-left: 0;
    padding-top: 8.5rem;
}

.module-featured-stories .slick-slide {
    padding: 0 10px;
}

.module-featured-stories .slick-track {
    margin-left: 0 !important;
}

.module-featured-stories .slick-arrow {
    transform: translateY(0);
    top: 0;
    right: 10px;
    height: 4.6rem;
    width: 4.6rem;
    line-height: 1.8rem;

    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.module-featured-stories .slick-prev {
    left: auto;
    right: 150px;
}

.module-featured-stories .slick-dots {
    position: absolute;
    right: 85px;
    top: 5px;
}

@media (min-width: 1025px) {
    .module-featured-stories-news .slick-prev {
        right: 135px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .module-featured-stories .slick-prev {
        right: 170px;
    }

    .module-featured-stories.module-featured-stories--st-communities .slick-prev {
        right: 145px;
    }
}

@media (max-width: 768px) {
    .module-featured-stories .slick-slide {
        padding: 0;
    }

    .module-featured-stories .slick-prev {
        right: 210px;
    }

    .module-featured-stories.module-featured-stories--st-communities .slick-prev {
        right: 160px;
    }
}

@media (min-width: 769px) {
    .module-featured-stories.module-featured-stories-employees .slick-prev {
        right: 140px;
    }
}

@media (max-width: 768px) {
    .module-featured-stories.module-featured-stories-employees .slick-prev {
        right: 170px;
    }

    .module-featured-stories .slick-arrow {
        transform: translateY(0);
        top: 50%;
    }

    .module-featured-stories .slick-prev {
        left: -1.5rem;
    }

    .module-featured-stories .slick-next {
        right: -1.5rem;
    }

    .module-featured-stories .slick-dots {
        right: calc(50vw - 4rem);
        top: unset;
        bottom: -2rem;
    }

    .module-featured-stories.module-featured-stories-employees .slick-prev {
        right: unset;
        left: -1.5rem;
    }
}

@media screen and (max-width: 480px) {
    .module-featured-stories .slick-slider {
        padding-top: 0;
    }

    .module-featured-stories .slick-arrow {
        top: calc(50% - 4.25rem);
    }
}

.module-featured-stories .module_container--outer {
    position: relative;
}

.module-featured-stories .module_title {
    color: #ffffff;
}

@media (min-width: 481px) {
    .module-featured-stories .module_title {
        display: inline-block;
        margin: 0;
        position: absolute;
        top: -1rem;
    }
}

@media (min-width: 769px) {
    .module-featured-stories .module_container--outer {
        padding-right: 10px;
        padding-left: 10px;
    }

    .module-featured-stories .module_title {
        left: 30px;
    }
}

.module-featured-stories .module_item-box {
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.module-featured-stories .module_item-box--wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 4.1rem 3.2rem;
    border-radius: 2rem;
}

.module-featured-stories .module_item-box--wrap p {
    margin-top: 0;
    margin-bottom: 1.1rem;
    line-height: 3rem;
    font-weight: 300;
}

.module-featured-stories .module_item-box--wrap .item-box_heading {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    margin-bottom: 2.3rem;
}

.module-featured-stories .module_loader {
    text-align: center;
    margin-top: 50px;
}

@media screen and (max-width: 769px) {
    .module-featured-stories .module_item-box--wrap {
        padding: 4.1rem;
    }
}

/* Module Additional Resources */

.module-additional-resources .module_item-box--wrap {
    display: flex;
    align-items: flex-start;
    /* padding: clamp(1rem, 0.2936rem + 2.0183vw, 3.2rem); */
    /*padding: 40px;*/
    padding: 20px;
    background-color: #ffffff;
    border-radius: 2rem;
    position: relative;
}
.module-additional-resources .module_item-box--wrap .module_link-more {
    /*position: absolute;
    bottom: 20px;*/
    padding: 0;
}
.module-additional-resources .module_item-box_image::before {
    content: "";
    display: inline-block;
    background: url("../images/additional-resources.jpeg") center center no-repeat;
    background-size: cover;
    width: 7.2rem;
    min-height: 7.2rem;
}

.module-additional-resources .module_item-box_image-dl::before {
    background: url("../images/additional-resources-dl.jpeg") center center no-repeat;
}

.module-additional-resources .module_item-box_image.background--cover {
    padding: 18px 10px 18px 20px;
    background-color: #f7f9fa;
}

.module-additional-resources .module_item-box_image.background--contain {
    background-color: #005ea6;
}

.module-additional-resources .module_item-box_image:not(.background--color) .item-box_image-bg {
    height: 100%;
    background-color: #005ea6;
    background-repeat: no-repeat;
    background-position: center;
}

.module-additional-resources .module_item-box_image.background--contain .item-box_image-bg {
    background-size: contain;
}

.module-additional-resources .module_item-box_text {
    padding-left: 3.2rem;
    width: calc(100% - 7.2rem);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.module-additional-resources-dl.module-additional-resources .module_link-download {
    padding-left: 0;
    color: #0070ba;
    margin-right: 5px;
    position: relative;
}

.module-additional-resources-dl.module-additional-resources .module_link-download:after {
    display: none;
}

.module-additional-resources-dl .module_link-download .module_link-text:before {
    content: "Read More";
}

.module-additional-resources-dl .module_link-download.link--pdf .module_link-text:after {
    content: "Download";
}

.module-additional-resources-dl .module_link-download:not(.link--pdf) span.module_link-text:after {
    content: "\e911";
    font-family: "q4-icons";
    font-size: 10px;
    margin-right: 5px;
    padding-left: 5px;
}

.module-additional-resources-dl .module_link-download.link--pdf span.module_link-text:before {
    content: "\e903";
    font-family: "q4-icons";
    margin-right: 5px;
}

.module-additional-resources .item-box_heading {
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin-bottom: 1.25rem;
}

/* .module-additional-resources .module_link-download,
  .module-additional-resources .module_link-more {
    display: inline-block;
    font-family: "PayPal Open", sans-serif;
    font-size: 1.8rem;
    line-height: 1.3;
    color: #2c2e2f;
    margin-right: 0;
    padding-left: 0;
    padding-right: 5px;
    position: relative;
  } */

/* .module-additional-resources .module_link-download:after,
  .module-additional-resources .module_link-more:after {
    content: "\e911";
    font-family: q4-icons;
    display: inline-block;
    vertical-align: baseline;
    font-size: 10px;
    padding-left: 5px;
    margin: 0;
    line-height: unset;
  } */

.module-additional-resources .item-box_file-container {
    display: inline-block;
}

.item-box_file-type,
.item-box_file-size {
    font-family: "PayPal Open", sans-serif;
    font-size: 1.3rem;
    color: #6c7378;
    opacity: 0.6;
    display: inline-block;
}

.item-box_file-size {
    text-transform: lowercase;
    margin-left: 2px;
}

.module-additional-resources-images .module_item-box_text {
    padding-left: 20px;
    padding-right: 25px;
}

/*------ Stock Chart Widget ------*/
.module-stock-chart .js--hidden[data-highcharts-chart] {
    display: block !important;
    max-height: 0;
    overflow: hidden;
}

.module-stock-chart .highcharts-legend-item:first-child path {
    stroke: #003087;
}

.module-stock-chart .highcharts-legend-item:first-child text {
    cursor: default !important;
}

.module-stock-chart .highcharts-series-0 {
    stroke: #003087;
}

.module-stock-chart .highcharts-series-0 path:first-child {
    stroke: #003087;
}

.module-stock-chart .highcharts-series-group .highcharts-series-2 path {
    stroke: #003087;
    stroke-width: 2px;
}

.module-stock-chart .highcharts-navigator rect {
    fill: rgba(0, 111, 186, 0.6);
}

.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: #003087;
}

.module-stock-chart .highcharts-navigator-handle-right path,
.module-stock-chart .highcharts-navigator-handle-left path {
    stroke: #ffffff;
}

.module-stock-chart .highcharts-highcharts-scrollbar g:first-of-type rect {
    fill: #003087;
    stroke: #003087;
}

.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: #2c2e2f;
}

.module-stock-chart .highcharts-container > svg > .highcharts-button {
    display: none;
}

/*------ 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: #ffffff;
}

.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_value .module-stock_price:before,
.module-stock_value .module-stock_high:before,
.module-stock_value .module-stock_low:before,
.module-stock_value .module-stock_open:before,
.module-stock_value .module-stock_close:before,
.module-stock_value .module-stock_week-low:before,
.module-stock_value .module-stock_week-high:before,
.module-stock_value .module-stock_previous-close:before {
    content: "$";
}

.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;
    font-size: 1.6rem;
}

.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: 1.4rem;
}

.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;
}

.module-subscribe .CaptchaContainer {
    width: 50%;
}

@media only screen and (max-width: 768px) {
    .module-subscribe .CaptchaContainer {
        width: 100%;
    }
}

/* 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;
    font-size: 1.4rem;
    margin-bottom: 5px;
}

.module-unsubscribe_table .module_input[type="text"],
.module-unsubscribe_table .module_input[type="email"] {
    background-color: #ffffff;
}

/*==================================
  ----------- 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 -------*/
.layout_inner {
    overflow-x: hidden;
}

.layout--home .pane--content {
    text-align: center;
}

.layout--home .pane--banner {
    max-height: none;
}

.layout--home .pane--banner .pane_inner {
    padding-top: 130px;
    padding-bottom: 150px;
    max-height: none;
    /*max-width:100vw;*/
}

.layout--home .module-banner-text {
    min-height: 300px;
    height: 1px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    max-width: 1400px;
}

@media only screen and (min-width: 1025px) {
    .layout--home .module-banner-text {
        /*max-width: 1340px;*/
        max-width: 745px;
        /*margin:0px auto;*/
    }
}

.layout--home .pane--navigation .module-breadcrumb {
    display: none;
}

@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: fixed;
    top: 0;
    width: 100%;
    /*padding: 25px 0;*/
    padding: 20px 0;
    z-index: 200;

    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    transition: 0.3s ease-in-out;
    background: #ffffff;
}

.js--header-small .pane--header {
    background: #ffffff;
    /*padding: 20px 0;*/
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.pane--header .pane_inner {
    position: relative;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 50px;
}

.pane--header .module-logo img {
    margin-bottom: -10px;
    max-width: 185px;
}

.pane--header .module-logo .background-light {
    display: block;
}

.js--header-small .pane--header .module-logo .background-light {
    display: block;
}

.pane--header .module-logo .background-dark {
    display: none;
}

.pane--header .module-search .module_container--inner {
    position: absolute;
    right: 20px;
    top: calc(100% + 20px);
    width: 100%;
    max-width: 264px;
    visibility: hidden;
    opacity: 0;
}

.pane--header .module-search .js--revealed.module_container--inner {
    visibility: visible;
    opacity: 1;
}

.pane--header .module-search_input[type="text"] {
    max-width: none;
    letter-spacing: 0.2px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.16);
}

.pane--header .module-search_button {
    height: 15px;
    width: 15px;
}

.pane--header .module,
.pane--header .nav {
    vertical-align: middle;
}

.pane--header .layout_toggle {
    display: none;
    font-size: 2rem;
    text-align: right;
    color: #2c2e2f;
}

.pane--header .layout_toggle i:focus {
    outline: none;
}

.js--mobile .pane--header .layout_toggle i:before {
    content: "\e91c";
}

@media only screen and (max-width: 1024px) {
    .pane--header {
        padding: 0 !important;
    }

    .pane--header .pane_inner {
        padding: 24px 15px 20px;
    }

    .js--header-small .pane--header .pane_inner {
        padding: 20px 15px 20px;
    }

    .pane--header .module {
        vertical-align: middle;
    }

    .pane--header .module-logo img {
        margin-bottom: 0;
        max-width: 145px;
    }

    .pane--header .layout_toggle {
        display: inline-block;
    }

    .pane--header .nav,
    .pane--header .module-search {
        display: none;
    }
}

.pane--banner {
    background: none;
    background-color: #faf8f5;
    color: #003087;
    padding-top: 80px;
    position: relative;
    /* min-height: 520px; */
}

.module-banner-text .module_text-large {
    font-weight: 700;
    font-family: "PayPal Open Bold";
    font-size: 62px;
    line-height: 72px;
    letter-spacing: -0.02em;
    max-width: clamp(44rem, 4.1429rem + 40.1786vw, 62rem);
}

@media only screen and (max-width: 1024px) {
    .pane--banner {
        padding-top: 91px;
        /*max-height: none;*/
    }
}

.pane--banner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background: rgba(0, 0, 0, 0.4); */
}

.page-who-we-are .pane--banner {
    background-image: url("../design/banner/who_we_are-banner.jpg");
}

.page-mission-vision .pane--banner {
    background-image: url("../design/banner/mvv-banner.jpg");
}

.page-history .pane--banner {
    background-image: url("../design/banner/history-facts2-banner.jpg");
    background-position: 50% 9%;
}

.section-leaders .pane--banner,
.ParentSection_senior-leaders .pane--banner {
    background-image: url("../design/banner/leaders2-banner.jpg");
    background-position: 50% 73%;
}
.section-leaders .button--cta {
    margin-top: 32px;
}
.page-family-brands .pane--banner {
    background-image: url("../design/banner/fam_of_brands-banner.jpg");
}

.page-pypl-ventures .pane--banner {
    background-image: url("../design/banner/pypl-ventures-banner.jpeg");
}

.page-how-we-work .pane--banner {
    background-image: url("../design/banner/how-we-work-banner.jpg");
}

.page-how-we-work .pane--navigation {
    background-color: #faf8f5;
}

.page-employees .pane--banner {
    background-image: url("../design/banner/How-we-work/employees-culture.jpg");
}

.page-environ-sustain .pane--banner {
    background-image: url("../design/banner/GreenTeam-banner.jpg");
    background-position: 50% 30%;
}

.page-diversity-inclusion .pane--banner {
    background-image: url("../design/banner/divers-incl-banner.jpg");
}

.page-strategic-partn .pane--banner {
    background-image: url("../design/banner/strategic-partn_new-banner.jpg");
    background-position: 50% 75%;
}

.page-trust-privacy .pane--banner {
    background-image: url("../design/banner/trust-privacy-banner.jpg");
}

.page-trust-privacy .pane--banner {
    background-image: url("../design/banner/trust-privacy-banner.jpg");
}

.page-resp-business .pane--banner {
    background-image: url("../design/banner/resp-business-banner.jfif");
    background-position: 50% 30%;
}

.page-values-action .pane--banner {
    background-image: url("../design/banner/values-in-action-banner.jfif");
}

.page-improving-fin .pane--banner {
    background-image: url("../design/banner/improving-financial-banner.jpeg");
    background-position: 50% 20%;
}

.page-empowering .pane--banner {
    background-image: url("../design/banner/empowering-banner.jfif");
    background-position: 50% 10%;
}

.page-power-giving .pane--banner {
    background-image: url("../design/banner/powering-giv-banner.jpg");
    background-position: 50% 18%;
}

.page-strength-comm .pane--banner {
    background-image: url("../design/banner/strength-comm-banner.jpg");
}

.page-equality .pane--banner {
    background-image: url("../design/banner/equality-banner.jpg");
}

@media screen and (max-width: 992px) {
    .module-banner-text .module_text-large {
        font-size: clamp(4rem, 1.9375rem + 4.2969vw, 6.2rem);
        line-height: clamp(4.6rem, 2.1625rem + 5.0781vw, 7.2rem);
        max-width: none;
    }
}

@media only screen and (max-width: 1024px) {
    .pane--banner {
        padding-top: 91px;
    }
}

.pane--banner .pane_inner {
    position: relative;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2.5rem;
    padding-bottom: 5rem;
    min-height: 48.4rem;
}

/* Banners */
@media only screen and (min-width: 992px) {
    .layout--home .pane--banner .pane_inner {
        min-height: 69.2rem;
    }

    .layout--home .pane--banner .pane_inner::after {
        background-image: url("../design/banner/paypal/about-us-header-image-tall-2x.png");

        /*background-image: url("../design/banner/paypal/careers-homepage-banner.png");*/
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
        content: "";
        bottom: 0px;
        right: 0px;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .layout--home .pane--banner .pane_inner {
        z-index: 1;
    }
}

.pane--banner h1 {
    margin: 0;
}

@media only screen and (max-width: 1024px) {
    .pane--banner .pane_inner {
        max-height: none;
    }
}

@media only screen and (max-width: 768px) {
    .pane--banner h1 {
        margin-bottom: 32px;
    }
}

/* Interior Banners */
.layout--one-column .pane--banner {
    background: none;
    background-color: #faf8f5;
    color: #ffffff;
    padding-top: 80px;
    position: relative;
    max-height: none;
}

.layout--one-column .pane--banner .pane_inner {
    position: relative;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    min-height: 48.4rem;
    padding-bottom: 25px;
}

.layout--one-column .pane--banner h1 {
    color: #003087;
    /* 7.2rem @ 1440px -> 4rem @ 480px */
    font-size: 7.2rem;
    /* 8.2rem @ 1440px -> 5rem @ 480px */
    line-height: 8.2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.layout--one-column .pane--banner .module-banner-text p {
    color: #001435;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    max-width: 500px;
}

.layout--one-column .pane--banner::before {
    display: none;
}

.layout--one-column .pane--banner .pane_inner {
    max-height: none;
}

@media screen and (min-width: 992px) {
    .layout--one-column .pane--banner h1,
    .layout--one-column .pane--banner p {
        /* 60rem @ 1440px -> 48rem @ 992px */
        max-width: clamp(48rem, 21.4286rem + 26.7857vw, 60rem);
    }

    .layout--one-column .pane--banner .pane_inner {
        z-index: 1;
    }

    .layout--one-column .pane--banner .pane_inner::after {
        /* background-image: url('../design/banner/who-we-are.png'); */
        background-image: url("../design/banner/Graphic_sep12_full.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        content: "";
        bottom: 0px;
        right: 0px;
        position: absolute;
        width: 100%;
        height: 100%;
        max-height: 484px;
        z-index: -1;
        top: 0px;
    }
    .page-award .layout--one-column .pane--banner .pane_inner::after {
        background-image: none;
    }
    .page-mlwaward .layout--one-column .pane--banner .pane_inner::after {
        background-image: none;
    }
    /* Background Images */

    /* Who We Are */
    .page-who-we-are .pane--banner .pane_inner::after {
        /*background-image: url("../design/banner/paypal/who-we-are.png");*/
        background-image: url("../design/banner/paypal/Who-We-Are-Home-Page-Header.png");
    }

    .page-mission-vision .pane--banner .pane_inner::after {
        background-image: url("../design/banner/paypal/who-we-are.png");
    }

    .page-history .pane--banner .pane_inner::after {
        background-image: url("../design/banner/paypal/History_Full.png");
    }

    .page-leaders .pane--banner .pane_inner::after {
        /*background-image: url("../design/banner/paypal/Executive_Leadership_Full.png");*/
        background-image: url('../design/banner/paypal/Executive_Leadership_Full_1.png'); /*00622369*/
    }

    .ParentSection_executive-leadership .pane--banner .pane_inner::after {
       /* background-image: url("../design/banner/paypal/Executive_Leadership_Full.png");*/
        background-image: url('../design/banner/paypal/Executive_Leadership_Full_1.png'); /*00622369*/
    }

    .page-family-brands .pane--banner .pane_inner::after {
        background-image: url("../design/banner/paypal/family-of-brands.png");
    }

    /* How We Work */
    .page-how-we-work .pane--banner .pane_inner::after {
        /*background-image: url("../design/banner/paypal/who-we-are.png");*/
        background-image: url("../design/banner/paypal/How-We-Work-Homepage-header.png");
    }

    .page-employees .pane--banner .pane_inner::after {
        background-image: url("../design/banner/paypal/employees-culture.png");
    }

    .page-diversity-inclusion .pane--banner .pane_inner::after {
        background-image: url("../design/banner/paypal/employees-culture.png");
    }

    .page-diversity-inclusion .pane--banner .pane_inner::after {
        background-image: url("../design/banner/paypal/employees-culture.png");
    }
    .page-dibe .pane--banner .pane_inner::after {
        background-image: url("../design/banner/paypal/dibe-hero-image.png");
    }

    .page-supplier-diversity .pane--banner .pane_inner::after {
        background-image: url("../design/banner/paypal/supplier-diversity.png");
    }

    .page-environ-sustain .pane--banner .pane_inner::after {
        /*background-image: url("../design/banner/paypal/Hero-Image-environ-sustain.png");*/
        background-image: url("../design/banner/paypal/Environmental-Sustainability-Page-Header.png");
    }

    .page-resp-business .pane--banner .pane_inner::after {
        background-image: url("../design/banner/paypal/responsible-business-practices.png");
    }

    .page-trust-privacy .pane--banner .pane_inner::after {
        background-image: url("../design/banner/paypal/trust-privacy.png");
    }

    .page-pypl-ventures .pane--banner .pane_inner::after {
        background-image: url("../design/banner/paypal/paypal-ventures.png");
    }

    /* Values in Action */
    .page-values-actions .pane--banner .pane_inner::after {
        background-image: url("../design/banner/paypal/trust-privacy.png");
    }

    .page-improving-fin .pane--banner .pane_inner::after {
        /*background-image: url("../design/banner/paypal/promoting-financial-health.png");*/
        background-image: url("../design/banner/paypal/Creating-Economic-Opportunity-Page-Header.png");
    }
    .page-values-action .pane--banner .pane_inner::after {
        background-image: url("../design/banner/paypal/values-in-action.png");
    }
    .page-our-response .pane--banner .pane_inner::after {
        background-image: url("../design/banner/paypal/Our_response_to_COVID-19_Full.png");
    }

    .page-empowering .pane--banner .pane_inner::after {
        background-image: url("../design/banner/paypal/empowering-small-business.png");
    }

    .page-power-giving .pane--banner .pane_inner::after {
        background-image: url("../design/banner/paypal/enabling-generosity.png");
    }

    .page-strength-comm .pane--banner .pane_inner::after {
        background-image: url("../design/banner/paypal/strengthening-communities.png");
    }

    .page--social-justice .pane--banner .pane_inner::after {
        /* background-image: url("../design/banner/paypal/advancing-social-justice.png"); */
        /* background-image: url("../design/banner/paypal/Advancing_Social_full.png"); */
        background-image: url("../design/banner/Values-in-action/PayPal-Header-Image2.png");
    }

    .page--social-justice .module-featured-stories span.module_link {
        font-weight: 400;
        font-size: 16px;
        max-width: 80%;
    }

    .page--social-justice .module_link-more {
        font-family: "PayPal Open", sans-serif;
        font-size: 16px;
        line-height: 160%;
    }
    .page-racial-eq .module-featured-stories-news .slick-prev {
        right: 150px;
    }

    .page-racial-eq .pane--banner .pane_inner::after {
        background-image: url('../design/banner/paypal/Racial_Equity_Full.png');
    }

    .page-issue-adv .pane--banner .pane_inner::after {
        background-image: url("../design/banner/paypal/Image_3_Full.png");
    }

    .page-reporting .pane--banner .pane_inner::after {
        background-image: url("../design/banner/paypal/reporting.png");
    }

    .page-global-report .pane--banner .pane_inner::after {
        background-image: url("../design/banner/paypal/global-impact.png");
    }

    .page-global-report .module-additional-resources .module_item-box_text {
        flex-direction: row;

        align-items: center;
    }

    .page-global-report .module-report-highlights img {
        border-radius: 20px;
    }
}

.pane--navigation .pane_inner {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (max-width: 1024px) {
    .pane--navigation .pane_inner {
        max-width: none;
    }
}

.pane--navigation .module-search {
    display: none;
}

.pane--navigation .module-breadcrumb {
    padding: 4rem 0 0.5rem 0;
    font-size: 1.4rem;
    line-height: 1.7rem;
    letter-spacing: 0.2px;
    color: #001435;
}

.pane--navigation .module-breadcrumb a,
.pane--navigation .module-breadcrumb .module-breadcrumb_separator {
    color: #0070ba;
    font-family: "PayPal Open", sans-serif;
    font-weight: 500;
}

@media only screen and (max-width: 1024px) {
    .pane--navigation {
        background: #ffffff;
        padding: 20px 20px 20px 30px;
        position: fixed;
        /*top: 97px;*/
        top: 83px;
        right: 0;
        bottom: 0;
        width: 85%;
        max-width: 300px;
        transition: 0.5s ease-in-out;
        overflow-y: scroll;
        z-index: 120;
        visibility: hidden;
        transform: translateX(100%);
    }

    .js--mobile .pane--navigation {
        transform: translateX(0);
        visibility: visible;
    }

    .pane--navigation .pane_inner {
        padding: 0;
    }

    .pane--navigation .module-search {
        display: block;
        margin-left: -5px;
    }

    .pane--navigation .module-search .module_container--inner {
        position: relative;
    }

    .pane--navigation .module-search_input {
        width: 100%;
        max-width: none;
        padding: 20px 30px 20px 5px;
        border-bottom: solid 1px #eaeced;
        background-color: transparent;
        color: #2c2e2f;
        margin-top: 10px;
    }

    .pane--navigation .module-search_button {
        background-image: url("../design/svg/search-color.svg");
        background-size: cover;
    }

    .pane--navigation .module-breadcrumb {
        display: none;
    }
}

.pane--content .module {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pane--content .module_container--outer {
    max-width: 1440px;
    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: 95px;
    padding-bottom: 95px;
}

.pane--content .module--thick-top {
    padding-top: 95px;
}

.pane--content .module--thick-bottom {
    padding-bottom: 95px;
}

.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;
    background: #ffffff;
}

.pane--footer .pane_inner {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (max-width: 1200px) {
    .pane--footer .module.grid_col {
        width: 100%;
        text-align: center;
    }
}

.pane--footer .module_title {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 10px;
}

.pane--footer .module-logo {
    margin-bottom: 60px;
}

.pane--footer .module-logo img {
    max-width: 135px;
}

@media only screen and (max-width: 1200px) {
    .pane--footer .module-logo {
        margin-bottom: 50px;
    }
}

.pane--footer .module-action .button {
    padding: 9px 33px 7px;
}

.pane--footer .module_error-container {
    margin-bottom: 20px;
}

.pane--footer .module_error-container p {
    display: none;
}

.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,
.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: #ffffff;
}

.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 {
    padding-bottom: 10px;
}

.pane--credits {
    padding-bottom: 27px;
    color: #6c7378;
    font-family: "PayPal Open", sans-serif;
    font-size: 1.3rem;
    line-height: 1.5;
}

.pane--credits .pane_inner {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    border-top: solid 1px #eaeced;
}

.pane--credits a {
    color: #6c7378;
}

.pane--credits .button {
    color: #ffffff;
    border: none;
    background-color: #003087;
}

.pane--credits .module.grid_col {
    width: 50%;
    padding-top: 20px;
    padding-left: 0px;
}

@media (max-width: 1200px) {
    .pane--credits .module.grid_col {
        width: 100%;
        text-align: center;
        padding-top: 35px;
        padding-left: 0px;
    }
}

.pane--credits .module-q4-credits {
    text-align: right;
}

.pane--credits .module-q4-credits a {
    font-family: "PayPal Open", sans-serif;
}

/*--------- Page Specific --------*/
.page--no-alternating .pane--content {
    padding: 35px 0;
}

.page--no-alternating .module {
    padding-top: 35px;
    padding-bottom: 35px;
}

.page-history .container_timeline {
    position: relative;
    padding-top: 15px;
    margin-top: 50px;
}

.page-history .container_timeline:before {
    content: "";
    position: absolute;
    top: 31px;
    left: 50%;
    transform: translateX(-50%);
    width: 9px;
    height: 90%;
    background-color: #0070ba;
    opacity: 0.07;
}

@media (min-width: 768px) {
    .page-history .container_timeline .timeline_item {
        width: 50%;
        position: relative;
    }

    .page-history .container_timeline .timeline_item:before {
        content: "";
        position: absolute;
        top: 30px;
        z-index: 1;
    }

    .page-history .container_timeline .timeline_item-left {
        padding-right: 70px;
    }

    .page-history .container_timeline .timeline_item-left h4 {
        left: auto;
        right: -40px;
    }

    .page-history .container_timeline .timeline_item-left:before {
        border-left: 15px solid #ffffff;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        right: 56px;
    }

    .page-history .container_timeline .timeline_item-right {
        padding-left: 70px;
        margin-left: auto;
    }

    .page-history .container_timeline .timeline_item-right h4 {
        left: -40px;
    }

    .page-history .container_timeline .timeline_item-right:before {
        border-right: 15px solid #ffffff;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        left: 56px;
    }

    .page-history .container_timeline .timeline_item-right .timeline-content_text {
        box-shadow: rgba(0, 0, 0, 0.1) -3px 4px 10px 0px !important;
    }
}

.page-history .container_timeline .timeline_item_year {
    font-family: "PayPal Open", sans-serif;
    font-size: 2rem;
    line-height: 32px;
    color: #003087;
    font-weight: 400;
    position: absolute;
    top: 14px;
    margin: 0;
    padding: 5px 16px;
    background: #faf8f5;
}

.page-history .container_timeline .timeline-content_text {
    background-color: #ffffff;
    flex-basis: auto;
    box-shadow: rgba(0, 0, 0, 0.1) 3px 4px 10px 0px;
    width: 100%;
    border-radius: 20px;
    max-width: 100%;
}

.page-history .container_timeline .timeline-content_text .list {
    list-style: none;
    padding: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.page-history .container_timeline .timeline-content_text .list ul {
    list-style: disc;
}

.page-history .module-company-facts .grid {
    margin-left: auto;
}

.page-history .module-company-facts .module_item {
    border: none;
    padding: 0px;
    margin: 10px;
    width: 290px;
}

.page-history .module-company-facts .module_item .module_item--wrap {
    background: #fbf9f5;
    width: 290px;
    max-width: 80vw;
    height: 290px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start; /* center */
    border-radius: 30px;
    padding: 55px 0px;
}

.page-history .module-company-facts .module_container-offices-location .grid_col {
    max-width: 360px;
}

.page-history .module-company-facts .module_container--grid {
    margin-bottom: 100px;
}

.page-history .ModuleTitle {
    font-weight: 500;
    font-size: 38px;
    line-height: 47.31px;
}

.page-history .module-counter .item_heading {
    color: #003087;
}

/*-------- Module Specific -------*/
.module-banner-text {
    min-height: 165px;
    /* height: 1px; */
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    max-width: 500px;
    font-family: "PayPal Open", sans-serif;
    font-size: 1.8rem;
    line-height: 1.8;
}

.module-banner-text_container p {
    margin: 5px 0;
}

.module-page-title {
    min-height: 80px;
    /*height: 1px;*/
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    max-width: 500px;
}

.module--our-values {
    padding: 10%;
}

.module--our-values .module_title {
    color: #002075;
    font-weight: 700;
}

.module--our-values p {
    font-size: 38px;
    line-height: 46px;
    letter-spacing: -0.015em;
    color: #002075;
    font-weight: 700;
}

.module--mission-values-grid {
    background: #faf8f5;
    /* padding-top: 80px; */
}

.module--mission-values-grid .module_container--grid {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.module--mission-values-grid .module_item {
    background: #ffffff;
    border-radius: 28.7184px;
    height: 416px;
    width: 305px;
    margin: 10px;
}

.module--mission-values-grid .item_heading {
    color: #002075;
    font-weight: 500;
    line-height: 38px;
    margin: 16px 0px;
}

.pane--banner .pane_inner span:only-child .module-page-title {
    min-height: 245px;
    justify-content: center;
}

@media (max-width: 768px) {
    .module-page-title {
        min-height: 45px;
    }

    .pane--banner .pane_inner span:only-child .module-page-title {
        min-height: 200px;
    }
}

@media (min-width: 769px) {
    .module-banner-text,
    .module-page-title {
        max-width: 730px;
    }
}

.module-scroll-button .button-scroll-down {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
}

.module-scroll-button .button-scroll-down:hover {
    cursor: pointer;
}

.module-scroll-button .button-scroll-down i {
    display: block;
    font-size: 1.2rem;
}

/*Module boxes*/

.module-boxes .module-boxes_container.grid--flex {
    align-items: stretch;
}

.module-boxes .module-boxes_container.grid--flex .module_item-box--wrap {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    align-items: stretch;
}

.module-boxes_container.grid--flex .module_item-box--wrap {
    height: 100%;
}

.module_item-box {
    margin-bottom: 20px;
}

.module-boxes.negative-margin .module_item-box {
    margin-top: -20px;
    position: relative;
    padding-top: 0;
    margin-bottom: 30px;
}

.module_item-box_image img {
    display: block;
    width: 100%;
}

.module-boxes .module_item-box_text {
    padding: 23px 38px 40px;
    text-align: left;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

@media only screen and (min-width: 769px) {
    .module-boxes .module-boxes-home.module-boxes_container.grid--flex .module_item-box--wrap {
        display: block;
    }

    .module-boxes .module-boxes-home .module_item-box_text {
        display: block;
    }

    .module-boxes .module-boxes-home .module_item-box_text-wrap {
        /*-- min-height: 164px; --*/
        min-height: 190px;
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .module-who-we-are .module_item-box--wrap,
    .module-values .module_item-box--wrap {
        display: block !important;
    }
}

.module-values.module-boxes .item-box_description {
    justify-content: space-between;
}
.module-values.module-boxes .module_item-box_text {
    min-height: 240px;
}

@media only screen and (min-width: 1210px) {
    .module-values .module-boxes-grid .button--cta {
        position: absolute;
        bottom: 49px;
    }
}
.item-box_heading {
    margin: 0 0 10px;
}

.item-box_description {
    font-family: "PayPal Open", sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 15px;
    flex: 1 1 auto;
}

.item-box_description p {
    margin: 5px 0;
}

.module-family-brands .item-box_description {
    margin-bottom: 5px;
}

.module-family-brands .item-box_description p {
    margin-bottom: 0;
}

.module-boxes-grid .module-boxes_container.grid {
    margin-left: -40px;
}

.module-boxes-grid .module_item-box {
    padding-left: 40px;
    padding-bottom: 24px;
    padding-top: 24px;
    margin-bottom: 10px;
}

.module-boxes-grid .module_item-box_text.no--padding {
    padding: 24px 0 0;
}

.module-boxes-grid .item-box_link {
    text-transform: initial;
    padding-right: 10px;
}

.module-boxes-grid .button--cta {
    text-transform: initial;
}

/* Standardized Image + Text Modules */

.image-left .module_container--inner,
.image-right .module_container--inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.image-left .container--text,
.image-left .container--image,
.image-right .container--text,
.image-right .container--image {
    width: 50%;
}

.image-left .container--image,
.image-right .container--image {
    max-width: 62.8rem;
    height: 100%;
}

.image-left .container--image img,
.image-right .container--image img {
    border-radius: 2rem;
    /* height: clamp(30rem, -9.3846rem + 38.4615vw, 46rem); */
}

.image-left.dark h3,
.image-right.dark h3 {
    color: #ffffff;
}

.image-left .container--text {
    padding-left: 2rem;
}

.image-right .container--text {
    padding-right: 2rem;
}

.image-left .container--text p,
.image-right .container--text p {
    margin-top: 0;
    margin-bottom: 2rem;
}

.image-left a,
.image-right a {
    font-family: "PayPal Open", sans-serif;
}

.image-left.dark a,
.image-right.dark a {
    text-decoration: underline;
}

.image-left ul,
.image-right ul {
    margin: 0;
    padding-left: 2rem;
}

.image-left ul a,
.image-right ul a {
    color: #001435;
}

@media (max-width: 1024px) {
    .image-left .module_container--inner {
        flex-direction: column;
    }

    .image-right .module_container--inner {
        flex-direction: column-reverse;
    }

    .image-left .container--image,
    .image-left .container--text,
    .image-right .container--image,
    .image-right .container--text {
        width: 100%;
    }

    .image-left .container--image,
    .image-right .container--image {
        margin-bottom: clamp(2rem, -0.6471rem + 5.5147vw, 5rem);
    }

    .image-left .container--image img,
    .image-right .container--image img {
        height: unset;
        max-height: 40rem;
    }

    .image-left .container--text,
    .image-right .container--text {
        padding: 0;
    }
}

/*Module Family of Brands*/
.module-family-brands,
.page-family-brands .pane--navigation {
    background-color: #faf8f5;
}

.module-family-brands.module-boxes-grid .module_item-box {
    padding-bottom: 20px;
    margin: 15px;
    width: calc(33.33333% - 30px) !important;
    flex-basis: calc(33.33333% - 30px) !important;
    padding: 0px;
    height: 490px;
    min-width: 320px;
    max-width: 426px;
    margin-bottom: 24px;
    margin-top: 24px;
}

.module-boxes .module-boxes_container.grid--flex {
    justify-content: flex-start;
    margin: 0 auto;
}

.module-family-brands .module_item-box_image {
    min-height: 60px;
    height: 250px;
    background-color: #fefcfa;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.module-family-brands .module_item-box_text {
    padding: 24px !important;
    background-color: #ffffff;
}

.module-family-brands .module_item-box_text h3 {
    color: #003087;
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
}

.module-family-brands .module_item-box_image img {
    max-width: 100%;
    width: auto;
}

/*Module Item grid box*/
.module_item-grid-box {
    margin-bottom: 30px;
}

.module_item-grid-box.background--light:nth-child(even) {
    background: transparent;
}

@media (min-width: 769px) {
    .module_item-grid-box .item_image-wrap {
        height: 100%;
        max-width: 600px;
    }
}

.padding-right.module_item-grid-box .item_image-wrap {
    margin-left: auto;
    padding-left: 0;
}

.padding-left.module_item-grid-box .item_image-wrap {
    padding-right: 0;
}

@media (min-width: 1025px) and (max-width: 1250px) {
    .padding-left.module_item-grid-box .item_image-wrap {
        padding-right: 25px;
    }

    .padding-right.module_item-grid-box .item_image-wrap {
        padding-left: 25px;
    }
}

@media (min-width: 481px) and (max-width: 1024px) {
    .padding-right.module_item-grid-box .item_image-wrap {
        margin-left: auto;
        padding-left: 25px;
    }

    .padding-left.module_item-grid-box .item_image-wrap {
        padding-right: 25px;
    }
}

.module_item-grid-box .item_image {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e1e1e1;
}

@media (min-width: 769px) {
    .module_item-grid-box .item_text-wrap {
        padding: 50px 0;
        max-width: 600px;
    }
}

.module_item-grid-box.module-padding .item_text-wrap {
    padding: 40px 40px 45px;
}

.module-our-employee .module_item-grid-box.module-padding .item_text-wrap {
    padding: 40px 40px 40px;
}

.module-our-employee .module_item-grid-box .module_heading {
    margin-top: 16px;
}

.module-our-employee .module_item-grid-box .item_description {
    margin-bottom: 6px;
}

.module-our-employee .module_item-grid-box .item_image-wrap img {
    display: block;
}

.padding-left.module_item-grid-box .item_text-wrap {
    padding-left: 0;
    margin-left: auto;
}

.padding-right.module_item-grid-box .item_text-wrap {
    padding-right: 0;
}

@media (min-width: 481px) and (max-width: 1024px) {
    .padding-left.module_item-grid-box .item_text-wrap {
        padding-left: 25px;
    }

    .padding-right.module_item-grid-box .item_text-wrap {
        padding-right: 25px;
    }
}

@media (max-width: 768px) {
    .module_item-grid-box .item_text-wrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .module_item-grid-box .item_image-wrap {
        height: 200px;
        padding: 0 !important;
    }

    .module-our-employee .module_item-grid-box .item_image-wrap {
        height: auto;
        min-height: 200px;
    }

    .module_item-grid-box .item_text-wrap {
        padding: 30px 25px !important;
    }
}

/*Toggle ERGs Module*/
.module-our-employee .module_item {
    border: none;
    padding: 0;
}

.module-our-employee .module_container--grid {
    align-items: center;
}

.module-our-employee .module_heading-toggle {
    margin: 0;
    padding: 15px 0;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #0070ba;
    cursor: pointer;
}

.module-our-employee .module_item:first-child .module_heading-toggle {
    padding-top: 10px;
}

.module-our-employee .module_heading-toggle:after {
    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: "\e910";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: #0070ba;
    font-size: 15px;
}

.module-our-employee .js--active .module_heading-toggle:after {
    content: "\e912";
}

.module-misison-values-download--latest .module_item-grid-box {
    margin-bottom: 0;
}

@media (max-width: 1024px) and (min-width: 769px) {
    .module-our-employee .padding-left .item_image-wrap {
        padding-right: 25px;
    }

    .module-our-employee .padding-right .item_image-wrap {
        margin-left: auto;
        padding-left: 25px;
    }
}

/*Mission vision values sections Modules*/
@media (max-width: 768px) {
    .module-mission-vision .container--image img {
        width: auto;
        margin: auto;
    }
}

.module-mvv .module_item-grid-box {
    align-items: center;
}

.module-mvv .item_text-wrap {
    max-width: none;
}

.module-mvv .module_item-grid-box .item_image-wrap {
    height: auto;
    max-width: none;
}

.module-mvv .item_image-wrap img {
    display: block;
}

@media (min-width: 481px) {
    .module-mvv .image-right .item_image-wrap img {
        margin-left: auto;
    }
}

@media (max-width: 480px) {
    .module-mvv .item_image-wrap img {
        margin: auto;
    }
}

.module-mvv--colaboration {
    background: linear-gradient(160.84deg, #de0063 0%, #640487 100%);
}

.module-mvv--inclusion {
    background: linear-gradient(157.05deg, #622a80 0%, #003087 100%);
}

.module-mvv--innovation {
    background: linear-gradient(158.38deg, #ff9600 0%, #de0063 100%);
}

.module-mvv--wellness {
    background: linear-gradient(159.48deg, #00cf92 0%, #009cde 100%);
}

.page-mission-vision .pane--navigation .module-breadcrumb {
    padding-bottom: 20px;
}

/*Mission vision values Module with grid and graphic images*/
.module-mvv-grid .module_item {
    border: none;
    padding: 30px 0 15px;
}

.module-mvv-grid .module_item--wrap {
    padding: 0 25px;
}

/*Our Vision Module*/
@media (min-width: 1025px) {
    .module-our-mission .container--image img {
        max-width: 575px;
        margin-left: auto;
    }
}

/*Module Global Impact*/
.module-global-impact {
    position: relative;
}

@media (min-width: 641px) {
    .module-global-impact {
        margin-top: 70px;
    }
}
/*
  .module-global-impact:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 70%;
    background: url("../design/banner/global-impact-report-bg.jpg") no-repeat center;
    background-size: cover;
  }
  */
.module-global-impact.image-right .container--image img {
    height: inherit;
}
.module-global-impact .module_container--content {
    position: relative;
    top: -30px;
    max-width: 640px;
    padding: 55px 60px;
    text-align: left;
    box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.09);
}

.module-global-impact .module_description {
    margin-bottom: 35px;
}

@media (max-width: 640px) {
    .module-global-impact:before {
        width: 100%;
        height: 60%;
        left: 0;
        top: auto;
    }

    .module-global-impact .module_container--content {
        top: 30px;
        padding: 38px 38px 48px;
    }
}

.module-mission-vision .module_description p:not(:last-child) {
    margin-bottom: 30px;
}
.module-mission-vision.module {
    padding-bottom: 80px;
}
@media (max-width: 1024px) {
    .module-mission-vision.module {
        padding-top: 45px;
        padding-bottom: 35px;
    }
}

/*Module Counter*/
.module-counter .module_item {
    border: none;
    padding: 30px 0 10px 20px;
}

.module-counter .module_item_image {
    min-height: 72px; /*55px*/
    margin-bottom: 15px;
}

.module-counter .item_heading {
    color: #0070ba;
    font-size: 4rem;
    line-height: 1.2;
    margin-bottom: 7px;
}

.module-counter .module_item_text p {
    letter-spacing: 0.2px;
}

.module-company-facts .module_title {
    margin-bottom: 20px;
}

.module-company-facts .module_title:first-child {
    margin-bottom: 0px;
}

.module-company-facts small.text-center p {
    margin-bottom: 40px;
    margin-top: 5px;
    font-size: 14px;
    line-height: 17px;
}

/*Module Political Transparency*/
.module-political .module_link-more {
    text-transform: initial;
}

.module-policy-priorities .module_inner-heading {
    margin: 0;
    font-weight: 500;
    font-size: 28px;
    line-height: 35px;
}

.module-policy-priorities li::marker {
    color: #0070e0;
}

.priorities-list {
    margin-top: 66px;
    padding: 43px;
}
.priorities-list .list {
    padding-left: 0px;
}
/*Module Timeline*/
.container_timeline {
    position: relative;
    padding-top: 15px;
    margin-top: 50px;
}

.container_timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 9px;
    height: 100%;
    background-color: #0070ba;
    opacity: 0.07;
}

.timeline_item {
    position: relative;
}

@media (min-width: 1025px) {
    .timeline_item {
        width: 50%;
    }

    .timeline_item-left {
        padding-right: 70px;
    }

    .timeline_item-right {
        margin-left: auto;
        padding-left: 70px;
    }

    .timeline_item:before {
        content: "";
        position: absolute;
        top: 30px;
        z-index: 1;
    }

    .timeline_item-left.timeline_item:before {
        border-left: 15px solid #ffffff;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        right: 56px;
    }

    .timeline_item-right.timeline_item:before {
        border-right: 15px solid #ffffff;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        left: 56px;
    }
}

.timeline_item_year {
    font-family: "PayPal Open", sans-serif;
    font-size: 2rem;
    line-height: 1.1;
    color: #2c2e2f;
    position: absolute;
    top: 14px;
    margin: 0;
    padding: 16px;
    background: #f7f9fa;
}

@media (min-width: 1025px) {
    .timeline_item-left .timeline_item_year {
        right: -40px;
    }

    .timeline_item-right .timeline_item_year {
        left: -40px;
    }
}

.timeline_item-content {
    background: #ffffff;
    align-items: center;
    border-radius: 20px;
}

.timeline_item-content > .grid_col:only-child {
    width: 100%;
    flex-basis: auto;
    max-width: none;
}

.timeline-content_image {
    height: auto;
}

.timeline-content_image-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 110px;
}

@media (min-width: 1025px) {
    .timeline-content_image-bg {
        max-width: 130px;
    }

    .timeline_item-right .timeline-content_image-bg {
        margin-left: auto;
    }
}

.timeline-content_description {
    font-size: 1.6rem;
}

.timeline-content_description .list {
    padding-left: 15px;
}

@media only screen and (max-width: 1024px) {
    .timeline_item {
        padding-bottom: 50px;
    }

    .timeline_item-content {
        padding: 0;
    }

    .timeline-content_text {
        padding: 25px 25px 30px !important;
    }

    .timeline-content_image-bg {
        min-height: 150px;
        height: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .timeline_item {
        padding-top: 70px;
    }

    .page-history .container_timeline .timeline_item_year {
        left: 0;
        right: 0;
        text-align: center;
    }
}

.fade-from-right {
    -webkit-transition: opacity 700ms cubic-bezier(0.694, 0, 0.335, 1), -webkit-transform 700ms cubic-bezier(0.694, 0, 0.335, 1);
    transition: opacity 700ms cubic-bezier(0.694, 0, 0.335, 1), -webkit-transform 700ms cubic-bezier(0.694, 0, 0.335, 1);
    -o-transition: opacity 700ms cubic-bezier(0.694, 0, 0.335, 1), transform 700ms cubic-bezier(0.694, 0, 0.335, 1);
    transition: opacity 700ms cubic-bezier(0.694, 0, 0.335, 1), transform 700ms cubic-bezier(0.694, 0, 0.335, 1);
    transition: opacity 700ms cubic-bezier(0.694, 0, 0.335, 1), transform 700ms cubic-bezier(0.694, 0, 0.335, 1), -webkit-transform 700ms cubic-bezier(0.694, 0, 0.335, 1);
    opacity: 0;
    -webkit-transform: translateX(70px);
    -ms-transform: translateX(70px);
    transform: translateX(70px);
}

.js--animate.fade-from-right {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.fade-from-left {
    -webkit-transition: opacity 700ms cubic-bezier(0.694, 0, 0.335, 1), -webkit-transform 700ms cubic-bezier(0.694, 0, 0.335, 1);
    transition: opacity 700ms cubic-bezier(0.694, 0, 0.335, 1), -webkit-transform 700ms cubic-bezier(0.694, 0, 0.335, 1);
    -o-transition: opacity 700ms cubic-bezier(0.694, 0, 0.335, 1), transform 700ms cubic-bezier(0.694, 0, 0.335, 1);
    transition: opacity 700ms cubic-bezier(0.694, 0, 0.335, 1), transform 700ms cubic-bezier(0.694, 0, 0.335, 1);
    transition: opacity 700ms cubic-bezier(0.694, 0, 0.335, 1), transform 700ms cubic-bezier(0.694, 0, 0.335, 1), -webkit-transform 700ms cubic-bezier(0.694, 0, 0.335, 1);
    opacity: 0;
    -webkit-transform: translateX(-70px);
    -ms-transform: translateX(-70px);
    transform: translateX(-70px);
}

.js--animate.fade-from-left {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

/*Background--half Modules*/
.module-improving-2.background--half:before {
    background-image: url("../design/fin-health-img-2.png");
}

.module-employing-bg.background--half:before {
    background-image: url("../design/employing-bg.jpeg");
}

.module-smbs.background--half:before {
    background-image: url("../design/working_cap.jpeg");
}

.module-improving-2.background--half:before {
    background-image: url("../design/working_cap_field.jpeg");
}

.module-political.background--half:before {
    background-image: url("../design/DC_Fly_In.jpg");
}

.module-partn-fin.background--half:before {
    background-image: url("../design/partn_financial.jpg");
}

.module-partn-private.background--half:before {
    background-image: url("../design/public-private_partn.jpg");
}

.module-inclusion.background--half:before {
    background-image: url("../design/diversity-and-inclusion.jpg");
}

.module-pypl-give.background--half:before {
    background-image: url("../design/Omaha_2.jpg");
}

.module-community-talent.background--half:before {
    background-image: url("../images/2022/04/Liccardo-Schulman-Shawlee.jpg");
}

.module-trust-priv.background--half:before {
    background-image: url("../design/trust-privacy.jpg");
}

.module-wellness.background--half:before {
    background-image: url("../design/employees-wellness-1.jpg");
    left: auto;
    right: 0;
}

.module-civic-action.background--half:before {
    background-image: url("../design/Omaha_8.png");
    background-position: 60% 50%;
}

.module-forge-partn.background--half:before {
    background-image: url("../design/forge-partnership.jpg");
    background-position: 70% 50%;
}

.module-create-innov.background--half:before {
    background-image: url("../design/Screen_Shot_pypl.png");
}

.module-pypl-global-report-video .video-wrapper {
    width: 100%;
    border-radius: inherit;
}

.module-pypl-global-report-video .module_container--iframe {
    max-width: 1085px;
}

.module-social-innovation {
    padding-top: 90px;
}

/* 00309439*/
.module-global-comm.background--half:before {
    /*background-image: url("../design/global_community_tweets.png");*/
    background-image: url("../images/2022/04/Paypal_Holdings_Vaccine_Access_Fund.jpg");
    background-size: 100%;
}

.module-pypl-cap.background--half:before {
    background-image: url("../design/working-capital_pypl.jpg");
    left: auto;
    right: 0;
}

.module-invest-gen.background--half:before {
    background-image: url("../design/invest-in-new-generation.jpeg");
    left: auto;
    right: 0;
}

.module-progress-transp.background--half:before {
    background-image: url("../design/equity3.jpg");
    left: auto;
    right: 0;
    background-position: 50% 10%;
}

/*Module overview*/
.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: #2c2e2f;
}

.module-why-invest h4 {
    font-size: 6rem;
    color: #003087;
    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;
}

@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 {
    position: fixed;
    z-index: 1000;
    right: 20px;
    bottom: 20px;
}

.module-cta .button: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: "\e90e";
    font-size: 16px;
    margin-right: 10px;
    vertical-align: sub;
}

.module-cta .button--cookie {
    color: black;
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
    z-index: 1;
    background-color: white;
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

.module-cta .button--cookie: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: "\ed6d";
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    display: block;
}
/* .module-banner-text {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  } */

/*============Employees & Culture==============*/
.page-employees .module-banner-text p {
    font-size: 1.8rem;
}

.module-employees-and-culture p {
    /* font-size: 18px; */
    font-size: 1.6rem;
    line-height: 30px;
}

.module-employees-and-culture .module-images-wrap img {
    height: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 1280px) {
    .module-employees-and-culture .grid.grid--flex .grid_col:first-child {
        padding-right: 82px;
    }
    .module-resp-business-practices .grid.grid--flex .grid_col:first-child {
        padding-right: 82px;
    }
    .module-innovation .grid.grid--flex .grid_col:first-child {
        padding-right: 82px;
    }
}
.page-global-report .module-employees-and-culture {
    background-color: #faf8f5;
}

.page-global-report .module-employees-and-culture .module-employes_item {
    margin-bottom: 8px;
}

.page-global-report .module-employees-and-culture .module-employes_item-wrap.item-wrap--grid {
    background: #ffffff;
    margin: 5px;
    border-radius: 20px;
}

.page-global-report .module-employees-and-culture .module-counter .item-wrap_count {
    text-align: left;
    color: #003087;
}

.page-global-report .module-employees-and-culture .module-image-wrap img {
    border-radius: 20px;
}

.page-global-report .module-employees-and-culture .module-counter .item-wrap_count h3 {
    font-weight: 500;
    color: #003087;
}

.page-global-report .module-employees-and-culture .module-employes_items.module-counter {
    margin-top: 40px;
}

.page-global-report .module-employees-and-culture .module-counter .item-wrap_count .item_description {
    color: #000;
}

.page-global-report .module-buisness_item-wrap {
    border-radius: 20px;
    margin-bottom: 8px;
}

.page-global-report .module-buisness_item-wrap .item_heading {
    color: #003087;
    text-align: left;
}

.page-global-report .module-buisness_item-wrap .item_description {
    color: #000;
    text-align: left;
}

.module-resp-business-practices .module-image-wrap img {
    border-radius: 20px;
}

.module-resp-business-practices .module-buisness_items {
    margin-top: 40px;
}

.module-resp-business-practices .module-image-wrap {
    padding-top: 60px;
}

.module-quotes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.module-quotes .module-quotes_image img {
    max-width: 200px;
    border-radius: 2rem;
    margin-right: 72px;
}

@media (min-width: 481px) {
    .module-quotes .module-quotes_image {
        text-align: left;
    }
}

@media (max-width: 640px) {
    .module-quotes .module-quotes_image img {
        max-width: 180px;
        display: block;
        margin-right: auto;
    }
}

@media (max-width: 480px) {
    .module-quotes .module-quotes_image {
        padding-bottom: 50px;
    }

    .module-quotes .module-quotes_image img {
        display: block;
        margin: 0 auto;
    }
}

.module-quotes_text {
    /*padding-left: 2rem;*/
    max-width: 86rem;
}

.module-quotes h3 {
    font-family: "PayPal Open", sans-serif;
    color: #003087;
    text-align: left;
    margin-bottom: 3.5rem;
}

/*.module-quotes h3::before {
    content: url('../images/how_we_work/2022/quotes.svg');
    display: block;
    margin-bottom: 1.7rem;
  }*/

.module-quotes_author {
    display: block;
    text-align: left;
    padding-bottom: 20px;
    font-size: 1.6rem;
    line-height: 2rem;
}

.module-additional-resources--employees .module_link-download:before {
    display: none;
}

.module-annual-reports .module_item {
    display: block;
    width: 33%;
}
.module-busness-practices-reports .module_link-more,
.module-industry-research .module_link-more {
    position: absolute;
    bottom: 40px;
}
.module-busness-practices-reports .module_item-box,
.module-political-transparency .module_item-box {
    position: relative;
    min-height: 200px;
}

.module-industry-research .module_item-box {
    position: relative;
    min-height: 250px;
}
@media (max-width: 1024px) {
    .module-images-wrap {
        margin-bottom: 50px;
    }
}

@media (min-width: 769px) {
    .module-civic-action .grid {
        display: flex;
        align-items: center;
    }
}

.module-person-socials .module-social-media {
    text-align: left;
    padding: 0;
    margin-top: 0;
}

.module-media-assets_item img {
    max-width: 75px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.module-media-assets_item {
    position: relative;
    padding-left: 100px;
    padding-top: 10px;
}

.module-media-assets_item span.thumbnail-size {
    display: block;
}

span.module-person-subtitle {
    position: relative;
    margin-bottom: 15px;
    display: block;
}

span.module-person-subtitle_text {
    width: 100px;
    font-size: 13px;
    display: inline-block;
}

span.module-person-subtitle:after {
    content: "";
    background: #eaeced;
    display: inline-block;
    height: 1px;
    width: calc(100% - 107px);
    vertical-align: middle;
    margin-left: 7px;
}

.module-media-assets_item * {
    font-size: 13px;
    font-weight: normal;
}

.module-person_description {
    font-size: 16px;
}

.module-person_description h4 {
    font-family: "PayPal Open", sans-serif;
    font-size: 38px;
    line-height: 48px;
    color: #003087;
    font-weight: 500;
}

.module-person_description h4 span.module-person_title {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #001435;
}

.module-person_image img {
    width: 100%;
    max-width: 280px;
    border-radius: 20px;
}

.module-back > a:before {
    content: "\e911";
    font-family: q4-icons;
    transform: scale(-1);
    display: inline-block;
    vertical-align: inherit;
    font-size: 11px;
    margin-right: 5px;
}

@media (max-width: 768px) {
    .module-person_description {
        margin-top: 20px;
        display: block;
    }
}
.module-person-information .grid_col--1-of-3 {
    width: 25%;
}
.module-person-information .grid_col--2-of-3 {
    width: 75%;
}
.module-person-information .module-person-subtitle {
    margin-top: 48px;
}
.module-person-information .module-person_image {
    max-width: 280px;
    max-height: 280px;
}
@media (max-width: 768px) {
    .module-person-information .grid {
        position: relative;
        padding-bottom: 300px;
    }

    .module-person-information .module-media-assets,
    .module-person-information .module-person-socials,
    .module-person-information .module-back {
        position: absolute;
    }

    .module-person-information .module-media-assets {
        top: calc(100% - 280px);
    }

    .module-person-information .module-person-socials {
        top: calc(100% - 120px);
    }

    .module-person-information .module-back {
        top: 100%;
    }
}

/* Supplier Diversity */
.page-supplier-diversity a {
    font-family: "PayPal Open", sans-serif;
}

.module-certified .module_link-more::after,
.module-pypl-contact .module_link-more::after {
    content: url("../design/svg/certified-supplier_arrow.svg");
}

.module-supplier-diversity_intro p,
.module-certified p {
    max-width: 81.9rem;
    margin-top: 0;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
}

.module-certified .m-top-6 a {
    /* display: flex; */
    flex-direction: column;
    padding-right: 0;
    margin-bottom: 5rem;
    font-weight: 400;
    padding-top: 0px;
}

.module-certified img {
    max-width: 40rem;
    max-height: 23.5rem;
    height: 100%;
    width: 100%;
    border-radius: 2rem;
    margin-bottom: 3.2rem;
}
.module-certified .item_image-wrap img {
    max-width: inherit;
    max-height: inherit;
}
.module-supplier-diversity_faq-item {
    padding-top: 3.2rem;
}

.module-supplier-diversity_faq-item:first-of-type {
    border-top: 1px solid #dedede;
}

.module-supplier-diversity_faq-question {
    font-size: 2rem;
    line-height: 2.5rem;
    color: #003087;
    margin-top: 0;
    margin-bottom: 1.6rem;
    max-width: 58.3rem;
}

.module-supplier-diversity_faq p:not(.module-supplier-diversity_faq-question) {
    margin-top: 2rem;
    margin-bottom: 0;
    max-width: 94.7rem;
}
.module-taking-action-for-racial-equity .module_title {
    max-width: 450px;
}
.module-taking-action-for-racial-equity .module_link-more {
    padding-top: 20px;
}
.module-taking-action-for-racial-equity .container--image img {
    height: 460px;
    object-fit: cover;
}

.module-pypl-contact .module_container--outer {
    max-width: none;
    min-height: 56.5rem;
    background: url("../images/how_we_work/2022/contact-us.png") center center no-repeat;
    background-size: cover;
    position: relative;
}

.module-pypl-contact .module_container--inner {
    padding-top: 13rem;
    width: 100%;
    max-width: 40rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (min-width: 1440px) {
    .module-pypl-contact .module_container--inner {
        padding-left: clamp(0rem, -68.8696rem + 47.8261vw, 22rem);
        max-width: 60rem;
    }
}

@media screen and (max-width: 992px) {
    .module-pypl-contact .module_container--outer::before {
        content: "";
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .module-pypl-contact .container--text {
        z-index: 2;
    }
}

@media screen and (max-width: 768px) {
    .module-certified img {
        margin-left: auto;
        margin-right: auto;
    }

    .module-certified .m-top-6 a {
        margin-bottom: 2rem;
    }
}

/*===========Global Impact Report===========*/
.module-global-impact-dl .module-container--content {
    background: #faf8f5;
    padding: 25px 55px 45px;
    border-radius: 20px;
}

.module-global-impact-dl .module_item--wrap .module_item--info {
    padding-left: 0;
}

.module-global-impact-dl .module_item {
    padding: 20px 0;
    border-color: #eaeced;
}

.module-global-impact-dl .module_link-more {
    font-family: "PayPal Open", sans-serif;
    font-size: 16px;
    color: #003087;
    display: inline-block;
    padding-right: 10px;
    text-transform: initial;
}
.module-political-transparency .module_link-more {
    margin-top: 19.2px;
}

.module-global-impact-dl .module_item--info * {
    /*vertical-align: middle;/*
  }
  
  .module-global-impact-dl .file-type,
  .module-global-impact-dl .size {
    display: inline-block;
    color: #6c7378;
    font-size: 13px;
  }
  
  .module-global-impact-dl .module_item .module_link-more:before {
    content: "\e903";
    font-family: "q4-icons";
    font-size: 16px;
    margin-right: 5px;
  }
  
  .module-global-impact-dl .module_item .module_link-more:after {
    display: none;
  }
  
  .module-global-impact-dl .module_item img {
    max-width: 210px;
    width: 100%;
    display: block;
  }
  
  .module-global-impact-dl .module_item h5 {
    font-family: "PayPal Open", sans-serif;
  }
  
  .module-global-impact-dl .module_item:first-child img {
    max-width: 390px;
    width: 100%;
  }
  
  .module-global-impact-dl .module_item:first-child h5 {
    font-size: 20px;
    line-height: 32px;
    font-family: "PayPal Open", sans-serif;
    margin-top: 30px;
  }
  
  @media only screen and (min-width: 769px) {
    .module-report-highlights .report-highlights_text {
      padding-right: 80px;
    }
  
    .module-report-highlights .report-highlights_dl-report {
      padding-left: 0;
    }
  }
  
  @media only screen and (max-width: 768px) {
    .module-report-highlights .report-highlights_dl-report {
      margin-top: 30px;
    }
  }
  
  @media only screen and (max-width: 480px) {
    .module-global-impact-dl .module-container--content {
      padding: 5px 20px 20px;
    }
  }
  
  .module-innovation {
    position: relative;
  }
  
  .module-innovation p {
    padding-right: 20px;
    /* padding-bottom: 36px; */
}

.module-innovation .item_heading {
    color: #003087;
    text-align: left;
}

.module-innovation .item_description {
    color: #000;
    text-align: left;
}

.module-innovation .module-counter .item-wrap--grid {
    border-radius: 20px;
    margin-bottom: 8px;
}

.module-innovation .module_container--outer {
    position: relative;
    z-index: 2;
}

.module-innovation:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 50%;
    display: inline-block;
    background: url("../design/01_Lamp_London_Shot_10_0013_1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.module-innovation_item {
    color: #2c2e2f;
    font-family: "PayPal Open", sans-serif;
    font-size: 16px;
    max-width: 600px;
    line-height: 26px;
}
.module-innovation .module-text-wrap p {
    max-width: 600px;
    /* padding-bottom:38px; */
    padding: 38px 0;
}

.module-innovation_item ~ .module-innovation_item,
.module-sustainability_item ~ .module-sustainability_item,
.module-employes_item ~ .module-employes_item,
.module-buisness_item-wrap ~ .module-buisness_item-wrap,
.module-buisness_item ~ .module-buisness_item {
    margin-top: 5px;
}

.module-employes_item-wrap,
.module-innovation_item-wrap,
.module-buisness_item-wrap,
.module-sustainability_item-wrap {
    background: #ffffff;
    padding: 25px 30px;
    font-family: "PayPal Open", sans-serif;
    font-size: 16px;
    color: #2c2e2f;
}

.module-employes_item-wrap,
.module-sustainability_item-wrap {
    background: #f7f9fa;
}

.module-innovation_item-wrap {
    box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.09);
}

.module-innovation_items {
    margin-bottom: 30px;
    margin-right: 30px;
}

.pane--content .module.module-employes {
    padding-top: 100px;
}

.module-up {
    margin-top: -35px;
}

@media (max-width: 1024px) {
    .module-innovation:after {
        height: 400px;
        bottom: 0;
        top: auto;
        left: 0;
        right: 0;
        width: 100%;
        background-position: 50% 20%;
    }

    .pane--content .module-innovation {
        /*  padding-bottom: 400px;*/
    }

    .pane--content .module.module-employes {
        padding-top: 50px;
    }
}

@media (min-width: 1025px) {
    .module-left-space {
        padding-left: 40px;
        padding-top: 60px;
    }
}

.module-counter .item-wrap--grid {
    display: flex;
    align-items: center;
}

.module-counter .item-wrap_count {
    width: 130px;
    text-align: center;
}

.module-counter .item-wrap--grid .item_heading {
    font-size: 3.4rem;
    margin-bottom: 5px;
}

.module-counter .item_description {
    display: block;
}

.module-counter .item-wrap_text {
    width: calc(100% - 130px);
    padding-left: 40px;
}

.module-counter .module-sustainability_item-wrap .item-wrap_count {
    width: 140px;
}

.module-counter .module-sustainability_item-wrap .item-wrap_text {
    width: calc(100% - 140px);
    padding-left: 25px;
}

@media only screen and (max-width: 480px) {
    .module-counter .item-wrap--grid {
        display: block;
    }

    .module-counter .item-wrap_count {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .module-counter .item-wrap_text {
        width: 100% !important;
        padding-left: 0 !important;
    }
}

@media only screen and (min-width: 1025px) {
    .module-employes .module-grid_text.grid_col {
        padding-left: 60px;
    }
}

.module-employes .module-images-wrap {
    position: relative;
    padding-top: 85px;
}

.module-employes .module-images-wrap img {
    max-width: 80%;
}

.module-employes .module-images-wrap > div > img:first-child {
    position: relative;
    bottom: -50px;
    max-width: 90%;
    width: 100%;
    margin-right: -38%;
}

.module-employes .module-images-wrap img:nth-child(2) {
    position: relative;
    border: 15px solid #f7f9fa;
    margin-top: -30%;
    display: inline-block;
    margin-left: -35%;
}

@media (min-width: 1025px) {
    .grid--flex .module-image-wrap,
    .grid--flex .module-text-wrap {
        height: 100%;
    }

    .grid--flex .module-image-wrap {
        min-height: 300px;
    }

    .module-employes .module-images-wrap,
    .module-employes .module-text-wrap {
        height: 100%;
    }

    .module-employes .module-images-wrap {
        min-height: 300px;
    }

    .module-images-wrap > div {
        height: 100%;
    }

    .module-employes .module-images-wrap > div > img:first-child {
        position: absolute;
        margin: 0;
        bottom: 0;
        left: 0;
    }

    .module-employes .module-images-wrap img:nth-child(2) {
        position: absolute;
        border: 15px solid #ffffff;
        border-top: none;
        top: 0;
        right: 20px;
        margin: 0;
    }
}

.module-employes h5,
.module-sustainability h5 {
    font-family: "PayPal Open", sans-serif;
    line-height: 32px;
}
.module-employees-and-culture .module-image-wrap img {
    height: 100%;
    object-fit: cover;
}

.module-resp-business-practices .module-image-wrap img {
    height: 100%;
    object-fit: cover;
}
@media (min-width: 1025px) {
    .module-sustainability .module-image-wrap img {
        display: none;
    }

    .module-sustainability .module-image-wrap {
        background: url("../design/greenTeam.jpg") no-repeat center;
        background-size: cover;
    }

    .module-buisness .module-image-wrap img {
        display: none;
    }

    .module-buisness .module-image-wrap {
        background: url("../design/rbp-image.jpeg") no-repeat center;
        background-size: cover;
    }
}

@media only screen and (min-width: 1025px) {
    .module-buisness .module-left-space {
        padding-left: 60px;
    }
}

@media only screen and (min-width: 769px) {
    .module-sustainability .module-grid_image.grid_col {
        padding-left: 60px;
    }
}

.module-misison-values-download {
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fa 100%);
}

ul.list--logos {
    list-style: none;
    padding: 0;
    display: block;
    font-size: 0;
    text-align: center;
}

ul.list--logos > li {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 15px;
}

ul.list--logos > li:only-child {
    width: 80%;
}

@media (max-width: 1024px) {
    ul.list--logos > li {
        width: 33.33%;
    }

    .module-employes .module-images-wrap > div > img:first-child {
        bottom: 0;
    }

    .module-sustainability_items {
        margin-bottom: 20px;
    }

    .module-buisness .module-up {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    ul.list--logos {
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    ul.list--logos > li {
        width: 50%;
    }

    .module-global-impact-dl .module_item--wrap {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .module-global-impact-dl .module_item--wrap .module_item--info {
        padding-left: 0;
        margin-top: 15px;
    }
}

/*-------- Partnership Module -------*/
.module-partnership_text {
    padding-bottom: 30px;
}

.module-partnership_logos {
    position: relative;
    padding-top: 10px;
}

.module-partnership_logos ul.list--logos > li {
    width: 33.33%;
    padding-top: 30px;
}

@media (max-width: 640px) {
    .module-partnership_logos ul.list--logos > li {
        width: 50%;
    }
}

/*===========PayPal Ventures===========*/
.module-ventures_why .grid_col {
    margin-bottom: 2.2rem;
}
.module-ventures_why .module_title {
    text-align: center;
}
.module-ventures_why .module_item--box {
    padding-left: 40px;
    grid-auto-rows: 1fr;
}
.module-ventures_why .module_item-box--wrap {
    padding: 2.4rem 3.8rem;
    border-radius: 20px;
    min-height: 100%;
}

.module-portfolio {
    text-align: center;
}

.pane--content .module.module-portfolio {
    padding-bottom: 6rem;
    padding-top: 7rem;
}

.module-portfolio .module_container--widget {
    position: relative;
}

.module-portfolio h5 {
    position: relative;
}

.module-portfolio h5:before {
    content: "";
    background-image: linear-gradient(to right, #b7bcbf 50%, rgba(255, 255, 255, 0) 40%);
    background-position: top;
    background-size: 3px 1px;
    background-repeat: repeat-x;
    height: 1px;
    width: 100%;
    position: absolute;
    top: -6rem;
    left: 0;
}

.module-financial-services h5::before {
    display: none;
}

.module-portfolio .grid--flex {
    justify-content: flex-start;
    align-items: center;
}

.module_item-portfolio {
    padding-top: 20px;
}

.module_item-portfolio img {
    max-width: clamp(14.5rem, 5.8846rem + 8.4135vw, 18rem);
    max-height: 10rem;
}

@media screen and (max-width: 768px) {
    .module_item-portfolio img {
        max-width: 18rem;
    }

    .module-portfolio .grid_col {
        min-height: 10rem;
        padding-top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/*----------- Climate action Module ----------*/
@media (max-width: 768px) and (min-width: 641px) {
    .module_item-toggle {
        width: 50%;
    }
}

@media (max-width: 640px) {
    .module_item-toggle {
        width: 100%;
    }
}

@media (min-width: 641px) {
    .module_item-trigger > span {
        display: block;
    }
}

.module_item-bg-image {
    padding: 20px 0;
}

.module_item-bg-image .module_item-image--wrap {
    position: relative;
    padding-top: 56.25%;
    background-image: url("../design/SBT_Infographic_Final-02.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.module_item-bg-image .module_item-image--wrap.sbt-logo {
    padding-top: 75%;
}

.module_item-bg-image .module_item-image--wrap.re-video-graphic {
    background-image: url("../design/Sustainability_Graphic.png");
}

.module_item-bg-image .module_item-image--wrap.gir-cover {
    background-image: url("../doc_downloads/PayPal_2020_ESG_Report.jpg");
}

.module_item-bg-image .module_item-image--wrap.climate-adv {
    background-image: url("../design/WMB1.jpg");
}

.module_item-bg-image .module_item-image--wrap.our-impact {
    background-image: url("../design/paypal_img_120621.jpeg");
    background-position: 50% 10%;
}

.module_item-bg-image .module_item-image--wrap.our-people {
    background-image: url("../design/Chennai-Earth-Day.jpg");
}

.module_item-bg-image .module_item-image--wrap.innovation {
    background-image: url("../design/iZettle_Ocean-Reader.jpg");
}

.module_item-trigger {
    margin: 0;
    padding: 35px 0 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.4rem;
}

.video_icon {
    display: block;
    position: relative;
}

.video_icon:after {
    content: "\ed85";
    font-family: "q4-icons";
    font-size: 35px;
    line-height: 40px;
    color: #ffffff;
    padding: 15px 15px 15px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    text-align: center;
    border: solid 2px #ffffff;
    width: 70px;
    height: 70px;
}

@media (max-width: 640px) {
    .module-toggle .module_container--outer {
        padding: 0;
    }

    .module-toggle .module-padding-sides {
        padding-left: 20px;
        padding-right: 20px;
    }

    .container--toggle {
        text-align: left;
        margin-left: 0;
        padding: 40px 0;
    }

    .module_item-toggle {
        padding: 0 36px;
        border-top: 1px solid #cbd2d6;
    }

    .module_item-toggle:last-child {
        border-bottom: 1px solid #cbd2d6;
    }

    .module_item-trigger {
        padding: 20px 0;
        position: relative;
        width: calc(100% - 50px);
        cursor: pointer;
        text-transform: initial;
        font-weight: normal;
    }

    .module_item-trigger:after {
        content: "";
        position: absolute;
        display: block;
        width: 20px;
        height: 20px;
        top: calc(50% - 20px);
        right: -35px;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: all 0.3s ease-out;
        border-bottom: 1px solid #cbd2d6;
        border-right: 1px solid #cbd2d6;
    }

    .module_item-toggle.js--open .module_item-trigger:after {
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        top: calc(50% - 10px);
    }

    .module_item-toggle .module_item-content {
        display: none;
        transition: 0.3s ease-in-out;
    }

    .module_item-toggle.js--open .module_item-content {
        display: block;
    }

    .module-our-approach.module,
    .module-our-approach .container--toggle {
        padding-bottom: 0;
    }
}

.module-our-approach .module_item-text a {
    text-decoration: underline;
}

/*-------- Intro Video Module -------*/
.module_container--iframe {
    max-width: 660px;
    margin: 0 auto;
    padding: 7px;
    background: #ffffff;
    /* box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75); */
}

.video-wrapper {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    border-radius: 20px;
}

.video-wrapper .video-iframe {
    border: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.module-intro-video .module_container--iframe {
    margin-top: 40px;
    margin-bottom: 60px;
}

.module-intro-video .module_inner-heading {
    max-width: 869px;
    margin: 0px auto;
    margin-bottom: 20px;
}

.module-intro-video p,
.sustain-intro-p {
    max-width: 900px;
    margin: 0 auto;
}

/* Our Response to COVID-19 */
.module-response_intro {
    max-width: 93rem;
    text-align: center;
    margin: 0 auto;
}

.module-paycheck .module_item--wrap {
    padding: 3.9rem 1.6rem;
    background-color: #faf8f5;
    border-radius: 2rem;
    min-height: 30.5rem;
    margin: 0 auto;
}

.module-paycheck .module_item_image {
    width: 9.2rem;
    height: 9.2rem;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #003087;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.4rem;
}

.module-paycheck .item_heading {
    font-size: clamp(4rem, -1.1692rem + 5.0481vw, 6.1rem);
    line-height: 110%;
    letter-spacing: -0.015em;
    color: #003087;
}

.module-paycheck p:first-of-type {
    max-width: 93.1rem;
    margin: 0 auto;
    text-align: center;
}

.module-paycheck .module_item_text p {
    margin: 0;
}

.container--image .video_icon {
    display: block;
    padding-bottom: 56.25%;
}

.container--image .video_image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("../images/covid/video-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    background-position: center;
}

@media screen and (max-width: 1024px) {
    .module-paycheck .item_heading {
        font-size: clamp(4rem, 2.1471rem + 3.8603vw, 6.1rem);
    }
}

@media (max-width: 768px) {
    .container--video {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .module-supporting-customers {
        padding-bottom: 0 !important;
    }
}

/*Investing Learning and Development Counter Module*/
@media (min-width: 769px) {
    .module-investing-ld .grid_col:first-child {
        padding-right: 30px;
    }
}

.module-counter2 .module_items--wrap {
    text-align: center;
    font-size: 0;
}

.module-counter2 .module_item-counter {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 20px;
}

@media (min-width: 769px) {
    .module-counter2 .module_item-counter {
        display: inline-block;
        width: 50%;
        vertical-align: top;
    }
}

.module-counter2 h4 {
    font-size: 3rem;
    color: #0070ba;
    margin: 0;
    font-family: "PayPal Open", sans-serif;
}

@media (max-width: 768px) {
    .module-counter2 .module_items--wrap {
        padding: 30px 0 10px;
    }
}

@media only screen and (max-width: 768px) {
    .module-reverse-mobile .grid {
        display: flex;
        flex: 0 1 auto;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }

    .module-reverse-mobile .grid > .grid_col:nth-child(2) {
        margin-top: 15px;
    }
}

/*Page Taking action*/
@media only screen and (min-width: 1025px) {
    .module-taking-action-boxes h3,
    .module-taking-action-boxes .h3 {
        min-height: 110px;
    }

    .module-taking-action-boxes .grid {
        margin-left: -35px;
    }

    .module-taking-action-boxes .grid > .grid_col {
        padding-left: 35px;
    }
}

.module-taking-action-boxes .grid > .grid_col {
    padding-top: 20px;
    padding-bottom: 10px;
}

.module-taking-action-stories .slick-slider {
    padding: 0 40px;
}

@media only screen and (max-width: 480px) {
    .module-taking-action-stories .slick-slider {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 768px) {
    .module-taking-action-stories .module_containner--grid.grid {
        margin-left: 0;
    }

    .module-taking-action-stories .module_containner--grid.grid > .grid_col {
        padding-left: 0;
    }

    .module-taking-action-stories .container--image {
        padding: 0 0 10px;
    }
}

.module-taking-action-stories .module_containner--grid {
    padding-bottom: 0;
    margin-bottom: 45px;
    background: #faf8f5;
    border-radius: 20px;
}

.module-taking-action-stories .module_title_section {
    font-size: 3.4rem;
    line-height: 1.2;
    margin-bottom: 30px;
    font-family: "PayPal Open", sans-serif;
}

.module-taking-action-stories .module_headline {
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #003087;
}

.module-taking-action-stories .container--text-wrap {
    max-width: 100%;
    padding-left: 45px;
    padding-right: 50px;
}

.module-taking-action-stories .slick-arrow {
    top: calc(100% - 14px);
    transform: translate(0, -50%);
}

.module-taking-action-stories .slick-arrow.slick-prev {
    left: calc(50% - 107px);
}

.module-taking-action-stories .slick-arrow.slick-next {
    left: calc(50% + 68px);
}

@media only screen and (max-width: 768px) {
    .module-taking-action-stories .container--text-wrap {
        padding: 20px 30px;
    }
}

@media only screen and (max-width: 480px) {
    .module-taking-action-stories .container--text-wrap {
        padding: 10px 20px;
    }
}

.module-action-taken .module_item-actions {
    padding-top: 10px;
    padding-bottom: 10px;
}

.module-action-taken .module_item-actions_numbers {
    text-align: center;
}

.module-action-taken .module_item-actions_numbers h3 {
    margin-top: 10px;
}

.module-action-taken .module_item-actions_description {
    font-size: 2rem;
}

.module-action-taken .module_item-actions_description p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.module-strength-comm-video .module_container--inner {
    max-width: 800px;
    margin: 0 auto;
}

.module-strength-comm-video .comtainer--video .video_image {
    background-image: url("../design/strength-comm-video-bg.png");
}

.module-taking-action-intro p {
    margin-bottom: 20px;
}

/*Our Commitement Module*/
.module-our-commitment .module_title {
    font-size: 3.4rem;
}

.module-our-commitment img {
    border-radius: 20px;
}

.our-commitment-tabs_nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: 80%;
    margin: 0px auto;
    gap: 40px;
}

.our-commitment-tabs_nav:before {
    content: "";
    display: block;
    height: 0px;
    width: 100%;

    position: absolute;
    top: calc(100% - 1px);
    left: 0;
}

.our-commitment-tabs_nav .our-commitment_title {
    font-size: 1.6rem;
    line-height: 20px;
    font-family: "PayPal Open", sans-serif;
    margin: 0;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    width: 270px;
    padding-top: 20px;
    position: relative;
    letter-spacing: 0.16em;
    cursor: pointer;
    text-transform: uppercase;
}

.our-commitment-tabs_nav .tabs_link.js--selected .our-commitment_title {
    font-family: "PayPal Open", sans-serif;
    border-bottom: solid 5px #ffd140;
    font-size: 16px;
}

.our-commitment_desc-container--desktop .our-commitment_title {
    display: none;
}

.our-commitment_desc-container--desktop .our-commitment_desc {
    padding-top: 50px;
    padding-bottom: 20px;
}

.our-commitment_desc-container--desktop .our-commitment_desc-section-image {
    padding-left: 70px;
}

.our-commitment_desc-title {
    font-size: 2.8rem;
    line-height: 35px;
    font-weight: 500;
    font-family: "PayPal Open TT", sans-serif;
    margin: 10px 0 30px;
}

.our-commitment_desc-section-text--wrap p {
    font-size: 1.6rem;
    line-height: 26px;
    font-weight: 400;
    font-family: "PayPal Open", sans-serif;
}

.our-commitment_desc-section-text--wrap p:not(:last-child) {
    margin-bottom: 30px;
}

.our-commitment_desc-section-text--wrap .list--no-bold a {
    font-family: "PayPal Open", sans-serif;
}

.our-commitment_descriptions--mobile {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .module-our-commitment .module_container--outer {
        padding-left: 0;
        padding-right: 0;
    }

    .our-commitment-tabs_nav {
        display: none;
    }

    .our-commitment_desc-container--desktop {
        display: none;
    }

    .our-commitment_descriptions--mobile {
        display: block;
    }

    .our-commitment_descriptions--mobile .our-commitment_desc-container {
        border-bottom: solid 1px #ffffff;
        padding-right: 36px;
        padding-left: 36px;
    }

    .our-commitment_descriptions--mobile .our-commitment_desc-container:first-child {
        border-top: solid 1px #ffffff;
    }

    .our-commitment_descriptions--mobile .our-commitment_title {
        margin: 0;
        padding: 20px 0;
        text-align: left;
        font-size: 2.2rem;
        line-height: 1.5;
        font-family: "PayPal Open", sans-serif;
        position: relative;
        width: calc(100% - 50px);
    }

    .our-commitment_descriptions--mobile .our-commitment_title:after {
        content: "";
        position: absolute;
        display: block;
        width: 20px;
        height: 20px;
        top: calc(50% - 20px);
        right: -43px;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: all 0.3s ease-out;
        border-bottom: 1px solid #cbd2d6;
        border-right: 1px solid #cbd2d6;
    }

    .our-commitment_descriptions--mobile .js--active .our-commitment_title:after {
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        top: calc(50% - 10px);
    }

    .our-commitment_descriptions--mobile .our-commitment_desc-sections {
        padding: 10px 0 30px;
    }

    .our-commitment_descriptions--mobile .our-commitment_desc-section-image {
        padding-left: 50px;
    }

    .our-commitment_descriptions--mobile .our-commitment_desc-title {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .our-commitment_descriptions--mobile .our-commitment_desc-section-image {
        padding-left: 0;
        padding-top: 30px;
    }
}

.module_container-offices-location {
    max-width: 1000px;
    margin: 30px auto 0;
    font-size: 1.8rem;
}

.module-climate-action .module_container-image {
    margin-bottom: 40px;
    text-align: center;
}

@media only screen and (min-width: 769px) {
    .module-climate-action .module_container-image img {
        max-width: 700px;
    }
}

.container--image img {
    border-radius: 20px;
}

/*CR- Award Page*/
/*.page-award .pane--content .pane_inner {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }*/

.PublicLoginContainer {
    padding-top: 50px;
}

.PublicLoginContainer input[type="checkbox"],
.PublicLoginContainer input[type="radio"] {
    position: static;
    width: auto;
    height: auto;
}

.PublicLoginContainer .ActionButton {
    color: #ffffff;
    background: #0070ba;
    border: 1px solid #0070ba;
    font-family: "PayPal Open", sans-serif;
    line-height: 1.5;
    letter-spacing: 0.2px;
    transition: 0.3s ease-in-out;
    min-width: 160px;
    text-align: center;
    border-radius: 25px;
    cursor: pointer;
    padding: 14px 30px 12px;
    margin-top: 20px;
}

.PublicLoginContainer .ActionButton:hover {
    background: #005ca6;
    border-color: #005ca6;
    color: #ffffff;
}

.PublicLoginInputWidth {
    font-family: "PayPal Open", sans-serif;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 28px;
    width: 100%;
    background: #ffffff;
    padding: 15px 20px;
    margin: 0;
    transition: 0.3s ease-in-out;
    max-width: none;
    letter-spacing: 0.2px;
    border: 1px solid #005ca6;
}

.PublicLoginContainer td {
    padding: 10px 0;
}

.PublicLoginContainer label {
    margin-right: 10px;
}

.module-form_item--if-no-please-enter-your-organization-blank-field-to-enter-organization {
    display: none;
    width: 100%;
}

.module-form_item--if-no-please-enter-your-organization-blank-field-to-enter-organization.js--show {
    display: block;
}

.page-award .module-form .module_error-container p[style="visibility: hidden;"] {
    height: 0;
    padding: 0;
    margin: 0;
}

.page-award .module-form .module_container--content > h3.module_nominee-details:not(.module-form_item--which-award-do-you-wish-to-nominate-an-individual-for + h3.module_nominee-details) {
    display: none;
}

.page-award .module-intro .grid p + p {
    margin-top: 25px;
}

.module-intro_achievement {
    padding: 30px 0;
    margin-top: 30px;
    background-color: #005ea6;
    color: #ffffff;
}

.module-intro_achievement h2 {
    font-family: "PayPal Open", sans-serif;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 0;
}

.module-intro_achievement p {
    margin: 0;
}

.module-intro_achievement a {
    color: #ffffff;
    margin-top: 10px;
    display: inline-block;
}

.module-intro_achievement a:hover {
    color: #ffffff;
}

.module-intro_achievement-content {
    padding-right: 20px;
    padding-top: 0px;
}

.module-intro_achievement-wrap.grid--flex {
    margin: 0;
}

.module-intro_achievement-wrap .grid_col {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    padding-bottom: 35px;
}

.module-intro_achievement-wrap .button-fancybox {
    position: static;
    bottom: 0;
}

.module-intro_achievement-wrap .grid_col:first-child .module-intro_achievement-content {
    border-right: 1px solid #ffffff;
    padding-right: 35px;
}

.module-intro_achievement table {
    border: 1px solid #021029;
}

.module-intro_achievement table td span {
    display: block;
    padding-top: 15px;
}

.module-intro_award-criteria {
    display: none;
}

.module-intro_award-criteria.fancybox-content {
    max-width: 1200px;
}

.module-intro_achievement table tr td:first-child,
.module-intro_achievement table tr th:first-child {
    border-right: 1px solid #021029;
}

.module-intro_achievement h3 {
    margin-bottom: 0;
}

.module-intro_achievement-item + .module-intro_achievement-item {
    padding-top: 20px;
}

.module-intro-award {
    padding-top: 40px;
}

.module-intro-award h3 {
    color: #005ea6;
    margin-bottom: 0;
}

.module-intro-award_contact {
    padding-top: 20px;
}

.module-intro_form h3 {
    color: #005ea6;
}

.module-intro_form {
    padding-top: 50px;
}

.module-intro_form .module_title {
    margin-bottom: 20px;
}

.module-intro_form-award-criteria {
    padding-top: 30px;
}

.module-intro_form-award-criteria .table thead th {
    font-family: "PayPal Open", sans-serif;
}

.page-award .module-form .module-form_item:not(.module-form_item--choose-file):not(.module-form_item--links):not(.module-form_item--if-no-please-enter-your-organization-blank-field-to-enter-organization) {
    display: block;
}

.page-award .module-form .module_input {
    background-color: transparent;
    border: 1px solid #0070ba;
}

.page-award .module-form h3 {
    padding-left: 20px;
    margin-top: 10px;
}

.page-award .module-form_item--which-award-do-you-wish-to-nominate-an-individual-for,
.page-award .module-form_item--is-the-individual-aware-that-you-have-nominated-them {
    width: 100%;
}

.page-award .module-form p {
    padding-left: 20px;
}

.page-award .module-form .module-form_item > label,
.page-award .module-form .module-form_item legend {
    font-size: 1.8rem;
    /*font-family: "PayPal Open", sans-serif;*/
}

.page-award .module-form .module-form_item--is-the-nominee-from-an-underrepresented-minority-group legend {
    font-family: "PayPal Open", sans-serif;
}

.page-award .module-form .module-form_item--is-the-nominee-from-an-underrepresented-minority-group legend span {
    font-family: "PayPal Open", sans-serif;
}

.page-award .module-form textarea.module_input {
    min-height: 40px;
}

.page-award .module-form .module-form_item-opt {
    font-size: 1.8rem;
    font-family: "PayPal Open", sans-serif;
    padding-left: 20px;
    margin-bottom: 10px;
    display: block;
}

.page-award .pane--content .module.module-form {
    padding-top: 50px;
}

.page-award .pane--banner {
    /*background-image: linear-gradient(0deg, #D0EDFF 0%, #A0E0FC 29.92%, #6EB9EA 70.55%, #0070BA 100%);*/
    background-image: radial-gradient(136.4% 136.4% at 51.35% 100%, #0070ba 0%, #003087 100%) !important;
    background-image: linear-gradient(#ffffff, #ffffff);
    background-size: cover;
}

.page-award .section-values-action .pane--banner:before {
    background: radial-gradient(136.4% 136.4% at 51.35% 100%, #0070ba 0%, #003087 100%) !important;
}

.page-award .pane--banner:after {
    content: "";
    background-image: url("../images/awards/2022/MLW-Award-Artwork.png");
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 50%;
    display: inline-block;
    position: absolute;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 50%;
    height: calc(100% - 80px);
    background-position: bottom left;
}

.page-award .pane--banner .module-page-title h1 {
    font-size: 5rem;
    text-align: left;
    width: 60%;
    color: #fff;
}
.page-award .module_date-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.module_logo-award {
    padding-right: 40px;
    width: 25%;
}

.page-award .module-quotes {
    padding-bottom: 45px;
    padding-top: 0;
}

.page-award .module-contact-team .module-quotes {
    padding-top: 50px;
}

.module_walker-intro {
    width: 75%;
    padding-left: 0;
}

.module_walker-intro h3 {
    color: #005ea6;
}

.page-award .module-form {
    display: block;
}

.page-award .module-form--custom .module_container--content {
    display: block;
}

.page-award .module-form.js--active {
    display: block;
}

.module-intro_form-toggle {
    cursor: pointer;
    font-family: "PayPal Open", sans-serif;
    margin-top: 15px;
    text-transform: none;
}

.pane--content .module.module-intro {
    padding-bottom: 20px;
}

.page-award .module-quotes h3 {
    font-size: 22px;
    line-height: 36px;
    color: #005ea6;
}

.page-award .module-quotes_author {
    padding-left: 40px;
}

.page-award .module-additional-resources .module_item-box_text {
    padding: 20px 15px 15px 15px;
}

.module-contact-team h3 {
    color: #005ea6;
}

.module-intro_honor-women {
    text-align: center;
    padding-top: 30px;
}

.module-intro_honor-women p {
    font-size: 22px;
    line-height: 36px;
}

@media only screen and (max-width: 1024px) {
    .module_logo-award img {
        width: 100%;
    }

    .module_logo-award {
        width: 40%;
    }

    .module_walker-intro {
        width: 60%;
    }
}

@media only screen and (max-width: 768px) {
    .page-award .module-form h3,
    .page-award .module-form .module-form_item-opt {
        padding-left: 0;
    }

    .module-intro_achievement-wrap .grid_col + .grid_col {
        margin-top: 20px;
    }

    .module-intro_achievement-wrap .grid_col:last-child .module-intro_achievement-content,
    .module-intro_achievement-content {
        padding-left: 0;
        padding-right: 0;
    }

    .module-intro_achievement-wrap .grid_col:first-child .module-intro_achievement-content {
        border-right: none;
        border-bottom: 1px solid #ffffff;
        padding-bottom: 15px;
        padding-right: 0;
    }

    .module-intro_achievement-wrap .grid_col {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 0;
    }

    .module_logo-award,
    .module_walker-intro {
        width: 100%;
    }

    .module_logo-award {
        text-align: center;
        padding-right: 0;
    }

    .module_logo-award img {
        width: 300px;
    }

    .module-intro_achievement-wrap .button-fancybox {
        position: static;
    }
}

@media only screen and (max-width: 550px) {
    .page-award .pane--banner:after {
        width: 330px;
        height: 195px;
    }
}

/* case 00269746 */

.container--image figcaption {
    font-size: 10px;
}

/*CR - https://app.asana.com/0/1198304929135125/1200884275232056/f*/

.page-mlwaward .pane--banner .pane_inner {
    padding-top: 0px;
    padding-bottom: 0px;
}

.page-mlwaward .pane--banner {
    background: url("../images/2022/11/PP-MaggieLWalker-Logo-2022-Final.jpg") no-repeat;
    background-size: 900px;
    /*  // margin-top: 83px;*/
    margin-left: auto;
    margin-right: auto;
    /*padding-top: 27.25%;*/
    min-height: auto;
    background-position: center center;
}

/*@media screen and (max-width: 1024px) {
    .page-mlwaward .pane--banner {
    //  margin-top: 88px;
    }
  }*/

/*@media screen and (max-width: 768px) {
    .page-mlwaward .pane--banner {
      background: url("../images/awards/2022/PP-MaggieLWalker-Logo-Final.jpg") no-repeat;
      background-size: cover;
      padding-top: 58%;
      margin-top: 40px;
    }
  }*/

@media screen and (max-width: 360px) {
    .page-mlwaward .pane--banner {
        margin-top: 65px;
        background-size: 100%;
    }
}

.page-mlwaward .pane--banner .module-page-title {
    display: none;
}

.module-background--yellow {
    background: #ffbb32;
}

.module-background--yellow-alt {
    background: #fed04f;
}

.page-mlwaward .intro-text {
    font-weight: normal;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    color: #003087;
}

.page-mlwaward .award-winners {
    font-weight: normal;
    font-size: 32px;
    line-height: 42px !important;
    text-align: center;
    color: #003087;
    margin-bottom: -5px;
    max-width: fit-content;
}

.page-mlwaward .module-person .module-person_photo-container img {
    border-radius: 10px;
    max-width: inherit;
}

.page-mlwaward .module-winners {
    margin-top: -70px;
}

.module-awards-person_name {
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    color: #2c2e2f;
}

.module-awards-person_award {
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    color: #003087;
}

.module-awards-person_title {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #2c2e2f;
}

.module-quotes_author-awards {
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #6c7378;
}

.module-quotes_text-awards {
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #003087;
    padding: 25px;
    margin-bottom: 0px;
}

.module-quotes_text-awards.module-quotes_text-spacing {
    margin-top: 0;
    padding-top: 0px;
}

.q4-icon_quote-top-award:before {
    content: "\e91a";
    color: #009cde;
    float: left;
}

.q4-icon_quote-bottom-award:before {
    content: "\e919";
    color: #009cde;
    float: right;
}

.quote-bottom-text {
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #003087;
    margin-top: 110px;
}

.module-intro_achievement-award {
    padding: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #ffffff;
    color: #000;
}

.module-background--dark-blue {
    background: #003087;
}

.module-background--dark-orange {
    background: #b93300;
}

.background--white {
    background: #ffffff;
}

.background-light--blue {
    background: #f7f9fa;
}

.background-sky-blue {
    background: #e6f5fc;
}

.background--off-white {
    background-color: #faf8f5;
}

.background--dark-blue {
    background-color: #003087;
}

.module-selection-committee {
    padding-top: 200px !important;
}

.module-award-spotlight-leader .text-header,
.module-award-spotlight .text-header,
.module-selection-committee .text-header,
.module-questions-faq .text-header {
    font-weight: normal;
    font-size: 26px;
    line-height: 42px;
    text-align: center;
    color: #ffffff;
}

.module-award-spotlight-leader .text-body,
.module-award-spotlight .text-body,
.module-selection-committee .text-body,
.module-questions-faq .text-body {
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
}

.module-selection-committee .committee-person {
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
}

.module-selection-committee .committee-title {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
}

.module-selection-committee .grid_col {
    padding-top: 15px;
}

.module_link-download-award a:after {
    content: url("../images/awards/2022/blue-arrow.png");
    min-width: 25px;
    padding: 10px;
    display: inline-block;
}

.module-who-maggie .text-header,
.module-living .text-header {
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 50px;
    color: #000000;
}

.module-living .module_team-image {
    width: 50%;
    margin-top: -120px;
}

.module-living .module-intro {
    width: 50%;
}

.background-blue-gradient {
    background: radial-gradient(136.4% 136.4% at 51.35% 100%, #0070ba 0%, #003087 100%);
}

.module-questions-faq .button {
    color: #0070ba;
    background: #ffffff;
}

.Dan-quote {
    position: relative;
    margin-bottom: -224px;
    margin-top: -60px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
}

.Dan-image img {
    margin-top: -80px;
    <!-- box-shadow: 10px 10px #ffd787; case 00591560 -->
    border-radius: 50%;
}

.Liza-quote {
    position: relative;
    margin-bottom: -224px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
}

.Liza-image img {
    margin-top: -80px;
    box-shadow: 10px 10px #ffd787;
    border-radius: 50%;
}

.module-who-maggie {
    padding-bottom: 100px;
}

.module-who-maggie .module_logo-award {
    width: 35%;
}

.module-who-maggie .module_walker-intro {
    width: 65%;
}

.module-award-deadlines .module_date-time {
    margin-bottom: 15px;
    font-weight: normal;
    color: white;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 96px;
    height: 96px;
    font-size: 25px;
    border: 1px solid #0070ba;
    border-radius: 50%;
    text-align: center;
    background: radial-gradient(136.4% 136.4% at 51.35% 100%, #0070ba 0%, #003087 100%);
}

div.circle1 {
    position: relative;
    margin-bottom: -80px !important;
}

.module-award-deadlines .circle1 {
    margin-bottom: 15px;
    font-weight: normal;
    color: white;
    position: relative;
    left: 0px;
    width: 110px;
    height: 110px;
    font-size: 23px;
    border: 2px solid #0070ba;
    border-radius: 50%;
    text-align: center;
    background: transparent;
}

/*  .item-box_heading {
    margin: 0 65px 10px; } */

.module-award-deadlines .module_heading {
    margin-left: 25px;
}

.module-award-deadlines .module_description {
    margin-left: 25px;
}

.module-award-deadlines .slick-arrow {
    top: 25%;
}

.module-award-deadlines ul.slick-dots {
    text-align: center;
}

.module-award-deadlines .container--text-wrap {
    padding-left: 65px;
}

.module-selection-committee .text-body {
    margin-bottom: 30px;
}

.page-mlwaward .module-person .module-person_photo-container span.q4-icon_more {
    position: absolute;
    background-color: #ffffff;
    border-radius: 100%;
    padding: 3px 4px 5px 4px;
    display: inline-block;
    bottom: -18px;
    right: 6%;
}

.about-award-header {
    font-size: 22px;
}

.module-award-spotlight .module-intro_achievement-wrap {
    background: #b93300;
}

.module-award-spotlight-leader .module-intro_achievement-wrap {
    background: #003087;
}

.publication-name {
    font-style: italic;
    margin-top: -5px;
}

.PageValuesinActionMaggieLenaWalkerAward .module-person h3 {
    max-width: none;
    line-height: 0;
}

.module-intro_award-criteria.popup-border.fancybox-content {
    border-radius: 50px 0px;
}

/*Media query*/
@media only screen and (max-width: 480px) {
    .module-who-maggie .module_logo-award {
        width: 100%;
        text-align: center;
    }

    .module-who-maggie .module_walker-intro {
        width: 100%;
        text-align: center;
        padding-left: 20px;
    }

    .module-living .module_team-image {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .module-living .module-intro {
        width: 100%;
        text-align: center;
    }

    .module-inpress .slick-dots {
        right: 40%;
    }

    .module-inpress .slick-prev {
        right: 0px;
        left: 0;
    }

    .award-container {
        display: block !important;
    }

    .award-container .acheivement-award {
        margin: 10px 0 !important;
    }

    .page-mlwaward .pane--banner {
        min-height: auto;
    }
}

@media only screen and (max-width: 768px) {
    .page-award .pane--banner:after {
        display: none;
    }

    .page-award .pane--banner .module-page-title h1 {
        font-size: 3rem;
        text-align: center;
        width: 100%;
        line-height: 50px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .page-award .pane--banner .module-page-title h1 {
        font-size: 4rem;
        text-align: center;
        width: 100%;
    }

    .page-award .module-page-title {
        max-width: 100%;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .page-award .pane--banner .module-page-title h1 {
        font-size: 3.5rem;
        text-align: left;
        width: 50%;
    }

    .page-award .pane--banner .pane_inner {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1450px) {
    .page-award .pane--banner:after {
        background-size: cover;
        background-repeat: no-repeat;
        max-width: 50%;
        display: inline-block;
        position: absolute;
        right: 0;
        margin: 0 auto;
        bottom: 0;
        width: 50%;
        height: calc(100% - 80px);
        background-position: bottom left;
    }
}

@media only screen and (min-width: 1025px) {
    .page-mlwaward .pane.pane--navigation {
        display: none;
    }

    .page-award .pane.pane--navigation {
        display: none;
    }
}

/* correction fixes*/

.award-container {
    display: flex;
}

.award-container .acheivement-award {
    flex: 1;
    border-radius: 10px;
    background: #ffffff;
    padding: 20px 20px 20px 30px;
}

.module-award-spotlight-leader .award-container .acheivement-award {
    flex: 1;
    border-radius: 10px;
    background: #ffffff;
    padding: 20px 20px 20px 30px;
}

.award-container .acheivement-award:first-child {
    margin-right: 20px;
}

.pane--content .module.award_intro-padding {
    padding-bottom: 20px;
}

.module-person--management.module-winners .module-person_name-container h3 {
    text-align: left;
}

.module-person--management .module-person_name-container .module-person_title-text {
    font-size: 16px;
    line-height: 26px;
}

/*award pop up fixes*/

.module-person.fancybox-content {
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
}

.module-person.fancybox-content .fancybox-close-small {
    top: 40px;
    right: 75px;
    border: 1px solid #0277a8;
    border-radius: 100%;
}

.module-person.fancybox-content .fancybox-close-small {
    color: #0d3b5b;
}

.fancybox-container .module-person.fancybox-content .module_item-container {
    display: flex;
    flex-direction: column;
}
.page-mlwaward .module-winners .module_item-container {
    max-width: 305px;
}
.fancybox-container .module-person_name-container {
    display: none;
}

.fancybox-container .module-person_photo-container {
    display: none;
}

.fancybox-container .module-person img {
    max-width: 300px;
    border-radius: 0;
    margin: 0px 20px 20px;
}

.fancybox-container .module-person .module-person_photo-container .q4-icon_more {
    display: none;
}

.fancybox-container .module-person_name-popup {
    display: block !important;
    position: relative;
}

.fancybox-container .module-person_name-popup h3 {
    max-width: none;
    margin: 0;
    padding-bottom: 10px;
}

.fancybox-container .module-person_name-popup:after {
    content: "";
    background: #eaeced;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 68%;
}

.fancybox-container .module-person_description-container {
    display: block !important;
    text-align: left;
    margin-top: 5px;
}

.fancybox-container .module-person_name-container .module-awards-person_name span {
    font-size: 26px;
    font-weight: 400;
    line-height: 42px;
}

.fancybox-container .module-person_name-container .module-person_title-text {
    font-weight: 300;
    font-size: 16px;
    font-family: "PayPal Open", sans-serif;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: #2c2e2f;
}

.fancybox-container .module-person_description-container p {
    font-style: normal;
    font-family: "PayPal Open", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.2px;
}

.fancybox-container .module-person_description-container p a {
    font-family: "PayPal Open", sans-serif;
    text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
    .fancybox-container .module-person_name-popup:after {
        width: 50%;
    }
}

@media only screen and (max-width: 768px) {
    .fancybox-container .module-person_name-popup:after {
        width: 0%;
    }
}

@media only screen and (max-width: 480px) {
    .fancybox-container .module-person img {
        max-width: 150px;
    }
}

/*correction fixes round 2*/

@media (min-width: 1112px) and (max-width: 1245px) {
    .module-awards-person_award-block {
        display: block;
    }
}

/* nav spacing fix*/
@media (min-width: 1025px) and (max-width: 1117px) {
    .nav--main li a {
        padding: 7px 9px 7px;
    }
}

/*End of CR - https://app.asana.com/0/1198304929135125/1200884275232056/f*/
.page-award .pane--banner {
    min-height: auto;
}

/* 00308120 */
.page-issue-adv .pane--banner:before {
    background: rgba(0, 0, 0, 0.5);
}

/* 00309439 */
.pane--content .module.module-global-comm {
    padding: 100px 0;
}

.module-taking-action-intro .module_link-more {
    text-transform: unset !important;
}

.no-margin-content p {
    margin: 0 !important;
}

.module-wellness.recognition li a {
    font-family: "PayPal Open", sans-serif;
}

.module-taking-action.background--half:before {
    background-image: url(../design/Financial-Health.JPG);
}

.PageValuesinActionReportingGlobalImpactReport .module-innovation a:after,
.PageValuesinActionReportingGlobalImpactReport .module-employes a:after,
.PageValuesinActionReportingGlobalImpactReport .module-sustainability a:after,
.PageValuesinActionReportingGlobalImpactReport .module-buisness a:after {
    margin-top: 0px !important;
}

.module--small-padding-bottom {
    padding-bottom: 25px !important;
}

.intext_link {
    color: black;
    font-weight: 400;
}

.intext_link:hover {
    color: #0070ba;
}

/* https://app.asana.com/0/1199872906285639/1201949306236224/f */

.module-response .container--image img {
    border-radius: 20px;
    overflow: hidden;
}

/* Module Boxes Grid */
.module-boxes-grid .module-boxes_container.grid {
    margin-left: -40px;
}

.module-boxes .module-boxes_container.grid--flex {
    align-items: stretch;
}

.module-boxes .module-boxes_container.grid--flex .module_item-box--wrap {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.module-boxes-grid .module_item-box {
    position: relative;
}

.module_item-box_image img {
    display: block;
    width: 100%;
    /*max-height:258px;*/
    height: 258px;
    object-fit: cover;
}

.module-boxes .module_item-box_text {
    padding: 2.4rem 3.8rem;
    text-align: left;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.item-box_heading {
    margin-top: 0;
    margin-bottom: 1.7rem;
    color: #003087;
    font-weight: 500;
    font-size: 22px;
}

.item-box_description {
    flex: 1 1 auto;
}

.layout--one-column .item-box_description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
}

.layout--one-column .item-box_description p {
    margin-bottom: 1.5rem;
}

.item-box_description p {
    margin: 0;
    color: #001435;
    line-height: 26px;
    font-weight: 400;
}

.module-boxes-grid .item-box_link {
    text-transform: initial;
    padding-right: 10px;
    color: #0070e0;
    position: absolute;
    /*bottom: 27px; */
}

.button--cta:after {
    /* 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;
    /* content: "\e911"; */
    content: url("../images/arrow-icon.png");
    display: inline-block;
    vertical-align: middle;
    margin-left: 14px;
    font-size: 8px;
}

@media screen and (min-width: 769px) {
    .module-boxes .module-boxes-home .module_item-box_text-wrap {
        /*--min-height: 164px;--*/
        min-height: 190px;
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .module-boxes .module-boxes-home .module_item-box_text {
        display: block;
    }
}

/* Global Nav */

.nav--main li a {
    display: block;
    font-weight: normal;
    padding: 7px 17px 7px;
    color: #2c2e2f;
    font-size: 1.6rem;
    line-height: 1.3;
}

.nav--main .level1 > li:last-child > a {
    transition: 0.3s ease-in-out;
    background: #003087;
    color: white;
    border-radius: 24px;
    padding: 10px 17px 10px !important;
    font-size: 16px;
    font-weight: 500;
    font-family: "PayPal Open", sans-serif;
}

.nav--main .level2 li a {
    color: #0070e0;
    padding: 0;
    font-family: "PayPal Open", sans-serif;
    line-height: 3.3rem;
}

.nav--main .level2 {
    display: none;
    position: absolute;
    /* left: -20px; */
    left: 16px;
    padding: 21px 33px 16px 31px;
    min-width: 230px;
    white-space: nowrap;
    text-align: left;
    top: calc(100% + 26px);
    background: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.203835);
    border-radius: 0px 0px 20px 20px;
}

.module-search h2 .q4-icon_search:before {
    color: #0070ba;
}

.nav--main .level1 > li.selected > a,
.nav--main .level1 > li.expanded > a,
.nav--main .level1 > li.sfHover > a,
.nav--main .level1 > li > a:hover,
.nav--main .level1 > li > a:focus {
    text-decoration: underline;
    text-underline-offset: 37px;
    text-decoration-color: #ffd140;
    text-decoration-thickness: 3px;
}

.PageHome .pane--banner:before {
    content: none;
}

.nav--main {
    line-height: 1;
    text-align: left;
}

.nav--main li {
    display: inline-block;
    position: relative;
}

.nav--main li a:hover {
    text-decoration: none;
}

.nav--main .level1 > li > a {
    border-bottom: solid 1px transparent;
    font-family: "PayPal Open", sans-serif;
}

.nav--main .level1 > li:last-child {
    /* margin-left: 17px;*/
    float: right;
    margin-right: 20px;
}

.nav--main .level1 > li:last-child > a:hover {
    background: #005ca6;
    border-color: #005ca6;
    color: #ffffff;
    text-decoration: none;
}

.nav--main .level1 li.sfHover > .level2 {
    display: block;
}

.nav--main .level2 li {
    display: block;
}

.nav--main .level2 li.selected > a,
.nav--main .level2 li.expanded > a,
.nav--main .level2 li a:hover,
.nav--main .level2 li a:focus {
    color: #005ea6;
}

.nav--main .level3 {
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0;
    width: 0;
}

.module-search h2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    cursor: pointer;
    color: #ffffff;
    font-size: 36px;
    margin: 0;
    transition: 0.3s ease-in-out;
    background: #003087;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Home page specific */

.PageHome .pane--banner .module-scroll-button {
    display: none;
}

.PageHome .module_link-more,
.PageHome .button--cta {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 26px !important;
    color: #0070e0;
    position: relative;
    padding-right: 20px;
    text-transform: initial;
}

.PageHome .module-boxes-grid .item-box_link {
    text-transform: initial;
    padding-right: 10px;
    font-weight: 400;
    color: #0070e0;
    position: absolute;
    bottom: 24px;
}

.PageHome .module-news-latest .module_title {
    text-align: left;
    font-size: 38px;
    line-height: 47px;
}

.PageHome .module_date-time {
    margin-bottom: 7px;
    color: #001435;
    font-weight: 400;
    font-size: 1.6rem;
}

.PageHome .module-news-latest .module_title {
    text-align: left;
    font-size: 38px;
    line-height: 47px;
}

.PageHome .module-news-latest .module_shortbody {
    color: #001435;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
}

.PageHome .module-news-latest .module_headline-link,
.module-news-latest .module_headline-link:visited {
    color: #003087 !important;
    font-size: 28px;
    font-weight: 500;
}

.PageHome .item-box_heading {
    margin: 10px 0 10px;
    color: #003087;
    font-weight: 500;
}

.PageHome .module-boxes-grid .module_item-box {
    position: relative;
}

.PageHome .item-box_description p {
    margin: 5px 0;
    color: #001435;
    line-height: 26px;
    font-weight: 400;
}

.PageHome .module-response .module_heading {
    font-weight: 500;
    font-size: 38px;
    line-height: 47px;
    color: #003087;
}

.PageHome .module-response .module_description p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #001435;
}

.PageHome .module-news-latest .module_item-wrap {
    height: 100%;
    padding: 30px 30px 0px 30px;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.PageHome .module-news-latest .module_link-more {
    position: absolute;
    bottom: 20px;
}

.PageHome .module-boxes_container.grid--flex .module_item-box--wrap {
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.PageHome .module_link-more:after,
.PageHome .button--cta:after {
    /* 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;
    /*  content: "\e911";*/
    content: url("../images/arrow-icon.png");
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 8px;
}

.PageHome .module-news-latest .newsroom-button.button--cta:after {
    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: url("../images/Path.png");
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 8px;
}

.PageHome .newsroom-button {
    color: #ffffff;
}

.button--cta.newsroom-button {
    color: #ffffff;
}

.button--cta.newsroom-button:hover {
    color: #ffffff !important;
}

.PageHome .layout_inner {
    overflow-x: hidden;
}

.PageHome .layout--home .pane--content {
    text-align: center;
}

.PageHome .layout--home .pane--banner {
    max-height: none;
}

.PageHome .layout--home .pane--banner .pane_inner {
    padding-top: 55px;
    padding-bottom: 150px;
    max-height: none;
}

.PageHome .layout--home .module-banner-text {
    min-height: 300px;
    height: 1px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
}
.layout--home .module-banner-text .sub-header {
    color: #001435;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
}

@media only screen and (min-width: 1025px) {
    .PageHome .layout--home .module-banner-text {
        max-width: 700px;
    }
}

@media (min-width: 769px) {
    .PageHome .container--text-wrap {
        max-width: 525px;
    }
}

.PageHome .layout--home .pane--navigation .module-breadcrumb {
    display: none;
}

/* Global Footer */

.nav--footer .nav--footer_heading-link {
    font-family: "PayPal Open", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.8rem;
    color: #003087;
    margin-bottom: 16px;
}

/*.nav--footer .level1 > li a{
    font-family: 'PayPal Open'!important;
  }*/

.nav--footer .level2 a {
    font-size: 1.3rem;
    line-height: 1.8rem;
    font-weight: 400;
    color: #6c7378;
    padding: 5px 0;
    font-family: "PayPal Open", sans-serif;
}

.pane--footer .module-action .button {
    padding: 12px 24px;
    background: #003087;
    color: white;
    border-radius: 24px;
    font-size: 16px;
}

.module-social-media li a span {
    display: block;
    font-size: 2.5rem;
    height: 25px;
    width: 25px;
    color: #003087;
    background: #ffffff;
    opacity: 1;
    transition: 0.3s ease-in-out;
}

@media screen and (min-width: 1025px) and (max-width: 1050px) {
    .nav--main li a {
        padding: 7px 15px 7px;
    }
}

/*CR - https://app.asana.com/0/1198304929135125/1202415571708938*/
.module-award-deadlines .item-box_heading {
    margin: 0px 60px 70px 115px;
}

.module-award-deadlines .module_item-box--wrap {
    margin-left: 20px;
}

.page-award .pane--banner .button {
    background: #003087;
    color: white;
}

.page-award .pane--banner:before {
    background: transparent;
}

.page-who-we-are {
    background-color: #faf8f5;
}

@media (min-width: 769px) {
    .PageHome .container--text-wrap {
        max-width: 525px;
    }

    .module-award-deadlines .item-box_heading {
        margin: 15px 70px 70px 115px;
    }
}

.module-award-spotlight ul {
    list-style-type: none;
}

.module-award-spotlight li {
    list-style-type: disc;
}

@media screen and (min-width: 481px) and (max-width: 1024px) {
    .pane--header .layout_toggle {
        position: relative;
        margin-top: -60px;
    }
}

.module-award-spotlight .text-body {
    text-align: left;
}

@media screen and (min-width: 1301px) {
    .module-award-deadlines .module_item-box--wrap {
        margin-left: 35%;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
    .module-award-deadlines .module_item-box--wrap {
        margin-left: 30%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .module-award-deadlines .module_item-box--wrap {
        margin-left: 30%;
    }
}

/*End of CR - https://app.asana.com/0/1198304929135125/1202415571708938*/

.module-innovation:after {
    content: "";
    margin-top: 13vh;
    margin-left: 20px;
    margin-bottom: 10vh;
    border-radius: 20px 0px 0px 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 50%;
    display: inline-block;
    background: url("../design/01_Lamp_London_Shot_10_0013_1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.module-sustainability .module-image-wrap {
    background: url("../design/greenTeam-new.jpg") no-repeat center;
    background-size: cover;
}

.module-wellness.recognition.background--half:before {
    background-image: url("../design/Pride_Workplace-Recognition-new.jpeg");
    left: auto;
    right: 0;
}

.module_item-bg-image .module_item-image--wrap.driving-innovation {
    background-image: url("../design/ColdHubsColdStorage.jpg");
}

@media only screen and (min-width: 1025px) {
    .module-buisness .module-image-wrap {
        background: url("../design/rbp-image-new.jpeg") no-repeat center;
        background-size: cover;
    }

    .module-employes .module-images-wrap img:nth-child(2) {
        position: absolute;
        border: 15px solid #fff;
        border-top: none;
        top: 0;
        right: 20px;
        margin: 0;
        min-height: 530px;
        object-fit: cover;
    }
}

@media only screen and (max-width: 1024px) {
    .module-innovation:after {
        height: 0px;
        background: none;
        bottom: 0;
        top: auto;
        left: 0;
        right: 0;
        width: 100%;
        background-position: 50% 20%;
    }
}

span.item-date {
    margin-bottom: 10px;
}

/* https://app.asana.com/0/1199872906285639/1201949306236224/f */

.module-response .slick-arrow {
    transform: translateY(0);
    top: auto;
    bottom: -4px;
}

.module-response .slick-prev {
    left: calc(50% - 90px);
}

.module-response .slick-next {
    right: calc(50% - 90px);
}

.module-response .slick-dots {
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
}

.PageHome .slick-arrow {
    margin: 0;
    border: 0 none;
    padding: 9px;
    font-size: 1rem;
    background: #0070e0;
    border-radius: 50%;
    color: #0070ba;
    cursor: pointer;
}

.PageHome .slick-prev:before {
    content: url("../images/PayPal-today-release-left.png");
    width: 46px;
    height: 30px;
}

.PageHome .slick-next:before {
    content: url("../images/PayPal-today-release-right.png");
    width: 46px;
    height: 30px;
}

.PageHome .slick-dots li button {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 100%;
    background: #0070e0;
    width: 12px;
    height: 12px;
    opacity: 0.4;
    cursor: pointer;
    display: block;
    transition: 0.3s ease-in-out;
}

.PageHome .slick-dots li.slick-active button {
    opacity: 1;
    height: 12px;
    width: 12px;
}

span.date-box {
    margin-bottom: 20px;
}

span.module-date {
    margin-bottom: 11px;
}

.PageHome button.slick-arrow:focus,
.PageHome .slick-dots li.slick-active button:focus {
    outline-width: 0px !important;
    outline-style: none !important;
}

/*DIBE infographic*/

.pp-blue,
.pp-dark-blue,
.pp-purple,
.pp-green {
    color: #003087;
    font-size: 20px;
    font-weight: 600;
    display: block;
    padding-bottom: 20px;
    padding-top: 10px;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
}
.pp-blue,
.pp-dark-blue {
    text-align: right;
}

.dibe-item {
    padding: 24px;
    background: #faf8f5;
    margin-bottom: 24px;
    border-radius: 20px;
}
.item_image-wrap {
    text-align: center;
    position: relative;
}
.item_image-wrap img {
    max-width: 231px;
}
.div_ig_1 {
    flex-basis: 40% !important;
}
.div_ig_2 {
    flex-basis: 20% !important;
    padding-left: 42px;
    padding-right: 42px;
}
.div_ig_3 {
    flex-basis: 40% !important;
    padding-left: 0px;
}

.module-our-mission .grid--flex {
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 954px) {
    .module-our-mission .grid--flex {
        flex-direction: column;
    }
}

.tab-header .tabs {
    max-width: 600px;
    margin: 0px auto;
    background: #003087;
}
.tab-header button {
    border: none;
    margin-left: 20px;
    margin-right: 20px;
}
.tab-header .tabs button {
    background: none;
    color: white;
    font-size: 16px;
    font-family: "PayPal Open TT", "PayPal Open", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}
.tab-header #tab-control {
    font-size: 16px;
}

.tab-header [role="tab"][aria-selected="true"] {
    outline-width: 1px;
    border-radius: 0;
    border-bottom: 5px solid #ffd140;
    padding-bottom: 20px;
}
.dibe-subheader {
    font-size: 22px;
}

.tabs a {
    text-decoration: underline;
    font-weight: 700;
}
.item-box_subheading {
    font-family: "PayPal Open TT";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.module-boxes-partnerships .module_item-box_text {
    padding-left: 5px;
}

.module-boxes-partnerships .item-box_heading {
    padding-top: 8px;
    color: white;
}
.module-boxes-partnerships .module_item-box_text {
    justify-content: flex-start;
}
.module-boxes-partnerships .item-box_description p {
    color: white;
}

.module-boxes-partnerships a.module_link-more {
    text-decoration: none;
    font-weight: 500;
    color: white;
}
.module-quote-kim .module-quotes_text h3 {
    color: white;
}

/*.module-quote-kim h3::before{
    content: url(../images/how_we_work/2022/quotes-light.svg);
  }*/
.img-wrapper {
    background: white;
    border-radius: 20px;
    padding: 40px 20px;
}
.m-bottom-6 {
    margin-bottom: 24px;
    margin-top: 24px;
}
.m-top-6 .item-box_link {
    text-decoration: none;
}

.m-top-3 {
    padding-bottom: 82px;
}

.m-top-custom {
    padding-bottom: 40px;
}

.module-map {
    max-width: 931px;
    margin: 0px auto;
}
.module-map .module_item .item-container {
    background: #faf8f5;
    min-height: 273px;
    padding: 39px 16px;
}
.module-map .item-container .item_heading {
    font-style: normal;
    font-weight: 500;
    font-size: 61px;
    line-height: 110%;
    /* or 67px */

    text-align: center;
    letter-spacing: -0.015em;

    /* Dark Blue */

    color: #003087;
}

.em {
    color: #0070e0;
}

.module-map .chart-js {
    position: relative;
}

.module-map .chart-js .item_heading {
    position: absolute;
    left: 51%;

    top: 50%;

    transform: translate(-50%, -99%);
}
.module-map .chart-js canvas {
    margin: 0px auto;
}

.module-map .item_heading {
    font-size: 3.8rem;
    font-weight: 500;
    color: #003087;
}

.module-map .module-counter.module-staggered {
    margin-top: 74px;
}
.module-map ul {
    list-style: none;
}
.codehouse-video .video_image {
    background-image: url('../images/diversity-inclusion-equity-belonging/code-house.png');
}
.ParentSection_mlwaward_about .module-page-title h1 {
    color: white;
}

.page-dibe .module_item-box_image img {
    display: block;
    width: 100%;
    height: 258px;
    border-radius: 20px;
}

/*module additional resoutces mlw
  
  /*Module Additional Resources*/
.module-additional-resources-mlw .module_item-box--wrap {
    display: flex;
    align-items: stretch;
}

.module-additional-resources-mlw .module_item-box_image.background--cover {
    padding: 18px 10px 18px 20px;
    background-color: #f7f9fa;
}

.module-additional-resources-mlw .module_item-box_image.background--contain {
    background-color: #005ea6;
}

.module-additional-resources-mlw .module_item-box_image:not(.background--color) .item-box_image-bg {
    height: 100%;
    background-color: #005ea6;
    background-repeat: no-repeat;
    background-position: center;
}

.module-additional-resources-mlw .module_item-box_image.background--contain .item-box_image-bg {
    background-size: contain;
}

.module-additional-resources-mlw .module_item-box_text {
    padding: 27px 30px;
    width: calc(100% - 100px);
}

.module-additional-resources-dl-mlw.module-additional-resources-mlw .module_link-download {
    padding-left: 0;
    color: #0070ba;
    margin-right: 5px;
    position: relative;
}

.module-additional-resources-dl-mlw.module-additional-resources-mlw .module_link-download:after {
    display: none;
}

.module-additional-resources-dl-mlw .module_link-download .module_link-text:before {
    content: "Read More";
}

.module-additional-resources-dl-mlw .module_link-download.link--pdf .module_link-text:after {
    content: "Download";
}

.module-additional-resources-dl-mlw .module_link-download:not(.link--pdf) span.module_link-text:after {
    content: "\e911";
    font-family: "q4-icons";
    font-size: 10px;
    margin-right: 5px;
    padding-left: 5px;
}

.module-additional-resources-dl-mlw .module_link-download.link--pdf span.module_link-text:before {
    content: "\e903";
    font-family: "q4-icons";
    margin-right: 5px;
}

.module-additional-resources-mlw .item-box_heading {
    font-size: 1.8rem;
    margin: 0;
}

.module-additional-resources-mlw .module_link-download,
.module-additional-resources-mlw .module_link-more {
    display: inline-block;
    font-family: "PayPal Sans Big Regular", sans-serif;
    font-size: 1.8rem;
    line-height: 1.3;
    color: #2c2e2f;
    margin-right: 0;
    padding-left: 0;
    padding-right: 5px;
    position: relative;
}

.module-additional-resources-mlw .module_link-download:after,
.module-additional-resources-mlw .module_link-more:after {
    content: "\e911";
    font-family: q4-icons;
    display: inline-block;
    vertical-align: baseline;
    font-size: 10px;
    padding-left: 5px;
    margin: 0;
    line-height: unset;
}

.module-additional-resources-mlw .item-box_file-container {
    display: inline-block;
}
.module-additional-resources-images-mlw .module_item-box_text {
    padding-left: 20px;
    padding-right: 25px;
}

.module-additional-resources-mlw .module_item-box_image {
    background-color: #0070ba;
    width: 100px;
    height: 100%;
    min-height: 100px;
}
.module-additional-resources-mlw .item-box_image-bg {
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
}

.page-mlwaward .module-featured-stories .module_title {
    color: inherit;
}

#people-tab .m-top-6 .item-box_link,
#culture-tab .m-top-6 .item-box_link {
    padding-top: 0;
}

.larger {
    font-size: 120%;
}

.padding-small {
    padding-bottom: 15px !important;
}

.padding-small-top {
    padding-top: 15px !important;
}

.awards-logos img {
    max-width: 190px !important;
}

/* Fix 295 */

.module-featured-stories .module_item-box--wrap {
    justify-content: flex-start !important;
    position: relative;
}

.module-featured-stories .item-date {
    padding-bottom: 30px;
}

.module-featured-stories .module_link-more {
    position: absolute;
    bottom: 25px;
}

/* Fix 289/90 */

.page-environ-sustain .module-climate-action .module_item-trigger {
    min-height: 100px;
}

@media (max-width: 1000px) and (min-width: 641px) {
    .module-climate-action .module_item-toggle {
        width: 50%;
    }
}

@media (max-width: 640px) {
    .page-environ-sustain .module-climate-action .module_item-trigger {
        min-height: unset;
    }
}

/* Innovation Fixes */

.module-innovation a {
    color: #0070e0 !important;
}

.module-innovation::after {
    content: unset !important;
}

.module-innovation .module-image-wrap img {
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}

.module-employees-and-culture .module-image-wrap img {
    width: 100%;
}

.module-innovation .module_inner-heading {
    color: #fff;
}

.module-innovation p {
    max-width: unset !important;
    padding: unset !important;
    font-size: 18px;
    font-size: 1.6rem;
    line-height: 30px;
}

.module-innovation .module-counter {
    margin-top: 40px;
}

/* Awards Fixes */
.awards-logos img {
    max-width: 100% !important;
}

/* Tabbed Content */
.tabs h3.h2 {
    margin-bottom: 10px;
}

/* 00517247 */
.PageValuesinActionMaggieLenaWalkerAward .module-winners .module_item {
    margin-bottom: 5px;
    padding-bottom: 10px;
}
/* 00517247 end */

/* 00543335 */
.module_family-image img {
    height: initial;
}
/* 00543335 ends */

/* 00580981 */
 .page-values-action .pane--banner .pane_inner::after {
background-image: url("../design/banner/Values-in-action/PayPal-Header-value.png");
}
/*00580981 ends*/

@media only screen and (max-width: 620px) {
    .mobile-leadership {
        display: flex !important;
        flex-direction: column !important;
    }
}

/*00616458 start*/

.PageWhoWeAreExecutiveLeadership .module-person--management .module_item:last-child{
    /*display: block !important;*/  /* --> related to 00622369 */
}

/*00616458 end*/