/* Global media queries for FAQ, Terms, Privacy, Case-studies and Error pages*/

.break-word {
    word-break: break-all;
    word-break: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.page-header.bg-crystal {
    height: 250px !important;
    padding-top: 135px;
}

.page-header.bg-crystal h1 {
    color: #333333 !important;
    font-family: 'Foco';
}



