#titleTiles {
    padding: 1px 1005px 75px;
    background-color: #EBEFF2;
    margin: 0 -999px;
    position: relative;
}
#titleTiles .tile {
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 0 4px;
    /* border-left: 7px solid #EBEFF2; */
    height: 200px;
    margin-top: 8px;
    position: relative;
    background-size: cover;
    overflow: hidden;
    /* padding: 0; */
}
#titleTiles .tile-mega {
    height: 616px;
    z-index: 1;
}
#titleTiles .tileLink {
    display: block;
    /* width: 100%; */
    height: 100%;
    overflow: hidden;
    position: relative;
    left: 0;
    right: 0;
    z-index: 3;
}
#titleTiles .bgImg {
    width: 101%;
    height: 101%;
    left: 0;
    top: 0;
    position: absolute;
    /* margin-left: -15px; */
    /* right: 0; */
    /* -webkit-transition: 1s; */
    -moz-transition: 1s;
    
    transition: 1s;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    /* transform: scale(1.01); */
    /* will-change: transform; */
}

#titleTiles .ttCarousel {
    position: relative;
    overflow: hidden;
}
#titleTiles .ttCarouselRow {
    margin: 0 -4px;
}
#titleTiles .ttCarouselWrap {
    width: 10000%;
    transition: transform 0.6s;
    will-change: transform;
}
#titleTiles .ttCarouselSlide {
    width: 1%;
    float: left;
}

#titleTiles > i {
    position: absolute;
    z-index: 2;
    top: 391px;
    font-size: 50px;
    /* background-color: red; */
    /* opacity: 0.8; */
    padding: 16px 27px;
    color: #0069BC;
    cursor: pointer;
    font-weight: 100;
}
#titleTiles > i.arrowLeft {
    margin-left: -90px;
    left: 999px;
}
#titleTiles > i.arrowRight {
    /* margin-left: 15px; */
    right: 999px;
    margin-right: -97px;
    /* position: relative; */
}
#titleTiles > i.inactive {
    opacity: 0 !important;
}

#titleTiles .tile:hover .bgImg {
    transform: scale(1.1);
}
#titleTiles .tile-mega .title {
    font-size: 2.5em;
    line-height: 1em;
    padding-right: 4em;
}
#titleTiles .tile-mega .viewText {
    font-size: 16px;
    padding-left: 65px;
    padding-bottom: 0;
}
#titleTiles .hoverOverlay {
    background-image: url('/Images/Home/AtAGlance/articleColorOverlay.png');
    height: 100%;
    width: 101%;
    position: absolute;
    /* margin: 0 -15px; */
    /* display: none; */
    opacity: 0;
    transition: 0.5s;
    /* IE8 */
    /* IE6 & 7 */
    ;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
#titleTiles .tile:hover .hoverOverlay {
    /* display:block; */
    opacity: 1;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
#titleTiles .gradientOverlay {
    background-image: url('/Images/Home/AtAGlance/articleGradient.png');
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-size: 100% 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(  src='/Images/Home/AtAGlance/articleGradient.png',  sizingMethod='scale')";
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/Images/Home/AtAGlance/articleGradient.png', sizingMethod='scale');
}
#titleTiles .title {
    position: absolute;
    bottom: 0;
    padding: 1em 1.5em;
    color: white;
    font-weight: 100;
    /* min-height:58px; */
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    text-align: left;
    will-change: transform;
    z-index: 3;
}
#titleTiles .tile:hover .title {
    -webkit-transform: translateY(-1.5em);
    transform: translateY(-1.5em);
}
#titleTiles .tile-mega:hover .title {
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
}
#titleTiles .viewText {
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    padding: 0em 30px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
#titleTiles .tile:hover .viewText {
    opacity: 1;
    padding-bottom: 1em;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#titleTiles .tile-mega:hover .viewText {
    padding-bottom: 1.5em;
}
#titleTiles .viewText i {
    margin-left: 0.5em;
    font-weight: 900;
}

@media screen and (max-width: 1550px) {
    #titleTiles > i {
        margin-left:0;
        background-color: #FFF;
        opacity: 0.6;
        transition: opacity 0.5s;
        will-change: opacity;
    }
    #titleTiles > i:hover {
        opacity: 1;
    }
    #titleTiles > i.arrowLeft {
        margin-left: 6px;
    }
    #titleTiles > i.arrowRight {
        margin-right: 6px;
    }
}

@media screen and (max-width: 1050px) {
    #titleTiles .tile-mega .title {
        padding: 1em 1em;
    }
    #titleTiles .tile-mega .viewText {
        padding-left: 45px;
    }
}
@media screen and (max-width: 991px) {
    #titleTiles > i {
        display:none;
    }
}
@media screen and (max-width: 767px) {
    #titleTiles .tile {
        border-left:0px;
        margin-top: 10px
    }
}
@media screen and (max-width: 600px) {
    #titleTiles .tile-mega {
        height: 400px;
    }
    #titleTiles .tile-mega .title {
        font-size: 2em
    }
    #titleTiles .tile-mega .viewText {
        padding-left: 35px;
    }
    #titleTiles .tile-mega:hover .viewText {
        padding-bottom: 1.1em;
    }
}
