header#masthead{
    margin-bottom: 20px !important;
}
.header-category{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#172045+0,1a254f+10 */
    background: #172045; /* Old browsers */
    background: -moz-linear-gradient(top,  #172045 0%, #1a254f 5%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #172045 0%,#1a254f 5%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #172045 0%,#1a254f 5%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#172045', endColorstr='#1a254f',GradientType=0 ); /* IE6-9 */
    color: #fff;
    min-height: 7px;
}

.header-category .row{
    padding-top: 30px;
    padding-bottom: 25px;
}

.header-category .title-category{
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 200;
}

.header-category .title-category a{
    color: #fff;
}

.header-category .title-category a:hover{
    text-decoration: none;
}

.header-category .title-category .fa-arrow-circle-right{
    color: #fbea00;
}

.header-category .description ul{
    padding-left: 0;
}

.header-category .description li{
    list-style-type: none;
}

.header-category .description .fa-caret-right{
    color: #fbea00;
}


.shareLinks{
    /*margin-top: 10px;*/
    background: #fff;
    display: inline-block;
    border-radius: 25px;
    padding: 15px 25px;
}

.shareLinks,
.shareLinks a{
    font-size: 14px;
    color: #1a254f;
}

.shareLinks a{
    margin-left: 12px;
}

.navbar-brand{
    height: 188px;
}