﻿/* Home page styles */
#tile-container {
    max-width: 1020px;
}
.tile-foundation {
    box-shadow: 0em -5px #42464C;
}
.tile-olive {
    box-shadow: 0em -5px #758D22;
}
.tile-sand {
    box-shadow: 0em -5px #D6D3CA;
}
.tile-peach {
    box-shadow: 0em -5px #F58466;
}
.tile-bg-foundation {
    background-color: #42464C;
}
.tile-bg-olive {
    background-color: #758D22;
}
.tile-bg-sand {
    background-color: #D6D3CA;
}
.tile-bg-peach {
    background-color: #F58466;
}
.tile-title {
    margin: 0.5rem 0;
    font-size: 1.05em;
}
.tile-text {
    padding: 0 15px;
    line-height: 1.4em;
    font-size: 0.925em;
}
.tile-btn {
    color: #FFF;
    padding: 3px 13px;
    display:inline-block;
    border-radius: 2px;
}
.tile-btn:hover {
    color: #FFF;
    opacity: 0.85;
    text-decoration:none;
}
/* tile image */
.tile-img {
    width: 95px;
    height: 95px;
}
.tile-img {
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 20px;
}
.tile-foundation .tile-img {
    background-image: url(../images/firm-profile.png);
    /*margin: 28px auto;*/
}
.tile-olive .tile-img {
    background-image: url(../images/create-new-firm.png);
}
.tile-sand .tile-img {
    background-image: url(../images/find-application.png);
}
.tile-peach .tile-img {
    background-image: url(../images/lms-access.png);
}
a:hover .hm-tile.tile-olive {
    border-color: #758D22;
}
a:hover .hm-tile.tile-foundation {
    border-color: #42464C;
}
a:hover .hm-tile.tile-sand {
    border-color: #b6b6b6;
}
a:hover .hm-tile.tile-peach {
    border-color: #F58466;
}

.hm-tile {
    margin: 20px;
    display: inline-block;
    /*max-width: 100%;*/
    padding: 15px;
    min-width: 200px !important;
    background-color: #ffffff;
    border:3px solid #00008f;
}
.tile-grey:hover {
    /*background-color: #00005b;*/
    text-decoration: none;
}

.categoryDesc {
    text-align: center;
    margin-bottom: 0px;
    font-weight: bold;
    color: #f07662;
    padding-top:10%;
}

.categoryDesc:hover{
    color:#ec4d33;
}

.imgStyle {
    max-width: 150px;
    max-height: 150px;
    float:left;
}

.shadow {
    /*-webkit-box-shadow: 10px 5px 15px 6px #ccc;
    -moz-box-shadow: 10px 5px 15px 6px #ccc;
    box-shadow: 10px 5px 15px 6px #ccc;*/

     box-shadow: 0em -5px #00008f;
}

.shadow:hover{
     box-shadow: 0em -5px #00005b;
}

.homeDesc {
    text-align: center;
    margin-bottom: 0px;
    padding-top:10px;
    color: #42464C;
    height: 100px;
    padding-left: 30px;
    padding-right: 30px;
    float:right;
    max-width:500px;
}

.searchicon{
    stroke-width:10!important;
}

.menuBackArrow{
    margin-left:-12px;
}
.menuBackIcon{
    margin-left:1px;
}