﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol, ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, th, td {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}

q, blockquote {
    quotes: none
}

    q:before, q:after, blockquote:before, blockquote:after {
        content: "";
        content: none
    }

a img {
    border: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

.main-content:after, .nav-target__items:after, .page-block:after, .site-header:after, .highlights .highlight--top:after, #labs-search-form:after, .main-content:before, .nav-target__items:before, .page-block:before, .site-header:before, .highlights .highlight--top:before, #labs-search-form:before {
    display: table;
    content: " "
}

.main-content:after, .nav-target__items:after, .page-block:after, .site-header:after, .highlights .highlight--top:after, #labs-search-form:after {
    clear: both
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 16px
}

body {
    font-family: 'Roboto',sans-serif;
    color: #333;
    background-color: #F4F3EF
}

img {
    max-width: 100% !important;
    height: auto
}

    img.file-icon {
        width: auto
    }

.main-content {
    margin: 1em 0
}

@media(min-width:48em) {
    .main-content {
        -webkit-flex: 1 0 auto;
        flex: 1 0 auto;
        margin: 3.125em 0
    }
}

#site-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%
}

.content-top {
    padding: 1em 0
}

#site-canvas {
    width: 100%;
    height: 100%;
    position: relative;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media(min-width:48em) {
    #site-canvas {
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -moz-transition: none !important;
        -o-transition: none !important;
        -webkit-transition: none !important;
        transition: none !important;
        min-height: 100vh;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

.nav-open #site-canvas {
    -moz-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    transform: translateX(270px);
    -moz-transform: translate3d(270px,0,0);
    -ms-transform: translate3d(270px,0,0);
    -webkit-transform: translate3d(270px,0,0);
    transform: translate3d(270px,0,0)
}

.modal-open #site-canvas {
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important
}

.off-canvas {
    width: 270px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -270px;
    background: #fff
}

@media(min-width:48em) {
    .off-canvas {
        display: none !important
    }
}

@media(max-width:47.9375em) {
    .hidden-xs {
        display: none !important
    }
}

@media(min-width:48em) {
    .visible-xs {
        display: none !important
    }
}

.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    overflow: hidden;
    height: 1px
}

.element-focusable:focus {
    position: static !important;
    height: auto;
    display: block;
    width: 100%;
    text-align: center;
    font-size: .875rem;
    padding: 10px 0;
    color: #333
}

ul li.leaf {
    list-style-type: none;
    list-style-image: none
}

strong {
    font-weight: 700
}

em {
    font-style: italic
}

p {
    line-height: 1.625em
}

a {
    text-decoration: none
}

h1, h2, h3, h4, h5 {
    font-weight: 500
}

    h1.page-title {
        font-size: 1.5625rem;
        line-height: 1.2em
    }

@media(min-width:48em) {
    h1.page-title {
        font-size: 2.25rem
    }
}

.page-block-title {
    font-size: 1.5625rem;
    margin: 2em 0 .8em;
    font-weight: 500
}

blockquote {
    margin: 1em;
    font-style: italic;
    margin-left: 1.5em;
    padding: 2px 1em;
    border-left: 5px solid #ccc
}

.container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

    .container:after {
        content: " ";
        display: block;
        clear: both
    }

@media(min-width:48em) {
    .container {
        max-width: 750px
    }
}

@media(min-width:62em) {
    .container {
        max-width: 970px
    }
}

@media(min-width:75em) {
    .container {
        max-width: 1170px
    }
}

@media(min-width:48em) {
    .content-wrapper {
        margin-left: -10px;
        margin-right: -10px
    }
}

@media(min-width:62em) {
    .content-wrapper {
        margin-left: -20px;
        margin-right: -20px
    }
}

.content-main {
    position: relative
}

@media(min-width:48em) {
    .content-main {
        padding: 0 10px
    }
}

@media(min-width:62em) {
    .content-main {
        padding: 0 20px
    }
}

@media(min-width:48em) {
    .content-main.has-sidebar {
        width: 75%;
        float: left;
        padding: 0 10px
    }
}

@media(min-width:62em) {
    .content-main.has-sidebar {
        padding: 0 20px
    }
}

.content-sidebar {
    position: relative;
    margin-top: 2em
}

@media(min-width:48em) {
    .content-sidebar {
        margin-top: 0
    }
}

@media(min-width:48em) {
    .content-sidebar {
        width: 25%;
        float: left;
        padding: 0 10px
    }
}

@media(min-width:62em) {
    .content-sidebar {
        padding: 0 20px
    }
}

@media(min-width:48em) {
    .push-3 {
        left: 25%
    }
}

@media(min-width:48em) {
    .pull-9 {
        right: 75%
    }
}

.with-border:after {
    display: block;
    content: " ";
    width: 86px;
    height: 4px;
    margin-top: 12px
}

.with-border.border--blue:after {
    background: #069abf
}

.with-border.border--red:after {
    background: #ea0f30
}

.with-border.border--purple-blue:after {
    background: #78499a
}

.with-border.border--purple2:after {
    background: #6b4483
}

.with-border.border--fuchsia:after {
    background: #b00182
}

.with-border.border--yellow:after {
    background: #04a1a3
}

.with-border.border--rete:after {
    width: 93px;
    background: url(https://www.aster.it/sites/all/themes/aster/images/border-rat.gif) 0 0 no-repeat
}

.faux-block-link__overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    opacity: 0;
    text-indent: 900%;
    white-space: nowrap;
    background: transparent url(https://www.aster.it/sites/all/themes/aster/images/transparent.gif) 0 0 repeat
}

    .faux-block-link__overlay:focus {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1
    }

.clearfix {
    overflow: hidden;
    *zoom: 1;
}

.icon-date {
    font-family: 'Roboto',sans-serif !important;
    padding-left: 18px;
    background: url(https://www.aster.it/sites/all/themes/aster/images/icon-sprite.png) 0 0 no-repeat;
    line-height: 12px;
    background-size: 14px
}

    .icon-date.icon-date--purple {
        background-position: 0 100%
    }

.icon-attachment {
    display: inline-block;
    font-family: 'Roboto',sans-serif !important;
    padding-left: 25px;
    background: url(https://www.aster.it/sites/all/themes/aster/images/icon-sprite.png) 0 0 no-repeat;
    line-height: 18px !important;
    font-size: .875rem;
    background-position: 0 -282px;
    color: #ea0f30
}

.file--pdf {
    background: url(https://www.aster.it/sites/all/themes/aster/images/icon-sprite.png) 0 -123px no-repeat
}

.block-title {
    display: block
}

.view-title {
    font-size: 1.875rem;
    font-weight: 500;
    margin-bottom: 1rem
}

.page-list--news .view-title:after {
    background: #78499a
}

.content-sidebar .block {
    margin-bottom: 2em
}

.tab-content .tab-pane {
    display: none
}

.tab-content .active {
    display: block
}

.no-js .tab-content .tab-elenco {
    display: block !important
}

.no-js .tab-content .map {
    display: none !important
}

.messages {
    padding: 1em 1em 1em 40px;
    font-size: .875rem;
    line-height: 20px
}

    .messages a {
        color: #ea0f30
    }

    .messages.error {
        border: 2px solid #ea0f30;
        background: #fff url(https://www.aster.it/sites/all/themes/aster/images/msg-error.png) 8px 10px no-repeat;
        color: #000
    }

        .messages.error a {
            color: #ea0f30
        }

    .messages.status {
        border: 2px solid #55af55;
        background: #fff url(https://www.aster.it/sites/all/themes/aster/images/msg-success.png) 10px 10px no-repeat;
        color: #000
    }

.anchor {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden
}

.logged-in .anchor {
    top: -150px
}

.nav-target {
    background: #ea0f30
}

.nav-target__items {
    background: #fff;
    overflow: visible
}

    .nav-target__items > li {
        display: block;
        background: #ea0f30;
        margin-right: 0
    }

@media(min-width:48em) {
    .nav-target__items > li {
        float: left;
        width: 25%;
        border-left: 10px solid #fff
    }
}

.nav-target__items > li:first-child {
    border: none
}

@media(min-width:48em) {
    .nav-target__items > li:hover > a {
        background: #7b858e !important;
        color: #fff !important
    }

        .nav-target__items > li:hover > a:after {
            display: none;
            top: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-top-color: #7b858e;
            border-width: 7px;
            margin-left: -7px;
            z-index: 100
        }
}

@media(min-width:48em) {
    .nav-target__items > li:hover > .nav-target__sublevel-wrapper {
        display: block
    }
}

.nav-target__items > li > a {
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    height: 55px;
    line-height: 18px;
    width: 100%
}

@media(min-width:48em) {
    .nav-target__items > li > a {
        display: table
    }
}

@media(min-width:62em) {
    .nav-target__items > li > a {
        padding: 0 2.5em
    }
}

.nav-target__items > li > a.active, .nav-target__items > li > a.active-trail {
    background: #fff;
    color: #b70e25
}

.nav-target__items > li > a > span {
    text-align: center;
    vertical-align: middle
}

@media(min-width:48em) {
    .nav-target__items > li > a > span {
        display: table-cell
    }
}

.nav-target__items--sticky {
    float: right
}

    .nav-target__items--sticky > li {
        width: auto;
        border-width: 5px
    }

        .nav-target__items--sticky > li > a {
            height: auto;
            line-height: 30px;
            padding: 0 1em;
            font-size: .8125rem
        }

@media(min-width:75em) {
    .nav-target__items--sticky > li > a {
        font-size: .9375rem
    }
}

.nav-target__items--sticky > li > a:after {
    display: none !important
}

.nav-target__sublevel-wrapper {
    display: none
}

@media(min-width:48em) {
    .nav-target__sublevel-wrapper {
        position: absolute;
        background: url(https://www.aster.it/sites/all/themes/aster/images/target-submenu-bg.gif) 50% 50% repeat-y;
        -moz-box-shadow: 0px 2px 1px 0px rgba(10,10,10,0.5);
        -webkit-box-shadow: 0px 2px 1px 0px rgba(10,10,10,0.5);
        box-shadow: 0px 2px 1px 0px rgba(10,10,10,0.5);
        left: 0;
        width: 100%;
        z-index: 99
    }
}

@media(max-width:29.9375em) {
    .nav-target__sublevel-wrapper > .container {
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width:48em) {
    .nav-target__sublevel-wrapper > .container {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.nav-target__sublevel-wrapper .nav-target__block {
    padding: 10px 20px;
    background: #fff
}

@media(min-width:48em) {
    .nav-target__sublevel-wrapper .nav-target__block {
        -webkit-flex: 0 0 60%;
        flex: 0 0 60%;
        padding: 1em 2em
    }
}

.nav-target__sublevel-wrapper .nav-target__block .target-menu__title {
    display: block;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1em;
    text-transform: uppercase
}

.nav-target__sublevel-wrapper .nav-target__block p {
    font-size: .8125rem;
    margin: 1em 0;
    line-height: 1.4em
}

.nav-target__sublevel-wrapper .nav-target__block .btn-default {
    margin-top: 1em
}

.nav-target__sublevel-wrapper .nav-target__sublevel-nav {
    background: #e5e5e5
}

@media(min-width:48em) {
    .nav-target__sublevel-wrapper .nav-target__sublevel-nav {
        -webkit-flex: 0 0 40%;
        flex: 0 0 40%;
        padding: 2em;
        border-left: 10px solid #fff
    }
}

.nav-target__sublevel-wrapper .nav-target__sublevel-nav a {
    color: #000
}

.nav-target__sublevel-wrapper .sublevel-nav__title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .8em
}

.nav-target__sublevel-wrapper .nav-target__sublevel {
    list-style: disc outside;
    margin-left: 1em
}

    .nav-target__sublevel-wrapper .nav-target__sublevel a {
        display: inline-block;
        margin: .3em 0;
        text-transform: uppercase
    }

.language-switcher-locale-url > li {
    display: inline-block;
    margin-left: -2px
}

    .language-switcher-locale-url > li > .language-link {
        display: block;
        padding: 30px 10px 10px;
        text-transform: uppercase;
        color: #333;
        font-size: .9375rem
    }

        .language-switcher-locale-url > li > .language-link.active {
            background: #7b858d;
            color: #fff
        }

.off-canvas .language-switcher-locale-url {
    margin: 1em 0
}

    .off-canvas .language-switcher-locale-url > li {
        display: block;
        margin: 0
    }

        .off-canvas .language-switcher-locale-url > li > a {
            padding: 0;
            background: #7b858d;
            line-height: 2.8125rem;
            text-align: center;
            color: #fff
        }

            .off-canvas .language-switcher-locale-url > li > a.active {
                display: none
            }

.language-switcher-locale-url .locale-untranslated {
    text-decoration: line-through
}

.nav-top__items > li {
    position: relative;
    display: inline-block;
    margin-right: -4px;
    padding: 0 10px
}

    .nav-top__items > li > a {
        text-transform: uppercase;
        color: #333;
        font-size: .8125rem
    }

@media(min-width:62em) {
    .nav-top__items > li > a {
        font-size: .75rem
    }
}

@media(min-width:75em) {
    .nav-top__items > li > a {
        font-size: .875rem
    }
}

.nav-top__items > li > a:hover, .nav-top__items > li > a.active, .nav-top__items > li > a.active-trail {
    color: #ea0f30
}

.nav-top__items > li + li:before {
    position: absolute;
    content: '\2022';
    color: #000;
    left: -2px;
    top: 1px
}

.nav-mobile__items li {
    position: relative
}

    .nav-mobile__items li > ul {
        display: none
    }

    .nav-mobile__items li.active > ul {
        display: block
    }

    .nav-mobile__items li > .subnav-toggler {
        position: absolute !important;
        top: 5px;
        right: 0;
        width: 45px;
        height: 40px;
        border-left: 1px solid #e6e6e6;
        border-bottom: none !important;
        background: url(https://www.aster.it/sites/all/themes/aster/images/subnav-toggler.png) 50% 50% no-repeat !important
    }

.nav-mobile__items .nav-mobile__li-level-1 {
    display: block;
    margin-bottom: 2px
}

    .nav-mobile__items .nav-mobile__li-level-1 > a {
        position: relative;
        display: block;
        color: #fff;
        background: #ea0f30;
        padding: 0 12px;
        text-transform: uppercase;
        line-height: 3.125rem
    }

        .nav-mobile__items .nav-mobile__li-level-1 > a.active-trail:after {
            top: 100%;
            left: 25px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-top-color: #ea0f30;
            border-width: 7px;
            margin-left: -7px;
            z-index: 100
        }

.nav-mobile__items .nav-mobile__li-level-2 {
    position: relative;
    display: block
}

    .nav-mobile__items .nav-mobile__li-level-2:first-child {
        border: none
    }

    .nav-mobile__items .nav-mobile__li-level-2 > a {
        position: relative;
        display: block;
        font-size: .9375rem;
        line-height: 18px;
        padding: 16px 10px;
        text-transform: uppercase;
        color: #000;
        border-bottom: 1px solid #e6e6e6
    }

        .nav-mobile__items .nav-mobile__li-level-2 > a.active {
            background: #e6e6e6;
            border-color: #cccaca
        }

        .nav-mobile__items .nav-mobile__li-level-2 > a.active-trail {
            background: #e6e6e6;
            border-color: #e6e6e6
        }

            .nav-mobile__items .nav-mobile__li-level-2 > a.active-trail:after {
                top: 100%;
                left: 2em;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-top-color: #e6e6e6;
                border-width: 7px;
                margin-left: -7px;
                z-index: 100
            }

.nav-mobile__items .nav-mobile__li-level-3 a {
    display: block;
    padding: 1em 20px;
    font-size: .875rem;
    line-height: 21px;
    color: #000;
    border-bottom: 1px solid #e6e6e6
}

    .nav-mobile__items .nav-mobile__li-level-3 a.active {
        color: #b70e25
    }

.nav-sidebar {
    background: #fff
}

    .nav-sidebar .nav-title {
        background: #7b858f;
        font-size: 1.25rem;
        font-weight: 100;
        color: #fff;
        padding: 10px 12px
    }

    .nav-sidebar .menu {
        padding: 0 10px
    }

@media(min-width:62em) {
    .nav-sidebar .menu {
        padding: 0 18px
    }
}

.nav-sidebar .menu a {
    display: block;
    padding: 5px 0;
    font-size: .875rem;
    color: #000;
    text-transform: uppercase;
    line-height: 1.5em;
    border-bottom: 1px dotted #c1c1c1;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

@media(min-width:62em) {
    .nav-sidebar .menu a {
        font-size: 1rem
    }
}

.nav-sidebar .menu a.active, .nav-sidebar .menu a.active-trail, .nav-sidebar .menu a:hover {
    color: #b70e25
}

.nav-sidebar .menu > .last > a {
    border-bottom: 0
}

.nav-sidebar li.expanded > a {
    border-bottom: none
}

.nav-sidebar li.expanded > .menu {
    position: relative;
    margin: 0 -10px 5px;
    padding: 10px 10px 0;
    background: #b70e25
}

@media(min-width:62em) {
    .nav-sidebar li.expanded > .menu {
        margin: 0 -18px 5px;
        padding: 10px 18px 0
    }
}

.nav-sidebar li.expanded > .menu:before {
    top: 0;
    left: 28px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #fff;
    border-width: 7px;
    margin-left: -7px;
    z-index: 100
}

.nav-sidebar li.expanded > .menu a {
    color: #fff;
    font-size: .8125rem;
    border-top: 1px dotted #fad5d8;
    border-bottom: 0
}

@media(min-width:62em) {
    .nav-sidebar li.expanded > .menu a {
        font-size: .9375rem
    }
}

.nav-sidebar li.expanded > .menu a:hover, .nav-sidebar li.expanded > .menu a.active, .nav-sidebar li.expanded > .menu a.active-trail {
    color: #d6d6d6
}

.nav-sidebar li.expanded > .menu > li:first-child > a {
    border-top: 0
}

.nav-sidebar li.expanded > .menu .menu {
    background: #e4e4e4;
    padding-bottom: 10px
}

    .nav-sidebar li.expanded > .menu .menu:before {
        border-top-color: #b70e25
    }

    .nav-sidebar li.expanded > .menu .menu a {
        text-transform: none;
        color: #000;
        border-top: 1px dotted #787878
    }

        .nav-sidebar li.expanded > .menu .menu a:hover, .nav-sidebar li.expanded > .menu .menu a.active {
            color: #b70e25
        }

.nav-sidebar li.expanded + li > a {
    border-top: none !important
}

.nav-sidebar li.menu_trasp > a {
    font-size: .8125rem
}

.nav-sidebar li.menu_trasp > ul.menu a {
    font-size: .75rem;
    line-height: 1.2em
}

.btn {
    display: inline-block;
    padding: 6px 1em;
    font-size: 1em;
    line-height: 2em;
    white-space: nowrap;
    text-transform: uppercase;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn-default {
    background: #e5b305;
    color: #fff
}

.openInnovation {
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    position: relative;
    padding: 5px;
    background-color: #e81c35;
    width: auto;
    margin: 0;
    display: -webkit-inline-box
}

    .openInnovation a {
        color: #fff;
        text-decoration: none
    }

    .openInnovation .button {
        transition: all .5s;
        cursor: pointer
    }

        .openInnovation .button span {
            cursor: pointer;
            display: inline-block;
            position: relative;
            transition: .5s;
            overflow: hidden;
            border-bottom: 7px solid #fff;
            margin-bottom: 2px;
            display: block;
            min-height: 35px;
            padding: 5px 20px 5px 15px
        }

            .openInnovation .button span:after {
                content: '';
                width: 21px;
                height: 21px;
                background: url(https://www.aster.it/sites/all/themes/aster/images/btn_open_innovation.png) 0 0 no-repeat;
                position: absolute;
                opacity: 1;
                bottom: -25px;
                left: 0;
                transition: .5s
            }

        .openInnovation .button:hover span {
            padding: 5px 10px 5px 25px
        }

            .openInnovation .button:hover span:after {
                bottom: 2px
            }

form input, form select {
    font-family: 'Roboto',sans-serif
}

input, select {
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

    input[type="submit"] {
        width: auto;
        -moz-appearance: none;
        -webkit-appearance: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0
    }

    input[type=checkbox] {
        position: absolute;
        font-size: 0;
        height: 0;
        width: 0;
        border: 0;
        opacity: 0
    }

        input[type=checkbox] + label {
            text-transform: none;
            font-size: .8125rem;
            line-height: 20px;
            margin: 10px 0;
            display: inline-block;
            padding: 0 0 0 30px;
            position: relative
        }

            input[type=checkbox] + label:after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                background: #fff;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                border: 1px solid #adafb1
            }

            input[type=checkbox] + label > a {
                text-decoration: underline
            }

        input[type=checkbox]:checked + label:before {
            content: "\2713";
            position: absolute;
            top: 5px;
            left: 6px;
            width: 10px;
            line-height: 10px;
            height: 10px;
            color: #000;
            z-index: 1
        }

        input[type=checkbox].error + label:after {
            border: 1px solid #ea0f30
        }

#user-login {
    max-width: 400px
}

    #user-login label {
        display: block;
        line-height: 1.5em
    }

    #user-login .description {
        font-size: .75em;
        margin: 3px 0 1em
    }

    #user-login input {
        font-size: 1.125rem;
        padding: 10px 10px;
        border: 1px solid #e5e8ea;
        resize: none;
        -moz-transition: all .2s;
        -o-transition: all .2s;
        -webkit-transition: all .2s;
        transition: all .2s
    }

        #user-login input:focus {
            outline: none;
            border-color: #b1b1b1
        }

        #user-login input.error {
            border-color: #ea0f30
        }

.page-intro, .page-list--piattaforme .views-header {
    background: #fff;
    padding: 15px;
    font-size: 1rem
}

@media(min-width:48em) {
    .page-intro, .page-list--piattaforme .views-header {
        margin: 0 -15px;
        padding: 30px;
        margin: 0;
        font-size: .9375rem
    }
}

.node-full {
    background: #fff;
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px
}

@media(min-width:48em) {
    .node-full {
        padding: 30px;
        margin-left: 0;
        margin-right: 0
    }
}

.node-full .node-visual__img {
    width: 100%
}

.node-full.node-target {
    padding: 0;
    background: transparent
}

.node-full .node-sede-tecnopolo .field {
    padding: 0;
    border-bottom: 0
}

.node-full .node-sede-tecnopolo .link-tecnopolo {
    display: block;
    margin-bottom: .2em;
    font-weight: 700;
    font-size: .9375rem
}

.node-full .node-sede-tecnopolo .sede-tecnopolo__name {
    display: block;
    font-weight: 700
}

.node-full .node-sede-tecnopolo .field-name-field-location {
    font-size: .8125rem;
    line-height: 1.2em
}

.node-full h2 {
    font-size: 1.625rem;
    margin: 1.2em 0 0
}

    .node-full h2.page-subtitle {
        margin: .4em 0 1em
    }

.node-full h3 {
    font-size: 1.25rem;
    margin: 1.4em 0 0
}

.node-full h4 {
    font-size: 1rem;
    margin: 1em 0 0
}

.node-full p {
    margin: 1em 0;
    font-size: 1rem;
    line-height: 1.5em
}

@media(min-width:48em) {
    .node-full p {
        font-size: .875rem;
        line-height: 1.25rem
    }
}

.node-full .field a {
    color: #b70e25;
    text-decoration: underline
}

    .node-full .field a:visited {
        color: #a04a56
    }

.node-full .field-type-text-long ul, .node-full .field-type-text-with-summary ul {
    font-size: .875rem;
    list-style: disc outside;
    margin-left: 1em;
    padding-left: 18px;
    overflow: auto
}

    .node-full .field-type-text-long ul > li, .node-full .field-type-text-with-summary ul > li {
        line-height: 1.625em
    }

.node-full .field-type-text-long ol, .node-full .field-type-text-with-summary ol {
    list-style: decimal;
    margin-left: 2em
}

    .node-full .field-type-text-long ol > li, .node-full .field-type-text-with-summary ol > li {
        padding: .25rem 0;
        line-height: 1.625em
    }

.node-full .floatleft {
    display: block;
    float: left;
    margin: 0 10px 4px 0
}

.node-full .floatright {
    display: block;
    float: right;
    margin: 0 0 4px 10px
}

.node-full .node-content .field {
    font-size: .875rem;
    margin: .5em 0
}

    .node-full .node-content .field.field-name-field-source {
        margin-bottom: 1.5em
    }

.node--header-image .node-visual__container, .node--header-image .field-name-field-image {
    margin: -15px -15px 1em
}

@media(min-width:48em) {
    .node--header-image .node-visual__container, .node--header-image .field-name-field-image {
        margin: -30px -30px 1em
    }
}

.page-title {
    margin-bottom: .6em
}

.node-info {
    color: #ea0f30;
    margin: 1em 0
}

    .node-info > span {
        display: inline-block
    }

        .node-info > span.node-type {
            font-size: .8125rem;
            font-weight: 500;
            text-transform: uppercase;
            padding-right: 5px;
            border-right: 1px solid #ea0f30;
            margin-right: 5px
        }

        .node-info > span.node-date {
            display: inline-block;
            color: #ea0f30;
            font-size: .75rem
        }

.page-block {
    background: #fff;
    padding: 15px
}

    .page-block .page-block__readmore {
        display: inline-block;
        float: right;
        margin: 1em 0;
        color: #b70e25
    }

@media(min-width:48em) {
    .page-block {
        padding: 1em 2em
    }
}

.target-servizi {
    margin-top: 2em;
    padding: 0 15px
}

@media(min-width:48em) {
    .target-servizi {
        padding: 0
    }
}

.target-servizi h3 {
    margin-bottom: 1em !important;
    font-size: 25px !important
}

.service-tools {
    margin: 2em 0 1em
}

    .service-tools .service-tools__title {
        color: #076178;
        font-size: 1.375rem;
        font-weight: 500;
        margin-bottom: .5em
    }

.target__other-tools {
    margin-top: 2em
}

@media(max-width:29.9375em) {
    .target__other-tools {
        margin-left: 0;
        margin-right: 0;
        padding: 0 15px !important
    }
}

.tool-block_reference {
    position: relative;
    margin-bottom: 1em
}

    .tool-block_reference:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 85px;
        height: 4px;
        background: #069abf
    }

    .tool-block_reference h5 {
        font-size: 1.25rem;
        font-weight: 700;
        margin: 1em 0 .5em;
        color: #069abf
    }

    .tool-block_reference .field-name-field-link {
        float: left;
        margin: 1em 0
    }

        .tool-block_reference .field-name-field-link a {
            color: #b70e25
        }

.views-header a {
    color: #ea0f30
}

.node-teaser {
    position: relative;
    background: #fff;
    overflow: hidden;
    *zoom: 1;
    margin-bottom: 1em
}

    .node-teaser:hover {
        background: #fafafa
    }

        .node-teaser:hover.node-sede_tecnopolo-teaser {
            background: none
        }

    .node-teaser .teaser-title {
        font-size: 1.125rem;
        font-weight: 700
    }

    .node-teaser .node-info {
        margin: 10px 0
    }

    .node-teaser .field-name-body {
        font-size: .875rem
    }

    .node-teaser .node-content {
        padding: 1em
    }

@media(min-width:48em) {
    .node-teaser.teaser-hasImage .node-content {
        float: left;
        width: 505px
    }
}

@media(min-width:62em) {
    .node-teaser.teaser-hasImage .node-content {
        width: 720px
    }
}

@media(min-width:62em) {
    .node-teaser.teaser-hasImage .node-content {
        width: 925px
    }
}

@media(min-width:48em) {
    .has-sidebar .node-teaser.teaser-hasImage .node-content {
        width: 320px
    }
}

@media(min-width:62em) {
    .has-sidebar .node-teaser.teaser-hasImage .node-content {
        width: 480px
    }
}

@media(min-width:75em) {
    .has-sidebar .node-teaser.teaser-hasImage .node-content {
        width: 630px
    }
}

.node-teaser.node-lavora-con-noi.esito-nonvalutato {
    border-left: 6px solid #ea0f30
}

.node-teaser.node-lavora-con-noi.esito-invalutazione {
    border-left: 6px solid #df871f
}

.node-teaser.node-lavora-con-noi.esito-valutato {
    border-left: 6px solid #679c69
}

@media(min-width:30em) {
    .teaser-img {
        float: left;
        width: 215px
    }
}

.teaser-img img {
    display: block;
    width: 100%
}

.block.event_details {
    position: relative;
    padding: 1em;
    background: #fff
}

    .block.event_details > span {
        position: relative;
        display: block;
        padding: 0 1em 1em 25px;
        font-size: 14px;
        border-bottom: 1px dashed #ccc;
        margin-bottom: 1em;
        line-height: 1.4em
    }

        .block.event_details > span:after {
            content: " ";
            position: absolute;
            left: 0;
            top: 2px;
            width: 20px;
            height: 20px;
            background-image: url(https://www.aster.it/sites/all/themes/aster/images/icon-sprite.png);
            background-repeat: no-repeat
        }

        .block.event_details > span.event__location:after {
            background-position: 0 -60px
        }

        .block.event_details > span.event__attachment:after {
            background-position: 0 -282px
        }

        .block.event_details > span.event__link:after {
            background-position: 0 -200px
        }

        .block.event_details > span > a {
            color: #ea0f30
        }

    .block.event_details:after {
        content: " ";
        position: absolute;
        top: 1em;
        right: 100%;
        width: 0;
        height: 0;
        border: solid transparent;
        pointer-events: none;
        border-color: rgba(136,183,213,0);
        border-right-color: #fff;
        border-width: 14px
    }

@media(min-width:62em) {
    .block.event_details:after {
        border-width: 22px
    }
}

.content-sidebar.pull-9 .block.event_details:after {
    border-left-color: #fff;
    border-right-color: transparent;
    right: auto;
    left: 100%
}

.node-press-release .group-header, .node-press-review .group-header {
    border-bottom: 1px solid #7b858d
}

.node-press-release .field-name-field-city, .node-press-review .field-name-field-city, .node-press-release .field-name-field-content-date, .node-press-review .field-name-field-content-date {
    margin: 1em 0 .5em;
    font-size: .875rem;
    font-style: italic
}

.node-press-release .field-name-field-attachment, .node-press-review .field-name-field-attachment {
    margin: 1em 0
}

.node-press-release .field-name-field-source .field-value, .node-press-review .field-name-field-source .field-value {
    font-size: 1rem;
    font-weight: 700;
    font-style: italic
}

.node-publication-teaser .teaser-img {
    width: auto
}

.node-publication-teaser .node-content .field {
    font-size: .875rem;
    margin: .5em 0
}

.node-lavora_con_noi-teaser .field {
    font-size: .875rem;
    margin: .5em 0
}

.node-lavora_con_noi-full .node-content .field {
    margin: 1em 0
}

.node-lavora_con_noi-full .node-content .field-name-field-result {
    margin-top: 2em
}

    .node-lavora_con_noi-full .node-content .field-name-field-result .field-label {
        font-size: 1rem
    }

.node-lavora_con_noi-full .node-content .field-name-field-preselezione .field-label {
    font-size: 1rem
}

@media(min-width:48em) {
    .node-target_highlights .teaser-img {
        float: left;
        width: 120px;
        margin-right: 1em
    }
}

.node-target_highlights .node-info > span.node-type {
    border: none
}

.field-type-taxonomy-term-reference .field-label {
    display: block;
    margin-bottom: .5rem
}

.field-type-taxonomy-term-reference .field-value {
    display: inline-block;
    margin-right: 5px
}

    .field-type-taxonomy-term-reference .field-value > a {
        display: block;
        padding: 5px 10px;
        background: #ea0f30;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        color: #fff !important;
        text-decoration: none
    }

.field .field-label {
    font-weight: 700
}

.field-label-inline .field-label, .field-label-inline .field-items {
    float: left
}

form .field-multiple-table {
    margin: 0
}

    form .field-multiple-table th.field-label {
        padding-left: 0
    }

    form .field-multiple-table td.field-multiple-drag {
        width: 30px;
        padding-right: 0
    }

        form .field-multiple-table td.field-multiple-drag a.tabledrag-handle {
            padding-right: .5em
        }

form .field-add-more-submit {
    margin: .5em 0 0
}

table {
    width: 100%;
    margin: 1em 0;
    border-collapse: collapse
}

    table th {
        padding: 10px;
        background: #efefef;
        border: 1px solid #efefef;
        font-weight: 700
    }

    table td {
        padding: 10px;
        border: 1px solid #efefef
    }

.front .main-content {
    margin-top: 0
}

.front .content-wrapper {
    margin-top: 2em
}

.site-intro {
    background: #fff url(https://www.aster.it/sites/all/themes/aster/images/grid.svg) 50% 50% no-repeat;
    background-size: cover;
    padding: 1rem 0
}

    .site-intro .block {
        position: relative;
        padding: 1em
    }

@media(min-width:48em) {
    .site-intro .block {
        padding: 2em 1em
    }
}

@media(min-width:75em) {
    .site-intro .block {
        max-width: 1920px;
        margin: 0 auto;
        padding: 2em 3em
    }
}

.site-intro .boxes {
    margin-top: 1em;
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media(min-width:48em) {
    .site-intro .boxes {
        margin-top: 2em
    }
}

.site-intro .box-wrapper {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px
}

@media(min-width:75em) {
    .site-intro .box-wrapper {
        margin-bottom: 0
    }
}

@media(min-width:30em) {
    .site-intro .boxes--count-3 .box-wrapper {
        width: 50%
    }
}

@media(min-width:62em) {
    .site-intro .boxes--count-3 .box-wrapper {
        width: 33.33333%;
        margin-bottom: 0
    }
}

@media(min-width:30em) {
    .site-intro .boxes--count-4 .box-wrapper {
        width: 50%
    }
}

@media(min-width:75em) {
    .site-intro .boxes--count-4 .box-wrapper {
        width: 25%;
        margin-bottom: 0
    }
}

.block-hp__box {
    display: block;
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    color: #fff;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover !important
}

.block-hp__box__overflow {
    position: relative;
    padding: 1.5em 24px;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.block-hp__box__background {
    position: absolute;
    top: -2%;
    left: -2%;
    width: 105%;
    height: 105%;
    background: rgba(0,0,0,0.5);
    z-index: 0;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

@media(min-width:62em) {
    .block-hp__box__background {
        background: none;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiNmZjAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTExMTExIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
        background-size: 100%;
        background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,rgba(255,0,0,0)),color-stop(100%,#111));
        background-image: -moz-linear-gradient(rgba(255,0,0,0) 20%,#111 100%);
        background-image: -webkit-linear-gradient(rgba(255,0,0,0) 20%,#111 100%);
        background-image: linear-gradient(rgba(255,0,0,0) 20%,#111 100%)
    }
}

.block-hp__box__content {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media(min-width:62em) {
    .block-hp__box__content {
        -moz-transform: translateY(75%);
        -ms-transform: translateY(75%);
        -webkit-transform: translateY(75%);
        transform: translateY(75%);
        -moz-transition: -moz-transform .25s;
        -o-transition: -o-transform .25s;
        -webkit-transition: -webkit-transform .25s;
        transition: transform .25s
    }

    .boxes--count-4 .block-hp__box__content {
        -moz-transform: translateY(60%);
        -ms-transform: translateY(60%);
        -webkit-transform: translateY(60%);
        transform: translateY(60%)
    }
}

.block-hp__box .box__title {
    position: relative;
    z-index: 2;
    font-size: 1.75rem;
    font-weight: 600
}

.block-hp__box .box__caption {
    position: relative;
    display: block;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3em;
    z-index: 2
}

@media(min-width:62em) {
    .block-hp__box .box__caption {
        filter: alpha(opacity=0);
        opacity: 0;
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        -moz-transition: all .25s;
        -o-transition: all .25s;
        -webkit-transition: all .25s;
        transition: all .25s
    }
}

.block-hp__box .faux-block-link__overlay {
    z-index: 10
}

@media(min-width:62em) {
    .block-hp__box:hover, .block-hp__box.focus {
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        -moz-box-shadow: 0 2px 6px 2px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0 2px 6px 2px rgba(0,0,0,0.5);
        box-shadow: 0 2px 6px 2px rgba(0,0,0,0.5)
    }

        .block-hp__box:hover .block-hp__box__background, .block-hp__box.focus .block-hp__box__background {
            filter: alpha(opacity=90);
            opacity: .9
        }

        .block-hp__box:hover .block-hp__box__content, .block-hp__box.focus .block-hp__box__content {
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        .block-hp__box:hover .box__caption, .block-hp__box.focus .box__caption {
            -moz-transition-delay: .1s;
            -o-transition-delay: .1s;
            -webkit-transition-delay: .1s;
            transition-delay: .1s;
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -webkit-transform: translateY(0);
            transform: translateY(0);
            filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
            opacity: 1
        }
}

.block-hp-aster-protagonisti h2 {
    font-size: 1.5rem;
    color: #b70e25;
    font-weight: 700
}

@media(min-width:75em) {
    .block-hp-aster-protagonisti h2 {
        font-size: 2.25rem
    }
}

@media(min-width:62em) {
    .block-hp-aster-protagonisti .block-hp__box:hover .block-hp__box__background {
        background: #42902a
    }
}

.block-hp-aster-protagonisti .box--rete {
    background-image: url(https://www.aster.it/sites/all/themes/aster/images/hp/rete.png);
    background-position: 0 50%
}

.block-hp-aster-protagonisti .box--startup {
    background-image: url(https://www.aster.it/sites/all/themes/aster/images/hp/startup.jpg)
}

.block-hp-aster-protagonisti .box--imprese {
    background-image: url(https://www.aster.it/sites/all/themes/aster/images/hp/imprese.jpg)
}

.block-hp-aster-luoghi h2 {
    font-size: 1.5rem;
    color: #b70e25;
    font-weight: 700
}

@media(min-width:75em) {
    .block-hp-aster-luoghi h2 {
        font-size: 2.25rem
    }
}

@media(min-width:62em) {
    .block-hp-aster-luoghi .block-hp__box:hover .block-hp__box__background {
        background: #b70e25
    }
}

.block-hp-aster-luoghi .box--tecnopoli {
    background-image: url(https://www.aster.it/sites/all/themes/aster/images/hp/tecnopoli.jpg)
}

.block-hp-aster-luoghi .box--incubatori {
    background-image: url(https://www.aster.it/sites/all/themes/aster/images/hp/incubatori.jpg)
}

.block-hp-aster-luoghi .box--fablab {
    background-image: url(https://www.aster.it/sites/all/themes/aster/images/hp/fablab.jpg)
}

.block-hp-aster-servizi h2 {
    font-size: 1.5rem;
    color: #b70e25;
    font-weight: 700
}

@media(min-width:75em) {
    .block-hp-aster-servizi h2 {
        font-size: 2.25rem
    }
}

@media(min-width:62em) {
    .block-hp-aster-servizi .block-hp__box:hover .block-hp__box__background {
        background: #069abf
    }
}

.block-hp-aster-servizi .box--startup {
    background-image: url(https://www.aster.it/sites/all/themes/aster/images/hp/servizi.jpg)
}

.block-hp-aster-servizi .box--partner {
    background-image: url(https://www.aster.it/sites/all/themes/aster/images/hp/partner.jpg)
}

.block-hp-aster-servizi .box--finanziamento {
    background-image: url(https://www.aster.it/sites/all/themes/aster/images/hp/finanziamento.jpg)
}

.block-hp-aster-servizi .box--idea {
    background-image: url(https://www.aster.it/sites/all/themes/aster/images/hp/idea.jpg);
    background-position: 0 50%
}

.block-hp-aster-cluster h2 {
    font-size: 1.5rem;
    color: #b70e25;
    font-weight: 700;
    line-height: 1.5em
}

@media(min-width:75em) {
    .block-hp-aster-cluster h2 {
        font-size: 2.25rem
    }
}

.block-hp-aster-cluster h3 {
    font-size: 1.6875rem;
    font-weight: 700;
    color: #555
}

.block-hp-aster-cluster .cluster-list {
    margin-top: 1em;
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

    .block-hp-aster-cluster .cluster-list li {
        display: block;
        width: 50%;
        height: 90px;
        padding: 0 10px;
        margin-bottom: 1em
    }

@media(min-width:62em) {
    .block-hp-aster-cluster .cluster-list li {
        height: 76px;
        width: 33.33333%
    }
}

@media(min-width:75em) {
    .block-hp-aster-cluster .cluster-list li {
        width: 25%
    }
}

.block-hp-aster-cluster .cluster-list a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    border: 1px solid #7f7e7e;
    padding: 0 1rem;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    color: #494949;
    font-size: 1rem;
    line-height: 1.3em;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

@media(min-width:62em) {
    .block-hp-aster-cluster .cluster-list a {
        font-size: 1.25rem
    }
}

.block-hp-aster-cluster .cluster-list a:hover {
    background: #fff;
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -moz-box-shadow: 0 2px 3px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0 2px 3px 0px rgba(0,0,0,0.2)
}

.block-hp-aster-cluster .cluster-list .cluster-join > a {
    position: relative;
    border: none;
    color: #b70e25
}

    .block-hp-aster-cluster .cluster-list .cluster-join > a:after {
        content: '';
        display: inline-block;
        margin-left: 8px;
        width: 9px;
        height: 13px;
        background: url(https://www.aster.it/sites/all/themes/aster/images/pointer-red.svg) 0 0 no-repeat;
        background-size: cover
    }

.site-header {
    position: relative;
    background: #fff
}

    .site-header .container {
        position: relative
    }

    .site-header #logo {
        position: relative;
        left: 50%;
        margin: 0 0 10px -80px;
        display: block;
        width: 160px
    }

.domain-domain-retealtatecnologia .site-header #logo {
    width: 200px;
    margin: 5px 0 10px -100px
}

@media(min-width:48em) {
    .domain-domain-retealtatecnologia .site-header #logo {
        width: 300px;
        margin: 10px 0
    }
}

@media(min-width:62em) {
    .domain-domain-retealtatecnologia .site-header #logo {
        width: 350px;
        margin: 5px 0 10px
    }
}

@media(min-width:48em) {
    .site-header #logo {
        position: absolute;
        left: 15px;
        margin: 10px 0 0;
        width: 180px
    }
}

@media(min-width:62em) {
    .site-header #logo {
        width: 200px;
        left: auto;
        float: left;
        margin: 23px 0 0 !important
    }
}

@media(min-width:75em) {
    .site-header #logo {
        width: 250px
    }
}

.site-header #logo > img {
    width: 200px
}

@media(min-width:75em) {
    .site-header #logo > img {
        width: 250px
    }
}

.domain-domain-retealtatecnologia .site-header #logo > img {
    width: 200px
}

@media(min-width:48em) {
    .domain-domain-retealtatecnologia .site-header #logo > img {
        width: 350px
    }
}

.site-header .region-header {
    float: right;
    text-align: right
}

    .site-header .region-header > * {
        display: none
    }

@media(min-width:48em) {
    .site-header .region-header > * {
        display: block !important
    }
}

.site-header .region-header .block-search, .site-header .region-header .block-search-api-page {
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 999;
    background: #f5f5f5;
    padding: 10px 0;
    width: 100%
}

    .site-header .region-header .block-search:before, .site-header .region-header .block-search-api-page:before {
        content: '';
        position: absolute;
        right: 23px;
        top: -6px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #f5f5f5
    }

@media(min-width:48em) {
    .site-header .region-header .block-search, .site-header .region-header .block-search-api-page {
        position: static;
        float: right;
        padding: 1em 0 0;
        width: 210px;
        margin-right: 2em;
        background: none
    }

        .site-header .region-header .block-search:before, .site-header .region-header .block-search-api-page:before {
            display: none
        }
}

@media(min-width:62em) {
    .site-header .region-header .block-search, .site-header .region-header .block-search-api-page {
        width: 340px
    }
}

.site-header .region-header .block-locale {
    float: right
}

.site-header .nav-top {
    clear: right;
    padding: 1em 0
}

.site-header .site-header__top {
    padding-top: 10px
}

@media(min-width:48em) {
    .site-header .site-header__top {
        padding-top: 0
    }
}

.domain-domain-retealtatecnologia .site-header .site-header__top {
    padding-bottom: 6px;
    background: url(https://www.aster.it/sites/all/themes/aster/images/border-rat.png) 50% 100% repeat-x
}

.site-header #search-trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    background: url(https://www.aster.it/sites/all/themes/aster/images/icon-search.svg) 50% 50% no-repeat;
    overflow: hidden
}

    .site-header #search-trigger > span {
        display: block;
        text-indent: -100px
    }

@media(min-width:48em) {
    .site-header #search-trigger {
        display: none
    }
}

.form-search {
    overflow: hidden;
    *zoom: 1;
    display: -webkit-flex;
    display: flex;
    padding: 0 10px
}

@media(min-width:48em) {
    .form-search {
        padding: 0
    }
}

.form-search .form-item {
    margin: 0
}

@media(min-width:48em) {
    .form-search .form-item.form-type-textfield {
        width: 170px
    }
}

@media(min-width:62em) {
    .form-search .form-item.form-type-textfield {
        width: 300px
    }
}

.form-search .form-item-search-block-form {
    -webkit-flex: 1;
    flex: 1
}

@media(min-width:48em) {
    .form-search .form-item-search-block-form {
        float: left
    }
}

.form-search .form-actions {
    margin: 0
}

@media(min-width:48em) {
    .form-search .form-actions {
        float: left
    }
}

.form-search input[type="search"], .form-search .form-text {
    width: 100%;
    background: #fff;
    border: 0;
    padding: 0 .6em;
    font-size: .875rem;
    line-height: 35px;
    height: 35px
}

    .form-search input[type="search"].placeholder, .form-search .form-text.placeholder {
        color: #fff
    }

    .form-search input[type="search"]:-moz-placeholder, .form-search .form-text:-moz-placeholder {
        color: #fff
    }

    .form-search input[type="search"]::-moz-placeholder, .form-search .form-text::-moz-placeholder {
        color: #fff
    }

    .form-search input[type="search"]:-ms-input-placeholder, .form-search .form-text:-ms-input-placeholder {
        color: #fff
    }

    .form-search input[type="search"]::-webkit-input-placeholder, .form-search .form-text::-webkit-input-placeholder {
        color: #fff
    }

@media(min-width:48em) {
    .form-search input[type="search"], .form-search .form-text {
        background: #f4f6f7;
        line-height: 40px;
        height: 40px;
        font-size: .9375rem
    }

        .form-search input[type="search"].placeholder, .form-search .form-text.placeholder {
            color: #7b858d
        }

        .form-search input[type="search"]:-moz-placeholder, .form-search .form-text:-moz-placeholder {
            color: #7b858d
        }

        .form-search input[type="search"]::-moz-placeholder, .form-search .form-text::-moz-placeholder {
            color: #7b858d
        }

        .form-search input[type="search"]:-ms-input-placeholder, .form-search .form-text:-ms-input-placeholder {
            color: #7b858d
        }

        .form-search input[type="search"]::-webkit-input-placeholder, .form-search .form-text::-webkit-input-placeholder {
            color: #7b858d
        }
}

.form-search input[type="search"]:focus, .form-search .form-text:focus {
    outline: none
}

.form-search input[type="submit"] {
    display: block;
    border: 0;
    cursor: pointer;
    font-size: .8125rem;
    text-transform: uppercase
}

@media(min-width:48em) {
    .form-search input[type="submit"] {
        width: 40px;
        height: 40px;
        text-indent: -9999px;
        background: #f4f6f7 url(https://www.aster.it/sites/all/themes/aster/images/icon-search.svg) 50% 50% no-repeat
    }
}

#sticky-header {
    display: none;
    position: fixed;
    width: 100%;
    top: -80px;
    background: #fff;
    -moz-transition: top .3s;
    -o-transition: top .3s;
    -webkit-transition: top .3s;
    transition: top .3s;
    z-index: 998
}

.no-js #sticky-header {
    display: none !important
}

.domain-domain-aster #sticky-header {
    -moz-box-shadow: 0px 3px 1px 0px rgba(10,10,10,0.2);
    -webkit-box-shadow: 0px 3px 1px 0px rgba(10,10,10,0.2);
    box-shadow: 0px 3px 1px 0px rgba(10,10,10,0.2)
}

.domain-domain-retealtatecnologia #sticky-header {
    padding-bottom: 6px;
    background: #fff url(https://www.aster.it/sites/all/themes/aster/images/border-rat.png) 50% 100% repeat-x
}

@media(min-width:62em) {
    #sticky-header {
        display: block
    }
}

#sticky-header.visible {
    top: 0
}

.logged-in #sticky-header.visible {
    top: 29px
}

#sticky-header .logo {
    float: left;
    max-width: 160px;
    margin: 14px 0 0
}

@media(min-width:75em) {
    #sticky-header .logo {
        max-width: 215px;
        margin: 8px 0 0
    }
}

.domain-domain-retealtatecnologia #sticky-header .logo {
    max-width: 300px;
    margin: 14px 0 0
}

#sticky-header .logo > img {
    width: 160px
}

@media(min-width:75em) {
    #sticky-header .logo > img {
        width: 215px
    }
}

@media(min-width:75em) {
    .domain-domain-retealtatecnologia #sticky-header .logo > img {
        width: 300px
    }
}

#sticky-header .push-right {
    float: right
}

#sticky-header .region-header {
    float: left
}

    #sticky-header .region-header .block {
        float: left
    }

#sticky-header .nav-sticky {
    float: left;
    text-align: right
}

@media(min-width:75em) {
    #sticky-header .nav-sticky {
        margin-left: 40px
    }
}

#sticky-header .nav-sticky .nav-top__items {
    margin: 12px 0
}

.domain-domain-retealtatecnologia #sticky-header .nav-sticky {
    margin-top: 30px
}

#sticky-header .language-switcher-locale-url {
    float: left
}

    #sticky-header .language-switcher-locale-url a {
        background: #7b858d;
        color: #fff;
        padding: 28px 5px 27px
    }

    #sticky-header .language-switcher-locale-url li {
        margin-left: 0
    }

        #sticky-header .language-switcher-locale-url li.active {
            display: none
        }

#sticky-header .form-search {
    position: relative;
    float: left;
    margin-left: 10px;
    overflow: visible
}

@media(min-width:75em) {
    #sticky-header .form-search {
        margin-left: 20px
    }
}

#sticky-header .form-search .form-type-textfield {
    display: none;
    position: absolute;
    right: 40px;
    top: 0;
    height: 70px;
    padding: 15px 25px;
    margin: 0;
    background: #fff
}

    #sticky-header .form-search .form-type-textfield.visible {
        display: block !important
    }

#sticky-header .form-search .form-actions {
    margin: 0
}

#sticky-header .form-search input[type="text"] {
    float: none;
    margin-left: 0;
    border: 1px solid #fff;
    -moz-transition: border-color .2s;
    -o-transition: border-color .2s;
    -webkit-transition: border-color .2s;
    transition: border-color .2s
}

    #sticky-header .form-search input[type="text"]:focus {
        border-color: #b1b1b1
    }

#sticky-header .form-search input[type="submit"] {
    background-color: #d7d7d7;
    height: 70px
}

.lines-button {
    border: 0;
    position: absolute;
    z-index: 10;
    padding: 0;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    background: none;
    display: inline-block;
    cursor: pointer;
    user-select: none;
    border-radius: 4.28571px
}

    .lines-button:focus {
        outline: none
    }

    .lines-button:hover {
        opacity: 1
    }

    .lines-button:active {
        transition: 0
    }

.nav-open .lines-button .lines {
    background: transparent
}

    .nav-open .lines-button .lines:before, .nav-open .lines-button .lines:after {
        transform-origin: 50% 50%;
        top: 0;
        width: 30px
    }

    .nav-open .lines-button .lines:before {
        transform: rotate3d(0,0,1,45deg)
    }

    .nav-open .lines-button .lines:after {
        transform: rotate3d(0,0,1,-45deg)
    }

.lines {
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #333;
    border-radius: 2.14286px;
    position: relative
}

    .lines:before, .lines:after {
        display: inline-block;
        width: 30px;
        height: 3px;
        background: #333;
        border-radius: 2.14286px;
        position: absolute;
        left: 0;
        content: '';
        transform-origin: 1.5px center
    }

    .lines:before {
        top: 7.5px
    }

    .lines:after {
        top: -7.5px
    }

.site-footer {
    background: #7b858d;
    overflow: hidden;
    *zoom: 1;
}

@media(min-width:48em) {
    .site-footer .container {
        display: -webkit-flex;
        display: flex
    }
}

.site-footer .block {
    margin-left: -15px;
    margin-right: -15px
}

@media(min-width:48em) {
    .site-footer .block {
        margin-left: 0;
        margin-right: 0;
        width: 25%;
        float: left;
        -webkit-flex: 1;
        flex: 1
    }
}

.site-footer .block.block-legal {
    float: none;
    width: auto
}

.site-footer .block.block-menu-block {
    padding: 1em;
    border-top: 5px solid #fff
}

@media(min-width:48em) {
    .site-footer .block.block-menu-block {
        border-top: 0;
        padding: 1em 0
    }
}

@media(min-width:48em) {
    .site-footer .block.block-menu-block:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 85px;
        height: 4px;
        background: #fff
    }
}

.site-footer .block.block-menu-block .block-title {
    background: url(https://www.aster.it/sites/all/themes/aster/images/block-collapsable-pointer.png) right 0 top 50% no-repeat
}

@media(min-width:48em) {
    .site-footer .block.block-menu-block .block-title {
        background: none
    }
}

.site-footer .block.block-aster-map {
    display: none;
    padding: 25px 0;
    text-align: center;
    border-left: 1px solid #fff
}

@media(min-width:48em) {
    .site-footer .block.block-aster-map {
        display: block
    }
}

.site-footer .block-title {
    color: #fff;
    text-transform: uppercase;
    display: block
}

@media(min-width:48em) {
    .site-footer .block-title {
        margin: 1em 0
    }
}

.site-footer .menu a {
    font-size: .75rem;
    text-transform: uppercase;
    color: #fff
}

@media(max-width:29.9375em) {
    .site-footer .menu-block-wrapper {
        display: none;
        margin-top: 1em
    }
}

.site-footer__legal {
    background: #959da4;
    font-size: .75rem;
    color: #fff;
    padding: 1em
}

    .site-footer__legal p {
        line-height: 1.4em
    }

    .site-footer__legal a {
        color: #fff;
        text-decoration: underline
    }

    .site-footer__legal .block-legal__main {
        line-height: 16px
    }

@media(min-width:75em) {
    .site-footer__legal .block-legal__main {
        float: left
    }
}

@media(min-width:75em) {
    .site-footer__legal .block-legal__side {
        float: right
    }
}

.site-footer__legal .block-legal__side img {
    display: block;
    width: auto;
    margin: 10px 0
}

@media(min-width:75em) {
    .site-footer__legal .block-legal__side img {
        margin: 0 auto 10px auto
    }
}

ol.breadcrumb {
    padding: 0 0 1em
}

    ol.breadcrumb > li {
        display: inline-block;
        font-size: 11px;
        font-size: .75rem;
        text-transform: uppercase;
        color: #ea0f30
    }

        ol.breadcrumb > li + li:before {
            content: "/\00a0";
            padding: 0 5px;
            color: #c3c3c3
        }

        ol.breadcrumb > li > a {
            color: #7b858d
        }

            ol.breadcrumb > li > a:hover {
                text-decoration: underline
            }

#autocomplete {
    position: absolute;
    background: #fff;
    width: 100% !important;
    padding: 0;
    font-size: .8125rem;
    text-align: left;
    border: 1px solid #f4f6f7;
    z-index: 100
}

    #autocomplete a {
        display: block;
        padding: .5em 10px
    }

        #autocomplete a .live-search__item-title {
            display: block;
            font-size: 1rem;
            color: #000;
            font-weight: 700
        }

        #autocomplete a .live-search__item-type {
            display: block;
            color: #7b858d;
            font-size: .75rem;
            font-style: italic
        }

        #autocomplete a:hover {
            background: #efefef
        }

    #autocomplete li.selected {
        background: #efefef
    }

.slideshow-items {
    width: 800%;
    background: #fff
}

@media(min-width:48em) {
    .slideshow-items {
        min-height: 300px
    }
}

.slideshow__item {
    display: block;
    float: left;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    min-height: 220px;
    width: 100vw
}

@media(min-width:48em) {
    .slideshow__item {
        min-height: 300px
    }
}

.slideshow__item .item-text {
    position: absolute;
    bottom: 3em;
    width: 100%;
    background: rgba(115,115,115,0.8);
    padding: .4em 0;
    color: #4f4f4f;
    font-size: 1.125rem;
    color: #fff;
    text-align: center
}

@media(min-width:48em) {
    .slideshow__item .item-text {
        bottom: 2em;
        font-size: 1.375rem
    }
}

.slideshow__item .item-text h3 {
    font-size: 1.375rem;
    margin-bottom: 10px
}

    .slideshow__item .item-text h3 > strong {
        font-size: 1.875rem
    }

.block-collapsable {
    margin-bottom: 6px
}

    .block-collapsable.collapsed .block-content {
        display: none
    }

.no-js .block-collapsable.collapsed .block-content {
    display: block !important
}

.block-toggler {
    position: relative;
    display: block;
    font-size: 1.25rem;
    font-weight: 500;
    color: #fff;
    padding: 10px 30px 10px 15px;
    cursor: pointer;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-decoration: none !important
}

@media(min-width:48em) {
    .block-toggler {
        font-size: 1.5625rem;
        padding: 20px 30px
    }
}

.block-toggler:after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
    width: 11px;
    height: 16px;
    background: url(https://www.aster.it/sites/all/themes/aster/images/block-collapsable-pointer.svg) 0 0 no-repeat;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

.block-toggler.block-collapsed:after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.block-toggler--service {
    background-color: #069abf
}

    .block-toggler--service:hover, .block-toggler--service.block-collapsed {
        background-color: #027b9b
    }

.block-toggler--other-tools {
    background-color: #015d76
}

    .block-toggler--other-tools:hover, .block-toggler--other-tools.block-collapsed {
        background-color: #014659
    }

.block-toggler--sede-tecnopolo {
    padding: 15px 40px 15px 45px;
    background: #ea0f30 url(https://www.aster.it/sites/all/themes/aster/images/marker.png) 20px 50% no-repeat;
    color: #fff;
    font-size: 1.125rem
}

.block-aster-social, .block-aster-social-rete {
    background: #ea0f30;
    color: #fff;
    padding: 12px 0;
    text-align: center
}

@media(min-width:48em) {
    .block-aster-social, .block-aster-social-rete {
        text-align: left
    }
}

.block-aster-social p, .block-aster-social-rete p {
    margin-bottom: .5em
}

@media(min-width:48em) {
    .block-aster-social p, .block-aster-social-rete p {
        margin-bottom: 0;
        line-height: 36px
    }
}

.aster-social__items {
    width: 100%;
    text-align: center
}

@media(min-width:48em) {
    .aster-social__items {
        margin-top: -36px
    }
}

.aster-social__items > li {
    display: inline-block;
    margin: 0 10px
}

    .aster-social__items > li > a:before {
        font-size: 36px;
        color: #fff
    }

    .aster-social__items > li > a > span {
        display: none
    }

.highlights h1 {
    font-size: 1.875rem;
    font-weight: 500;
    color: #333
}

.highlights .highlights__flexwrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -1em;
    margin-right: -1em
}

.highlights .views-row {
    padding: 1em
}

@media(min-width:48em) {
    .highlights .views-row {
        display: -webkit-flex;
        display: flex;
        -webkit-flex: 1;
        flex: 1
    }
}

.highlights .views-row.views-row-1 {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    float: none;
    width: 100%
}

.no-flexbox .highlights .views-row.views-row-1 > article {
    height: auto !important
}

.highlights .node-highlight {
    -webkit-flex-grow: 1;
    flex-grow: 1
}

    .highlights .node-highlight:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 85px;
        height: 4px;
        background: #ea0f30
    }

.highlights .highlight--top {
    display: block;
    padding: 0
}

@media(min-width:75em) {
    .highlights .highlight--top .highlight__media-wrapper {
        width: 540px;
        float: left
    }
}

@media(min-width:75em) {
    .highlights .highlight--top .highlight__content-wrapper {
        float: left;
        width: 305px
    }
}

.highlights .highlight__media-wrapper {
    position: relative
}

    .highlights .highlight__media-wrapper .highlight__title {
        padding: 10px;
        font-size: 1.375rem;
        margin-bottom: 0
    }

@media(min-width:48em) {
    .highlights .highlight__media-wrapper .highlight__title {
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(255,255,255,0.6)
    }
}

.highlights .highlight__image {
    display: block
}

.highlights .highlight__content-wrapper {
    padding: 10px
}

@media(min-width:48em) {
    .highlights .highlight__content-wrapper {
        padding: 1em
    }
}

@media(min-width:48em) {
    .highlights .items-4 .views-row-2, .highlights .items-4 .views-row-3, .highlights .items-4 .views-row-4 {
        -webkit-flex: 1 0 33.33333%;
        flex: 1 0 33.33333%;
        width: 33.33333%;
        float: left
    }
}

@media(min-width:48em) {
    .highlights .items-5 .views-row-2, .highlights .items-5 .views-row-3, .highlights .items-5 .views-row-4, .highlights .items-5 .views-row-5 {
        -webkit-flex: 1 0 50%;
        flex: 1 0 50%;
        width: 50%;
        float: left
    }
}

@media(min-width:48em) {
    .highlights .items-6 .views-row-2, .highlights .items-6 .views-row-3 {
        -webkit-flex: 1 0 auto;
        flex: 1 0 auto;
        width: 50%;
        float: left
    }
}

.node-highlight {
    position: relative;
    background: #fff;
    width: 100%
}

    .node-highlight:hover, .node-highlight.focus {
        background: #fafafa
    }

    .node-highlight .highlight__title {
        margin-bottom: 10px;
        color: #333;
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.3em
    }

    .node-highlight .highlight__content {
        font-size: .875rem;
        line-height: 20px;
        margin-top: .6em
    }

    .node-highlight .highlight__type {
        display: inline-block;
        color: #ea0f30;
        font-size: .8125rem;
        font-weight: 500;
        text-transform: uppercase;
        padding-right: 5px;
        border-right: 1px solid #ea0f30;
        margin-right: 5px
    }

    .node-highlight .highlight__date {
        display: inline-block;
        color: #ea0f30;
        font-size: .75rem
    }

    .node-highlight .highlight__image {
        width: 100%
    }

    .node-highlight .field-name-field-image img {
        width: 100%
    }

    .node-highlight .field-name-field-video-url img {
        width: 100%
    }

.highlights--news > .views-rows {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1em;
    margin-right: -1em
}

.highlights--news .views-row {
    padding: 1em;
    width: 100%
}

@media(min-width:48em) {
    .highlights--news .views-row {
        display: -webkit-flex;
        display: flex;
        width: 33.33333%;
        float: left
    }
}

.highlights--news .node-highlight {
    padding: 1em 0
}

    .highlights--news .node-highlight .highlight__image {
        margin: -1em 0 .8em
    }

    .highlights--news .node-highlight.view-row-3:before, .highlights--news .node-highlight.view-row-4:before, .highlights--news .node-highlight.view-row-5:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 85px;
        height: 4px;
        background: #78499a
    }

.highlights--news .highlight__content {
    padding: 0 15px
}

.highlights--news .highlight__title {
    padding: 0 15px;
    margin-bottom: 0
}

.highlights--news .date-display-single {
    display: block
}

.aster_top_news-block, .aster_top_news-news_innovazione, .aster_top_news-news_europa, .aster_top_news-news_rete, .aster_top_news-block_events {
    clear: left;
    margin: 1.2em 0
}

@media(min-width:48em) {
    .aster_top_news-block, .aster_top_news-news_innovazione, .aster_top_news-news_europa, .aster_top_news-news_rete, .aster_top_news-block_events {
        margin: 2em 0
    }
}

.aster_top_news-block .block-title, .aster_top_news-news_innovazione .block-title, .aster_top_news-news_europa .block-title, .aster_top_news-news_rete .block-title, .aster_top_news-block_events .block-title {
    display: block;
    font-size: 1.875rem;
    font-weight: 500
}

.aster_presenta .block-title {
    display: block;
    font-size: 1.625rem;
    line-height: 1.2em;
    margin-bottom: 1rem;
    font-weight: 500;
    color: #fff;
    padding: 10px
}

.aster_presenta .highlight {
    position: relative;
    background: #fff;
    margin-bottom: 10px
}

    .aster_presenta .highlight:hover {
        background: #fafafa
    }

.aster_presenta .highlight__content-wrapper {
    padding: 1em
}

.aster_presenta .highlight__title {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: .8em
}

.aster_presenta .highlight__content {
    font-size: .875rem;
    line-height: 20px
}

.aster_presenta .aster_presenta__subtitle {
    font-size: 1.125rem;
    line-height: 1.2em;
    padding: 0 10px;
    margin-bottom: 1rem
}

.aster_presenta .view > p {
    text-align: right
}

    .aster_presenta .view > p > a {
        display: block;
        background: #ea0f30;
        font-size: .75rem;
        color: #fff;
        padding-right: 10px
    }

        .aster_presenta .view > p > a:after {
            content: "\00bb";
            display: inline-block;
            margin-left: 3px
        }

.aster_presenta-aster_presenta .block-title {
    background: #aa1562
}

.aster_presenta-aster_presenta .highlight {
    border-top: 5px solid #aa1562
}

.aster_presenta-innovazione .block-title, .aster_presenta-innovazione .view > p > a {
    background: #42902a
}

.aster_presenta-innovazione .highlight {
    border-top: 5px solid #42902a
}

.aster_presenta-hl_europa .block-title, .aster_presenta-hl_europa .view > p > a {
    background: #dc8100
}

.aster_presenta-hl_europa .highlight {
    border-top: 5px solid #dc8100
}

.aster_presenta-infografiche .block-title, .aster_presenta-infografiche .view > p > a, .aster_presenta-aster_uptodate .block-title, .aster_presenta-aster_uptodate .view > p > a {
    background: #384e88
}

.aster_presenta-infografiche .highlight, .aster_presenta-aster_uptodate .highlight {
    border-top: 5px solid #384e88
}

.aster_presenta-infografiche .aster_presenta__subtitle, .aster_presenta-aster_uptodate .aster_presenta__subtitle {
    color: #384e88
}

.block-aster-chisiamo, .block-aster-chisiamo-rete {
    background: #fff;
    font-size: .875rem;
    padding: 1em 0;
    text-align: center
}

@media(min-width:48em) {
    .block-aster-chisiamo, .block-aster-chisiamo-rete {
        padding: 2em 0;
        font-size: 1.25rem
    }
}

.block-aster-chisiamo .block-title, .block-aster-chisiamo-rete .block-title {
    font-size: 1.625rem;
    font-weight: 500
}

.block-aster-chisiamo p, .block-aster-chisiamo-rete p {
    margin: 1em 0
}

    .block-aster-chisiamo p a, .block-aster-chisiamo-rete p a {
        font-size: 1rem;
        color: #ea0f30
    }

.page-share-buttons > li {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    margin: 0 0 12px !important;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px
}

    .page-share-buttons > li.share--fb {
        background: #364f91
    }

    .page-share-buttons > li.share--tw {
        background: #4290fc
    }

    .page-share-buttons > li.share--gplus {
        background: #d2493c
    }

    .page-share-buttons > li.share--mail {
        background: #404040
    }

    .page-share-buttons > li > a {
        display: block;
        color: #fff;
        font-size: 20px;
        line-height: 36px
    }

        .page-share-buttons > li > a > span {
            display: none
        }

ul.pager {
    background: #fafafa;
    margin: 1em 0;
    padding: 10px;
    text-align: center
}

    ul.pager > li {
        display: inline-block;
        padding: 0 .3em;
        font-size: .9375rem
    }

        ul.pager > li:first-child {
            padding-left: 0
        }

        ul.pager > li > a {
            color: #ea0f30;
            font-weight: 500;
            font-size: .9375rem
        }

.related_contents-block, .tool_related_content-block, [class*="target_highlights-block"] {
    margin-top: 2em
}

@media(min-width:48em) {
    .related_contents-block, .tool_related_content-block, [class*="target_highlights-block"] {
        margin-top: 4em
    }
}

.related_contents-block .block-title, .tool_related_content-block .block-title, [class*="target_highlights-block"] .block-title {
    font-size: 1.375rem;
    font-weight: 500
}

.related-contents .node-highlight {
    margin: 1em 0;
    width: 100%;
    overflow: hidden;
    *zoom: 1;
}

.related-contents .node-info {
    margin: .2em 0
}

.related-contents .highlight__title {
    margin-bottom: 0
}

.related-contents .teaser-img {
    max-width: 150px;
    margin-right: 1em
}

.related-contents .node-content {
    padding: 1em
}

.views-staff__results {
    overflow: hidden;
    *zoom: 1;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 10px
}

@media(min-width:48em) {
    .views-staff__results {
        margin-left: -10px;
        margin-right: -10px
    }
}

.views-staff__results .views-row {
    padding: 0 5px;
    margin: 10px 0;
    width: 50%;
    float: left;
    overflow: hidden
}

@media(min-width:48em) {
    .views-staff__results .views-row {
        padding: 0 10px;
        width: 25%;
        float: left
    }

    .view-mentorboard .views-staff__results .views-row {
        width: 33.33333%;
        float: left
    }
}

.staff-item {
    padding: 0;
    position: relative;
    margin-left: 0;
    margin-right: 0
}

    .staff-item .staff-item__wrapper {
        overflow: hidden
    }

    .staff-item img {
        display: block;
        width: 100%;
        -moz-transition: all .2s;
        -o-transition: all .2s;
        -webkit-transition: all .2s;
        transition: all .2s
    }

    .staff-item:hover img, .staff-item.focus img {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

.staff-item__overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-weight: 500;
    padding: 10px
}

    .staff-item__overlay > span {
        display: block
    }

        .staff-item__overlay > span.staff-item__name {
            margin-bottom: 5px
        }

        .staff-item__overlay > span.staff-item__role {
            font-size: .8125rem
        }

.staff-item--full .field-name-field-image {
    width: auto;
    margin-bottom: 1em;
    margin-right: 1em;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

@media(min-width:30em) {
    .staff-item--full .field-name-field-image {
        width: 120px;
        margin-bottom: 0
    }
}

@media(min-width:48em) {
    .staff-item--full .field-name-field-image {
        width: 200px
    }
}

.staff-item--full .staff-item__name {
    font-size: 1.375rem;
    color: #069abf;
    margin-bottom: 10px
}

.staff-item--full .field-name-body {
    margin: 1em 0;
    font-size: .875rem
}

.staff-item--full .modal-content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(min-width:30em) {
    .staff-item--full .modal-content {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.staff-item--full .modal-content-data {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-size: .875rem
}

    .staff-item--full .modal-content-data .field {
        margin: 10px 0
    }

    .staff-item--full .modal-content-data .field-label {
        display: inline-block;
        font-weight: 700;
        color: #069abf
    }

    .staff-item--full .modal-content-data .field-value {
        display: inline-block
    }

    .staff-item--full .modal-content-data a {
        color: #069abf
    }

.fade {
    opacity: 0;
    -moz-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -moz-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -webkit-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -moz-transition: -moz-transform .2s ease-out;
        -o-transition: -o-transform .2s ease-out;
        -webkit-transition: -webkit-transform .2s ease-out;
        transition: transform .2s ease-out
    }

    .modal.in .modal-dialog {
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #f5f5f5;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    -moz-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
    padding: 1em;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    *zoom: 1;
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.4em
}

.modal-body {
    position: relative;
    padding: 1em
}

.modal-footer {
    padding: 1em;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
    *zoom: 1;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:48em) {
    .modal-dialog {
        width: 740px;
        margin: 30px auto
    }

    .modal-content {
        -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media(min-width:62em) {
    .modal-dialog {
        width: 900px;
        margin: 30px auto
    }
}

.map {
    width: 100%;
    height: 400px
}

.leaflet-popup-content .marker-name {
    display: block;
    font-size: 1rem
}

.leaflet-popup-content .marker-tecnopolo {
    display: block;
    font-size: .875rem
}

.leaflet-popup-content .marker-sedetecnopolo {
    font-size: .75rem
}

.search-api-page-results h2 {
    font-size: 1.125rem;
    margin: 1em 0
}

.search-api-page-results .search-result {
    position: relative;
    background: #fff;
    padding: 1em;
    margin-bottom: 1em
}

    .search-api-page-results .search-result .search-result__type {
        display: block;
        margin: .7em 0 .3em;
        font-weight: 700;
        font-size: .75rem
    }

    .search-api-page-results .search-result .search-info {
        font-size: .875rem;
        color: #7b858d;
        font-style: italic;
        margin-top: 10px
    }

    .search-api-page-results .search-result .title {
        font-size: 1.25rem;
        font-weight: 700
    }

    .search-api-page-results .search-result .search-snippet-info {
        font-size: .875rem
    }

        .search-api-page-results .search-result .search-snippet-info > p {
            line-height: 1.4em
        }

.search-result-item {
    margin: 0;
    padding: 1em 0 !important;
    border-bottom: 1px solid #c5c5c5
}

    .search-result-item span {
        display: block
    }

    .search-result-item .search-result-link a {
        color: #000;
        font-size: 1.125rem;
        font-weight: 700
    }

    .search-result-item .search-result-type {
        line-height: 2em;
        font-size: .875rem;
        color: #7b858d;
        font-style: italic
    }

#aster-contact-form {
    overflow: hidden;
    *zoom: 1;
    max-width: 865px
}

@media(min-width:48em) {
    #aster-contact-form {
        margin: 0 -10px
    }
}

#aster-contact-form > .form-item {
    margin: 10px 0
}

@media(min-width:48em) {
    #aster-contact-form > .form-item {
        float: left;
        width: 50%;
        padding: 0 10px
    }
}

#aster-contact-form > .form-type-textarea {
    float: none;
    width: 100%
}

#aster-contact-form label {
    display: block;
    font-size: .875rem;
    line-height: 1.5em
}

#aster-contact-form input[type="text"], #aster-contact-form textarea {
    width: 100%;
    font-size: 1.125rem;
    padding: 10px 10px;
    border: 1px solid #e5e8ea;
    resize: none;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

    #aster-contact-form input[type="text"]:focus, #aster-contact-form textarea:focus {
        outline: none;
        border-color: #b1b1b1
    }

    #aster-contact-form input[type="text"].error, #aster-contact-form textarea.error {
        border-color: #ea0f30
    }

#aster-contact-form textarea {
    font-size: 1rem
}

#aster-contact-form input[type="submit"] {
    font-size: 1rem;
    padding: 10px 1em;
    min-width: 150px;
    border: 0;
    background: #ea0f30;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer
}

#aster-contact-form .custom-select {
    overflow: hidden;
    margin: 10px 0
}

@media(min-width:48em) {
    #aster-contact-form .custom-select {
        float: left;
        width: 50%;
        padding: 0 10px
    }
}

#aster-contact-form .custom-select select {
    border: 1px solid #e5e8ea;
    background: #fff url(https://www.aster.it/sites/all/themes/aster/images/select-button-large.png) 100% 50% no-repeat;
    padding: 12px 36px 12px 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #555;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: .875rem;
    line-height: 19px
}

    #aster-contact-form .custom-select select::-ms-expand {
        display: none
    }

    #aster-contact-form .custom-select select:focus {
        outline: none
    }

#aster-contact-form .g-recaptcha {
    clear: left
}

@media(min-width:48em) {
    #aster-contact-form .g-recaptcha {
        padding: 0 10px
    }
}

#aster-contact-form .submit {
    margin-top: 1em;
    text-align: center
}

@media(max-width:29.9375em) {
    #rc-imageselect, .g-recaptcha {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        -moz-transform-origin: top left 50%;
        -ms-transform-origin: top left 50%;
        -webkit-transform-origin: top left 50%;
        transform-origin: top left 50%
    }
}

.accordion__toggler {
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #efefef;
    padding: 0 30px 5px 0;
    font-size: 1rem !important;
    font-weight: 700;
    color: #ea0f30;
    -moz-transition: color .2s;
    -o-transition: color .2s;
    -webkit-transition: color .2s;
    transition: color .2s
}

    .accordion__toggler:after {
        content: "+";
        font-size: .875rem;
        color: #fff;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center;
        padding-top: 2px;
        width: 18px;
        height: 18px;
        background: #c4c4c4;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%
    }

    .accordion__toggler:hover {
        color: #b70e25
    }

    .accordion__toggler.open {
        color: #b70e25
    }

        .accordion__toggler.open:after {
            content: "-"
        }

        .accordion__toggler.open + .accordion__content-block {
            display: block
        }

.accordion__content-block {
    display: none;
    background: #efefef;
    padding: .5em 1em
}

.accordion__item.collapsed .accordion__toggler {
    color: #b70e25
}

    .accordion__item.collapsed .accordion__toggler:after {
        content: "-"
    }

.youtube-container--responsive {
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

    .youtube-container--responsive iframe {
        border: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.alpha-index {
    margin-bottom: 1em
}

    .alpha-index > li {
        display: inline-block
    }

        .alpha-index > li > a {
            display: block;
            width: 32px;
            height: 32px;
            font-size: .9375rem;
            line-height: 32px;
            color: #fff;
            background: #ea0f30;
            text-align: center
        }

            .alpha-index > li > a:hover {
                background: #b70e25
            }

            .alpha-index > li > a.disabled {
                background: #cecdcd !important
            }

.lavora-con-noi-archivio-legenda {
    margin: 1em 0
}

    .lavora-con-noi-archivio-legenda > li {
        overflow: hidden;
        *zoom: 1;
        display: inline-block;
        margin-right: 1em
    }

        .lavora-con-noi-archivio-legenda > li > span {
            display: block;
            float: left;
            line-height: 40px
        }

            .lavora-con-noi-archivio-legenda > li > span.legend-color {
                width: 40px;
                height: 40px;
                margin-right: 10px
            }

            .lavora-con-noi-archivio-legenda > li > span.valutato {
                background: #679c69
            }

            .lavora-con-noi-archivio-legenda > li > span.nonvalutato {
                background: #ea0f30
            }

            .lavora-con-noi-archivio-legenda > li > span.invalutazione {
                background: #df871f
            }

            .lavora-con-noi-archivio-legenda > li > span.legend-text {
                font-size: .875rem;
                font-weight: 700
            }

.peppermint.peppermint-active {
    position: relative;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0
}

    .peppermint.peppermint-active .peppermint-slides {
        position: relative;
        overflow: hidden;
        -ms-touch-action: pan-y;
        touch-action: pan-y
    }

        .peppermint.peppermint-active .peppermint-slides > * {
            float: left;
            margin: 0;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-tap-highlight-color: transparent;
            tap-highlight-color: transparent
        }

        .peppermint.peppermint-active .peppermint-slides a:active, .peppermint.peppermint-active .peppermint-slides a:active img {
            outline: none
        }

        .peppermint.peppermint-active, .peppermint.peppermint-active .peppermint-dots, .peppermint.peppermint-active .peppermint-slides, .peppermint.peppermint-active .peppermint-slides > * {
            -webkit-transform: translate3d(0,0,0);
            -ms-transform: translate3d(0,0,0);
            -moz-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            backface-visibility: hidden
        }

.peppermint.peppermint-mouse .peppermint-slides {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.peppermint.peppermint-mouse.peppermint-drag .peppermint-slides * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.peppermint li {
    margin: 0 0 1.5em
}

.peppermint figure img {
    vertical-align: top;
    max-width: 100%;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    box-shadow: 0 1px 5px rgba(0,0,0,0.2)
}

.peppermint figure figcaption {
    font-style: italic;
    color: #787575;
    font-size: .8em;
    margin-top: .5em
}

.peppermint.peppermint-active {
    margin-bottom: 0
}

ul.peppermint-dots {
    position: absolute;
    width: 100%;
    bottom: 1em;
    padding: 0;
    text-align: center;
    list-style-type: none
}

    ul.peppermint-dots > li {
        display: inline-block;
        position: relative;
        width: 16px;
        height: 16px;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        margin: 0 3px;
        *display: inline;
        *zoom: 1;
    }

        ul.peppermint-dots > li.peppermint-mouse-clicked, ul.peppermint-dots > li:active {
            outline: 0
        }

        ul.peppermint-dots > li > span {
            display: block;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: #fff;
            border: 1px solid #b9b7b7
        }

        ul.peppermint-dots > li.peppermint-active-dot > span {
            background: #ea0f30
        }

.bx-wrapper {
    position: relative;
    padding: 0;
    *zoom: 1;
}

    .bx-wrapper .bx-viewport {
        -webkit-transform: translatez(0);
        -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0)
    }

    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        position: absolute;
        width: 100%
    }

    .bx-wrapper .bx-loading {
        min-height: 50px;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000
    }

    .bx-wrapper .bx-pager {
        bottom: 1em;
        text-align: center;
        font-size: .85em;
        font-family: Arial;
        font-weight: 700;
        color: #666
    }

        .bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
            display: inline-block;
            *zoom: 1;
            *display: inline;
        }

        .bx-wrapper .bx-pager.bx-default-pager a {
            background: #666;
            text-indent: -9999px;
            display: block;
            width: 16px;
            height: 16px;
            margin: 0 5px;
            outline: 0;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background: #fff;
            border: 1px solid #b9b7b7
        }

            .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
                background: #ea0f30
            }

    .bx-wrapper .bx-prev {
        left: 10px
    }

    .bx-wrapper .bx-next {
        right: 10px
    }

    .bx-wrapper .bx-prev:hover {
        background-position: 0 0
    }

    .bx-wrapper .bx-next:hover {
        background-position: -43px 0
    }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 9999
    }

        .bx-wrapper .bx-controls-direction a.disabled {
            display: none
        }

    .bx-wrapper .bx-controls-auto {
        text-align: center
    }

        .bx-wrapper .bx-controls-auto .bx-start {
            display: block;
            text-indent: -9999px;
            width: 10px;
            height: 11px;
            outline: 0;
            background: url(https://www.aster.it/sites/all/themes/aster/css/images/controls.png) -86px -11px no-repeat;
            margin: 0 3px
        }

            .bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
                background-position: -86px 0
            }

        .bx-wrapper .bx-controls-auto .bx-stop {
            display: block;
            text-indent: -9999px;
            width: 9px;
            height: 11px;
            outline: 0;
            background: url(https://www.aster.it/sites/all/themes/aster/css/images/controls.png) -86px -44px no-repeat;
            margin: 0 3px
        }

            .bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
                background-position: -86px -33px
            }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: left;
        width: 80%
    }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
        right: 0;
        width: 35px
    }

    .bx-wrapper .bx-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #666 \9;
        background: rgba(80,80,80,0.75);
        width: 100%
    }

        .bx-wrapper .bx-caption span {
            color: #fff;
            font-family: Arial;
            display: block;
            font-size: .85em;
            padding: 10px
        }

.viewmodes {
    overflow: hidden;
    *zoom: 1;
    background: #ea0f30
}

@media(min-width:30em) {
    .viewmodes > ul {
        float: right
    }
}

.viewmodes > ul > li {
    display: inline
}

.viewmodes > ul a.viewmode {
    display: block;
    position: relative;
    float: left;
    width: 50%;
    height: 55px;
    padding-top: 38px;
    color: #fff;
    font-size: .75rem;
    text-align: center;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer
}

@media(min-width:30em) {
    .viewmodes > ul a.viewmode {
        width: 55px;
        height: 55px
    }
}

.viewmodes > ul a.viewmode:before {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 50%;
    width: 30px;
    height: 40px;
    margin-left: -15px;
    background: url(https://www.aster.it/sites/all/themes/aster/images/view-mode.png) 0 0 no-repeat
}

.no-js .viewmodes > ul a.viewmode.viewmode--map {
    display: none !important
}

.viewmodes > ul a.viewmode.viewmode--list:before {
    background-position: -52px 2px
}

.viewmodes > ul a.viewmode:hover, .viewmodes > ul a.viewmode.active {
    background-color: #c10824
}

.rat-list {
    margin-top: 1em
}

.tab-elenco {
    background: #fff;
    padding: 1em
}

.node-piattaforma-full {
    background: transparent;
    padding: 0
}

    .node-piattaforma-full .node-wrapper {
        background: #fff;
        padding: 15px
    }

@media(min-width:48em) {
    .node-piattaforma-full .node-wrapper {
        padding: 30px
    }
}

@media(min-width:48em) {
    .node-piattaforma-full .page-title {
        position: relative
    }

        .node-piattaforma-full .page-title:after {
            content: " ";
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            width: 48px;
            height: 48px;
            background: url(https://www.aster.it/sites/all/themes/aster/images/icons-piattaforme.png) 0 0 no-repeat;
            background-size: 145px
        }
}

.node-piattaforma-full.costruzioni .page-title:after, .node-piattaforma-full.constructions .page-title:after {
    background-position: -96px 0
}

.node-piattaforma-full.energia-ambiente .page-title:after, .node-piattaforma-full.energy-environment .page-title:after {
    background-position: -48px -47px
}

.node-piattaforma-full.ict-e-design .page-title:after, .node-piattaforma-full.ict-and-design .page-title:after {
    background-position: 0 -47px
}

.node-piattaforma-full.meccanica-materiali .page-title:after, .node-piattaforma-full.mechanics-materials .page-title:after {
    background-position: -48px 0
}

.node-piattaforma-full.scienze-della-vita .page-title:after, .node-piattaforma-full.life-science .page-title:after {
    background-position: -96px -47px
}

.node-laboratorio-full .page-title {
    margin: 0
}

.node-laboratorio-full .field-nome-esteso {
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.4em;
    color: #7b858d
}

.node-laboratorio-full .node-content .field {
    overflow: hidden;
    *zoom: 1;
    border-bottom: 1px dashed #7b858d;
    padding: 1em 5px;
    margin: 0
}

@media(min-width:48em) {
    .node-laboratorio-full .node-content .field-label {
        width: 250px
    }
}

.node-laboratorio-full .node-content p {
    margin: 0
}

.node-laboratorio-full .items-multiple .field-value {
    margin-top: 1.5em
}

    .node-laboratorio-full .items-multiple .field-value:first-child {
        margin-top: 0
    }

.node-laboratorio-full .node-sede-tecnopolo .field-name-field-location {
    padding: 0;
    border-bottom: 0
}

.front.domain-domain-retealtatecnologia .main-content {
    margin-top: 0
}

    .front.domain-domain-retealtatecnologia .main-content .content-top {
        padding-top: 0
    }

.top-stripe {
    background: #fff;
    margin-bottom: 4px
}

    .top-stripe h1 {
        text-align: center;
        color: #b70e25;
        font-size: 1.625rem;
        padding: .6em 0
    }

@media(min-width:48em) {
    .blocks-container {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-left: -4px;
        margin-right: -4px
    }
}

.blocks-container .block {
    margin-bottom: 1em;
    position: relative;
    text-align: center
}

    .blocks-container .block:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 50%;
        width: 31px;
        height: 12px;
        margin-left: -15px;
        background: url(https://www.aster.it/sites/all/themes/aster/images/arrow-red-down.png) 0 0 no-repeat;
        z-index: 1
    }

@media(min-width:48em) {
    .blocks-container .block {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        padding: 0 4px
    }
}

.blocks-container .block h2 {
    font-size: 1.875rem;
    font-weight: 400;
    color: #b70e25;
    margin-bottom: 1rem;
    padding-top: 60px
}

    .blocks-container .block h2:before {
        content: " ";
        position: absolute;
        left: 50%
    }

.blocks-container .block.block--rete h2:before {
    width: 52px;
    height: 52px;
    background: url(https://www.aster.it/sites/all/themes/aster/images/icon-rete.png) 0 0 no-repeat;
    margin-top: -70px;
    margin-left: -26px
}

.blocks-container .block.block--offer h2:before {
    width: 54px;
    height: 54px;
    background: url(https://www.aster.it/sites/all/themes/aster/images/icon-offer-rete.png) 0 0 no-repeat;
    margin-top: -70px;
    margin-left: -27px
}

.blocks-container .block.block--cluster h2:before {
    width: 54px;
    height: 54px;
    background: url(https://www.aster.it/sites/all/themes/aster/images/icon-cluster.png) 0 0 no-repeat;
    margin-top: -70px;
    margin-left: -27px
}

.blocks-container .block-content {
    position: relative;
    background: #fff;
    padding: 40px 1em 1em;
    color: #474747;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    line-height: 1.4em;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

    .blocks-container .block-content:hover {
        background: #e6e6e6
    }

.no-flexbox .blocks-container .block {
    float: left;
    width: 33.33333%
}

.no-flexbox .blocks-container.blocks--2 .block {
    width: 50%
}

.page-list--piattaforme {
    overflow: hidden;
    *zoom: 1;
}

    .page-list--piattaforme .views-rows {
        margin-top: 1em;
        margin-left: -5px;
        margin-right: -5px
    }

@media(min-width:48em) {
    .page-list--piattaforme .views-rows {
        margin-left: -1em;
        margin-right: -1em
    }
}

.page-list--piattaforme .views-row {
    padding: 5px;
    width: 50%;
    float: left
}

@media(min-width:48em) {
    .page-list--piattaforme .views-row {
        padding: 1em;
        width: 33.33333%;
        float: left
    }
}

.node-piattaforma-teaser .teaser-img {
    float: none;
    width: auto
}

.node-piattaforma-teaser .node-content {
    float: none !important;
    width: auto !important;
    height: 90px;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

.node-piattaforma-teaser .teaser-title {
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    padding-top: 30px;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

    .node-piattaforma-teaser .teaser-title:before {
        content: " ";
        position: absolute;
        left: 50%;
        top: 20%;
        margin-left: -28px;
        width: 57px;
        height: 57px;
        background: url(https://www.aster.it/sites/all/themes/aster/images/icons-piattaforme.png) 0 0 no-repeat
    }

@media(min-width:48em) {
    .node-piattaforma-teaser .teaser-title:before {
        top: 65px
    }
}

.node-piattaforma-teaser:hover .teaser-title {
    color: #fff !important
}

.node-piattaforma-teaser.agroalimentare .teaser-title, .node-piattaforma-teaser.agrifood .teaser-title {
    color: #f18903
}

.node-piattaforma-teaser.agroalimentare:hover .node-content, .node-piattaforma-teaser.agrifood:hover .node-content {
    background-color: #f18903
}

.node-piattaforma-teaser.meccanica-materiali .teaser-title, .node-piattaforma-teaser.mechanics-materials .teaser-title {
    color: #00a1e1
}

    .node-piattaforma-teaser.meccanica-materiali .teaser-title:before, .node-piattaforma-teaser.mechanics-materials .teaser-title:before {
        background-position: -57px 0
    }

.node-piattaforma-teaser.meccanica-materiali:hover .node-content, .node-piattaforma-teaser.mechanics-materials:hover .node-content {
    background-color: #00a1e1
}

.node-piattaforma-teaser.costruzioni .teaser-title, .node-piattaforma-teaser.constructions .teaser-title {
    color: #d0112b
}

    .node-piattaforma-teaser.costruzioni .teaser-title:before, .node-piattaforma-teaser.constructions .teaser-title:before {
        background-position: -114px 0
    }

.node-piattaforma-teaser.costruzioni:hover .node-content, .node-piattaforma-teaser.constructions:hover .node-content {
    background-color: #d0112b
}

.node-piattaforma-teaser.energia-ambiente .teaser-title, .node-piattaforma-teaser.energy-environment .teaser-title {
    color: #009639
}

    .node-piattaforma-teaser.energia-ambiente .teaser-title:before, .node-piattaforma-teaser.energy-environment .teaser-title:before {
        background-position: -57px -57px
    }

.node-piattaforma-teaser.energia-ambiente:hover .node-content, .node-piattaforma-teaser.energy-environment:hover .node-content {
    background-color: #009639
}

.node-piattaforma-teaser.ict-e-design .teaser-title, .node-piattaforma-teaser.ict-and-design .teaser-title {
    color: #00369e
}

    .node-piattaforma-teaser.ict-e-design .teaser-title:before, .node-piattaforma-teaser.ict-and-design .teaser-title:before {
        background-position: 0 -57px
    }

.node-piattaforma-teaser.ict-e-design:hover .node-content, .node-piattaforma-teaser.ict-and-design:hover .node-content {
    background-color: #00369e
}

.node-piattaforma-teaser.scienze-della-vita .teaser-title, .node-piattaforma-teaser.life-science .teaser-title {
    color: #d70056
}

    .node-piattaforma-teaser.scienze-della-vita .teaser-title:before, .node-piattaforma-teaser.life-science .teaser-title:before {
        background-position: -114px -57px
    }

.node-piattaforma-teaser.scienze-della-vita:hover .node-content, .node-piattaforma-teaser.life-science:hover .node-content {
    background-color: #d70056
}

.collaborare-con-la-rete {
    background: none
}

@media(min-width:48em) {
    .collaborare-con-la-rete {
        padding: 0
    }
}

@media(min-width:48em) {
    .ccr-container {
        margin-left: -1em;
        margin-right: -1em
    }
}

.ccr-block {
    position: relative;
    margin-bottom: 1em;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

@media(min-width:48em) {
    .ccr-block {
        width: 50%;
        float: left;
        padding-left: 1em;
        padding-right: 1em
    }
}

.ccr-block:hover {
    filter: alpha(opacity=80);
    opacity: .8
}

.ccr-block .ccr-image {
    display: block;
    width: 100%
}

.ccr-block .ccr-content {
    position: relative;
    height: 180px;
    background: url(https://www.aster.it/sites/all/themes/aster/images/box-ccr-pointer.png) bottom 5px right 5px no-repeat;
    text-align: center;
    color: #fff;
    padding: 1em 0
}

    .ccr-block .ccr-content:before {
        top: -40px;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-width: 20px;
        margin-left: -20px;
        z-index: 100
    }

.ccr-block .ccr-slogan {
    display: block;
    font-size: 1rem;
    padding-top: 46px;
    font-style: italic;
    height: 60px
}

@media(min-width:48em) {
    .ccr-block .ccr-slogan {
        font-size: 1.125rem
    }
}

.ccr-block .ccr-slogan:before {
    content: " ";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    margin-top: -43px;
    width: 51px;
    height: 41px;
    background: url(https://www.aster.it/sites/all/themes/aster/images/icone-rete.png) 0 0 no-repeat
}

.ccr-block .ccr-title {
    font-size: 1.25rem
}

@media(min-width:48em) {
    .ccr-block .ccr-title {
        font-size: 1.625rem
    }
}

.ccr-block--catalogoricerca .ccr-content {
    background-color: #ae1281
}

    .ccr-block--catalogoricerca .ccr-content:before {
        border-bottom-color: #ae1281
    }

.ccr-block--catalogoricerca .ccr-slogan:before {
    background-position: 11px 0
}

.ccr-block--catalogoattrezzature .ccr-content {
    background-color: #ff7a2a
}

    .ccr-block--catalogoattrezzature .ccr-content:before {
        border-bottom-color: #ff7a2a
    }

.ccr-block--catalogoattrezzature .ccr-slogan:before {
    background-position: -49px 0
}

.ccr-block--cruscottoricerca .ccr-content {
    background-color: #dfa237
}

    .ccr-block--cruscottoricerca .ccr-content:before {
        border-bottom-color: #dfa237
    }

.ccr-block--cruscottoricerca .ccr-slogan:before {
    background-position: -115px 0
}

.ccr-block--technologyreport .ccr-content {
    background-color: #ea0f30
}

    .ccr-block--technologyreport .ccr-content:before {
        border-bottom-color: #ea0f30
    }

.ccr-block--technologyreport .ccr-slogan:before {
    background-position: -180px 0
}

.ccr-block--modelli .ccr-content {
    background-color: #659c68
}

    .ccr-block--modelli .ccr-content:before {
        border-bottom-color: #659c68
    }

.ccr-block--modelli .ccr-slogan:before {
    background-position: -255px 0
}

.ccr-block--ricercami .ccr-content {
    background-color: #25899e
}

    .ccr-block--ricercami .ccr-content:before {
        border-bottom-color: #25899e
    }

.ccr-block--ricercami .ccr-slogan:before {
    background-position: -321px 0
}

.ccr-block--progetti .ccr-content {
    background-color: #5c3980
}

    .ccr-block--progetti .ccr-content:before {
        border-bottom-color: #5c3980
    }

.ccr-block--progetti .ccr-slogan:before {
    background-position: -398px 0
}

.labs-search {
    margin-top: 1em
}

#labs-search-form {
    background: #fff;
    padding: 10px 5px 5px
}

.no-js #labs-search-form {
    display: none !important
}

@media(min-width:48em) {
    #labs-search-form {
        padding: 10px
    }
}

#labs-search-form .form-group {
    float: left;
    width: 50%;
    padding: 0 5px;
    height: 32px;
    margin: 0 0 10px
}

@media(min-width:48em) {
    #labs-search-form .form-group {
        width: 196px;
        margin: 0 5px;
        margin: 0
    }
}

@media(min-width:48em) {
    #labs-search-form .form-group.lab-name {
        width: 166px
    }
}

#labs-search-form.form-search-centro .form-group {
    width: 250px
}

#labs-search-form .form-group-submit {
    clear: left;
    margin: 0 auto
}

@media(min-width:48em) {
    #labs-search-form .form-group-submit {
        clear: none;
        float: left;
        margin-left: 5px;
        padding: 0
    }
}

#labs-search-form #btn-reset {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    border: none;
    background: transparent url(https://www.aster.it/sites/all/themes/aster/images/icon-reset.png) 50% 50% no-repeat;
    cursor: pointer
}

@media(min-width:48em) {
    #labs-search-form #btn-reset {
        float: none;
        width: 30px;
        height: 30px;
        margin-left: 5px;
        float: left
    }
}

#labs-search-form input[type="text"] {
    border: 1px solid #b3b3b3;
    font-size: .6875rem;
    color: #555;
    padding: 0 5px;
    line-height: 30px;
    height: 31px
}

#labs-search-form .custom-select {
    overflow: hidden
}

    #labs-search-form .custom-select .form-item {
        border: 1px solid #b3b3b3;
        background: url(https://www.aster.it/sites/all/themes/aster/images/select-button.png) 100% 50% no-repeat
    }

    #labs-search-form .custom-select select {
        border: 0;
        background-color: transparent;
        padding: 8px 36px 8px 5px;
        height: 29px;
        -moz-appearance: none;
        -webkit-appearance: none;
        color: #555
    }

        #labs-search-form .custom-select select::-ms-expand {
            display: none
        }

        #labs-search-form .custom-select select:focus {
            outline: none
        }

#labs-search-form input[type="submit"] {
    display: block;
    float: left;
    width: 50%;
    height: 31px;
    text-indent: -9999px;
    border: 0;
    background: transparent url(https://www.aster.it/sites/all/themes/aster/images/icon-search.png) 50% 50% no-repeat;
    cursor: pointer
}

@media(min-width:48em) {
    #labs-search-form input[type="submit"] {
        margin: 0;
        float: left;
        width: 31px;
        height: 31px
    }
}

#labs-search__results--elenco {
    background: #fff;
    padding: 1em
}

#labs-search__results--map {
    display: none
}

.rat-items__list > li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
    margin: 10px 0
}

.rat-items__list .rat-item__name {
    display: block;
    font-weight: 700;
    font-size: 1.125rem;
    color: #b70e25
}

.rat-items__list .rat-item__nome-esteso {
    display: block;
    font-size: .875rem;
    line-height: 1.5em
}

.node-tecnopolo-full {
    padding: 0;
    background: none
}

    .node-tecnopolo-full .node-wrapper {
        background: #fff;
        padding: 15px
    }

@media(min-width:48em) {
    .node-tecnopolo-full .node-wrapper {
        padding: 30px
    }
}

.node-tecnopolo-full .group-area-s3 h4 {
    background: url(https://www.aster.it/sites/all/themes/aster/images/area-s3-bg.jpg) 0 0 no-repeat;
    text-align: center;
    font-weight: 700;
    padding: .5em;
    color: #fff;
    text-transform: uppercase
}

.node-tecnopolo-full .group-area-s3 .field-name-field-area-s3 {
    position: relative;
    background: #fff;
    padding: 1em
}

@media(min-width:48em) {
    .node-tecnopolo-full .group-area-s3 .field-name-field-area-s3 {
        padding: 1em 240px 1em 1em
    }

        .node-tecnopolo-full .group-area-s3 .field-name-field-area-s3:before {
            content: "";
            position: absolute;
            top: 50%;
            right: 1em;
            margin-top: -55px;
            width: 220px;
            height: 110px;
            background: url(https://www.aster.it/sites/all/themes/aster/images/logo-area-s3.jpg) 0 50% no-repeat;
            background-size: cover
        }
}

.node-tecnopolo-full .group-portale {
    margin-top: 2em
}

    .node-tecnopolo-full .group-portale h4 {
        background: #e8bc01;
        text-align: center;
        font-weight: 700;
        padding: .5em;
        color: #fff;
        text-transform: uppercase
    }

@media(min-width:48em) {
    .node-tecnopolo-full .group-portale .field-name-field-image {
        float: left;
        width: 40%
    }
}

.node-tecnopolo-full .group-wrapper {
    margin-top: 1em;
    background: #fff;
    overflow: hidden;
    *zoom: 1;
}

    .node-tecnopolo-full .group-wrapper .field {
        font-size: .875rem;
        margin-bottom: 1em
    }

    .node-tecnopolo-full .group-wrapper h3 {
        margin-top: 0
    }

.node-tecnopolo-full .group-dati-portale {
    padding: 1em
}

@media(min-width:48em) {
    .node-tecnopolo-full .group-dati-portale {
        float: left;
        width: 60%
    }
}

.node-tecnopolo-full .group-contatti {
    padding: 0 1em
}

@media(min-width:48em) {
    .node-tecnopolo-full .group-contatti {
        padding: 0 1.5em;
        clear: left
    }
}

.node-tecnopolo-full .group-contatti h3 {
    border-bottom: 1px dashed #7b858d;
    line-height: 1.2em;
    margin-bottom: 1em
}

.node-tecnopolo-full .field-name-field-accesso-ai-servizi, .node-tecnopolo-full .field-name-field-orari-di-apertura {
    padding: 0 1em
}

@media(min-width:48em) {
    .node-tecnopolo-full .field-name-field-accesso-ai-servizi, .node-tecnopolo-full .field-name-field-orari-di-apertura {
        float: left;
        padding: 1.5em;
        width: 50%
    }
}

.node-tecnopolo-full .group-altro {
    padding: 0 1em
}

@media(min-width:48em) {
    .node-tecnopolo-full .group-altro {
        padding-top: 45px;
        float: left;
        width: 60%
    }
}

.node-tecnopolo-full .field-name-field-responsabile-portale p {
    font-size: 1.125rem
}

.node-sede_tecnopolo-full {
    padding: 0;
    background: none
}

    .node-sede_tecnopolo-full .sede-tecnopolo__name {
        color: #fff
    }

    .node-sede_tecnopolo-full .block-content {
        background: #f6f6f6;
        padding: 10px 20px
    }

    .node-sede_tecnopolo-full .field {
        border-bottom: 1px dashed #7b858d;
        padding: 1em 0
    }

.block-aster-cruscotto .block-title {
    font-weight: 500;
    font-size: 1.875rem;
    margin-bottom: 1rem
}

.cruscotto-rat {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 2em
}

.cruscotto-items {
    overflow: hidden;
    *zoom: 1;
}

    .cruscotto-items .cruscotto-item {
        text-align: center;
        padding: 0 5px
    }

    .cruscotto-items .cruscotto-link {
        display: block;
        -moz-transition: opacity .2s;
        -o-transition: opacity .2s;
        -webkit-transition: opacity .2s;
        transition: opacity .2s
    }

        .cruscotto-items .cruscotto-link:hover {
            filter: alpha(opacity=80);
            opacity: .8
        }

    .cruscotto-items .cruscotto-data {
        background: #fff;
        padding: 2em 0;
        height: 136px
    }

@media(min-width:48em) {
    .cruscotto-items .cruscotto-data {
        height: 154px
    }
}

.cruscotto-items .cruscotto-data > span {
    display: block
}

    .cruscotto-items .cruscotto-data > span.cruscotto-value {
        color: #e70f2a;
        font-size: 2.25rem;
        font-weight: 700
    }

@media(min-width:48em) {
    .cruscotto-items .cruscotto-data > span.cruscotto-value {
        font-size: 2.875rem
    }
}

.cruscotto-items .cruscotto-data > span.cruscotto-label {
    color: #727272;
    font-size: 1.125rem
}

@media(min-width:48em) {
    .cruscotto-items .cruscotto-data > span.cruscotto-label {
        font-size: 1.375rem
    }
}

.cruscotto-items .cruscotto-icon {
    background: #77a9bb;
    padding: 1em 10px
}

    .cruscotto-items .cruscotto-icon > img {
        height: 80px;
        width: auto
    }

@media print {
    body {
        background-color: transparent;
        font-size: 12pt;
        padding-top: 0 !important
    }

        body:before {
            content: none !important
        }

    .site-header .region-header {
        display: none
    }

    .site-header .site-header__top {
        background: none !important
    }

    .main-content {
        margin: 1em 0
    }

    .content-main.has-sidebar {
        width: 100%;
        float: none
    }

    .content-main.push-3 {
        left: 0
    }

    .content-sidebar .block-menu-block {
        display: none
    }

    .node-full {
        padding: 1em 0
    }

        .node-full .node-visual__container, .node-full .field-name-field-image {
            margin: 0 0 1em
        }

        .node-full p, .node-full ul {
            font-size: 12pt !important
        }

        .node-full .page-intro {
            padding: 0
        }

        .node-full a:link:after {
            content: " (" attr(href) ") "
        }

    .block-collapsable .block-content {
        display: block !important
    }

    .nav-toggler, .nav-target, .slideshow, .block-aster-social, .site-footer, #sticky-header, .tabs.primary, .block-twitter-timeline, .page-share-buttons {
        display: none
    }
}

.sidebar, .off-canvas-sidebar {
    width: 260px;
    display: block;
    position: fixed;
    top: 110px;
    bottom: 0;
    left: 0;
    z-index: 3;
    overflow: hidden;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol, ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, th, td {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}

q, blockquote {
    quotes: none
}

    q:before, q:after, blockquote:before, blockquote:after {
        content: "";
        content: none
    }

a img {
    border: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

.main-content:after, .nav-target__items:after, .page-block:after, .site-header:after, .highlights .highlight--top:after, #labs-search-form:after, .main-content:before, .nav-target__items:before, .page-block:before, .site-header:before, .highlights .highlight--top:before, #labs-search-form:before {
    display: table;
    content: " "
}

.main-content:after, .nav-target__items:after, .page-block:after, .site-header:after, .highlights .highlight--top:after, #labs-search-form:after {
    clear: both
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 16px
}

body {
    font-family: 'Roboto',sans-serif;
    color: #333;
    background-color: #F4F3EF
}

img {
    max-width: 100% !important;
    height: auto
}

    img.file-icon {
        width: auto
    }

.main-content {
    margin: 1em 0
}

@media(min-width:48em) {
    .main-content {
        -webkit-flex: 1 0 auto;
        flex: 1 0 auto;
        margin: 3.125em 0
    }
}

#site-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%
}

.content-top {
    padding: 1em 0
}

#site-canvas {
    width: 100%;
    height: 100%;
    position: relative;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media(min-width:48em) {
    #site-canvas {
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -moz-transition: none !important;
        -o-transition: none !important;
        -webkit-transition: none !important;
        transition: none !important;
        min-height: 100vh;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

.nav-open #site-canvas {
    -moz-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    transform: translateX(270px);
    -moz-transform: translate3d(270px,0,0);
    -ms-transform: translate3d(270px,0,0);
    -webkit-transform: translate3d(270px,0,0);
    transform: translate3d(270px,0,0)
}

.modal-open #site-canvas {
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important
}

.off-canvas {
    width: 270px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -270px;
    background: #fff
}

@media(min-width:48em) {
    .off-canvas {
        display: none !important
    }
}

@media(max-width:47.9375em) {
    .hidden-xs {
        display: none !important
    }
}

@media(min-width:48em) {
    .visible-xs {
        display: none !important
    }
}

.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    overflow: hidden;
    height: 1px
}

.element-focusable:focus {
    position: static !important;
    height: auto;
    display: block;
    width: 100%;
    text-align: center;
    font-size: .875rem;
    padding: 10px 0;
    color: #333
}

ul li.leaf {
    list-style-type: none;
    list-style-image: none
}

strong {
    font-weight: 700
}

em {
    font-style: italic
}

p {
    line-height: 1.625em
}

a {
    text-decoration: none
}

h1, h2, h3, h4, h5 {
    font-weight: 500
}

    h1.page-title {
        font-size: 1.5625rem;
        line-height: 1.2em
    }

@media(min-width:48em) {
    h1.page-title {
        font-size: 2.25rem
    }
}

.page-block-title {
    font-size: 1.5625rem;
    margin: 2em 0 .8em;
    font-weight: 500
}

blockquote {
    margin: 1em;
    font-style: italic;
    margin-left: 1.5em;
    padding: 2px 1em;
    border-left: 5px solid #ccc
}

.container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

    .container:after {
        content: " ";
        display: block;
        clear: both
    }

@media(min-width:48em) {
    .container {
        max-width: 750px
    }
}

@media(min-width:62em) {
    .container {
        max-width: 970px
    }
}

@media(min-width:75em) {
    .container {
        max-width: 1170px
    }
}

@media(min-width:48em) {
    .content-wrapper {
        margin-left: -10px;
        margin-right: -10px
    }
}

@media(min-width:62em) {
    .content-wrapper {
        margin-left: -20px;
        margin-right: -20px
    }
}

.content-main {
    position: relative
}

@media(min-width:48em) {
    .content-main {
        padding: 0 10px
    }
}

@media(min-width:62em) {
    .content-main {
        padding: 0 20px
    }
}

@media(min-width:48em) {
    .content-main.has-sidebar {
        width: 75%;
        float: left;
        padding: 0 10px
    }
}

@media(min-width:62em) {
    .content-main.has-sidebar {
        padding: 0 20px
    }
}

.content-sidebar {
    position: relative;
    margin-top: 2em
}

@media(min-width:48em) {
    .content-sidebar {
        margin-top: 0
    }
}

@media(min-width:48em) {
    .content-sidebar {
        width: 25%;
        float: left;
        padding: 0 10px
    }
}

@media(min-width:62em) {
    .content-sidebar {
        padding: 0 20px
    }
}

@media(min-width:48em) {
    .push-3 {
        left: 25%
    }
}

@media(min-width:48em) {
    .pull-9 {
        right: 75%
    }
}

.with-border:after {
    display: block;
    content: " ";
    width: 86px;
    height: 4px;
    margin-top: 12px
}

.with-border.border--blue:after {
    background: #069abf
}

.with-border.border--red:after {
    background: #ea0f30
}

.with-border.border--purple-blue:after {
    background: #78499a
}

.with-border.border--purple2:after {
    background: #6b4483
}

.with-border.border--fuchsia:after {
    background: #b00182
}

.with-border.border--yellow:after {
    background: #04a1a3
}

.with-border.border--rete:after {
    width: 93px;
    background: url(https://www.aster.it/sites/all/themes/aster/images/border-rat.gif) 0 0 no-repeat
}

.faux-block-link__overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    opacity: 0;
    text-indent: 900%;
    white-space: nowrap;
    background: transparent url(https://www.aster.it/sites/all/themes/aster/images/transparent.gif) 0 0 repeat
}

    .faux-block-link__overlay:focus {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1
    }

.clearfix {
    overflow: hidden;
    *zoom: 1;
}

.icon-date {
    font-family: 'Roboto',sans-serif !important;
    padding-left: 18px;
    background: url(https://www.aster.it/sites/all/themes/aster/images/icon-sprite.png) 0 0 no-repeat;
    line-height: 12px;
    background-size: 14px
}

    .icon-date.icon-date--purple {
        background-position: 0 100%
    }

.icon-attachment {
    display: inline-block;
    font-family: 'Roboto',sans-serif !important;
    padding-left: 25px;
    background: url(https://www.aster.it/sites/all/themes/aster/images/icon-sprite.png) 0 0 no-repeat;
    line-height: 18px !important;
    font-size: .875rem;
    background-position: 0 -282px;
    color: #ea0f30
}

.file--pdf {
    background: url(https://www.aster.it/sites/all/themes/aster/images/icon-sprite.png) 0 -123px no-repeat
}

.block-title {
    display: block
}

.view-title {
    font-size: 1.875rem;
    font-weight: 500;
    margin-bottom: 1rem
}

.page-list--news .view-title:after {
    background: #78499a
}

.content-sidebar .block {
    margin-bottom: 2em
}

.tab-content .tab-pane {
    display: none
}

.tab-content .active {
    display: block
}

.no-js .tab-content .tab-elenco {
    display: block !important
}

.no-js .tab-content .map {
    display: none !important
}

.messages {
    padding: 1em 1em 1em 40px;
    font-size: .875rem;
    line-height: 20px
}

    .messages a {
        color: #ea0f30
    }

    .messages.error {
        border: 2px solid #ea0f30;
        background: #fff url(https://www.aster.it/sites/all/themes/aster/images/msg-error.png) 8px 10px no-repeat;
        color: #000
    }

        .messages.error a {
            color: #ea0f30
        }

    .messages.status {
        border: 2px solid #55af55;
        background: #fff url(https://www.aster.it/sites/all/themes/aster/images/msg-success.png) 10px 10px no-repeat;
        color: #000
    }

.anchor {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden
}

.logged-in .anchor {
    top: -150px
}

.nav-target {
    background: #ea0f30
}

.nav-target__items {
    background: #fff;
    overflow: visible
}

    .nav-target__items > li {
        display: block;
        background: #ea0f30;
        margin-right: 0
    }

@media(min-width:48em) {
    .nav-target__items > li {
        float: left;
        width: 25%;
        border-left: 10px solid #fff
    }
}

.nav-target__items > li:first-child {
    border: none
}

@media(min-width:48em) {
    .nav-target__items > li:hover > a {
        background: #7b858e !important;
        color: #fff !important
    }

        .nav-target__items > li:hover > a:after {
            display: none;
            top: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-top-color: #7b858e;
            border-width: 7px;
            margin-left: -7px;
            z-index: 100
        }
}

@media(min-width:48em) {
    .nav-target__items > li:hover > .nav-target__sublevel-wrapper {
        display: block
    }
}

.nav-target__items > li > a {
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    height: 55px;
    line-height: 18px;
    width: 100%
}

@media(min-width:48em) {
    .nav-target__items > li > a {
        display: table
    }
}

@media(min-width:62em) {
    .nav-target__items > li > a {
        padding: 0 2.5em
    }
}

.nav-target__items > li > a.active, .nav-target__items > li > a.active-trail {
    background: #fff;
    color: #b70e25
}

.nav-target__items > li > a > span {
    text-align: center;
    vertical-align: middle
}

@media(min-width:48em) {
    .nav-target__items > li > a > span {
        display: table-cell
    }
}

.nav-target__items--sticky {
    float: right
}

    .nav-target__items--sticky > li {
        width: auto;
        border-width: 5px
    }

        .nav-target__items--sticky > li > a {
            height: auto;
            line-height: 30px;
            padding: 0 1em;
            font-size: .8125rem
        }

@media(min-width:75em) {
    .nav-target__items--sticky > li > a {
        font-size: .9375rem
    }
}

.nav-target__items--sticky > li > a:after {
    display: none !important
}

.nav-target__sublevel-wrapper {
    display: none
}

@media(min-width:48em) {
    .nav-target__sublevel-wrapper {
        position: absolute;
        background: url(https://www.aster.it/sites/all/themes/aster/images/target-submenu-bg.gif) 50% 50% repeat-y;
        -moz-box-shadow: 0px 2px 1px 0px rgba(10,10,10,0.5);
        -webkit-box-shadow: 0px 2px 1px 0px rgba(10,10,10,0.5);
        box-shadow: 0px 2px 1px 0px rgba(10,10,10,0.5);
        left: 0;
        width: 100%;
        z-index: 99
    }
}

@media(max-width:29.9375em) {
    .nav-target__sublevel-wrapper > .container {
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width:48em) {
    .nav-target__sublevel-wrapper > .container {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.nav-target__sublevel-wrapper .nav-target__block {
    padding: 10px 20px;
    background: #fff
}

@media(min-width:48em) {
    .nav-target__sublevel-wrapper .nav-target__block {
        -webkit-flex: 0 0 60%;
        flex: 0 0 60%;
        padding: 1em 2em
    }
}

.nav-target__sublevel-wrapper .nav-target__block .target-menu__title {
    display: block;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1em;
    text-transform: uppercase
}

.nav-target__sublevel-wrapper .nav-target__block p {
    font-size: .8125rem;
    margin: 1em 0;
    line-height: 1.4em
}

.nav-target__sublevel-wrapper .nav-target__block .btn-default {
    margin-top: 1em
}

.nav-target__sublevel-wrapper .nav-target__sublevel-nav {
    background: #e5e5e5
}

@media(min-width:48em) {
    .nav-target__sublevel-wrapper .nav-target__sublevel-nav {
        -webkit-flex: 0 0 40%;
        flex: 0 0 40%;
        padding: 2em;
        border-left: 10px solid #fff
    }
}

.nav-target__sublevel-wrapper .nav-target__sublevel-nav a {
    color: #000
}

.nav-target__sublevel-wrapper .sublevel-nav__title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .8em
}

.nav-target__sublevel-wrapper .nav-target__sublevel {
    list-style: disc outside;
    margin-left: 1em
}

    .nav-target__sublevel-wrapper .nav-target__sublevel a {
        display: inline-block;
        margin: .3em 0;
        text-transform: uppercase
    }

.language-switcher-locale-url > li {
    display: inline-block;
    margin-left: -2px
}

    .language-switcher-locale-url > li > .language-link {
        display: block;
        padding: 30px 10px 10px;
        text-transform: uppercase;
        color: #333;
        font-size: .9375rem
    }

        .language-switcher-locale-url > li > .language-link.active {
            background: #7b858d;
            color: #fff
        }

.off-canvas .language-switcher-locale-url {
    margin: 1em 0
}

    .off-canvas .language-switcher-locale-url > li {
        display: block;
        margin: 0
    }

        .off-canvas .language-switcher-locale-url > li > a {
            padding: 0;
            background: #7b858d;
            line-height: 2.8125rem;
            text-align: center;
            color: #fff
        }

            .off-canvas .language-switcher-locale-url > li > a.active {
                display: none
            }

.language-switcher-locale-url .locale-untranslated {
    text-decoration: line-through
}

.nav-top__items > li {
    position: relative;
    display: inline-block;
    margin-right: -4px;
    padding: 0 10px
}

    .nav-top__items > li > a {
        text-transform: uppercase;
        color: #333;
        font-size: .8125rem
    }

@media(min-width:62em) {
    .nav-top__items > li > a {
        font-size: .75rem
    }
}

@media(min-width:75em) {
    .nav-top__items > li > a {
        font-size: .875rem
    }
}

.nav-top__items > li > a:hover, .nav-top__items > li > a.active, .nav-top__items > li > a.active-trail {
    color: #ea0f30
}

.nav-top__items > li + li:before {
    position: absolute;
    content: '\2022';
    color: #000;
    left: -2px;
    top: 1px
}

.nav-mobile__items li {
    position: relative
}

    .nav-mobile__items li > ul {
        display: none
    }

    .nav-mobile__items li.active > ul {
        display: block
    }

    .nav-mobile__items li > .subnav-toggler {
        position: absolute !important;
        top: 5px;
        right: 0;
        width: 45px;
        height: 40px;
        border-left: 1px solid #e6e6e6;
        border-bottom: none !important;
        background: url(https://www.aster.it/sites/all/themes/aster/images/subnav-toggler.png) 50% 50% no-repeat !important
    }

.nav-mobile__items .nav-mobile__li-level-1 {
    display: block;
    margin-bottom: 2px
}

    .nav-mobile__items .nav-mobile__li-level-1 > a {
        position: relative;
        display: block;
        color: #fff;
        background: #ea0f30;
        padding: 0 12px;
        text-transform: uppercase;
        line-height: 3.125rem
    }

        .nav-mobile__items .nav-mobile__li-level-1 > a.active-trail:after {
            top: 100%;
            left: 25px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-top-color: #ea0f30;
            border-width: 7px;
            margin-left: -7px;
            z-index: 100
        }

.nav-mobile__items .nav-mobile__li-level-2 {
    position: relative;
    display: block
}

    .nav-mobile__items .nav-mobile__li-level-2:first-child {
        border: none
    }

    .nav-mobile__items .nav-mobile__li-level-2 > a {
        position: relative;
        display: block;
        font-size: .9375rem;
        line-height: 18px;
        padding: 16px 10px;
        text-transform: uppercase;
        color: #000;
        border-bottom: 1px solid #e6e6e6
    }

        .nav-mobile__items .nav-mobile__li-level-2 > a.active {
            background: #e6e6e6;
            border-color: #cccaca
        }

        .nav-mobile__items .nav-mobile__li-level-2 > a.active-trail {
            background: #e6e6e6;
            border-color: #e6e6e6
        }

            .nav-mobile__items .nav-mobile__li-level-2 > a.active-trail:after {
                top: 100%;
                left: 2em;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-top-color: #e6e6e6;
                border-width: 7px;
                margin-left: -7px;
                z-index: 100
            }

.nav-mobile__items .nav-mobile__li-level-3 a {
    display: block;
    padding: 1em 20px;
    font-size: .875rem;
    line-height: 21px;
    color: #000;
    border-bottom: 1px solid #e6e6e6
}

    .nav-mobile__items .nav-mobile__li-level-3 a.active {
        color: #b70e25
    }

.nav-sidebar {
    background: #fff
}

    .nav-sidebar .nav-title {
        background: #7b858f;
        font-size: 1.25rem;
        font-weight: 100;
        color: #fff;
        padding: 10px 12px
    }

    .nav-sidebar .menu {
        padding: 0 10px
    }

@media(min-width:62em) {
    .nav-sidebar .menu {
        padding: 0 18px
    }
}

.nav-sidebar .menu a {
    display: block;
    padding: 5px 0;
    font-size: .875rem;
    color: #000;
    text-transform: uppercase;
    line-height: 1.5em;
    border-bottom: 1px dotted #c1c1c1;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

@media(min-width:62em) {
    .nav-sidebar .menu a {
        font-size: 1rem
    }
}

.nav-sidebar .menu a.active, .nav-sidebar .menu a.active-trail, .nav-sidebar .menu a:hover {
    color: #b70e25
}

.nav-sidebar .menu > .last > a {
    border-bottom: 0
}

.nav-sidebar li.expanded > a {
    border-bottom: none
}

.nav-sidebar li.expanded > .menu {
    position: relative;
    margin: 0 -10px 5px;
    padding: 10px 10px 0;
    background: #b70e25
}

@media(min-width:62em) {
    .nav-sidebar li.expanded > .menu {
        margin: 0 -18px 5px;
        padding: 10px 18px 0
    }
}

.nav-sidebar li.expanded > .menu:before {
    top: 0;
    left: 28px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #fff;
    border-width: 7px;
    margin-left: -7px;
    z-index: 100
}

.nav-sidebar li.expanded > .menu a {
    color: #fff;
    font-size: .8125rem;
    border-top: 1px dotted #fad5d8;
    border-bottom: 0
}

@media(min-width:62em) {
    .nav-sidebar li.expanded > .menu a {
        font-size: .9375rem
    }
}

.nav-sidebar li.expanded > .menu a:hover, .nav-sidebar li.expanded > .menu a.active, .nav-sidebar li.expanded > .menu a.active-trail {
    color: #d6d6d6
}

.nav-sidebar li.expanded > .menu > li:first-child > a {
    border-top: 0
}

.nav-sidebar li.expanded > .menu .menu {
    background: #e4e4e4;
    padding-bottom: 10px
}

    .nav-sidebar li.expanded > .menu .menu:before {
        border-top-color: #b70e25
    }

    .nav-sidebar li.expanded > .menu .menu a {
        text-transform: none;
        color: #000;
        border-top: 1px dotted #787878
    }

        .nav-sidebar li.expanded > .menu .menu a:hover, .nav-sidebar li.expanded > .menu .menu a.active {
            color: #b70e25
        }

.nav-sidebar li.expanded + li > a {
    border-top: none !important
}

.nav-sidebar li.menu_trasp > a {
    font-size: .8125rem
}

.nav-sidebar li.menu_trasp > ul.menu a {
    font-size: .75rem;
    line-height: 1.2em
}

.btn {
    display: inline-block;
    padding: 6px 1em;
    font-size: 1em;
    line-height: 2em;
    white-space: nowrap;
    text-transform: uppercase;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn-default {
    background: #e5b305;
    color: #fff
}

.openInnovation {
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    position: relative;
    padding: 5px;
    background-color: #e81c35;
    width: auto;
    margin: 0;
    display: -webkit-inline-box
}

    .openInnovation a {
        color: #fff;
        text-decoration: none
    }

    .openInnovation .button {
        transition: all .5s;
        cursor: pointer
    }

        .openInnovation .button span {
            cursor: pointer;
            display: inline-block;
            position: relative;
            transition: .5s;
            overflow: hidden;
            border-bottom: 7px solid #fff;
            margin-bottom: 2px;
            display: block;
            min-height: 35px;
            padding: 5px 20px 5px 15px
        }

            .openInnovation .button span:after {
                content: '';
                width: 21px;
                height: 21px;
                background: url(https://www.aster.it/sites/all/themes/aster/images/btn_open_innovation.png) 0 0 no-repeat;
                position: absolute;
                opacity: 1;
                bottom: -25px;
                left: 0;
                transition: .5s
            }

        .openInnovation .button:hover span {
            padding: 5px 10px 5px 25px
        }

            .openInnovation .button:hover span:after {
                bottom: 2px
            }

form input, form select {
    font-family: 'Roboto',sans-serif
}

input, select {
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

    input[type="submit"] {
        width: auto;
        -moz-appearance: none;
        -webkit-appearance: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0
    }

    input[type=checkbox] {
        position: absolute;
        font-size: 0;
        height: 0;
        width: 0;
        border: 0;
        opacity: 0
    }

        input[type=checkbox] + label {
            text-transform: none;
            font-size: .8125rem;
            line-height: 20px;
            margin: 10px 0;
            display: inline-block;
            padding: 0 0 0 30px;
            position: relative
        }

            input[type=checkbox] + label:after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                background: #fff;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                border: 1px solid #adafb1
            }

            input[type=checkbox] + label > a {
                text-decoration: underline
            }

        input[type=checkbox]:checked + label:before {
            content: "\2713";
            position: absolute;
            top: 5px;
            left: 6px;
            width: 10px;
            line-height: 10px;
            height: 10px;
            color: #000;
            z-index: 1
        }

        input[type=checkbox].error + label:after {
            border: 1px solid #ea0f30
        }

#user-login {
    max-width: 400px
}

    #user-login label {
        display: block;
        line-height: 1.5em
    }

    #user-login .description {
        font-size: .75em;
        margin: 3px 0 1em
    }

    #user-login input {
        font-size: 1.125rem;
        padding: 10px 10px;
        border: 1px solid #e5e8ea;
        resize: none;
        -moz-transition: all .2s;
        -o-transition: all .2s;
        -webkit-transition: all .2s;
        transition: all .2s
    }

        #user-login input:focus {
            outline: none;
            border-color: #b1b1b1
        }

        #user-login input.error {
            border-color: #ea0f30
        }

.page-intro, .page-list--piattaforme .views-header {
    background: #fff;
    padding: 15px;
    font-size: 1rem
}

@media(min-width:48em) {
    .page-intro, .page-list--piattaforme .views-header {
        margin: 0 -15px;
        padding: 30px;
        margin: 0;
        font-size: .9375rem
    }
}

.node-full {
    background: #fff;
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px
}

@media(min-width:48em) {
    .node-full {
        padding: 30px;
        margin-left: 0;
        margin-right: 0
    }
}

.node-full .node-visual__img {
    width: 100%
}

.node-full.node-target {
    padding: 0;
    background: transparent
}

.node-full .node-sede-tecnopolo .field {
    padding: 0;
    border-bottom: 0
}

.node-full .node-sede-tecnopolo .link-tecnopolo {
    display: block;
    margin-bottom: .2em;
    font-weight: 700;
    font-size: .9375rem
}

.node-full .node-sede-tecnopolo .sede-tecnopolo__name {
    display: block;
    font-weight: 700
}

.node-full .node-sede-tecnopolo .field-name-field-location {
    font-size: .8125rem;
    line-height: 1.2em
}

.node-full h2 {
    font-size: 1.625rem;
    margin: 1.2em 0 0
}

    .node-full h2.page-subtitle {
        margin: .4em 0 1em
    }

.node-full h3 {
    font-size: 1.25rem;
    margin: 1.4em 0 0
}

.node-full h4 {
    font-size: 1rem;
    margin: 1em 0 0
}

.node-full p {
    margin: 1em 0;
    font-size: 1rem;
    line-height: 1.5em
}

@media(min-width:48em) {
    .node-full p {
        font-size: .875rem;
        line-height: 1.25rem
    }
}

.node-full .field a {
    color: #b70e25;
    text-decoration: underline
}

    .node-full .field a:visited {
        color: #a04a56
    }

.node-full .field-type-text-long ul, .node-full .field-type-text-with-summary ul {
    font-size: .875rem;
    list-style: disc outside;
    margin-left: 1em;
    padding-left: 18px;
    overflow: auto
}

    .node-full .field-type-text-long ul > li, .node-full .field-type-text-with-summary ul > li {
        line-height: 1.625em
    }

.node-full .field-type-text-long ol, .node-full .field-type-text-with-summary ol {
    list-style: decimal;
    margin-left: 2em
}

    .node-full .field-type-text-long ol > li, .node-full .field-type-text-with-summary ol > li {
        padding: .25rem 0;
        line-height: 1.625em
    }

.node-full .floatleft {
    display: block;
    float: left;
    margin: 0 10px 4px 0
}

.node-full .floatright {
    display: block;
    float: right;
    margin: 0 0 4px 10px
}

.node-full .node-content .field {
    font-size: .875rem;
    margin: .5em 0
}

    .node-full .node-content .field.field-name-field-source {
        margin-bottom: 1.5em
    }

.node--header-image .node-visual__container, .node--header-image .field-name-field-image {
    margin: -15px -15px 1em
}

@media(min-width:48em) {
    .node--header-image .node-visual__container, .node--header-image .field-name-field-image {
        margin: -30px -30px 1em
    }
}

.page-title {
    margin-bottom: .6em
}

.node-info {
    color: #ea0f30;
    margin: 1em 0
}

    .node-info > span {
        display: inline-block
    }

        .node-info > span.node-type {
            font-size: .8125rem;
            font-weight: 500;
            text-transform: uppercase;
            padding-right: 5px;
            border-right: 1px solid #ea0f30;
            margin-right: 5px
        }

        .node-info > span.node-date {
            display: inline-block;
            color: #ea0f30;
            font-size: .75rem
        }

.page-block {
    background: #fff;
    padding: 15px
}

    .page-block .page-block__readmore {
        display: inline-block;
        float: right;
        margin: 1em 0;
        color: #b70e25
    }

@media(min-width:48em) {
    .page-block {
        padding: 1em 2em
    }
}

.target-servizi {
    margin-top: 2em;
    padding: 0 15px
}

@media(min-width:48em) {
    .target-servizi {
        padding: 0
    }
}

.target-servizi h3 {
    margin-bottom: 1em !important;
    font-size: 25px !important
}

.service-tools {
    margin: 2em 0 1em
}

    .service-tools .service-tools__title {
        color: #076178;
        font-size: 1.375rem;
        font-weight: 500;
        margin-bottom: .5em
    }

.target__other-tools {
    margin-top: 2em
}

@media(max-width:29.9375em) {
    .target__other-tools {
        margin-left: 0;
        margin-right: 0;
        padding: 0 15px !important
    }
}

.tool-block_reference {
    position: relative;
    margin-bottom: 1em
}

    .tool-block_reference:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 85px;
        height: 4px;
        background: #069abf
    }

    .tool-block_reference h5 {
        font-size: 1.25rem;
        font-weight: 700;
        margin: 1em 0 .5em;
        color: #069abf
    }

    .tool-block_reference .field-name-field-link {
        float: left;
        margin: 1em 0
    }

        .tool-block_reference .field-name-field-link a {
            color: #b70e25
        }

.views-header a {
    color: #ea0f30
}

.node-teaser {
    position: relative;
    background: #fff;
    overflow: hidden;
    *zoom: 1;
    margin-bottom: 1em
}

    .node-teaser:hover {
        background: #fafafa
    }

        .node-teaser:hover.node-sede_tecnopolo-teaser {
            background: none
        }

    .node-teaser .teaser-title {
        font-size: 1.125rem;
        font-weight: 700
    }

    .node-teaser .node-info {
        margin: 10px 0
    }

    .node-teaser .field-name-body {
        font-size: .875rem
    }

    .node-teaser .node-content {
        padding: 1em
    }

@media(min-width:48em) {
    .node-teaser.teaser-hasImage .node-content {
        float: left;
        width: 505px
    }
}

@media(min-width:62em) {
    .node-teaser.teaser-hasImage .node-content {
        width: 720px
    }
}

@media(min-width:62em) {
    .node-teaser.teaser-hasImage .node-content {
        width: 925px
    }
}

@media(min-width:48em) {
    .has-sidebar .node-teaser.teaser-hasImage .node-content {
        width: 320px
    }
}

@media(min-width:62em) {
    .has-sidebar .node-teaser.teaser-hasImage .node-content {
        width: 480px
    }
}

@media(min-width:75em) {
    .has-sidebar .node-teaser.teaser-hasImage .node-content {
        width: 630px
    }
}

.node-teaser.node-lavora-con-noi.esito-nonvalutato {
    border-left: 6px solid #ea0f30
}

.node-teaser.node-lavora-con-noi.esito-invalutazione {
    border-left: 6px solid #df871f
}

.node-teaser.node-lavora-con-noi.esito-valutato {
    border-left: 6px solid #679c69
}

@media(min-width:30em) {
    .teaser-img {
        float: left;
        width: 215px
    }
}

.teaser-img img {
    display: block;
    width: 100%
}

.block.event_details {
    position: relative;
    padding: 1em;
    background: #fff
}

    .block.event_details > span {
        position: relative;
        display: block;
        padding: 0 1em 1em 25px;
        font-size: 14px;
        border-bottom: 1px dashed #ccc;
        margin-bottom: 1em;
        line-height: 1.4em
    }

        .block.event_details > span:after {
            content: " ";
            position: absolute;
            left: 0;
            top: 2px;
            width: 20px;
            height: 20px;
            background-image: url(https://www.aster.it/sites/all/themes/aster/images/icon-sprite.png);
            background-repeat: no-repeat
        }

        .block.event_details > span.event__location:after {
            background-position: 0 -60px
        }

        .block.event_details > span.event__attachment:after {
            background-position: 0 -282px
        }

        .block.event_details > span.event__link:after {
            background-position: 0 -200px
        }

        .block.event_details > span > a {
            color: #ea0f30
        }

    .block.event_details:after {
        content: " ";
        position: absolute;
        top: 1em;
        right: 100%;
        width: 0;
        height: 0;
        border: solid transparent;
        pointer-events: none;
        border-color: rgba(136,183,213,0);
        border-right-color: #fff;
        border-width: 14px
    }

@media(min-width:62em) {
    .block.event_details:after {
        border-width: 22px
    }
}

.content-sidebar.pull-9 .block.event_details:after {
    border-left-color: #fff;
    border-right-color: transparent;
    right: auto;
    left: 100%
}

.node-press-release .group-header, .node-press-review .group-header {
    border-bottom: 1px solid #7b858d
}

.node-press-release .field-name-field-city, .node-press-review .field-name-field-city, .node-press-release .field-name-field-content-date, .node-press-review .field-name-field-content-date {
    margin: 1em 0 .5em;
    font-size: .875rem;
    font-style: italic
}

.node-press-release .field-name-field-attachment, .node-press-review .field-name-field-attachment {
    margin: 1em 0
}

.node-press-release .field-name-field-source .field-value, .node-press-review .field-name-field-source .field-value {
    font-size: 1rem;
    font-weight: 700;
    font-style: italic
}

.node-publication-teaser .teaser-img {
    width: auto
}

.node-publication-teaser .node-content .field {
    font-size: .875rem;
    margin: .5em 0
}

.node-lavora_con_noi-teaser .field {
    font-size: .875rem;
    margin: .5em 0
}

.node-lavora_con_noi-full .node-content .field {
    margin: 1em 0
}

.node-lavora_con_noi-full .node-content .field-name-field-result {
    margin-top: 2em
}

    .node-lavora_con_noi-full .node-content .field-name-field-result .field-label {
        font-size: 1rem
    }

.node-lavora_con_noi-full .node-content .field-name-field-preselezione .field-label {
    font-size: 1rem
}

@media(min-width:48em) {
    .node-target_highlights .teaser-img {
        float: left;
        width: 120px;
        margin-right: 1em
    }
}

.node-target_highlights .node-info > span.node-type {
    border: none
}

.field-type-taxonomy-term-reference .field-label {
    display: block;
    margin-bottom: .5rem
}

.field-type-taxonomy-term-reference .field-value {
    display: inline-block;
    margin-right: 5px
}

    .field-type-taxonomy-term-reference .field-value > a {
        display: block;
        padding: 5px 10px;
        background: #ea0f30;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        color: #fff !important;
        text-decoration: none
    }

.field .field-label {
    font-weight: 700
}

.field-label-inline .field-label, .field-label-inline .field-items {
    float: left
}

form .field-multiple-table {
    margin: 0
}

    form .field-multiple-table th.field-label {
        padding-left: 0
    }

    form .field-multiple-table td.field-multiple-drag {
        width: 30px;
        padding-right: 0
    }

        form .field-multiple-table td.field-multiple-drag a.tabledrag-handle {
            padding-right: .5em
        }

form .field-add-more-submit {
    margin: .5em 0 0
}

table {
    width: 100%;
    margin: 1em 0;
    border-collapse: collapse
}

    table th {
        padding: 10px;
        background: #efefef;
        border: 1px solid #efefef;
        font-weight: 700
    }

    table td {
        padding: 10px;
        border: 1px solid #efefef
    }

.front .main-content {
    margin-top: 0
}

.front .content-wrapper {
    margin-top: 2em
}

.site-intro {
    background: #fff url(https://www.aster.it/sites/all/themes/aster/images/grid.svg) 50% 50% no-repeat;
    background-size: cover;
    padding: 1rem 0
}

    .site-intro .block {
        position: relative;
        padding: 1em
    }

@media(min-width:48em) {
    .site-intro .block {
        padding: 2em 1em
    }
}

@media(min-width:75em) {
    .site-intro .block {
        max-width: 1920px;
        margin: 0 auto;
        padding: 2em 3em
    }
}

.site-intro .boxes {
    margin-top: 1em;
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media(min-width:48em) {
    .site-intro .boxes {
        margin-top: 2em
    }
}

.site-intro .box-wrapper {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px
}

@media(min-width:75em) {
    .site-intro .box-wrapper {
        margin-bottom: 0
    }
}

@media(min-width:30em) {
    .site-intro .boxes--count-3 .box-wrapper {
        width: 50%
    }
}

@media(min-width:62em) {
    .site-intro .boxes--count-3 .box-wrapper {
        width: 33.33333%;
        margin-bottom: 0
    }
}

@media(min-width:30em) {
    .site-intro .boxes--count-4 .box-wrapper {
        width: 50%
    }
}

@media(min-width:75em) {
    .site-intro .boxes--count-4 .box-wrapper {
        width: 25%;
        margin-bottom: 0
    }
}

.block-hp__box {
    display: block;
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    color: #fff;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover !important
}

.block-hp__box__overflow {
    position: relative;
    padding: 1.5em 24px;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.block-hp__box__background {
    position: absolute;
    top: -2%;
    left: -2%;
    width: 105%;
    height: 105%;
    background: rgba(0,0,0,0.5);
    z-index: 0;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

@media(min-width:62em) {
    .block-hp__box__background {
        background: none;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiNmZjAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTExMTExIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
        background-size: 100%;
        background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,rgba(255,0,0,0)),color-stop(100%,#111));
        background-image: -moz-linear-gradient(rgba(255,0,0,0) 20%,#111 100%);
        background-image: -webkit-linear-gradient(rgba(255,0,0,0) 20%,#111 100%);
        background-image: linear-gradient(rgba(255,0,0,0) 20%,#111 100%)
    }
}

.block-hp__box__content {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media(min-width:62em) {
    .block-hp__box__content {
        -moz-transform: translateY(75%);
        -ms-transform: translateY(75%);
        -webkit-transform: translateY(75%);
        transform: translateY(75%);
        -moz-transition: -moz-transform .25s;
        -o-transition: -o-transform .25s;
        -webkit-transition: -webkit-transform .25s;
        transition: transform .25s
    }

    .boxes--count-4 .block-hp__box__content {
        -moz-transform: translateY(60%);
        -ms-transform: translateY(60%);
        -webkit-transform: translateY(60%);
        transform: translateY(60%)
    }
}

.block-hp__box .box__title {
    position: relative;
    z-index: 2;
    font-size: 1.75rem;
    font-weight: 600
}

.block-hp__box .box__caption {
    position: relative;
    display: block;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3em;
    z-index: 2
}

@media(min-width:62em) {
    .block-hp__box .box__caption {
        filter: alpha(opacity=0);
        opacity: 0;
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        -moz-transition: all .25s;
        -o-transition: all .25s;
        -webkit-transition: all .25s;
        transition: all .25s
    }
}

.block-hp__box .faux-block-link__overlay {
    z-index: 10
}

@media(min-width:62em) {
    .block-hp__box:hover, .block-hp__box.focus {
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        -moz-box-shadow: 0 2px 6px 2px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0 2px 6px 2px rgba(0,0,0,0.5);
        box-shadow: 0 2px 6px 2px rgba(0,0,0,0.5)
    }

        .block-hp__box:hover .block-hp__box__background, .block-hp__box.focus .block-hp__box__background {
            filter: alpha(opacity=90);
            opacity: .9
        }

        .block-hp__box:hover .block-hp__box__content, .block-hp__box.focus .block-hp__box__content {
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        .block-hp__box:hover .box__caption, .block-hp__box.focus .box__caption {
            -moz-transition-delay: .1s;
            -o-transition-delay: .1s;
            -webkit-transition-delay: .1s;
            transition-delay: .1s;
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -webkit-transform: translateY(0);
            transform: translateY(0);
            filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
            opacity: 1
        }
}

.block-hp-aster-protagonisti h2 {
    font-size: 1.5rem;
    color: #b70e25;
    font-weight: 700
}

@media(min-width:75em) {
    .block-hp-aster-protagonisti h2 {
        font-size: 2.25rem
    }
}

@media(min-width:62em) {
    .block-hp-aster-protagonisti .block-hp__box:hover .block-hp__box__background {
        background: #42902a
    }
}

.block-hp-aster-protagonisti .box--rete {
    background-image: url(https://www.aster.it/sites/all/themes/aster/images/hp/rete.png);
    background-position: 0 50%
}

.block-hp-aster-protagonisti .box--startup {
    background-image: url(https://www.aster.it/sites/all/themes/aster/images/hp/startup.jpg)
}

.block-hp-aster-protagonisti .box--imprese {
    background-image: url(https://www.aster.it/sites/all/themes/aster/images/hp/imprese.jpg)
}

.block-hp-aster-luoghi h2 {
    font-size: 1.5rem;
    color: #b70e25;
    font-weight: 700
}

@media(min-width:75em) {
    .block-hp-aster-luoghi h2 {
        font-size: 2.25rem
    }
}

@media(min-width:62em) {
    .block-hp-aster-luoghi .block-hp__box:hover .block-hp__box__background {
        background: #b70e25
    }
}

.block-hp-aster-luoghi .box--tecnopoli {
    background-image: url(https://www.aster.it/sites/all/themes/aster/images/hp/tecnopoli.jpg)
}

.block-hp-aster-luoghi .box--incubatori {
    background-image: url(https://www.aster.it/sites/all/themes/aster/images/hp/incubatori.jpg)
}

.block-hp-aster-luoghi .box--fablab {
    background-image: url(https://www.aster.it/sites/all/themes/aster/images/hp/fablab.jpg)
}

.block-hp-aster-servizi h2 {
    font-size: 1.5rem;
    color: #b70e25;
    font-weight: 700
}

@media(min-width:75em) {
    .block-hp-aster-servizi h2 {
        font-size: 2.25rem
    }
}

@media(min-width:62em) {
    .block-hp-aster-servizi .block-hp__box:hover .block-hp__box__background {
        background: #069abf
    }
}

.block-hp-aster-servizi .box--startup {
    background-image: url(https://www.aster.it/sites/all/themes/aster/images/hp/servizi.jpg)
}

.block-hp-aster-servizi .box--partner {
    background-image: url(https://www.aster.it/sites/all/themes/aster/images/hp/partner.jpg)
}

.block-hp-aster-servizi .box--finanziamento {
    background-image: url(https://www.aster.it/sites/all/themes/aster/images/hp/finanziamento.jpg)
}

.block-hp-aster-servizi .box--idea {
    background-image: url(https://www.aster.it/sites/all/themes/aster/images/hp/idea.jpg);
    background-position: 0 50%
}

.block-hp-aster-cluster h2 {
    font-size: 1.5rem;
    color: #b70e25;
    font-weight: 700;
    line-height: 1.5em
}

@media(min-width:75em) {
    .block-hp-aster-cluster h2 {
        font-size: 2.25rem
    }
}

.block-hp-aster-cluster h3 {
    font-size: 1.6875rem;
    font-weight: 700;
    color: #555
}

.block-hp-aster-cluster .cluster-list {
    margin-top: 1em;
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

    .block-hp-aster-cluster .cluster-list li {
        display: block;
        width: 50%;
        height: 90px;
        padding: 0 10px;
        margin-bottom: 1em
    }

@media(min-width:62em) {
    .block-hp-aster-cluster .cluster-list li {
        height: 76px;
        width: 33.33333%
    }
}

@media(min-width:75em) {
    .block-hp-aster-cluster .cluster-list li {
        width: 25%
    }
}

.block-hp-aster-cluster .cluster-list a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    border: 1px solid #7f7e7e;
    padding: 0 1rem;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    color: #494949;
    font-size: 1rem;
    line-height: 1.3em;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

@media(min-width:62em) {
    .block-hp-aster-cluster .cluster-list a {
        font-size: 1.25rem
    }
}

.block-hp-aster-cluster .cluster-list a:hover {
    background: #fff;
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -moz-box-shadow: 0 2px 3px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0 2px 3px 0px rgba(0,0,0,0.2)
}

.block-hp-aster-cluster .cluster-list .cluster-join > a {
    position: relative;
    border: none;
    color: #b70e25
}

    .block-hp-aster-cluster .cluster-list .cluster-join > a:after {
        content: '';
        display: inline-block;
        margin-left: 8px;
        width: 9px;
        height: 13px;
        background: url(https://www.aster.it/sites/all/themes/aster/images/pointer-red.svg) 0 0 no-repeat;
        background-size: cover
    }

.site-header {
    position: relative;
    background: #fff
}

    .site-header .container {
        position: relative
    }

    .site-header #logo {
        position: relative;
        left: 50%;
        margin: 0 0 10px -80px;
        display: block;
        width: 160px
    }

.domain-domain-retealtatecnologia .site-header #logo {
    width: 200px;
    margin: 5px 0 10px -100px
}

@media(min-width:48em) {
    .domain-domain-retealtatecnologia .site-header #logo {
        width: 300px;
        margin: 10px 0
    }
}

@media(min-width:62em) {
    .domain-domain-retealtatecnologia .site-header #logo {
        width: 350px;
        margin: 5px 0 10px
    }
}

@media(min-width:48em) {
    .site-header #logo {
        position: absolute;
        left: 15px;
        margin: 10px 0 0;
        width: 180px
    }
}

@media(min-width:62em) {
    .site-header #logo {
        width: 200px;
        left: auto;
        float: left;
        margin: 23px 0 0 !important
    }
}

@media(min-width:75em) {
    .site-header #logo {
        width: 250px
    }
}

.site-header #logo > img {
    width: 200px
}

@media(min-width:75em) {
    .site-header #logo > img {
        width: 250px
    }
}

.domain-domain-retealtatecnologia .site-header #logo > img {
    width: 200px
}

@media(min-width:48em) {
    .domain-domain-retealtatecnologia .site-header #logo > img {
        width: 350px
    }
}

.site-header .region-header {
    float: right;
    text-align: right
}

    .site-header .region-header > * {
        display: none
    }

@media(min-width:48em) {
    .site-header .region-header > * {
        display: block !important
    }
}

.site-header .region-header .block-search, .site-header .region-header .block-search-api-page {
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 999;
    background: #f5f5f5;
    padding: 10px 0;
    width: 100%
}

    .site-header .region-header .block-search:before, .site-header .region-header .block-search-api-page:before {
        content: '';
        position: absolute;
        right: 23px;
        top: -6px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #f5f5f5
    }

@media(min-width:48em) {
    .site-header .region-header .block-search, .site-header .region-header .block-search-api-page {
        position: static;
        float: right;
        padding: 1em 0 0;
        width: 210px;
        margin-right: 2em;
        background: none
    }

        .site-header .region-header .block-search:before, .site-header .region-header .block-search-api-page:before {
            display: none
        }
}

@media(min-width:62em) {
    .site-header .region-header .block-search, .site-header .region-header .block-search-api-page {
        width: 340px
    }
}

.site-header .region-header .block-locale {
    float: right
}

.site-header .nav-top {
    clear: right;
    padding: 1em 0
}

.site-header .site-header__top {
    padding-top: 10px
}

@media(min-width:48em) {
    .site-header .site-header__top {
        padding-top: 0
    }
}

 .site-header .site-header__top {
    padding-bottom: 6px;
    background: url(https://www.aster.it/sites/all/themes/aster/images/border-rat.png) 50% 100% repeat-x
}

.site-header #search-trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    background: url(https://www.aster.it/sites/all/themes/aster/images/icon-search.svg) 50% 50% no-repeat;
    overflow: hidden
}

    .site-header #search-trigger > span {
        display: block;
        text-indent: -100px
    }

@media(min-width:48em) {
    .site-header #search-trigger {
        display: none
    }
}

.form-search {
    overflow: hidden;
    *zoom: 1;
    display: -webkit-flex;
    display: flex;
    padding: 0 10px
}

@media(min-width:48em) {
    .form-search {
        padding: 0
    }
}

.form-search .form-item {
    margin: 0
}

@media(min-width:48em) {
    .form-search .form-item.form-type-textfield {
        width: 170px
    }
}

@media(min-width:62em) {
    .form-search .form-item.form-type-textfield {
        width: 300px
    }
}

.form-search .form-item-search-block-form {
    -webkit-flex: 1;
    flex: 1
}

@media(min-width:48em) {
    .form-search .form-item-search-block-form {
        float: left
    }
}

.form-search .form-actions {
    margin: 0
}

@media(min-width:48em) {
    .form-search .form-actions {
        float: left
    }
}

.form-search input[type="search"], .form-search .form-text {
    width: 100%;
    background: #fff;
    border: 0;
    padding: 0 .6em;
    font-size: .875rem;
    line-height: 35px;
    height: 35px
}

    .form-search input[type="search"].placeholder, .form-search .form-text.placeholder {
        color: #fff
    }

    .form-search input[type="search"]:-moz-placeholder, .form-search .form-text:-moz-placeholder {
        color: #fff
    }

    .form-search input[type="search"]::-moz-placeholder, .form-search .form-text::-moz-placeholder {
        color: #fff
    }

    .form-search input[type="search"]:-ms-input-placeholder, .form-search .form-text:-ms-input-placeholder {
        color: #fff
    }

    .form-search input[type="search"]::-webkit-input-placeholder, .form-search .form-text::-webkit-input-placeholder {
        color: #fff
    }

@media(min-width:48em) {
    .form-search input[type="search"], .form-search .form-text {
        background: #f4f6f7;
        line-height: 40px;
        height: 40px;
        font-size: .9375rem
    }

        .form-search input[type="search"].placeholder, .form-search .form-text.placeholder {
            color: #7b858d
        }

        .form-search input[type="search"]:-moz-placeholder, .form-search .form-text:-moz-placeholder {
            color: #7b858d
        }

        .form-search input[type="search"]::-moz-placeholder, .form-search .form-text::-moz-placeholder {
            color: #7b858d
        }

        .form-search input[type="search"]:-ms-input-placeholder, .form-search .form-text:-ms-input-placeholder {
            color: #7b858d
        }

        .form-search input[type="search"]::-webkit-input-placeholder, .form-search .form-text::-webkit-input-placeholder {
            color: #7b858d
        }
}

.form-search input[type="search"]:focus, .form-search .form-text:focus {
    outline: none
}

.form-search input[type="submit"] {
    display: block;
    border: 0;
    cursor: pointer;
    font-size: .8125rem;
    text-transform: uppercase
}

@media(min-width:48em) {
    .form-search input[type="submit"] {
        width: 40px;
        height: 40px;
        text-indent: -9999px;
        background: #f4f6f7 url(https://www.aster.it/sites/all/themes/aster/images/icon-search.svg) 50% 50% no-repeat
    }
}

#sticky-header {
    display: none;
    position: fixed;
    width: 100%;
    top: -80px;
    background: #fff;
    -moz-transition: top .3s;
    -o-transition: top .3s;
    -webkit-transition: top .3s;
    transition: top .3s;
    z-index: 998
}

.no-js #sticky-header {
    display: none !important
}

.domain-domain-aster #sticky-header {
    -moz-box-shadow: 0px 3px 1px 0px rgba(10,10,10,0.2);
    -webkit-box-shadow: 0px 3px 1px 0px rgba(10,10,10,0.2);
    box-shadow: 0px 3px 1px 0px rgba(10,10,10,0.2)
}

.domain-domain-retealtatecnologia #sticky-header {
    padding-bottom: 6px;
    background: #fff url(https://www.aster.it/sites/all/themes/aster/images/border-rat.png) 50% 100% repeat-x
}

@media(min-width:62em) {
    #sticky-header {
        display: block
    }
}

#sticky-header.visible {
    top: 0
}

.logged-in #sticky-header.visible {
    top: 29px
}

#sticky-header .logo {
    float: left;
    max-width: 160px;
    margin: 14px 0 0
}

@media(min-width:75em) {
    #sticky-header .logo {
        max-width: 215px;
        margin: 8px 0 0
    }
}

.domain-domain-retealtatecnologia #sticky-header .logo {
    max-width: 300px;
    margin: 14px 0 0
}

#sticky-header .logo > img {
    width: 160px
}

@media(min-width:75em) {
    #sticky-header .logo > img {
        width: 215px
    }
}

@media(min-width:75em) {
    .domain-domain-retealtatecnologia #sticky-header .logo > img {
        width: 300px
    }
}

#sticky-header .push-right {
    float: right
}

#sticky-header .region-header {
    float: left
}

    #sticky-header .region-header .block {
        float: left
    }

#sticky-header .nav-sticky {
    float: left;
    text-align: right
}

@media(min-width:75em) {
    #sticky-header .nav-sticky {
        margin-left: 40px
    }
}

#sticky-header .nav-sticky .nav-top__items {
    margin: 12px 0
}

.domain-domain-retealtatecnologia #sticky-header .nav-sticky {
    margin-top: 30px
}

#sticky-header .language-switcher-locale-url {
    float: left
}

    #sticky-header .language-switcher-locale-url a {
        background: #7b858d;
        color: #fff;
        padding: 28px 5px 27px
    }

    #sticky-header .language-switcher-locale-url li {
        margin-left: 0
    }

        #sticky-header .language-switcher-locale-url li.active {
            display: none
        }

#sticky-header .form-search {
    position: relative;
    float: left;
    margin-left: 10px;
    overflow: visible
}

@media(min-width:75em) {
    #sticky-header .form-search {
        margin-left: 20px
    }
}

#sticky-header .form-search .form-type-textfield {
    display: none;
    position: absolute;
    right: 40px;
    top: 0;
    height: 70px;
    padding: 15px 25px;
    margin: 0;
    background: #fff
}

    #sticky-header .form-search .form-type-textfield.visible {
        display: block !important
    }

#sticky-header .form-search .form-actions {
    margin: 0
}

#sticky-header .form-search input[type="text"] {
    float: none;
    margin-left: 0;
    border: 1px solid #fff;
    -moz-transition: border-color .2s;
    -o-transition: border-color .2s;
    -webkit-transition: border-color .2s;
    transition: border-color .2s
}

    #sticky-header .form-search input[type="text"]:focus {
        border-color: #b1b1b1
    }

#sticky-header .form-search input[type="submit"] {
    background-color: #d7d7d7;
    height: 70px
}

.lines-button {
    border: 0;
    position: absolute;
    z-index: 10;
    padding: 0;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    background: none;
    display: inline-block;
    cursor: pointer;
    user-select: none;
    border-radius: 4.28571px
}

    .lines-button:focus {
        outline: none
    }

    .lines-button:hover {
        opacity: 1
    }

    .lines-button:active {
        transition: 0
    }

.nav-open .lines-button .lines {
    background: transparent
}

    .nav-open .lines-button .lines:before, .nav-open .lines-button .lines:after {
        transform-origin: 50% 50%;
        top: 0;
        width: 30px
    }

    .nav-open .lines-button .lines:before {
        transform: rotate3d(0,0,1,45deg)
    }

    .nav-open .lines-button .lines:after {
        transform: rotate3d(0,0,1,-45deg)
    }

.lines {
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #333;
    border-radius: 2.14286px;
    position: relative
}

    .lines:before, .lines:after {
        display: inline-block;
        width: 30px;
        height: 3px;
        background: #333;
        border-radius: 2.14286px;
        position: absolute;
        left: 0;
        content: '';
        transform-origin: 1.5px center
    }

    .lines:before {
        top: 7.5px
    }

    .lines:after {
        top: -7.5px
    }

.site-footer {
    background: #7b858d;
    overflow: hidden;
    *zoom: 1;
}

@media(min-width:48em) {
    .site-footer .container {
        display: -webkit-flex;
        display: flex
    }
}

.site-footer .block {
    margin-left: -15px;
    margin-right: -15px
}

@media(min-width:48em) {
    .site-footer .block {
        margin-left: 0;
        margin-right: 0;
        width: 25%;
        float: left;
        -webkit-flex: 1;
        flex: 1
    }
}

.site-footer .block.block-legal {
    float: none;
    width: auto
}

.site-footer .block.block-menu-block {
    padding: 1em;
    border-top: 5px solid #fff
}

@media(min-width:48em) {
    .site-footer .block.block-menu-block {
        border-top: 0;
        padding: 1em 0
    }
}

@media(min-width:48em) {
    .site-footer .block.block-menu-block:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 85px;
        height: 4px;
        background: #fff
    }
}

.site-footer .block.block-menu-block .block-title {
    background: url(https://www.aster.it/sites/all/themes/aster/images/block-collapsable-pointer.png) right 0 top 50% no-repeat
}

@media(min-width:48em) {
    .site-footer .block.block-menu-block .block-title {
        background: none
    }
}

.site-footer .block.block-aster-map {
    display: none;
    padding: 25px 0;
    text-align: center;
    border-left: 1px solid #fff
}

@media(min-width:48em) {
    .site-footer .block.block-aster-map {
        display: block
    }
}

.site-footer .block-title {
    color: #fff;
    text-transform: uppercase;
    display: block
}

@media(min-width:48em) {
    .site-footer .block-title {
        margin: 1em 0
    }
}

.site-footer .menu a {
    font-size: .75rem;
    text-transform: uppercase;
    color: #fff
}

@media(max-width:29.9375em) {
    .site-footer .menu-block-wrapper {
        display: none;
        margin-top: 1em
    }
}

.site-footer__legal {
    background: #959da4;
    font-size: .75rem;
    color: #fff;
    padding: 1em
}

    .site-footer__legal p {
        line-height: 1.4em
    }

    .site-footer__legal a {
        color: #fff;
        text-decoration: underline
    }

    .site-footer__legal .block-legal__main {
        line-height: 16px
    }

@media(min-width:75em) {
    .site-footer__legal .block-legal__main {
        float: left
    }
}

@media(min-width:75em) {
    .site-footer__legal .block-legal__side {
        float: right
    }
}

.site-footer__legal .block-legal__side img {
    display: block;
    width: auto;
    margin: 10px 0
}

@media(min-width:75em) {
    .site-footer__legal .block-legal__side img {
        margin: 0 auto 10px auto
    }
}

ol.breadcrumb {
    padding: 0 0 1em
}

    ol.breadcrumb > li {
        display: inline-block;
        font-size: 11px;
        font-size: .75rem;
        text-transform: uppercase;
        color: #ea0f30
    }

        ol.breadcrumb > li + li:before {
            content: "/\00a0";
            padding: 0 5px;
            color: #c3c3c3
        }

        ol.breadcrumb > li > a {
            color: #7b858d
        }

            ol.breadcrumb > li > a:hover {
                text-decoration: underline
            }

#autocomplete {
    position: absolute;
    background: #fff;
    width: 100% !important;
    padding: 0;
    font-size: .8125rem;
    text-align: left;
    border: 1px solid #f4f6f7;
    z-index: 100
}

    #autocomplete a {
        display: block;
        padding: .5em 10px
    }

        #autocomplete a .live-search__item-title {
            display: block;
            font-size: 1rem;
            color: #000;
            font-weight: 700
        }

        #autocomplete a .live-search__item-type {
            display: block;
            color: #7b858d;
            font-size: .75rem;
            font-style: italic
        }

        #autocomplete a:hover {
            background: #efefef
        }

    #autocomplete li.selected {
        background: #efefef
    }

.slideshow-items {
    width: 800%;
    background: #fff
}

@media(min-width:48em) {
    .slideshow-items {
        min-height: 300px
    }
}

.slideshow__item {
    display: block;
    float: left;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    min-height: 220px;
    width: 100vw
}

@media(min-width:48em) {
    .slideshow__item {
        min-height: 300px
    }
}

.slideshow__item .item-text {
    position: absolute;
    bottom: 3em;
    width: 100%;
    background: rgba(115,115,115,0.8);
    padding: .4em 0;
    color: #4f4f4f;
    font-size: 1.125rem;
    color: #fff;
    text-align: center
}

@media(min-width:48em) {
    .slideshow__item .item-text {
        bottom: 2em;
        font-size: 1.375rem
    }
}

.slideshow__item .item-text h3 {
    font-size: 1.375rem;
    margin-bottom: 10px
}

    .slideshow__item .item-text h3 > strong {
        font-size: 1.875rem
    }

.block-collapsable {
    margin-bottom: 6px
}

    .block-collapsable.collapsed .block-content {
        display: none
    }

.no-js .block-collapsable.collapsed .block-content {
    display: block !important
}

.block-toggler {
    position: relative;
    display: block;
    font-size: 1.25rem;
    font-weight: 500;
    color: #fff;
    padding: 10px 30px 10px 15px;
    cursor: pointer;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-decoration: none !important
}

@media(min-width:48em) {
    .block-toggler {
        font-size: 1.5625rem;
        padding: 20px 30px
    }
}

.block-toggler:after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
    width: 11px;
    height: 16px;
    background: url(https://www.aster.it/sites/all/themes/aster/images/block-collapsable-pointer.svg) 0 0 no-repeat;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

.block-toggler.block-collapsed:after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.block-toggler--service {
    background-color: #069abf
}

    .block-toggler--service:hover, .block-toggler--service.block-collapsed {
        background-color: #027b9b
    }

.block-toggler--other-tools {
    background-color: #015d76
}

    .block-toggler--other-tools:hover, .block-toggler--other-tools.block-collapsed {
        background-color: #014659
    }

.block-toggler--sede-tecnopolo {
    padding: 15px 40px 15px 45px;
    background: #ea0f30 url(https://www.aster.it/sites/all/themes/aster/images/marker.png) 20px 50% no-repeat;
    color: #fff;
    font-size: 1.125rem
}

.block-aster-social, .block-aster-social-rete {
    background: #ea0f30;
    color: #fff;
    padding: 12px 0;
    text-align: center
}

@media(min-width:48em) {
    .block-aster-social, .block-aster-social-rete {
        text-align: left
    }
}

.block-aster-social p, .block-aster-social-rete p {
    margin-bottom: .5em
}

@media(min-width:48em) {
    .block-aster-social p, .block-aster-social-rete p {
        margin-bottom: 0;
        line-height: 36px
    }
}

.aster-social__items {
    width: 100%;
    text-align: center
}

@media(min-width:48em) {
    .aster-social__items {
        margin-top: -36px
    }
}

.aster-social__items > li {
    display: inline-block;
    margin: 0 10px
}

    .aster-social__items > li > a:before {
        font-size: 36px;
        color: #fff
    }

    .aster-social__items > li > a > span {
        display: none
    }

.highlights h1 {
    font-size: 1.875rem;
    font-weight: 500;
    color: #333
}

.highlights .highlights__flexwrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -1em;
    margin-right: -1em
}

.highlights .views-row {
    padding: 1em
}

@media(min-width:48em) {
    .highlights .views-row {
        display: -webkit-flex;
        display: flex;
        -webkit-flex: 1;
        flex: 1
    }
}

.highlights .views-row.views-row-1 {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    float: none;
    width: 100%
}

.no-flexbox .highlights .views-row.views-row-1 > article {
    height: auto !important
}

.highlights .node-highlight {
    -webkit-flex-grow: 1;
    flex-grow: 1
}

    .highlights .node-highlight:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 85px;
        height: 4px;
        background: #ea0f30
    }

.highlights .highlight--top {
    display: block;
    padding: 0
}

@media(min-width:75em) {
    .highlights .highlight--top .highlight__media-wrapper {
        width: 540px;
        float: left
    }
}

@media(min-width:75em) {
    .highlights .highlight--top .highlight__content-wrapper {
        float: left;
        width: 305px
    }
}

.highlights .highlight__media-wrapper {
    position: relative
}

    .highlights .highlight__media-wrapper .highlight__title {
        padding: 10px;
        font-size: 1.375rem;
        margin-bottom: 0
    }

@media(min-width:48em) {
    .highlights .highlight__media-wrapper .highlight__title {
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(255,255,255,0.6)
    }
}

.highlights .highlight__image {
    display: block
}

.highlights .highlight__content-wrapper {
    padding: 10px
}

@media(min-width:48em) {
    .highlights .highlight__content-wrapper {
        padding: 1em
    }
}

@media(min-width:48em) {
    .highlights .items-4 .views-row-2, .highlights .items-4 .views-row-3, .highlights .items-4 .views-row-4 {
        -webkit-flex: 1 0 33.33333%;
        flex: 1 0 33.33333%;
        width: 33.33333%;
        float: left
    }
}

@media(min-width:48em) {
    .highlights .items-5 .views-row-2, .highlights .items-5 .views-row-3, .highlights .items-5 .views-row-4, .highlights .items-5 .views-row-5 {
        -webkit-flex: 1 0 50%;
        flex: 1 0 50%;
        width: 50%;
        float: left
    }
}

@media(min-width:48em) {
    .highlights .items-6 .views-row-2, .highlights .items-6 .views-row-3 {
        -webkit-flex: 1 0 auto;
        flex: 1 0 auto;
        width: 50%;
        float: left
    }
}

.node-highlight {
    position: relative;
    background: #fff;
    width: 100%
}

    .node-highlight:hover, .node-highlight.focus {
        background: #fafafa
    }

    .node-highlight .highlight__title {
        margin-bottom: 10px;
        color: #333;
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.3em
    }

    .node-highlight .highlight__content {
        font-size: .875rem;
        line-height: 20px;
        margin-top: .6em
    }

    .node-highlight .highlight__type {
        display: inline-block;
        color: #ea0f30;
        font-size: .8125rem;
        font-weight: 500;
        text-transform: uppercase;
        padding-right: 5px;
        border-right: 1px solid #ea0f30;
        margin-right: 5px
    }

    .node-highlight .highlight__date {
        display: inline-block;
        color: #ea0f30;
        font-size: .75rem
    }

    .node-highlight .highlight__image {
        width: 100%
    }

    .node-highlight .field-name-field-image img {
        width: 100%
    }

    .node-highlight .field-name-field-video-url img {
        width: 100%
    }

.highlights--news > .views-rows {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1em;
    margin-right: -1em
}

.highlights--news .views-row {
    padding: 1em;
    width: 100%
}

@media(min-width:48em) {
    .highlights--news .views-row {
        display: -webkit-flex;
        display: flex;
        width: 33.33333%;
        float: left
    }
}

.highlights--news .node-highlight {
    padding: 1em 0
}

    .highlights--news .node-highlight .highlight__image {
        margin: -1em 0 .8em
    }

    .highlights--news .node-highlight.view-row-3:before, .highlights--news .node-highlight.view-row-4:before, .highlights--news .node-highlight.view-row-5:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 85px;
        height: 4px;
        background: #78499a
    }

.highlights--news .highlight__content {
    padding: 0 15px
}

.highlights--news .highlight__title {
    padding: 0 15px;
    margin-bottom: 0
}

.highlights--news .date-display-single {
    display: block
}

.aster_top_news-block, .aster_top_news-news_innovazione, .aster_top_news-news_europa, .aster_top_news-news_rete, .aster_top_news-block_events {
    clear: left;
    margin: 1.2em 0
}

@media(min-width:48em) {
    .aster_top_news-block, .aster_top_news-news_innovazione, .aster_top_news-news_europa, .aster_top_news-news_rete, .aster_top_news-block_events {
        margin: 2em 0
    }
}

.aster_top_news-block .block-title, .aster_top_news-news_innovazione .block-title, .aster_top_news-news_europa .block-title, .aster_top_news-news_rete .block-title, .aster_top_news-block_events .block-title {
    display: block;
    font-size: 1.875rem;
    font-weight: 500
}

.aster_presenta .block-title {
    display: block;
    font-size: 1.625rem;
    line-height: 1.2em;
    margin-bottom: 1rem;
    font-weight: 500;
    color: #fff;
    padding: 10px
}

.aster_presenta .highlight {
    position: relative;
    background: #fff;
    margin-bottom: 10px
}

    .aster_presenta .highlight:hover {
        background: #fafafa
    }

.aster_presenta .highlight__content-wrapper {
    padding: 1em
}

.aster_presenta .highlight__title {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: .8em
}

.aster_presenta .highlight__content {
    font-size: .875rem;
    line-height: 20px
}

.aster_presenta .aster_presenta__subtitle {
    font-size: 1.125rem;
    line-height: 1.2em;
    padding: 0 10px;
    margin-bottom: 1rem
}

.aster_presenta .view > p {
    text-align: right
}

    .aster_presenta .view > p > a {
        display: block;
        background: #ea0f30;
        font-size: .75rem;
        color: #fff;
        padding-right: 10px
    }

        .aster_presenta .view > p > a:after {
            content: "\00bb";
            display: inline-block;
            margin-left: 3px
        }

.aster_presenta-aster_presenta .block-title {
    background: #aa1562
}

.aster_presenta-aster_presenta .highlight {
    border-top: 5px solid #aa1562
}

.aster_presenta-innovazione .block-title, .aster_presenta-innovazione .view > p > a {
    background: #42902a
}

.aster_presenta-innovazione .highlight {
    border-top: 5px solid #42902a
}

.aster_presenta-hl_europa .block-title, .aster_presenta-hl_europa .view > p > a {
    background: #dc8100
}

.aster_presenta-hl_europa .highlight {
    border-top: 5px solid #dc8100
}

.aster_presenta-infografiche .block-title, .aster_presenta-infografiche .view > p > a, .aster_presenta-aster_uptodate .block-title, .aster_presenta-aster_uptodate .view > p > a {
    background: #384e88
}

.aster_presenta-infografiche .highlight, .aster_presenta-aster_uptodate .highlight {
    border-top: 5px solid #384e88
}

.aster_presenta-infografiche .aster_presenta__subtitle, .aster_presenta-aster_uptodate .aster_presenta__subtitle {
    color: #384e88
}

.block-aster-chisiamo, .block-aster-chisiamo-rete {
    background: #fff;
    font-size: .875rem;
    padding: 1em 0;
    text-align: center
}

@media(min-width:48em) {
    .block-aster-chisiamo, .block-aster-chisiamo-rete {
        padding: 2em 0;
        font-size: 1.25rem
    }
}

.block-aster-chisiamo .block-title, .block-aster-chisiamo-rete .block-title {
    font-size: 1.625rem;
    font-weight: 500
}

.block-aster-chisiamo p, .block-aster-chisiamo-rete p {
    margin: 1em 0
}

    .block-aster-chisiamo p a, .block-aster-chisiamo-rete p a {
        font-size: 1rem;
        color: #ea0f30
    }

.page-share-buttons > li {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    margin: 0 0 12px !important;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px
}

    .page-share-buttons > li.share--fb {
        background: #364f91
    }

    .page-share-buttons > li.share--tw {
        background: #4290fc
    }

    .page-share-buttons > li.share--gplus {
        background: #d2493c
    }

    .page-share-buttons > li.share--mail {
        background: #404040
    }

    .page-share-buttons > li > a {
        display: block;
        color: #fff;
        font-size: 20px;
        line-height: 36px
    }

        .page-share-buttons > li > a > span {
            display: none
        }

ul.pager {
    background: #fafafa;
    margin: 1em 0;
    padding: 10px;
    text-align: center
}

    ul.pager > li {
        display: inline-block;
        padding: 0 .3em;
        font-size: .9375rem
    }

        ul.pager > li:first-child {
            padding-left: 0
        }

        ul.pager > li > a {
            color: #ea0f30;
            font-weight: 500;
            font-size: .9375rem
        }

.related_contents-block, .tool_related_content-block, [class*="target_highlights-block"] {
    margin-top: 2em
}

@media(min-width:48em) {
    .related_contents-block, .tool_related_content-block, [class*="target_highlights-block"] {
        margin-top: 4em
    }
}

.related_contents-block .block-title, .tool_related_content-block .block-title, [class*="target_highlights-block"] .block-title {
    font-size: 1.375rem;
    font-weight: 500
}

.related-contents .node-highlight {
    margin: 1em 0;
    width: 100%;
    overflow: hidden;
    *zoom: 1;
}

.related-contents .node-info {
    margin: .2em 0
}

.related-contents .highlight__title {
    margin-bottom: 0
}

.related-contents .teaser-img {
    max-width: 150px;
    margin-right: 1em
}

.related-contents .node-content {
    padding: 1em
}

.views-staff__results {
    overflow: hidden;
    *zoom: 1;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 10px
}

@media(min-width:48em) {
    .views-staff__results {
        margin-left: -10px;
        margin-right: -10px
    }
}

.views-staff__results .views-row {
    padding: 0 5px;
    margin: 10px 0;
    width: 50%;
    float: left;
    overflow: hidden
}

@media(min-width:48em) {
    .views-staff__results .views-row {
        padding: 0 10px;
        width: 25%;
        float: left
    }

    .view-mentorboard .views-staff__results .views-row {
        width: 33.33333%;
        float: left
    }
}

.staff-item {
    padding: 0;
    position: relative;
    margin-left: 0;
    margin-right: 0
}

    .staff-item .staff-item__wrapper {
        overflow: hidden
    }

    .staff-item img {
        display: block;
        width: 100%;
        -moz-transition: all .2s;
        -o-transition: all .2s;
        -webkit-transition: all .2s;
        transition: all .2s
    }

    .staff-item:hover img, .staff-item.focus img {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

.staff-item__overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-weight: 500;
    padding: 10px
}

    .staff-item__overlay > span {
        display: block
    }

        .staff-item__overlay > span.staff-item__name {
            margin-bottom: 5px
        }

        .staff-item__overlay > span.staff-item__role {
            font-size: .8125rem
        }

.staff-item--full .field-name-field-image {
    width: auto;
    margin-bottom: 1em;
    margin-right: 1em;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

@media(min-width:30em) {
    .staff-item--full .field-name-field-image {
        width: 120px;
        margin-bottom: 0
    }
}

@media(min-width:48em) {
    .staff-item--full .field-name-field-image {
        width: 200px
    }
}

.staff-item--full .staff-item__name {
    font-size: 1.375rem;
    color: #069abf;
    margin-bottom: 10px
}

.staff-item--full .field-name-body {
    margin: 1em 0;
    font-size: .875rem
}

.staff-item--full .modal-content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(min-width:30em) {
    .staff-item--full .modal-content {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.staff-item--full .modal-content-data {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-size: .875rem
}

    .staff-item--full .modal-content-data .field {
        margin: 10px 0
    }

    .staff-item--full .modal-content-data .field-label {
        display: inline-block;
        font-weight: 700;
        color: #069abf
    }

    .staff-item--full .modal-content-data .field-value {
        display: inline-block
    }

    .staff-item--full .modal-content-data a {
        color: #069abf
    }

.fade {
    opacity: 0;
    -moz-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -moz-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -webkit-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -moz-transition: -moz-transform .2s ease-out;
        -o-transition: -o-transform .2s ease-out;
        -webkit-transition: -webkit-transform .2s ease-out;
        transition: transform .2s ease-out
    }

    .modal.in .modal-dialog {
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #f5f5f5;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    -moz-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
    padding: 1em;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    *zoom: 1;
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.4em
}

.modal-body {
    position: relative;
    padding: 1em
}

.modal-footer {
    padding: 1em;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
    *zoom: 1;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:48em) {
    .modal-dialog {
        width: 740px;
        margin: 30px auto
    }

    .modal-content {
        -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media(min-width:62em) {
    .modal-dialog {
        width: 900px;
        margin: 30px auto
    }
}

.map {
    width: 100%;
    height: 400px
}

.leaflet-popup-content .marker-name {
    display: block;
    font-size: 1rem
}

.leaflet-popup-content .marker-tecnopolo {
    display: block;
    font-size: .875rem
}

.leaflet-popup-content .marker-sedetecnopolo {
    font-size: .75rem
}

.search-api-page-results h2 {
    font-size: 1.125rem;
    margin: 1em 0
}

.search-api-page-results .search-result {
    position: relative;
    background: #fff;
    padding: 1em;
    margin-bottom: 1em
}

    .search-api-page-results .search-result .search-result__type {
        display: block;
        margin: .7em 0 .3em;
        font-weight: 700;
        font-size: .75rem
    }

    .search-api-page-results .search-result .search-info {
        font-size: .875rem;
        color: #7b858d;
        font-style: italic;
        margin-top: 10px
    }

    .search-api-page-results .search-result .title {
        font-size: 1.25rem;
        font-weight: 700
    }

    .search-api-page-results .search-result .search-snippet-info {
        font-size: .875rem
    }

        .search-api-page-results .search-result .search-snippet-info > p {
            line-height: 1.4em
        }

.search-result-item {
    margin: 0;
    padding: 1em 0 !important;
    border-bottom: 1px solid #c5c5c5
}

    .search-result-item span {
        display: block
    }

    .search-result-item .search-result-link a {
        color: #000;
        font-size: 1.125rem;
        font-weight: 700
    }

    .search-result-item .search-result-type {
        line-height: 2em;
        font-size: .875rem;
        color: #7b858d;
        font-style: italic
    }

#aster-contact-form {
    overflow: hidden;
    *zoom: 1;
    max-width: 865px
}

@media(min-width:48em) {
    #aster-contact-form {
        margin: 0 -10px
    }
}

#aster-contact-form > .form-item {
    margin: 10px 0
}

@media(min-width:48em) {
    #aster-contact-form > .form-item {
        float: left;
        width: 50%;
        padding: 0 10px
    }
}

#aster-contact-form > .form-type-textarea {
    float: none;
    width: 100%
}

#aster-contact-form label {
    display: block;
    font-size: .875rem;
    line-height: 1.5em
}

#aster-contact-form input[type="text"], #aster-contact-form textarea {
    width: 100%;
    font-size: 1.125rem;
    padding: 10px 10px;
    border: 1px solid #e5e8ea;
    resize: none;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

    #aster-contact-form input[type="text"]:focus, #aster-contact-form textarea:focus {
        outline: none;
        border-color: #b1b1b1
    }

    #aster-contact-form input[type="text"].error, #aster-contact-form textarea.error {
        border-color: #ea0f30
    }

#aster-contact-form textarea {
    font-size: 1rem
}

#aster-contact-form input[type="submit"] {
    font-size: 1rem;
    padding: 10px 1em;
    min-width: 150px;
    border: 0;
    background: #ea0f30;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer
}

#aster-contact-form .custom-select {
    overflow: hidden;
    margin: 10px 0
}

@media(min-width:48em) {
    #aster-contact-form .custom-select {
        float: left;
        width: 50%;
        padding: 0 10px
    }
}

#aster-contact-form .custom-select select {
    border: 1px solid #e5e8ea;
    background: #fff url(https://www.aster.it/sites/all/themes/aster/images/select-button-large.png) 100% 50% no-repeat;
    padding: 12px 36px 12px 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #555;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: .875rem;
    line-height: 19px
}

    #aster-contact-form .custom-select select::-ms-expand {
        display: none
    }

    #aster-contact-form .custom-select select:focus {
        outline: none
    }

#aster-contact-form .g-recaptcha {
    clear: left
}

@media(min-width:48em) {
    #aster-contact-form .g-recaptcha {
        padding: 0 10px
    }
}

#aster-contact-form .submit {
    margin-top: 1em;
    text-align: center
}

@media(max-width:29.9375em) {
    #rc-imageselect, .g-recaptcha {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        -moz-transform-origin: top left 50%;
        -ms-transform-origin: top left 50%;
        -webkit-transform-origin: top left 50%;
        transform-origin: top left 50%
    }
}

.accordion__toggler {
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #efefef;
    padding: 0 30px 5px 0;
    font-size: 1rem !important;
    font-weight: 700;
    color: #ea0f30;
    -moz-transition: color .2s;
    -o-transition: color .2s;
    -webkit-transition: color .2s;
    transition: color .2s
}

    .accordion__toggler:after {
        content: "+";
        font-size: .875rem;
        color: #fff;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center;
        padding-top: 2px;
        width: 18px;
        height: 18px;
        background: #c4c4c4;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%
    }

    .accordion__toggler:hover {
        color: #b70e25
    }

    .accordion__toggler.open {
        color: #b70e25
    }

        .accordion__toggler.open:after {
            content: "-"
        }

        .accordion__toggler.open + .accordion__content-block {
            display: block
        }

.accordion__content-block {
    display: none;
    background: #efefef;
    padding: .5em 1em
}

.accordion__item.collapsed .accordion__toggler {
    color: #b70e25
}

    .accordion__item.collapsed .accordion__toggler:after {
        content: "-"
    }

.youtube-container--responsive {
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

    .youtube-container--responsive iframe {
        border: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.alpha-index {
    margin-bottom: 1em
}

    .alpha-index > li {
        display: inline-block
    }

        .alpha-index > li > a {
            display: block;
            width: 32px;
            height: 32px;
            font-size: .9375rem;
            line-height: 32px;
            color: #fff;
            background: #ea0f30;
            text-align: center
        }

            .alpha-index > li > a:hover {
                background: #b70e25
            }

            .alpha-index > li > a.disabled {
                background: #cecdcd !important
            }

.lavora-con-noi-archivio-legenda {
    margin: 1em 0
}

    .lavora-con-noi-archivio-legenda > li {
        overflow: hidden;
        *zoom: 1;
        display: inline-block;
        margin-right: 1em
    }

        .lavora-con-noi-archivio-legenda > li > span {
            display: block;
            float: left;
            line-height: 40px
        }

            .lavora-con-noi-archivio-legenda > li > span.legend-color {
                width: 40px;
                height: 40px;
                margin-right: 10px
            }

            .lavora-con-noi-archivio-legenda > li > span.valutato {
                background: #679c69
            }

            .lavora-con-noi-archivio-legenda > li > span.nonvalutato {
                background: #ea0f30
            }

            .lavora-con-noi-archivio-legenda > li > span.invalutazione {
                background: #df871f
            }

            .lavora-con-noi-archivio-legenda > li > span.legend-text {
                font-size: .875rem;
                font-weight: 700
            }

.peppermint.peppermint-active {
    position: relative;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0
}

    .peppermint.peppermint-active .peppermint-slides {
        position: relative;
        overflow: hidden;
        -ms-touch-action: pan-y;
        touch-action: pan-y
    }

        .peppermint.peppermint-active .peppermint-slides > * {
            float: left;
            margin: 0;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-tap-highlight-color: transparent;
            tap-highlight-color: transparent
        }

        .peppermint.peppermint-active .peppermint-slides a:active, .peppermint.peppermint-active .peppermint-slides a:active img {
            outline: none
        }

        .peppermint.peppermint-active, .peppermint.peppermint-active .peppermint-dots, .peppermint.peppermint-active .peppermint-slides, .peppermint.peppermint-active .peppermint-slides > * {
            -webkit-transform: translate3d(0,0,0);
            -ms-transform: translate3d(0,0,0);
            -moz-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            backface-visibility: hidden
        }

.peppermint.peppermint-mouse .peppermint-slides {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.peppermint.peppermint-mouse.peppermint-drag .peppermint-slides * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.peppermint li {
    margin: 0 0 1.5em
}

.peppermint figure img {
    vertical-align: top;
    max-width: 100%;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    box-shadow: 0 1px 5px rgba(0,0,0,0.2)
}

.peppermint figure figcaption {
    font-style: italic;
    color: #787575;
    font-size: .8em;
    margin-top: .5em
}

.peppermint.peppermint-active {
    margin-bottom: 0
}

ul.peppermint-dots {
    position: absolute;
    width: 100%;
    bottom: 1em;
    padding: 0;
    text-align: center;
    list-style-type: none
}

    ul.peppermint-dots > li {
        display: inline-block;
        position: relative;
        width: 16px;
        height: 16px;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        margin: 0 3px;
        *display: inline;
        *zoom: 1;
    }

        ul.peppermint-dots > li.peppermint-mouse-clicked, ul.peppermint-dots > li:active {
            outline: 0
        }

        ul.peppermint-dots > li > span {
            display: block;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: #fff;
            border: 1px solid #b9b7b7
        }

        ul.peppermint-dots > li.peppermint-active-dot > span {
            background: #ea0f30
        }

.bx-wrapper {
    position: relative;
    padding: 0;
    *zoom: 1;
}

    .bx-wrapper .bx-viewport {
        -webkit-transform: translatez(0);
        -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0)
    }

    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        position: absolute;
        width: 100%
    }

    .bx-wrapper .bx-loading {
        min-height: 50px;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000
    }

    .bx-wrapper .bx-pager {
        bottom: 1em;
        text-align: center;
        font-size: .85em;
        font-family: Arial;
        font-weight: 700;
        color: #666
    }

        .bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
            display: inline-block;
            *zoom: 1;
            *display: inline;
        }

        .bx-wrapper .bx-pager.bx-default-pager a {
            background: #666;
            text-indent: -9999px;
            display: block;
            width: 16px;
            height: 16px;
            margin: 0 5px;
            outline: 0;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background: #fff;
            border: 1px solid #b9b7b7
        }

            .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
                background: #ea0f30
            }

    .bx-wrapper .bx-prev {
        left: 10px
    }

    .bx-wrapper .bx-next {
        right: 10px
    }

    .bx-wrapper .bx-prev:hover {
        background-position: 0 0
    }

    .bx-wrapper .bx-next:hover {
        background-position: -43px 0
    }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 9999
    }

        .bx-wrapper .bx-controls-direction a.disabled {
            display: none
        }

    .bx-wrapper .bx-controls-auto {
        text-align: center
    }

        .bx-wrapper .bx-controls-auto .bx-start {
            display: block;
            text-indent: -9999px;
            width: 10px;
            height: 11px;
            outline: 0;
            background: url(https://www.aster.it/sites/all/themes/aster/css/images/controls.png) -86px -11px no-repeat;
            margin: 0 3px
        }

            .bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
                background-position: -86px 0
            }

        .bx-wrapper .bx-controls-auto .bx-stop {
            display: block;
            text-indent: -9999px;
            width: 9px;
            height: 11px;
            outline: 0;
            background: url(https://www.aster.it/sites/all/themes/aster/css/images/controls.png) -86px -44px no-repeat;
            margin: 0 3px
        }

            .bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
                background-position: -86px -33px
            }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: left;
        width: 80%
    }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
        right: 0;
        width: 35px
    }

    .bx-wrapper .bx-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #666 \9;
        background: rgba(80,80,80,0.75);
        width: 100%
    }

        .bx-wrapper .bx-caption span {
            color: #fff;
            font-family: Arial;
            display: block;
            font-size: .85em;
            padding: 10px
        }

.viewmodes {
    overflow: hidden;
    *zoom: 1;
    background: #ea0f30
}

@media(min-width:30em) {
    .viewmodes > ul {
        float: right
    }
}

.viewmodes > ul > li {
    display: inline
}

.viewmodes > ul a.viewmode {
    display: block;
    position: relative;
    float: left;
    width: 50%;
    height: 55px;
    padding-top: 38px;
    color: #fff;
    font-size: .75rem;
    text-align: center;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer
}

@media(min-width:30em) {
    .viewmodes > ul a.viewmode {
        width: 55px;
        height: 55px
    }
}

.viewmodes > ul a.viewmode:before {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 50%;
    width: 30px;
    height: 40px;
    margin-left: -15px;
    background: url(https://www.aster.it/sites/all/themes/aster/images/view-mode.png) 0 0 no-repeat
}

.no-js .viewmodes > ul a.viewmode.viewmode--map {
    display: none !important
}

.viewmodes > ul a.viewmode.viewmode--list:before {
    background-position: -52px 2px
}

.viewmodes > ul a.viewmode:hover, .viewmodes > ul a.viewmode.active {
    background-color: #c10824
}

.rat-list {
    margin-top: 1em
}

.tab-elenco {
    background: #fff;
    padding: 1em
}

.node-piattaforma-full {
    background: transparent;
    padding: 0
}

    .node-piattaforma-full .node-wrapper {
        background: #fff;
        padding: 15px
    }

@media(min-width:48em) {
    .node-piattaforma-full .node-wrapper {
        padding: 30px
    }
}

@media(min-width:48em) {
    .node-piattaforma-full .page-title {
        position: relative
    }

        .node-piattaforma-full .page-title:after {
            content: " ";
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            width: 48px;
            height: 48px;
            background: url(https://www.aster.it/sites/all/themes/aster/images/icons-piattaforme.png) 0 0 no-repeat;
            background-size: 145px
        }
}

.node-piattaforma-full.costruzioni .page-title:after, .node-piattaforma-full.constructions .page-title:after {
    background-position: -96px 0
}

.node-piattaforma-full.energia-ambiente .page-title:after, .node-piattaforma-full.energy-environment .page-title:after {
    background-position: -48px -47px
}

.node-piattaforma-full.ict-e-design .page-title:after, .node-piattaforma-full.ict-and-design .page-title:after {
    background-position: 0 -47px
}

.node-piattaforma-full.meccanica-materiali .page-title:after, .node-piattaforma-full.mechanics-materials .page-title:after {
    background-position: -48px 0
}

.node-piattaforma-full.scienze-della-vita .page-title:after, .node-piattaforma-full.life-science .page-title:after {
    background-position: -96px -47px
}

.node-laboratorio-full .page-title {
    margin: 0
}

.node-laboratorio-full .field-nome-esteso {
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.4em;
    color: #7b858d
}

.node-laboratorio-full .node-content .field {
    overflow: hidden;
    *zoom: 1;
    border-bottom: 1px dashed #7b858d;
    padding: 1em 5px;
    margin: 0
}

@media(min-width:48em) {
    .node-laboratorio-full .node-content .field-label {
        width: 250px
    }
}

.node-laboratorio-full .node-content p {
    margin: 0
}

.node-laboratorio-full .items-multiple .field-value {
    margin-top: 1.5em
}

    .node-laboratorio-full .items-multiple .field-value:first-child {
        margin-top: 0
    }

.node-laboratorio-full .node-sede-tecnopolo .field-name-field-location {
    padding: 0;
    border-bottom: 0
}

.front.domain-domain-retealtatecnologia .main-content {
    margin-top: 0
}

    .front.domain-domain-retealtatecnologia .main-content .content-top {
        padding-top: 0
    }

.top-stripe {
    background: #fff;
    margin-bottom: 4px
}

    .top-stripe h1 {
        text-align: center;
        color: #b70e25;
        font-size: 1.625rem;
        padding: .6em 0
    }

@media(min-width:48em) {
    .blocks-container {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-left: -4px;
        margin-right: -4px
    }
}

.blocks-container .block {
    margin-bottom: 1em;
    position: relative;
    text-align: center
}

    .blocks-container .block:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 50%;
        width: 31px;
        height: 12px;
        margin-left: -15px;
        background: url(https://www.aster.it/sites/all/themes/aster/images/arrow-red-down.png) 0 0 no-repeat;
        z-index: 1
    }

@media(min-width:48em) {
    .blocks-container .block {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        padding: 0 4px
    }
}

.blocks-container .block h2 {
    font-size: 1.875rem;
    font-weight: 400;
    color: #b70e25;
    margin-bottom: 1rem;
    padding-top: 60px
}

    .blocks-container .block h2:before {
        content: " ";
        position: absolute;
        left: 50%
    }

.blocks-container .block.block--rete h2:before {
    width: 52px;
    height: 52px;
    background: url(https://www.aster.it/sites/all/themes/aster/images/icon-rete.png) 0 0 no-repeat;
    margin-top: -70px;
    margin-left: -26px
}

.blocks-container .block.block--offer h2:before {
    width: 54px;
    height: 54px;
    background: url(https://www.aster.it/sites/all/themes/aster/images/icon-offer-rete.png) 0 0 no-repeat;
    margin-top: -70px;
    margin-left: -27px
}

.blocks-container .block.block--cluster h2:before {
    width: 54px;
    height: 54px;
    background: url(https://www.aster.it/sites/all/themes/aster/images/icon-cluster.png) 0 0 no-repeat;
    margin-top: -70px;
    margin-left: -27px
}

.blocks-container .block-content {
    position: relative;
    background: #fff;
    padding: 40px 1em 1em;
    color: #474747;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    line-height: 1.4em;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

    .blocks-container .block-content:hover {
        background: #e6e6e6
    }

.no-flexbox .blocks-container .block {
    float: left;
    width: 33.33333%
}

.no-flexbox .blocks-container.blocks--2 .block {
    width: 50%
}

.page-list--piattaforme {
    overflow: hidden;
    *zoom: 1;
}

    .page-list--piattaforme .views-rows {
        margin-top: 1em;
        margin-left: -5px;
        margin-right: -5px
    }

@media(min-width:48em) {
    .page-list--piattaforme .views-rows {
        margin-left: -1em;
        margin-right: -1em
    }
}

.page-list--piattaforme .views-row {
    padding: 5px;
    width: 50%;
    float: left
}

@media(min-width:48em) {
    .page-list--piattaforme .views-row {
        padding: 1em;
        width: 33.33333%;
        float: left
    }
}

.node-piattaforma-teaser .teaser-img {
    float: none;
    width: auto
}

.node-piattaforma-teaser .node-content {
    float: none !important;
    width: auto !important;
    height: 90px;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

.node-piattaforma-teaser .teaser-title {
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    padding-top: 30px;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

    .node-piattaforma-teaser .teaser-title:before {
        content: " ";
        position: absolute;
        left: 50%;
        top: 20%;
        margin-left: -28px;
        width: 57px;
        height: 57px;
        background: url(https://www.aster.it/sites/all/themes/aster/images/icons-piattaforme.png) 0 0 no-repeat
    }

@media(min-width:48em) {
    .node-piattaforma-teaser .teaser-title:before {
        top: 65px
    }
}

.node-piattaforma-teaser:hover .teaser-title {
    color: #fff !important
}

.node-piattaforma-teaser.agroalimentare .teaser-title, .node-piattaforma-teaser.agrifood .teaser-title {
    color: #f18903
}

.node-piattaforma-teaser.agroalimentare:hover .node-content, .node-piattaforma-teaser.agrifood:hover .node-content {
    background-color: #f18903
}

.node-piattaforma-teaser.meccanica-materiali .teaser-title, .node-piattaforma-teaser.mechanics-materials .teaser-title {
    color: #00a1e1
}

    .node-piattaforma-teaser.meccanica-materiali .teaser-title:before, .node-piattaforma-teaser.mechanics-materials .teaser-title:before {
        background-position: -57px 0
    }

.node-piattaforma-teaser.meccanica-materiali:hover .node-content, .node-piattaforma-teaser.mechanics-materials:hover .node-content {
    background-color: #00a1e1
}

.node-piattaforma-teaser.costruzioni .teaser-title, .node-piattaforma-teaser.constructions .teaser-title {
    color: #d0112b
}

    .node-piattaforma-teaser.costruzioni .teaser-title:before, .node-piattaforma-teaser.constructions .teaser-title:before {
        background-position: -114px 0
    }

.node-piattaforma-teaser.costruzioni:hover .node-content, .node-piattaforma-teaser.constructions:hover .node-content {
    background-color: #d0112b
}

.node-piattaforma-teaser.energia-ambiente .teaser-title, .node-piattaforma-teaser.energy-environment .teaser-title {
    color: #009639
}

    .node-piattaforma-teaser.energia-ambiente .teaser-title:before, .node-piattaforma-teaser.energy-environment .teaser-title:before {
        background-position: -57px -57px
    }

.node-piattaforma-teaser.energia-ambiente:hover .node-content, .node-piattaforma-teaser.energy-environment:hover .node-content {
    background-color: #009639
}

.node-piattaforma-teaser.ict-e-design .teaser-title, .node-piattaforma-teaser.ict-and-design .teaser-title {
    color: #00369e
}

    .node-piattaforma-teaser.ict-e-design .teaser-title:before, .node-piattaforma-teaser.ict-and-design .teaser-title:before {
        background-position: 0 -57px
    }

.node-piattaforma-teaser.ict-e-design:hover .node-content, .node-piattaforma-teaser.ict-and-design:hover .node-content {
    background-color: #00369e
}

.node-piattaforma-teaser.scienze-della-vita .teaser-title, .node-piattaforma-teaser.life-science .teaser-title {
    color: #d70056
}

    .node-piattaforma-teaser.scienze-della-vita .teaser-title:before, .node-piattaforma-teaser.life-science .teaser-title:before {
        background-position: -114px -57px
    }

.node-piattaforma-teaser.scienze-della-vita:hover .node-content, .node-piattaforma-teaser.life-science:hover .node-content {
    background-color: #d70056
}

.collaborare-con-la-rete {
    background: none
}

@media(min-width:48em) {
    .collaborare-con-la-rete {
        padding: 0
    }
}

@media(min-width:48em) {
    .ccr-container {
        margin-left: -1em;
        margin-right: -1em
    }
}

.ccr-block {
    position: relative;
    margin-bottom: 1em;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

@media(min-width:48em) {
    .ccr-block {
        width: 50%;
        float: left;
        padding-left: 1em;
        padding-right: 1em
    }
}

.ccr-block:hover {
    filter: alpha(opacity=80);
    opacity: .8
}

.ccr-block .ccr-image {
    display: block;
    width: 100%
}

.ccr-block .ccr-content {
    position: relative;
    height: 180px;
    background: url(https://www.aster.it/sites/all/themes/aster/images/box-ccr-pointer.png) bottom 5px right 5px no-repeat;
    text-align: center;
    color: #fff;
    padding: 1em 0
}

    .ccr-block .ccr-content:before {
        top: -40px;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-width: 20px;
        margin-left: -20px;
        z-index: 100
    }

.ccr-block .ccr-slogan {
    display: block;
    font-size: 1rem;
    padding-top: 46px;
    font-style: italic;
    height: 60px
}

@media(min-width:48em) {
    .ccr-block .ccr-slogan {
        font-size: 1.125rem
    }
}

.ccr-block .ccr-slogan:before {
    content: " ";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    margin-top: -43px;
    width: 51px;
    height: 41px;
    background: url(https://www.aster.it/sites/all/themes/aster/images/icone-rete.png) 0 0 no-repeat
}

.ccr-block .ccr-title {
    font-size: 1.25rem
}

@media(min-width:48em) {
    .ccr-block .ccr-title {
        font-size: 1.625rem
    }
}

.ccr-block--catalogoricerca .ccr-content {
    background-color: #ae1281
}

    .ccr-block--catalogoricerca .ccr-content:before {
        border-bottom-color: #ae1281
    }

.ccr-block--catalogoricerca .ccr-slogan:before {
    background-position: 11px 0
}

.ccr-block--catalogoattrezzature .ccr-content {
    background-color: #ff7a2a
}

    .ccr-block--catalogoattrezzature .ccr-content:before {
        border-bottom-color: #ff7a2a
    }

.ccr-block--catalogoattrezzature .ccr-slogan:before {
    background-position: -49px 0
}

.ccr-block--cruscottoricerca .ccr-content {
    background-color: #dfa237
}

    .ccr-block--cruscottoricerca .ccr-content:before {
        border-bottom-color: #dfa237
    }

.ccr-block--cruscottoricerca .ccr-slogan:before {
    background-position: -115px 0
}

.ccr-block--technologyreport .ccr-content {
    background-color: #ea0f30
}

    .ccr-block--technologyreport .ccr-content:before {
        border-bottom-color: #ea0f30
    }

.ccr-block--technologyreport .ccr-slogan:before {
    background-position: -180px 0
}

.ccr-block--modelli .ccr-content {
    background-color: #659c68
}

    .ccr-block--modelli .ccr-content:before {
        border-bottom-color: #659c68
    }

.ccr-block--modelli .ccr-slogan:before {
    background-position: -255px 0
}

.ccr-block--ricercami .ccr-content {
    background-color: #25899e
}

    .ccr-block--ricercami .ccr-content:before {
        border-bottom-color: #25899e
    }

.ccr-block--ricercami .ccr-slogan:before {
    background-position: -321px 0
}

.ccr-block--progetti .ccr-content {
    background-color: #5c3980
}

    .ccr-block--progetti .ccr-content:before {
        border-bottom-color: #5c3980
    }

.ccr-block--progetti .ccr-slogan:before {
    background-position: -398px 0
}

.labs-search {
    margin-top: 1em
}

#labs-search-form {
    background: #fff;
    padding: 10px 5px 5px
}

.no-js #labs-search-form {
    display: none !important
}

@media(min-width:48em) {
    #labs-search-form {
        padding: 10px
    }
}

#labs-search-form .form-group {
    float: left;
    width: 50%;
    padding: 0 5px;
    height: 32px;
    margin: 0 0 10px
}

@media(min-width:48em) {
    #labs-search-form .form-group {
        width: 196px;
        margin: 0 5px;
        margin: 0
    }
}

@media(min-width:48em) {
    #labs-search-form .form-group.lab-name {
        width: 166px
    }
}

#labs-search-form.form-search-centro .form-group {
    width: 250px
}

#labs-search-form .form-group-submit {
    clear: left;
    margin: 0 auto
}

@media(min-width:48em) {
    #labs-search-form .form-group-submit {
        clear: none;
        float: left;
        margin-left: 5px;
        padding: 0
    }
}

#labs-search-form #btn-reset {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    border: none;
    background: transparent url(https://www.aster.it/sites/all/themes/aster/images/icon-reset.png) 50% 50% no-repeat;
    cursor: pointer
}

@media(min-width:48em) {
    #labs-search-form #btn-reset {
        float: none;
        width: 30px;
        height: 30px;
        margin-left: 5px;
        float: left
    }
}

#labs-search-form input[type="text"] {
    border: 1px solid #b3b3b3;
    font-size: .6875rem;
    color: #555;
    padding: 0 5px;
    line-height: 30px;
    height: 31px
}

#labs-search-form .custom-select {
    overflow: hidden
}

    #labs-search-form .custom-select .form-item {
        border: 1px solid #b3b3b3;
        background: url(https://www.aster.it/sites/all/themes/aster/images/select-button.png) 100% 50% no-repeat
    }

    #labs-search-form .custom-select select {
        border: 0;
        background-color: transparent;
        padding: 8px 36px 8px 5px;
        height: 29px;
        -moz-appearance: none;
        -webkit-appearance: none;
        color: #555
    }

        #labs-search-form .custom-select select::-ms-expand {
            display: none
        }

        #labs-search-form .custom-select select:focus {
            outline: none
        }

#labs-search-form input[type="submit"] {
    display: block;
    float: left;
    width: 50%;
    height: 31px;
    text-indent: -9999px;
    border: 0;
    background: transparent url(https://www.aster.it/sites/all/themes/aster/images/icon-search.png) 50% 50% no-repeat;
    cursor: pointer
}

@media(min-width:48em) {
    #labs-search-form input[type="submit"] {
        margin: 0;
        float: left;
        width: 31px;
        height: 31px
    }
}

#labs-search__results--elenco {
    background: #fff;
    padding: 1em
}

#labs-search__results--map {
    display: none
}

.rat-items__list > li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
    margin: 10px 0
}

.rat-items__list .rat-item__name {
    display: block;
    font-weight: 700;
    font-size: 1.125rem;
    color: #b70e25
}

.rat-items__list .rat-item__nome-esteso {
    display: block;
    font-size: .875rem;
    line-height: 1.5em
}

.node-tecnopolo-full {
    padding: 0;
    background: none
}

    .node-tecnopolo-full .node-wrapper {
        background: #fff;
        padding: 15px
    }

@media(min-width:48em) {
    .node-tecnopolo-full .node-wrapper {
        padding: 30px
    }
}

.node-tecnopolo-full .group-area-s3 h4 {
    background: url(https://www.aster.it/sites/all/themes/aster/images/area-s3-bg.jpg) 0 0 no-repeat;
    text-align: center;
    font-weight: 700;
    padding: .5em;
    color: #fff;
    text-transform: uppercase
}

.node-tecnopolo-full .group-area-s3 .field-name-field-area-s3 {
    position: relative;
    background: #fff;
    padding: 1em
}

@media(min-width:48em) {
    .node-tecnopolo-full .group-area-s3 .field-name-field-area-s3 {
        padding: 1em 240px 1em 1em
    }

        .node-tecnopolo-full .group-area-s3 .field-name-field-area-s3:before {
            content: "";
            position: absolute;
            top: 50%;
            right: 1em;
            margin-top: -55px;
            width: 220px;
            height: 110px;
            background: url(https://www.aster.it/sites/all/themes/aster/images/logo-area-s3.jpg) 0 50% no-repeat;
            background-size: cover
        }
}

.node-tecnopolo-full .group-portale {
    margin-top: 2em
}

    .node-tecnopolo-full .group-portale h4 {
        background: #e8bc01;
        text-align: center;
        font-weight: 700;
        padding: .5em;
        color: #fff;
        text-transform: uppercase
    }

@media(min-width:48em) {
    .node-tecnopolo-full .group-portale .field-name-field-image {
        float: left;
        width: 40%
    }
}

.node-tecnopolo-full .group-wrapper {
    margin-top: 1em;
    background: #fff;
    overflow: hidden;
    *zoom: 1;
}

    .node-tecnopolo-full .group-wrapper .field {
        font-size: .875rem;
        margin-bottom: 1em
    }

    .node-tecnopolo-full .group-wrapper h3 {
        margin-top: 0
    }

.node-tecnopolo-full .group-dati-portale {
    padding: 1em
}

@media(min-width:48em) {
    .node-tecnopolo-full .group-dati-portale {
        float: left;
        width: 60%
    }
}

.node-tecnopolo-full .group-contatti {
    padding: 0 1em
}

@media(min-width:48em) {
    .node-tecnopolo-full .group-contatti {
        padding: 0 1.5em;
        clear: left
    }
}

.node-tecnopolo-full .group-contatti h3 {
    border-bottom: 1px dashed #7b858d;
    line-height: 1.2em;
    margin-bottom: 1em
}

.node-tecnopolo-full .field-name-field-accesso-ai-servizi, .node-tecnopolo-full .field-name-field-orari-di-apertura {
    padding: 0 1em
}

@media(min-width:48em) {
    .node-tecnopolo-full .field-name-field-accesso-ai-servizi, .node-tecnopolo-full .field-name-field-orari-di-apertura {
        float: left;
        padding: 1.5em;
        width: 50%
    }
}

.node-tecnopolo-full .group-altro {
    padding: 0 1em
}

@media(min-width:48em) {
    .node-tecnopolo-full .group-altro {
        padding-top: 45px;
        float: left;
        width: 60%
    }
}

.node-tecnopolo-full .field-name-field-responsabile-portale p {
    font-size: 1.125rem
}

.node-sede_tecnopolo-full {
    padding: 0;
    background: none
}

    .node-sede_tecnopolo-full .sede-tecnopolo__name {
        color: #fff
    }

    .node-sede_tecnopolo-full .block-content {
        background: #f6f6f6;
        padding: 10px 20px
    }

    .node-sede_tecnopolo-full .field {
        border-bottom: 1px dashed #7b858d;
        padding: 1em 0
    }

.block-aster-cruscotto .block-title {
    font-weight: 500;
    font-size: 1.875rem;
    margin-bottom: 1rem
}

.cruscotto-rat {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 2em
}

.cruscotto-items {
    overflow: hidden;
    *zoom: 1;
}

    .cruscotto-items .cruscotto-item {
        text-align: center;
        padding: 0 5px
    }

    .cruscotto-items .cruscotto-link {
        display: block;
        -moz-transition: opacity .2s;
        -o-transition: opacity .2s;
        -webkit-transition: opacity .2s;
        transition: opacity .2s
    }

        .cruscotto-items .cruscotto-link:hover {
            filter: alpha(opacity=80);
            opacity: .8
        }

    .cruscotto-items .cruscotto-data {
        background: #fff;
        padding: 2em 0;
        height: 136px
    }

@media(min-width:48em) {
    .cruscotto-items .cruscotto-data {
        height: 154px
    }
}

.cruscotto-items .cruscotto-data > span {
    display: block
}

    .cruscotto-items .cruscotto-data > span.cruscotto-value {
        color: #e70f2a;
        font-size: 2.25rem;
        font-weight: 700
    }

@media(min-width:48em) {
    .cruscotto-items .cruscotto-data > span.cruscotto-value {
        font-size: 2.875rem
    }
}

.cruscotto-items .cruscotto-data > span.cruscotto-label {
    color: #727272;
    font-size: 1.125rem
}

@media(min-width:48em) {
    .cruscotto-items .cruscotto-data > span.cruscotto-label {
        font-size: 1.375rem
    }
}

.cruscotto-items .cruscotto-icon {
    background: #77a9bb;
    padding: 1em 10px
}

    .cruscotto-items .cruscotto-icon > img {
        height: 80px;
        width: auto
    }

@media print {
    body {
        background-color: transparent;
        font-size: 12pt;
        padding-top: 0 !important
    }

        body:before {
            content: none !important
        }

    .site-header .region-header {
        display: none
    }

    .site-header .site-header__top {
        background: none !important
    }

    .main-content {
        margin: 1em 0
    }

    .content-main.has-sidebar {
        width: 100%;
        float: none
    }

    .content-main.push-3 {
        left: 0
    }

    .content-sidebar .block-menu-block {
        display: none
    }

    .node-full {
        padding: 1em 0
    }

        .node-full .node-visual__container, .node-full .field-name-field-image {
            margin: 0 0 1em
        }

        .node-full p, .node-full ul {
            font-size: 12pt !important
        }

        .node-full .page-intro {
            padding: 0
        }

        .node-full a:link:after {
            content: " (" attr(href) ") "
        }

    .block-collapsable .block-content {
        display: block !important
    }

    .nav-toggler, .nav-target, .slideshow, .block-aster-social, .site-footer, #sticky-header, .tabs.primary, .block-twitter-timeline, .page-share-buttons {
        display: none
    }
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol, ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, th, td {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}

q, blockquote {
    quotes: none
}

    q:before, q:after, blockquote:before, blockquote:after {
        content: "";
        content: none
    }

a img {
    border: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

.main-content:after, .nav-target__items:after, .page-block:after, .site-header:after, .highlights .highlight--top:after, #labs-search-form:after, .main-content:before, .nav-target__items:before, .page-block:before, .site-header:before, .highlights .highlight--top:before, #labs-search-form:before {
    display: table;
    content: " "
}

.main-content:after, .nav-target__items:after, .page-block:after, .site-header:after, .highlights .highlight--top:after, #labs-search-form:after {
    clear: both
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 16px
}

body {
    font-family: 'Roboto',sans-serif;
    color: #333;
    background-color: #F4F3EF
}

img {
    max-width: 100% !important;
    height: auto
}

    img.file-icon {
        width: auto
    }

.main-content {
    margin: 1em 0
}

@media(min-width:48em) {
    .main-content {
        -webkit-flex: 1 0 auto;
        flex: 1 0 auto;
        margin: 3.125em 0
    }
}

#site-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%
}

.content-top {
    padding: 1em 0
}

#site-canvas {
    width: 100%;
    height: 100%;
    position: relative;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media(min-width:48em) {
    #site-canvas {
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -moz-transition: none !important;
        -o-transition: none !important;
        -webkit-transition: none !important;
        transition: none !important;
        min-height: 100vh;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

.nav-open #site-canvas {
    -moz-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    transform: translateX(270px);
    -moz-transform: translate3d(270px,0,0);
    -ms-transform: translate3d(270px,0,0);
    -webkit-transform: translate3d(270px,0,0);
    transform: translate3d(270px,0,0)
}

.modal-open #site-canvas {
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important
}

.off-canvas {
    width: 270px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -270px;
    background: #fff
}

@media(min-width:48em) {
    .off-canvas {
        display: none !important
    }
}

@media(max-width:47.9375em) {
    .hidden-xs {
        display: none !important
    }
}

@media(min-width:48em) {
    .visible-xs {
        display: none !important
    }
}

.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    overflow: hidden;
    height: 1px
}

.element-focusable:focus {
    position: static !important;
    height: auto;
    display: block;
    width: 100%;
    text-align: center;
    font-size: .875rem;
    padding: 10px 0;
    color: #333
}

ul li.leaf {
    list-style-type: none;
    list-style-image: none
}

strong {
    font-weight: 700
}

em {
    font-style: italic
}

p {
    line-height: 1.625em
}

a {
    text-decoration: none
}

h1, h2, h3, h4, h5 {
    font-weight: 500
}

    h1.page-title {
        font-size: 1.5625rem;
        line-height: 1.2em
    }

@media(min-width:48em) {
    h1.page-title {
        font-size: 2.25rem
    }
}

.page-block-title {
    font-size: 1.5625rem;
    margin: 2em 0 .8em;
    font-weight: 500
}

blockquote {
    margin: 1em;
    font-style: italic;
    margin-left: 1.5em;
    padding: 2px 1em;
    border-left: 5px solid #ccc
}

.container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

    .container:after {
        content: " ";
        display: block;
        clear: both
    }

@media(min-width:48em) {
    .container {
        max-width: 750px
    }
}

@media(min-width:62em) {
    .container {
        max-width: 970px
    }
}

@media(min-width:75em) {
    .container {
        max-width: 1170px
    }
}

@media(min-width:48em) {
    .content-wrapper {
        margin-left: -10px;
        margin-right: -10px
    }
}

@media(min-width:62em) {
    .content-wrapper {
        margin-left: -20px;
        margin-right: -20px
    }
}

.content-main {
    position: relative
}

@media(min-width:48em) {
    .content-main {
        padding: 0 10px
    }
}

@media(min-width:62em) {
    .content-main {
        padding: 0 20px
    }
}

@media(min-width:48em) {
    .content-main.has-sidebar {
        width: 75%;
        float: left;
        padding: 0 10px
    }
}

@media(min-width:62em) {
    .content-main.has-sidebar {
        padding: 0 20px
    }
}

.content-sidebar {
    position: relative;
    margin-top: 2em
}

@media(min-width:48em) {
    .content-sidebar {
        margin-top: 0
    }
}

@media(min-width:48em) {
    .content-sidebar {
        width: 25%;
        float: left;
        padding: 0 10px
    }
}

@media(min-width:62em) {
    .content-sidebar {
        padding: 0 20px
    }
}

@media(min-width:48em) {
    .push-3 {
        left: 25%
    }
}

@media(min-width:48em) {
    .pull-9 {
        right: 75%
    }
}

.with-border:after {
    display: block;
    content: " ";
    width: 86px;
    height: 4px;
    margin-top: 12px
}

.with-border.border--blue:after {
    background: #069abf
}

.with-border.border--red:after {
    background: #ea0f30
}

.with-border.border--purple-blue:after {
    background: #78499a
}

.with-border.border--purple2:after {
    background: #6b4483
}

.with-border.border--fuchsia:after {
    background: #b00182
}

.with-border.border--yellow:after {
    background: #04a1a3
}

.with-border.border--rete:after {
    width: 93px;
    background: url(https://www.aster.it/sites/all/themes/aster/images/border-rat.gif) 0 0 no-repeat
}

.faux-block-link__overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    opacity: 0;
    text-indent: 900%;
    white-space: nowrap;
    background: transparent url(https://www.aster.it/sites/all/themes/aster/images/transparent.gif) 0 0 repeat
}

    .faux-block-link__overlay:focus {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1
    }

.clearfix {
    overflow: hidden;
    *zoom: 1;
}

.icon-date {
    font-family: 'Roboto',sans-serif !important;
    padding-left: 18px;
    background: url(https://www.aster.it/sites/all/themes/aster/images/icon-sprite.png) 0 0 no-repeat;
    line-height: 12px;
    background-size: 14px
}

    .icon-date.icon-date--purple {
        background-position: 0 100%
    }

.icon-attachment {
    display: inline-block;
    font-family: 'Roboto',sans-serif !important;
    padding-left: 25px;
    background: url(https://www.aster.it/sites/all/themes/aster/images/icon-sprite.png) 0 0 no-repeat;
    line-height: 18px !important;
    font-size: .875rem;
    background-position: 0 -282px;
    color: #ea0f30
}

.file--pdf {
    background: url(https://www.aster.it/sites/all/themes/aster/images/icon-sprite.png) 0 -123px no-repeat
}

.block-title {
    display: block
}

.view-title {
    font-size: 1.875rem;
    font-weight: 500;
    margin-bottom: 1rem
}

.page-list--news .view-title:after {
    background: #78499a
}

.content-sidebar .block {
    margin-bottom: 2em
}

.tab-content .tab-pane {
    display: none
}

.tab-content .active {
    display: block
}

.no-js .tab-content .tab-elenco {
    display: block !important
}

.no-js .tab-content .map {
    display: none !important
}

.messages {
    padding: 1em 1em 1em 40px;
    font-size: .875rem;
    line-height: 20px
}

    .messages a {
        color: #ea0f30
    }

    .messages.error {
        border: 2px solid #ea0f30;
        background: #fff url(https://www.aster.it/sites/all/themes/aster/images/msg-error.png) 8px 10px no-repeat;
        color: #000
    }

        .messages.error a {
            color: #ea0f30
        }

    .messages.status {
        border: 2px solid #55af55;
        background: #fff url(https://www.aster.it/sites/all/themes/aster/images/msg-success.png) 10px 10px no-repeat;
        color: #000
    }

.anchor {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden
}

.logged-in .anchor {
    top: -150px
}

.nav-target {
    background: #ea0f30
}

.nav-target__items {
    background: #fff;
    overflow: visible
}

    .nav-target__items > li {
        display: block;
        background: #ea0f30;
        margin-right: 0
    }

@media(min-width:48em) {
    .nav-target__items > li {
        float: left;
        width: 25%;
        border-left: 10px solid #fff
    }
}

.nav-target__items > li:first-child {
    border: none
}

@media(min-width:48em) {
    .nav-target__items > li:hover > a {
        background: #7b858e !important;
        color: #fff !important
    }

        .nav-target__items > li:hover > a:after {
            display: none;
            top: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-top-color: #7b858e;
            border-width: 7px;
            margin-left: -7px;
            z-index: 100
        }
}

@media(min-width:48em) {
    .nav-target__items > li:hover > .nav-target__sublevel-wrapper {
        display: block
    }
}

.nav-target__items > li > a {
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    height: 55px;
    line-height: 18px;
    width: 100%
}

@media(min-width:48em) {
    .nav-target__items > li > a {
        display: table
    }
}

@media(min-width:62em) {
    .nav-target__items > li > a {
        padding: 0 2.5em
    }
}

.nav-target__items > li > a.active, .nav-target__items > li > a.active-trail {
    background: #fff;
    color: #b70e25
}

.nav-target__items > li > a > span {
    text-align: center;
    vertical-align: middle
}

@media(min-width:48em) {
    .nav-target__items > li > a > span {
        display: table-cell
    }
}

.nav-target__items--sticky {
    float: right
}

    .nav-target__items--sticky > li {
        width: auto;
        border-width: 5px
    }

        .nav-target__items--sticky > li > a {
            height: auto;
            line-height: 30px;
            padding: 0 1em;
            font-size: .8125rem
        }

@media(min-width:75em) {
    .nav-target__items--sticky > li > a {
        font-size: .9375rem
    }
}

.nav-target__items--sticky > li > a:after {
    display: none !important
}

.nav-target__sublevel-wrapper {
    display: none
}

@media(min-width:48em) {
    .nav-target__sublevel-wrapper {
        position: absolute;
        background: url(https://www.aster.it/sites/all/themes/aster/images/target-submenu-bg.gif) 50% 50% repeat-y;
        -moz-box-shadow: 0px 2px 1px 0px rgba(10,10,10,0.5);
        -webkit-box-shadow: 0px 2px 1px 0px rgba(10,10,10,0.5);
        box-shadow: 0px 2px 1px 0px rgba(10,10,10,0.5);
        left: 0;
        width: 100%;
        z-index: 99
    }
}

@media(max-width:29.9375em) {
    .nav-target__sublevel-wrapper > .container {
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width:48em) {
    .nav-target__sublevel-wrapper > .container {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.nav-target__sublevel-wrapper .nav-target__block {
    padding: 10px 20px;
    background: #fff
}

@media(min-width:48em) {
    .nav-target__sublevel-wrapper .nav-target__block {
        -webkit-flex: 0 0 60%;
        flex: 0 0 60%;
        padding: 1em 2em
    }
}

.nav-target__sublevel-wrapper .nav-target__block .target-menu__title {
    display: block;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1em;
    text-transform: uppercase
}

.nav-target__sublevel-wrapper .nav-target__block p {
    font-size: .8125rem;
    margin: 1em 0;
    line-height: 1.4em
}

.nav-target__sublevel-wrapper .nav-target__block .btn-default {
    margin-top: 1em
}

.nav-target__sublevel-wrapper .nav-target__sublevel-nav {
    background: #e5e5e5
}

@media(min-width:48em) {
    .nav-target__sublevel-wrapper .nav-target__sublevel-nav {
        -webkit-flex: 0 0 40%;
        flex: 0 0 40%;
        padding: 2em;
        border-left: 10px solid #fff
    }
}

.nav-target__sublevel-wrapper .nav-target__sublevel-nav a {
    color: #000
}

.nav-target__sublevel-wrapper .sublevel-nav__title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .8em
}

.nav-target__sublevel-wrapper .nav-target__sublevel {
    list-style: disc outside;
    margin-left: 1em
}

    .nav-target__sublevel-wrapper .nav-target__sublevel a {
        display: inline-block;
        margin: .3em 0;
        text-transform: uppercase
    }

.language-switcher-locale-url > li {
    display: inline-block;
    margin-left: -2px
}

    .language-switcher-locale-url > li > .language-link {
        display: block;
        padding: 30px 10px 10px;
        text-transform: uppercase;
        color: #333;
        font-size: .9375rem
    }

        .language-switcher-locale-url > li > .language-link.active {
            background: #7b858d;
            color: #fff
        }

.off-canvas .language-switcher-locale-url {
    margin: 1em 0
}

    .off-canvas .language-switcher-locale-url > li {
        display: block;
        margin: 0
    }

        .off-canvas .language-switcher-locale-url > li > a {
            padding: 0;
            background: #7b858d;
            line-height: 2.8125rem;
            text-align: center;
            color: #fff
        }

            .off-canvas .language-switcher-locale-url > li > a.active {
                display: none
            }

.language-switcher-locale-url .locale-untranslated {
    text-decoration: line-through
}

.nav-top__items > li {
    position: relative;
    display: inline-block;
    margin-right: -4px;
    padding: 0 10px
}

    .nav-top__items > li > a {
        text-transform: uppercase;
        color: #333;
        font-size: .8125rem
    }

@media(min-width:62em) {
    .nav-top__items > li > a {
        font-size: .75rem
    }
}

@media(min-width:75em) {
    .nav-top__items > li > a {
        font-size: .875rem
    }
}

.nav-top__items > li > a:hover, .nav-top__items > li > a.active, .nav-top__items > li > a.active-trail {
    color: #ea0f30
}

.nav-top__items > li + li:before {
    position: absolute;
    content: '\2022';
    color: #000;
    left: -2px;
    top: 1px
}

.nav-mobile__items li {
    position: relative
}

    .nav-mobile__items li > ul {
        display: none
    }

    .nav-mobile__items li.active > ul {
        display: block
    }

    .nav-mobile__items li > .subnav-toggler {
        position: absolute !important;
        top: 5px;
        right: 0;
        width: 45px;
        height: 40px;
        border-left: 1px solid #e6e6e6;
        border-bottom: none !important;
        background: url(https://www.aster.it/sites/all/themes/aster/images/subnav-toggler.png) 50% 50% no-repeat !important
    }

.nav-mobile__items .nav-mobile__li-level-1 {
    display: block;
    margin-bottom: 2px
}

    .nav-mobile__items .nav-mobile__li-level-1 > a {
        position: relative;
        display: block;
        color: #fff;
        background: #ea0f30;
        padding: 0 12px;
        text-transform: uppercase;
        line-height: 3.125rem
    }

        .nav-mobile__items .nav-mobile__li-level-1 > a.active-trail:after {
            top: 100%;
            left: 25px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-top-color: #ea0f30;
            border-width: 7px;
            margin-left: -7px;
            z-index: 100
        }

.nav-mobile__items .nav-mobile__li-level-2 {
    position: relative;
    display: block
}

    .nav-mobile__items .nav-mobile__li-level-2:first-child {
        border: none
    }

    .nav-mobile__items .nav-mobile__li-level-2 > a {
        position: relative;
        display: block;
        font-size: .9375rem;
        line-height: 18px;
        padding: 16px 10px;
        text-transform: uppercase;
        color: #000;
        border-bottom: 1px solid #e6e6e6
    }

        .nav-mobile__items .nav-mobile__li-level-2 > a.active {
            background: #e6e6e6;
            border-color: #cccaca
        }

        .nav-mobile__items .nav-mobile__li-level-2 > a.active-trail {
            background: #e6e6e6;
            border-color: #e6e6e6
        }

            .nav-mobile__items .nav-mobile__li-level-2 > a.active-trail:after {
                top: 100%;
                left: 2em;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-top-color: #e6e6e6;
                border-width: 7px;
                margin-left: -7px;
                z-index: 100
            }

.nav-mobile__items .nav-mobile__li-level-3 a {
    display: block;
    padding: 1em 20px;
    font-size: .875rem;
    line-height: 21px;
    color: #000;
    border-bottom: 1px solid #e6e6e6
}

    .nav-mobile__items .nav-mobile__li-level-3 a.active {
        color: #b70e25
    }

.nav-sidebar {
    background: #fff
}

    .nav-sidebar .nav-title {
        background: #7b858f;
        font-size: 1.25rem;
        font-weight: 100;
        color: #fff;
        padding: 10px 12px
    }

    .nav-sidebar .menu {
        padding: 0 10px
    }

@media(min-width:62em) {
    .nav-sidebar .menu {
        padding: 0 18px
    }
}

.nav-sidebar .menu a {
    display: block;
    padding: 5px 0;
    font-size: .875rem;
    color: #000;
    text-transform: uppercase;
    line-height: 1.5em;
    border-bottom: 1px dotted #c1c1c1;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

@media(min-width:62em) {
    .nav-sidebar .menu a {
        font-size: 1rem
    }
}

.nav-sidebar .menu a.active, .nav-sidebar .menu a.active-trail, .nav-sidebar .menu a:hover {
    color: #b70e25
}

.nav-sidebar .menu > .last > a {
    border-bottom: 0
}

.nav-sidebar li.expanded > a {
    border-bottom: none
}

.nav-sidebar li.expanded > .menu {
    position: relative;
    margin: 0 -10px 5px;
    padding: 10px 10px 0;
    background: #b70e25
}

@media(min-width:62em) {
    .nav-sidebar li.expanded > .menu {
        margin: 0 -18px 5px;
        padding: 10px 18px 0
    }
}

.nav-sidebar li.expanded > .menu:before {
    top: 0;
    left: 28px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #fff;
    border-width: 7px;
    margin-left: -7px;
    z-index: 100
}

.nav-sidebar li.expanded > .menu a {
    color: #fff;
    font-size: .8125rem;
    border-top: 1px dotted #fad5d8;
    border-bottom: 0
}

@media(min-width:62em) {
    .nav-sidebar li.expanded > .menu a {
        font-size: .9375rem
    }
}

.nav-sidebar li.expanded > .menu a:hover, .nav-sidebar li.expanded > .menu a.active, .nav-sidebar li.expanded > .menu a.active-trail {
    color: #d6d6d6
}

.nav-sidebar li.expanded > .menu > li:first-child > a {
    border-top: 0
}

.nav-sidebar li.expanded > .menu .menu {
    background: #e4e4e4;
    padding-bottom: 10px
}

    .nav-sidebar li.expanded > .menu .menu:before {
        border-top-color: #b70e25
    }

    .nav-sidebar li.expanded > .menu .menu a {
        text-transform: none;
        color: #000;
        border-top: 1px dotted #787878
    }

        .nav-sidebar li.expanded > .menu .menu a:hover, .nav-sidebar li.expanded > .menu .menu a.active {
            color: #b70e25
        }

.nav-sidebar li.expanded + li > a {
    border-top: none !important
}

.nav-sidebar li.menu_trasp > a {
    font-size: .8125rem
}

.nav-sidebar li.menu_trasp > ul.menu a {
    font-size: .75rem;
    line-height: 1.2em
}

.btn {
    display: inline-block;
    padding: 6px 1em;
    font-size: 1em;
    line-height: 2em;
    white-space: nowrap;
    text-transform: uppercase;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn-default {
    background: #e5b305;
    color: #fff
}

.openInnovation {
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    position: relative;
    padding: 5px;
    background-color: #e81c35;
    width: auto;
    margin: 0;
    display: -webkit-inline-box
}

    .openInnovation a {
        color: #fff;
        text-decoration: none
    }

    .openInnovation .button {
        transition: all .5s;
        cursor: pointer
    }

        .openInnovation .button span {
            cursor: pointer;
            display: inline-block;
            position: relative;
            transition: .5s;
            overflow: hidden;
            border-bottom: 7px solid #fff;
            margin-bottom: 2px;
            display: block;
            min-height: 35px;
            padding: 5px 20px 5px 15px
        }

            .openInnovation .button span:after {
                content: '';
                width: 21px;
                height: 21px;
                background: url(https://www.aster.it/sites/all/themes/aster/images/btn_open_innovation.png) 0 0 no-repeat;
                position: absolute;
                opacity: 1;
                bottom: -25px;
                left: 0;
                transition: .5s
            }

        .openInnovation .button:hover span {
            padding: 5px 10px 5px 25px
        }

            .openInnovation .button:hover span:after {
                bottom: 2px
            }

form input, form select {
    font-family: 'Roboto',sans-serif
}

input, select {
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

    input[type="submit"] {
        width: auto;
        -moz-appearance: none;
        -webkit-appearance: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0
    }

    input[type=checkbox] {
        position: absolute;
        font-size: 0;
        height: 0;
        width: 0;
        border: 0;
        opacity: 0
    }

        input[type=checkbox] + label {
            text-transform: none;
            font-size: .8125rem;
            line-height: 20px;
            margin: 10px 0;
            display: inline-block;
            padding: 0 0 0 30px;
            position: relative
        }

            input[type=checkbox] + label:after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                background: #fff;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                border: 1px solid #adafb1
            }

            input[type=checkbox] + label > a {
                text-decoration: underline
            }

        input[type=checkbox]:checked + label:before {
            content: "\2713";
            position: absolute;
            top: 5px;
            left: 6px;
            width: 10px;
            line-height: 10px;
            height: 10px;
            color: #000;
            z-index: 1
        }

        input[type=checkbox].error + label:after {
            border: 1px solid #ea0f30
        }

#user-login {
    max-width: 400px
}

    #user-login label {
        display: block;
        line-height: 1.5em
    }

    #user-login .description {
        font-size: .75em;
        margin: 3px 0 1em
    }

    #user-login input {
        font-size: 1.125rem;
        padding: 10px 10px;
        border: 1px solid #e5e8ea;
        resize: none;
        -moz-transition: all .2s;
        -o-transition: all .2s;
        -webkit-transition: all .2s;
        transition: all .2s
    }

        #user-login input:focus {
            outline: none;
            border-color: #b1b1b1
        }

        #user-login input.error {
            border-color: #ea0f30
        }

.page-intro, .page-list--piattaforme .views-header {
    background: #fff;
    padding: 15px;
    font-size: 1rem
}

@media(min-width:48em) {
    .page-intro, .page-list--piattaforme .views-header {
        margin: 0 -15px;
        padding: 30px;
        margin: 0;
        font-size: .9375rem
    }
}

.node-full {
    background: #fff;
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px
}

@media(min-width:48em) {
    .node-full {
        padding: 30px;
        margin-left: 0;
        margin-right: 0
    }
}

.node-full .node-visual__img {
    width: 100%
}

.node-full.node-target {
    padding: 0;
    background: transparent
}

.node-full .node-sede-tecnopolo .field {
    padding: 0;
    border-bottom: 0
}

.node-full .node-sede-tecnopolo .link-tecnopolo {
    display: block;
    margin-bottom: .2em;
    font-weight: 700;
    font-size: .9375rem
}

.node-full .node-sede-tecnopolo .sede-tecnopolo__name {
    display: block;
    font-weight: 700
}

.node-full .node-sede-tecnopolo .field-name-field-location {
    font-size: .8125rem;
    line-height: 1.2em
}

.node-full h2 {
    font-size: 1.625rem;
    margin: 1.2em 0 0
}

    .node-full h2.page-subtitle {
        margin: .4em 0 1em
    }

.node-full h3 {
    font-size: 1.25rem;
    margin: 1.4em 0 0
}

.node-full h4 {
    font-size: 1rem;
    margin: 1em 0 0
}

.node-full p {
    margin: 1em 0;
    font-size: 1rem;
    line-height: 1.5em
}

@media(min-width:48em) {
    .node-full p {
        font-size: .875rem;
        line-height: 1.25rem
    }
}

.node-full .field a {
    color: #b70e25;
    text-decoration: underline
}

    .node-full .field a:visited {
        color: #a04a56
    }

.node-full .field-type-text-long ul, .node-full .field-type-text-with-summary ul {
    font-size: .875rem;
    list-style: disc outside;
    margin-left: 1em;
    padding-left: 18px;
    overflow: auto
}

    .node-full .field-type-text-long ul > li, .node-full .field-type-text-with-summary ul > li {
        line-height: 1.625em
    }

.node-full .field-type-text-long ol, .node-full .field-type-text-with-summary ol {
    list-style: decimal;
    margin-left: 2em
}

    .node-full .field-type-text-long ol > li, .node-full .field-type-text-with-summary ol > li {
        padding: .25rem 0;
        line-height: 1.625em
    }

.node-full .floatleft {
    display: block;
    float: left;
    margin: 0 10px 4px 0
}

.node-full .floatright {
    display: block;
    float: right;
    margin: 0 0 4px 10px
}

.node-full .node-content .field {
    font-size: .875rem;
    margin: .5em 0
}

    .node-full .node-content .field.field-name-field-source {
        margin-bottom: 1.5em
    }

.node--header-image .node-visual__container, .node--header-image .field-name-field-image {
    margin: -15px -15px 1em
}

@media(min-width:48em) {
    .node--header-image .node-visual__container, .node--header-image .field-name-field-image {
        margin: -30px -30px 1em
    }
}

.page-title {
    margin-bottom: .6em
}

.node-info {
    color: #ea0f30;
    margin: 1em 0
}

    .node-info > span {
        display: inline-block
    }

        .node-info > span.node-type {
            font-size: .8125rem;
            font-weight: 500;
            text-transform: uppercase;
            padding-right: 5px;
            border-right: 1px solid #ea0f30;
            margin-right: 5px
        }

        .node-info > span.node-date {
            display: inline-block;
            color: #ea0f30;
            font-size: .75rem
        }

.page-block {
    background: #fff;
    padding: 15px
}

    .page-block .page-block__readmore {
        display: inline-block;
        float: right;
        margin: 1em 0;
        color: #b70e25
    }

@media(min-width:48em) {
    .page-block {
        padding: 1em 2em
    }
}

.target-servizi {
    margin-top: 2em;
    padding: 0 15px
}

@media(min-width:48em) {
    .target-servizi {
        padding: 0
    }
}

.target-servizi h3 {
    margin-bottom: 1em !important;
    font-size: 25px !important
}

.service-tools {
    margin: 2em 0 1em
}

    .service-tools .service-tools__title {
        color: #076178;
        font-size: 1.375rem;
        font-weight: 500;
        margin-bottom: .5em
    }

.target__other-tools {
    margin-top: 2em
}

@media(max-width:29.9375em) {
    .target__other-tools {
        margin-left: 0;
        margin-right: 0;
        padding: 0 15px !important
    }
}

.tool-block_reference {
    position: relative;
    margin-bottom: 1em
}

    .tool-block_reference:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 85px;
        height: 4px;
        background: #069abf
    }

    .tool-block_reference h5 {
        font-size: 1.25rem;
        font-weight: 700;
        margin: 1em 0 .5em;
        color: #069abf
    }

    .tool-block_reference .field-name-field-link {
        float: left;
        margin: 1em 0
    }

        .tool-block_reference .field-name-field-link a {
            color: #b70e25
        }

.views-header a {
    color: #ea0f30
}

.node-teaser {
    position: relative;
    background: #fff;
    overflow: hidden;
    *zoom: 1;
    margin-bottom: 1em
}

    .node-teaser:hover {
        background: #fafafa
    }

        .node-teaser:hover.node-sede_tecnopolo-teaser {
            background: none
        }

    .node-teaser .teaser-title {
        font-size: 1.125rem;
        font-weight: 700
    }

    .node-teaser .node-info {
        margin: 10px 0
    }

    .node-teaser .field-name-body {
        font-size: .875rem
    }

    .node-teaser .node-content {
        padding: 1em
    }

@media(min-width:48em) {
    .node-teaser.teaser-hasImage .node-content {
        float: left;
        width: 505px
    }
}

@media(min-width:62em) {
    .node-teaser.teaser-hasImage .node-content {
        width: 720px
    }
}

@media(min-width:62em) {
    .node-teaser.teaser-hasImage .node-content {
        width: 925px
    }
}

@media(min-width:48em) {
    .has-sidebar .node-teaser.teaser-hasImage .node-content {
        width: 320px
    }
}

@media(min-width:62em) {
    .has-sidebar .node-teaser.teaser-hasImage .node-content {
        width: 480px
    }
}

@media(min-width:75em) {
    .has-sidebar .node-teaser.teaser-hasImage .node-content {
        width: 630px
    }
}

.node-teaser.node-lavora-con-noi.esito-nonvalutato {
    border-left: 6px solid #ea0f30
}

.node-teaser.node-lavora-con-noi.esito-invalutazione {
    border-left: 6px solid #df871f
}

.node-teaser.node-lavora-con-noi.esito-valutato {
    border-left: 6px solid #679c69
}

@media(min-width:30em) {
    .teaser-img {
        float: left;
        width: 215px
    }
}

.teaser-img img {
    display: block;
    width: 100%
}

.block.event_details {
    position: relative;
    padding: 1em;
    background: #fff
}

    .block.event_details > span {
        position: relative;
        display: block;
        padding: 0 1em 1em 25px;
        font-size: 14px;
        border-bottom: 1px dashed #ccc;
        margin-bottom: 1em;
        line-height: 1.4em
    }

        .block.event_details > span:after {
            content: " ";
            position: absolute;
            left: 0;
            top: 2px;
            width: 20px;
            height: 20px;
            background-image: url(https://www.aster.it/sites/all/themes/aster/images/icon-sprite.png);
            background-repeat: no-repeat
        }

        .block.event_details > span.event__location:after {
            background-position: 0 -60px
        }

        .block.event_details > span.event__attachment:after {
            background-position: 0 -282px
        }

        .block.event_details > span.event__link:after {
            background-position: 0 -200px
        }

        .block.event_details > span > a {
            color: #ea0f30
        }

    .block.event_details:after {
        content: " ";
        position: absolute;
        top: 1em;
        right: 100%;
        width: 0;
        height: 0;
        border: solid transparent;
        pointer-events: none;
        border-color: rgba(136,183,213,0);
        border-right-color: #fff;
        border-width: 14px
    }

@media(min-width:62em) {
    .block.event_details:after {
        border-width: 22px
    }
}

.content-sidebar.pull-9 .block.event_details:after {
    border-left-color: #fff;
    border-right-color: transparent;
    right: auto;
    left: 100%
}

.node-press-release .group-header, .node-press-review .group-header {
    border-bottom: 1px solid #7b858d
}

.node-press-release .field-name-field-city, .node-press-review .field-name-field-city, .node-press-release .field-name-field-content-date, .node-press-review .field-name-field-content-date {
    margin: 1em 0 .5em;
    font-size: .875rem;
    font-style: italic
}

.node-press-release .field-name-field-attachment, .node-press-review .field-name-field-attachment {
    margin: 1em 0
}

.node-press-release .field-name-field-source .field-value, .node-press-review .field-name-field-source .field-value {
    font-size: 1rem;
    font-weight: 700;
    font-style: italic
}

.node-publication-teaser .teaser-img {
    width: auto
}

.node-publication-teaser .node-content .field {
    font-size: .875rem;
    margin: .5em 0
}

.node-lavora_con_noi-teaser .field {
    font-size: .875rem;
    margin: .5em 0
}

.node-lavora_con_noi-full .node-content .field {
    margin: 1em 0
}

.node-lavora_con_noi-full .node-content .field-name-field-result {
    margin-top: 2em
}

    .node-lavora_con_noi-full .node-content .field-name-field-result .field-label {
        font-size: 1rem
    }

.node-lavora_con_noi-full .node-content .field-name-field-preselezione .field-label {
    font-size: 1rem
}

@media(min-width:48em) {
    .node-target_highlights .teaser-img {
        float: left;
        width: 120px;
        margin-right: 1em
    }
}

.node-target_highlights .node-info > span.node-type {
    border: none
}

.field-type-taxonomy-term-reference .field-label {
    display: block;
    margin-bottom: .5rem
}

.field-type-taxonomy-term-reference .field-value {
    display: inline-block;
    margin-right: 5px
}

    .field-type-taxonomy-term-reference .field-value > a {
        display: block;
        padding: 5px 10px;
        background: #ea0f30;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        color: #fff !important;
        text-decoration: none
    }

.field .field-label {
    font-weight: 700
}

.field-label-inline .field-label, .field-label-inline .field-items {
    float: left
}

form .field-multiple-table {
    margin: 0
}

    form .field-multiple-table th.field-label {
        padding-left: 0
    }

    form .field-multiple-table td.field-multiple-drag {
        width: 30px;
        padding-right: 0
    }

        form .field-multiple-table td.field-multiple-drag a.tabledrag-handle {
            padding-right: .5em
        }

form .field-add-more-submit {
    margin: .5em 0 0
}

table {
    width: 100%;
    margin: 1em 0;
    border-collapse: collapse
}

    table th {
        padding: 10px;
        background: #efefef;
        border: 1px solid #efefef;
        font-weight: 700
    }

    table td {
        padding: 10px;
        border: 1px solid #efefef
    }

.front .main-content {
    margin-top: 0
}

.front .content-wrapper {
    margin-top: 2em
}

.site-intro {
    background: #fff url(https://www.aster.it/sites/all/themes/aster/images/grid.svg) 50% 50% no-repeat;
    background-size: cover;
    padding: 1rem 0
}

    .site-intro .block {
        position: relative;
        padding: 1em
    }

@media(min-width:48em) {
    .site-intro .block {
        padding: 2em 1em
    }
}

@media(min-width:75em) {
    .site-intro .block {
        max-width: 1920px;
        margin: 0 auto;
        padding: 2em 3em
    }
}

.site-intro .boxes {
    margin-top: 1em;
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media(min-width:48em) {
    .site-intro .boxes {
        margin-top: 2em
    }
}

.site-intro .box-wrapper {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px
}

@media(min-width:75em) {
    .site-intro .box-wrapper {
        margin-bottom: 0
    }
}

@media(min-width:30em) {
    .site-intro .boxes--count-3 .box-wrapper {
        width: 50%
    }
}

@media(min-width:62em) {
    .site-intro .boxes--count-3 .box-wrapper {
        width: 33.33333%;
        margin-bottom: 0
    }
}

@media(min-width:30em) {
    .site-intro .boxes--count-4 .box-wrapper {
        width: 50%
    }
}

@media(min-width:75em) {
    .site-intro .boxes--count-4 .box-wrapper {
        width: 25%;
        margin-bottom: 0
    }
}

.block-hp__box {
    display: block;
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    color: #fff;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover !important
}

.block-hp__box__overflow {
    position: relative;
    padding: 1.5em 24px;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.block-hp__box__background {
    position: absolute;
    top: -2%;
    left: -2%;
    width: 105%;
    height: 105%;
    background: rgba(0,0,0,0.5);
    z-index: 0;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

@media(min-width:62em) {
    .block-hp__box__background {
        background: none;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiNmZjAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTExMTExIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
        background-size: 100%;
        background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(20%,rgba(255,0,0,0)),color-stop(100%,#111));
        background-image: -moz-linear-gradient(rgba(255,0,0,0) 20%,#111 100%);
        background-image: -webkit-linear-gradient(rgba(255,0,0,0) 20%,#111 100%);
        background-image: linear-gradient(rgba(255,0,0,0) 20%,#111 100%)
    }
}

.block-hp__box__content {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media(min-width:62em) {
    .block-hp__box__content {
        -moz-transform: translateY(75%);
        -ms-transform: translateY(75%);
        -webkit-transform: translateY(75%);
        transform: translateY(75%);
        -moz-transition: -moz-transform .25s;
        -o-transition: -o-transform .25s;
        -webkit-transition: -webkit-transform .25s;
        transition: transform .25s
    }

    .boxes--count-4 .block-hp__box__content {
        -moz-transform: translateY(60%);
        -ms-transform: translateY(60%);
        -webkit-transform: translateY(60%);
        transform: translateY(60%)
    }
}

.block-hp__box .box__title {
    position: relative;
    z-index: 2;
    font-size: 1.75rem;
    font-weight: 600
}

.block-hp__box .box__caption {
    position: relative;
    display: block;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3em;
    z-index: 2
}

@media(min-width:62em) {
    .block-hp__box .box__caption {
        filter: alpha(opacity=0);
        opacity: 0;
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        -moz-transition: all .25s;
        -o-transition: all .25s;
        -webkit-transition: all .25s;
        transition: all .25s
    }
}

.block-hp__box .faux-block-link__overlay {
    z-index: 10
}

@media(min-width:62em) {
    .block-hp__box:hover, .block-hp__box.focus {
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        -moz-box-shadow: 0 2px 6px 2px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0 2px 6px 2px rgba(0,0,0,0.5);
        box-shadow: 0 2px 6px 2px rgba(0,0,0,0.5)
    }

        .block-hp__box:hover .block-hp__box__background, .block-hp__box.focus .block-hp__box__background {
            filter: alpha(opacity=90);
            opacity: .9
        }

        .block-hp__box:hover .block-hp__box__content, .block-hp__box.focus .block-hp__box__content {
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        .block-hp__box:hover .box__caption, .block-hp__box.focus .box__caption {
            -moz-transition-delay: .1s;
            -o-transition-delay: .1s;
            -webkit-transition-delay: .1s;
            transition-delay: .1s;
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -webkit-transform: translateY(0);
            transform: translateY(0);
            filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
            opacity: 1
        }
}

.block-hp-aster-protagonisti h2 {
    font-size: 1.5rem;
    color: #b70e25;
    font-weight: 700
}

@media(min-width:75em) {
    .block-hp-aster-protagonisti h2 {
        font-size: 2.25rem
    }
}

@media(min-width:62em) {
    .block-hp-aster-protagonisti .block-hp__box:hover .block-hp__box__background {
        background: #42902a
    }
}

.block-hp-aster-protagonisti .box--rete {
    background-image: url(https://www.aster.it/sites/all/themes/aster/images/hp/rete.png);
    background-position: 0 50%
}

.block-hp-aster-protagonisti .box--startup {
    background-image: url(https://www.aster.it/sites/all/themes/aster/images/hp/startup.jpg)
}

.block-hp-aster-protagonisti .box--imprese {
    background-image: url(https://www.aster.it/sites/all/themes/aster/images/hp/imprese.jpg)
}

.block-hp-aster-luoghi h2 {
    font-size: 1.5rem;
    color: #b70e25;
    font-weight: 700
}

@media(min-width:75em) {
    .block-hp-aster-luoghi h2 {
        font-size: 2.25rem
    }
}

@media(min-width:62em) {
    .block-hp-aster-luoghi .block-hp__box:hover .block-hp__box__background {
        background: #b70e25
    }
}

.block-hp-aster-luoghi .box--tecnopoli {
    background-image: url(https://www.aster.it/sites/all/themes/aster/images/hp/tecnopoli.jpg)
}

.block-hp-aster-luoghi .box--incubatori {
    background-image: url(https://www.aster.it/sites/all/themes/aster/images/hp/incubatori.jpg)
}

.block-hp-aster-luoghi .box--fablab {
    background-image: url(https://www.aster.it/sites/all/themes/aster/images/hp/fablab.jpg)
}

.block-hp-aster-servizi h2 {
    font-size: 1.5rem;
    color: #b70e25;
    font-weight: 700
}

@media(min-width:75em) {
    .block-hp-aster-servizi h2 {
        font-size: 2.25rem
    }
}

@media(min-width:62em) {
    .block-hp-aster-servizi .block-hp__box:hover .block-hp__box__background {
        background: #069abf
    }
}

.block-hp-aster-servizi .box--startup {
    background-image: url(https://www.aster.it/sites/all/themes/aster/images/hp/servizi.jpg)
}

.block-hp-aster-servizi .box--partner {
    background-image: url(https://www.aster.it/sites/all/themes/aster/images/hp/partner.jpg)
}

.block-hp-aster-servizi .box--finanziamento {
    background-image: url(https://www.aster.it/sites/all/themes/aster/images/hp/finanziamento.jpg)
}

.block-hp-aster-servizi .box--idea {
    background-image: url(https://www.aster.it/sites/all/themes/aster/images/hp/idea.jpg);
    background-position: 0 50%
}

.block-hp-aster-cluster h2 {
    font-size: 1.5rem;
    color: #b70e25;
    font-weight: 700;
    line-height: 1.5em
}

@media(min-width:75em) {
    .block-hp-aster-cluster h2 {
        font-size: 2.25rem
    }
}

.block-hp-aster-cluster h3 {
    font-size: 1.6875rem;
    font-weight: 700;
    color: #555
}

.block-hp-aster-cluster .cluster-list {
    margin-top: 1em;
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

    .block-hp-aster-cluster .cluster-list li {
        display: block;
        width: 50%;
        height: 90px;
        padding: 0 10px;
        margin-bottom: 1em
    }

@media(min-width:62em) {
    .block-hp-aster-cluster .cluster-list li {
        height: 76px;
        width: 33.33333%
    }
}

@media(min-width:75em) {
    .block-hp-aster-cluster .cluster-list li {
        width: 25%
    }
}

.block-hp-aster-cluster .cluster-list a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    border: 1px solid #7f7e7e;
    padding: 0 1rem;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    color: #494949;
    font-size: 1rem;
    line-height: 1.3em;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

@media(min-width:62em) {
    .block-hp-aster-cluster .cluster-list a {
        font-size: 1.25rem
    }
}

.block-hp-aster-cluster .cluster-list a:hover {
    background: #fff;
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -moz-box-shadow: 0 2px 3px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0 2px 3px 0px rgba(0,0,0,0.2)
}

.block-hp-aster-cluster .cluster-list .cluster-join > a {
    position: relative;
    border: none;
    color: #b70e25
}

    .block-hp-aster-cluster .cluster-list .cluster-join > a:after {
        content: '';
        display: inline-block;
        margin-left: 8px;
        width: 9px;
        height: 13px;
        background: url(https://www.aster.it/sites/all/themes/aster/images/pointer-red.svg) 0 0 no-repeat;
        background-size: cover
    }

.site-header {
    position: relative;
    background: #fff
}

    .site-header .container {
        position: relative
    }

    .site-header #logo {
        position: relative;
        left: 50%;
        margin: 0 0 10px -80px;
        display: block;
        width: 160px
    }

.domain-domain-retealtatecnologia .site-header #logo {
    width: 200px;
    margin: 5px 0 10px -100px
}

@media(min-width:48em) {
    .domain-domain-retealtatecnologia .site-header #logo {
        width: 300px;
        margin: 10px 0
    }
}

@media(min-width:62em) {
    .domain-domain-retealtatecnologia .site-header #logo {
        width: 350px;
        margin: 5px 0 10px
    }
}

@media(min-width:48em) {
    .site-header #logo {
        position: absolute;
        left: 15px;
        margin: 10px 0 0;
        width: 180px
    }
}

@media(min-width:62em) {
    .site-header #logo {
        width: 200px;
        left: auto;
        float: left;
        margin: 23px 0 0 !important
    }
}

@media(min-width:75em) {
    .site-header #logo {
        width: 250px
    }
}

.site-header #logo > img {
    width: 200px
}

@media(min-width:75em) {
    .site-header #logo > img {
        width: 250px
    }
}

.domain-domain-retealtatecnologia .site-header #logo > img {
    width: 200px
}

@media(min-width:48em) {
    .domain-domain-retealtatecnologia .site-header #logo > img {
        width: 350px
    }
}

.site-header .region-header {
    float: right;
    text-align: right
}

    .site-header .region-header > * {
        display: none
    }

@media(min-width:48em) {
    .site-header .region-header > * {
        display: block !important
    }
}

.site-header .region-header .block-search, .site-header .region-header .block-search-api-page {
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 999;
    background: #f5f5f5;
    padding: 10px 0;
    width: 100%
}

    .site-header .region-header .block-search:before, .site-header .region-header .block-search-api-page:before {
        content: '';
        position: absolute;
        right: 23px;
        top: -6px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #f5f5f5
    }

@media(min-width:48em) {
    .site-header .region-header .block-search, .site-header .region-header .block-search-api-page {
        position: static;
        float: right;
        padding: 1em 0 0;
        width: 210px;
        margin-right: 2em;
        background: none
    }

        .site-header .region-header .block-search:before, .site-header .region-header .block-search-api-page:before {
            display: none
        }
}

@media(min-width:62em) {
    .site-header .region-header .block-search, .site-header .region-header .block-search-api-page {
        width: 340px
    }
}

.site-header .region-header .block-locale {
    float: right
}

.site-header .nav-top {
    clear: right;
    padding: 1em 0
}

.site-header .site-header__top {
    padding-top: 10px
}

@media(min-width:48em) {
    .site-header .site-header__top {
        padding-top: 0
    }
}

.domain-domain-retealtatecnologia .site-header .site-header__top {
    padding-bottom: 6px;
    background: url(https://www.aster.it/sites/all/themes/aster/images/border-rat.png) 50% 100% repeat-x
}

.site-header #search-trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    background: url(https://www.aster.it/sites/all/themes/aster/images/icon-search.svg) 50% 50% no-repeat;
    overflow: hidden
}

    .site-header #search-trigger > span {
        display: block;
        text-indent: -100px
    }

@media(min-width:48em) {
    .site-header #search-trigger {
        display: none
    }
}

.form-search {
    overflow: hidden;
    *zoom: 1;
    display: -webkit-flex;
    display: flex;
    padding: 0 10px
}

@media(min-width:48em) {
    .form-search {
        padding: 0
    }
}

.form-search .form-item {
    margin: 0
}

@media(min-width:48em) {
    .form-search .form-item.form-type-textfield {
        width: 170px
    }
}

@media(min-width:62em) {
    .form-search .form-item.form-type-textfield {
        width: 300px
    }
}

.form-search .form-item-search-block-form {
    -webkit-flex: 1;
    flex: 1
}

@media(min-width:48em) {
    .form-search .form-item-search-block-form {
        float: left
    }
}

.form-search .form-actions {
    margin: 0
}

@media(min-width:48em) {
    .form-search .form-actions {
        float: left
    }
}

.form-search input[type="search"], .form-search .form-text {
    width: 100%;
    background: #fff;
    border: 0;
    padding: 0 .6em;
    font-size: .875rem;
    line-height: 35px;
    height: 35px
}

    .form-search input[type="search"].placeholder, .form-search .form-text.placeholder {
        color: #fff
    }

    .form-search input[type="search"]:-moz-placeholder, .form-search .form-text:-moz-placeholder {
        color: #fff
    }

    .form-search input[type="search"]::-moz-placeholder, .form-search .form-text::-moz-placeholder {
        color: #fff
    }

    .form-search input[type="search"]:-ms-input-placeholder, .form-search .form-text:-ms-input-placeholder {
        color: #fff
    }

    .form-search input[type="search"]::-webkit-input-placeholder, .form-search .form-text::-webkit-input-placeholder {
        color: #fff
    }

@media(min-width:48em) {
    .form-search input[type="search"], .form-search .form-text {
        background: #f4f6f7;
        line-height: 40px;
        height: 40px;
        font-size: .9375rem
    }

        .form-search input[type="search"].placeholder, .form-search .form-text.placeholder {
            color: #7b858d
        }

        .form-search input[type="search"]:-moz-placeholder, .form-search .form-text:-moz-placeholder {
            color: #7b858d
        }

        .form-search input[type="search"]::-moz-placeholder, .form-search .form-text::-moz-placeholder {
            color: #7b858d
        }

        .form-search input[type="search"]:-ms-input-placeholder, .form-search .form-text:-ms-input-placeholder {
            color: #7b858d
        }

        .form-search input[type="search"]::-webkit-input-placeholder, .form-search .form-text::-webkit-input-placeholder {
            color: #7b858d
        }
}

.form-search input[type="search"]:focus, .form-search .form-text:focus {
    outline: none
}

.form-search input[type="submit"] {
    display: block;
    border: 0;
    cursor: pointer;
    font-size: .8125rem;
    text-transform: uppercase
}

@media(min-width:48em) {
    .form-search input[type="submit"] {
        width: 40px;
        height: 40px;
        text-indent: -9999px;
        background: #f4f6f7 url(https://www.aster.it/sites/all/themes/aster/images/icon-search.svg) 50% 50% no-repeat
    }
}

#sticky-header {
    display: none;
    position: fixed;
    width: 100%;
    top: -80px;
    background: #fff;
    -moz-transition: top .3s;
    -o-transition: top .3s;
    -webkit-transition: top .3s;
    transition: top .3s;
    z-index: 998
}

.no-js #sticky-header {
    display: none !important
}

.domain-domain-aster #sticky-header {
    -moz-box-shadow: 0px 3px 1px 0px rgba(10,10,10,0.2);
    -webkit-box-shadow: 0px 3px 1px 0px rgba(10,10,10,0.2);
    box-shadow: 0px 3px 1px 0px rgba(10,10,10,0.2)
}

.domain-domain-retealtatecnologia #sticky-header {
    padding-bottom: 6px;
    background: #fff url(https://www.aster.it/sites/all/themes/aster/images/border-rat.png) 50% 100% repeat-x
}

@media(min-width:62em) {
    #sticky-header {
        display: block
    }
}

#sticky-header.visible {
    top: 0
}

.logged-in #sticky-header.visible {
    top: 29px
}

#sticky-header .logo {
    float: left;
    max-width: 160px;
    margin: 14px 0 0
}

@media(min-width:75em) {
    #sticky-header .logo {
        max-width: 215px;
        margin: 8px 0 0
    }
}

.domain-domain-retealtatecnologia #sticky-header .logo {
    max-width: 300px;
    margin: 14px 0 0
}

#sticky-header .logo > img {
    width: 160px
}

@media(min-width:75em) {
    #sticky-header .logo > img {
        width: 215px
    }
}

@media(min-width:75em) {
    .domain-domain-retealtatecnologia #sticky-header .logo > img {
        width: 300px
    }
}

#sticky-header .push-right {
    float: right
}

#sticky-header .region-header {
    float: left
}

    #sticky-header .region-header .block {
        float: left
    }

#sticky-header .nav-sticky {
    float: left;
    text-align: right
}

@media(min-width:75em) {
    #sticky-header .nav-sticky {
        margin-left: 40px
    }
}

#sticky-header .nav-sticky .nav-top__items {
    margin: 12px 0
}

.domain-domain-retealtatecnologia #sticky-header .nav-sticky {
    margin-top: 30px
}

#sticky-header .language-switcher-locale-url {
    float: left
}

    #sticky-header .language-switcher-locale-url a {
        background: #7b858d;
        color: #fff;
        padding: 28px 5px 27px
    }

    #sticky-header .language-switcher-locale-url li {
        margin-left: 0
    }

        #sticky-header .language-switcher-locale-url li.active {
            display: none
        }

#sticky-header .form-search {
    position: relative;
    float: left;
    margin-left: 10px;
    overflow: visible
}

@media(min-width:75em) {
    #sticky-header .form-search {
        margin-left: 20px
    }
}

#sticky-header .form-search .form-type-textfield {
    display: none;
    position: absolute;
    right: 40px;
    top: 0;
    height: 70px;
    padding: 15px 25px;
    margin: 0;
    background: #fff
}

    #sticky-header .form-search .form-type-textfield.visible {
        display: block !important
    }

#sticky-header .form-search .form-actions {
    margin: 0
}

#sticky-header .form-search input[type="text"] {
    float: none;
    margin-left: 0;
    border: 1px solid #fff;
    -moz-transition: border-color .2s;
    -o-transition: border-color .2s;
    -webkit-transition: border-color .2s;
    transition: border-color .2s
}

    #sticky-header .form-search input[type="text"]:focus {
        border-color: #b1b1b1
    }

#sticky-header .form-search input[type="submit"] {
    background-color: #d7d7d7;
    height: 70px
}

.lines-button {
    border: 0;
    position: absolute;
    z-index: 10;
    padding: 0;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    background: none;
    display: inline-block;
    cursor: pointer;
    user-select: none;
    border-radius: 4.28571px
}

    .lines-button:focus {
        outline: none
    }

    .lines-button:hover {
        opacity: 1
    }

    .lines-button:active {
        transition: 0
    }

.nav-open .lines-button .lines {
    background: transparent
}

    .nav-open .lines-button .lines:before, .nav-open .lines-button .lines:after {
        transform-origin: 50% 50%;
        top: 0;
        width: 30px
    }

    .nav-open .lines-button .lines:before {
        transform: rotate3d(0,0,1,45deg)
    }

    .nav-open .lines-button .lines:after {
        transform: rotate3d(0,0,1,-45deg)
    }

.lines {
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #333;
    border-radius: 2.14286px;
    position: relative
}

    .lines:before, .lines:after {
        display: inline-block;
        width: 30px;
        height: 3px;
        background: #333;
        border-radius: 2.14286px;
        position: absolute;
        left: 0;
        content: '';
        transform-origin: 1.5px center
    }

    .lines:before {
        top: 7.5px
    }

    .lines:after {
        top: -7.5px
    }

.site-footer {
    background: #7b858d;
    overflow: hidden;
    *zoom: 1;
}

@media(min-width:48em) {
    .site-footer .container {
        display: -webkit-flex;
        display: flex
    }
}

.site-footer .block {
    margin-left: -15px;
    margin-right: -15px
}

@media(min-width:48em) {
    .site-footer .block {
        margin-left: 0;
        margin-right: 0;
        width: 25%;
        float: left;
        -webkit-flex: 1;
        flex: 1
    }
}

.site-footer .block.block-legal {
    float: none;
    width: auto
}

.site-footer .block.block-menu-block {
    padding: 1em;
    border-top: 5px solid #fff
}

@media(min-width:48em) {
    .site-footer .block.block-menu-block {
        border-top: 0;
        padding: 1em 0
    }
}

@media(min-width:48em) {
    .site-footer .block.block-menu-block:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 85px;
        height: 4px;
        background: #fff
    }
}

.site-footer .block.block-menu-block .block-title {
    background: url(https://www.aster.it/sites/all/themes/aster/images/block-collapsable-pointer.png) right 0 top 50% no-repeat
}

@media(min-width:48em) {
    .site-footer .block.block-menu-block .block-title {
        background: none
    }
}

.site-footer .block.block-aster-map {
    display: none;
    padding: 25px 0;
    text-align: center;
    border-left: 1px solid #fff
}

@media(min-width:48em) {
    .site-footer .block.block-aster-map {
        display: block
    }
}

.site-footer .block-title {
    color: #fff;
    text-transform: uppercase;
    display: block
}

@media(min-width:48em) {
    .site-footer .block-title {
        margin: 1em 0
    }
}

.site-footer .menu a {
    font-size: .75rem;
    text-transform: uppercase;
    color: #fff
}

@media(max-width:29.9375em) {
    .site-footer .menu-block-wrapper {
        display: none;
        margin-top: 1em
    }
}

.site-footer__legal {
    background: #959da4;
    font-size: .75rem;
    color: #fff;
    padding: 1em
}

    .site-footer__legal p {
        line-height: 1.4em
    }

    .site-footer__legal a {
        color: #fff;
        text-decoration: underline
    }

    .site-footer__legal .block-legal__main {
        line-height: 16px
    }

@media(min-width:75em) {
    .site-footer__legal .block-legal__main {
        float: left
    }
}

@media(min-width:75em) {
    .site-footer__legal .block-legal__side {
        float: right
    }
}

.site-footer__legal .block-legal__side img {
    display: block;
    width: auto;
    margin: 10px 0
}

@media(min-width:75em) {
    .site-footer__legal .block-legal__side img {
        margin: 0 auto 10px auto
    }
}

ol.breadcrumb {
    padding: 0 0 1em
}

    ol.breadcrumb > li {
        display: inline-block;
        font-size: 11px;
        font-size: .75rem;
        text-transform: uppercase;
        color: #ea0f30
    }

        ol.breadcrumb > li + li:before {
            content: "/\00a0";
            padding: 0 5px;
            color: #c3c3c3
        }

        ol.breadcrumb > li > a {
            color: #7b858d
        }

            ol.breadcrumb > li > a:hover {
                text-decoration: underline
            }

#autocomplete {
    position: absolute;
    background: #fff;
    width: 100% !important;
    padding: 0;
    font-size: .8125rem;
    text-align: left;
    border: 1px solid #f4f6f7;
    z-index: 100
}

    #autocomplete a {
        display: block;
        padding: .5em 10px
    }

        #autocomplete a .live-search__item-title {
            display: block;
            font-size: 1rem;
            color: #000;
            font-weight: 700
        }

        #autocomplete a .live-search__item-type {
            display: block;
            color: #7b858d;
            font-size: .75rem;
            font-style: italic
        }

        #autocomplete a:hover {
            background: #efefef
        }

    #autocomplete li.selected {
        background: #efefef
    }

.slideshow-items {
    width: 800%;
    background: #fff
}

@media(min-width:48em) {
    .slideshow-items {
        min-height: 300px
    }
}

.slideshow__item {
    display: block;
    float: left;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    min-height: 220px;
    width: 100vw
}

@media(min-width:48em) {
    .slideshow__item {
        min-height: 300px
    }
}

.slideshow__item .item-text {
    position: absolute;
    bottom: 3em;
    width: 100%;
    background: rgba(115,115,115,0.8);
    padding: .4em 0;
    color: #4f4f4f;
    font-size: 1.125rem;
    color: #fff;
    text-align: center
}

@media(min-width:48em) {
    .slideshow__item .item-text {
        bottom: 2em;
        font-size: 1.375rem
    }
}

.slideshow__item .item-text h3 {
    font-size: 1.375rem;
    margin-bottom: 10px
}

    .slideshow__item .item-text h3 > strong {
        font-size: 1.875rem
    }

.block-collapsable {
    margin-bottom: 6px
}

    .block-collapsable.collapsed .block-content {
        display: none
    }

.no-js .block-collapsable.collapsed .block-content {
    display: block !important
}

.block-toggler {
    position: relative;
    display: block;
    font-size: 1.25rem;
    font-weight: 500;
    color: #fff;
    padding: 10px 30px 10px 15px;
    cursor: pointer;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-decoration: none !important
}

@media(min-width:48em) {
    .block-toggler {
        font-size: 1.5625rem;
        padding: 20px 30px
    }
}

.block-toggler:after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
    width: 11px;
    height: 16px;
    background: url(https://www.aster.it/sites/all/themes/aster/images/block-collapsable-pointer.svg) 0 0 no-repeat;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

.block-toggler.block-collapsed:after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.block-toggler--service {
    background-color: #069abf
}

    .block-toggler--service:hover, .block-toggler--service.block-collapsed {
        background-color: #027b9b
    }

.block-toggler--other-tools {
    background-color: #015d76
}

    .block-toggler--other-tools:hover, .block-toggler--other-tools.block-collapsed {
        background-color: #014659
    }

.block-toggler--sede-tecnopolo {
    padding: 15px 40px 15px 45px;
    background: #ea0f30 url(https://www.aster.it/sites/all/themes/aster/images/marker.png) 20px 50% no-repeat;
    color: #fff;
    font-size: 1.125rem
}

.block-aster-social, .block-aster-social-rete {
    background: #ea0f30;
    color: #fff;
    padding: 12px 0;
    text-align: center
}

@media(min-width:48em) {
    .block-aster-social, .block-aster-social-rete {
        text-align: left
    }
}

.block-aster-social p, .block-aster-social-rete p {
    margin-bottom: .5em
}

@media(min-width:48em) {
    .block-aster-social p, .block-aster-social-rete p {
        margin-bottom: 0;
        line-height: 36px
    }
}

.aster-social__items {
    width: 100%;
    text-align: center
}

@media(min-width:48em) {
    .aster-social__items {
        margin-top: -36px
    }
}

.aster-social__items > li {
    display: inline-block;
    margin: 0 10px
}

    .aster-social__items > li > a:before {
        font-size: 36px;
        color: #fff
    }

    .aster-social__items > li > a > span {
        display: none
    }

.highlights h1 {
    font-size: 1.875rem;
    font-weight: 500;
    color: #333
}

.highlights .highlights__flexwrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -1em;
    margin-right: -1em
}

.highlights .views-row {
    padding: 1em
}

@media(min-width:48em) {
    .highlights .views-row {
        display: -webkit-flex;
        display: flex;
        -webkit-flex: 1;
        flex: 1
    }
}

.highlights .views-row.views-row-1 {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    float: none;
    width: 100%
}

.no-flexbox .highlights .views-row.views-row-1 > article {
    height: auto !important
}

.highlights .node-highlight {
    -webkit-flex-grow: 1;
    flex-grow: 1
}

    .highlights .node-highlight:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 85px;
        height: 4px;
        background: #ea0f30
    }

.highlights .highlight--top {
    display: block;
    padding: 0
}

@media(min-width:75em) {
    .highlights .highlight--top .highlight__media-wrapper {
        width: 540px;
        float: left
    }
}

@media(min-width:75em) {
    .highlights .highlight--top .highlight__content-wrapper {
        float: left;
        width: 305px
    }
}

.highlights .highlight__media-wrapper {
    position: relative
}

    .highlights .highlight__media-wrapper .highlight__title {
        padding: 10px;
        font-size: 1.375rem;
        margin-bottom: 0
    }

@media(min-width:48em) {
    .highlights .highlight__media-wrapper .highlight__title {
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(255,255,255,0.6)
    }
}

.highlights .highlight__image {
    display: block
}

.highlights .highlight__content-wrapper {
    padding: 10px
}

@media(min-width:48em) {
    .highlights .highlight__content-wrapper {
        padding: 1em
    }
}

@media(min-width:48em) {
    .highlights .items-4 .views-row-2, .highlights .items-4 .views-row-3, .highlights .items-4 .views-row-4 {
        -webkit-flex: 1 0 33.33333%;
        flex: 1 0 33.33333%;
        width: 33.33333%;
        float: left
    }
}

@media(min-width:48em) {
    .highlights .items-5 .views-row-2, .highlights .items-5 .views-row-3, .highlights .items-5 .views-row-4, .highlights .items-5 .views-row-5 {
        -webkit-flex: 1 0 50%;
        flex: 1 0 50%;
        width: 50%;
        float: left
    }
}

@media(min-width:48em) {
    .highlights .items-6 .views-row-2, .highlights .items-6 .views-row-3 {
        -webkit-flex: 1 0 auto;
        flex: 1 0 auto;
        width: 50%;
        float: left
    }
}

.node-highlight {
    position: relative;
    background: #fff;
    width: 100%
}

    .node-highlight:hover, .node-highlight.focus {
        background: #fafafa
    }

    .node-highlight .highlight__title {
        margin-bottom: 10px;
        color: #333;
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.3em
    }

    .node-highlight .highlight__content {
        font-size: .875rem;
        line-height: 20px;
        margin-top: .6em
    }

    .node-highlight .highlight__type {
        display: inline-block;
        color: #ea0f30;
        font-size: .8125rem;
        font-weight: 500;
        text-transform: uppercase;
        padding-right: 5px;
        border-right: 1px solid #ea0f30;
        margin-right: 5px
    }

    .node-highlight .highlight__date {
        display: inline-block;
        color: #ea0f30;
        font-size: .75rem
    }

    .node-highlight .highlight__image {
        width: 100%
    }

    .node-highlight .field-name-field-image img {
        width: 100%
    }

    .node-highlight .field-name-field-video-url img {
        width: 100%
    }

.highlights--news > .views-rows {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1em;
    margin-right: -1em
}

.highlights--news .views-row {
    padding: 1em;
    width: 100%
}

@media(min-width:48em) {
    .highlights--news .views-row {
        display: -webkit-flex;
        display: flex;
        width: 33.33333%;
        float: left
    }
}

.highlights--news .node-highlight {
    padding: 1em 0
}

    .highlights--news .node-highlight .highlight__image {
        margin: -1em 0 .8em
    }

    .highlights--news .node-highlight.view-row-3:before, .highlights--news .node-highlight.view-row-4:before, .highlights--news .node-highlight.view-row-5:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 85px;
        height: 4px;
        background: #78499a
    }

.highlights--news .highlight__content {
    padding: 0 15px
}

.highlights--news .highlight__title {
    padding: 0 15px;
    margin-bottom: 0
}

.highlights--news .date-display-single {
    display: block
}

.aster_top_news-block, .aster_top_news-news_innovazione, .aster_top_news-news_europa, .aster_top_news-news_rete, .aster_top_news-block_events {
    clear: left;
    margin: 1.2em 0
}

@media(min-width:48em) {
    .aster_top_news-block, .aster_top_news-news_innovazione, .aster_top_news-news_europa, .aster_top_news-news_rete, .aster_top_news-block_events {
        margin: 2em 0
    }
}

.aster_top_news-block .block-title, .aster_top_news-news_innovazione .block-title, .aster_top_news-news_europa .block-title, .aster_top_news-news_rete .block-title, .aster_top_news-block_events .block-title {
    display: block;
    font-size: 1.875rem;
    font-weight: 500
}

.aster_presenta .block-title {
    display: block;
    font-size: 1.625rem;
    line-height: 1.2em;
    margin-bottom: 1rem;
    font-weight: 500;
    color: #fff;
    padding: 10px
}

.aster_presenta .highlight {
    position: relative;
    background: #fff;
    margin-bottom: 10px
}

    .aster_presenta .highlight:hover {
        background: #fafafa
    }

.aster_presenta .highlight__content-wrapper {
    padding: 1em
}

.aster_presenta .highlight__title {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: .8em
}

.aster_presenta .highlight__content {
    font-size: .875rem;
    line-height: 20px
}

.aster_presenta .aster_presenta__subtitle {
    font-size: 1.125rem;
    line-height: 1.2em;
    padding: 0 10px;
    margin-bottom: 1rem
}

.aster_presenta .view > p {
    text-align: right
}

    .aster_presenta .view > p > a {
        display: block;
        background: #ea0f30;
        font-size: .75rem;
        color: #fff;
        padding-right: 10px
    }

        .aster_presenta .view > p > a:after {
            content: "\00bb";
            display: inline-block;
            margin-left: 3px
        }

.aster_presenta-aster_presenta .block-title {
    background: #aa1562
}

.aster_presenta-aster_presenta .highlight {
    border-top: 5px solid #aa1562
}

.aster_presenta-innovazione .block-title, .aster_presenta-innovazione .view > p > a {
    background: #42902a
}

.aster_presenta-innovazione .highlight {
    border-top: 5px solid #42902a
}

.aster_presenta-hl_europa .block-title, .aster_presenta-hl_europa .view > p > a {
    background: #dc8100
}

.aster_presenta-hl_europa .highlight {
    border-top: 5px solid #dc8100
}

.aster_presenta-infografiche .block-title, .aster_presenta-infografiche .view > p > a, .aster_presenta-aster_uptodate .block-title, .aster_presenta-aster_uptodate .view > p > a {
    background: #384e88
}

.aster_presenta-infografiche .highlight, .aster_presenta-aster_uptodate .highlight {
    border-top: 5px solid #384e88
}

.aster_presenta-infografiche .aster_presenta__subtitle, .aster_presenta-aster_uptodate .aster_presenta__subtitle {
    color: #384e88
}

.block-aster-chisiamo, .block-aster-chisiamo-rete {
    background: #fff;
    font-size: .875rem;
    padding: 1em 0;
    text-align: center
}

@media(min-width:48em) {
    .block-aster-chisiamo, .block-aster-chisiamo-rete {
        padding: 2em 0;
        font-size: 1.25rem
    }
}

.block-aster-chisiamo .block-title, .block-aster-chisiamo-rete .block-title {
    font-size: 1.625rem;
    font-weight: 500
}

.block-aster-chisiamo p, .block-aster-chisiamo-rete p {
    margin: 1em 0
}

    .block-aster-chisiamo p a, .block-aster-chisiamo-rete p a {
        font-size: 1rem;
        color: #ea0f30
    }

.page-share-buttons > li {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    margin: 0 0 12px !important;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px
}

    .page-share-buttons > li.share--fb {
        background: #364f91
    }

    .page-share-buttons > li.share--tw {
        background: #4290fc
    }

    .page-share-buttons > li.share--gplus {
        background: #d2493c
    }

    .page-share-buttons > li.share--mail {
        background: #404040
    }

    .page-share-buttons > li > a {
        display: block;
        color: #fff;
        font-size: 20px;
        line-height: 36px
    }

        .page-share-buttons > li > a > span {
            display: none
        }

ul.pager {
    background: #fafafa;
    margin: 1em 0;
    padding: 10px;
    text-align: center
}

    ul.pager > li {
        display: inline-block;
        padding: 0 .3em;
        font-size: .9375rem
    }

        ul.pager > li:first-child {
            padding-left: 0
        }

        ul.pager > li > a {
            color: #ea0f30;
            font-weight: 500;
            font-size: .9375rem
        }

.related_contents-block, .tool_related_content-block, [class*="target_highlights-block"] {
    margin-top: 2em
}

@media(min-width:48em) {
    .related_contents-block, .tool_related_content-block, [class*="target_highlights-block"] {
        margin-top: 4em
    }
}

.related_contents-block .block-title, .tool_related_content-block .block-title, [class*="target_highlights-block"] .block-title {
    font-size: 1.375rem;
    font-weight: 500
}

.related-contents .node-highlight {
    margin: 1em 0;
    width: 100%;
    overflow: hidden;
    *zoom: 1;
}

.related-contents .node-info {
    margin: .2em 0
}

.related-contents .highlight__title {
    margin-bottom: 0
}

.related-contents .teaser-img {
    max-width: 150px;
    margin-right: 1em
}

.related-contents .node-content {
    padding: 1em
}

.views-staff__results {
    overflow: hidden;
    *zoom: 1;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 10px
}

@media(min-width:48em) {
    .views-staff__results {
        margin-left: -10px;
        margin-right: -10px
    }
}

.views-staff__results .views-row {
    padding: 0 5px;
    margin: 10px 0;
    width: 50%;
    float: left;
    overflow: hidden
}

@media(min-width:48em) {
    .views-staff__results .views-row {
        padding: 0 10px;
        width: 25%;
        float: left
    }

    .view-mentorboard .views-staff__results .views-row {
        width: 33.33333%;
        float: left
    }
}

.staff-item {
    padding: 0;
    position: relative;
    margin-left: 0;
    margin-right: 0
}

    .staff-item .staff-item__wrapper {
        overflow: hidden
    }

    .staff-item img {
        display: block;
        width: 100%;
        -moz-transition: all .2s;
        -o-transition: all .2s;
        -webkit-transition: all .2s;
        transition: all .2s
    }

    .staff-item:hover img, .staff-item.focus img {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

.staff-item__overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-weight: 500;
    padding: 10px
}

    .staff-item__overlay > span {
        display: block
    }

        .staff-item__overlay > span.staff-item__name {
            margin-bottom: 5px
        }

        .staff-item__overlay > span.staff-item__role {
            font-size: .8125rem
        }

.staff-item--full .field-name-field-image {
    width: auto;
    margin-bottom: 1em;
    margin-right: 1em;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

@media(min-width:30em) {
    .staff-item--full .field-name-field-image {
        width: 120px;
        margin-bottom: 0
    }
}

@media(min-width:48em) {
    .staff-item--full .field-name-field-image {
        width: 200px
    }
}

.staff-item--full .staff-item__name {
    font-size: 1.375rem;
    color: #069abf;
    margin-bottom: 10px
}

.staff-item--full .field-name-body {
    margin: 1em 0;
    font-size: .875rem
}

.staff-item--full .modal-content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(min-width:30em) {
    .staff-item--full .modal-content {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.staff-item--full .modal-content-data {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-size: .875rem
}

    .staff-item--full .modal-content-data .field {
        margin: 10px 0
    }

    .staff-item--full .modal-content-data .field-label {
        display: inline-block;
        font-weight: 700;
        color: #069abf
    }

    .staff-item--full .modal-content-data .field-value {
        display: inline-block
    }

    .staff-item--full .modal-content-data a {
        color: #069abf
    }

.fade {
    opacity: 0;
    -moz-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -moz-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -webkit-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -moz-transition: -moz-transform .2s ease-out;
        -o-transition: -o-transform .2s ease-out;
        -webkit-transition: -webkit-transform .2s ease-out;
        transition: transform .2s ease-out
    }

    .modal.in .modal-dialog {
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #f5f5f5;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    -moz-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
    padding: 1em;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    *zoom: 1;
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.4em
}

.modal-body {
    position: relative;
    padding: 1em
}

.modal-footer {
    padding: 1em;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
    *zoom: 1;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:48em) {
    .modal-dialog {
        width: 740px;
        margin: 30px auto
    }

    .modal-content {
        -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media(min-width:62em) {
    .modal-dialog {
        width: 900px;
        margin: 30px auto
    }
}

.map {
    width: 100%;
    height: 400px
}

.leaflet-popup-content .marker-name {
    display: block;
    font-size: 1rem
}

.leaflet-popup-content .marker-tecnopolo {
    display: block;
    font-size: .875rem
}

.leaflet-popup-content .marker-sedetecnopolo {
    font-size: .75rem
}

.search-api-page-results h2 {
    font-size: 1.125rem;
    margin: 1em 0
}

.search-api-page-results .search-result {
    position: relative;
    background: #fff;
    padding: 1em;
    margin-bottom: 1em
}

    .search-api-page-results .search-result .search-result__type {
        display: block;
        margin: .7em 0 .3em;
        font-weight: 700;
        font-size: .75rem
    }

    .search-api-page-results .search-result .search-info {
        font-size: .875rem;
        color: #7b858d;
        font-style: italic;
        margin-top: 10px
    }

    .search-api-page-results .search-result .title {
        font-size: 1.25rem;
        font-weight: 700
    }

    .search-api-page-results .search-result .search-snippet-info {
        font-size: .875rem
    }

        .search-api-page-results .search-result .search-snippet-info > p {
            line-height: 1.4em
        }

.search-result-item {
    margin: 0;
    padding: 1em 0 !important;
    border-bottom: 1px solid #c5c5c5
}

    .search-result-item span {
        display: block
    }

    .search-result-item .search-result-link a {
        color: #000;
        font-size: 1.125rem;
        font-weight: 700
    }

    .search-result-item .search-result-type {
        line-height: 2em;
        font-size: .875rem;
        color: #7b858d;
        font-style: italic
    }

#aster-contact-form {
    overflow: hidden;
    *zoom: 1;
    max-width: 865px
}

@media(min-width:48em) {
    #aster-contact-form {
        margin: 0 -10px
    }
}

#aster-contact-form > .form-item {
    margin: 10px 0
}

@media(min-width:48em) {
    #aster-contact-form > .form-item {
        float: left;
        width: 50%;
        padding: 0 10px
    }
}

#aster-contact-form > .form-type-textarea {
    float: none;
    width: 100%
}

#aster-contact-form label {
    display: block;
    font-size: .875rem;
    line-height: 1.5em
}

#aster-contact-form input[type="text"], #aster-contact-form textarea {
    width: 100%;
    font-size: 1.125rem;
    padding: 10px 10px;
    border: 1px solid #e5e8ea;
    resize: none;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

    #aster-contact-form input[type="text"]:focus, #aster-contact-form textarea:focus {
        outline: none;
        border-color: #b1b1b1
    }

    #aster-contact-form input[type="text"].error, #aster-contact-form textarea.error {
        border-color: #ea0f30
    }

#aster-contact-form textarea {
    font-size: 1rem
}

#aster-contact-form input[type="submit"] {
    font-size: 1rem;
    padding: 10px 1em;
    min-width: 150px;
    border: 0;
    background: #ea0f30;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer
}

#aster-contact-form .custom-select {
    overflow: hidden;
    margin: 10px 0
}

@media(min-width:48em) {
    #aster-contact-form .custom-select {
        float: left;
        width: 50%;
        padding: 0 10px
    }
}

#aster-contact-form .custom-select select {
    border: 1px solid #e5e8ea;
    background: #fff url(https://www.aster.it/sites/all/themes/aster/images/select-button-large.png) 100% 50% no-repeat;
    padding: 12px 36px 12px 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #555;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: .875rem;
    line-height: 19px
}

    #aster-contact-form .custom-select select::-ms-expand {
        display: none
    }

    #aster-contact-form .custom-select select:focus {
        outline: none
    }

#aster-contact-form .g-recaptcha {
    clear: left
}

@media(min-width:48em) {
    #aster-contact-form .g-recaptcha {
        padding: 0 10px
    }
}

#aster-contact-form .submit {
    margin-top: 1em;
    text-align: center
}

@media(max-width:29.9375em) {
    #rc-imageselect, .g-recaptcha {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        -moz-transform-origin: top left 50%;
        -ms-transform-origin: top left 50%;
        -webkit-transform-origin: top left 50%;
        transform-origin: top left 50%
    }
}

.accordion__toggler {
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #efefef;
    padding: 0 30px 5px 0;
    font-size: 1rem !important;
    font-weight: 700;
    color: #ea0f30;
    -moz-transition: color .2s;
    -o-transition: color .2s;
    -webkit-transition: color .2s;
    transition: color .2s
}

    .accordion__toggler:after {
        content: "+";
        font-size: .875rem;
        color: #fff;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center;
        padding-top: 2px;
        width: 18px;
        height: 18px;
        background: #c4c4c4;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%
    }

    .accordion__toggler:hover {
        color: #b70e25
    }

    .accordion__toggler.open {
        color: #b70e25
    }

        .accordion__toggler.open:after {
            content: "-"
        }

        .accordion__toggler.open + .accordion__content-block {
            display: block
        }

.accordion__content-block {
    display: none;
    background: #efefef;
    padding: .5em 1em
}

.accordion__item.collapsed .accordion__toggler {
    color: #b70e25
}

    .accordion__item.collapsed .accordion__toggler:after {
        content: "-"
    }

.youtube-container--responsive {
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

    .youtube-container--responsive iframe {
        border: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.alpha-index {
    margin-bottom: 1em
}

    .alpha-index > li {
        display: inline-block
    }

        .alpha-index > li > a {
            display: block;
            width: 32px;
            height: 32px;
            font-size: .9375rem;
            line-height: 32px;
            color: #fff;
            background: #ea0f30;
            text-align: center
        }

            .alpha-index > li > a:hover {
                background: #b70e25
            }

            .alpha-index > li > a.disabled {
                background: #cecdcd !important
            }

.lavora-con-noi-archivio-legenda {
    margin: 1em 0
}

    .lavora-con-noi-archivio-legenda > li {
        overflow: hidden;
        *zoom: 1;
        display: inline-block;
        margin-right: 1em
    }

        .lavora-con-noi-archivio-legenda > li > span {
            display: block;
            float: left;
            line-height: 40px
        }

            .lavora-con-noi-archivio-legenda > li > span.legend-color {
                width: 40px;
                height: 40px;
                margin-right: 10px
            }

            .lavora-con-noi-archivio-legenda > li > span.valutato {
                background: #679c69
            }

            .lavora-con-noi-archivio-legenda > li > span.nonvalutato {
                background: #ea0f30
            }

            .lavora-con-noi-archivio-legenda > li > span.invalutazione {
                background: #df871f
            }

            .lavora-con-noi-archivio-legenda > li > span.legend-text {
                font-size: .875rem;
                font-weight: 700
            }

.peppermint.peppermint-active {
    position: relative;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0
}

    .peppermint.peppermint-active .peppermint-slides {
        position: relative;
        overflow: hidden;
        -ms-touch-action: pan-y;
        touch-action: pan-y
    }

        .peppermint.peppermint-active .peppermint-slides > * {
            float: left;
            margin: 0;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-tap-highlight-color: transparent;
            tap-highlight-color: transparent
        }

        .peppermint.peppermint-active .peppermint-slides a:active, .peppermint.peppermint-active .peppermint-slides a:active img {
            outline: none
        }

        .peppermint.peppermint-active, .peppermint.peppermint-active .peppermint-dots, .peppermint.peppermint-active .peppermint-slides, .peppermint.peppermint-active .peppermint-slides > * {
            -webkit-transform: translate3d(0,0,0);
            -ms-transform: translate3d(0,0,0);
            -moz-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            backface-visibility: hidden
        }

.peppermint.peppermint-mouse .peppermint-slides {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.peppermint.peppermint-mouse.peppermint-drag .peppermint-slides * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.peppermint li {
    margin: 0 0 1.5em
}

.peppermint figure img {
    vertical-align: top;
    max-width: 100%;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    box-shadow: 0 1px 5px rgba(0,0,0,0.2)
}

.peppermint figure figcaption {
    font-style: italic;
    color: #787575;
    font-size: .8em;
    margin-top: .5em
}

.peppermint.peppermint-active {
    margin-bottom: 0
}

ul.peppermint-dots {
    position: absolute;
    width: 100%;
    bottom: 1em;
    padding: 0;
    text-align: center;
    list-style-type: none
}

    ul.peppermint-dots > li {
        display: inline-block;
        position: relative;
        width: 16px;
        height: 16px;
        cursor: pointer;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        margin: 0 3px;
        *display: inline;
        *zoom: 1;
    }

        ul.peppermint-dots > li.peppermint-mouse-clicked, ul.peppermint-dots > li:active {
            outline: 0
        }

        ul.peppermint-dots > li > span {
            display: block;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: #fff;
            border: 1px solid #b9b7b7
        }

        ul.peppermint-dots > li.peppermint-active-dot > span {
            background: #ea0f30
        }

.bx-wrapper {
    position: relative;
    padding: 0;
    *zoom: 1;
}

    .bx-wrapper .bx-viewport {
        -webkit-transform: translatez(0);
        -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0)
    }

    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        position: absolute;
        width: 100%
    }

    .bx-wrapper .bx-loading {
        min-height: 50px;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000
    }

    .bx-wrapper .bx-pager {
        bottom: 1em;
        text-align: center;
        font-size: .85em;
        font-family: Arial;
        font-weight: 700;
        color: #666
    }

        .bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
            display: inline-block;
            *zoom: 1;
            *display: inline;
        }

        .bx-wrapper .bx-pager.bx-default-pager a {
            background: #666;
            text-indent: -9999px;
            display: block;
            width: 16px;
            height: 16px;
            margin: 0 5px;
            outline: 0;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background: #fff;
            border: 1px solid #b9b7b7
        }

            .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
                background: #ea0f30
            }

    .bx-wrapper .bx-prev {
        left: 10px
    }

    .bx-wrapper .bx-next {
        right: 10px
    }

    .bx-wrapper .bx-prev:hover {
        background-position: 0 0
    }

    .bx-wrapper .bx-next:hover {
        background-position: -43px 0
    }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 9999
    }

        .bx-wrapper .bx-controls-direction a.disabled {
            display: none
        }

    .bx-wrapper .bx-controls-auto {
        text-align: center
    }

        .bx-wrapper .bx-controls-auto .bx-start {
            display: block;
            text-indent: -9999px;
            width: 10px;
            height: 11px;
            outline: 0;
            background: url(https://www.aster.it/sites/all/themes/aster/css/images/controls.png) -86px -11px no-repeat;
            margin: 0 3px
        }

            .bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
                background-position: -86px 0
            }

        .bx-wrapper .bx-controls-auto .bx-stop {
            display: block;
            text-indent: -9999px;
            width: 9px;
            height: 11px;
            outline: 0;
            background: url(https://www.aster.it/sites/all/themes/aster/css/images/controls.png) -86px -44px no-repeat;
            margin: 0 3px
        }

            .bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
                background-position: -86px -33px
            }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: left;
        width: 80%
    }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
        right: 0;
        width: 35px
    }

    .bx-wrapper .bx-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #666 \9;
        background: rgba(80,80,80,0.75);
        width: 100%
    }

        .bx-wrapper .bx-caption span {
            color: #fff;
            font-family: Arial;
            display: block;
            font-size: .85em;
            padding: 10px
        }

.viewmodes {
    overflow: hidden;
    *zoom: 1;
    background: #ea0f30
}

@media(min-width:30em) {
    .viewmodes > ul {
        float: right
    }
}

.viewmodes > ul > li {
    display: inline
}

.viewmodes > ul a.viewmode {
    display: block;
    position: relative;
    float: left;
    width: 50%;
    height: 55px;
    padding-top: 38px;
    color: #fff;
    font-size: .75rem;
    text-align: center;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer
}

@media(min-width:30em) {
    .viewmodes > ul a.viewmode {
        width: 55px;
        height: 55px
    }
}

.viewmodes > ul a.viewmode:before {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 50%;
    width: 30px;
    height: 40px;
    margin-left: -15px;
    background: url(https://www.aster.it/sites/all/themes/aster/images/view-mode.png) 0 0 no-repeat
}

.no-js .viewmodes > ul a.viewmode.viewmode--map {
    display: none !important
}

.viewmodes > ul a.viewmode.viewmode--list:before {
    background-position: -52px 2px
}

.viewmodes > ul a.viewmode:hover, .viewmodes > ul a.viewmode.active {
    background-color: #c10824
}

.rat-list {
    margin-top: 1em
}

.tab-elenco {
    background: #fff;
    padding: 1em
}

.node-piattaforma-full {
    background: transparent;
    padding: 0
}

    .node-piattaforma-full .node-wrapper {
        background: #fff;
        padding: 15px
    }

@media(min-width:48em) {
    .node-piattaforma-full .node-wrapper {
        padding: 30px
    }
}

@media(min-width:48em) {
    .node-piattaforma-full .page-title {
        position: relative
    }

        .node-piattaforma-full .page-title:after {
            content: " ";
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            width: 48px;
            height: 48px;
            background: url(https://www.aster.it/sites/all/themes/aster/images/icons-piattaforme.png) 0 0 no-repeat;
            background-size: 145px
        }
}

.node-piattaforma-full.costruzioni .page-title:after, .node-piattaforma-full.constructions .page-title:after {
    background-position: -96px 0
}

.node-piattaforma-full.energia-ambiente .page-title:after, .node-piattaforma-full.energy-environment .page-title:after {
    background-position: -48px -47px
}

.node-piattaforma-full.ict-e-design .page-title:after, .node-piattaforma-full.ict-and-design .page-title:after {
    background-position: 0 -47px
}

.node-piattaforma-full.meccanica-materiali .page-title:after, .node-piattaforma-full.mechanics-materials .page-title:after {
    background-position: -48px 0
}

.node-piattaforma-full.scienze-della-vita .page-title:after, .node-piattaforma-full.life-science .page-title:after {
    background-position: -96px -47px
}

.node-laboratorio-full .page-title {
    margin: 0
}

.node-laboratorio-full .field-nome-esteso {
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.4em;
    color: #7b858d
}

.node-laboratorio-full .node-content .field {
    overflow: hidden;
    *zoom: 1;
    border-bottom: 1px dashed #7b858d;
    padding: 1em 5px;
    margin: 0
}

@media(min-width:48em) {
    .node-laboratorio-full .node-content .field-label {
        width: 250px
    }
}

.node-laboratorio-full .node-content p {
    margin: 0
}

.node-laboratorio-full .items-multiple .field-value {
    margin-top: 1.5em
}

    .node-laboratorio-full .items-multiple .field-value:first-child {
        margin-top: 0
    }

.node-laboratorio-full .node-sede-tecnopolo .field-name-field-location {
    padding: 0;
    border-bottom: 0
}

.front.domain-domain-retealtatecnologia .main-content {
    margin-top: 0
}

    .front.domain-domain-retealtatecnologia .main-content .content-top {
        padding-top: 0
    }

.top-stripe {
    background: #fff;
    margin-bottom: 4px
}

    .top-stripe h1 {
        text-align: center;
        color: #b70e25;
        font-size: 1.625rem;
        padding: .6em 0
    }

@media(min-width:48em) {
    .blocks-container {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-left: -4px;
        margin-right: -4px
    }
}

.blocks-container .block {
    margin-bottom: 1em;
    position: relative;
    text-align: center
}

    .blocks-container .block:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 50%;
        width: 31px;
        height: 12px;
        margin-left: -15px;
        background: url(https://www.aster.it/sites/all/themes/aster/images/arrow-red-down.png) 0 0 no-repeat;
        z-index: 1
    }

@media(min-width:48em) {
    .blocks-container .block {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        padding: 0 4px
    }
}

.blocks-container .block h2 {
    font-size: 1.875rem;
    font-weight: 400;
    color: #b70e25;
    margin-bottom: 1rem;
    padding-top: 60px
}

    .blocks-container .block h2:before {
        content: " ";
        position: absolute;
        left: 50%
    }

.blocks-container .block.block--rete h2:before {
    width: 52px;
    height: 52px;
    background: url(https://www.aster.it/sites/all/themes/aster/images/icon-rete.png) 0 0 no-repeat;
    margin-top: -70px;
    margin-left: -26px
}

.blocks-container .block.block--offer h2:before {
    width: 54px;
    height: 54px;
    background: url(https://www.aster.it/sites/all/themes/aster/images/icon-offer-rete.png) 0 0 no-repeat;
    margin-top: -70px;
    margin-left: -27px
}

.blocks-container .block.block--cluster h2:before {
    width: 54px;
    height: 54px;
    background: url(https://www.aster.it/sites/all/themes/aster/images/icon-cluster.png) 0 0 no-repeat;
    margin-top: -70px;
    margin-left: -27px
}

.blocks-container .block-content {
    position: relative;
    background: #fff;
    padding: 40px 1em 1em;
    color: #474747;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    line-height: 1.4em;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

    .blocks-container .block-content:hover {
        background: #e6e6e6
    }

.no-flexbox .blocks-container .block {
    float: left;
    width: 33.33333%
}

.no-flexbox .blocks-container.blocks--2 .block {
    width: 50%
}

.page-list--piattaforme {
    overflow: hidden;
    *zoom: 1;
}

    .page-list--piattaforme .views-rows {
        margin-top: 1em;
        margin-left: -5px;
        margin-right: -5px
    }

@media(min-width:48em) {
    .page-list--piattaforme .views-rows {
        margin-left: -1em;
        margin-right: -1em
    }
}

.page-list--piattaforme .views-row {
    padding: 5px;
    width: 50%;
    float: left
}

@media(min-width:48em) {
    .page-list--piattaforme .views-row {
        padding: 1em;
        width: 33.33333%;
        float: left
    }
}

.node-piattaforma-teaser .teaser-img {
    float: none;
    width: auto
}

.node-piattaforma-teaser .node-content {
    float: none !important;
    width: auto !important;
    height: 90px;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

.node-piattaforma-teaser .teaser-title {
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    padding-top: 30px;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

    .node-piattaforma-teaser .teaser-title:before {
        content: " ";
        position: absolute;
        left: 50%;
        top: 20%;
        margin-left: -28px;
        width: 57px;
        height: 57px;
        background: url(https://www.aster.it/sites/all/themes/aster/images/icons-piattaforme.png) 0 0 no-repeat
    }

@media(min-width:48em) {
    .node-piattaforma-teaser .teaser-title:before {
        top: 65px
    }
}

.node-piattaforma-teaser:hover .teaser-title {
    color: #fff !important
}

.node-piattaforma-teaser.agroalimentare .teaser-title, .node-piattaforma-teaser.agrifood .teaser-title {
    color: #f18903
}

.node-piattaforma-teaser.agroalimentare:hover .node-content, .node-piattaforma-teaser.agrifood:hover .node-content {
    background-color: #f18903
}

.node-piattaforma-teaser.meccanica-materiali .teaser-title, .node-piattaforma-teaser.mechanics-materials .teaser-title {
    color: #00a1e1
}

    .node-piattaforma-teaser.meccanica-materiali .teaser-title:before, .node-piattaforma-teaser.mechanics-materials .teaser-title:before {
        background-position: -57px 0
    }

.node-piattaforma-teaser.meccanica-materiali:hover .node-content, .node-piattaforma-teaser.mechanics-materials:hover .node-content {
    background-color: #00a1e1
}

.node-piattaforma-teaser.costruzioni .teaser-title, .node-piattaforma-teaser.constructions .teaser-title {
    color: #d0112b
}

    .node-piattaforma-teaser.costruzioni .teaser-title:before, .node-piattaforma-teaser.constructions .teaser-title:before {
        background-position: -114px 0
    }

.node-piattaforma-teaser.costruzioni:hover .node-content, .node-piattaforma-teaser.constructions:hover .node-content {
    background-color: #d0112b
}

.node-piattaforma-teaser.energia-ambiente .teaser-title, .node-piattaforma-teaser.energy-environment .teaser-title {
    color: #009639
}

    .node-piattaforma-teaser.energia-ambiente .teaser-title:before, .node-piattaforma-teaser.energy-environment .teaser-title:before {
        background-position: -57px -57px
    }

.node-piattaforma-teaser.energia-ambiente:hover .node-content, .node-piattaforma-teaser.energy-environment:hover .node-content {
    background-color: #009639
}

.node-piattaforma-teaser.ict-e-design .teaser-title, .node-piattaforma-teaser.ict-and-design .teaser-title {
    color: #00369e
}

    .node-piattaforma-teaser.ict-e-design .teaser-title:before, .node-piattaforma-teaser.ict-and-design .teaser-title:before {
        background-position: 0 -57px
    }

.node-piattaforma-teaser.ict-e-design:hover .node-content, .node-piattaforma-teaser.ict-and-design:hover .node-content {
    background-color: #00369e
}

.node-piattaforma-teaser.scienze-della-vita .teaser-title, .node-piattaforma-teaser.life-science .teaser-title {
    color: #d70056
}

    .node-piattaforma-teaser.scienze-della-vita .teaser-title:before, .node-piattaforma-teaser.life-science .teaser-title:before {
        background-position: -114px -57px
    }

.node-piattaforma-teaser.scienze-della-vita:hover .node-content, .node-piattaforma-teaser.life-science:hover .node-content {
    background-color: #d70056
}

.collaborare-con-la-rete {
    background: none
}

@media(min-width:48em) {
    .collaborare-con-la-rete {
        padding: 0
    }
}

@media(min-width:48em) {
    .ccr-container {
        margin-left: -1em;
        margin-right: -1em
    }
}

.ccr-block {
    position: relative;
    margin-bottom: 1em;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

@media(min-width:48em) {
    .ccr-block {
        width: 50%;
        float: left;
        padding-left: 1em;
        padding-right: 1em
    }
}

.ccr-block:hover {
    filter: alpha(opacity=80);
    opacity: .8
}

.ccr-block .ccr-image {
    display: block;
    width: 100%
}

.ccr-block .ccr-content {
    position: relative;
    height: 180px;
    background: url(https://www.aster.it/sites/all/themes/aster/images/box-ccr-pointer.png) bottom 5px right 5px no-repeat;
    text-align: center;
    color: #fff;
    padding: 1em 0
}

    .ccr-block .ccr-content:before {
        top: -40px;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-width: 20px;
        margin-left: -20px;
        z-index: 100
    }

.ccr-block .ccr-slogan {
    display: block;
    font-size: 1rem;
    padding-top: 46px;
    font-style: italic;
    height: 60px
}

@media(min-width:48em) {
    .ccr-block .ccr-slogan {
        font-size: 1.125rem
    }
}

.ccr-block .ccr-slogan:before {
    content: " ";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    margin-top: -43px;
    width: 51px;
    height: 41px;
    background: url(https://www.aster.it/sites/all/themes/aster/images/icone-rete.png) 0 0 no-repeat
}

.ccr-block .ccr-title {
    font-size: 1.25rem
}

@media(min-width:48em) {
    .ccr-block .ccr-title {
        font-size: 1.625rem
    }
}

.ccr-block--catalogoricerca .ccr-content {
    background-color: #ae1281
}

    .ccr-block--catalogoricerca .ccr-content:before {
        border-bottom-color: #ae1281
    }

.ccr-block--catalogoricerca .ccr-slogan:before {
    background-position: 11px 0
}

.ccr-block--catalogoattrezzature .ccr-content {
    background-color: #ff7a2a
}

    .ccr-block--catalogoattrezzature .ccr-content:before {
        border-bottom-color: #ff7a2a
    }

.ccr-block--catalogoattrezzature .ccr-slogan:before {
    background-position: -49px 0
}

.ccr-block--cruscottoricerca .ccr-content {
    background-color: #dfa237
}

    .ccr-block--cruscottoricerca .ccr-content:before {
        border-bottom-color: #dfa237
    }

.ccr-block--cruscottoricerca .ccr-slogan:before {
    background-position: -115px 0
}

.ccr-block--technologyreport .ccr-content {
    background-color: #ea0f30
}

    .ccr-block--technologyreport .ccr-content:before {
        border-bottom-color: #ea0f30
    }

.ccr-block--technologyreport .ccr-slogan:before {
    background-position: -180px 0
}

.ccr-block--modelli .ccr-content {
    background-color: #659c68
}

    .ccr-block--modelli .ccr-content:before {
        border-bottom-color: #659c68
    }

.ccr-block--modelli .ccr-slogan:before {
    background-position: -255px 0
}

.ccr-block--ricercami .ccr-content {
    background-color: #25899e
}

    .ccr-block--ricercami .ccr-content:before {
        border-bottom-color: #25899e
    }

.ccr-block--ricercami .ccr-slogan:before {
    background-position: -321px 0
}

.ccr-block--progetti .ccr-content {
    background-color: #5c3980
}

    .ccr-block--progetti .ccr-content:before {
        border-bottom-color: #5c3980
    }

.ccr-block--progetti .ccr-slogan:before {
    background-position: -398px 0
}

.labs-search {
    margin-top: 1em
}

#labs-search-form {
    background: #fff;
    padding: 10px 5px 5px
}

.no-js #labs-search-form {
    display: none !important
}

@media(min-width:48em) {
    #labs-search-form {
        padding: 10px
    }
}

#labs-search-form .form-group {
    float: left;
    width: 50%;
    padding: 0 5px;
    height: 32px;
    margin: 0 0 10px
}

@media(min-width:48em) {
    #labs-search-form .form-group {
        width: 196px;
        margin: 0 5px;
        margin: 0
    }
}

@media(min-width:48em) {
    #labs-search-form .form-group.lab-name {
        width: 166px
    }
}

#labs-search-form.form-search-centro .form-group {
    width: 250px
}

#labs-search-form .form-group-submit {
    clear: left;
    margin: 0 auto
}

@media(min-width:48em) {
    #labs-search-form .form-group-submit {
        clear: none;
        float: left;
        margin-left: 5px;
        padding: 0
    }
}

#labs-search-form #btn-reset {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    border: none;
    background: transparent url(https://www.aster.it/sites/all/themes/aster/images/icon-reset.png) 50% 50% no-repeat;
    cursor: pointer
}

@media(min-width:48em) {
    #labs-search-form #btn-reset {
        float: none;
        width: 30px;
        height: 30px;
        margin-left: 5px;
        float: left
    }
}

#labs-search-form input[type="text"] {
    border: 1px solid #b3b3b3;
    font-size: .6875rem;
    color: #555;
    padding: 0 5px;
    line-height: 30px;
    height: 31px
}

#labs-search-form .custom-select {
    overflow: hidden
}

    #labs-search-form .custom-select .form-item {
        border: 1px solid #b3b3b3;
        background: url(https://www.aster.it/sites/all/themes/aster/images/select-button.png) 100% 50% no-repeat
    }

    #labs-search-form .custom-select select {
        border: 0;
        background-color: transparent;
        padding: 8px 36px 8px 5px;
        height: 29px;
        -moz-appearance: none;
        -webkit-appearance: none;
        color: #555
    }

        #labs-search-form .custom-select select::-ms-expand {
            display: none
        }

        #labs-search-form .custom-select select:focus {
            outline: none
        }

#labs-search-form input[type="submit"] {
    display: block;
    float: left;
    width: 50%;
    height: 31px;
    text-indent: -9999px;
    border: 0;
    background: transparent url(https://www.aster.it/sites/all/themes/aster/images/icon-search.png) 50% 50% no-repeat;
    cursor: pointer
}

@media(min-width:48em) {
    #labs-search-form input[type="submit"] {
        margin: 0;
        float: left;
        width: 31px;
        height: 31px
    }
}

#labs-search__results--elenco {
    background: #fff;
    padding: 1em
}

#labs-search__results--map {
    display: none
}

.rat-items__list > li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
    margin: 10px 0
}

.rat-items__list .rat-item__name {
    display: block;
    font-weight: 700;
    font-size: 1.125rem;
    color: #b70e25
}

.rat-items__list .rat-item__nome-esteso {
    display: block;
    font-size: .875rem;
    line-height: 1.5em
}

.node-tecnopolo-full {
    padding: 0;
    background: none
}

    .node-tecnopolo-full .node-wrapper {
        background: #fff;
        padding: 15px
    }

@media(min-width:48em) {
    .node-tecnopolo-full .node-wrapper {
        padding: 30px
    }
}

.node-tecnopolo-full .group-area-s3 h4 {
    background: url(https://www.aster.it/sites/all/themes/aster/images/area-s3-bg.jpg) 0 0 no-repeat;
    text-align: center;
    font-weight: 700;
    padding: .5em;
    color: #fff;
    text-transform: uppercase
}

.node-tecnopolo-full .group-area-s3 .field-name-field-area-s3 {
    position: relative;
    background: #fff;
    padding: 1em
}

@media(min-width:48em) {
    .node-tecnopolo-full .group-area-s3 .field-name-field-area-s3 {
        padding: 1em 240px 1em 1em
    }

        .node-tecnopolo-full .group-area-s3 .field-name-field-area-s3:before {
            content: "";
            position: absolute;
            top: 50%;
            right: 1em;
            margin-top: -55px;
            width: 220px;
            height: 110px;
            background: url(https://www.aster.it/sites/all/themes/aster/images/logo-area-s3.jpg) 0 50% no-repeat;
            background-size: cover
        }
}

.node-tecnopolo-full .group-portale {
    margin-top: 2em
}

    .node-tecnopolo-full .group-portale h4 {
        background: #e8bc01;
        text-align: center;
        font-weight: 700;
        padding: .5em;
        color: #fff;
        text-transform: uppercase
    }

@media(min-width:48em) {
    .node-tecnopolo-full .group-portale .field-name-field-image {
        float: left;
        width: 40%
    }
}

.node-tecnopolo-full .group-wrapper {
    margin-top: 1em;
    background: #fff;
    overflow: hidden;
    *zoom: 1;
}

    .node-tecnopolo-full .group-wrapper .field {
        font-size: .875rem;
        margin-bottom: 1em
    }

    .node-tecnopolo-full .group-wrapper h3 {
        margin-top: 0
    }

.node-tecnopolo-full .group-dati-portale {
    padding: 1em
}

@media(min-width:48em) {
    .node-tecnopolo-full .group-dati-portale {
        float: left;
        width: 60%
    }
}

.node-tecnopolo-full .group-contatti {
    padding: 0 1em
}

@media(min-width:48em) {
    .node-tecnopolo-full .group-contatti {
        padding: 0 1.5em;
        clear: left
    }
}

.node-tecnopolo-full .group-contatti h3 {
    border-bottom: 1px dashed #7b858d;
    line-height: 1.2em;
    margin-bottom: 1em
}

.node-tecnopolo-full .field-name-field-accesso-ai-servizi, .node-tecnopolo-full .field-name-field-orari-di-apertura {
    padding: 0 1em
}

@media(min-width:48em) {
    .node-tecnopolo-full .field-name-field-accesso-ai-servizi, .node-tecnopolo-full .field-name-field-orari-di-apertura {
        float: left;
        padding: 1.5em;
        width: 50%
    }
}

.node-tecnopolo-full .group-altro {
    padding: 0 1em
}

@media(min-width:48em) {
    .node-tecnopolo-full .group-altro {
        padding-top: 45px;
        float: left;
        width: 60%
    }
}

.node-tecnopolo-full .field-name-field-responsabile-portale p {
    font-size: 1.125rem
}

.node-sede_tecnopolo-full {
    padding: 0;
    background: none
}

    .node-sede_tecnopolo-full .sede-tecnopolo__name {
        color: #fff
    }

    .node-sede_tecnopolo-full .block-content {
        background: #f6f6f6;
        padding: 10px 20px
    }

    .node-sede_tecnopolo-full .field {
        border-bottom: 1px dashed #7b858d;
        padding: 1em 0
    }

.block-aster-cruscotto .block-title {
    font-weight: 500;
    font-size: 1.875rem;
    margin-bottom: 1rem
}

.cruscotto-rat {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 2em
}

.cruscotto-items {
    overflow: hidden;
    *zoom: 1;
}

    .cruscotto-items .cruscotto-item {
        text-align: center;
        padding: 0 5px
    }

    .cruscotto-items .cruscotto-link {
        display: block;
        -moz-transition: opacity .2s;
        -o-transition: opacity .2s;
        -webkit-transition: opacity .2s;
        transition: opacity .2s
    }

        .cruscotto-items .cruscotto-link:hover {
            filter: alpha(opacity=80);
            opacity: .8
        }

    .cruscotto-items .cruscotto-data {
        background: #fff;
        padding: 2em 0;
        height: 136px
    }

@media(min-width:48em) {
    .cruscotto-items .cruscotto-data {
        height: 154px
    }
}

.cruscotto-items .cruscotto-data > span {
    display: block
}

    .cruscotto-items .cruscotto-data > span.cruscotto-value {
        color: #e70f2a;
        font-size: 2.25rem;
        font-weight: 700
    }

@media(min-width:48em) {
    .cruscotto-items .cruscotto-data > span.cruscotto-value {
        font-size: 2.875rem
    }
}

.cruscotto-items .cruscotto-data > span.cruscotto-label {
    color: #727272;
    font-size: 1.125rem
}

@media(min-width:48em) {
    .cruscotto-items .cruscotto-data > span.cruscotto-label {
        font-size: 1.375rem
    }
}

.cruscotto-items .cruscotto-icon {
    background: #77a9bb;
    padding: 1em 10px
}

    .cruscotto-items .cruscotto-icon > img {
        height: 80px;
        width: auto
    }

@media print {
    body {
        background-color: transparent;
        font-size: 12pt;
        padding-top: 0 !important
    }

        body:before {
            content: none !important
        }

    .site-header .region-header {
        display: none
    }

    .site-header .site-header__top {
        background: none !important
    }

    .main-content {
        margin: 1em 0
    }

    .content-main.has-sidebar {
        width: 100%;
        float: none
    }

    .content-main.push-3 {
        left: 0
    }

    .content-sidebar .block-menu-block {
        display: none
    }

    .node-full {
        padding: 1em 0
    }

        .node-full .node-visual__container, .node-full .field-name-field-image {
            margin: 0 0 1em
        }

        .node-full p, .node-full ul {
            font-size: 12pt !important
        }

        .node-full .page-intro {
            padding: 0
        }

        .node-full a:link:after {
            content: " (" attr(href) ") "
        }

    .block-collapsable .block-content {
        display: block !important
    }

    .nav-toggler, .nav-target, .slideshow, .block-aster-social, .site-footer, #sticky-header, .tabs.primary, .block-twitter-timeline, .page-share-buttons {
        display: none
    }
}