.contactInformation {
    display: inline-block;
    background-color: #fce68e;
    width: 100%;
    margin: 10px 0px 10px 0px;
    word-break: break-all;
}

.contactInformation > h3 {
    background-color: #F4D97E;
    font-family: 'oswald_regular';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1em;
    overflow: auto;
    margin: 0;
}

.contactInformation > div {
    width: 98%;
    padding: 5px 1% 0px 3%;
    margin-bottom: 15px;
}

.contactInformation > div > div {
    width: 96%;
    padding-left: 2%;
    font-size: .8em;
}

.contactInformation .contact-title {    
    font-family: 'robotocondensed-bold-webfont';
    font-size: 16px;
}

.contactInformation .info_address p {
    margin: 1px 0;
}

.contactInformation .contact-box-caption div {
    display: table;
}

.contactInformation .contact-box-caption .contact-desc {
    display: table-cell;
    font-family: 'robotocondensed-bold-webfont';
    font-size: 16px;
    width: 33%;
    margin-right: 10px;
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
    .contactInformation .contact-box-caption .contact-desc {
        width: 100%;
        display: block;
    }    
}

@media screen and (min-width: 1441px) {  
    .tsg-rwd-right-rail .contactInformation .contact-box-caption .contact-desc.long {    
        width: 100%;
        display: block;
    }  
    .tsg-rwd-right-rail .contactInformation .contact-box-caption .contact-data.long {    
        padding-left: 33%;
    }
    
}

@media screen and (max-width: 768px) {
    .contactInformation {
        margin-bottom: 15px;
    }
}