h2.title-block.has-caret {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color:#474747;
}

h3.title-block.has-caret {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

p.title-block,
.title-block {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #474747;
    font-size: 14px;
    padding: 10px 30px;
    text-align: center;
}


.title-block.has-caret {
    margin: 80px auto 40px auto;
    position:relative;
    background:#dcdedf;
    display: table;
}

.title-block.has-caret:before {
    font-family: 'FontAwesome';
    font-size: 30px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    margin: 0 auto;
    height: 12px;
    line-height: 12px;
    color:#dcdedf;
    content: "\f0d7";
    left: 0;
    right: 0;
    bottom: -10px;
}

.title-block.caret-left:before {
    content: "\f0d9";
    left: -9px;
    right: auto;
    top:50%;
    bottom:0;
    margin-top:-6px;
}

.title-block.caret-down:before {
    content: "\f0d7";
    left: 0;
    right: 0;
    bottom: -10px;
}

.title-block.caret-up:before {
    content: "\f0d8";
    left: 0;
    right: 0;
    top: -10px;
}

.title-block.caret-rt:before {
    content: "\f0da";
    right: -10px;
    left: auto;
    top:50%;
    bottom:0;
    margin-top:-6px;
}

.title-block.caret-slate:before {
    color:#263645!important;
}

.title-block.caret-gray:before {
    color:#5c6874!important;
}

.title-block.caret-mdgray:before {
    color:#a3a9ac!important;
}

.title-block.caret-ltgray:before {
    color:#dcdedf!important;
}

.title-block.caret-orange:before {
    color:#d36122!important;
}

.title-block.caret-blue:before {
    color:#003591!important;
}

.title-block.caret-dkblue:before {
    color:#001d52!important;
}

.title-block.caret-white:before {
    color:#fff!important;
}

.title-block.caret-slate {
    background-color:#263645!important;
    color:#fff!important;
}

.title-block.caret-gray {
    background-color:#5c6874!important;
    color:#fff!important;
}

.title-block.caret-mdgray {
    background-color:#a3a9ac!important;
    color:#fff!important;
}

.title-block.caret-ltgray {
    background-color:#dcdedf!important;
    color:#474747!important;
}

.title-block.caret-orange {
    background-color:#d36122!important;
    color:#fff!important;
}

.title-block.caret-blue {
    background-color:#003591!important;
    color:#fff!important;
}

.title-block.caret-dkblue {
    background-color:#001d52!important;
    color:#fff!important;
}

.title-block.caret-white {
    background-color:#fff!important;
    color:#5c6874!important;
}