.htmlfragment {
    font-size: 1em
}

.htmlfragment .standard-white-component>h3.secondary-headline,
.htmlfragment .standard-white-component>p {
    display: none
}

.layoutcolumnctrl.section {
    margin: 0
}

.wrapper.html-fragment-page .main-container.html-fragment-page {
    padding-top: 0;
    padding-bottom: 0;
    max-width: none;
    margin-top: 0 !important
}

.branded-landing-page-content {
    max-width: unset;
    margin-top: 70px;
    margin-bottom: 0
}

.branded-landing-page-content .aem-GridColumn {
    padding-left: 0 !important;
    padding-right: 0 !important
}

/* Updates */
.content-width-1400--with-padding { max-width:100% !important; padding:0px !important;}
.aem-GridColumn { padding:0px !important; }
.cq-placeholder, .new { display:none !important; }
.cmp-footer-v2__bottom__content, .cmp-footer-v2__top {
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
    max-width: 1200px;
}
@media only screen and (min-width: 768px) {
    .cmp-footer-v2__bottom__content, .cmp-footer-v2__top {
        padding-left: 56px;
        padding-right: 56px;
    }
}

.html-fragment-content :focus,
.html-fragment-content :focus span {
    outline: currentColor dashed 1px;
}

.html-fragment-content .video-js :focus,
.html-fragment-content .video-js :focus span {
    outline: initial;
}

.davos-climate .bkg-white {
    background-color: #fff
}

.davos-climate .bkg-black {
    background-color: #000
}

.davos-climate .bkg-deloitte-green {
    background-color: #86BC25
}

.davos-climate .bkg-accessible-green {
    background-color: #26890D
}

.davos-climate .bkg-accessible-teal {
    background-color: #0D8390
}

.davos-climate .bkg-accessible-blue {
    background-color: #007CB0
}

.davos-climate .txt-white {
    color: #fff
}

.davos-climate .txt-black {
    color: #000
}

.davos-climate .txt-deloitte-green {
    color: #86BC25
}

@keyframes navarrowmove {
    0% {
        transform: translateX(-100%);
        opacity: 0
    }

    50% {
        transform: translateX(0);
        opacity: 1
    }

    100% {
        transform: translateX(100%);
        opacity: 0
    }
}

@-webkit-keyframes navarrowmove {
    0% {
        transform: translateX(-100%);
        opacity: 0
    }

    50% {
        transform: translateX(0);
        opacity: 1
    }

    100% {
        transform: translateX(100%);
        opacity: 0
    }
}

.davos-climate {
    font-size: 16px;
    line-height: 1.5em
}

.davos-climate a,
.davos-climate a:visited {
    color: #007CB0
}

.davos-climate a:hover {
    text-decoration: underline
}

.davos-climate * {
    box-sizing: border-box
}

a.davos-climate-cta {
    border: solid 2px #26890D;
    border-radius: 3px;
    padding: 10px 20px;
    color: #fff;
    background-color: #000;
    text-decoration: none;
    margin: 10px 0;
    display: inline-block;
    position: relative;
    min-width: 200px;
    transition: color .3s linear, background-color .3s linear, border-color .3s linear
}

a.davos-climate-cta::after {
    top: 50%;
    right: 20px;
    color: #fff;
    transform: translateY(-50%);
    position: absolute;
    vertical-align: middle;
    font-family: Dcom-EDE !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: inherit;
    content: '\f105'
}

a.davos-climate-cta:hover {
    background-color: #26890D
}

.davos-climate-img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.davos-climate-img-responsive-fluid {
    display: block;
    width: 100%;
    height: auto
}

.davos-climate-header-wrapper {
    background-color: #000;
    color: #fff;
    position: relative;
    overflow: hidden
}

.davos-climate-header-item {
    z-index: 1;
    overflow: hidden
}

@media only screen and (min-width:768px) {

    .davos-climate-header-wrapper.type-background,
    .davos-climate-header-wrapper.type-video {
        height: 640px
    }
}

@media only screen and (min-width:1200px) {

    .davos-climate-header-wrapper.type-background,
    .davos-climate-header-wrapper.type-video {
        height: 680px
    }
}

.davos-climate-header-bkg {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    display: none
}

.davos-climate-header-wrapper.type-background .davos-climate-header-bkg,
.davos-climate-header-wrapper.type-video .davos-climate-header-bkg {
    display: block;
    padding-top: 56.25%
}

@media only screen and (min-width:768px) {

    .davos-climate-header-wrapper.type-background .davos-climate-header-bkg,
    .davos-climate-header-wrapper.type-video .davos-climate-header-bkg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0;
        height: auto
    }

    .davos-climate-header-wrapper.header-fade .davos-climate-header-bkg::before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        content: ' ';
        background: linear-gradient(0deg, rgba(0, 0, 0, .65) 55%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
        z-index: 4
    }

    .davos-climate-header-wrapper.bkg-white.header-fade .davos-climate-header-bkg::before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        content: ' ';
        background: linear-gradient(0deg, rgba(255, 255, 255, .65) 55%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
        z-index: 4
    }
}

.davos-climate-header-bkg .type-video-js.vjs-fluid,
.davos-climate-header-bkg video-js {
    width: 100%;
    max-width: 100%;
    height: 100% !important;
    padding-top: 0;
    overflow: hidden;
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.davos-climate-header-bkg video.vjs-tech {
    position: absolute;
    top: 50% !important;
    bottom: 0;
    left: 50% !important;
    right: 0;
    transform: translate(-50%, -50%);
    width: 1920px;
    height: 1080px
}

.davos-climate-header-bkg video.vjs-poster {
    display: none
}

.davos-climate-header-image {
    padding: 20px 0;
    max-height: 500px;
    text-align: center;
    display: none
}

.davos-climate-header-wrapper.type-hero .davos-climate-header-image {
    display: block
}

.davos-climate-header-image img {
    max-width: 320px;
    margin: 0 auto
}

@media only screen and (min-width:768px) {
    .davos-climate-header-image {
        order: 2;
        width: 50%;
        padding: 20px 0 20px 20px;
        align-self: flex-start;
        position: relative;
        max-height: unset
    }

    .davos-climate-header-image img {
        margin: 0 0 0 auto;
        max-width: 400px
    }
}

@media only screen and (min-width:1024px) {
    .davos-climate-header-image img {
        max-width: 500px
    }
}

.davos-climate-header-image.davos-climate-bc-hero-video {
    display: block
}

.davos-climate-header-image.davos-climate-bc-hero-video .video-js.vjs-fluid {
    padding-top: 100%
}

.davos-climate-header-wrapper.bkg-black.type-bchero .bc-iframe,
.davos-climate-header-wrapper.bkg-black.type-bchero .bc-iframe body,
.davos-climate-header-wrapper.bkg-black.type-bchero .davos-climate-header-image.davos-climate-bc-hero-video .video-js.vjs-fluid,
.davos-climate-header-wrapper.bkg-black.type-bchero .vjs-poster {
    background-color: #000 !important
}

.davos-climate-header-wrapper.bkg-white.type-bchero .bc-iframe,
.davos-climate-header-wrapper.bkg-white.type-bchero .bc-iframe body,
.davos-climate-header-wrapper.bkg-white.type-bchero .davos-climate-header-image.davos-climate-bc-hero-video .video-js.vjs-fluid,
.davos-climate-header-wrapper.bkg-white.type-bchero .vjs-poster {
    background-color: #fff !important
}

.davos-climate-header-wrapper.bkg-white.type-bchero .vjs-poster {
    background-color: #fff !important
}

.davos-climate-header-item-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10
}

@media only screen and (min-width:768px) {
    .davos-climate-header-item-inner {
        position: relative;
        z-index: 10
    }

    .davos-climate-header-wrapper.type-background .davos-climate-header-item-inner,
    .davos-climate-header-wrapper.type-video .davos-climate-header-item-inner {
        height: 640px
    }
}

@media only screen and (min-width:1200px) {

    .davos-climate-header-wrapper.type-background .davos-climate-header-item-inner,
    .davos-climate-header-wrapper.type-video .davos-climate-header-item-inner {
        height: 680px
    }
}

.davos-climate-header-item-content {
    padding: 0 14px
}

.davos-climate-header-item-content .davos-climate-scrollto {
    position: relative;
    bottom: 0;
    margin-bottom: 20px;
    left: 50%;
    text-align: center;
    z-index: 5;
    transform: translateX(-50%)
}

@media only screen and (min-width:768px) {
    .davos-climate-header-item-content .davos-climate-scrollto {
        position: absolute;
        bottom: 20px;
        margin-bottom: 0
    }
}

.davos-climate-header-item-content .davos-climate-scrollto a,
.davos-climate-header-item-content .davos-climate-scrollto a:hover,
.davos-climate-header-item-content .davos-climate-scrollto a:visited {
    color: #86BC25;
    text-decoration: none
}

.davos-climate-header-wrapper.bkg-white .davos-climate-header-item-content .davos-climate-scrollto a,
.davos-climate-header-wrapper.bkg-white .davos-climate-header-item-content .davos-climate-scrollto a:hover,
.davos-climate-header-wrapper.bkg-white .davos-climate-header-item-content .davos-climate-scrollto a:visited {
    color: #000
}

@keyframes arrowmove {
    from {
        top: -10px;
        opacity: 0
    }

    to {
        top: 10px;
        opacity: 1
    }
}

@-webkit-keyframes arrowmove {
    from {
        top: -10px;
        opacity: 0
    }

    to {
        top: 10px;
        opacity: 1
    }
}

.davos-climate-scrollto i {
    pointer-events: none;
    font-size: 24px;
    line-height: 1.5em;
    position: relative;
    animation: arrowmove 2s infinite;
    animation-iteration-count: infinite;
    -webkit-animation: arrowmove 2s;
    -webkit-animation-iteration-count: infinite
}

.davos-climate-header-text {
    padding: 20px 0;
    position: relative
}

@media only screen and (max-width:767px) {
    .davos-climate-header-text {
        margin-top: -120px
    }

    .davos-climate-header-wrapper.type-hero .davos-climate-header-text {
        margin-top: -60px
    }

    .davos-climate-header-text>* {
        z-index: 5;
        position: relative
    }

    .davos-climate-header-text::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: ' ';
        background: linear-gradient(0deg, #000 0, #000 66.6%, rgba(0, 0, 0, 0) 100%);
        z-index: 1
    }

    .davos-climate-header-wrapper.bkg-white .davos-climate-header-text::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: ' ';
        background: linear-gradient(0deg, #fff 0, #fff 66.6%, rgba(255, 255, 255, 0) 100%);
        z-index: 1
    }
}

@media only screen and (min-width:768px) {
    .davos-climate-header-item-content {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 20px 14px;
        height: 100%
    }

    .davos-climate-header-text {
        order: 1;
        width: 50%;
        padding: 20px 20px 20px 0;
        margin-top: 0
    }

    .davos-climate-header-wrapper.type-background .davos-climate-header-text,
    .davos-climate-header-wrapper.type-video .davos-climate-header-text {
        transform: translateY(10%)
    }
}

.davos-climate-header h1 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.25em;
    padding: 0;
    margin: 0
}

.davos-climate-header-wrapper.type-background h1,
.davos-climate-header-wrapper.type-video h1 {
    text-shadow: 0 0 10px rgba(0, 0, 0, .25)
}

.davos-climate-header-wrapper.bkg-white.type-background h1,
.davos-climate-header-wrapper.bkg-white.type-video h1 {
    text-shadow: 0 0 10px rgba(255, 255, 255, .25)
}

.davos-climate-header-wrapper.bkg-white.type-background h1.block,
.davos-climate-header-wrapper.bkg-white.type-video h1.block,
.davos-climate-header-wrapper.type-background h1.block,
.davos-climate-header-wrapper.type-video h1.block {
    text-shadow: none
}

@media only screen and (min-width:1024px) {
    .davos-climate-header h1 {
        font-size: 42px;
        line-height: 1.25em
    }
}

.davos-climate-header h1.block {
    margin: 10px 0 20px 0;
    line-height: 1em
}

.davos-climate-header h1.block span {
    display: table;
    padding: .15em .45em;
    line-height: 1.3em;
    background-color: #86BC25
}

.davos-climate-header h1.block span:nth-child(1) {
    margin-left: .44em
}

.davos-climate-header h1.block span:nth-child(2) {
    margin-left: 2.2em;
    background-color: #26890D
}

.davos-climate-header h1.block span:nth-child(3) {
    margin-left: .88em
}

.davos-climate-header h1.block.white span {
    color: #fff
}

.davos-climate-header h1.block.black span {
    color: #000
}

.davos-climate-header h1.accessible-green span {
    background-color: #26890D;
    box-shadow: .44em 0 0 #26890D, -.44em 0 0 #26890D
}

.davos-climate-header h1.accessible-teal span {
    background-color: #0D8390;
    box-shadow: .44em 0 0 #0D8390, -.44em 0 0 #0D8390
}

.davos-climate-header h1.accessible-blue span {
    background-color: #007CB0;
    box-shadow: .44em 0 0 #007CB0, -.44em 0 0 #007CB0
}

.davos-climate-header h3 {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.25em;
    padding: 0;
    margin: 1em 0
}

@media only screen and (min-width:1024px) {
    .davos-climate-header h3 {
        font-size: 28px;
        line-height: 1.25em
    }
}

.davos-climate-header-text p {
    font-size: 16px;
    line-height: 1.5em;
    padding: 0;
    margin: 1em 0
}

.davos-climate-header-wrapper.type-background .davos-climate-header-text h3,
.davos-climate-header-wrapper.type-background .davos-climate-header-text p,
.davos-climate-header-wrapper.type-video .davos-climate-header-text h3,
.davos-climate-header-wrapper.type-video .davos-climate-header-text p {
    text-shadow: 0 0 10px rgba(0, 0, 0, .25)
}

.davos-climate-header-wrapper.bkg-white.type-background .davos-climate-header-text h3,
.davos-climate-header-wrapper.bkg-white.type-background .davos-climate-header-text p,
.davos-climate-header-wrapper.bkg-white.type-video .davos-climate-header-text h3,
.davos-climate-header-wrapper.bkg-white.type-video .davos-climate-header-text p {
    text-shadow: 0 0 10px rgba(255, 255, 255, .25)
}

@media only screen and (min-width:1024px) {
    .davos-climate-header-text p {
        font-size: 18px;
        line-height: 1.5em
    }
}

.davos-climate-header-text>a {
    border: solid 2px #26890D;
    border-radius: 3px;
    padding: 10px 20px;
    color: #fff;
    background-color: #000;
    text-decoration: none;
    margin: 10px 0;
    display: inline-block;
    position: relative;
    min-width: 200px;
    transition: color .3s linear, background-color .3s linear, border-color .3s linear
}

.davos-climate-header-text>a::after {
    top: 50%;
    right: 20px;
    color: #fff;
    transform: translateY(-50%);
    position: absolute;
    vertical-align: middle;
    font-family: FontAwesome !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: inherit;
    content: '\f105'
}

.davos-climate-header-text>a:hover {
    background-color: #26890D;
    color: #fff
}

.davos-climate-header a.davos-climate-header-cta-link,
.davos-climate-header a.davos-climate-header-cta-link:visited {
    font-weight: 700;
    color: #86BC25
}