#page-top {
    margin-top: 20px;
}


@media only screen and (min-width: 768px) {
    .front #block-menu-block-menu-level-2 {
        display: none;
    }
}

.front #block-menu-block-menu-level-2 {
    margin-top: 20px;
}

.front #block-menu-block-menu-level-2 h2 {
    display: none;
}


/*
 * BLOCKS IN PAGE TOP (LEFT AND RIGHT)
 */
.region-page-top-left .block,
.region-page-top-right .block {
    margin-bottom: 20px;
}

.region-page-top-right .block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .region-page-top-left .block:last-child {
        margin-bottom: 0;
    }
}


/*
 * MAIN NEWS
 */
#page-top .main-news .caption {
    padding: 8px;
    font-size: 18px;
}


/*
 * HOME PAGE CONTENT
 */
.front .front-content {
    margin-top: 30px;
    margin-bottom: 15px;
}


/*
 * PAGE CONTENT
 */
.node-type-page .field-name-field-image,
.node-type-page .field-name-field-hero-image,
.node-type-news .field-name-field-image,
.node-type-news .field-name-field-hero-image {
    margin-bottom: 20px;
}

.node-type-news .field-name-field-category {
    margin-bottom: 20px;
    font-weight: bold;
}

.node-type-news .field-name-field-category:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f02b';
    margin-right: 5px;
    font-size: 11px;
}


/*
 * TARGET BOXES
 */
.view-target-boxes {
    margin-top: 15px;
}

.view-target-boxes .target-box {
    background: #822433;
    color: #fff;
    width: 100%;
    height: 230px;
    text-align: center;
    display: table;
    margin-bottom: 20px;
}

.view-target-boxes .target-box:hover {
    cursor: pointer;
}

.view-target-boxes .target-box .target-box-image {
    display: table-row;
}

.view-target-boxes .target-box .target-box-image a {
    display: table-cell;
    vertical-align: bottom;
}

.view-target-boxes .target-box .target-box-image a img {
    display: inline;
    max-height: 140px;
}

.view-target-boxes .target-box .target-box-image a img.default-image {
    height: 140px;
}

.view-target-boxes .target-box .target-box-title {
    display: table-cell;
    vertical-align: middle;
}

.view-target-boxes .target-box .target-box-title h3 {
    margin: 0;
}

.view-target-boxes .target-box .target-box-title h3 a {
    color: #fff;
}

.view-target-boxes .view-header {
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 10px;
    font-size: 12px;
}

.view-target-boxes .view-header a {
    color: #555;
}

.view-target-boxes .view-header a:hover, 
.view-target-boxes .view-header a:active{
    color: #000;
}

.page-admin-sapienza #edit-target-boxes {
    margin-top: 30px;
}


/*
 * PRIVATE PAGE
 */
.node-type-private-page .field-name-body {
    margin-bottom: 30px;
}


/*
 * ANNUARIO
 */
.yearbook-filters .buttons-wrapper {
    margin-top: 25px;
}

.yearbook-alphas {
    text-align: center;
    clear: both;
    padding: 30px 0;
}

.yearbook-alphas ul {
    margin: 0;
}

.yearbook-alphas li {
    padding-left: 2px !important;
}

.yearbook-alphas li a {
    color: #555 !important;
    border-left: 1px solid #333;
    padding-left: 10px;
}

.yearbook-alphas li:first-child a {
    border: 0;
}

.yearbook-alphas .active {
    font-weight: bold;
}


/*
 * CORSI DI LAUREA
 */
.courses .courses-results .courses-year {
    font-weight: bold;
    padding: 15px 0;
}

.courses .courses-results .courses-year form {
    display: inline;
}