div.wrap-entry-outer-box {
    position: relative;
    width: 100%;
    height: 385px;
    background-color: #ffffff;
    overflow: hidden;
    border: 0px solid red;
}
div.entry-outer-box-no-background {
    height: 115px;
}
div.entry-outer-box-only-background {
    height: 230px;
}
div.entry-background,
div.entry-background-only {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: auto;
    left: 0;
    height: 66%;
}
img.signet {
    position: absolute;
    display: block;
    width: 240px;
    height: auto;
    top: 15px;
    left: 0;
    z-index: 3;
}
div.wrap-entry-title-outer {
    position: relative;
    width: 100%;
    height: 66%;
    border: 0px solid green;
}
div.wrap-entry-title-inner {
    position: absolute;
    width: 100%;
    height: 86px;
    overflow: hidden;
    left: 0;
    bottom: -86px;
    background-color:transparent;
}
div.entry-title-inner-no-background {
    bottom: -10px;
}
div.wrap-entry-title {
    position: relative;
    max-height: 86px;
    padding: 15px 10px 0px 10px;
    overflow: hidden;
    color: #ef763f;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    box-sizing: border-box;
}
div.entry-background-only,
div.entry-background-only-img {
    height: 100%;
    background-color: #ffffff;
}
div.wrap-entry-lead {
    position: relative;
    display: none;
    width: 100%;
    height: 34%;
    overflow: hidden;
    border: 0px solid blue;
}
div.wrap-entry-detail-link-text {
    position: absolute;
    width: 100%;
    height: 50px;
    border: 0px solid yellow;
    left: 0;
    right: auto;
    bottom: 0;
}
div.entry-link {
    padding: 10px 10px;
}
span.pre-entry-link-text:before {
    content: "";
}
span.entry-link-text {
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
}
span.sisagBtn {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 54px;
    text-align: center;
    border: 1px solid #000000;
    border-radius: 0px;
    text-shadow: none;
    color: #000000;
    line-height: 54px
}