@charset "UTF-8";
/* CSS Document */
div#home[role="main"] ul#tiles-panel li {
    display: inline-block;
    list-style: none outside none;
    margin: 0 8px 8px 0;
    vertical-align: top;
}
 
.tile {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #F3B200;
    display: inline-block;
    height: 190px;
    text-decoration: none;
    vertical-align: top;
    width: 170px;
}
 .tile2 {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #00A600;
    display: inline-block;
    height: 170px;
    text-decoration: none;
    vertical-align: top;
    width: 170px;
}
.tile3 {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #008A00;
    display: inline-block;
    height: 240px;
    text-decoration: none;
    vertical-align: top;
    width: 190px;
}
.tile4 {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #AC193D;
    display: inline-block;
    height: 240px;
    text-decoration: none;
    vertical-align: top;
    width: 190px;
}
.tile h1 {
    color: #253340;
    display: block;
    font-family: "Segoe UI",Segoe,"Trebuchet MS",Tahoma,Geneva,sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 148%;
    margin: 0;
    padding: 10px;
    text-decoration: none;
    white-space: nowrap;
    text-overflow : ellipsis;
    overflow : hidden;
    text-align : center;
}

.tile h2 {
    color: #253340;
    display: block;
    font-family: "Segoe UI",Segoe,"Trebuchet MS",Tahoma,Geneva,sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 148%;
    margin: 0;
    padding: 10px;
    text-decoration: none;
    white-space: nowrap;
    text-overflow : ellipsis;
    overflow : hidden;
    text-align : center;
}
 .tile3 h1 {
    color: #253340;
    display: block;
    font-family: "Segoe UI",Segoe,"Trebuchet MS",Tahoma,Geneva,sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 148%;
    margin: 0;
    padding: 10px;
    text-decoration: none;
    white-space: nowrap;
    text-overflow : ellipsis;
    overflow : hidden;
    text-align : center;
}
.tile4 h1 {
    color: #253340;
    display: block;
    font-family: "Segoe UI",Segoe,"Trebuchet MS",Tahoma,Geneva,sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 148%;
    margin: 0;
    padding: 10px;
    text-decoration: none;
    white-space: nowrap;
    text-overflow : ellipsis;
    overflow : hidden;
    text-align : center;
}
.tile img {
    left: 50%;
    margin: 5px 0 10px -25px;
    position: relative;
}
 
.tile p {
    color: #6A747E;
    font-family: "Segoe UI",Segoe,"Trebuchet MS",Tahoma,Geneva,sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 148%;
    margin: 0;
    padding: 0 10px;
    text-align: center;
}