.textImage {
    position:relative;
    width: 100%;
    height: 375px;
    margin: 0 0 25px 0;
    font-family: "Roboto Slab", serif;
}

.textImage a {
    color: #fff;
    text-decoration: none;
}

.textImage a:hover {
    text-decoration: underline; 
}

.textImage .imageContainer {
    overflow: hidden;
}

.textImage .imageContainer img {
    width: 100%;
    height: 295px;
}

.textImage .imageContainer .description {
    color: #fff;
    position: absolute;
    top: 80px;
    left: 0px;
    background-color: #364659;
    width: 100%;
    height: 285px;
    padding: 10px 0 0 0;
    display:none;
}

.textImage .imageContainer .description .descriptionText {
    padding: 0 15px 0 15px;
    word-wrap: break-word;
    line-height: 23px;
    overflow: hidden;
    font-size: 15px;
}

.textImage .textTitle {
    padding: 0 0 0 12px;
    font-size: 22px;
    font-weight: 700;
}


.textImage .imageHeader {
    background-color: #364659; 
    background-repeat: repeat;
    height: 80px;
    color: #fff;
}

.textImage .imageHeader .imageTitle {
    padding: 5px 0 0 12px;
    font-size: 30px;
    line-height: 34px;
}

.textImage .imageHeader .imageSubtitle {
    padding: 0 0 0 12px;
    font-size: 30px;
        font-weight: 700;
}

.textImage .learnMore {
    position: absolute; 
    color: #fff;
    margin: 0px;
    bottom:0px;
    left:0px;
    width: 263px;
    overflow:hidden;
    height: 46px;
}

.textImage .learnMore .learnMoreIconContainer {
    position: relative;
    float: left;
    width: 34px;
    height: 48px;
    background-color: #364659;
}

.textImage .learnMore .learnMoreIconContainer .learnMoreIcon {
    background: url('clientlibs/img/link_icon_white.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;    
    width: 24px;
    height: 24px;
    margin: 12px 0 0 10px;
}

.textImage .learnMore .textTitle {
    position: relative;
    float: left;
    padding: 7px 0 0 7px;
    background-color: #364659;
    background-repeat: repeat;
    width: 130px;
    height: 46px;
}

.textImage .learnMore .textArrow {
    position: relative;
    float: left;
    background: url('clientlibs/img/learnmore_arrow_right.png');
    width: 43px;
    height: 46px;
}

.textImage .learnMore .textTitle a {
    text-decoration:none;
    color: #fff;
}

.textImage .learnMore .textTitle a:hover {
    text-decoration: underline;
}