/* Ignore this stylesheet*/

body{
    font-family:'Segoe UI';
    background: #f7f7f7;

}
.tileheader {
    background: #fff;
    border: 0px;
    box-shadow: 0 0 2px 1px rgba(0,0,0,.05);
    padding: 20px;
    overflow: hidden;
    font-family: sans-serif;
    font-size: 85%;
    line-height: 2em;
    font-weight: bold;
    color: #333;
    padding: 1em;
    min-height: 120px;
    align-content: center;
    text-align: center;
    margin: 0 auto;
}
    .tileheader img {
        max-width: 367px;
        width: 100%;
        height: auto;
    }
.tile {

    background: #fff;
    border: 0px;
    box-shadow: 0 0 2px 1px rgba(0,0,0,.05);
    padding: 20px;
    overflow: hidden;
    font-family:sans-serif;
    font-size:85%;
    font-weight: bold;
    color:#333;
    padding:1em;
    align-content:center;
    opacity: 0.75;
    width: 100%;
    display: table;
   
}

.tile img {
        display: table-cell;

    /*float: left;*/
}
.grid-m-12{
    text-align:center;
 }

.tile:hover{
       opacity:1;
       box-shadow: 0 0 2px 1px rgba(19,116,47,1);
}

.tiletext  {
    font-weight: normal;
    color:#333;
    display: table-cell;
    text-align: center;
    vertical-align: middle;

    
}

a  {
    font-weight: normal;
    color:#333;
    text-decoration:none;
   
}


.tile1{
    border: thick solid #f5f5f5;
    position: relative;

}


