/* customize the opacity of overlay for carousel */
    .my-carousel .MMM--carouselListItem_hero-inner .MMM--heroStaticFigure-gradient{
        background-image: linear-gradient(180deg, rgba(0,0,0,0) 46%, rgba(0,0,0,0.2) 99%);
    }
/* change the position for Zone Heading Link on desktop */
    @media only screen and (min-width:768px){
        .my-standard-column .MMM--pageSectionTitle{
            position: relative;
        }
        .my-standard-column .MMM--pageSectionTitle .MMM--relatedTitleLink{
            position: absolute;
            right: 0;
            top: 0;
            margin-top:0;
        }
    }
    /* change font style for Zone Heading Link */
    .my-standard-column .MMM--pageSectionTitle .MMM--relatedTitleLink a{
        border-bottom: 0px solid transparent;
        color: #333333;
        text-decoration: underline;
        font-family:'freight-sans-pro',sans-serif;
    }
/* =======customize the style for rG-83-ColumnBlocks start======== */
/*  columnblocks image display  */
    .my-ColumnBlocks .MMM--stories-grid{
		padding-bottom:0;
	}
	.my-ColumnBlocks .MMM--block-grid .MMM--figure{
		display:block !important;
	}
/*	columnblocks title hovered color    */
	.my-ColumnBlocks .overlay-link:hover .MMM--story-summary-copy h3{
		color:white;
	}
/*  custom columnblocks triangle start  */
	.my-ColumnBlocks .MMM--story-summary-link{
		display:none;
	}
/* =======customize the style for rG-83-ColumnBlocks end======== */ 