.ui-header {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 24px;
    text-align: left;
    position: relative;
    padding: 30px 15px;
    color: #cdbfe3;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
    background-color: #6f5499;
    background-image: linear-gradient(to bottom, #563d7c 0, #6f5499 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#563d7c', endColorstr='#6F5499', GradientType=0);
    background-repeat: repeat-x;
}

.ui-header > h1 {
    font-size: 60px;
    line-height: 1;
    margin: 0 380px 10px 0;
    color: #fff;
}

.ui-header > p {
    margin-right: 380px;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 1.4;
    margin: 0 0 10px;
}
