#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-full .main-news .view-content {
    position: relative;
    padding: 15px 0;
}

#page-full .main-news .view-content .caption {
    position: absolute;
    top: 80px;
    width: 100%;
    text-align: center;
    color: rgba(16,33,61,1);
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: normal;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.25);
}

#page-full .main-news .view-content .subtitle {
    position: absolute;
    top: 160px;
    width: 100%;
    text-align: center;
    color: rgba(16,33,61,1);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: normal;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.25);
}

@media only screen and (max-width: 767px) {
    #page-full .main-news .view-content .caption {
        top: 35px;
        font-size: 24px;
    }

    #page-full .main-news .view-content .subtitle {
        font-size: 14px;
        top: 65px;
    }

    #page-full .view-main-news {
        margin-bottom: 0;
    }
}

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

/* Front 2 */
/*.page-node-23542 #breadcrumb,
.page-node-23542 .main-container h2.title {
    display: none;
}*/

/*.page-node-23542 #tabs ul {
    margin: 20px 0 0 0;
}
*/
.front .view-main-news .view-header {
    margin-top: 15px;
}

.front .view-main-news .view-header p {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: .25px;
}

.front .front-button-content {
    background: #fff;
    padding: 15px;
}

.front .front-button-content h3 {
    font-size: 20px;
    margin: 5px 0 15px 0;
    font-weight: bold;
}

.front .front-button-content div {
    line-height: 22px;
}

/*
 * PAGE CONTENT
 */
.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;
}

.front-buttons {
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .front-buttons .home-box:not(:last-child) {
        margin-bottom: 15px;
    }
}