#siteBacking {
background-image: linear-gradient(to right, #afb1b4, #e3e4e5, #afb1b4) !important;
    background-color: #dedfe0;
}
#mobileMenuInner .menu a {
    color:#fff !important;
}
#contentPanel {
    background-color:#FFFFFF;
    background-image: none;
    top: 0px;
    background-size: cover;
	max-width:1100px;
	margin-left:auto;
	margin-right:auto;
}
#sidebar-container {
    background: #FFFFFF;
}
#main {
    background: none;
}
.titleMagenta h17 {
    padding-top:40px;
}
/* file to target IPF page specifically to place mobile header */
@media screen and (max-width:1000px) {
     #contentPanel {
        top: -20px;
    }
     .drilldownBanner-agenda {
        /*background: transparent url(/Content/2023/Banff2019SiteAssets_AG/Banff2019SiteAssets_AG/DrilldownBanners/AgendaBWMF19.jpg) no-repeat scroll 0 0 / 100% auto;*/
        color: #fff;
        display: inline-table;
        font-size: 3em;
        font-weight: bold;
        height: 200px;
        line-height: 200px;
        margin-top: -1.6em;
        text-align: center;
        top: 0;
        width: 100%;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        background-position-y:-100px;
    }
}
@media screen and (max-width:500px) {
    .drilldownBanner-agenda {
        background-position-y:0px;
    }
}