

.profile {
    min-height: 355px;
    display: inline-block;
}
.profile figcaption.ratings{
    margin-top:20px;
}
.profile figcaption.ratings a
{    color:#f1c40f;
    font-size:11px;
}
.profile figcaption.ratings a:hover
{    color:#f39c12;
    text-decoration:none;
}
.profile .divider {
    border-top:1px solid rgba(0,0,0,0.1);
}
.profile .emphasis {
    border-top: 4px solid transparent;
}
.profile .emphasis:hover {
    border-top: 4px solid #1abc9c;
}
.profile .emphasis h2 {
    margin-bottom:0;
}
.profile .label {
    font-weight: bold;
    padding: 3px 6px;
    font-size: 11.5px;
}
.image-header {
    background-image: url(/images/builder/header-bg.jpg);
    background-position: center center;
    background-size: cover;
    text-align: center;
    padding: 300px 0 200px;
    color: #fff;
}

.image-header > h1 {
    font-size: 75px;
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.image-header > h3 {
    font-size: 40px;
    margin-bottom: 25px;
    font-style: italic;
}

.image-header > .btn-lg {
    padding: 20px 40px;
    font-size: 18px;
}