﻿
.dynamicTile .col-sm-2.col-xs-4 {
    padding: 5px;
}

.bigicon {
    font-size: 67px !important;
    color: white;
    margin-top: 20px;
    margin-bottom: 10px;
}

.icontext {
    color: white;
    font-size: 27px;
}

.bigicondark {
    font-size: 67px !important;
    color: black;
    margin-top: 20px;
    margin-bottom: 10px;
}

.icontextdark {
    color: black;
    font-size: 27px;
}

.dynamicTile .col-sm-4.col-xs-8 {
    padding: 5px;
}

#tinytile1 {
    padding: 0px 0px 0px 0px;
}
#cleartile{
    /*background-color:white;*/
}
#whitetile{
    /*background-color:white;*/
}

.tilecaption {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: 0 !important;
    text-align: center;
    color: white;
    font-family: Segoe UI;
    font-weight: lighter;
}

.glow {
    
    color: #fff;
    text-shadow: 0 0 20px #fff, 0 0 0px #000000, 0 0 1px #000000, 0 0 3px #000000, 0 0 5px #000000, 0 0 8px #000000, 0 0 13px #000000;
    /*-webkit-animation: glow 1s ease-in alternate;
    -moz-animation: glow 1s ease-in alternate;
    animation: glow 1s ease-in alternate;*/
}

.wrap {
   height:100%;
   padding-left: 5px;
    display: flex;
}

    .wrap span {
        align-self: flex-end;
    }

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #000000, 0 0 40px #e60073, 0 0 50px #000000, 0 0 60px #000000, 0 0 70px #000000;
    }

    to {
        text-shadow: 0 0 20px #fff, 0 0 30px #000000, 0 0 40px #000000, 0 0 50px #000000, 0 0 60px #000000, 0 0 70px #000000, 0 0 80px #000000;
    }
}
.newsItem a, ol, li {
    color: #fff;
    text-shadow: 0 0 20px #fff, 0 0 0px #000000, 0 0 1px #000000, 0 0 3px #000000, 0 0 5px #000000, 0 0 8px #000000, 0 0 13px #000000;
    text-wrap:none;
}