/* General */
/* ======================== */

    /* Font: Proxima Nova */
    @font-face {
        src: url("./../fonts/proxima-nova/medium.ttf");
        font-family: "Proxima Nova", sans-serif;
        font-weight: normal;
    }
    @font-face {
        src: url("./../fonts/proxima-nova/bold.otf");
        font-family: "Proxima Nova", sans-serif;
        font-weight: bold;
    }

    /* Font: Replica Std */
    @font-face {
        src: url("./../fonts/replica-std/bold.otf");
        font-family: "Replica Std", sans-serif;
        font-weight: bold;
    }

    /* Font: Gotham */
    @font-face {
        src: url("./../fonts/gotham/book.otf");
        font-family: "Gotham", sans-serif;
        font-weight: normal;
    }

    /* Element: html, body */
    html, body {
        overflow-x: hidden;
    }


/* Blocks */
/* ======================== */
    a { color: #0080BB;}
    a:hover { color: #01608C;}
    
    .blue {
        color: #0080BB;
    }

    ul li { list-style: square; }
    ul li::marker {
      color: #0080BB;
      font-size: 20px;
    }

    /* Block: .Loading */
    .Loading {
        background-color: #F5F5F5;
        justify-content: center;
        align-items: center;
        display: flex;
        height: 100vh;
        width: 100vw;
    }
    .Loading.Loading--Hidden {
        display: none;
    }
        .Loading .Loading__Animation {
            height: 100px;
            width: 100px;
        }
        .Loading .Loading__Brand {
            position: absolute;
            width: 200px;
            bottom: 40px;
        }

    /* Block: .Wrapper */
    .Wrapper {}
    .Wrapper.Wrapper--Hidden {
        display: none;
    }

    /* Block: .Header */
    .Header {
        background-color: #FFF;
        padding: 15px 0 0;
    }
        .Header .Header__Brand {
            display: inline-block;
            margin: 5px 0 0 -5px;
            padding: 6px 0;
        }
            .Header .Header__Brand .Brand__Logo {
                width: auto;
            }
        .Header .Header__Navbar {}
            .Header .Header__Navbar .Navbar__Toggler {
                box-shadow: unset !important;
                margin: 10px 0 10px -10px;
                justify-content: center;
                flex-direction: column;
                align-items: center;
                display: flex;
                outline: 0;
                border: 0;
            }
                .Header .Header__Navbar .Navbar__Toggler .Toggler__Line {
                    background-color: #FFF;
                    display: inline-block;
                    position: relative;
                    margin-bottom: 5px;
                    height: 2px;
                    width: 20px;
                }
                .Header .Header__Navbar .Navbar__Toggler .Toggler__Line.Toggler__Line--1 {}
                .Header .Header__Navbar .Navbar__Toggler .Toggler__Line.Toggler__Line--2 {}
                .Header .Header__Navbar .Navbar__Toggler .Toggler__Line.Toggler__Line--3 {
                    margin-bottom: 0;
                }
            .Header .Header__Navbar .Navbar__Collapse {}
                .Header .Header__Navbar .Navbar__Collapse .Collapse__Nav {}
                    .Header .Header__Navbar .Navbar__Collapse .Collapse__Nav .Nav__Item {
                        font-family: "Proxima Nova", sans-serif;
                        text-transform: uppercase;
                        margin-right: 20px;
                        font-weight: bold;
                        font-size: 18px;
                    }
                    .Header .Header__Navbar .Navbar__Collapse .Collapse__Nav .Nav__Item:last-child {
                        margin-right: 0;
                    }
                        .Header .Header__Navbar .Navbar__Collapse .Collapse__Nav .Nav__Item .Item__Link {
                            box-shadow: unset !important;
                            outline: 0 !important;
                            padding: 8px 0 5px;
                            color: #FFF;
                        }
    @media (max-width: 768px) {
        .Header {}
    }

    /* Block: .Navbar */
    .Navbar {}
    .Navbar.Navbar--Secondary {
        justify-content: space-between;
        align-items: center;
        display: flex;
    }
        .Navbar .Navbar__Item { list-style: none; }
        .Navbar .Navbar__Item.Navbar__Item--Active {}
        .Navbar.Navbar--Secondary .Navbar__Item {
            border-bottom: solid 2px transparent;
            padding: 0;
            flex: 0;
            position: relative;
        }
        .Navbar.Navbar--Secondary .Navbar__Item.Navbar__Item--Active {
            border-bottom-color: #0080BB;
        }
        .InnerHero .Navbar.Navbar--Secondary .Navbar__Item.Navbar__Item--Active {
          border-bottom-color: #fff;
        }
            .Navbar .Navbar__Item .Item__Link {}
            .Navbar.Navbar--Secondary .Navbar__Item .Item__Link {
                font-family: "Proxima Nova", sans-serif;
                white-space: nowrap;
                font-size: 14px;
                padding: 5px 0;
                color: #4C4D4F;
            }
            .Navbar.Navbar--Secondary .Navbar__Item .Item__Link .fa { height: 14px; vertical-align: middle; }
            .Navbar.Navbar--Secondary .Navbar__Item .submenu { position: absolute; opacity: 0; max-height: 0; max-width: 0; overflow: hidden; top: 100%; left: -5%; padding: 6px 0; width: 375%; margin: 0; background-color: #f0f0f0; border-top: 1px solid #eaeaea; box-shadow: 2px 2px 18px rgba(51,51,51,0.25); z-index: 99; list-style: none; transition: all 0.33s ease-in-out; }
            .Navbar.Navbar--Secondary .Navbar__Item:hover .submenu { opacity: 1; max-width: 300px; max-height: 50vh; }
            .nav-fill .submenu .nav-item { border-top: 1px solid #eaeaea; border-radius: 0; }
            .nav-fill .submenu .nav-link { color: #4C4D4F !important; text-align: left; padding: 5px 8px !important; text-align: left; border-radius: 0; }
            .Navbar.Navbar--Secondary .Navbar__Item.Navbar__SubItem--Active .nav-link { background: rgba(0, 128, 187,0.75); color: #fff !important; }
            .nav-fill .submenu .nav-link:hover { background: #808080; color: #fff; }
            .InnerHero .Navbar.Navbar--Secondary .Navbar__Item .Item__Link,
               .InnerHero .Navbar.Navbar--Secondary .Navbar__Item.Navbar__Item--Active .Item__Link { color: #fff; }
            .Navbar.Navbar--Secondary .Navbar__Item.Navbar__Item--Active .Item__Link {
                color: #0080BB;
            }
    @media (max-width: 768px) {
        .Navbar {}
        .Navbar.Navbar--Secondary {
            border-bottom: solid 1px rgba(0, 0, 0, 0.2);
            align-items: flex-start;
            flex-direction: column;
            margin: 0 -20px -30px;
            padding: 0 30px 20px;
        }
            .Navbar.Navbar--Secondary .Navbar__Item {
                margin-bottom: 5px;
                border-bottom: 0;
            }
                .Navbar.Navbar--Secondary .Navbar__Item .Item__Link {
                    font-size: 16px;
                    padding: 5px 0;
                }
    }

    /* Block: .Footer */
    .Footer {
        background-color: #0082B5;
        padding: 50px 0 30px;
        position: relative;
        z-index: 2;
    }
        .Footer .Footer__Links {
            justify-content: space-between;
            list-style-type: none;
            display: flex;
            padding: 0;
        }
            .Footer .Footer__Links .Links__Item {
                font-family: "Arial", sans-serif;
            }
                .Footer .Footer__Links .Links__Item .Item__Link {
                    text-decoration: none;
                    line-height: 27px;
                    font-size: 15px;
                    color: #FFF;
                }
                .Footer .Footer__Links .Links__Item .Item__Link:hover {
                    text-decoration: underline;
                }
                .Footer .Footer__Links .Links__Item .Item__Link:last-child {
                    margin-right: 0;
                }
        .Footer .Footer__Copyright {
            font-family: "Arial", sans-serif;
            margin-bottom: 25px;
            line-height: 27px;
            font-size: 15px;
            color: #FFF;
        }
    @media (max-width: 576px) {
        .Footer {
            text-align: center;
        }
            .Footer .Footer__Links {
                flex-direction: column;
            }
    }

    /* Block: .SocialNetworks */
    .SocialNetworks {}
        .SocialNetworks .SocialNetworks__Link {
            text-decoration: none;
            margin-right: 10px;
        }
        .SocialNetworks .SocialNetworks__Link:last-child {
            margin-right: 0;
        }
    @media (max-width: 768px) {
    }

    /* Block: .Hero */
    .Hero {
        height: calc(100vh - 333px); 
        background: url(./../images/index/home-hero.jpg) no-repeat center / cover;
        justify-content: center;
        flex-direction: column; 
        align-content: center;
        position: relative;
        display: flex; 
        width: 100%;
        z-index: 1;
    }
    .Hero h1 { color: #fff; font-size: 70px; font-weight: 700; font-family: "Proxima Nova", sans-serif; margin: 0 0 14px; text-align: center; }
    .Hero .img-fluid { width: 60%; max-width: 884px; margin: 12px auto; }
    .Hero h3 { color: #fff; font-size: 38px; font-weight: 700; font-family: "Proxima Nova", sans-serif; text-align: center; }
    .Hero p { color: #FEC86A; font-size: 20px; font-family: "Proxima Nova", sans-serif; text-align: center; }
    .Hero a#tonav { text-align: center; margin: 0 auto; background: #fff; border-radius: 50%; line-height: 32px; width: 32px; }

    @media (max-height: 900px) and (min-width: 991px) {
        .Hero { min-height: 560px; }
    }
    @media (max-height: 900px) and (min-width: 768px) {
      .Hero { min-height: 560px; }
    }

    .InnerHero { 
      height: 420px; 
      justify-content: center;
      flex-direction: column; 
      align-content: center;
      position: relative;
      display: flex; 
      width: 100%;
      z-index: 1; 
      position: relative; 
    }
    
    section.z-44, .row.z-44 { z-index: 44; position: relative; }
    section.z-0, .row.z-0, img.z-0 { z-index: 0; position: relative; }
    section.sect { opacity: 1; transition: all 333ms ease-in-out; }
    section.sect.opac012 { opacity: 0.125; transition: all 333ms ease-in-out; }

    .InnerHero .navsect { position: absolute; top: 0; width: 100%; background: rgba(0,0,0,0.3); }
    .InnerHero h1 { color: #fff; font-size: 50px; font-weight: 700; font-family: "Proxima Nova", sans-serif;  }
    .InnerHero p { color: #fff; font-size: 26px; font-weight: 300; font-family: "Proxima Nova", sans-serif; }
    .InnerHero img.hicon { position: absolute; bottom: 0; left: 0; right: 0; margin: auto; max-height: 143px; }

    .InnerHero.Strategy { background: url(./../images/strategy/strategy-hero.jpg) no-repeat center / cover; }
    .InnerHero.Innovation { background: url(./../images/innovation/innovation-hero.jpg) no-repeat center / cover; }
    .InnerHero.Empowering { background: url(./../images/empowering/empowering-hero.jpg) no-repeat center / cover; }
    .InnerHero.Community { background: url(./../images/community/community-hero.jpg) no-repeat center / cover; }
    .InnerHero.Environment { background: url(./../images/environment/environment-hero.jpg) no-repeat center / cover; }
    .InnerHero.Governance { background: url(./../images/governance/governance-hero.jpg) no-repeat center / cover; }
    .InnerHero.BYOR { background: url(./../images/byor-hero.jpg) no-repeat center / cover; }
    
    .InnerHero.Community h1, .InnerHero.Environment h1, .InnerHero.Governance h1 { color: #002E40; }
    .gradient { background: url(./../images/environment/gradient.png) no-repeat center / cover; }
    .vgradient { background: url(./../images/governance/vgradient.png) no-repeat center / cover; }
    .ggradient { background: url(./../images/governance/ggradient.png) no-repeat center / cover; }
    .dgradient { background: url(./../images/community/dgradient.png) no-repeat center / cover; }
    .rgradient { background: url(./../images/community/rgradient.png) no-repeat center / cover; }
    .ergradient { background: url(./../images/environment/rgradient.png) no-repeat center / cover; }
    .biogradient { background: url(./../images/environment/biogradient.png) no-repeat center / cover; padding-bottom: 184px !important; margin-bottom: -204px !important; }
    .igradient { background: url(./../images/innovation/igradient.png) no-repeat center / cover; }
    .emgradient { background: url(./../images/empowering/emgradient.png) no-repeat center / cover; }
    .gradient_light { background: url(./../images/index/gradient_light.png) no-repeat center / cover; }
    .gradient_light_str { background: url(./../images/strategy/gradient_light.png) no-repeat center / cover; }

    .car_slider .container { position: relative; padding-bottom: 48px; }
    .car_slider .cycle-slideshow { min-width: calc(100% + 16px); margin-right: -8px; margin-left: -8px; }
    .car_slider .img { padding: 0 8px; }
    .car_slider img { width: 100%; height: auto; }
    .car_slider #prev, .car_slider #next { position: absolute; top: 0; bottom: 48px; margin: auto 0; background: #0080BB; color: #fff; border-radius: 50%; font-size: 24px; text-align: center; line-height: 50px; width: 50px; height: 50px; }
    .car_slider #prev { left: -12px; }
    .car_slider #next { right: -12px; }
    .car_slider #pager { position: absolute; bottom: 0; left: 0; right: 0; margin: auto; text-align: center; }
    .car_slider #pager span { display: inline-block; width: 78px; height: 14px; background: #E1E6E8; margin: 0 9px; font-size: 0; }
    .car_slider #pager span.cycle-pager-active { background: #0080BB; }

    .modal_bg { position: fixed; display: none; opacity: 0; z-index: 998; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(255,255,255,0.765); transition: opacity 333ms ease-in-out; }
    .modal { position: fixed; display: none; opacity: 0; z-index: 999; background: #fff; width: 75vw; height: 75vh; top: 0; bottom: 0; left: 0; right: 0; margin: auto; transition: opacity 444ms ease-in-out; }
    .close-modal { width: 40px; height: 40px; font-size: 30px; text-align: center; line-height: 40px; }
    .modal_bg.open, .modal.open { display: block; opacity: 1; }

    @media (min-width: 1400px) {
      .car_slider .cycle-slideshow { min-height: 330vw; }
      .car_slider .img { max-width: 25vw; width: 330px; }
    }
    @media (min-width: 1200px) {
      .car_slider .cycle-slideshow { min-height: 380vw; }
      .car_slider .img { max-width: 33vw; width: 380px; }
    }
    @media (min-width: 992px) {
      .car_slider .cycle-slideshow { min-height: 320px; }
      .car_slider .img { max-width: 33vw; width: 320px; }
    }
    @media (min-width: 768px) {
      .car_slider .cycle-slideshow { min-height: 50vw; }
      .car_slider .img { max-width: 50vw; width: 360px; } 
    }
    @media (min-width: 576px) {
      .car_slider .cycle-slideshow { min-height: 100vw; }
      .car_slider .img { max-width: 100vw; width: 100%; }
    }

    @media (max-width: 768px) { 
      .car_slider #pager span { width: 10%; }
    }

    .orange-arrow-right { padding: 8px 20px; background: url(./../images/innovation/orange-arrow-right.png) no-repeat right / 100%; }
    .green-noarrow { padding: 8px 20px; background: url(./../images/innovation/green-noarrow.png) no-repeat right / 100%; }

    .background-0080BB { background: #0080BB; }
    .height-100 { height: 100%; }

    .hero--right-bg {
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        height: 100%;
        max-width: 75%;
        display: block;
    }

    @media (max-width: 991px) {
        .hero--right-bg {
            display: none;
        }
    }

    /* Block: .Navigation */
    .Navigation {
        background: linear-gradient(#F5F8F9 0%, #DBE6EB 100%);
    }
    .Navigation.Navigation--Overflow {
        margin-top: -100px;
    }
        .Navigation .Navigation__List {
            list-style-type: none;
            align-items: center;
            margin: 0 0 0 10px;
            display: flex;
            height: 65px;
            padding: 0;
        }
            .Navigation .Navigation__List .List__Item {
                font-family: "Replica Std", sans-serif;
                margin-right: 20px;
            }
            .Navigation .Navigation__List .List__Item:last-child {
                margin-right: 0;
            }
                .Navigation .Navigation__List .List__Item .Item__Link {
                    text-decoration: none;
                    font-size: 16px;
                    color: #152F5B;
                }
                .Navigation .Navigation__List .List__Item .Item__Link:hover,
                .Navigation .Navigation__List .List__Item.List__Item--Active .Item__Link {
                    text-decoration: underline;
                }
    @media (max-width: 1200px) {
        .Navigation {}
        .Navigation.Navigation--Overflow {
            margin-top: 0;
        }
    }
    @media (max-width: 992px) {
        .Navigation {}
            .Navigation .Navigation__List {
                justify-content: center;
                flex-wrap: wrap;
                height: auto;
            }
                .Navigation .Navigation__List .List__Item {
                    padding: 10px;
                }
    }

    /* Block: .Card */
    .Card {
        background-color: #FFF;
        padding: 50px 0 40px;
        align-items: center;
        position: relative;
        display: flex;
        height: 100%;
    }
    .Card.Card--Secondary {
        background-color: transparent;
        padding: 0;
    }
    .Card::before {
        transform: rotate(11deg) scaleY(1.2);
        background-color: #F5F8F9;
        margin: -20px 0 0 -40px;
        position: absolute;
        height: 100%;
        width: 100px;
        content: "";
        z-index: 0;
    }
    .Card.Card--Secondary::before {
        display: none;
    }
        .Card .Card__Image {
            margin: -10px 0 0 0;
            object-fit: contain;
            position: relative;
            z-index: 1;
        }
        .Card .Card__Body {
            position: relative;
            margin-top: 50px;
            z-index: 1;
        }
        .Card.Card--Secondary .Card__Body {
            margin-top: 0;
            height: 100%;
            width: 100%;
        }
            .Card .Card__Body .Body__Heading {
                font-family: "Replica Std", sans-serif;
                line-height: 36px;
                font-size: 30px;
                color: #152F5B;
            }
            .Card .Card__Body .Body__Description {
                font-family: "Proxima Nova", sans-serif;
                font-size: 14px;
                margin: 25px 15px 25px 0;
                color: #555;
            }
            .Card.Card--Secondary .Card__Body .Body__Description {
                font-family: "Gotham", sans-serif;
                line-height: 26px;
            }
            .Card:not(.Card--Secondary) .Card__Body .Button {
                background-color: #FFF !important;
                color: #01608C !important;
                padding: 0 !important;
            }
                .Card:not(.Card--Secondary) .Card__Body .Button .Icon.Icon--ArrowRight.Icon--Dark {
                    background-position: -32px -5px !important;
                }
    @media (max-width: 1366px) {
        .Card {}
            .Card.Card--Secondary .Card__Body .Body__Description {
                max-width: 325px;
            }
    }
    @media (max-width: 1200px) {
        .Card {}
            .Card.Card--Secondary .Card__Body .Body__Description {
                max-width: unset;
            }
    }
    @media (max-width: 768px) {
        .Card {
            padding: 25px 0 20px;
        }
            .Card .Card__Image {
                max-width: 50%;
            }
            .Card .Card__Body {}
                .Card .Card__Body .Body__Heading {
                    line-height: 30px;
                    font-size: 26px;
                }
    }

    /* Block: .SearchForm */
    .SearchForm {}
        .SearchForm .SearchForm__InputGroup {
            border-bottom: solid 2px #0082B5;
            padding: 0;
        }
            .SearchForm .SearchForm__InputGroup .InputGroup__Input {
                font-family: "Arial", sans-serif;
                border-radius: 0;
                box-shadow: none;
                font-size: 14px;
                padding: 5px 0;
                outline: 0;
                border: 0;
            }
            .SearchForm .SearchForm__InputGroup .InputGroup__Icon {
                border-bottom: solid 2px #0082B5;
                background-color: transparent;
                border-radius: 0;
                padding: 0;
                border: 0;
            }

    /* Block: .Button */
    .Button {
        transition: background-color .2s, border-color .2s, color .2s;
        font-family: "Proxima Nova", sans-serif;
        background-color: transparent;
        border: solid 1px transparent;
        justify-content: center;
        display: inline-flex;
        white-space: nowrap;
        align-items: center;
        padding: 15px 20px;
        font-weight: bold;
        line-height: 16px;
        font-size: 14px;
        color: #000;
        outline: 0;
    }
    .Button.Button--White {
        background-color: #FFF;
        color: #01608C;
    }
    .Button.Button--White:hover {
        background-color: #152F5B;
        color: #FFF;
    }
    .Button.Button--Blue {
        background-color: #0080BB;
        color: #FFF;
    }
    .Button.Button--Blue img { width: auto; height: 18px; margin-left: 8px; }
    .Button.Button--Blue i { margin-left: 8px; }
    .Button.Button--Blue:hover {
        background-color: #152F5B;
    }
    .Button.Button--Dark {
        background-color: #333;
        color: #FFF;
    }
    .Button.Button--Dark:hover {
        background-color: #000;
    }
    .Button.Button--Dark.Button--Outline {
        background-color: transparent;
        border-color: #707070;
        color: #000;
    }
    .Button.Button--Dark.Button--Outline:hover {
        background-color: #000;
        border-color: #000;
        color: #FFF;
    }
        .Button .Icon.Icon--ArrowRight {
            margin-left: 10px;
            zoom: 0.8;
        }
        .Button.Button--White:hover .Icon.Icon--ArrowRight {
            background-position: -60px -5px;
        }

    /* Block: .LinesPattern */
    .LinesPattern {
        background-image: url("./../images/lines.png");
        position: absolute;
        margin-top: -328px;
        width: 500px;
        right: 0;
    }
    @media (max-width: 1200px) {
        .LinesPattern {
            display: none;
        }
    }

    /* Block: .Accomplishments */
    .Accomplishments {}
        .Accomplishments .Accomplishments__Inner {
            border-top: 6px solid #0082B5;
            padding: 45px 20px 30px;
            background-color: #FFF;
            position: relative;
            margin-top: 60px;
            z-index: 2;
        }
            .Accomplishments .Accomplishments__Inner h5 {
                font-family: "Replica Std", sans-serif;
                font-weight: bold;
                font-size: 18px;
                color: #0082B5;
            }
            .Accomplishments .Accomplishments__Inner ul {
                font-family: "Proxima Nova", sans-serif;
                list-style-type: square;
                padding-left: 15px;
                line-height: 32px;
                margin-top: 20px;
                font-size: 18px;
                color: #555;
            }

    /* Block: .Content */
    .Content {
        background-color: #F5F8F9;
        padding-top: 75px;
    }
        .Content h1,
        .Content h2,
        .Content h3 {
            font-family: "Replica Std", sans-serif;
            line-height: 80px;
            max-width: 675px;
            font-size: 68px;
            color: #152F5B;
        }
        .Content.Content--Secondary h1 {
            font-weight: bold;
            line-height: 65px;
            font-size: 50px;
        }
        .Content h2 {
            line-height: 42px;
            font-size: 32px;
        }
        .Content h3 {
            text-transform: uppercase;
            font-weight: bold;
            line-height: 26px;
            font-size: 18px;
        }
        .Content blockquote {
            font-family: "Proxima Nova", sans-serif;
            line-height: 32px;
            font-weight: bold;
            font-size: 22px;
            margin: 30px 0;
            color: #0080BB;
        }
        .Content.Content--Secondary blockquote {
            font-family: "Gotham", sans-serif;
            font-weight: normal;
            font-size: 18px;
            font-weight: bold;
        }

        blockquote cite { 
          font-size: 61.5%;
          display: block;
          font-weight: normal;
          margin-top: 1em; 
        }

        .Content p {
            font-family: "Proxima Nova", sans-serif;
            margin-bottom: 20px;
            line-height: 32px;
            font-size: 18px;
            color: #555;
        }
        .Content.Content--Secondary p {
            font-family: "Gotham", sans-serif;
            line-height: 26px;
            font-size: 16px;
        }
        .Content ul {
            font-family: "Proxima Nova", sans-serif;
            list-style-type: square;
            margin-bottom: 20px;
            line-height: 32px;
            font-size: 18px;
            color: #555;
        }
    @media (max-width: 768px) {
        .Content {}
            .Content h1 {
                line-height: 60px;
                font-size: 48px;
            }
            .Content h2 {
                line-height: 30px;
                font-size: 24px;
            }
            .Content h3 {
                line-height: 20px;
                font-size: 18px;
            }
            .Content blockquote {
                line-height: 26px;
                font-size: 18px;
                margin: 20px 0;
            }
            .Content p {
                margin-bottom: 20px;
                line-height: 24px;
                font-size: 16px;
            }
    }

    /* Block: .FormBuilderList */
    .FormBuilderList {
        padding: 0;
    }
        .FormBuilderList > li {
            align-items: flex-start;
            list-style-type: none;
            padding: 4px 15px;
            flex-wrap: wrap;
            display: flex;
        }
        .FormBuilderList > li:first-child {
            padding: 10px 15px;
            margin-bottom: 6px;
        }
            .FormBuilderList > li > input, .FormBuilderList > li > ul > li input {
                margin: 9px 10px 0 0; opacity: 0;
            }
            
            .FormBuilderList > li.chkhd > input { opacity: 1 !important; }
            
            .FormBuilderList > li > label {
                font-family: "Gotham", sans-serif;
                min-width: 300px;
                font-size: 16px;
                flex: 1;
            }
            .FormBuilderList > li:first-child > label {
                font-weight: bold;
                color: #FFF;
            }
            .FormBuilderList > li > ul {
                margin-bottom: 0;
            }
                .FormBuilderList > li > ul > li {
                    align-items: flex-start;
                    list-style-type: none;
                    flex-wrap: wrap;
                    display: flex;
                }
                    .FormBuilderList > li > ul > li > input {
                        margin: 9px 10px 0 0;
                    }
                    .FormBuilderList > li > ul > li > label {
                        font-family: "Gotham", sans-serif;
                        font-size: 16px;
                    }
    @media (max-width: 1000px) {
        .FormBuilderList {}
            .FormBuilderList > li > label {
                min-width: 200px;
            }
    }


/* Customizations
/* ======================== */

    /* Bootstrap: .container */
    /* .container {}
    @media (min-width: 1900px) {
        .container {
            max-width: 1500px;
        }
    } */

    .chart img { width: 100%; }

/* Helpers
/* ======================== */

    /* Helper: .Icon */
    .Icon {
        background-image: url('./../images/icons.png');
        background-repeat: no-repeat;
        display: inline-block;
    }
    .Icon.Icon--Search {
        background-position: -10px -6px;
        height: 15px;
        width: 15px;
    }
    .Icon.Icon--ArrowRight.Icon--Dark {
        background-position: -36px -5px;
        height: 26px;
        width: 18px;
    }
    .Icon.Icon--ArrowRight.Icon--Light {
        background-position: -64px -5px;
        height: 26px;
        width: 18px;
    }
    .Icon.Icon--Bag {
        background-position: -92px -5px;
        min-height: 46px;
        min-width: 46px;
        height: 46px;
        width: 46px;
    }
    .Icon.Icon--World {
        background-position: -148px -5px;
        min-height: 46px;
        min-width: 46px;
        height: 46px;
        width: 46px;
    }
    .Icon.Icon--Newspaper {
        background-position: -204px -5px;
        min-height: 46px;
        min-width: 46px;
        height: 46px;
        width: 46px;
    }
    .Icon.Icon--Deal {
        background-position: -260px -5px;
        min-height: 46px;
        min-width: 46px;
        height: 46px;
        width: 46px;
    }
    .Icon.Icon--Twitter {
        background-position: -320px -8px;
        height: 40px;
        width: 40px;
    }
    .Icon.Icon--Linkedin {
        background-position: -369px -8px;
        height: 40px;
        width: 39px;
    }
    .Icon.Icon--Youtube {
        background-position: -417px -8px;
        height: 40px;
        width: 40px;
    }
    .Icon.Icon--House {
        height: 28px;
        width: 32px;
    }
    .Icon.Icon--House.Icon--Blue {
        background-position: -467px -13px;
    }
    .Icon.Icon--House.Icon--White {
      background-position: -422px -61px;
    }
    .Icon.Icon--House.Icon--Dark {
        background-position: -467px -61px;
    }
    .Icon.Icon--Download {
        background-position: -512px -16px;
        width: 21px;
        height: 25px;
    }
    .Icon.Icon--ArrowRightWithCircle {
        height: 36px;
        width: 36px;
    }
    .Icon.Icon--ArrowRightWithCircle.Icon--Light {
        background-position: -547px -10px;
    }
    .Icon.Icon--ArrowRightWithCircle.Icon--Dark {
        background-position: -594px -10px;
    }

    /* Helper: .Sprite */
    .Sprite {
        background-repeat: no-repeat;
        display: inline-block;
    }
    .Sprite.Sprite--Boxes {
        background-image: url("./../images/index/boxes-sprite.png");
    }
    .Sprite.Sprite--Boxes.Sprite--CommunityEngagement {
        background-position: -10px -10px;
        height: 80px;
        width: 99px;
    }
    .Sprite.Sprite--Boxes.Sprite--EmpoweringPeople {
        background-position: -129px -10px;
        height: 80px;
        width: 86px;
    }
    .Sprite.Sprite--Boxes.Sprite--Governance {
        background-position: -113px -110px;
        height: 80px;
        width: 80px;
    }
    .Sprite.Sprite--Boxes.Sprite--Innovation {
        background-position: -235px -10px;
        height: 80px;
        width: 80px;
    }
    .Sprite.Sprite--Boxes.Sprite--ProtectingTheEnvironment {
        background-position: -10px -110px;
        height: 80px;
        width: 83px;
    }
    .Sprite.Sprite--Boxes.Sprite--Strategy {
        background-position: -235px -110px;
        height: 80px;
        width: 80px;
    }

    /* Helper: .Hover */
    .Hover {}
    .Hover.Hover--SlideUp {
        transition: transform .2s;
    }
    .Hover.Hover--SlideUp:hover {
        transform: translateY(-10px);
    }

    /* Helper: .FontFamily */
    .FontFamily--Arial {
        font-family: "Arial", sans-serif;
    }
    .FontFamily--ReplicaStd {
        font-family: "Replica Std", sans-serif;
    }
    .FontFamily--ProximaNova {
        font-family: "Proxima Nova", sans-serif;
    }
    .FontFamily--Gotham {
        font-family: "Gotham", sans-serif;
    }

    /* Helper: .FontSize */
    .FontSize--9 {
      font-size: 9px !important;
    }
    .FontSize--12 {
        font-size: 12px !important;
    }
    .FontSize--13 {
      font-size: 13px !important;
    }
    .FontSize--14 {
        font-size: 14px !important;
    }
    .FontSize--15 {
        font-size: 15px !important;
    }
    .FontSize--16 {
        font-size: 16px !important;
    }
    .FontSize--18 {
      font-size: 18px !important;
    }
    .FontSize--20 {
        font-size: 20px !important;
    }
    .FontSize--22 {
      font-size: 22px !important;
    }
    .FontSize--24 {
      font-size: 24px !important;
    }
    .FontSize--26 {
        font-size: 26px !important;
    }
    .FontSize--28 {
      font-size: 28px;
    }
    .FontSize--30 {
        font-size: 30px;
    }
    .FontSize--34 {
      font-size: 34px;
    }
    .FontSize--40 {
        font-size: 40px;
    }
    .FontSize--42 {
      font-size: 42px;
    }

    /* Helper: .LineHeight */
    .LineHeight--24 {
      line-height: 24px !important;
    }
    .LineHeight--25 {
        line-height: 25px;
    }
    .LineHeight--26 {
      line-height: 26px;
    }
    .LineHeight--27 {
      line-height: 27px;
    }
    .LineHeight--28 {
      line-height: 28px;
    }
    .LineHeight--30 {
      line-height: 30px;
    }
    .LineHeight--32 {
      line-height: 32px;
    }
    .LineHeight--34 {
      line-height: 34px;
    }
    .LineHeight--37 {
      line-height: 37px;
    }
    .LineHeight--42 {
      line-height: 42px !important;
    }
    .LineHeight--48 {
      line-height: 48px;
    }

    .vertical-middle { vertical-align: middle !important; }
    .gap-32 { gap: 32px; }
    .gap-52 { gap: 52px; }

    /* Helper: .BackgroundColor */
    .BackgroundColor--898A8D {
        background-color: #898A8D;
    }
    .BackgroundColor--F5F8F9 {
        background-color: #F5F8F9;
    }
    .BackgroundColor--E6F7FD {
        background-color: #E6F7FD;
    }
    .BackgroundColor--127AA1 {
        background-color: #127AA1;
    }
    .BackgroundColor--002E40 {
        background-color: #002E40;
    }
    .BackgroundColor--005289 {
        background-color: #005289;
    }
    .BackgroundColor--24AAE1 {
        background-color: #24AAE1;
    }
    .BackgroundColor--0080BB {
        background-color: #0080BB;
    }
    .BackgroundColor--AFC840 {
        background-color: #AFC840;
    }
    .BackgroundColor--FEC86A {
        background-color: #FEC86A;
    }
    .BackgroundColor--F79436 {
        background-color: #F79436;
    }
    .BackgroundColor--52AE6D {
        background-color: #52AE6D;
    }
    .BackgroundColor--4C4D4F {
        background-color: #4C4D4F;
    }
    .BackgroundColor--FFFFFF {
      background-color: #FFFFFF;
    }

    .border-EAEDEF { border: 1px solid #EAEDEF; }
    .border-24AAE1 { border: 2px solid #24AAE1; }
    .border-bottom { padding-bottom: 20px; }

    .margin-auto { margin: auto; }

    .right-0 {
      right: 0!important;
    }
    .right-2 {
      right: 1rem!important;
    }
    .right-3 {
      right: 1.5rem!important;
    }
    .right-4 {
      right: 2rem!important;
    }
    .right-5 {
      right: 2.5rem!important;
    }
    .right-40p {
      right: 40%!important;
    }
    .right-100p {
      right: 100%!important;
    }

    .top-13vh {
      top: 13vh!important;
    }
    .right-13vw {
      right: 13vw!important;
    }

    .left-0 {
      left: 0!important;
    }
    .left-2 {
      left: 1rem!important;
    }
    .left-4 {
      left: 2rem!important;
    }
    .left-100p {
      left: 100%!important;
    }

    .top-8 {
      top: 6rem!important;
    }

    .bottom-m2 { bottom: -1.25em; }

    .pt-6 {
      padding-top: 4rem!important;
    }
    .pt-7 {
      padding-top: 5rem!important;
    }
    .pt-8 {
      padding-top: 6rem!important;
    }
    .pb-7 {
      padding-bottom: 5rem!important;
    }
    .pb-8 {
      padding-bottom: 6rem!important;
    }

    .pr-3 { padding-right: 1.5rem!important; }
    .pl-5p { padding-left: 5% !important; }
    .pr-5p { padding-right: 5% !important; }
    .pl-15p { padding-left: 15% !important; }

    .ml-60 { margin-left: 60px; }
    .text-transform-uppercase { text-transform: uppercase; }

    .width--33 { width: 33.33%; }
    .width--50 { width: 50%; }
    .width--100 { width: 100%; }
    .width--120 { width: 120%; }
    .width--265 { width: 265px; }
    
    .border-btm-EAF5F9 { border-bottom: 2px solid #EAF5F9; margin-bottom: 32px; }
    .border-btm-0080BB { border-bottom: 4px solid #0080BB; margin-top: 44px; margin-bottom: 12px; }
    .border-btm-F79436 { border-bottom: 4px solid #F79436; margin-top: 44px; margin-bottom: 12px; }
    .border-btm-FEC86A { border-bottom: 4px solid #FEC86A; margin-top: 44px; margin-bottom: 12px; }
    .border-btm-24AAE1 { border-bottom: 4px solid #24AAE1; margin-top: 44px; margin-bottom: 12px; }
    .border-btm-24AAE1-tr { border-bottom: 1px solid #24AAE1; margin-top: 8px; margin-bottom: 8px; }
    .border-top-0080BB-tr { border-bottom: 2px solid #0080BB; }

    table, table tr.head { border-bottom: 2px solid #0080BB; }
    table th { padding: 12px; text-align: center; } 
    table td { padding: 8px; text-align: center; font-size: 24px; color: #0080BB; }
    table td.lbl { font-size: 16px; text-align: left; color: #4C4D4F; }
    tr.blue_fill1 { background-color: rgba(36,170,225,0.1); border-top: 1px solid #24AAE1; border-bottom: 1px solid #24AAE1; }
    tr.blue_fill2 { background-color: rgba(36,170,225,0.1); border-top: 2px solid #24AAE1; border-bottom: 2px solid #24AAE1; }

    table.numbers { border-top: 2px solid #0080BB; }
    table.numbers .head { border-bottom: 1px solid #0080BB; }
    table.numbers th, table.industry th { padding: 4px 12px; }
    table.numbers td { font-size: 16px; }
    table.industry { width: 100%; }
    table.industry .head { border-bottom: 1px solid #24AAE1; text-align:left; }
    table.industry th { text-align: left; padding: 4px 12px 4px 18px;}
    table.industry td { font-size: 14px; color: #4C4D4F; text-align:left; padding: 8px 8px 8px 18px; } 
    table.industry td:first-child { width: 38%; }
    table.industry td:nth-child(2) { width: 18%; }
    table.industry td:nth-child(3) { width: 22%; }
    table.industry td:nth-child(4) { width: 22%; }

    /* Helper: .Color */
    .Color--152F5B {
        color: #152F5B !important;
    }
    .Color--1F4757 {
        color: #1F4757 !important; 
    }
    .Color--54AF6D {
        color: #54AF6D !important;
    }
    .Color--0080BB {
        color: #0080BB !important;
    }
    .Color--00AEEF {
        color: #00AEEF !important;
    }
    .Color--24AAE1 {
        color: #24AAE1 !important;
    }
    .Color--555555 {
        color: #555555 !important;
    }
    .Color--898A8D {
        color: #898A8D !important;
    }
    .Color--01608C {
        color: #01608C !important;
    }
    .Color--F79436 {
        color: #F79436 !important;
    }
    .Color--01151D {
        color: #01151D !important;
    }
    .Color--4C4D4F {
        color: #4C4D4F !important;
    }
    .Color--FFFFFF {
      color: #FFFFFF !important;
    }
    ul.Color--FFFFFF li::marker {
      color: #ffffff !important;
    }

    .d-flex-dir-col { flex-direction: column; }
    .d-flex-dir-row { flex-direction: row; gap: 10px; }
    .cols-5 { column-count: 5; }
    .cols-2 { column-count: 2; }
    .cols-2 > div { width: 40%; }
    .cols-3 { column-count: 3; }
    .cols-3 > div { width: 23%; }
    .cols-3 > div:first-child { width: 35%; }
    .cols-3 > div:last-child { width: 42%; }

    .vertical-bottom { vertical-align: bottom; }
    .text-right { text-align: right !important; }
    .text-left { text-align: left !important; }
    .justify-content-space-between { justify-content: space-between; }
    .ampers { position: relative; line-height: 52px; padding: 5px 12px; display: inline-block; }

    .Height--2 { height: 2px !important; opacity: 1; }
    .Height--3 { height: 3px !important; opacity: 1; }
    .Height--60p { height: 60%; }
    hr.my { margin-top: 2rem !important; margin-bottom: 2rem !important; }
    hr.myh { margin-top: 1rem !important; margin-bottom: 1rem !important; }
    .pr-5 { padding-right: 2.5rem !important; }
    .pl-1 { padding-left: 0.5rem !important; }
    .pl-2 { padding-left: 1rem !important; }
    .mt-6 { margin-top: 4rem !important; }
    .mmb-5 { margin-bottom: -2rem !important; }
    .mmb-8 { margin-bottom: -6rem !important; }

    ul.li-mb-3 li { margin-bottom: 12px; }
    ul.no-bullets { list-style: none; padding-left: 0; }  
    ul.no-bullets li { position: relative; padding-left: 112px; font-family: 'Replica Std', sans-serif; font-size: 15px; line-height: 26px; margin-bottom: 16px; }
    ul.no-bullets li strong { width: 100px; text-align: right; position: absolute; top: 7px; left: 0; display: block; text-transform: uppercase; line-height: 30px; color: #fff; padding: 0 4px; }
    ul.no-bullets li strong.orange { background-color: #F79436; }
    ul.no-bullets li strong.blue { background-color: #0080BB; }
    ul.no-bullets li strong.green { background-color: #54AF6D; }    

    .accent--F79436 { position: relative; }
    .accent--F79436:before { content: ''; display: block; position: absolute; top: -1rem; left: 0; width: 44px; height: 4px; background: #F79436; } 

    /* Helper: .MaxWidth */
    .MaxWidth--500 {
        max-width: 500px;
    }
    .MaxWidth--540 {
        max-width: 540px;
    }
    .MaxWidth--600 {
        max-width: 600px;
    }

    /* Helper: .zIndex */
    .zIndex--2 {
        z-index: 2;
    }
    .zIndex--3 {
        z-index: 3;
    }

    .zIndex--99 {
      z-index:99; position: relative;
    }

    /* Helper: .Zoom */
    .Zoom--0\.75 {
        zoom: 0.75;
    }


/* Customs
/* ======================== */

    /* Custom: 0001 */
    .Custom--0001 {
        margin: -250px 0 0 -10%;
        min-width: 120%;
        z-index: 0;
    }
    .Custom--0001.Alternate--0001 {
        margin-top: -400px;
    }
    .Custom--0001.Alternate--0002 {
        margin-top: -100px;
    }
    @media (max-width: 768px) {
        .Custom--0001 {
            display: none;
        }
    }




header {
  z-index: 1000000000000000100000;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
/*

header .container,
header .container-fluid {
  padding-left: 10px;
  padding-right: 10px;
  max-width: none;
}
*/

header .container::after,
header .container-fluid::after {
  content: "";
  display: table;
  width: 100%;
  height: 0;
  clear: both;
}

header .logo--util {
  background: #fff;
  height: 144px;
}

header .logo--util .container-fluid,
header .menu--social .container-fluid {
  max-width: 1170px;
}

header a.logo {
  width: 200px;
  float: left;
  margin-top: 18px;
}

header a.logo img {
  max-width: 100%;
}

header .header-right {
  float: right;
  width: 420px;
  max-width: calc(99% - 200px);
}

header .menu--social {
  background: #8b8a8f;
  min-height: 60px;
  padding: 0;
}

header .menu--social nav#main-menu {
  float: left;
  max-width: calc(99% - 150px);
}

header .menu--social nav.social-menu {
  float: right;
  width: 150px;
}

header a#navicon {
  position: relative;
  display: none;
  width: 41px;
  height: 40px;
  float: right;
  margin-top: 20px;
  background: url("../images/navicon.png") no-repeat center center/41px 40px;
}

header a#navicon.menu-open {
  background-image: url("../images/navicon-close.png");
}

header a#toggle-search {
  position: relative;
  display: none;
  width: 41px;
  height: 40px;
  float: right;
  margin-top: 20px;
  background: url("../images/search.png") no-repeat center center/41px 40px;
}

.header-right .util--stockinfo {
  width: 100%;
  overflow: hidden;
}

.header-right .util--stockinfo nav {
  /*float: left;*/
  width: 100%;
  margin-left: -7px;
  margin-right: -7px;
  display: inline-block;
  font-size: 0;
  /*max-width: calc(99% - 200px);*/
}

.header-right .util--stockinfo nav a {
  padding: 26px 7px 6px;
  font-size: 14px;
  color: #8b8a8f;
  line-height: 14px;
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-block;
}

.header-right .util--stockinfo nav a:hover {
  text-decoration: none;
}

.header-right .util--stockinfo iframe {
  float: right;
  width: 200px;
  height: 45px;
  margin-top: 4px !important;
  border: 0 none;
  margin-top: 13px;
  text-align: center;
  -webkit-transform-origin: right 50%;
  -ms-transform-origin: right 50%;
  transform-origin: right 50%;
}

.search-form {
  position: relative;
}

.search-form input[type=text] {
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  padding: 6px 30px 6px 4px;
  font-size: 17.5px;
  border: 0 none;
  border-bottom: 2px solid #0089bb;
  height: 34px;
  line-height: 34px;
  color: #0089bb;
  font-weight: bold;
}

.search-form input[type=text]:-moz-placeholder {
  opacity: 1;
}

.search-form input[type=text]::-moz-placeholder {
  opacity: 1;
}

.search-form input[type=text]:-ms-input-placeholder {
  opacity: 1;
}

.search-form input[type=text]::-webkit-input-placeholder {
  opacity: 1;
}

.search-form input[type=submit] {
  font-size: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 2px 0 2px 2px;
  width: 28px;
  height: 31px;
  border: 0;
  background: url("../images/icon-search.png") no-repeat right center;
}

nav#main-menu {
  padding: 10px 0;
}

nav#main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 17.5;
}

nav#main-menu ul.menu {
  white-space: nowrap;
}

header a {
  text-decoration: none !important;
}

nav#main-menu ul.menu li {
  position: relative;
}

nav#main-menu ul.menu > li {
  display: inline-block;
  float: left;
  margin-left: 1.375em;
}

nav#main-menu ul.menu > li:first-child {
  margin-left: 0;
}

nav#main-menu ul.menu > li > a {
  font-size: 17.5px;
  line-height: 18px;
  padding: 8px 0;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  border-top: 3px solid #8b8a8f;
  -webkit-transition: color;
  -o-transition: color;
  transition: color;
}

nav#main-menu ul.menu > li:hover {
  border-top: 3px solid #0089bb;
}

nav#main-menu ul.menu > li:hover a {
  border-top: 3px solid #8b8a8f;
}

nav#main-menu ul.menu > li.active {
  border-top: 3px solid #0089bb;
}

nav#main-menu ul.menu > li.active > a {
  border-top: 0 none;
}

nav#main-menu ul.menu > li.active:hover > a {
  border-top: 3px solid #0089bb;
}

nav#main-menu ul.sub-menu {
  display: none;
  width: 278px;
  position: absolute;
}

nav#main-menu ul.sub-menu.sub-1 {
  top: 100%;
  left: 50%;
  padding-top: 35px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

nav#main-menu ul.sub-menu.sub-1 a {
  display: block;
  text-transform: uppercase;
  padding: 10px 0;
  color: #2a2a2a;
  font-size: 14.5px;
  line-height: 18px;
  text-align: center;
  font-weight: bold;
  white-space: normal;
  border-top: 0 none !important;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

nav#main-menu ul.sub-menu.sub-1 a:hover {
  background: #939598;
  color: #fff;
}

nav#main-menu ul.sub-menu.sub-1 li {
  z-index: 0;
  position: relative;
  padding: 0;
  border-bottom: 3px solid #cacaca;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #fff;
  list-style: none;
}

nav#main-menu ul.sub-menu.sub-1 li:first-child {
  border-top: 1px solid #cacaca;
}

nav#main-menu ul.sub-menu.sub-1 li:last-child {
  border-bottom-width: 1px;
}

nav#main-menu ul.sub-menu.sub-1 > li:first-child::before,
nav#main-menu ul.sub-menu.sub-1 > li:first-child::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 44%;
}

nav#main-menu ul.sub-menu.sub-1 > li:first-child::before {
  border-bottom: 17px solid #cacaca;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  margin-top: -2px;
  margin-left: -2px;
  z-index: -100;
}

nav#main-menu ul.sub-menu.sub-1 > li:first-child::after {
  border-bottom: 15px solid #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  z-index: 1;
  margin-top: 1px;
}

nav#main-menu ul.sub-menu.sub-1 > li.has-children-2:hover ul.sub-2 {
  display: block;
}

nav#main-menu ul.sub-menu.sub-1 > li.has-children-2 > a:hover::after {
  color: #fff;
}

nav#main-menu ul.sub-menu.sub-1 > li.has-children-2 > a::after {
  content: "\25B6";
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  color: #000;
  font-size: 11px;
  position: absolute;
  z-index: 9;
  top: 11px;
  left: 264px;
}

nav#main-menu ul.sub-menu.sub-2 {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}

nav.social-menu {
  font-size: 0;
  padding: 4px 0;
  margin: 0 -5px;
}

nav.social-menu a {
  padding: 12px 5px;
  display: inline-block;
  font-size: 17.5px;
  width: 40px;
  height: 41px;
  margin: 5px;
  text-decoration: none !important;
  background: url("../images/media-sprites.png") no-repeat -134px -6px/auto auto;
}

nav.social-menu a.yt {
  background-position: -234px -6px;
}

nav.social-menu a.ln {
  background-position: -184px -6px;
}

nav#pdf-menu a {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  margin: 0 auto 40px;
}

nav#pdf-menu .button {
  position: absolute;
  top: 100%;
  left: 20px;
  right: 20px;
  padding: 21px 5px;
  font-size: 16px;
  font-weight: normal;
  -webkit-transform: translate(0, -70%);
  -ms-transform: translate(0, -70%);
  transform: translate(0, -70%);
}

nav#pdf-menu .download-cta {
  color: #fff;
  padding-right: 28px;
  display: block;
}

nav#pdf-menu .download-cta::after {
  top: 50%;
  right: 16px;
  height: 14px;
  color: #fff;
  margin: 0;
  border-color: #fff;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

nav#pdf-menu .download-cta:hover::after,
nav#pdf-menu .button:hover .download-cta::after {
  line-height: 1.5;
}

nav#pdf-menu a img {
  position: relative;
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: 98%;
  max-height: 98%;
}

nav#pdf-menu a span {
  z-index: 10;
  position: relative;
  display: block;
}

nav#pdf-menu a span.content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 101%;
  height: auto;
  min-height: 110px;
  padding: 20px 10px 10px;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: min-height, -webkit-transform;
  transition: min-height, -webkit-transform;
  -o-transition: transform, min-height;
  transition: transform, min-height;
  transition: transform, min-height, -webkit-transform;
  -webkit-transition-duration: 0.5s, 0.3s, 0.5s;
  -o-transition-duration: 0.5s, 0.3s, 0.5s;
  transition-duration: 0.5s, 0.3s, 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

nav#pdf-menu a span.content::before,
nav#pdf-menu a span.content::after {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  display: block;
  -webkit-transform: skew(0, 0);
  -ms-transform: skew(0, 0);
  transform: skew(0, 0);
  -webkit-transition: background, -webkit-transform;
  transition: background, -webkit-transform;
  -o-transition: transform, background;
  transition: transform, background;
  transition: transform, background, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  display: none !important;
}

nav#pdf-menu a span.content::before {
  height: 40px;
  background: rgba(147, 149, 152, 0.8);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

nav#pdf-menu a span.content::after {
  right: 0;
  height: 100%;
  background: #fff;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

nav#pdf-menu a span.content.delay-0,
nav#pdf-menu a span.content.delay-0::before,
nav#pdf-menu a span.content.delay-0::after {
  -webkit-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

nav#pdf-menu a span.content.delay-1,
nav#pdf-menu a span.content.delay-1::before,
nav#pdf-menu a span.content.delay-1::after {
  -webkit-transition-delay: 0.2s, 0s;
  -o-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

nav#pdf-menu a span.content.delay-2,
nav#pdf-menu a span.content.delay-2::before,
nav#pdf-menu a span.content.delay-2::after {
  -webkit-transition-delay: 0.4s, 0s;
  -o-transition-delay: 0.4s, 0s;
  transition-delay: 0.4s, 0s;
}

nav#pdf-menu a span.content.delay-3,
nav#pdf-menu a span.content.delay-3::before,
nav#pdf-menu a span.content.delay-3::after {
  -webkit-transition-delay: 0.6s, 0s;
  -o-transition-delay: 0.6s, 0s;
  transition-delay: 0.6s, 0s;
}

nav#pdf-menu a span.content.delay-4,
nav#pdf-menu a span.content.delay-4::before,
nav#pdf-menu a span.content.delay-4::after {
  -webkit-transition-delay: 0.8s, 0s;
  -o-transition-delay: 0.8s, 0s;
  transition-delay: 0.8s, 0s;
}

nav#pdf-menu a span.content.delay-5,
nav#pdf-menu a span.content.delay-5::before,
nav#pdf-menu a span.content.delay-5::after {
  -webkit-transition-delay: 1s, 0s;
  -o-transition-delay: 1s, 0s;
  transition-delay: 1s, 0s;
}

nav#pdf-menu a span.title {
  color: #555;
  font-weight: bold;
  text-transform: uppercase;
}

nav#pdf-menu a span.link {
  line-height: 1;
  font-size: 12px;
  color: #0089bb;
  margin-top: 9px;
}

nav#pdf-menu a span.link::after {
  content: "ï£";
  font-family: "FontAwesome";
  display: inline-block;
  font-weight: normal;
  padding-left: 5px;
  font-size: 0.83333em;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

nav#pdf-menu a span.link:hover::after {
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  transform: translate(0, 3px);
}

nav#pdf-menu a.is-inview span.content {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

nav#pdf-menu a.is-inview span.content::before {
  -webkit-transform: skew(0, 4deg);
  -ms-transform: skew(0, 4deg);
  transform: skew(0, 4deg);
}

nav#pdf-menu a.is-inview span.content::after {
  -webkit-transform: skew(0, -4deg);
  -ms-transform: skew(0, -4deg);
  transform: skew(0, -4deg);
}

nav#pdf-menu a.inview-complete span.content::before,
nav#pdf-menu a.inview-complete span.content::after {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

nav#pdf-menu a.inview-complete:hover span.content {
  min-height: 100px;
}

nav#pdf-menu a.inview-complete:hover span.content::before {
  -webkit-transform: skew(0, 0deg);
  -ms-transform: skew(0, 0deg);
  transform: skew(0, 0deg);
}

nav#pdf-menu a.inview-complete:hover span.content::after {
  background: #fbfbfb;
  -webkit-transform: skew(0, 0deg);
  -ms-transform: skew(0, 0deg);
  transform: skew(0, 0deg);
}

footer {
  z-index: 20;
  position: relative;
  padding: 30px 0;
  background: #0089bb;
  color: #fff;
}

footer a {
  text-decoration: none !important;
}

footer .cc {
  font-size: 14px;
  line-height: 18px;
  margin-top: 20px;
}

nav#footer-utility-menu {
  margin-top: -17px;
}

nav#footer-utility-menu a {
  position: relative;
  padding: 17px 2px 17px 65px;
  display: block;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  -webkit-transition: color;
  -o-transition: color;
  transition: color;
}

nav#footer-utility-menu a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 46px;
  height: 47px;
  display: block;
  background: url("../images/media-sprites.png") no-repeat;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

nav#footer-utility-menu a.icon-investors::before {
  background-position: -296px -3px;
}

nav#footer-utility-menu a.icon-resources::before {
  background-position: -296px -108px;
}

nav#footer-utility-menu a.icon-media::before {
  background-position: -296px -56px;
}

nav#footer-utility-menu a.icon-jobs::before {
  background-position: -296px -161px;
}

nav#footer-menu {
  width: calc(100% + 15px);
}

nav#footer-menu a {
  display: block;
  float: left;
  padding: 5px 0;
  color: #fff;
  font-size: 13.5px;
  line-height: 1.2;
  white-space: nowrap;
  width: calc(99% / 5);
}



@media (min-width: 1025px) {
  nav#main-menu ul.menu > li:hover ul.sub-1 {
    display: block;
  }

  header .menu--social {
    height: 60px;
  }
}

@media (max-width: 1199px) {
  nav#footer-menu {
    width: 100%;
  }

  nav#footer-menu a {
    width: calc(99% / 4);
  }

  nav#pdf-menu .button {
    padding-right: 10px;
  }

  nav#pdf-menu .button strong {
    display: block;
  }
}

@media (max-width: 1024px) {
  .d-nav {
    display: block !important;
  }

  .col-nav-4 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 33.333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }

  .col-nav-8 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 66.666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
  }

  header a.logo {
    min-width: 40%;
    max-width: calc(99% - 160px);
  }

  header a.logo img {
    display: block;
    margin: 0 auto;
    width: 196px;
    max-width: 100%;
  }

  header a#navicon,
  header a#toggle-search {
    display: block;
  }

  header .header-right {
    width: 160px;
    max-width: none;
  }

  header nav.social-menu {
    display: none;
  }

  header .menu--social {
    display: none;
    background: #fff;
  }

  header .menu--social ul li {
    display: block;
    width: 100%;
  }

  header .menu--social nav#main-menu {
    width: 100%;
    max-width: none;
  }

  .header-right .util--stockinfo nav {
    display: none;
  }

  .header-right .util--stockinfo iframe {
    clear: both;
    width: 200px;
    margin-top: 0;
    -webkit-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }

  .search-form {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 5px;
    background: #fff;
  }

  nav#main-menu {
    width: 100%;
    max-width: none;
  }

  nav#main-menu ul.menu > li {
    margin: 0;
  }

  nav#main-menu ul.menu > li > a {
    color: #000;
  }

  nav#main-menu ul.menu > li.has-children > a {
    position: relative;
  }

/*
  nav#main-menu ul.menu > li.has-children > a::after {
    content: "ï„‡";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    right: 5px;
    font-size: 1.1em;
    font-weight: normal;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
*/

  nav#main-menu ul.menu > li.has-children > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
      width: 8px;
      height: 8px;
      border-right: 2px solid #000;
      border-bottom: 2px solid #000;
      display: block;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
  }

  nav#main-menu ul.menu > li.has-children.submenu-open > ul.sub-menu {
    display: block;
  }

  nav#main-menu ul.menu > li.active {
    border-color: #8b8a8f;
  }

  nav#main-menu ul.menu > li.active > a {
    color: #0089bb;
  }

  nav#main-menu ul.menu > li.active:hover {
    border-color: #8b8a8f;
  }

  nav#main-menu ul.menu > li.active:hover > a {
    color: #0089bb;
    border-top: 0 none;
  }

  nav#main-menu ul.menu > li:hover {
    border-top: 3px solid #8b8a8f;
  }

  nav#main-menu ul.menu > li:hover a {
    border-top: 0 none;
  }

  nav#main-menu ul.menu ul.sub-menu {
    position: static;
    width: 100%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  nav#main-menu ul.menu ul.sub-menu li {
    border: 0 none;
  }

  nav#main-menu ul.menu ul.sub-menu li a {
    text-align: left;
    padding-left: 5px;
  }

  nav#main-menu ul.menu ul.sub-menu li.has-children-2 > a::after {
    display: none;
  }

  nav#main-menu ul.menu ul.sub-menu li.has-children-2 > a::after ul.sub-menu.sub-2 {
    display: block;
    padding-left: 15px;
  }

  nav#main-menu ul.menu ul.sub-menu li.active > a {
    color: #0089bb;
  }

  nav#main-menu ul.menu ul.sub-menu.sub-1 {
    padding: 0;
  }

  nav#main-menu ul.menu ul.sub-menu.sub-1 > li:first-child::before,
  nav#main-menu ul.menu ul.sub-menu.sub-1 > li:first-child::after {
    display: none;
  }

  nav#main-menu ul.menu ul.sub-menu.sub-2 {
    display: block;
  }

  nav#main-menu ul.menu ul.sub-menu.sub-2 li a {
    padding-left: 10px;
  }

  nav#footer-utility-menu a {
    padding: 135px 10px 0;
    margin-bottom: 50px;
    text-align: center;
    white-space: nowrap;
  }

  nav#footer-utility-menu a::before {
    width: 122px;
    height: 128px;
    top: 0;
    left: 50%;
    background-image: url("../images/media-sprites-mobile.png");
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  nav#footer-utility-menu a.icon-investors::before {
    background-position: -241px 0;
  }

  nav#footer-utility-menu a.icon-resources::before {
    background-position: -242px -219px;
  }

  nav#footer-utility-menu a.icon-media::before {
    background-position: -242px -439px;
  }

  nav#footer-utility-menu a.icon-jobs::before {
    background-position: -241px -660px;
  }

  nav#footer-menu a {
    width: 49%;
  }

  footer nav.social-menu {
    text-align: right;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  nav#main-menu ul.menu > li {
    margin-left: 1em;
  }

  nav#main-menu ul.menu > li > a {
    font-size: 15.6px;
  }
}

.mb-7 {
  margin-bottom: 6rem !important;
}
.mb-8 {
  margin-bottom: 7rem !important;
}
.mb-9 {
  margin-bottom: 8rem !important;
}