/* TEMPLATE CORRECTIONS */
.esg-key-findings article .body-one {
    color: #4d4d4d;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 32px;
}

.component-title {
    display: none;
}

.retirement-tabs {
    font-size: 21px;
}

.retirement-tabs li a:hover {
    color: #009ee0 !important;
}

/* HIDE DUPLICATE HEADER */
.component .agi-page-heading {
    display: none;
}

/* TWO THIRD COLUMN */
.two-thirds-column {
    max-width: 66%;
    margin-bottom: 35px;
}

.two-thirds-column:last-of-type {
    margin-bottom: 0px;
}

@media only screen and (max-width: 800px) {
    .two-thirds-column {
        max-width: 100%;
    }
}

.esg-globalcontent-wrapper {
    max-width: 800px;
    margin: 0px;
}

/* DEFINING ESG LISTS */
.defining-esg {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.defining-esg:before, .defining-esg:after {
    content: "";
    display: table;
}

.defining-esg:after {
    clear: both;
}

.defining-esg article {
    width: 32%;
    margin-right: 2%;
    float: left;
    background-color: #f1f3f5;
}

.defining-esg article:last-of-type {
    margin-right: 0px;
}

.defining-esg article .section-heading {
    padding: 17px 20px;
    color: #fff;
    background-color: #003781;
    text-transform: uppercase;
}

.defining-esg article ul {
    list-style: none;
    padding: 0px;
    marigin: 0px;
}

.defining-esg article ul li {
    padding: 14px 20px;
    border-bottom: 1px solid #e1e1e1;
}

@media only screen and (max-width: 800px) {
    .defining-esg article {
        width: 100%;
        margin-right: 0%;
        float: none;
        margin-bottom: 50px;
    }
}

/* HORIZONTAL ACCORDION WITH ADDED INFO */
.accordion-hover-effect {
    overflow: hidden;
    width: 100%;
    display: block;
    margin: 0px auto;
}

.accordion-hover-effect a {
    text-decoration: none;
    color: #000;
}

.accordion-hover-effect ul {
    padding: 0px;
    margin: 0px 0px 30px 20px;
}

.accordion-hover-effect ul li {
    padding: 0px;
    margin: 0px 0px 9px 0px;
}

.accordion-hover-effect:before, .accordion-hover-effect:after {
    content: "";
    display: table;
}

.accordion-hover-effect:after {
    clear: both;
}

.accordion-hover-effect {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.accordion-hover-effect .esg-demo-diversity ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.accordion-hover-effect .esg-demo-diversity ul li {
    float: left;
    width: 25%;
    margin-bottom: 20px;
}

.accordion-hover-effect .esg-demo-diversity span {
    display: block;
    margin-bottom: 2px;
}

.accordion-hover-effect .esg-gender .accordion-icon-preview {
    background: url(https://us.allianzgi.com/-/media/allianzgi/na/us/editorial/esg-icon-sprite.png) #003781;
    background-size: 1900%;
    background-repeat: no-repeat;
}

.accordion-hover-effect .esg-gender:first-of-type .accordion-icon-preview {
    background-position: -1.2% 45%;
}

.accordion-hover-effect .esg-gender:last-of-type .accordion-icon-preview {
    background-position: 3.75% 45%;
}

.accordion-hover-effect .esg-demo-diversity .accordion-icon-preview {
    background: url(https://us.allianzgi.com/-/media/allianzgi/na/us/editorial/esg-icon-sprite.png) #003781;
    background-size: 1900%;
    background-repeat: no-repeat;
}

.accordion-hover-effect .esg-demo-diversity:first-of-type .accordion-icon-preview {
    background-position: 92% 15%;
}

.accordion-hover-effect .esg-demo-diversity:nth-of-type(2) .accordion-icon-preview {
    background-position: 69.75% 15%;
}

.accordion-hover-effect .esg-demo-diversity:nth-of-type(3) .accordion-icon-preview {
    background-position: 74.75% 15%;
}

.accordion-hover-effect .esg-demo-diversity:last-of-type .accordion-icon-preview {
    background-position: 55.25% 15%;
}

.accordion-hover-effect .esg-assets .accordion-icon-preview {
    padding-top: 54px;
    width: 140px;
    height: 140px;
    margin-left: -70px;
    margin-top: -70px;
}

.accordion-icon-preview {
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-top: 35px;
    font-size: 20px;
    width: 100px;
    height: 100px;
    position: absolute;
    display: block;
    background-color: #003781;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.accordion-hover-effect article:nth-of-type(odd) a {
    background-color: #f2f3f5;
}

.accordion-hover-effect article:nth-of-type(even) a {
    background-color: #e1e1e1;
}

.accordion-hover-effect.two-parts article a {
    width: 50%;
}

.accordion-hover-effect.three-parts article a {
    width: 33.3%;
}

.accordion-hover-effect.four-parts article a {
    width: 25%;
}

.accordion-hover-effect article a {
    cursor: e-resize !important;
    float: left;
    overflow: hidden;
    position: relative;
    min-height: 350px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.esg-demo-diversity a {
    min-height: 250px !important;
}

.accordion-hover-effect article a .esg-container {
    margin-left: 100%;
    padding: 25px 30px 50px 30px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.accordion-hover-effect.two-parts article a .esg-container {
    width: 635px;
}

.accordion-hover-effect.three-parts article a .esg-container {
    width: 575px;
}

.accordion-hover-effect.four-parts article a .esg-container {
    width: 590px;
}

.accordion-hover-effect article a .esg-container .section-heading {
    margin-left: 60px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.accordion-hover-effect.four-parts:hover article a, .accordion-hover-effect.three-parts:hover article a, .accordion-hover-effect.two-parts:hover article a {
    width: 10%;
}

.accordion-hover-effect.two-parts article a:hover {
    width: 90%;
}

.accordion-hover-effect.three-parts article a:hover {
    width: 80%;
}

.accordion-hover-effect.four-parts article a:hover {
    width: 70%;
}

.accordion-hover-effect article a .esg-flyout:before {
    content: 'Targeting Strategies';
    display: table;
    margin: 20px 0px;
    background-color: #4c73a7;
    padding: 10px 15px;
    color: #fff;
    font-weight: bold;
}

.accordion-hover-effect article a .esg-flyout:hover:before {
    background-color: #009ee0;
}

.accordion-hover-effect article a .esg-flyout:last-of-type {
    height: 0px;
}

.accordion-hover-effect article a .esg-flyout strong {
    display: block;
    font-weight: bold;
}

.accordion-hover-effect article a .esg-flyout span {
    visibility: hidden;
    color: #4d4d4d;
    margin-top: -50px;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.accordion-hover-effect article a:hover .esg-flyout:hover span {
    visibility: visible;
    margin-top: 0px;
    position: relative;
    opacity: 1;
}

.accordion-hover-effect article a:hover .esg-flyout:hover {
    height: auto;
}

.accordion-hover-effect:hover article a:hover .esg-container {
    margin-left: 0%;
}

.accordion-hover-effect:hover .esg-assets .accordion-icon-preview {
    font-size: 7px;
}

.accordion-hover-effect:hover .accordion-icon-preview {
    font-size: 10px;
    padding-top: 20px;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    background-color: #4c73a7;
}

.accordion-hover-effect:hover article a:hover .accordion-icon-preview {
    width: 50px;
    height: 50px;
    top: 25px;
    left: 25px;
    margin-top: 0px;
    margin-left: 0px;
    background-color: #003781;
}

@media only screen and (max-width: 900px) {
    .accordion-hover-effect:hover article a {
        width: 10%;
        min-height: 200px;
    }

    .accordion-hover-effect:hover article a p {
        font-size: 0px;
    }

    .accordion-hover-effect article a:hover {
        width: 70%;
    }

    .accordion-hover-effect article a:hover p {
        font-size: 15px;
    }

    .accordion-hover-effect .esg-demo-diversity ul li {
        float: left;
        width: 50%;
        margin-bottom: 20px;
    }

    .accordion-hover-effect.two-parts article a .esg-container {
        width: 90%;
    }

    .accordion-hover-effect.three-parts article a .esg-container {
        width: 95%;
    }

    .accordion-hover-effect.four-parts article a .esg-container {
        width: 95%;
    }

    .accordion-hover-effect.four-parts:hover article a, .accordion-hover-effect.three-parts:hover article a, .accordion-hover-effect.two-parts:hover article a, .accordion-hover-effect.two-parts article a:hover, .accordion-hover-effect.three-parts article a:hover {
        width: 100%;
    }

    .accordion-hover-effect.four-parts article a, .accordion-hover-effect.three-parts article a, .accordion-hover-effect.two-parts article a {
        width: 100%;
    }

    .accordion-hover-effect article a {
        height: 250px;
    }

    .accordion-hover-effect:hover article a {
        height: auto;
    }

    .accordion-hover-effect article a div .section-heading {
        margin-left: 75px !important;
        margin-top: 15px;
        margin-bottom: 35px !important;
        font-size: 20px;
    }

    .accordion-hover-effect:hover .accordion-icon-preview {
        padding-top: 60px;
        width: 150px;
        height: 150px;
        margin-top: -75px;
        margin-left: -75px;
        font-size: 20px;
    }

    .accordion-hover-effect:hover article a:hover .accordion-icon-preview {
        padding-top: 15px;
        font-size: 12px;
        width: 60px;
        height: 60px;
    }

    .accordion-hover-effect:hover .esg-assets .accordion-icon-preview {
        font-size: 17px;
        padding-top: 60px;
        width: 150px;
        height: 150px;
        margin-top: -75px;
        margin-left: -75px;
    }
}

/* GEOGRAPHY WITH INTERACTIVE REGIONS */
.esg-geography-interactive {
    margin-top: 100px;
    height: 550px;
    background: url(https://us.allianzgi.com/-/media/allianzgi/na/us/editorial/map-of-america-with-highlights.gif);
    background-repeat: no-repeat;
    background-size: 3800px;
    position: relative;
}

.esg-geography-interactive p {
    font-weight: bold;
}

.esg-geography-interactive ul:first-of-type {
    margin-bottom: 17px;
}

.esg-northeast, .esg-west, .esg-midwest, .esg-south {
    background: url(https://us.allianzgi.com/-/media/allianzgi/na/us/editorial/map-of-america-with-highlights.gif);
    background-repeat: no-repeat;
    position: absolute;
    background-size: 3800px;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.esg-northeast div, .esg-west div, .esg-midwest div, .esg-south div {
    overflow: hidden;
    position: absolute;
    opacity: 0;
    border-radius: 17px;
    padding: 20px;
    width: 300px;
    height: auto;
    -webkit-box-shadow: inset 200px -2px 0px 200px rgba(225, 225, 225, .85);
    -moz-box-shadow: inset 200px -2px 0px 200px rgba(225, 225, 225, .85);
    box-shadow: inset 200px -2px 0px 200px rgba(225, 225, 225, .85);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.esg-northeast {
    width: 200px;
    height: 200px;
    background-position: -1310px 0px;
    right: 23px;
    top: 0;
}

.esg-northeast:hover {
    background-position: -1310px 0px;
    opacity: 1;
}

.esg-northeast div {
    top: -50px;
    right: -40px;
}

.esg-northeast:hover.esg-northeast div {
    opacity: 1;
    top: -90px;
    right: -80px;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.esg-west {
    width: 285px;
    height: 420px;
    background-position: -2315px 0px;
    left: 0px;
    top: 0;
}

.esg-west:hover {
    background-position: -2315px 0px;
    opacity: 1;
}

.esg-west div {
    top: -30px;
    left: -90px;
}

.esg-west:hover.esg-west div {
    opacity: 1;
    top: -70px;
    left: -120px;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.esg-midwest {
    width: 310px;
    height: 270px;
    background-position: -3315px 0px;
    left: 226px;
    top: 0;
}

.esg-midwest:hover {
    opacity: 1;
    background-position: -3315px 0px;
}

.esg-midwest div {
    top: -60px;
    left: 20px;
}

.esg-midwest:hover.esg-midwest div {
    opacity: 1;
    top: -90px;
    left: -10px;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.esg-south {
    width: 320px;
    height: 290px;
    background-position: -1906px -169px;
    right: 79px;
    bottom: 91px;
}

.esg-south:hover {
    opacity: 1;
    background-position: -1907px -169px;
}

.esg-south div {
    top: -30px;
    right: 20px;
}

.esg-south:hover.esg-south div {
    opacity: 1;
    top: -60px;
    right: -80px;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

@media only screen and (max-width: 1020px) {
    .esg-geography-interactive {
        background-color: #000;
        background: none;
        height: auto;
    }

    .esg-northeast, .esg-west, .esg-midwest, .esg-south {
        opacity: 1;
        position: relative;
        width: 100%;
        height: auto;
        display: block;
        background-size: 520%;
        background-position: 0px 0px;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        margin: 0px;
        pointer-events: none;
        cursor: default;
        padding-top: 65%;
    }

    .esg-northeast {
        background-position: 25% 0px;
    }

    .esg-west {
        background-position: 75% 0px;
    }

    .esg-midwest {
        background-position: 100% 0px;
    }

    .esg-south {
        background-position: 50% 0px;
    }

    .esg-northeast div, .esg-west div, .esg-midwest div, .esg-south div {
        opacity: 1;
        position: relative;
        display: block;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        margin: 0px 0px 50px 0px;
        width: 100%;
        height: auto;
    }
}

/* OVERCOMING OBJECTIONS */
.overcoming-objections:before, .overcoming-objections:after {
    content: "";
    display: table;
}

.overcoming-objections:last-of-type {
    margin-bottom: 105px;
}

.overcoming-objections:after {
    clear: both;
}

.overcoming-objections {
    margin-bottom: 35px;
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.overcoming-objections article {
    float: left;
    width: 25%;
}

.overcoming-objections article:nth-of-type(2), .overcoming-objections article:nth-of-type(3), .overcoming-objections article:nth-of-type(4) {
    opacity: 0;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.overcoming-objections article:nth-of-type(2) {
    margin-left: -15%;
}

.overcoming-objections article:nth-of-type(3) {
    margin-left: -20%;
}

.overcoming-objections article:nth-of-type(4) {
    margin-left: -20%;
}

.overcoming-objections:hover article:nth-of-type(2), .overcoming-objections:hover article:nth-of-type(3), .overcoming-objections:hover article:nth-of-type(4) {
    margin-left: 0%;
    opacity: 1;
}

/* hiding unneeded tiles */
.overcoming-objections:nth-of-type(2) article:nth-of-type(4) {
    display: none;
}

.esg-pie-chart div {
    background-color: #e1e1e1;
    background-image: linear-gradient(to right, transparent 50%, #003781 0);
    border-radius: 50%;
    width: 230px;
    height: 230px;
    margin: 0px auto;
    position: relative;
    text-align: center;
}

.esg-pie-chart div:after {
    content: '\0203A\00a0 How to respond';
    position: absolute;
    right: -135px;
    top: 50%;
    margin-top: -10px;
    font-size: 16px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.overcoming-objections:hover .esg-pie-chart div:after {
    content: '';
    opacity: 0;
    right: 20px;
}

.esg-pie-chart div .esg-pie-chart-highlight {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -75px;
    background-color: #fff;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    color: #fff;
    font-size: 50px;
    padding-top: 20px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.overcoming-objections:hover .esg-pie-chart div .esg-pie-chart-highlight {
    color: #003781;
}

.esg-pie-chart div .esg-pie-chart-blurb {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    font-size: 18px;
    line-height: 23px;
    margin-top: 30px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.overcoming-objections:hover .esg-pie-chart div .esg-pie-chart-blurb {
    top: 110px;
    width: 120px;
    font-size: 14px;
    line-height: 17px;
    margin-top: 12px;
}

.esg-pie-chart div::before {
    content: '';
    display: block;
    margin-left: 50%;
    height: 100%;
    border-radius: 0 100% 100% 0 / 50%;
    background-color: inherit;
    transform-origin: left;
    transform: rotate(.0turn);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.overcoming-objections:nth-of-type(1):hover .esg-pie-chart div::before {
    transform: rotate(.36turn);
}

.overcoming-objections:nth-of-type(2):hover .esg-pie-chart div::before {
    transform: rotate(.34turn);
}

.overcoming-objections:nth-of-type(3):hover .esg-pie-chart div::before {
    transform: rotate(.32turn);
}

.esg-rebuttal div {
    padding: 20px;
    width: 93%;
    height: 230px;
    border-radius: 17px;
}

.esg-rebuttal div .esg-rebuttal-blurb {
    font-size: 17px;
    line-height: 20px;
    color: #fff
}

.esg-rebuttal div .esg-rebuttal-blurb strong {
    display: block;
    font-size: 20px;
    line-height: 25px;
}

.esg-rebuttal div .esg-rebuttal-blurb span {
    font-size: 25px;
    font-weight: bold;
}

.esg-rebuttal:nth-of-type(2) div {
    background-color: #4c73a7;
}

.esg-rebuttal:nth-of-type(3) div {
    background-color: #7997be;
}

.esg-rebuttal:nth-of-type(4) div {
    background-color: #a5b9d3;
}

.esg-rebuttal div .esg-rebuttal-blurb:before {
    content: '';
    background: url(https://us.allianzgi.com/-/media/allianzgi/na/us/editorial/esg-icon-sprite.png);
    background-size: 2000%;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    display: block;
    margin: 0px auto 10px auto;
    -webkit-box-shadow: inset 10px 10px 0px 200px rgba(255, 255, 255, 0.42);
    -moz-box-shadow: inset 10px 10px 0px 200px rgba(255, 255, 255, 0.42);
    box-shadow: inset 10px 10px 0px 200px rgba(255, 255, 255, 0.42);
    border-radius: 50%;
}

/* icons for tiles */
.overcoming-objections:nth-of-type(1) .esg-rebuttal:nth-of-type(2) div .esg-rebuttal-blurb:nth-of-type(1):before {
    background-position: 8.5% 0px;
}

.overcoming-objections:nth-of-type(1) .esg-rebuttal:nth-of-type(3) div .esg-rebuttal-blurb:nth-of-type(1):before {
    background-position: 13.45% 3px;
}

.overcoming-objections:nth-of-type(1) .esg-rebuttal:nth-of-type(4) div .esg-rebuttal-blurb:nth-of-type(1):before {
    background-position: 18.25% 3px;
}

.overcoming-objections:nth-of-type(2) .esg-rebuttal:nth-of-type(2) div .esg-rebuttal-blurb:nth-of-type(1):before {
    background-position: 23% -5px;
}

.overcoming-objections:nth-of-type(2) .esg-rebuttal:nth-of-type(3) div .esg-rebuttal-blurb:nth-of-type(1):before {
    background-position: 27.6% 0px;
}

.overcoming-objections:nth-of-type(2) .esg-rebuttal:nth-of-type(4) div .esg-rebuttal-blurb:nth-of-type(1):before {
    background-position: 0% 0px;
}

.overcoming-objections:nth-of-type(3) .esg-rebuttal:nth-of-type(2) div .esg-rebuttal-blurb:nth-of-type(1):before {
    background-position: 31.75% -1px;
}

.overcoming-objections:nth-of-type(3) .esg-rebuttal:nth-of-type(3) div .esg-rebuttal-blurb:nth-of-type(1):before {
    background-position: 36.60% 0px;
}

.overcoming-objections:nth-of-type(3) .esg-rebuttal:nth-of-type(4) div .esg-rebuttal-blurb:nth-of-type(1):before {
    background-position: 42% 0px;
}

@media only screen and (max-width: 1100px) {
    .overcoming-objections:nth-of-type(1) .esg-pie-chart div::before {
        transform: rotate(.36turn);
    }

    .overcoming-objections:nth-of-type(2) .esg-pie-chart div::before {
        transform: rotate(.34turn);
    }

    .overcoming-objections:nth-of-type(3) .esg-pie-chart div::before {
        transform: rotate(.32turn);
    }

    .esg-pie-chart div .esg-pie-chart-highlight {
        color: #003781;
    }

    .overcoming-objections .esg-pie-chart div .esg-pie-chart-blurb, .overcoming-objections:hover .esg-pie-chart div .esg-pie-chart-blurb {
        top: 110px;
        font-size: 14px;
        line-height: 18px;
        margin-top: 13px;
    }

    .esg-rebuttal div {
        width: 100%;
    }

    .overcoming-objections article:nth-of-type(2), .overcoming-objections article:nth-of-type(3), .overcoming-objections article:nth-of-type(4) {
        margin-left: 0%;
        opacity: 1;
    }

    .overcoming-objections article {
        float: none;
        width: 25%;
    }

    .overcoming-objections article {
        opacity: 1;
        margin: 0px 0px 20px 0px;
        width: 100%;
    }

    .overcoming-objections article:nth-of-type(2) div, .overcoming-objections article:nth-of-type(3) div, .overcoming-objections article:nth-of-type(4) div {
        height: auto;
        min-height: 120px;
    }

    .esg-rebuttal div .esg-rebuttal-blurb:before {
        float: left;
        margin-right: 20px;
    }

    .esg-pie-chart div:after {
        display: none;
    }
}

/* NEWSPAPER CLIPPINGS GRID */
.esg-clippings:before, .esg-clippings:after {
    content: "";
    display: table;
}

.esg-clippings:after {
    clear: both;
}

.esg-clippings {
    background-color: #f2f3f5;
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.esg-clippings article {
    float: left;
}

.esg-clippings article .body-one {
    font-style: italic;
    color: #4c73a7;
    padding-bottom: 15px;
    border-bottom: 1px dashed #4d4d4d;
    margin-bottom: 15px;
}

.esg-clippings article .section-heading {
    position: relative;
    padding-left: 60px;
    color: #4d4d4d;
}

.esg-clippings article .section-heading:before {
    content: '\201C';
    font-size: 150px;
    font-family: helvetica, arial;
    line-height: 0px;
    position: absolute;
    left: 0;
    top: 65px;
}

.esg-clippings article .section-heading:after {
    content: '\201D';
}

.esg-clippings article div {
    padding: 30px;
}

.esg-clippings .esg-time {
    background: url(https://us.allianzgi.com/-/media/allianzgi/na/us/editorial/esg-time-magazine-cover-enron.jpg);
    background-size: cover;
    background-position: 50%;
    width: 50%;
    height: 500px;
}

.esg-clippings .esg-economist {
    background: url(https://us.allianzgi.com/-/media/allianzgi/na/us/editorial/esg-the-economist-car.jpg);
    background-size: cover;
    background-position: 50%;
    width: 33.3%;
}

.esg-clippings .esg-crashed {
    background: url(https://us.allianzgi.com/-/media/allianzgi/na/us/editorial/esg-bp-crash.jpg);
    background-size: cover;
    background-position: 50%;
    width: 50%;
}

.esg-clippings article:nth-of-type(2), .esg-clippings article:nth-of-type(3) {
    width: 50%;
    height: 250px;
}

.esg-clippings article:nth-of-type(4), .esg-clippings article:nth-of-type(5), .esg-clippings article:nth-of-type(6) {
    width: 33.3%;
    height: 333px;
}

.esg-clippings article:nth-of-type(7) {
    width: 33.3%;
    height: 370px;
}

.esg-clippings article:nth-of-type(8), .esg-clippings article:nth-of-type(9) {
    width: 66.6%;
    height: 185px;
}

.esg-clippings article:nth-of-type(10), .esg-clippings article:nth-of-type(11) {
    width: 50%;
    height: 360px;
}

.esg-clippings article:nth-of-type(3), .esg-clippings article:nth-of-type(4), .esg-clippings article:nth-of-type(8) {
    background-color: #e1e1e1;
}

.esg-clippings article:nth-of-type(3), .esg-clippings article:nth-of-type(7), .esg-clippings article:nth-of-type(11) {
    background-color: #009ee0;
}

.esg-clippings article:nth-of-type(3) .body-one, .esg-clippings article:nth-of-type(7) .body-one, .esg-clippings article:nth-of-type(11) .body-one {
    color: #e1e1e1;
}

.esg-clippings article:nth-of-type(3) .section-heading, .esg-clippings article:nth-of-type(7) .section-heading, .esg-clippings article:nth-of-type(11) .section-heading {
    color: #fff;
}

@media only screen and (max-width: 700px) {
    .esg-clippings article {
        float: none;
    }

    .esg-clippings .esg-time, .esg-clippings .esg-economist, .esg-clippings .esg-crashed {
        background-size: 225px;
        background-repeat: no-repeat;
        width: 100% !important;
        background-color: #333;
        height: 320px;
    }

    .esg-clippings article:nth-of-type(2), .esg-clippings article:nth-of-type(3), .esg-clippings article:nth-of-type(4), .esg-clippings article:nth-of-type(6), .esg-clippings article:nth-of-type(7), .esg-clippings article:nth-of-type(8), .esg-clippings article:nth-of-type(9), .esg-clippings article:nth-of-type(11) {
        width: 100%;
        height: auto;
    }
}

/* ESG BENEFITS SCREENSHOT CYCLE */
.esg-benefits-cycle {
    border: 1px solid #666;
    overflow: hidden;
    height: 0px;
    padding-bottom: 71.5%;
    position: relative;
}

.esg-benefits-cycle img {
    width: 100%;
}

.esg-benefits-cycle div:last-of-type {
    position: absolute;
    top: 0;
    animation: esg-cycle 5s linear infinite alternate;
}

@keyframes esg-cycle {
    0%, 50% {
        opacity: 0;
    }
    75%, 100% {
        opacity: 1;
    }
}

/* ESG TOOLKIT AND CTA */
.esg-toolkit:before, .esg-toolkit:after {
    content: "";
    display: table;
}

.esg-toolkit:after {
    clear: both;
}

.esg-toolkit {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.esg-toolkit article {
    float: left;
}

.esg-toolkit article div {
    padding: 30px;
}

.esg-toolkit p {
    margin-bottom: 14px;
}

.esg-toolkit article ul {
    padding: 0px;
    margin: 0px 0px 0px 17px;
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.esg-toolkit article ul:before, .esg-toolkit article ul:after {
    content: "";
    display: table;
}

.esg-toolkit article ul:after {
    clear: both;
}

.esg-toolkit article ul li {
    margin: 0px 0px 17px 0px;
}

.esg-toolkit .rank-prospects, .esg-toolkit .take-initiative {
    width: 50%;
    min-height: 360px;
}

.esg-toolkit .rank-prospects {
    background-color: #4c73a7;
}

.esg-toolkit .take-initiative {
    background-color: #003781;
    position: relative;
}

.esg-toolkit .take-initiative ul li {
    width: 50%;
    float: left;
}

.esg-toolkit .rank-prospects .section-heading, .esg-toolkit .take-initiative .section-heading {
    color: #fff;
    position: relative;
    padding: 20px 0px 20px 90px;
}

.esg-toolkit .rank-prospects p, .esg-toolkit .take-initiative p {
    color: #fff;
}

.esg-toolkit .rank-prospects .section-heading:before, .esg-toolkit .take-initiative .section-heading:before {
    content: '';
    background: url(https://us.allianzgi.com/-/media/allianzgi/na/us/editorial/esg-icon-sprite.png);
    background-size: 2000%;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: inset 10px 10px 0px 200px rgba(255, 255, 255, 0.42);
    -moz-box-shadow: inset 10px 10px 0px 200px rgba(255, 255, 255, 0.42);
    box-shadow: inset 10px 10px 0px 200px rgba(255, 255, 255, 0.42);
    border-radius: 50%;
}

.esg-toolkit .rank-prospects .section-heading:before {
    background-position: 46.65% 1%;
}

.esg-toolkit .take-initiative .section-heading:before {
    background-position: 50.75% 1%;
}

.esg-toolkit .rank-prospects ul, .esg-toolkit .take-initiative ul {
    list-style: none;
    margin: 0px;
}

.esg-toolkit .take-initiative ul {
    padding-bottom: 10px;
}

.esg-toolkit .rank-prospects ul li, .esg-toolkit .take-initiative ul li {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e1e1e1;
    color: #f2f3f5;
}

.esg-toolkit .rank-prospects ul li:last-of-type, .esg-toolkit .take-initiative ul li:last-of-type {
    border-bottom: none;
}

.esg-toolkit .sell-concept, .esg-toolkit .performance-descriptor, .esg-toolkit .make-it-personal {
    width: 33.3%;
    background-color: #e1e1e1;
    min-height: 230px;
}

.esg-toolkit .sell-concept strong, .esg-toolkit .performance-descriptor strong, .esg-toolkit .make-it-personal strong {
    font-size: 25px;
}

.esg-toolkit .performance-descriptor {
    background-color: #f2f3f5;
}

.esg-toolkit .esg-toolkit-cta {
    width: 100%;
    background-color: #003781;
    position: relative;
}

.esg-toolkit .esg-toolkit-cta p {
    color: #fff;
    width: 65%;
}

.esg-toolkit .toolkit-cta-blurb {
    text-align: right;
    margin-right: 105px;
}

.esg-toolkit .take-initiative-cta, .esg-toolkit .esg-toolkit-cta a {
    background-color: #4c73a7;
    padding: 15px 20px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.esg-toolkit .take-initiative-cta:hover, .esg-toolkit .esg-toolkit-cta a:hover {
    background-color: #009ee0;
}

@media only screen and (max-width: 1020px) {
    .esg-toolkit article {
        float: none;
    }

    .esg-toolkit .rank-prospects, .esg-toolkit .take-initiative, .esg-toolkit .sell-concept, .esg-toolkit .performance-descriptor, .esg-toolkit .make-it-personal {
        width: 100%;
        min-height: auto;
    }
}

/* ESG FINDINGS GRID */
.esg-key-findings:before, .esg-key-findings:after {
    content: "";
    display: table;
}

.esg-key-findings:after {
    clear: both;
}

.esg-key-findings {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
    max-width: 100%;
    margin-bottom: 70px;
}

.esg-key-findings .highlight-text {
    margin-bottom: 40px;
}

.esg-key-findings article a {
    background-color: #f2f3f5;
    display: block;
    overflow: hidden;
}

.esg-key-findings article a .section-heading {
    font-size: 20px;
    line-height: 28px;
    position: relative;
    letter-spacing: 0.2px;
}

.esg-key-findings article a .section-heading .esg-eyebrow {
    color: #003781;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 30px;
    width: 80%;
}

.esg-key-findings article a .section-heading .esg-finding-highlight {
    color: #003781;
    font-size: 30px;
}

.esg-key-findings article a .section-heading:before {
    content: '';
    width: 75px;
    height: 75px;
    display: block;
    background-repeat: no-repeat;
}

.esg-key-findings article:nth-of-type(1) a .section-heading:before {
    background: url(https://www.allianzgi.com/-/media/allianzgi/shared/factsnfigures-icon/new-icons/icon-positive-bar.svg);
}

.esg-key-findings article:nth-of-type(2) a .section-heading:before {
    background: url(https://www.allianzgi.com/-/media/allianzgi/shared/factsnfigures-icon/new-icons/icon-receive-money.svg);
}

.esg-key-findings article:nth-of-type(3) a .section-heading:before {
    background: url(https://www.allianzgi.com/-/media/allianzgi/shared/factsnfigures-icon/new-icons/nature-leaf.svg);
}

.esg-key-findings article:nth-of-type(4) a .section-heading:before {
    background: url(https://www.allianzgi.com/-/media/allianzgi/shared/factsnfigures-icon/new-icons/puzzle-blue.svg);
}

.esg-key-findings article:nth-of-type(5) a .section-heading:before {
    background: url(https://www.allianzgi.com/-/media/allianzgi/shared/factsnfigures-icon/new-icons/cross-triangle.svg);
}

.esg-key-findings article:nth-of-type(6) a .section-heading:before {
    background: url(https://www.allianzgi.com/-/media/allianzgi/shared/factsnfigures-icon/new-icons/icons-quote.svg);
}

.esg-key-findings article:nth-of-type(1) a .section-heading:before, .esg-key-findings article:nth-of-type(2) a .section-heading:before, .esg-key-findings article:nth-of-type(3) a .section-heading:before {
    margin: 0px auto 14px auto;
}

.esg-key-findings article:nth-of-type(4) a .section-heading:before, .esg-key-findings article:nth-of-type(5) a .section-heading:before, .esg-key-findings article:nth-of-type(6) a .section-heading:before {
    float: left;
    margin-right: 20px;
}

.esg-key-findings article:nth-of-type(1) a {
    float: left;
    width: 50%;
    height: 310px;
}

.esg-key-findings article:nth-of-type(2) a {
    float: left;
    width: 50%;
    height: 310px;
    padding-left: 0px;
}

.esg-key-findings article:nth-of-type(3) a {
    float: right;
    width: 33.3%;
    height: 510px;
    padding-left: 0px;
}

.esg-key-findings article:nth-of-type(4) a {
    float: right;
    width: 66.6%;
    height: 270px;
}

.esg-key-findings article:nth-of-type(5) a {
    float: right;
    width: 66.6%;
    height: 240px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.esg-key-findings article:nth-of-type(6) a {
    float: right;
    width: 100%;
    height: 200px;
    padding-top: 0px;
}

.esg-key-findings article a {
    padding: 30px;
}

.esg-key-findings article a p {
    transition: all 0.5s ease;
}

.esg-key-findings article a p:first-of-type {
    padding: 55px 30px 30px 30px;
    margin-bottom: 90px;
    background-color: #e1e1e1;
}

.esg-key-findings article a p:last-of-type strong {
    color: #003781;
    display: block;
    font-size: 17px;
    margin-bottom: 8px;
}

.esg-key-findings article:nth-of-type(1) a p, .esg-key-findings article:nth-of-type(2) a p {
    height: 290px;
}

.esg-key-findings article:nth-of-type(1) a:hover p:first-of-type, .esg-key-findings article:nth-of-type(2) a:hover p:first-of-type {
    margin-top: -380px;
}

.esg-key-findings article:nth-of-type(3) a p {
    height: 450px;
}

.esg-key-findings article:nth-of-type(3) a:hover p:first-of-type {
    margin-top: -540px;
}

.esg-key-findings article:nth-of-type(4) a p, .esg-key-findings article:nth-of-type(5) a p {
    height: 210px;
}
.esg-key-findings article:nth-of-type(4) a p, .esg-key-findings article:nth-of-type(6) a p{
    padding-top: 61px;
}

.esg-key-findings article:nth-of-type(4) a:hover p:first-of-type{
    margin-top: -360px;
}
.esg-key-findings article:nth-of-type(5) a:hover p:first-of-type {
    margin-top: -300px;
}

.esg-key-findings article:nth-of-type(6) a p {
    height: 170px;
}

.esg-key-findings article:nth-of-type(6) a:hover p:first-of-type {
    margin-top: -320px;
}

@media only screen and (max-width: 800px) {
    .esg-key-findings article:nth-of-type(1) a, .esg-key-findings article:nth-of-type(2) a, .esg-key-findings article:nth-of-type(3) a, .esg-key-findings article:nth-of-type(4) a, .esg-key-findings article:nth-of-type(5) a, .esg-key-findings article:nth-of-type(6) a {
        float: none;
        width: 100%;
        height: 385px;

        padding: 30px;
    }

    .esg-key-findings article a .section-heading:before {
        width: 65px;
        height: 65px;
    }

    .esg-key-findings article a .section-heading {
        font-size: 20px;
    }

    .esg-key-findings article a .section-heading:after {
        content: '\203A';
        font-size: 40px;
        color: #003781;
        display: table;
        margin: 20px auto 0px auto;
        transform: rotate(90deg);
    }

    .esg-key-findings article:nth-of-type(1) a .section-heading:before, .esg-key-findings article:nth-of-type(2) a .section-heading:before, .esg-key-findings article:nth-of-type(3) a .section-heading:before, .esg-key-findings article:nth-of-type(4) a .section-heading:before, .esg-key-findings article:nth-of-type(5) a .section-heading:before, .esg-key-findings article:nth-of-type(6) a .section-heading:before {
        float: none;
        margin: 22px auto 22px auto !important;
    }

    .esg-key-findings article:nth-of-type(1) a p, .esg-key-findings article:nth-of-type(2) a p, .esg-key-findings article:nth-of-type(3) a p, .esg-key-findings article:nth-of-type(4) a p, .esg-key-findings article:nth-of-type(5) a p, .esg-key-findings article:nth-of-type(6) a p {
        height: 385px;

    }

    .esg-key-findings article:nth-of-type(1) a:hover p:first-of-type, .esg-key-findings article:nth-of-type(2) a:hover p:first-of-type, .esg-key-findings article:nth-of-type(3) a:hover p:first-of-type, .esg-key-findings article:nth-of-type(4) a:hover p:first-of-type, .esg-key-findings article:nth-of-type(5) a:hover p:first-of-type,{
        margin-top: -415px;
    }
     .esg-key-findings article:nth-of-type(6) a:hover p:first-of-type {
        margin-top: -475px;
     }

    .esg-key-findings article {
        position: relative;
    }

    .esg-key-findings article:hover:before {
        content: '\2715';
        display: block;
        font-size: 32px;
        line-height: 32px;
        width: 40px;
        height: 40px;
        padding: 8px;
        color: #003781;
        position: absolute;
        right: 25px;
        top: 25px;
        transition: all 600ms ease;
    }
}

@media only screen and (max-width: 580px) {
    .esg-key-findings article:nth-of-type(1) a, .esg-key-findings article:nth-of-type(2) a, .esg-key-findings article:nth-of-type(3) a, .esg-key-findings article:nth-of-type(4) a, .esg-key-findings article:nth-of-type(5) a, .esg-key-findings article:nth-of-type(6) a {
        height: 450px;
    }

    .esg-key-findings article:nth-of-type(1) a p, .esg-key-findings article:nth-of-type(2) a p, .esg-key-findings article:nth-of-type(3) a p, .esg-key-findings article:nth-of-type(4) a p, .esg-key-findings article:nth-of-type(5) a p, .esg-key-findings article:nth-of-type(6) a p {
        height: 450px;
    }

    .esg-key-findings article:nth-of-type(1) a:hover p:first-of-type, .esg-key-findings article:nth-of-type(2) a:hover p:first-of-type, .esg-key-findings article:nth-of-type(3) a:hover p:first-of-type, .esg-key-findings article:nth-of-type(4) a:hover p:first-of-type, .esg-key-findings article:nth-of-type(5) a:hover p:first-of-type, .esg-key-findings article:nth-of-type(6) a:hover p:first-of-type {
        margin-top: -480px;
    }
}

@media only screen and (max-width: 500px) {
    .esg-key-findings article:nth-of-type(1) a, .esg-key-findings article:nth-of-type(2) a, .esg-key-findings article:nth-of-type(3) a, .esg-key-findings article:nth-of-type(4) a, .esg-key-findings article:nth-of-type(5) a, .esg-key-findings article:nth-of-type(6) a {
        height: 600px;
    }

    .esg-key-findings article:nth-of-type(1) a p, .esg-key-findings article:nth-of-type(2) a p, .esg-key-findings article:nth-of-type(3) a p, .esg-key-findings article:nth-of-type(4) a p, .esg-key-findings article:nth-of-type(5) a p, .esg-key-findings article:nth-of-type(6) a p {
        height: 600px;
    }

    .esg-key-findings article:nth-of-type(1) a:hover p:first-of-type, .esg-key-findings article:nth-of-type(2) a:hover p:first-of-type, .esg-key-findings article:nth-of-type(3) a:hover p:first-of-type, .esg-key-findings article:nth-of-type(4) a:hover p:first-of-type, .esg-key-findings article:nth-of-type(5) a:hover p:first-of-type, .esg-key-findings article:nth-of-type(6) a:hover p:first-of-type {
        margin-top: -630px;
    }
}
