﻿.fTileTitle {
    font-family: OpenSans-SemiBold, Arial, sans-serif;
    font-size: 2rem;
    font-style: italic;
    color: #000000;
    padding-bottom: 25px;
}

.fTileText {
    font-family: OpenSans-Regular, Arial, sans-serif;
    font-size: 1.25rem;
    color: #000000;
    padding-bottom: 25px;
}

.dTileTop {
    /*background-color: #e9e9e9;
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    padding: 25px 25px 0px 25px;
    box-shadow: 10px 10px 10px 5px #eeeeee;
    display: table-cell;
    vertical-align: top;
    width: 32%;*/
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
/*.dTileSpacer {
    display: table-cell;
    vertical-align: top;
    width: 2%;
}*/
.dTileBottom {
    /*background-color: #e9e9e9;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    padding: 0px 25px 25px 25px;
    box-shadow: 10px 10px 10px 5px #eeeeee;
    display: table-cell;
    vertical-align: bottom;
    width: 32%;*/
}
/*.dTileRow
{
    display: table-row;
    width: 100%;
}*/
.dTileSectionWhole {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.dTile {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 300px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #333333;
    box-shadow: 10px 10px 10px 5px #eeeeee;
    margin: 25px;
    background-color: #e9e9e9;
}
.dTile {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 300px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #333333;
    box-shadow: 10px 10px 10px 5px #eeeeee;
    margin: 25px;
    background-color: #e9e9e9;
    /*height: 125px;*/
    overflow: hidden;
}
.dTileSectionWhole {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
}

    .dTileSectionWhole .dTile {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 12.5px;
        margin-bottom: 0;
        margin-left: 12.5px;
    }







.fTileButtonLink {
    font-family: OpenSans-SemiBold, Arial, sans-serif;
    font-size: 1.25rem;
    color: #FFFFFF;
    background-color: #c6531a;
    padding: 15px 0px 15px 0px;
    text-transform: uppercase;
    text-align: center;
    margin: 25px 25px 25px 25px;
}

a.fTileButtonLink {
    color: #FFFFFF;
    text-decoration: none;
}

