.partner-solutions-post{
    background: #FAF9F9;
    border: 1px solid #eee !important;
    position: relative;
    min-height: 0px;
    float: left;
    min-width: 100%;
    margin: 10px 0;
}

.partner-solutions-post .title{
    background: transparent;
    position: relative;
    bottom: 0px;
    z-index: 9999;
    width: 100%;
    min-height: 0px;
    color: #000;
    text-shadow: none;
    font-size: 14px;
    padding:5px 0px 0px 15px;
}
.partner-solutions-post  .title h1{
    font-size: 19px !important;
    color: #333;
}
.partner-solutions-post .title h1 a{
    color: #333;
}

.partner-solutions-post img{
    margin-right:15px;
}

.partner-solutions-post .native-ad-square {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 10px;
    font-family: Helvetica;
    background-color: #337ab7;
    color: white;
    padding: 2px;
    border-radius: 3px;
}

.partner-solutions-post .sub-head {
    font-family: 'Cabin Condensed', Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    position: absolute;
    padding: 4px 5px;
    margin: 0px;
    bottom: 0;
    right: 0;
    background: #5a5b5d;
}
.partner-solutions-post .sub-head .presented {
    font-size: 10px !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
    margin:0px !important;
}

.partner-solutions-post .sub-head .presented a{
    color: white !important;
}


.partner-solutions-post .sub-head img{
    display: none;
}
.partner-solutions-post .excerpt {
    padding: 0px 15px 10px 15px !important;
}
.partner-solutions-post .excerpt a{
    color: #333333;
}

@media only screen and (min-width: 200px) and (max-width: 768px) {
.partner-solutions-post{
    min-height:260px !important;
}
}