/*-----------------------------------------*\
------------------ Default ------------------
\*-----------------------------------------*/
/*--------------- Reset CSS ---------------*/
html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, 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;
}

ol, ul {
    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;
}

/* Preview Override */
body.PreviewBody {
    margin: 0;
    background-position: 0 0;
}

.PreviewToolBar {
    display: none;
}

.hidden {
    display: none !important;
}

@font-face {
    font-family: 'Spring';
    src: url("../css/Spring-Regular.otf") format("opentype");
}

@font-face {
    font-family: 'Spring_Regular';
    src: url("../design/fonts/Spring-Regular_web.eot");
    src: url("../design/fonts/Spring-Regular_web.woff") format("woff"), url("../design/fonts/Spring-Regular_web.woff2") format("woff2"), url("../design/fonts/Spring-Regular_web.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Non-Seasonal';
    src: url("../css/Non-SeasonalSans-Regular.otf") format("opentype");
}

/*-----------------------------------------*\
--------------- Accessibility ---------------
\*-----------------------------------------*/
/*------------ Default Styles -------------*/
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/*--- Accessibility Skip Navigation Link --*/
.accSkipLink a {
    position: absolute;
    top: -40px;
    left: 50%;
    width: 200px;
    padding: 15px 15px;
    margin-left: -100px;
    background: transparent;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: white;
    text-align: center;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 100;
}

.accSkipLink a:focus, .accSkipLink a:active, .accSkipLink a:hover {
    top: 0;
    background: #0A457B;
    outline: 0;
}

.accSkipLink a:visited {
    color: #fff;
}

#maincontent:focus {
    outline: 0px;
}

/*-----------------------------------------*\
------------------- Tools -------------------
\*-----------------------------------------*/
/*--------------- Toast CSS ---------------*/
/* The Important Bits */
/* Negative Margin Fix */
.grid, .grid-no-gutter {
    font-size: 0;
}

.grid {
    list-style: none;
    margin-left: -20px;
}

.grid-no-gutter {
    margin-left: 0;
    width: 100%;
}

.col {
    box-sizing: border-box;
    display: inline-block;
    /* Negative Margin Fix */
    /* margin-right: -.25em; */
    min-height: 1px;
    padding-left: 20px;
    vertical-align: top;
}

.grid-no-gutter .col {
    padding-left: 0;
}

.grid-no-gutter .grid .col {
    padding-left: 20px;
}

/* The Column Widths */
.col-1-of-1, .col-2-of-2, .col-3-of-3, .col-4-of-4, .col-5-of-5, .col-6-of-6, .col-8-of-8, .col-12-of-12 {
    width: 100%;
}

.col-1-of-2, .col-2-of-4, .col-3-of-6, .col-4-of-8, .col-6-of-12 {
    width: 50%;
}

.col-1-of-3, .col-2-of-6, .col-4-of-12 {
    width: 33.33333%;
}

.col-2-of-3, .col-4-of-6, .col-8-of-12 {
    width: 66.66667%;
}

.col-1-of-4, .col-2-of-8, .col-3-of-12 {
    width: 25%;
}

.col-3-of-4, .col-6-of-8, .col-9-of-12 {
    width: 75%;
}

.col-push-2-of-2, .col-push-3-of-3, .col-push-4-of-4, .col-push-5-of-5, .col-push-6-of-6, .col-push-8-of-8, .col-push-12-of-12 {
    margin-left: 100%;
}

.col-push-1-of-2, .col-push-2-of-4, .col-push-3-of-6, .col-push-4-of-8, .col-push-6-of-12 {
    margin-left: 50%;
}

.col-push-1-of-3, .col-push-2-of-6, .col-push-4-of-12 {
    margin-left: 33.33333%;
}

.col-push-2-of-3, .col-push-4-of-6, .col-push-8-of-12 {
    margin-left: 66.66667%;
}

.col-push-1-of-4, .col-push-2-of-8, .col-push-3-of-12 {
    margin-left: 25%;
}

.col-push-3-of-4, .col-push-6-of-8, .col-push-9-of-12 {
    margin-left: 75%;
}

.col-pull-2-of-2, .col-pull-3-of-3, .col-pull-4-of-4, .col-pull-5-of-5, .col-pull-6-of-6, .col-pull-8-of-8, .col-pull-12-of-12 {
    margin-left: -100%;
}

.col-pull-1-of-2, .col-pull-2-of-4, .col-pull-3-of-6, .col-pull-4-of-8, .col-pull-6-of-12 {
    margin-left: -50%;
}

.col-pull-1-of-3, .col-pull-2-of-6, .col-pull-4-of-12 {
    margin-left: -33.33333%;
}

.col-pull-2-of-3, .col-pull-4-of-6, .col-pull-8-of-12 {
    margin-left: -66.66667%;
}

.col-pull-1-of-4, .col-pull-2-of-8, .col-pull-3-of-12 {
    margin-left: -25%;
}

.col-pull-3-of-4, .col-pull-6-of-8, .col-pull-9-of-12 {
    margin-left: -75%;
}

.col-1-of-5 {
    width: 20%;
}

.col-push-1-of-5 {
    margin-left: 20%;
}

.col-pull-1-of-5 {
    margin-left: -20%;
}

.col-2-of-5 {
    width: 40%;
}

.col-push-2-of-5 {
    margin-left: 40%;
}

.col-pull-2-of-5 {
    margin-left: -40%;
}

.col-3-of-5 {
    width: 60%;
}

.col-push-3-of-5 {
    margin-left: 60%;
}

.col-pull-3-of-5 {
    margin-left: -60%;
}

.col-4-of-5 {
    width: 80%;
}

.col-push-4-of-5 {
    margin-left: 80%;
}

.col-pull-4-of-5 {
    margin-left: -80%;
}

.col-1-of-6 {
    width: 16.66667%;
}

.col-push-1-of-6 {
    margin-left: 16.66667%;
}

.col-pull-1-of-6 {
    margin-left: -16.66667%;
}

.col-5-of-6 {
    width: 83.33333%;
}

.col-push-5-of-6 {
    margin-left: 83.33333%;
}

.col-pull-5-of-6 {
    margin-left: -83.33333%;
}

.col-1-of-8 {
    width: 12.5%;
}

.col-push-1-of-8 {
    margin-left: 12.5%;
}

.col-pull-1-of-8 {
    margin-left: -12.5%;
}

.col-3-of-8 {
    width: 37.5%;
}

.col-push-3-of-8 {
    margin-left: 37.5%;
}

.col-pull-3-of-8 {
    margin-left: -37.5%;
}

.col-5-of-8 {
    width: 62.5%;
}

.col-push-5-of-8 {
    margin-left: 62.5%;
}

.col-pull-5-of-8 {
    margin-left: -62.5%;
}

.col-7-of-8 {
    width: 87.5%;
}

.col-push-7-of-8 {
    margin-left: 87.5%;
}

.col-pull-7-of-8 {
    margin-left: -87.5%;
}

.col-1-of-12 {
    width: 8.33333%;
}

.col-push-1-of-12 {
    margin-left: 8.33333%;
}

.col-pull-1-of-12 {
    margin-left: -8.33333%;
}

.col-2-of-12 {
    width: 16.66667%;
}

.col-push-2-of-12 {
    margin-left: 16.66667%;
}

.col-pull-2-of-12 {
    margin-left: -16.66667%;
}

.col-5-of-12 {
    width: 41.66667%;
}

.col-push-5-of-12 {
    margin-left: 41.66667%;
}

.col-pull-5-of-12 {
    margin-left: -41.66667%;
}

.col-7-of-12 {
    width: 58.33333%;
}

.col-push-7-of-12 {
    margin-left: 58.33333%;
}

.col-pull-7-of-12 {
    margin-left: -58.33333%;
}

.col-10-of-12 {
    width: 83.33333%;
}

.col-push-10-of-12 {
    margin-left: 83.33333%;
}

.col-pull-10-of-12 {
    margin-left: -83.33333%;
}

.col-11-of-12 {
    width: 91.66667%;
}

.col-push-11-of-12 {
    margin-left: 91.66667%;
}

.col-pull-11-of-12 {
    margin-left: -91.66667%;
}

@media (max-width: 480px) {
    .col {
        display: block;
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }

    .PageInvestorResourcesContactAlerts .thumbnail {
        width: 50%;
    }
}

@media (max-width: 1200px) and (min-width: 1024px) {
    .col.col-lg-1-of-1 {
        width: 100%;
    }

    .col.col-lg-1-of-2, .col.col-lg-2-of-4 {
        width: 50%;
    }

    .col.col-lg-1-of-3 {
        width: 33.33333%;
    }

    .col.col-lg-2-of-3 {
        width: 66.66667%;
    }

    .col.col-lg-1-of-4 {
        width: 25%;
    }

    .col.col-lg-3-of-4 {
        width: 75%;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .col.col-lc-1-of-1 {
        width: 100%;
    }

    .col.col-lc-1-of-2, .col.col-lc-2-of-4 {
        width: 50%;
    }

    .col.col-lc-1-of-3 {
        width: 33.33333%;
    }

    .col.col-lc-2-of-3 {
        width: 66.66667%;
    }

    .col.col-lc-1-of-4 {
        width: 25%;
    }

    .col.col-lc-3-of-4 {
        width: 75%;
    }
}

@media (max-width: 768px) and (min-width: 480px) {
    .col.col-md-1-of-1 {
        width: 100%;
    }

    .col.col-md-1-of-2, .col.col-md-2-of-4 {
        width: 50%;
    }

    .col.col-md-1-of-3 {
        width: 33.33333%;
    }

    .col.col-md-2-of-3 {
        width: 66.66667%;
    }

    .col.col-md-1-of-4 {
        width: 25%;
    }

    .col.col-md-3-of-4 {
        width: 75%;
    }
}

@media (max-width: 480px) {
    [class*="col-sm-"] {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }

    .col.col-sm-1-of-1 {
        width: 100%;
    }

    .col.col-sm-1-of-2, .col.col-sm-2-of-4 {
        width: 50%;
    }

    .col.col-sm-1-of-3 {
        width: 33.33333%;
    }

    .col.col-sm-2-of-3 {
        width: 66.66667%;
    }

    .col.col-sm-1-of-4 {
        width: 25%;
    }

    .col.col-sm-3-of-4 {
        width: 75%;
    }
}

.col-centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.col-d-first {
    float: left;
}

.col-d-last {
    float: right;
}

.grid-no-gutter .col-span-all {
    margin-left: 0;
    width: 100%;
}

.col-ab {
    vertical-align: bottom;
}

.col-am {
    vertical-align: middle;
}

/*------------- Slick Slider --------------*/
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    -webkit-touch-callout: none;
    -khtml-user-select: text;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    padding: 0 !important;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-initialized .slick-slide:focus {
    outline: none;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 33%;
    margin-top: -10px\9;
    /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    min-width: inherit;
    z-index: 5;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
    font-family: 'q4icons';
    font-size: 20px;
    line-height: 1;
    color: #000;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 0;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "\e64c";
}

[dir="rtl"] .slick-prev:before {
    content: "\e64c";
}

.slick-next {
    right: 0;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "\e64f";
}

[dir="rtl"] .slick-next:before {
    content: "\e64f";
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\e907";
    width: 20px;
    height: 20px;
    font-family: 'q4icons';
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

/*--------------- FancyBox  ---------------*/
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../design/fancybox_sprite.png");
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("../design/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("../design/blank.gif");
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("../design/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url("../design/fancybox_sprite@2x.png");
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url("../design/fancybox_loading@2x.gif");
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}

/*-----------------------------------------*\
----------- Default Module Styling ----------
---------------------------------------------
------------ Alphabetical Order -------------
\*-----------------------------------------*/
/*---------------- Job List ---------------*/
.JobPostingContainer table {
    width: 100%;
}

.JobPostingContainer table td, .JobPostingContainer table th {
    padding: 10px 5px;
}

.JobPostingContainer .JobPostingGridHeader {
    background-color: rgba(0, 0, 0, 0.1);
}

.JobPostingContainer table .JobPostingGridItem:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.Module_JobPostingDetailsAdvanced table {
    width: 100%;
    max-width: 500px;
    margin-bottom: 1rem;
}

.Module_JobPostingDetailsAdvanced table td:first-child span:after {
    content: ":";
}

.Module_JobPostingDetailsAdvanced table input {
    border: none;
}

.Module_JobPostingDetailsAdvanced .Label_Summary, .Module_JobPostingDetailsAdvanced .Text_Body {
    display: inline-block;
}

.Module_JobPostingDetailsAdvanced .Label_Summary {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.Module_JobPostingDetailsAdvanced .LinkButton_Apply, .JobApplicationAdvancedContainer a {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #000;
    text-decoration: none;
}

.JobApplicationAdvancedContainer table, .JobApplicationAdvancedContainer textarea {
    width: 100%;
}

.JobApplicationAdvancedContainer table td {
    padding: 5px 0;
}

.JobApplicationAdvancedContainer table td[colspan="4"] > span {
    display: block;
    padding: 10px 0;
}

.JobApplicationAdvancedContainer input[type="file"] {
    line-height: 1rem;
}

/*-------------- Person List --------------*/
.PersonGenericContainer .PersonItem {
    margin-bottom: 25px;
}

.PersonGenericContainer .PersonDetailsContainer > div {
    vertical-align: middle;
}

.PersonGenericContainer .PersonPhoto img {
    display: inline-block;
    max-width: 100%;
}

.PersonGenericContainer h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.PersonGenericContainer .PersonDescription > span {
    line-height: 200%;
}

@media screen and (max-width: 768px) {
    .PersonGenericContainer .PersonPhoto {
        margin-bottom: 25px;
    }

    .PersonGenericContainer .PersonPhoto, .PersonGenericContainer h3 {
        text-align: center;
    }
}

/*---------- Quick Links Modules ----------*/
.RightColumnBlock {
    display: none;
}

/*------------- Search Modules ------------*/
.SearchResultsContainer .SearchSummary, .SearchResultsContainer .SearchResultItem {
    margin-bottom: 25px;
}

.SearchResultsContainer .SearchLink {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.SearchResultsContainer .SearchDescription span:after, .SearchResultsContainer .SearchDescription span:after {
    display: inline;
    content: "...";
}

.SearchResultsContainer .SearchResultUrl {
    display: none;
}

.SearchResultsContainer .SearchResultsPaging a {
    font-weight: bold;
}

.SearchResultsContainer .SearchResultsPaging a:link {
    font-weight: inherit;
}

/*----------- SEC Filing Modules ----------*/
.RegulatoryFilingContainer .FormGroupsContainer, .RegulatoryFilingContainer .YearNavContainer {
    margin-bottom: 20px;
}

.RegulatoryFilingContainer .YearNavContainer a {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #000;
    text-decoration: none;
}

.RegulatoryFilingContainer .ModuleHeader > span, .RegulatoryFilingContainer .ModuleItemRow > span, .RegulatoryFilingContainer .ModuleItemRow > a, .RegulatoryFilingContainer .ModuleItemRow > ul, .ModuleSECFilingDetails .ModuleContainerInner > div {
    padding: 10px;
}

.RegulatoryFilingContainer .ModuleHeader > span {
    background-color: rgba(0, 0, 0, 0.1);
}

.RegulatoryFilingContainer .ModuleItemRow:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.RegulatoryFilingContainer .Icons li, .ModuleSECFilingDetails .Icons li {
    display: inline-block;
    font-size: 2rem;
}

@media screen and (max-width: 768px) {
    .RegulatoryFilingContainer .ModuleHeader {
        display: none;
    }
}

/*--------------- Site Map -----------------*/
.SiteMapContainer .SiteMapList li {
    padding: 10px 0;
}

.SiteMapContainer .SiteMapList li.SiteMap-Level2 {
    font-size: 1.2rem;
}

.SiteMapContainer .SiteMapList li.SiteMap-Level3 {
    padding: 10px;
}

/*-----------------------------------------*\
----------- Default Widget Styling ----------
\*-----------------------------------------*/
/*-------- Add to Calendar Styles ---------*/
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.q4-atc-wrapper {
    -webkit-font-smoothing: antialiased;
}

.q4-atc-wrapper .q4-atc-outer {
    position: absolute;
    top: 110%;
    left: 0;
    background: white;
    border: 3px solid #DDDDDD;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #5e5e5e;
    z-index: 10;
}

.q4-atc-wrapper .q4-atc-inner-details {
    padding: 10px;
    text-align: center;
    min-width: 300px;
}

.q4-atc-wrapper .q4-atc-button {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
}

.q4-atc-wrapper .q4-atc-button:before {
    content: "\e630";
    font-family: 'q4icons' !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;
    margin-right: 10px;
}

.q4-atc-wrapper .q4-atc-title {
    font-weight: bold;
}

.q4-atc-wrapper .q4-atc-links {
    margin: 15px 0 25px;
    padding: 0;
    /*markup fix*/
    font-size: 0;
}

.q4-atc-wrapper .q4-atc-links li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
}

.q4-atc-wrapper .q4-atc-links a {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(126, 130, 136, 0.06);
    color: #7e8288;
    text-decoration: none;
}

.q4-atc-wrapper .q4-atc-links li a:before {
    font-family: 'q4icons';
    speak: none;
    font-style: normal;
    font-size: 25px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 60px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.q4-atc-wrapper .q4-atc-links li.apple a:before {
    content: '\e908';
}

.q4-atc-wrapper .q4-atc-links li.google a:before {
    content: '\e90a';
}

.q4-atc-wrapper .q4-atc-links li.outlook a:before {
    content: '\e909';
}

.q4-atc-wrapper .q4-atc-links li.ics a:before {
    content: "\e630";
}

.q4-atc-tooltip {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.q4-atc-tooltip-text {
    display: block;
    width: 100%;
    background: rgba(126, 130, 136, 0.06);
    padding: 8px 5px;
    text-align: center;
}

.calendarList {
    display: none;
}

.fancybox-inner .calendarList {
    display: block;
}

/*----- Committee Composition Table -----*/
.committee-composition .person-header, .committee-composition .person-item > div {
    padding: 15px 5px;
}

.committee-composition .person-header > div ~ div, .committee-composition .person-item > div > div ~ div {
    text-align: center;
}

.committee-composition .person-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.committee-composition .person-category.active .person-header i:before {
    content: "\e650";
}

.committee-composition .person-item:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.committee-composition .person-bio {
    text-align: left;
}

.committee-composition .person-item.active > div:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.committee-composition .person-legend {
    margin-top: 20px;
}

.committee-composition .person-legend span {
    margin-right: 20px;
}

.committee-composition .mobile, .committee-composition .person-bio, .committee-composition .person-items {
    display: none;
}

@media screen and (max-width: 768px) {
    .committee-composition .desktop {
        display: none;
    }

    .committee-composition .mobile {
        display: block;
    }

    .committee-composition .person-legend span {
        display: block;
        margin: 5px 0;
    }
}

/*-------------- Slider Widget ---------------*/
.slider .slider-item {
    position: relative;
    width: 100%;
    min-height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    overflow: hidden;
}

.slider .spacer {
    display: block;
    padding-top: 21.875%;
    /* Image (height / width * 100) */
    width: 100%;
}

.slider .content-container {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    width: 100%;
    padding: 20px 50px;
    max-width: 1200px;
}

.slider .content-container h2 {
    font-size: 25px;
    margin-bottom: 10px;
}

.slider .content-container p {
    background-color: rgba(255, 255, 255, 0.25);
    height: 50px;
    padding: 15px;
}

@media screen and (max-width: 1200px) {
    .slider .slider-item {
        height: auto;
    }

    .slider .content-container {
        left: 0;
        margin-left: 0;
        padding: 20px;
    }
}

div.pre-module-text {
    margin-bottom: 0;
}

.ModuleFileText, .ModuleFileSpacer {
    display: none;
}

/*-----------------------------------------*\
\*-----------------------------------------*/
html, body, .col {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: #000;
    font-family: 'Non-Seasonal Geo_Medium Sharp V2.5';
    -webkit-font-smoothing: antialiased;
}

html, body {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
}

.BodyBackground {
    background-color: #fff;
}

a {
    color: #000;
    font-weight: 400;
    text-decoration: none;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.PaneContentInner a {
    color: #c0c9a7;
}

.PaneContentInner a:hover {
    color: #000;
}

p {
    padding: 0;
    margin: 0;
}

.PaneContentInner p {
    padding: 0 0 25px 0;
}

small {
    font-size: small;
    line-height: 1.5;
    display: block;
    color: #8f8d8a;
}

sub, sup {
    line-height: normal;
}

h1, h2 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    color: #181818;
    margin: 0 0 25px 0;
}

h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
}

h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

img {
    max-width: 100%;
}

.PaneContent ul {
    list-style-type: square;
    padding-left: 20px;
}

.PaneContent ol {
    list-style-type: decimal;
    padding-left: 20px;
}

/*-----------------------------------------*\
------------------- GLOBAL ------------------
\*-----------------------------------------*/
.container {
    display: block;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 20px;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after, .clear {
    clear: both;
}

.PaneContentInner {
    margin-bottom: 90px;
    min-height: 490px;
}

.LayoutTwoColumn .PaneContent, .LayoutThreeColumn .PaneContent {
    border-top: 3px solid #1a1b26;
}

.btn, input[type="submit"], button {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    background-color: #000;
    color: #fff !important;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    font-family: 'Non-Seasonal Geo_Medium Sharp V2.5';
    letter-spacing: 0.5px;
    padding: 14px 20px;
    margin: 0;
    border: none;
    border-radius: 3px;
    min-width: 160px;
    min-height: 50px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

.btn:hover, input[type="submit"]:hover, .PaneFooter input[type="submit"]:hover, button:hover {
    color: #fff !important;
    background-color: #c0c9a7;
}

.PaneFooter input[type="submit"] {
    color: #000 !important;
    background-color: #fff;
}

.medium-font-size {
    font-size: 18px;
}

input[type="text"], textarea {
    display: inline-block;
    -webkit-appearance: none;
    appearance: none;
    padding: 12px 20px;
    background: #fff;
    border: 1px solid #979797;
    -webkit-border-radius: 0;
    border-radius: 3px;
    font-family: inherit;
    font-size: inherit;
    color: #000;
}

.PaneFooter input[type="text"] {
    border: 1px solid #000;
}

select {
    padding: 11px 20px;
    border: 1px solid #979797;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #b2b2b2;
    font-family: 'Non-Seasonal Geo_Medium Sharp V2.5';
    font-size: 16px;
    line-height: normal;
}

.LayoutDefault .sbHolder {
    height: 45px;
    line-height: 45px;
    position: relative;
    width: 110px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 5px 0;
    padding: 11px 20px;
    border: 1px solid #979797;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #b2b2b2;
    font-family: 'Non-Seasonal Geo_Medium Sharp V2.5';
    font-size: 16px;
    background-color: #fff;
}

.LayoutDefault .sbHolder a {
    border: none;
}

.LayoutDefault .sbSelector {
    display: block;
    height: 43px;
    line-height: 43px;
    outline: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding-left: 20px;
    color: #b2b2b2 !important;
    font-weight: normal;
}

.LayoutDefault .sbToggle {
    display: block;
    height: 43px;
    line-height: 43px;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 0;
    text-align: center;
}

.LayoutDefault .sbToggle:before {
    content: "\e903";
    font-family: 'q4icons' !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;
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    margin-right: 20px;
    color: #132833;
}

.LayoutDefault .sbToggle.sbToggleOpen:before {
    content: "\e904";
}

.LayoutDefault .sbOptions {
    background-color: #fff;
    border: 1px solid #979797;
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 42px !important;
    right: -1px;
    z-index: 1;
    overflow-y: auto;
}

.LayoutDefault .sbOptions li {
    margin: 5px 0;
}

.LayoutDefault .sbOptions a {
    display: block;
    outline: none;
    padding: 5px 20px;
    line-height: 1;
    color: inherit;
    font-weight: normal;
}

[class*="ContentPaneDiv"] > span {
    display: block;
    margin-top: 50px;
}

[class*="ContentPaneDiv"] > span:first-child {
    margin-top: 5px;
}

.border-bottom {
    border-bottom: 2px solid #e0deda;
    padding-bottom: 50px;
}

.space-top {
    margin-top: 30px;
}

a.RssLinkTop, a.RssLinkBottom {
    color: #000;
}

.rss-icons {
    margin-bottom: 50px;
}

ul.error-container {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ErrorContainer {
    text-align: left;
    margin-top: 10px;
}

.ErrorContainer, .required-text, .RequiredField, .RedStar, .FormBuilderContainer .CaptchaContainer span {
    color: #ff0000;
}

.css {
    color: #FF00FF;
}

/*-------- table ---------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table-responsive {
    margin-bottom: 30px;
}

.CustomTable th, .CardTable th {
    background-color: #000;
    color: #fff;
    font-weight: 700;
    text-align: left;
    padding: 5px 20px;
}

.CustomTable td, .CardTable td {
    padding: 15px 20px;
    border-bottom: 1px solid #000;
}

.CustomTable th[align="left"], .CustomTable td[align="left"] {
    text-align: left;
}

.CustomTable th[align="center"], .CustomTable td[align="center"] {
    text-align: center;
}

.CustomTable th[align="right"], .CustomTable td[align="right"] {
    text-align: right;
}

@media only screen and (max-width: 768px) {
    .table-responsive {
        overflow-x: auto;
    }

    .CardTable th {
        border: none;
        display: none;
    }

    .CardTable td {
        display: block;
        width: 100%;
        float: left;
        border: none;
        padding: 10px 0 0;
    }

    .CardTable td:first-child {
        padding-top: 10px;
        border-top: 1px solid #000;
        margin-top: 20px;
    }

    .CardTable td:last-child {
        padding-bottom: 10px;
    }

    .CardTable tbody td:before {
        content: attr(data-heading);
        display: block;
        font-weight: 700;
    }

    .CardTable tbody td > span {
        display: block;
        padding-left: 0;
    }
}

/*-------- download list --------*/
.ModuleDownloadListWithTags .ModuleHeader, .ModuleDownloadListWithTags .ModuleDate, .ModuleDownloadListWithTags .ModuleFileSizeText, .ModuleDownloadListWithTags .ModuleIcon, .ModuleDownloadListWithTags .ModuleYearNavContainer {
    display: none;
}

.ModuleDownloadListWithTags {
    background-color: #e5e3db;
    padding: 50px 60px;
}

.ModuleDownloadListWithTags h2 {
    margin: 0 0 10px 0;
}

.ModuleDownloadListWithTags .ModuleHeadlineLink {
    display: inline-block;
    margin-top: 10px;
}

/*-----------------------------------------*\
------------------- HEADER ------------------
\*-----------------------------------------*/
.PaneHeader {
    background-color: #000;
    padding: 5px 0;
}

.PaneHeader2 {
    margin-bottom: 50px;
}

.LayoutHomePage .PaneHeader2 {
    margin-bottom: 90px;
}

/* .LayoutHomePage .PaneHeader2 > span {
    width: 100%;
    height: 470px;
    display: flex;
    align-items: center;
} */

/*-------- Logo ---------*/
.Logo {
    float: left;
}

.Logo a {
    display: block;
    font-size: 32px;
    line-height: 1;
    color: #fff;
}

.Logo a:focus {
    text-decoration: none;
}

/*-------- Stock Quote Header ---------*/
.StockQuoteHeaderContainer {
    float: right;
    color: #bfb9c1;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 700;
}

.StockQuoteHeaderContainer .StockDescription1 {
    margin-right: 25px;
}

.StockQuoteHeaderContainer .StockPrice:before {
    content: '$';
}

.StockQuoteHeaderContainer .StockPrice {
    margin-right: 10px;
}

/*-------- Back to IR ---------*/
.BackIR {
    margin: 30px 0 20px 0;
}

.BackIR a {
    color: #aeacaa;
    font-weight: 400;
}

/*-------- Page Title ---------*/
.PageTitle {
    font-size: 54px;
    line-height: 1;
    font-weight: 400;
    color: #000;
}

.PageTitle a, .PageTitle .BreadcrumbSeparator {
    display: none;
}

.no-PageTitle .PageTitle {
    display: none;
}

.no-PageTitle .PageTitle.show {
    display: block;
}

/*-----------------------------------------*\
------------------- FOOTER ------------------
\*-----------------------------------------*/
.PaneFooter {
    background-color: #000;
    color: #fff;
    padding: 115px 0;
}

/*.PaneFooter .container {
    max-width: 930px;
}*/
.PaneFooter h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 30px 0;
}

.PaneFooter2 {
    background-color: #fff;
    padding: 10px 0;
}

.PaneQ4Footer {
    padding: 0 20px;
    text-align: center;
    font-size: small;
}

.Footer a {
    display: inline-block;
    vertical-align: middle;
}

.footer-logo {
    float: left;
    margin: 7px 0;
    font-size: 33px;
    line-height: 1;
}

.footer-logo:focus {
    text-decoration: none;
}

.footer-shop {
    margin: 14px 0 14px 40px;
}

.footer-contact {
    float: right;
}

.Q4FooterContainer {
    margin: 10px 0;
}

/* footer navigation */
.FooterNav {
    float: left;
    width: 50%;
}

.FooterNav li {
    margin-top: 15px;
}

.FooterNav li:first-child {
    margin: 0;
}

.FooterNav a {
    color: #fff;
    display: inline-block;
    border-bottom: 2px solid transparent;
    font-weight: 400;
}

.FooterNav a:hover, .FooterNav li.selected a {
    border-color: #c0c9a7;
    color: #fff;
}

.FooterNav .level2 {
    display: none;
}

/* email alerts */
.PaneFooter .MailingListSignupContainer {
    width: 50%;
    float: right;
    max-width: 405px;
}

.footer-alerts {
    text-align: right;
}

.footer-alerts h2 {
    text-align: left;
    margin: 0 0 0 20px;
}

.footer-alerts .ErrorContainer {
    margin-left: 20px;
}

.footer-alerts .IntroTextColumn {
    display: none;
}

/*.footer-alerts input[type="text"] {
    margin-right: 5%;
}
.footer-alerts .GridActions {
    margin-right: 5%;
}*/
.footer-alerts .RequiredField {
    display: none;
}

.footer-alerts .sbHolder {
    margin: 0 0 0 20px;
}

.PaneFooter .EditSubscriberConfirmation * {
    color: #c0c9a7 !important;
}

.PaneFooter .MailingListSignupContainer .MailingListListTable {
    margin-left: 20px;
}

/*-----------------------------------------*\
------------------ LEFT SIDE ----------------
\*-----------------------------------------*/
.PaneLeft {
    padding-right: 20px;
    position: relative;
}

/*-------- main navigation ---------*/
.LeftPaneDiv {
    display: block;
}

.LeftPaneDiv.fixed {
    position: fixed;
    top: 0;
}

.MainNav {
    padding-top: 10px;
}

.MainNav li {
    margin-bottom: 15px;
}

.MainNav a {
    color: #02073f;
    display: inline-block;
    border-bottom: 2px solid transparent;
    font-weight: 700;
}

.MainNav a:hover, .MainNav li.selected a {
    border-color: #c0c9a7;
    color: #02073f;
}

.MainNav .level2 {
    display: none;
    margin-top: 10px;
    margin-left: 20px;
    font-size: 14px;
}

.MainNav .level2 li {
    margin-bottom: 10px;
}

.MainNav .level2 a {
    font-weight: normal;
}

.MainNav .expanded > .level2, .MainNav .selected > .level2 {
    display: block;
}

/*-----------------------------------------*\
-------------------- Home-------------------
\*-----------------------------------------*/
.Banner {
    /* background: url("../design/2021/IR-Website-Homepage-Banner_1327.5px470px.jpg") no-repeat top center transparent; */
/*    background: url("../design/2021/CLD_ARITZIA_07.21_9_V1_FINAL.jpg") no-repeat 50% 40% transparent;*/
 /*   background: url('../design/2022/3Q22-IR-Website-Homepage-Banner.jpg') no-repeat transparent; */
      /*  background: url('../design/2022/IR-Website-Homepage-Banner-Update-1.jpg') no-repeat transparent;*/
   /*  background: url('../design/2022/C8C1C22D-441A-44A9-B203-377B290C1677.jpeg') no-repeat transparent; */
/*     background: url('../doc_downloads/2022/IR-WEBISTE-BANNER.png') no-repeat transparent; */
    /* background: url('../doc_financials/2023/q3/Q323_IR-Website-Homepage-Banner-Update_1327.5x470px-01.jpg') no-repeat transparent;*/
     /*    background: url('../doc_financials/2023/q4/IR-Website-Homepage-Banner-Image.jpg') no-repeat transparent; */
    background: url('../design/2023/IR-Website-Homepage-Banner-Image.jpg') no-repeat transparent;


    background-size: cover;
    font-size: 38px;
    line-height: .9;
    color: #000;
    /* padding: 150px 0; */
    font-weight: 700;
    width: 100%;
    height: 63vw;
    max-height: 470px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.Banner .ContentContainer {
    /* 00343190*/
  //earnings - 00420092  padding: 0 5% 0 0;
    opacity: .9;
}

/* .Banner .inner {
    margin-left: 30px;
} */

.Banner .inner.small {
    line-height: 50px;
    max-width: 635px;
    margin-left: auto;
}

.Banner p {
    padding: 10px 0 250px;
}

/*00375147*/
@media only screen and (max-width: 1300px) {
    .Banner p {
        margin-left: 100px
    }
}

@media only screen and (max-width: 768px) {
    .Banner p {
        padding: 53px 0px;
    }
}
/* Earnings - 00343190*/
@media only screen and (max-width: 400px) {
    .Banner p {
        padding: 53px 0 0 0;
    }
}

/* --- Slider --- */
.Slider-DL .container a {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    background-color: #000;
    color: #fff !important;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    font-family: 'Non-Seasonal Geo_Medium Sharp V2.5';
    letter-spacing: 0.5px;
    padding: 14px 20px;
    margin: 0;
    border: none;
    border-radius: 3px;
    min-width: 160px;
    min-height: 50px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

.Slider-DL .container a:hover {
    background-color: #c0c9a7;
}

.Slider-DL .slick-prev, .Slider-DL .slick-next {
    top: 50%;
}

.Slider-DL .slick-dots li button:before {
    color: #c0c9a7;
}

.slick-dots li:hover button:before, .slick-dots li.slick-active button:before {
    color: #000;
}

.Slider-DL .slick-prev:before, .Slider-DL .slick-next:before {
    font-size: 30px;
}

.Slider-DL .slick-next {
    right: 10px;
}

.Slider-DL .slick-dots {
    bottom: 0px;
}

/*-----------------------------------------*\
-------------- Stock Information ------------
\*-----------------------------------------*/
/*-------- Stock Quote ---------*/
.StockQuoteContainer .PriceLabel, .StockQuoteContainer .StockLabel.ChangeLabel {
    font-size: 14px;
    color: #959492;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
    margin-left: 5px;
}

.StockQuoteContainer .Price, .StockQuoteContainer .ch .ChangeLabel {
    font-size: 71px;
    line-height: 1;
    font-weight: 400;
}

.StockQuoteContainer .ch .ChangeLabel {
    color: #959492;
}

.StockQuoteContainer .values p, .stock-historical .values p {
    padding: 0;
}

.StockQuoteContainer .values p:first-child, .stock-historical .values p:first-child, .stock-historical .values p.Open {
    padding-bottom: 10px;
}

.StockQuoteContainer .values, .stock-historical .values {
    margin-top: 40px;
    padding: 40px 0;
    border-top: 1px solid #e0deda;
    border-bottom: 1px solid #e0deda;
}

.StockQuoteContainer .values .col, .stock-historical .values .col {
    font-size: 18px;
}

.StockQuoteContainer .values .StockData, .stock-historical .values .StockData {
    color: #959492;
    float: right;
}

.StockQuoteContainer .StockData:before, .stock-historical .StockData:before {
    content: '$';
}

.StockQuoteContainer .StockData.ChangeLabel:before, .StockQuoteContainer .Volume.StockData:before, .StockQuoteContainer .PChangeLabel + .StockData:before, .stock-historical .Volume.StockData:before {
    display: none;
}

.StockQuoteContainer .StockTableTextLabel, .stock-historical .StockTableTextLabel {
    float: left;
    margin-top: 10px;
    font-size: small;
}

.StockQuoteContainer .StockTableTextLabel2 {
    float: right;
    margin-top: 10px;
    font-size: small;
}

/*-------- Stock Historical ---------*/
.stock-selects .text {
    margin-right: 10px;
}

.stock-selects .lookup {
    position: relative;
    top: -2px;
}

/*-----------------------------------------*\
---------------- Investor News --------------
\*-----------------------------------------*/
.ModulePressRelease .RssLinkTopContainer {
    margin: 6px 15px 0 0;
}

.ModuleYearNavContainer {
    border-bottom: 2px solid #e0deda;
    padding: 3px 50px 5px 0px;
}

.ModuleYearNavContainer a {
    font-weight: 700;
    margin-right: 20px;
    cursor: pointer;
    color: #000;
    transition: none;
    /*00375147*/
    white-space: nowrap;
}

.ModuleYearNavContainer a:hover {
    color: #c0c9a7;
}

.ModuleYearNavContainer a.selected, .ModuleYearNavContainer a.selected:hover {
    border-bottom: 2px solid;
    padding-bottom: 7px;
    color: inherit;
    cursor: text;
}

.ModulePressRelease .ModuleItemRow {
    border-bottom: 1px solid #e0deda;
    padding: 15px 15px 10px 30px;
}

.ModulePressRelease .ModuleDate {
    float: right;
    font-weight: 700;
}

.ModulePressRelease .colLink {
    padding-right: 20px;
}

.ModulePressRelease .ModuleHeadlineLink {
    color: #000;
    font-weight: 700;
}

.ModulePressRelease .ModuleHeadlineLink:hover {
    color: #c0c9a7;
}

.ModulePressRelease .colPDF {
    text-align: center;
}

.ModulePressRelease .ModuleReleasePDF {
    color: #000;
}

.ModulePressReleaseDetails h3.ModuleTitle {
    font-size: 20px;
}

.ModulePressReleaseDetails .ModuleLinks {
    margin: 10px 0 30px 0;
}

/*-----------------------------------------*\
-------------- Financial Reports ------------
\*-----------------------------------------*/
.q4-quarterly-widget:focus, .ModuleYearNavContainer:focus {
    outline: none;
}

.q4-quarterly-widget .ModuleItemRow {
    position: relative;
}

.q4-quarterly-widget .Annual {
    width: 50%;
    position: absolute;
    left: 50%;
    top: 0;
}

.q4-quarterly-widget .Quarter {
    width: 50%;
    float: left;
    clear: left;
    margin-top: 15px;
}

.q4-quarterly-widget .First.Quarter {
    margin: 0;
}

.q4-quarterly-widget .Annual > span, .q4-quarterly-widget .Quarter > span {
    display: inline-block;
    vertical-align: middle;
}

.q4-quarterly-widget .icon {
    margin-right: 15px;
}

.q4-quarterly-widget .icon a {
    display: inline-block;
    font-size: 75px;
    line-height: 1;
    color: #000;
}

.q4-quarterly-widget .docs {
    width: 75%;
    font-size: 14px;
    line-height: 1.6;
}

.q4-quarterly-widget .docs > div {
    margin-top: 10px;
}

.q4-quarterly-widget .docs > div:first-child {
    margin: 0;
}

.q4-quarterly-widget .noDocs .icon a, .q4-quarterly-widget .icon a.empty, .q4-quarterly-widget .docs a.empty {
    color: #c7c6c2;
    border-color: #c7c6c2;
    cursor: text;
}

.q4-quarterly-widget .icon a:before {
    font-family: 'q4icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.q4-quarterly-widget .icon a.Q1:before {
    content: '\e912';
}

.q4-quarterly-widget .icon a.Q2:before {
    content: '\e913';
}

.q4-quarterly-widget .icon a.Q3:before {
    content: '\e914';
}

.q4-quarterly-widget .icon a.Q4:before {
    content: '\e915';
}

.q4-quarterly-widget .icon a.A:before {
    content: "\e910";
}

.q4-quarterly-widget .docs a {
    border-bottom: 2px solid #c0c9a7;
    color: #000;
}

/*-----------------------------------------*\
------------ Events & Presentations ---------
\*-----------------------------------------*/
/*--------- Presentation ----------*/
.slideshow {
    position: relative;
    padding-bottom: 50%;
    overflow: hidden;
    max-width: 543px;
}

.slideshow iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.ModulePresentation .RssLinkTopContainer {
    margin: 10px 15px 0 0;
}

.ModulePresentation .ModuleHeader {
    display: none;
}

.ModulePresentation .ModuleItemRow {
    border-bottom: 1px solid #e0deda;
    padding: 15px 15px 10px 30px;
}

.ModulePresentation .ModuleHeadline {
    font-size: 18px;
    font-weight: 700;
    display: block;
}

.ModulePresentation .ModuleDate {
    color: #959492;
}

.ModulePresentation .ModuleContentContainer {
    margin-top: 20px;
}

.ModulePresentation .PresentationLinks {
    display: inline-block;
}

.ModulePresentation .PresentationLinks a {
    display: inline-block;
    margin-bottom: 5px;
    color: #000;
}

.ModulePresentation .PresentationLinks a:hover {
    color: #c0c9a7;
}

.ModulePresentation .ModuleItemRow a[class*="q4i-"]:before, .ModulePresentation .ModuleItemRow i[class*="q4i-"]:before {
    margin-right: 10px;
}

.ModulePresentation .PresentationThumbnail {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.ModulePresentation .DocumentFileLink:after {
    content: "View this Presentation";
    font-size: 1rem;
}

.ModulePresentation .DocumentFileLink:before {
    font-size: 20px;
}

.ModulePresentation .DocumentFileLink {
    font-size: 0;
}

@media screen and (max-width: 768px) {
    .col.ModuleThumbnailContainer {
        display: none;
    }
}

/*------------- Events -------------*/
.upcoming-events .ModuleYearNavContainer {
    display: none;
}

.ModulePresentation .ModuleYearNavContainer {
    border-top: 3px solid #1a1b26;
    padding-top: 5px;
}

.ModuleEvent .ModuleItemRow, .ModuleEventLatest .ModuleItemRow {
    /* border-bottom: 1px solid #e0deda; */
    padding: 15px 0 10px 0;
}

.ModuleEvent.event-archive .ModuleItemRow {
    padding: 15px 15px 10px 30px;
}

.event-archive .ModuleBody p {
    padding-bottom: 0;
}

.event-archive .q4i-icon-phone {
    margin-right: 7px;
}

.ModuleEvent .ModuleLocation, .ModuleEvent .ModuleSpeakers h3, .ModuleEventLatest .ModuleHeadlineLink, .ModuleEventLatest .ModuleDateContainer span, .ModuleEventLatest .ModuleLocation, .ModuleEventLatest .ModuleSpeakers h3, .ModuleEventDetails .ModuleDateContainer span, .ModuleEventDetails .ModuleLocation, .ModuleEventDetails .ModuleSpeakers, .ModuleEventDetails .ModuleSpeakers h3 {
    display: block;
    margin-bottom: 5px;
}

.ModuleEvent .ModuleHeadlineLink, .ModuleEvent .WebcastLink a, .ModuleEvent .PressRelease a, .ModuleEvent .ModuleLinks a, .ModuleEvent .presentation a, .ModuleEvent .FinancialReport a, .ModuleEvent .AddToCalendar, .ModuleEvent .ModuleMore a, .ModuleEventLatest .ModuleYearNavContainer a, .ModuleEventLatest .WebcastLink a, .ModuleEventLatest .PressRelease a, .ModuleEventLatest .ModuleLinks a, .ModuleEventLatest .presentation a, .ModuleEventLatest .FinancialReport a, .ModuleEventLatest .AddToCalendar, .ModuleEventDetails .ModuleYearNavContainer a, .ModuleEventDetails .WebcastLink a, .ModuleEventDetails .PressRelease a, .ModuleEventDetails .ModuleLinks a, .ModuleEventDetails .presentation a, .ModuleEventDetails .FinancialReport a, .ModuleEventDetails .AddToCalendar {
    display: inline-block;
    margin-bottom: 5px;
}

.ModuleEvent .AddToCalendar div, .ModuleEventLatest .AddToCalendar div, .ModuleEventDetails .AddToCalendar div {
    display: inline-block;
}

.AddToCalendar .q4-atc-button {
    font-weight: 700;
}

.ModuleEvent .ModuleHeadlineLink, .ModuleEventLatest .ModuleHeadlineLink {
    font-size: 18px;
}

.ModuleEvent a[class*="q4i-"]:before, .ModuleEvent i[class*="q4i-"]:before, .ModuleEventLatest a[class*="q4i-"]:before, .ModuleEventLatest i[class*="q4i-"]:before, .ModuleEventDetails a[class*="q4i-"]:before, .ModuleEventDetails i[class*="q4i-"]:before {
    margin-right: 10px;
}

.ModuleEvent .Video a:before, .ModuleEventDetails .Video a:before {
    content: "\e646";
}

.ModuleEvent .Audio a:before, .ModuleEventDetails .Audio a:before {
    content: "\f028";
}

.ModuleEvent h4, .ModuleEvent .RelatedDocuments .thumbnail, .ModuleEvent .category, .ModuleEvent .FileDetails, .ModuleEventLatest h4, .ModuleEventLatest .RelatedDocuments .thumbnail, .ModuleEventLatest .category, .ModuleEventLatest .FileDetails, .ModuleEventDetails h4, .ModuleEventDetails .RelatedDocuments .thumbnail, .ModuleEventDetails .category, .ModuleEventDetails .FileDetails {
    display: none;
}

.ModuleEvent .AddToCalendar, .ModuleEventLatest .AddToCalendar, .ModuleEventDetails .AddToCalendar {
    position: relative;
}

.AddToCalendar:hover i {
    color: #c4b2d4;
}

.ModuleEvent .ModuleContentContainer {
    margin-top: 20px;
}

.ModuleSpeakers {
    margin-top: 10px;
}

.PaneContentInner .ModuleSpeakers ul {
    list-style-type: none;
    padding: 0;
    margin-top: 5px;
}

.ModuleEvent .ModuleTime, .ModuleEvent .ModuleDate, .ModuleDate .ModuleDateContainer {
    color: #959492;
    margin: 0;
}

.ModuleEvent .ModuleTime {
    margin-left: 10px;
}

.ModuleEvent .ModuleLinks, .ModuleEvent .RelatedDocuments ul, .ModuleEventDetails .ModuleLinks, .ModuleEventDetails .RelatedDocuments ul {
    list-style-type: none;
    padding: 0;
}

.ModuleEvent .ModuleContentContainer a, .ModuleEventDetails .ModuleContentContainer a {
    color: #000;
}

.ModuleEvent .ModuleContentContainer a:hover, .ModuleEventDetails .ModuleContentContainer a:hover {
    color: #c0c9a7;
}

.ModuleEventDetails .ModuleBody {
    margin: 25px 0;
}

.ModuleEvent .ModuleHeadlineLink {
    color: #000;
}

.ModuleEvent .ModuleHeadlineLink:hover {
    color: #c0c9a7;
}

.upcoming-events .ModuleTime {
    display: none;
}

/*-----------------------------------------*\
------------ Leadership & Governance --------
\*-----------------------------------------*/
.ExecutiveTeam {
    border-color: #000;
    padding-bottom: 10px;
}

.person-nav li {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.person-nav li img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 10px solid transparent;
    cursor: pointer;
    margin: 0 auto 10px auto;
}

.ExecutiveTeam .person-nav li.slick-current img {
    border-color: #c0c9a7;
}

.person-for {
    margin-top: 40px;
}

.ExecutiveTeam .title {
    margin: 0 0 10px 0;
}

.ExecutiveTeam .title.mobile {
    display: none;
}

.ExecutiveTeam .subtitle {
    margin-bottom: 40px;
}

.ExecutiveTeam .text {
    padding-right: 50px;
}

.ExecutiveTeam .image {
    float: right;
}

.ExecutiveTeam .thumbnail {
    max-width: 270px;
    max-height: 270px;
    float: right;
}

.ExecutiveTeam .thumbnail img {
    vertical-align: top;
    border-radius: 50%;
}

/*-----------------------------------------*\
--------------- Investor Resources ----------
\*-----------------------------------------*/
/* .PageEmailAlerts .PaneFooter .MailingListSignupContainer {
    display: none;
} */
.PageInvestorResources .PaneFooter .MailingListSignupContainer {
    display: none;
}

.PageEmailAlerts [class*="ContentPaneDiv"] > span:first-child + span, .PageEmailAlerts [class*="ContentPaneDiv"] > span:first-child + span + span + span {
    margin: 0;
}

/*------------- Form Builder --------------*/
.FormBuilderContainer {
    margin-top: 30px;
}

.FormBuilderContainer .ErrorContainer {
    margin-bottom: 20px;
}

.FormBuilderContainer .Item {
    margin-bottom: 10px;
}

.FormBuilderContainer input[type="text"], .FormBuilderContainer select, .FormBuilderContainer textarea, .FormBuilderContainer .sbHolder {
    width: 95%;
    max-width: 385px;
    color: #000;
}

.FormBuilderContainer .error-wrap {
    color: red;
    font-size: 0.8rem;
}

.FormBuilderContainer .CaptchaContainer table tr:first-child {
    display: none;
}

.FormBuilderContainer .CaptchaContainer table td {
    padding-bottom: 10px;
}

.FormBuilderContainer .CaptchaContainer img {
    width: 220px;
}

.FormBuilderContainer .Label {
    font-weight: 700;
}

.MessageSent {
    color: #c0c9a7;
    font-weight: 700;
    display: block;
    margin-top: 30px !important;
}

/*------ Frequently Asked Questions -------*/
.LatestFAQ .FaqDetailList {
    display: none;
}

.LatestFAQ .FaqQuestionList {
    display: block;
    margin-bottom: 5px;
}

.LatestFAQ .FaqQuestionList a {
    color: #000;
    pointer-events: none;
    margin-bottom: 10px;
    display: none;
}

.LatestFAQ .FaqQuestionList a.visible {
    display: inline-block;
}

.LatestFAQ .FaqQuestionList br {
    display: none;
}

.LatestFAQ .FaqQuestionList a.visible + br {
    display: block;
}

.LatestFAQ .FaqQuestion {
    cursor: inherit;
    font-size: inherit;
    padding: 0 0 15px 0;
}

.LatestFAQ .see-more a {
    color: #000;
    border-bottom: 2px solid;
}

.FaqQuestionList {
    display: none;
}

.FaqQuestion {
    cursor: pointer;
    margin: 0;
    padding: 0 0 20px 0;
}

.FaqQuestion.active:before {
    content: '\2014';
    margin-right: 9px;
    margin-left: -20px;
}

.FaqAnswer {
    font-size: 14px;
    font-weight: 700;
    display: none;
}

/*------ Get Investor Alerts -------*/
.landing-alerts {
    text-align: right;
    max-width: 405px;
}

.landing-alerts h2 {
    text-align: left;
}

.landing-alerts .IntroTextColumn {
    text-align: left;
}

.landing-alerts input[type="text"] {
    margin-right: 5%;
}

.landing-alerts .RequiredField {
    display: none;
}

.landing-alerts .GridActions {
    margin-right: 5%;
}

.landing-alerts .unsubscribe {
    color: #000;
    border-bottom: 2px solid;
    margin-top: 10px;
    display: inline-block;
    float: left;
}

/*--------- Mailing List Modules ----------*/
.subscribe-text p {
    padding: 0;
}

.MailingListSignupContainer table, .MailingListUnsubscribeContainer table {
    width: 100%;
    max-width: 405px;
    margin: 10px 0;
}

.MailingListForm .MailingListCol1 {
    padding: 0;
}

.MailingListCol1 label {
    display: none;
    padding: 0;
}

.MailingListForm .MailingListTable {
    position: relative;
}

.MailingListForm .MailingListCol1 .RequiredField {
    position: absolute;
    right: 8px;
    bottom: 15px;
}

.MailingListSignupContainer table input[type="text"], .MailingListSignupContainer table select, .MailingListUnsubscribeContainer table input[type="text"], .MailingListSignupContainer .sbHolder {
    width: 95%;
}

.MailingListSignupContainer .sbHolder {
    display: block;
    text-align: left;
    color: #000;
}

.MailingListSignupContainer .sbSelector {
    color: inherit !important;
}

.MailingListSignupContainer table input[type="checkbox"] {
    margin-right: 10px;
}

.MailingListListTable input[type="checkbox"], .MailingListListTable label {
    display: inline-block;
    vertical-align: middle;
}

.MailingListListTable tr + tr td label {
    cursor: pointer;
}

.MailingListSignupContainer table table {
    margin: 0;
}

.MailingListSignupContainer .NoBr, .MailingListSignupContainer .CaptchaContainer {
    display: none;
}

.MailingListSignupContainer table td, .MailingListUnsubscribeContainer table td {
    padding: 5px 0;
}

.MailingListListTable tr + tr td {
    padding: 0;
}

.MailingListSignupContainer .MailingListListTable {
    margin-bottom: 20px;
    text-align: left;
}

.MailingListSignupContainer table td.MailingListCol1, .MailingListSignupContainer table td.MailingListCol2, .MailingListUnsubscribeContainer table td.MailingListCol1, .MailingListUnsubscribeContainer table td.MailingListCol2 {
    float: left;
    display: block;
    width: 100%;
}

.MailingListUnsubscribeContainer table td.MailingListCol2 {
    margin-bottom: 10px;
}

.MailingListUnsubscribeContainer table td.ButtonCell {
    padding: 15px 0 5px;
}

.MailingListForm .RequiredField, .MailingListUnsubscribeContainer .RequiredField {
    display: none;
}

.PaneContent .EditSubscriberConfirmation {
    padding-top: 20px;
}

/*---------- Fancybox Captcha -------------*/
.fancybox-inner .CaptchaContainer {
    padding: 0 30px 15px;
}

.fancybox-inner .CaptchaContainer img, .fancybox-inner .CaptchaContainer input {
    width: 100%;
}

.fancybox-inner .CaptchaContainer table tr:first-child {
    display: none;
}

.fancybox-inner .CaptchaContainer td, .fancybox-inner .CaptchaContainer .ErrorContainer {
    padding: 5px 0;
}

.fancybox-inner .CaptchaContainer table td span {
    display: none !important;
}

.fancybox-inner .CaptchaContainer img {
    border: 1px solid #ddd;
}

.fancybox-inner .CaptchaContainer input[type="text"] {
    -webkit-appearance: none;
    appearance: none;
    padding: 5px 8px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.fancybox-inner .CaptchaContainer input[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
    padding: 10px;
    background-color: #000;
    font-weight: 700;
    border: none;
}

/*---------- media query -------------*/
@media only screen and (max-width: 1300px) {
    /* .Banner {
        padding: 100px 0;
    } */

    /* .Banner .inner {
        margin-left: 15px;
    } */

    .PaneFooter {
        padding: 50px 0;
    }

    /* Financial Reports page */
    .q4-quarterly-widget h2 {
        font-size: 20px;
    }

    /* Leadership & Governance page */
    .person-nav .slick-list {
        margin: 0 25px;
    }
}

@media only screen and (max-width: 1024px) {
    [class*="ContentPaneDiv"] > span {
        margin-top: 30px;
    }

    .border-bottom {
        padding-bottom: 30px;
    }

    .PageTitle {
        font-size: 30px;
    }

    .ModuleDownloadListWithTags {
        padding: 20px 25px;
    }

    /* Stock Information page */
    .StockQuoteContainer .Price, .StockQuoteContainer .ch .ChangeLabel {
        font-size: 50px;
    }
}

@media screen and (max-width: 920px) {
    .LayoutDefault .PaneHeader2, .PaneContentInner {
        margin-bottom: 30px;
    }

    .Banner {
        font-size: 30px;
        font-weight: 600;
        line-height: 1;
    }

    .Banner .inner.small {
        line-height: 36px;
        max-width: 60%;
    }

    .PaneLeft, .PaneContent {
        display: block;
        width: 100%;
        padding: 0;
    }

    .PaneFooter {
        padding: 30px 0;
    }

    .FooterNav {
        width: 100%;
        float: none;
    }

    .PaneFooter .MailingListSignupContainer {
        width: 100%;
        float: none;
        max-width: 100%;
        margin-top: 30px;
    }

    .footer-alerts {
        text-align: left;
    }

    .PaneFooter .MailingListSignupContainer .MailingListListTable, .footer-alerts h2, .footer-alerts .ErrorContainer {
        margin-left: 0;
    }

    .MailingListSignupContainer .footer-alerts .sbHolder {
        height: 45px;
        line-height: 45px;
        margin-left: 0;
        padding: 11px 20px;
        width: 95%;
    }

    .LayoutDefault .footer-alerts .sbToggle {
        height: 43px;
        line-height: 43px;
    }

    .LayoutDefault .footer-alerts .sbSelector {
        height: 43px;
        line-height: 43px;
    }

    .LayoutDefault .footer-alerts .sbOptions {
        top: 100% !important;
    }
}

@media screen and (min-width: 1024px) {
    /* Investor Resources page */ .PageInvestorResources .FormBuilderContainer, .PageInvestorResourcesContactampAlerts .FormBuilderContainer, .PageInvestorResourcesContactAlerts .FormBuilderContainer {
        float: left;
        width: 50%;
        max-width: 425px;
        padding-right: 20px;
        margin-top: 0;
    }

    .FormBuilderContainer .SubmitButton {
        float: right;
        margin-right: 5%;
    }

    .FaqContainer.LatestFAQ {
        float: right;
        width: 50%;
        margin-bottom: 60px;
    }

    .PageInvestorResources .PaneContent .MailingListSignupContainer, .PageInvestorResourcesContactampAlerts .PaneContent .MailingListSignupContainer, .PageInvestorResourcesContactAlerts .PaneContent .MailingListSignupContainer {
        float: right;
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .ModuleYearNavContainer, .ModulePressRelease .ModuleItemRow, .ModulePresentation .ModuleItemRow, .ModuleEvent.event-archive .ModuleItemRow {
        padding-left: 15px;
    }

    /* Investor News page */
    .ModulePressRelease .ModuleDate {
        float: none;
        display: block;
        margin-bottom: 5px;
    }

    .ModulePressRelease .colLink {
        padding: 0;
        margin-bottom: 10px;
    }

    .ModulePressRelease .colPDF {
        text-align: left;
    }

    /* Stock Information page */
    .StockQuoteContainer .empty {
        display: none;
    }

    .StockQuoteContainer .values .first {
        padding-right: 20px;
    }

    .StockQuoteContainer .values .last {
        padding-left: 20px;
    }

    /* Leadership & Governance page */
    .ExecutiveTeam .title.desktop {
        display: none;
    }

    .ExecutiveTeam .title.mobile {
        display: block;
    }

    .ExecutiveTeam .title {
        text-align: center;
    }

    .ExecutiveTeam .text {
        padding-right: 0;
    }

    .ExecutiveTeam .thumbnail {
        float: none;
        margin: 0 auto;
    }

    .ExecutiveTeam .subtitle {
        text-align: center;
        margin: 20px 0;
    }

    /* Financial Reports page */
    .PaneContent .q4-quarterly-widget .Annual {
        width: 100%;
        float: none;
        clear: none;
        position: static;
        margin-top: 30px;
    }

    .PaneContent .q4-quarterly-widget .Quarter {
        width: 100%;
        float: none;
        clear: none;
    }

    .PaneContent .q4-quarterly-widget .Annual:before {
        content: 'Annual Report';
        display: block;
        font-size: 20px;
        line-height: 1.2;
        font-weight: 600;
        color: #181818;
        margin-bottom: 25px;
    }

    .q4-quarterly-widget .ModuleHeader .hide-on-mobile {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    h1, h2 {
        font-size: 22px;
    }

    select {
        padding: 5px 10px;
    }

    .LayoutDefault .sbSelector {
        height: 31px;
        line-height: 31px;
        padding-left: 10px;
    }

    .LayoutDefault .sbHolder {
        height: 33px;
        line-height: 33px;
        padding: 5px 10px;
        width: 80px;
    }

    .LayoutDefault .sbToggle {
        height: 31px;
        line-height: 31px;
    }

    .LayoutDefault .sbToggle:before {
        margin-right: 10px;
        font-size: 9px;
    }

    .LayoutDefault .sbOptions {
        top: 30px !important;
    }

    .FormBuilderContainer .sbSelector {
        height: 43px;
        line-height: 43px;
        padding-left: 20px;
        color: #000;
    }

    .FormBuilderContainer .sbHolder {
        max-width: 385px;
        width: 95%;
        height: 43px;
        line-height: 43px;
    }

    .FormBuilderContainer .sbToggle {
        height: 43px;
        line-height: 43px;
    }

    .FormBuilderContainer .sbOptions {
        top: 100% !important;
    }

    .btn, input[type="submit"], button {
        padding: 5px 15px;
        min-height: 33px;
        min-width: inherit;
    }

    .Banner {
        padding: 20px 0;
        /* background: url('../design/slider/2020/Investors-Page-Header-FIN_mobile.png') no-repeat top right transparent; */
        background-size: cover;
        min-height: 0;
        /* height: 0;
        padding-bottom: 60%; */
    }

    .Banner .inner.small {
        font-size: 22px;
        line-height: 30px;
        max-width: 84%;
        /* padding-top: 10%; */
    }

    .PaneFooter2 {
        text-align: center;
    }

    .Footer a {
        margin: 0;
    }

    .Footer .footer-contact {
        margin-top: 2px;
    }

    /* Stock Information page */
    .stock-chart .highcharts-input-group {
        display: none;
    }
}

@media screen and (min-width: 481px) {
    .PaneFooter .MailingListSignupContainer .MailingListListTable table tr {
        float: left;
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .slideshow {
        padding-bottom: 85%;
    }

    .Banner {
        min-height: 0;
        /* height: 0; */
        /* padding-bottom: 75%; */
    }

    .Banner .inner.small {
        font-size: 17px;
        padding-top: 0%;
        /* line-height: 26px; */
        /* max-width: 38%; */
        max-width: 100%;
    }

    /* Stock Information page */
    .StockQuoteContainer .Price, .StockQuoteContainer .ch .ChangeLabel {
        font-size: 30px;
    }

    .StockQuoteContainer .values, .stock-historical .values {
        padding: 20px 0;
        margin-top: 20px;
    }

    .PaneContentInner .StockQuoteContainer .values .col {
        padding: 0;
    }

    .StockQuoteContainer .values .first p {
        padding-bottom: 10px;
    }

    .StockQuoteContainer .StockTableTextLabel, .StockQuoteContainer .StockTableTextLabel2 {
        float: none;
        display: block;
    }

    .StockQuoteContainer .values .col, .stock-historical .values .col {
        font-size: 16px;
    }

    .stock-selects .text {
        display: block;
    }

    /* Financial Reports page */
    .q4-quarterly-widget .icon a {
        font-size: 55px;
    }

    /* Leadership & Governance page */
    .ExecutiveTeam .person-nav li img {
        width: 70px;
        height: 70px;
        border: 5px solid transparent;
    }

    .ExecutiveTeam .person-nav li {
        font-size: 12px;
    }
}

.stock-chart .highcharts-navigator rect {
    fill: rgba(242, 244, 236, 0.6);
}

.stock-chart .highcharts-scrollbar rect + rect {
    fill: #959492;
}

/*----------- Mobile Navigation -----------*/
.mobile-toggle {
    display: none;
    cursor: pointer;
    float: left;
}

.mobile-toggle i {
    display: block;
}

.menu-close {
    display: none;
}

.PaneNavigation > span {
    padding: 0;
}

.MobileNav {
    position: relative;
}

.MobileNav:after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 1px;
    background: rgba(0, 0, 0, 0.15);
    margin: 20px 30px;
    position: absolute;
    left: 0;
    right: 0;
}

.MobileNav a {
    text-transform: none;
    font-weight: 700;
    padding: 15px 30px;
    font-size: 16px;
    letter-spacing: .04em;
    position: relative;
    color: rgba(0, 0, 0, 0.6);
    -webkit-font-smoothing: antialiased;
    display: block;
}

.MobileNav ul li.has-children.expanded > ul {
    max-height: 1000px;
}

.MobileNav .level2 {
    margin-left: 40px;
}

.MobileNav .level2 a {
    font-weight: normal;
    padding: 5px 10px;
}

.PaneNavigation .StockQuoteHeaderContainer {
    display: block;
    margin: 50px 0 75px 0;
    float: none;
    color: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    font-weight: 600;
    padding-left: 30px;
}

.PaneNavigation .StockQuoteHeaderContainer .StockDescription1 {
    display: block;
    margin: 0 0 5px 0;
}

@media screen and (min-width: 920px) {
    .PaneNavigation {
        display: none;
    }
}

@media screen and (max-width: 919px) {
    .LayoutDefaultInner {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        transition: ease 0.3s;
    }

    .mobile-toggled.LayoutDefaultInner {
        right: -270px;
        left: 270px;
        overflow: hidden;
    }

    .LayoutDefault .PaneHeader {
        text-align: center;
        padding: 12px 0;
        position: fixed;
        z-index: 99;
        top: 0;
        left: 0;
        width: 100%;
    }

    .mobile-toggled .PaneHeader {
        position: static;
        left: 270px;
    }

    .PaneHeader .Logo {
        float: none;
        position: absolute;
        left: 50%;
        margin-left: -48px;
    }

    .PaneHeader2 {
        padding-top: 59px;
    }

    .mobile-toggled .PaneHeader2 {
        padding: 0;
    }

    .PaneNavigation {
        position: fixed;
        z-index: 99;
        top: 0;
        bottom: 0;
        left: -270px;
        width: 270px;
        padding: 60px 0;
        background-color: #c0c9a7;
        transition: ease 0.3s;
    }

    .mobile-toggled .PaneNavigation {
        left: 0;
        overflow-y: scroll;
    }

    .mobile-toggle {
        display: inline-block;
        color: white;
        font-size: 24px;
        line-height: 0;
        margin: 6px 0;
    }

    .menu-close {
        cursor: pointer;
    }

    .StockQuoteHeaderContainer {
        display: none;
    }

    .MainNav {
        display: none;
    }
}

/* iCheck */
.icheckbox {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #979797;
    display: inline-block;
    height: 15px;
    margin-right: 10px;
    vertical-align: middle;
    width: 15px;
}

.icheckbox:after {
    content: "";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'q4icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    font-size: 13px;
    vertical-align: top;
}

.icheckbox.checked {
    background-color: #000;
}

.icheckbox.checked:after {
    color: white;
    content: '\e649';
}

.pastEvent h2 {
    border-top: 3px solid #1a1b26;
    padding-top: 25px;
}

.PageEventsPresentations .ModuleEvent.event-archive .ModuleItemRow {
    padding: 15px 15px 10px 0px;
}

.PageInvestorResourcesContactAlerts .PersonContainer {
    margin-left: 20px;
}

.module_person-slider--contact .person-for {
    z-index: -1;
}

.module_person-slider--contact {
    float: right;
    width: 50%;
}

html .investor-home, body .investor-home, .col .investor-home, .investor-home .col, .investor-home .btn, .investor-home input[type="submit"], .investor-home button, .investor-home h1, .investor-home h2, .investor-home h3, .investor-home h4, .investor-home h5, .investor-home h6, .investor-home blockquote {
    font-family: 'Non-Seasonal Geo_Medium Sharp V2.5';
    font-weight: 500;
}

.investor-home .Banner p {
    /* font-family: 'Spring'; */
    letter-spacing: -1px;
    color: white;
    /* padding-top: 120px; */
    font-size: 30px;
}

.ModuleEventDetails .ModuleTime {
    display: none;
}

.banner-text {
    font-family: 'Non-Seasonal Geo_Medium Sharp V2.5';
    /* color: white; */
    color: black;
}

@media only screen and (max-width: 750px) {
    .banner-text {
        width: 80%;
    }
}

@media only screen and (max-width: 545px) {
    .banner-text {
        width: 90%;
    }

    .investor-home .Banner p {
        font-size: 26px;
    }
}

@media only screen and (max-width: 495px) {
    .banner-text {
        width: 95%;
    }

    .investor-home .Banner p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 360px) {
    .banner-text {
        width: 100%;
    }

    .investor-home .Banner p {
        font-size: 16px;
    }
}

/*--00122599--*/
.ModuleEventDetails .ModuleLinks .ModuleDownloadText {
    font-weight: 700;
}

/*--00122599--*/
/*=====CR-00120393=====*/
.grid-flex {
    display: flex;
    flex-wrap: wrap;
}

.module-latest-widgets {
    justify-content: space-between;
}

.module-home-box {
    width: calc(50% - 15px);
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 50px 40px 120px;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

.module-home-box .module_container--content {
    margin-bottom: 20px;
}

.module_item {
    padding: 0 0 20px;
    border: none;
}

.module-home-box a.button {
    position: absolute;
    bottom: 70px;
}

.module-home-box .module_headline_text, .module-home-box .module_headline_link {
    font-size: 18px;
    color: #000;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}

.module-home-box .module_headline_link:hover {
    color: #c0c9a7;
}

.module_date-time {
    color: #959492;
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    font-family: 'Non-Seasonal Geo_Medium Sharp V2.5';
    -webkit-font-smoothing: antialiased;
    margin-bottom: 5px;
}

.module-home-box .module_link {
    color: #000;
}

.module-home-box .module_link:hover {
    color: #c0c9a7;
}

.module_headline {
    margin-bottom: 5px;
}

.module-home-box .module_links > *:not(ul), .module-home-box .module_links > ul li {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.module_add-to-calendar .module_add-to-calendar-reveal:before {
    content: "\e630";
    font-family: 'q4icons' !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;
    margin-right: 10px;
}

.module_link > i {
    margin-right: 10px;
}

.module-event-upcoming .module_attachments {
    display: inline;
    padding: 0;
}

.q4-quarterly-widget.q4-quarterly-widget--latest .Quarter {
    width: 100%;
    float: none;
}

@media only screen and (max-width: 1130px) {
    .module-home-box {
        padding: 40px 20px 100px;
    }

    .module-home-box a.button {
        bottom: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .module-home-box a.button {
        position: static;
    }

    .module-home-box {
        margin-bottom: 30px;
        width: 100%;
        padding-bottom: 40px;
    }
}

/*==End CR-00120393=====*/


.PageInvestorRelations sup {
    vertical-align: super !important;
    font-size: smaller !important;
}


@media only screen and (max-width: 1150px) {
    .PageInvestorRelations .Banner {
        background-size: cover;
        background-position:center
    }
}

/*00375147 start*/
.PageFinancialReports .q4-quarterly-widget .ModuleYearNavContainer {
    display: flex;
    flex-wrap: wrap;
}
/*00375147 end*/

.resources_section h2 {
    border-top: 3px solid #1a1b26;
    padding-top: 25px;
}
.environmental_section h2 {
    padding-top: 25px;
}

/* 00445229 */
.investor_presentation .presentationLink{
    color: #000
}

.investor_presentation .presentationLink:hover{
    color:#c0c9a7
}
/* 00445229 end*/
