#title-spacer{
    background-image: url("/storage/img/LH-home-bg-modify.jpg");
    height: 15em;
    padding-top: 5.625em;
}
@media screen and (max-width: 85.375em){ #title-spacer {background-image:url("/storage/img/header_title_1366.jpg") !important;} }
@media screen and (max-width: 48em){ #title-spacer {background-image:url("/storage/img/header_title_768.jpg") !important;} }
@media screen and (max-width: 30em){ #title-spacer {background-image:url("/storage/img/header_title_480.jpg") !important;} }
.pt30 {
    padding-top: 2.25em;
}
.pt-10 {
    padding-top: 15px;
}
.tool-header:after {
    content: "";
    display: table;
    clear: both;
}
.tool-img {
    width: 20%;
    float: left;
}
.tool-img img {
    width: 100%;
}
.tool-title {
    width: 80%;
    float: right;
    min-height: 5em;
    line-height: 5em;
    font-size: 1.5em;
    padding-left: 0.5em;
}
.tool-title span {
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
}
.description-header h3 {
    float: left;
}
.description-header a {
    float: right;
    margin-left: 1em;
}
.description-header:after {
    content: "";
    display: table;
    clear: both;
}
.tool-tag {
    background-color: #dde3e9;
    border-radius: 2px;
    color: #757575;
    display: inline-flex;
    font-size: 14px;
    line-height: 12px;
    padding: 6px 10px;
    margin-left: 0.5em;
}
.tool-meta span {
    float: right;
}
.tool-meta:after {
    content: "";
    display: table;
    clear: both;
}
.tool-download {
    display:none;
}
.tool-tag-area {
    margin-top:-0.8em;
}
@media screen and (max-width: 30em){
    .tool-img {
        width: 100%;
    }
    .tool-title {
        width: 100%;
        min-height: 0em;
        line-height: 0em;
        font-size: 1.4em;
        padding-left:0em;
        padding-top:1em;
    }
    .tool-meta {
        margin-top:-1em;
        margin-bottom:1.2em;
    }
    .description-header a {
        display:none;
    }
    .tool-download {
        text-align:right;
        margin-top:1em;
        margin-bottom:1em;
        display:block;
    }
}

.custom_hr_style_01 {
    margin-bottom:0.05rem;
}
